Database

dappermongo.Database
See theDatabase companion object

Attributes

Companion
object
Graph
Supertypes
trait UpdateOps
trait ReplaceOps
trait InsertOps
trait IndexOps
trait FindOps
trait DistinctOps
trait DeleteOps
trait CountOps
trait AggregateOps
class Object
trait Matchable
class Any
Show all

Members list

Value members

Abstract methods

def name: String

Inherited methods

Attributes

Inherited from:
AggregateOps

Attributes

Inherited from:
CollectionOps (hidden)

Attributes

Inherited from:
CountOps

Attributes

Inherited from:
DeleteOps

Attributes

Inherited from:
DiagnosticOps (hidden)
def distinct(field: String): DistinctBuilder[Collection]

Attributes

Inherited from:
DistinctOps
def find[Q : BSONDocumentWriter, P : BSONDocumentWriter](q: Q, p: P): FindBuilder[Collection]

Attributes

Inherited from:
FindOps
def find[Q : BSONDocumentWriter](q: Q): FindBuilder[Collection]

Attributes

Inherited from:
FindOps

Attributes

Inherited from:
FindOps

Attributes

Inherited from:
IndexOps

Attributes

Inherited from:
InsertOps

Attributes

Inherited from:
ReplaceOps

Attributes

Inherited from:
UpdateOps