trait Database extends AggregateOps with CollectionOps with CountOps with DeleteOps with DiagnosticOps with DistinctOps with FindOps with IndexOps with InsertOps with ReplaceOps with UpdateOps

Linear Supertypes
UpdateOps, ReplaceOps, InsertOps, IndexOps, FindOps, DistinctOps, DiagnosticOps, DeleteOps, CountOps, CollectionOps, AggregateOps, AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. Database
  2. UpdateOps
  3. ReplaceOps
  4. InsertOps
  5. IndexOps
  6. FindOps
  7. DistinctOps
  8. DiagnosticOps
  9. DeleteOps
  10. CountOps
  11. CollectionOps
  12. AggregateOps
  13. AnyRef
  14. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Abstract Value Members

  1. abstract def aggregate(pipeline: Pipeline): AggregateBuilder[Collection]
    Definition Classes
    AggregateOps
  2. abstract def collection: Builder
    Definition Classes
    CollectionOps
  3. abstract def count: CountBuilder[Collection]
    Definition Classes
    CountOps
  4. abstract def delete: DeleteBuilder[Collection]
    Definition Classes
    DeleteOps
  5. abstract def diagnostics: DiagnosticBuilder
    Definition Classes
    DiagnosticOps
  6. abstract def distinct(field: String): DistinctBuilder[Collection]
    Definition Classes
    DistinctOps
  7. abstract def find[Q, P](q: Q, p: P)(implicit arg0: BSONDocumentWriter[Q], arg1: BSONDocumentWriter[P]): FindBuilder[Collection]
    Definition Classes
    FindOps
  8. abstract def find[Q](q: Q)(implicit arg0: BSONDocumentWriter[Q]): FindBuilder[Collection]
    Definition Classes
    FindOps
  9. abstract def findAll: FindBuilder[Collection]
    Definition Classes
    FindOps
  10. abstract def index: IndexBuilder[Collection]
    Definition Classes
    IndexOps
  11. abstract def insert: InsertBuilder[Collection]
    Definition Classes
    InsertOps
  12. abstract def name: String
  13. abstract def replace: ReplaceBuilder[Collection]
    Definition Classes
    ReplaceOps
  14. abstract def update: UpdateBuilder[Collection]
    Definition Classes
    UpdateOps

Concrete Value Members

  1. final def !=(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  2. final def ##(): Int
    Definition Classes
    AnyRef → Any
  3. final def ==(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  4. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  5. def clone(): AnyRef
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... ) @native() @IntrinsicCandidate()
  6. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  7. def equals(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  8. final def getClass(): Class[_]
    Definition Classes
    AnyRef → Any
    Annotations
    @native() @IntrinsicCandidate()
  9. def hashCode(): Int
    Definition Classes
    AnyRef → Any
    Annotations
    @native() @IntrinsicCandidate()
  10. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  11. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  12. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @IntrinsicCandidate()
  13. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @IntrinsicCandidate()
  14. final def synchronized[T0](arg0: ⇒ T0): T0
    Definition Classes
    AnyRef
  15. def toString(): String
    Definition Classes
    AnyRef → Any
  16. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  17. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... ) @native()
  18. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )

Deprecated Value Members

  1. def finalize(): Unit
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] ) @Deprecated
    Deprecated

Inherited from UpdateOps

Inherited from ReplaceOps

Inherited from InsertOps

Inherited from IndexOps

Inherited from FindOps

Inherited from DistinctOps

Inherited from DiagnosticOps

Inherited from DeleteOps

Inherited from CountOps

Inherited from CollectionOps

Inherited from AggregateOps

Inherited from AnyRef

Inherited from Any

Ungrouped