Class DropMongoCommand
- java.lang.Object
-
- de.caluga.morphium.driver.commands.MongoCommand<T>
-
- de.caluga.morphium.driver.commands.WriteMongoCommand<DropMongoCommand>
-
- de.caluga.morphium.driver.commands.DropMongoCommand
-
public class DropMongoCommand extends WriteMongoCommand<DropMongoCommand>
-
-
Constructor Summary
Constructors Constructor Description DropMongoCommand(MongoConnection d)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringgetCommandName()-
Methods inherited from class de.caluga.morphium.driver.commands.WriteMongoCommand
execute, getBypassDocumentValidation, getWriteConcern, setBypassDocumentValidation, setWriteConcern
-
Methods inherited from class de.caluga.morphium.driver.commands.MongoCommand
asMap, clear, executeAsync, fromMap, getColl, getComment, getConnection, getDb, getMetaData, releaseConnection, setColl, setComment, setConnection, setDb, setMetaData, setMetaData
-
-
-
-
Constructor Detail
-
DropMongoCommand
public DropMongoCommand(MongoConnection d)
-
-
Method Detail
-
getCommandName
public String getCommandName()
- Specified by:
getCommandNamein classMongoCommand<DropMongoCommand>
-
-