DatomicBase_JVM

molecule.datalog.datomic.transaction.DatomicBase_JVM

Attributes

Source
DatomicBase_JVM.scala
Graph
Supertypes
trait ModelUtils
trait DataType
class Object
trait Matchable
class Any
Show all
Known subtypes

Members list

Type members

Inherited types

type Data = List[List[AnyRef]]

Attributes

Inherited from:
DatomicDataType_JVM
Source
DatomicDataType_JVM.scala

Value members

Concrete methods

protected def addRetractEntityStmt(id: AnyRef): Boolean

Attributes

Source
DatomicBase_JVM.scala
protected def appendStmt(op: Keyword, e: AnyRef, a: Keyword, v: AnyRef): Unit

Attributes

Source
DatomicBase_JVM.scala
protected def getConn(proxy: ConnProxy): Future[DatomicConn_JVM]

Attributes

Source
DatomicBase_JVM.scala
protected def initTxBase(elements: List[Element], idIndex: Int): Unit

Attributes

Source
DatomicBase_JVM.scala
protected def kw(ns: String, attr: String): Keyword

Attributes

Source
DatomicBase_JVM.scala
protected def newId: String

Attributes

Source
DatomicBase_JVM.scala
protected def stmtList: ArrayList[AnyRef]

Attributes

Source
DatomicBase_JVM.scala

Inherited methods

protected def countValueAttrs(elements: List[Element]): Int

Attributes

Inherited from:
ModelUtils
Source
ModelUtils.scala
final def getAttrNames(elements: List[Element], attrs: Set[String]): Set[String]

Attributes

Inherited from:
ModelUtils
Source
ModelUtils.scala
final protected def getInitialNonGenericNs(elements: List[Element]): String

Attributes

Inherited from:
ModelUtils
Source
ModelUtils.scala
final protected def getInitialNs(elements: List[Element]): String

Attributes

Inherited from:
ModelUtils
Source
ModelUtils.scala
def isRefUpdate(elements: List[Element]): Boolean

Attributes

Inherited from:
ModelUtils
Source
ModelUtils.scala
protected def noKeywords(elements: List[Element], optProxy: Option[ConnProxy]): List[Element]

Attributes

Inherited from:
ModelUtils
Source
ModelUtils.scala

Concrete fields

lazy protected val add: Keyword

Attributes

Source
DatomicBase_JVM.scala
protected var backRefs: Map[String, AnyRef]

Attributes

Source
DatomicBase_JVM.scala
lazy protected val bigDec2java: Any => BigDecimal

Attributes

Source
DatomicBase_JVM.scala
lazy protected val bigInt2java: Any => BigInteger

Attributes

Source
DatomicBase_JVM.scala
lazy protected val boolean2java: Any => Boolean

Attributes

Source
DatomicBase_JVM.scala
lazy protected val byte2java: Any => Int

Attributes

Source
DatomicBase_JVM.scala
lazy protected val char2java: Any => String

Attributes

Source
DatomicBase_JVM.scala
protected var data: List[(String, String, String, Seq[AnyRef], Boolean)]

Attributes

Source
DatomicBase_JVM.scala
lazy protected val dbId: Keyword

Attributes

Source
DatomicBase_JVM.scala
protected var e: AnyRef

Attributes

Source
DatomicBase_JVM.scala
protected var e0: AnyRef

Attributes

Source
DatomicBase_JVM.scala
protected var filterElements: List[Element]

Attributes

Source
DatomicBase_JVM.scala
protected var ids: Seq[AnyRef]

Attributes

Source
DatomicBase_JVM.scala
protected var lowest: Int

Attributes

Source
DatomicBase_JVM.scala
protected var nsFull: String

Attributes

Source
DatomicBase_JVM.scala
protected var part: String

Attributes

Source
DatomicBase_JVM.scala
lazy protected val retract: Keyword

Attributes

Source
DatomicBase_JVM.scala
lazy protected val retractEntity: Keyword

Attributes

Source
DatomicBase_JVM.scala
lazy protected val short2java: Any => Int

Attributes

Source
DatomicBase_JVM.scala
protected var stmt: List[AnyRef]

Attributes

Source
DatomicBase_JVM.scala
final protected val stmts: ArrayList[List[AnyRef]]

Attributes

Source
DatomicBase_JVM.scala
protected var tempId: Int

Attributes

Source
DatomicBase_JVM.scala
protected val unusedRefIds: ListBuffer[AnyRef]

Attributes

Source
DatomicBase_JVM.scala
protected val usedRefIds: ListBuffer[AnyRef]

Attributes

Source
DatomicBase_JVM.scala