Conn

molecule.core.spi.Conn
abstract class Conn(val proxy: ConnProxy) extends ModelUtils

Attributes

Source
Conn.scala
Graph
Supertypes
trait ModelUtils
class Object
trait Matchable
class Any
Self type

Members list

Value members

Concrete methods

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

Attributes

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

Attributes

Source
Conn.scala
def db: Any

Attributes

Source
Conn.scala
protected def jsOnly(method: String): ExecutionError

Attributes

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

Attributes

Source
Conn.scala
def removeCallback(elements: List[Element]): Unit

Attributes

Source
Conn.scala
def transact_async(data: <none>)(implicit ec: ExecutionContext): Future[TxReport]

Attributes

Source
Conn.scala
def transact_sync(data: <none>): TxReport

Attributes

Source
Conn.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

Attributes

Source
Conn.scala