Packages

case class Connection(datomicConn: AnyRef) extends AnomalyWrapper with Product with Serializable

Source
Connection.scala
Linear Supertypes
Serializable, Product, Equals, AnomalyWrapper, AnyRef, Any
Type Hierarchy
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. Connection
  2. Serializable
  3. Product
  4. Equals
  5. AnomalyWrapper
  6. AnyRef
  7. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. Protected

Instance Constructors

  1. new Connection(datomicConn: AnyRef)

Value Members

  1. def anomaly(anomalyMap: PersistentArrayMap): CognitectAnomaly
    Definition Classes
    AnomalyWrapper
  2. def anomaly(e: ExceptionInfo): CognitectAnomaly
    Definition Classes
    AnomalyWrapper
  3. def catchAnomaly[T](codeToRun: => T): T
    Definition Classes
    AnomalyWrapper
  4. val datomicConn: AnyRef
  5. def db: Db
  6. def productElementNames: Iterator[String]
    Definition Classes
    Product
  7. def sync(t: Long): Db
  8. def transact(edn: String): TxReport
  9. def transact(stmtsReader: Reader): TxReport
  10. def transact(stmts: List[_]): TxReport
  11. def txRange(): Iterable[Pair[Long, Iterable[Datom]]]
  12. def txRange(limit: Int): Iterable[Pair[Long, Iterable[Datom]]]
  13. def txRange(timePointStart: Any, timePointEnd: Any): Iterable[Pair[Long, Iterable[Datom]]]
  14. def txRange(timePointStart: Any, timePointEnd: Any, limit: Int): Iterable[Pair[Long, Iterable[Datom]]]
  15. def txRange(timePointStart: Any, timePointEnd: Any, timeout: Int, offset: Int, limit: Int): Iterable[Pair[Long, Iterable[Datom]]]
  16. def txRangeArray(): Array[Pair[Long, Array[Datom]]]
  17. def txRangeArray(limit: Int): Array[Pair[Long, Array[Datom]]]
  18. def txRangeArray(timePointStart: Any, timePointEnd: Any): Array[Pair[Long, Array[Datom]]]
  19. def txRangeArray(timePointStart: Any, timePointEnd: Any, limit: Int): Array[Pair[Long, Array[Datom]]]
  20. def txRangeArray(timePointStart: Any, timePointEnd: Any, timeout: Int, offset: Int, limit: Int): Array[Pair[Long, Array[Datom]]]
  21. def widh(edn: String): Db
  22. def widh(stmtsReader: Reader): Db
  23. def widh(stmts: List[_]): Db
  24. def withDb: AnyRef