Object/Class

quasar.physical.mongodb

Bson

Related Docs: class Bson | package mongodb

Permalink

object Bson extends Serializable

Linear Supertypes
Serializable, Serializable, AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. Bson
  2. Serializable
  3. Serializable
  4. AnyRef
  5. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Type Members

  1. final case class Arr(value: slamdata.Predef.List[Bson]) extends Bson with Product with Serializable

    Permalink
  2. final case class Binary(value: ImmutableArray[slamdata.Predef.Byte]) extends Bson with Product with Serializable

    Permalink
  3. final case class Bool(value: slamdata.Predef.Boolean) extends Bson with Product with Serializable

    Permalink
  4. final case class Date(millis: slamdata.Predef.Long) extends Bson with Product with Serializable

    Permalink

    NB: Can’t use Instant, because it encodes values outside the range of Bson DateTimes.

  5. final case class Dec(value: slamdata.Predef.Double) extends Bson with Product with Serializable

    Permalink
  6. final case class Dec128(value: slamdata.Predef.BigDecimal) extends Bson with Product with Serializable

    Permalink
  7. final case class Doc(value: slamdata.Predef.ListMap[slamdata.Predef.String, Bson]) extends Bson with org.bson.conversions.Bson with Product with Serializable

    Permalink
  8. final case class Int32(value: slamdata.Predef.Int) extends Bson with Product with Serializable

    Permalink
  9. final case class Int64(value: slamdata.Predef.Long) extends Bson with Product with Serializable

    Permalink
  10. final case class JavaScript(value: Expr) extends Bson with Product with Serializable

    Permalink
  11. final case class JavaScriptScope(code: Expr, doc: slamdata.Predef.ListMap[slamdata.Predef.String, Bson]) extends Bson with Product with Serializable

    Permalink
  12. final case class ObjectId(value: ImmutableArray[slamdata.Predef.Byte]) extends Bson with Product with Serializable

    Permalink
  13. final case class Regex(value: slamdata.Predef.String, options: slamdata.Predef.String) extends Bson with Product with Serializable

    Permalink
  14. final case class Symbol(value: slamdata.Predef.String) extends Bson with Product with Serializable

    Permalink
  15. final case class Text(value: slamdata.Predef.String) extends Bson with Product with Serializable

    Permalink
  16. final case class Timestamp extends Bson with Product with Serializable

    Permalink

Value Members

  1. final def !=(arg0: Any): Boolean

    Permalink
    Definition Classes
    AnyRef → Any
  2. final def ##(): Int

    Permalink
    Definition Classes
    AnyRef → Any
  3. final def ==(arg0: Any): Boolean

    Permalink
    Definition Classes
    AnyRef → Any
  4. object Arr extends Serializable

    Permalink
  5. object Binary extends Serializable

    Permalink
  6. object Date extends Serializable

    Permalink
  7. object Doc extends Serializable

    Permalink
  8. object MaxKey extends Bson with Product with Serializable

    Permalink
  9. object MinKey extends Bson with Product with Serializable

    Permalink
  10. object Null extends Bson with Product with Serializable

    Permalink
  11. object ObjectId extends Serializable

    Permalink
  12. object Undefined extends Bson with Product with Serializable

    Permalink

    DEPRECATED in the spec, but the 3.0 Mongo driver returns it to us.

  13. val _dec: Prism[Bson, slamdata.Predef.Double]

    Permalink
  14. val _dec128: Prism[Bson, slamdata.Predef.BigDecimal]

    Permalink
  15. val _int32: Prism[Bson, slamdata.Predef.Int]

    Permalink
  16. val _text: Prism[Bson, slamdata.Predef.String]

    Permalink
  17. final def asInstanceOf[T0]: T0

    Permalink
    Definition Classes
    Any
  18. def clone(): AnyRef

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  19. final def eq(arg0: AnyRef): Boolean

    Permalink
    Definition Classes
    AnyRef
  20. implicit val equal: Equal[Bson]

    Permalink
  21. def equals(arg0: Any): Boolean

    Permalink
    Definition Classes
    AnyRef → Any
  22. def finalize(): Unit

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  23. val fromRepr: (BsonValue) ⇒ Bson

    Permalink
  24. final def getClass(): Class[_]

    Permalink
    Definition Classes
    AnyRef → Any
  25. def hashCode(): Int

    Permalink
    Definition Classes
    AnyRef → Any
  26. final def isInstanceOf[T0]: Boolean

    Permalink
    Definition Classes
    Any
  27. final def ne(arg0: AnyRef): Boolean

    Permalink
    Definition Classes
    AnyRef
  28. final def notify(): Unit

    Permalink
    Definition Classes
    AnyRef
  29. final def notifyAll(): Unit

    Permalink
    Definition Classes
    AnyRef
  30. implicit val show: Show[Bson]

    Permalink
  31. final def synchronized[T0](arg0: ⇒ T0): T0

    Permalink
    Definition Classes
    AnyRef
  32. def toString(): String

    Permalink
    Definition Classes
    AnyRef → Any
  33. final def wait(): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  34. final def wait(arg0: Long, arg1: Int): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  35. final def wait(arg0: Long): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )

Inherited from Serializable

Inherited from Serializable

Inherited from AnyRef

Inherited from Any

Ungrouped