case class DatomicDb_Client(clientDb: Db) extends DatomicDb with Product with Serializable
Datomic Db facade for client api (peer-server/cloud/dev-local).
- Source
- DatomicDb_Client.scala
Linear Supertypes
Type Hierarchy
Ordering
- Alphabetic
- By Inheritance
Inherited
- DatomicDb_Client
- Serializable
- Serializable
- Product
- Equals
- DatomicDb
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- All
Instance Constructors
- new DatomicDb_Client(clientDb: Db)
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
- val clientDb: Db
-
def
clone(): AnyRef
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws( ... ) @native()
- def datoms(index: String, components: Seq[Any] = Nil, timeout: Int = 0, offset: Int = 0, limit: Int = 1000): Stream[Datom]
-
def
entity(conn: Conn, id: Any): DatomicEntity
- Definition Classes
- DatomicDb_Client → DatomicDb
-
final
def
eq(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
-
def
finalize(): Unit
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws( classOf[java.lang.Throwable] )
-
final
def
getClass(): Class[_]
- Definition Classes
- AnyRef → Any
- Annotations
- @native()
-
def
getDatomicDb: AnyRef
- Definition Classes
- DatomicDb_Client → DatomicDb
- def indexRange(attrId: String, startValue: Option[Any], endValue: Option[Any], timeout: Int = 0, offset: Int = 0, limit: Int = 1000): Stream[Datom]
-
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()
-
def
pull(pattern: String, eid: Any): Map[_, _]
- Definition Classes
- DatomicDb_Client → DatomicDb
-
final
def
synchronized[T0](arg0: ⇒ T0): T0
- Definition Classes
- AnyRef
-
def
t: Long
- Definition Classes
- DatomicDb_Client → DatomicDb
-
def
tx: Long
- Definition Classes
- DatomicDb_Client → DatomicDb
-
def
txInstant: Date
- Definition Classes
- DatomicDb_Client → DatomicDb
-
final
def
wait(): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... )
-
final
def
wait(arg0: Long, arg1: Int): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... )
-
final
def
wait(arg0: Long): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... ) @native()

Documentation/API for the Molecule library - a meta DSL for the Datomic database.
scalamolecule.org | Github | Forum