menu
finch package
documentation
mongo_db.dart
DbCommand
createPingCommand static method
createPingCommand static method
dark_mode
light_mode
createPingCommand
static method
DbCommand
createPingCommand
(
Db
db
)
Implementation
static DbCommand createPingCommand(Db db) { return createQueryDbCommand(db, {'ping': 1}); }
finch package
documentation
mongo_db
DbCommand
createPingCommand static method
DbCommand class