case class Db(datomicDb: AnyRef, sinceTimePoint: Option[(Long, Long, Date)] = None) extends DbLookup with Product with Serializable
Ordering
- Alphabetic
- By Inheritance
Inherited
- Db
- Serializable
- Product
- Equals
- DbLookup
- ClojureBridge
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- Protected
Instance Constructors
Value Members
- final def !=(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
- final def ##: Int
- Definition Classes
- AnyRef → Any
- final def ==(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
- final def asInstanceOf[T0]: T0
- Definition Classes
- Any
- def asOf(d: Date): Db
- def asOf(t: Long): Db
- def asOfT: Long
- Definition Classes
- DbLookup
- def asOfTxInst: Date
- Definition Classes
- DbLookup
- lazy val clKw: Fn[Keyword]
- Definition Classes
- ClojureBridge
- lazy val clPersVec: Fn[PersistentVector]
- Definition Classes
- ClojureBridge
- lazy val clSym: Fn[Symbol]
- Definition Classes
- ClojureBridge
- def clone(): AnyRef
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.CloneNotSupportedException]) @native()
- lazy val compact: Protocol[Fn[_ <: AnyRef]]
- Definition Classes
- ClojureBridge
- def coreAsyncFn(name: String): IFn
- Definition Classes
- ClojureBridge
- def datomicAsyncFn(name: String): IFn
- Definition Classes
- ClojureBridge
- val datomicDb: AnyRef
- def datoms(index: String, components: List[_]): Stream[Datom]
- def datoms(index: String, components: List[_], timeout: Int): Stream[Datom]
- 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
- lazy val dbId: Fn[DbId]
- Definition Classes
- ClojureBridge
- def dbName: String
- Definition Classes
- DbLookup
- def dbStats: DbStats
- lazy val deref: IFn
- Definition Classes
- ClojureBridge
- def edn(stmts: Map[_, _]): String
- Definition Classes
- ClojureBridge
- def edn(stmts: List[_]): String
- Definition Classes
- ClojureBridge
- def ednPretty(stmts: Map[_, _]): String
- Definition Classes
- ClojureBridge
- def ednPretty(stmts: List[_]): String
- Definition Classes
- ClojureBridge
- final def eq(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
- def excludeSymbol(symbol: String): AnyRef
- Definition Classes
- ClojureBridge
- def extractSinceTimePoint(d: Date): Option[(Long, Long, Date)]
- Attributes
- protected
- Definition Classes
- DbLookup
- def extractSinceTimePoint(tOrTx: Long): Option[(Long, Long, Date)]
- Attributes
- protected
- Definition Classes
- DbLookup
- def finalize(): Unit
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.Throwable])
- def fn(ns: String, method: String): IFn
- Definition Classes
- ClojureBridge
- final def getClass(): Class[_ <: AnyRef]
- Definition Classes
- AnyRef → Any
- Annotations
- @native()
- def history: Db
- def indexPull(index: String, selector: String, start: String): Stream[_]
- def indexPull(index: String, selector: String, start: String, reverse: Boolean): Stream[_]
- def indexPull(index: String, selector: String, start: String, reverse: Boolean, limit: Int): Stream[_]
- def indexPull(index: String, selector: String, start: String, reverse: Boolean, timeout: Int, offset: Int, limit: Int): Stream[_]
- def indexRange[T](attrId: String): Stream[Datom]
- def indexRange[T](attrId: String, start: Any): Stream[Datom]
- def indexRange[T](attrId: String, start: Any, end: Any): Stream[Datom]
- def indexRange(attrId: String, start0: Any, end0: Any, timeout: Int, offset: Int, limit: Int): Stream[Datom]
- lazy val isDevLocal: Boolean
- Attributes
- protected
- Definition Classes
- DbLookup
- def isHistory: Boolean
- Definition Classes
- DbLookup
- final def isInstanceOf[T0]: Boolean
- Definition Classes
- Any
- final def ne(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
- final def notify(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native()
- final def notifyAll(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native()
- lazy val pretty: Protocol[Fn[_ <: AnyRef]]
- Definition Classes
- ClojureBridge
- def printLn(s: AnyRef): Unit
- Definition Classes
- ClojureBridge
- def productElementNames: Iterator[String]
- Definition Classes
- Product
- def pull(selector: String, eid: Any): Map[_, _]
- def pull(selector: String, eid: Any, timeout: Int): Map[_, _]
- def pull(selector: String, eid: Any, timeout: Int, offset: Int, limit: Int): Map[_, _]
- def readString(s: String): AnyRef
- Definition Classes
- ClojureBridge
- lazy val referClojureFn: IFn
- Definition Classes
- ClojureBridge
- def require(nss: String): AnyRef
- Definition Classes
- ClojureBridge
- lazy val requireFn: IFn
- Definition Classes
- ClojureBridge
- def since(d: Date): Db
- def since(tOrTx: Long): Db
- def sinceT: Long
- Definition Classes
- DbLookup
- val sinceTimePoint: Option[(Long, Long, Date)]
- def sinceTxInst: Date
- Definition Classes
- DbLookup
- def syncFn(name: String): IFn
- Definition Classes
- ClojureBridge
- final def synchronized[T0](arg0: => T0): T0
- Definition Classes
- AnyRef
- def t: Long
- Definition Classes
- DbLookup
- def types(obj: Any): Unit
- Definition Classes
- ClojureBridge
- lazy val uri: Fn[URI]
- Definition Classes
- ClojureBridge
- final def wait(): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException])
- final def wait(arg0: Long, arg1: Int): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException])
- final def wait(arg0: Long): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException]) @native()
- def with(txReport: TxReport, edn: String): TxReport
- def with(txReport: TxReport, stmtsReader: Reader): TxReport
- def with(txReport: TxReport, stmts: List[_]): TxReport
- def with(db: Db, edn: String): TxReport
- def with(db: Db, stmtsReader: Reader): TxReport
- def with(db: Db, stmts: List[_]): TxReport
- def with(withDb: AnyRef, edn: String): TxReport
- def with(withDb: AnyRef, stmtsReader: Reader): TxReport
- def with(withDb: AnyRef, stmts: List[_]): TxReport