case class Connection(datomicConn: AnyRef) extends AnomalyWrapper with Product with Serializable
Ordering
- Alphabetic
- By Inheritance
Inherited
- Connection
- Serializable
- Serializable
- Product
- Equals
- AnomalyWrapper
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- All
Instance Constructors
- new Connection(datomicConn: AnyRef)
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
-
def
anomaly(anomalyMap: PersistentArrayMap): CognitectAnomaly
- Definition Classes
- AnomalyWrapper
-
def
anomaly(e: ExceptionInfo): CognitectAnomaly
- Definition Classes
- AnomalyWrapper
-
final
def
asInstanceOf[T0]: T0
- Definition Classes
- Any
-
def
catchAnomaly[T](codeToRun: ⇒ T): T
- Definition Classes
- AnomalyWrapper
-
def
clone(): AnyRef
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws( ... ) @native()
- val datomicConn: AnyRef
- def db: Db
-
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()
-
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 sync(t: Long): Db
-
final
def
synchronized[T0](arg0: ⇒ T0): T0
- Definition Classes
- AnyRef
- def transact(edn: String): TxReport
- def transact(stmtsReader: Reader): TxReport
- def transact(stmts: List[_]): TxReport
- def txRange(): Iterable[Pair[Long, Iterable[Datom]]]
- def txRange(limit: Int): Iterable[Pair[Long, Iterable[Datom]]]
- def txRange(timePointStart: Any, timePointEnd: Any): Iterable[Pair[Long, Iterable[Datom]]]
- def txRange(timePointStart: Any, timePointEnd: Any, limit: Int): Iterable[Pair[Long, Iterable[Datom]]]
- def txRange(timePointStart: Any, timePointEnd: Any, timeout: Int, offset: Int, limit: Int): Iterable[Pair[Long, Iterable[Datom]]]
- def txRangeArray(): Array[Pair[Long, Array[Datom]]]
- def txRangeArray(limit: Int): Array[Pair[Long, Array[Datom]]]
- def txRangeArray(timePointStart: Any, timePointEnd: Any): Array[Pair[Long, Array[Datom]]]
- def txRangeArray(timePointStart: Any, timePointEnd: Any, limit: Int): Array[Pair[Long, Array[Datom]]]
- def txRangeArray(timePointStart: Any, timePointEnd: Any, timeout: Int, offset: Int, limit: Int): Array[Pair[Long, Array[Datom]]]
-
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()
- def widh(edn: String): Db
- def widh(stmtsReader: Reader): Db
- def widh(stmts: List[_]): Db
- def withDb: AnyRef