class Mongo::Operation::DropDatabase::Command
A MongoDB dropdatabase operation sent as a command message.
@api private
@since 2.5.2
Private Instance Methods
Source
# File lib/mongo/operation/drop_database/command.rb, line 32 def message(connection) Protocol::Query.new(db_name, Database::COMMAND, command(connection), options(connection)) end