Packages

case class Db(datomicDb: AnyRef, sinceTimePoint: Option[(Long, Long, Date)] = None) extends DbLookup with Product with Serializable

Source
Db.scala
Linear Supertypes
Serializable, Serializable, Product, Equals, DbLookup, ClojureBridge, AnyRef, Any
Type Hierarchy
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. Db
  2. Serializable
  3. Serializable
  4. Product
  5. Equals
  6. DbLookup
  7. ClojureBridge
  8. AnyRef
  9. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Instance Constructors

  1. new Db(datomicDb: AnyRef, sinceTimePoint: Option[(Long, Long, Date)] = None)

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 asOf(d: Date): Db
  6. def asOf(t: Long): Db
  7. def asOfT: Long
    Definition Classes
    DbLookup
  8. def asOfTxInst: Date
    Definition Classes
    DbLookup
  9. lazy val clBigInt: Fn[BigInt]
    Definition Classes
    ClojureBridge
  10. lazy val clKw: Fn[Keyword]
    Definition Classes
    ClojureBridge
  11. lazy val clPersVec: Fn[PersistentVector]
    Definition Classes
    ClojureBridge
  12. lazy val clSym: Fn[Symbol]
    Definition Classes
    ClojureBridge
  13. def clone(): AnyRef
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... ) @native()
  14. lazy val compact: Protocol[Fn[_]]
    Definition Classes
    ClojureBridge
  15. def coreAsyncFn(name: String): IFn
    Definition Classes
    ClojureBridge
  16. def datomicAsyncFn(name: String): IFn
    Definition Classes
    ClojureBridge
  17. val datomicDb: AnyRef
  18. def datoms(index: String, components: List[_]): Stream[Datom]
  19. def datoms(index: String, components: List[_], timeout: Int): Stream[Datom]
  20. def datoms(index: String, components: List[_], timeout: Int, offset: Int, limit: Int): Stream[Datom]

    index

    String :eavt, :aevt, :avet, or :vaet

    components

    Optional vector in the same order as the index containing one or more values to further narrow the result.

    returns

    List[datomicFacade.client.api.Datom] Wrapped Datoms with a unified api

  21. lazy val dbId: Fn[DbId]
    Definition Classes
    ClojureBridge
  22. def dbName: String
    Definition Classes
    DbLookup
  23. def dbStats: DbStats
  24. lazy val deref: IFn
    Definition Classes
    ClojureBridge
  25. def edn(stmts: Map[_, _]): String
    Definition Classes
    ClojureBridge
  26. def edn(stmts: List[_]): String
    Definition Classes
    ClojureBridge
  27. def ednPretty(stmts: Map[_, _]): String
    Definition Classes
    ClojureBridge
  28. def ednPretty(stmts: List[_]): String
    Definition Classes
    ClojureBridge
  29. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  30. def excludeSymbol(symbol: String): AnyRef
    Definition Classes
    ClojureBridge
  31. def extractSinceTimePoint(d: Date): Option[(Long, Long, Date)]
    Attributes
    protected
    Definition Classes
    DbLookup
  32. def extractSinceTimePoint(tOrTx: Long): Option[(Long, Long, Date)]
    Attributes
    protected
    Definition Classes
    DbLookup
  33. def finalize(): Unit
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  34. def fn(ns: String, method: String): IFn
    Definition Classes
    ClojureBridge
  35. final def getClass(): Class[_]
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  36. def history: Db
  37. def indexPull(index: String, selector: String, start: String): Stream[_]
  38. def indexPull(index: String, selector: String, start: String, reverse: Boolean): Stream[_]
  39. def indexPull(index: String, selector: String, start: String, reverse: Boolean, limit: Int): Stream[_]
  40. def indexPull(index: String, selector: String, start: String, reverse: Boolean, timeout: Int, offset: Int, limit: Int): Stream[_]
  41. def indexRange[T](attrId: String): Stream[Datom]
  42. def indexRange[T](attrId: String, start: Any): Stream[Datom]
  43. def indexRange[T](attrId: String, start: Any, end: Any): Stream[Datom]
  44. def indexRange(attrId: String, start0: Any, end0: Any, timeout: Int, offset: Int, limit: Int): Stream[Datom]
  45. lazy val isDevLocal: Boolean
    Attributes
    protected
    Definition Classes
    DbLookup
  46. def isHistory: Boolean
    Definition Classes
    DbLookup
  47. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  48. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  49. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  50. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  51. lazy val pretty: Protocol[Fn[_]]
    Definition Classes
    ClojureBridge
  52. def printLn(s: AnyRef): Unit
    Definition Classes
    ClojureBridge
  53. def pull(selector: String, eid: Any): Map[_, _]
  54. def pull(selector: String, eid: Any, timeout: Int): Map[_, _]
  55. def pull(selector: String, eid: Any, timeout: Int, offset: Int, limit: Int): Map[_, _]
  56. def readString(s: String): AnyRef
    Definition Classes
    ClojureBridge
  57. lazy val referClojureFn: IFn
    Definition Classes
    ClojureBridge
  58. def require(nss: String): AnyRef
    Definition Classes
    ClojureBridge
  59. lazy val requireFn: IFn
    Definition Classes
    ClojureBridge
  60. def since(d: Date): Db
  61. def since(tOrTx: Long): Db
  62. def sinceT: Long
    Definition Classes
    DbLookup
  63. val sinceTimePoint: Option[(Long, Long, Date)]
  64. def sinceTxInst: Date
    Definition Classes
    DbLookup
  65. def syncFn(name: String): IFn
    Definition Classes
    ClojureBridge
  66. final def synchronized[T0](arg0: ⇒ T0): T0
    Definition Classes
    AnyRef
  67. def t: Long
    Definition Classes
    DbLookup
  68. def types(obj: Any): Unit
    Definition Classes
    ClojureBridge
  69. lazy val uri: Fn[URI]
    Definition Classes
    ClojureBridge
  70. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  71. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  72. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... ) @native()
  73. def with(txReport: TxReport, edn: String): TxReport
  74. def with(txReport: TxReport, stmtsReader: Reader): TxReport
  75. def with(txReport: TxReport, stmts: List[_]): TxReport
  76. def with(db: Db, edn: String): TxReport
  77. def with(db: Db, stmtsReader: Reader): TxReport
  78. def with(db: Db, stmts: List[_]): TxReport
  79. def with(withDb: AnyRef, edn: String): TxReport
  80. def with(withDb: AnyRef, stmtsReader: Reader): TxReport
  81. def with(withDb: AnyRef, stmts: List[_]): TxReport

Inherited from Serializable

Inherited from Serializable

Inherited from Product

Inherited from Equals

Inherited from DbLookup

Inherited from ClojureBridge

Inherited from AnyRef

Inherited from Any

Ungrouped