trait Datom_12[Ns12[_, _, _, _, _, _, _, _, _, _, _, _], Ns13[_, _, _, _, _, _, _, _, _, _, _, _, _], In12[_, _, _, _, _, _, _, _, _, _, _, _, _], In13[_, _, _, _, _, _, _, _, _, _, _, _, _, _], A, B, C, D, E, F, G, H, I, J, K, L] extends Datom
- Alphabetic
- By Inheritance
- Datom_12
- Datom
- AnyRef
- Any
- Hide All
- Show All
- Public
- Protected
Type Members
- final class a[Ns, In] extends OneString[Ns, In] with Indexed
(Partition)-Namespace-prefixed attribute name (":part_Ns/attr")
(Partition)-Namespace-prefixed attribute name (":part_Ns/attr")
- Definition Classes
- Datom
- final class e[Ns, In] extends OneLong[Ns, In] with Indexed
Entity id (Long)
Entity id (Long)
- Definition Classes
- Datom
- final class op[Ns, In] extends OneBoolean[Ns, In] with Indexed
Transaction operation: assertion (true) or retraction (false)
Transaction operation: assertion (true) or retraction (false)
- Definition Classes
- Datom
- final class t[Ns, In] extends OneLong[Ns, In] with Indexed
Transaction point in time
t
(Long/Int)Transaction point in time
t
(Long/Int)- Definition Classes
- Datom
- final class tx[Ns, In] extends OneLong[Ns, In] with Indexed
Transaction entity id (Long)
Transaction entity id (Long)
- Definition Classes
- Datom
- final class txInstant[Ns, In] extends OneDate[Ns, In] with Indexed
Transaction wall-clock time (Date)
Transaction wall-clock time (Date)
- Definition Classes
- Datom
- final class v[Ns, In] extends OneAny[Ns, In] with Indexed
Datom value (Any)
Datom value (Any)
- Definition Classes
- Datom
- type Next_[Attr[_, _], Type] = Attr[Ns13[A, B, C, D, E, F, G, H, I, J, K, L, Type], In13[_, _, _, _, _, _, _, _, _, _, _, _, _, _]] with Ns13[A, B, C, D, E, F, G, H, I, J, K, L, Type]
- type Stay_[Attr[_, _], Type] = Attr[Ns12[A, B, C, D, E, F, G, H, I, J, K, L], In12[_, _, _, _, _, _, _, _, _, _, _, _, _]] with Ns12[A, B, C, D, E, F, G, H, I, J, K, L]
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 lazy val a: Next_[a, String]
- final lazy val a_: Stay_[a, String]
- final def asInstanceOf[T0]: T0
- Definition Classes
- Any
- def clone(): AnyRef
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.CloneNotSupportedException]) @native()
- final lazy val e: Next_[e, Long]
- final lazy val e_: Stay_[e, Long]
- final def eq(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
- def equals(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef → Any
- def finalize(): Unit
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.Throwable])
- final def getClass(): Class[_ <: AnyRef]
- Definition Classes
- AnyRef → Any
- Annotations
- @native()
- def hashCode(): Int
- Definition Classes
- AnyRef → Any
- Annotations
- @native()
- 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()
- final lazy val op: Next_[op, Boolean]
- final lazy val op_: Stay_[op, Boolean]
- final def synchronized[T0](arg0: => T0): T0
- Definition Classes
- AnyRef
- final lazy val t: Next_[t, Long]
- final lazy val t_: Stay_[t, Long]
- def toString(): String
- Definition Classes
- AnyRef → Any
- final lazy val tx: Next_[tx, Long]
- final lazy val txInstant: Next_[txInstant, Date]
- final lazy val txInstant_: Stay_[txInstant, Date]
- final lazy val tx_: Stay_[tx, Long]
- final lazy val v: Next_[v, Any]
- final lazy val v_: Stay_[v, Any]
- 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()
Documentation/API for the Molecule library - a meta DSL for the Datomic database.
Manual | scalamolecule.org | Github | Forum