Klasse DistinctMongoCommand
java.lang.Object
de.caluga.morphium.driver.commands.MongoCommand<DistinctMongoCommand>
de.caluga.morphium.driver.commands.DistinctMongoCommand
-
Konstruktorübersicht
Konstruktoren -
Methodenübersicht
Modifikator und TypMethodeBeschreibungexecute()explain(ExplainCommand.ExplainVerbosity verbosity) getKey()getQuery()setCollation(Map<String, Object> collation) setReadConcern(Map<String, Object> readConcern) Von Klasse geerbte Methoden MongoCommand
asMap, clear, executeAsync, fromMap, getColl, getComment, getConnection, getDb, getMetaData, releaseConnection, setColl, setComment, setConnection, setDb, setMetaData, setMetaData
-
Konstruktordetails
-
DistinctMongoCommand
-
-
Methodendetails
-
getCommandName
- Angegeben von:
getCommandNamein KlasseMongoCommand<DistinctMongoCommand>
-
getKey
-
setKey
-
getQuery
-
setQuery
-
getReadConcern
-
setReadConcern
-
getCollation
-
setCollation
-
explain
public Map<String,Object> explain(ExplainCommand.ExplainVerbosity verbosity) throws MorphiumDriverException - Löst aus:
MorphiumDriverException
-
execute
- Löst aus:
MorphiumDriverException
-