DatomicConn_JS

molecule.datalog.datomic.facade.DatomicConn_JS
case class DatomicConn_JS(proxy: DatomicProxy, moleculeRpcRequest: MoleculeRpcRequest) extends Conn, DatomicDataType_JS

Attributes

Source
DatomicConn_JS.scala
Graph
Supertypes
trait Serializable
trait Product
trait Equals
trait DataType
class Conn
trait ModelUtils
class Object
trait Matchable
class Any
Show all

Members list

Type members

Inherited types

type Data = String

Attributes

Inherited from:
DatomicDataType_JS
Source
DatomicDataType_JS.scala

Value members

Inherited methods

def addCallback(callback: (List[Element], (Set[String], Boolean) => Unit)): Unit

Attributes

Inherited from:
Conn
Source
Conn.scala
def callback(mutation: List[Element], isDelete: Boolean): Unit

Attributes

Inherited from:
Conn
Source
Conn.scala
protected def countValueAttrs(elements: List[Element]): Int

Attributes

Inherited from:
ModelUtils
Source
ModelUtils.scala
def db: Any

Attributes

Inherited from:
Conn
Source
Conn.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 jsOnly(method: String): ExecutionError

Attributes

Inherited from:
Conn
Source
Conn.scala
protected def jvmOnly(method: String): ExecutionError

Attributes

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

Attributes

Inherited from:
ModelUtils
Source
ModelUtils.scala
def productElementNames: Iterator[String]

Attributes

Inherited from:
Product
def productIterator: Iterator[Any]

Attributes

Inherited from:
Product
def removeCallback(elements: List[Element]): Unit

Attributes

Inherited from:
Conn
Source
Conn.scala
def transact_async(data: Data)(implicit ec: ExecutionContext): Future[TxReport]

Attributes

Inherited from:
Conn
Source
Conn.scala
def transact_sync(data: Data): TxReport

Attributes

Inherited from:
Conn
Source
Conn.scala