Delete_datomic

molecule.datalog.datomic.transaction.Delete_datomic
trait Delete_datomic extends DatomicBase_JVM, DeleteOps, MetaModelUtils, MoleculeLogging, JavaConversions

Attributes

Source
Delete_datomic.scala
Graph
Supertypes
trait JavaConversions
trait AsScalaExtensions
trait AsJavaExtensions
trait MoleculeLogging
trait Logging
trait MetaModelUtils
trait DeleteOps
trait ModelUtils
trait DataType
class Object
trait Matchable
class Any
Show all
Self type
ResolveDelete

Members list

Type members

Inherited classlikes

implicit class BufferHasAsJava[A](b: Buffer[A])

Attributes

Inherited from:
AsJavaExtensions
Supertypes
class Object
trait Matchable
class Any
implicit class CollectionHasAsScala[A](c: Collection[A])

Attributes

Inherited from:
AsScalaExtensions
Supertypes
class Object
trait Matchable
class Any
implicit class ConcurrentMapHasAsJava[K, V](m: Map[K, V])

Attributes

Inherited from:
AsJavaExtensions
Supertypes
class Object
trait Matchable
class Any
implicit class ConcurrentMapHasAsScala[K, V](m: ConcurrentMap[K, V])

Attributes

Inherited from:
AsScalaExtensions
Supertypes
class Object
trait Matchable
class Any
implicit class DictionaryHasAsScala[K, V](d: Dictionary[K, V])

Attributes

Inherited from:
AsScalaExtensions
Supertypes
class Object
trait Matchable
class Any
implicit class EnumerationHasAsScala[A](e: Enumeration[A])

Attributes

Inherited from:
AsScalaExtensions
Supertypes
class Object
trait Matchable
class Any
implicit class IterableHasAsJava[A](i: Iterable[A])

Attributes

Inherited from:
AsJavaExtensions
Supertypes
class Object
trait Matchable
class Any
implicit class IterableHasAsScala[A](i: Iterable[A])

Attributes

Inherited from:
AsScalaExtensions
Supertypes
class Object
trait Matchable
class Any
implicit class IteratorHasAsJava[A](i: Iterator[A])

Attributes

Inherited from:
AsJavaExtensions
Supertypes
class Object
trait Matchable
class Any
implicit class IteratorHasAsScala[A](i: Iterator[A])

Attributes

Inherited from:
AsScalaExtensions
Supertypes
class Object
trait Matchable
class Any
implicit class ListHasAsScala[A](l: List[A])

Attributes

Inherited from:
AsScalaExtensions
Supertypes
class Object
trait Matchable
class Any
implicit class MapHasAsJava[K, V](m: Map[K, V])

Attributes

Inherited from:
AsJavaExtensions
Supertypes
class Object
trait Matchable
class Any
implicit class MapHasAsScala[K, V](m: Map[K, V])

Attributes

Inherited from:
AsScalaExtensions
Supertypes
class Object
trait Matchable
class Any
implicit class MutableMapHasAsJava[K, V](m: Map[K, V])

Attributes

Inherited from:
AsJavaExtensions
Supertypes
class Object
trait Matchable
class Any
implicit class MutableSeqHasAsJava[A](s: Seq[A])

Attributes

Inherited from:
AsJavaExtensions
Supertypes
class Object
trait Matchable
class Any
implicit class MutableSetHasAsJava[A](s: Set[A])

Attributes

Inherited from:
AsJavaExtensions
Supertypes
class Object
trait Matchable
class Any
implicit class PropertiesHasAsScala(i: Properties)

Attributes

Inherited from:
AsScalaExtensions
Supertypes
class Object
trait Matchable
class Any
implicit class SeqHasAsJava[A](s: Seq[A])

Attributes

Inherited from:
AsJavaExtensions
Supertypes
class Object
trait Matchable
class Any
implicit class SetHasAsJava[A](s: Set[A])

Attributes

Inherited from:
AsJavaExtensions
Supertypes
class Object
trait Matchable
class Any
implicit class SetHasAsScala[A](s: Set[A])

Attributes

Inherited from:
AsScalaExtensions
Supertypes
class Object
trait Matchable
class Any

Inherited types

type Data = List[List[AnyRef]]

Attributes

Inherited from:
DatomicDataType_JVM
Source
DatomicDataType_JVM.scala

Value members

Concrete methods

override def addFilterElement(element: Element): Unit

Attributes

