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. final def !=(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  2. final def ##: Int
    Definition Classes
    AnyRef → Any
  3. final def ==(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  4. def anomaly(anomalyMap: PersistentArrayMap): CognitectAnomaly
    Definition Classes
    AnomalyWrapper
  5. def anomaly(e: ExceptionInfo): CognitectAnomaly
    Definition Classes
    AnomalyWrapper
  6. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  7. def catchAnomaly[T](codeToRun: => T): T
    Definition Classes
    AnomalyWrapper
  8. def clone(): AnyRef
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.CloneNotSupportedException]) @native()
  9. val datomicConn: AnyRef
  10. def db: Db
  11. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  12. def finalize(): Unit
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.Throwable])
  13. final def getClass(): Class[_ <: AnyRef]
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  14. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  15. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  16. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  17. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  18. def productElementNames: Iterator[String]
    Definition Classes
    Product
  19. def sync(t: Long): Db
  20. final def synchronized[T0](arg0: => T0): T0
    Definition Classes
    AnyRef
  21. def transact(edn: String): TxReport
  22. def transact(stmtsReader: Reader): TxReport
  23. def transact(stmts: List[_]): TxReport
  24. def txRange(): Iterable[Pair[Long, Iterable[Datom]]]
  25. def txRange(limit: Int): Iterable[Pair[Long, Iterable[Datom]]]
  26. def txRange(timePointStart: Any, timePointEnd: Any): Iterable[Pair[Long, Iterable[Datom]]]
  27. def txRange(timePointStart: Any, timePointEnd: Any, limit: Int): Iterable[Pair[Long, Iterable[Datom]]]
  28. def txRange(timePointStart: Any, timePointEnd: Any, timeout: Int, offset: Int, limit: Int): Iterable[Pair[Long, Iterable[Datom]]]
  29. def txRangeArray(): Array[Pair[Long, Array[Datom]]]
  30. def txRangeArray(limit: Int): Array[Pair[Long, Array[Datom]]]
  31. def txRangeArray(timePointStart: Any, timePointEnd: Any): Array[Pair[Long, Array[Datom]]]
  32. def txRangeArray(timePointStart: Any, timePointEnd: Any, limit: Int): Array[Pair[Long, Array[Datom]]]
  33. def txRangeArray(timePointStart: Any, timePointEnd: Any, timeout: Int, offset: Int, limit: Int): Array[Pair[Long, Array[Datom]]]
  34. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  35. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  36. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException]) @native()
  37. def widh(edn: String): Db
  38. def widh(stmtsReader: Reader): Db
  39. def widh(stmts: List[_]): Db
  40. def withDb: AnyRef

Inherited from Serializable

Inherited from Product

Inherited from Equals

Inherited from AnomalyWrapper

Inherited from AnyRef

Inherited from Any

Ungrouped