reactivemongo.api.commands

bson

package bson

Visibility
  1. Public
  2. All

Type Members

  1. trait BSONCommandError extends Exception with CommandError

  2. trait DealingWithGenericCommandErrorsReader[A] extends BSONDocumentReader[A]

    Helper to read a command result, with error handling.

  3. case class DefaultBSONCommandError(code: Option[Int], errmsg: Option[String], originalDocument: BSONDocument) extends Exception with BSONCommandError with Product with Serializable

Value Members

  1. object BSONAggregationFramework extends AggregationFramework[BSONSerializationPack.type]

  2. object BSONAggregationImplicits

  3. object BSONAggregationResultImplicits

  4. object BSONCollStatsImplicits

  5. object BSONCommonWriteCommandsImplicits

  6. object BSONConvertToCappedImplicits

  7. object BSONCountCommand extends CountCommand[BSONSerializationPack.type]

  8. object BSONCountCommandImplicits

  9. object BSONCreateImplicits

  10. object BSONCreateIndexesImplicits

  11. object BSONCreateUserCommand extends CreateUserCommand[BSONSerializationPack.type]

  12. object BSONDeleteCommand extends DeleteCommand[BSONSerializationPack.type]

  13. object BSONDeleteCommandImplicits

  14. object BSONDistinctCommand extends DistinctCommand[BSONSerializationPack.type]

  15. object BSONDistinctCommandImplicits

  16. object BSONDropCollectionImplicits

  17. object BSONDropDatabaseImplicits

  18. object BSONDropIndexesImplicits

  19. object BSONEmptyCappedImplicits

  20. object BSONFindAndModifyCommand extends FindAndModifyCommand[BSONSerializationPack.type]

  21. object BSONFindAndModifyImplicits

  22. object BSONGetLastErrorImplicits

  23. object BSONInsertCommand extends InsertCommand[BSONSerializationPack.type]

  24. object BSONInsertCommandImplicits

  25. object BSONIsMasterCommand extends IsMasterCommand[BSONSerializationPack.type]

  26. object BSONIsMasterCommandImplicits

  27. object BSONListCollectionNamesImplicits

  28. object BSONListIndexesImplicits

  29. object BSONRenameCollectionImplicits

  30. object BSONReplSetGetStatusImplicits

  31. object BSONReplSetMaintenanceImplicits

  32. object BSONResyncImplicits

  33. object BSONServerStatusImplicits

  34. object BSONUpdateCommand extends UpdateCommand[BSONSerializationPack.type]

  35. object BSONUpdateCommandImplicits

  36. object CommonImplicits

Deprecated Value Members

  1. object BSONDropImplicits

    Annotations
    @deprecated
    Deprecated

    (Since version 0.12.0) Use BSONDropCollectionImplicits

Ungrouped