Definition Classes
DeleteOps
Source
Delete_datomic.scala
override def addIds[T](ids1: Seq[T]): Unit

Attributes

Definition Classes
DeleteOps
Source
Delete_datomic.scala
def getData(conn: DatomicConn_JVM, elements: List[Element], idIndex: Int, debug: Boolean): Data

Attributes

Source
Delete_datomic.scala

Inherited methods

protected def addRetractEntityStmt(id: AnyRef): Boolean

Attributes

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

Attributes

Inherited from:
DatomicBase_JVM
Source
DatomicBase_JVM.scala
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
protected def getConn(proxy: ConnProxy): Future[DatomicConn_JVM]

Attributes

Inherited from:
DatomicBase_JVM
Source
DatomicBase_JVM.scala
def getHasMandatoryRefs(nsMap: Map[String, MetaNs]): Boolean

Attributes

Inherited from:
MetaModelUtils
Source
MetaModelUtils.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
protected def initTxBase(elements: List[Element], idIndex: Int): Unit

Attributes

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

Attributes

Inherited from:
ModelUtils
Source
ModelUtils.scala
protected def kw(ns: String, attr: String): Keyword

Attributes

Inherited from:
DatomicBase_JVM
Source
DatomicBase_JVM.scala
protected def logger: Logger

The logger for this class.

The logger for this class.

Attributes

Inherited from:
Logging
Source
Logging.scala
protected def loggerName: String

Override this to change the name of the underlying logger.

Override this to change the name of the underlying logger.

Defaults to class name with package

Attributes

Inherited from:
Logging
Source
Logging.scala
protected def newId: String

Attributes

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

Attributes

Inherited from:
ModelUtils
Source
ModelUtils.scala
final protected def nonReservedAttr(a: Attr, proxy: ConnProxy): (String, String)

Attributes

Inherited from:
ModelUtils
Source
ModelUtils.scala
final protected def nonReservedBackRef(backRef: BackRef, proxy: ConnProxy): (String, String)

Attributes

Inherited from:
ModelUtils
Source
ModelUtils.scala
final protected def nonReservedRef(ref: Ref, proxy: ConnProxy): (String, String, String)

Attributes

Inherited from:
ModelUtils
Source
ModelUtils.scala
final protected def resolveReservedNames(a0: Attr, proxy: ConnProxy, optFilterAttr: Option[Attr]): Attr

Attributes

Inherited from:
ModelUtils
Source
ModelUtils.scala
protected def stmtList: ArrayList[AnyRef]

Attributes

Inherited from:
DatomicBase_JVM
Source
DatomicBase_JVM.scala

Inherited fields

lazy protected val add: Keyword

Attributes

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

Attributes

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

Attributes

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

Attributes

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

Attributes

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

Attributes

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

Attributes

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

Attributes

Inherited from:
DatomicBase_JVM
Source
DatomicBase_JVM.scala
lazy protected val dbId: Keyword

Attributes

Inherited from:
DatomicBase_JVM
Source
DatomicBase_JVM.scala
protected var e: AnyRef

Attributes

Inherited from:
DatomicBase_JVM
Source
DatomicBase_JVM.scala
protected var e0: AnyRef

Attributes

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

Attributes

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

Attributes

Inherited from:
DatomicBase_JVM
Source
DatomicBase_JVM.scala
val logFormatter: Formatter

Attributes

Inherited from:
MoleculeLogging
Source
MoleculeLogging.scala
val logLevel: Level

Attributes

Inherited from:
MoleculeLogging
Source
MoleculeLogging.scala
protected var lowest: Int

Attributes

Inherited from:
DatomicBase_JVM
Source
DatomicBase_JVM.scala
protected var nsFull: String

Attributes

Inherited from:
DatomicBase_JVM
Source
DatomicBase_JVM.scala
protected var part: String

Attributes

Inherited from:
DatomicBase_JVM
Source
DatomicBase_JVM.scala
lazy protected val retract: Keyword

Attributes

Inherited from:
DatomicBase_JVM
Source
DatomicBase_JVM.scala
lazy protected val retractEntity: Keyword

Attributes

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

Attributes

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

Attributes

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

Attributes

Inherited from:
DatomicBase_JVM
Source
DatomicBase_JVM.scala
protected var tempId: Int

Attributes

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

Attributes

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

Attributes

Inherited from:
DatomicBase_JVM
Source
DatomicBase_JVM.scala