JdbcConn_JS

molecule.sql.core.facade.JdbcConn_JS
case class JdbcConn_JS(proxy: JdbcProxy, moleculeRpcRequest: MoleculeRpcRequest) extends Conn, JdbcDataType_JS

Attributes

Source
JdbcConn_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:
JdbcDataType_JS
Source
JdbcDataType_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

Attributes

Inherited from:
Conn
Source
Conn.scala