ApiAsync

molecule.core.api.ApiAsync
trait ApiAsync extends ModelUtils

Attributes

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

Members list

Type members

Classlikes

implicit class DeleteApiAsync[Tpl](delete: Delete)

Attributes

Source
ApiAsync.scala
Supertypes
class Object
trait Matchable
class Any
implicit class InsertApiAsync[Tpl](insert: Insert)

Attributes

Source
ApiAsync.scala
Supertypes
class Object
trait Matchable
class Any
implicit class QueryApiAsync[Tpl](q: Query[Tpl])

Attributes

Source
ApiAsync.scala
Supertypes
class Object
trait Matchable
class Any
implicit class QueryCursorApiAsync[Tpl](q: QueryCursor[Tpl])

Attributes

Source
ApiAsync.scala
Supertypes
class Object
trait Matchable
class Any
implicit class QueryOffsetApiAsync[Tpl](q: QueryOffset[Tpl])

Attributes

Source
ApiAsync.scala
Supertypes
class Object
trait Matchable
class Any
implicit class SaveApiAsync[Tpl](save: Save)

Attributes

Source
ApiAsync.scala
Supertypes
class Object
trait Matchable
class Any
implicit class UpdateApiAsync[Tpl](update: Update)

Attributes

Source
ApiAsync.scala
Supertypes
class Object
trait Matchable
class Any

Value members

Concrete methods

def rawQuery(query: String, withNulls: Boolean, doPrint: Boolean)(implicit conn: Conn, ec: ExecutionContext): Future[List[List[Any]]]

Attributes

Source
ApiAsync.scala
def rawTransact(txData: String, doPrint: Boolean)(implicit conn: Conn, ec: ExecutionContext): Future[TxReport]

Attributes

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

Implicits

Implicits

final implicit def DeleteApiAsync[Tpl](delete: Delete): DeleteApiAsync[Tpl]

Attributes

Source
ApiAsync.scala
final implicit def InsertApiAsync[Tpl](insert: Insert): InsertApiAsync[Tpl]

Attributes

Source
ApiAsync.scala
final implicit def QueryApiAsync[Tpl](q: Query[Tpl]): QueryApiAsync[Tpl]

Attributes

Source
ApiAsync.scala
final implicit def QueryCursorApiAsync[Tpl](q: QueryCursor[Tpl]): QueryCursorApiAsync[Tpl]

Attributes

Source
ApiAsync.scala
final implicit def QueryOffsetApiAsync[Tpl](q: QueryOffset[Tpl]): QueryOffsetApiAsync[Tpl]

Attributes

Source
ApiAsync.scala
final implicit def SaveApiAsync[Tpl](save: Save): SaveApiAsync[Tpl]

Attributes

Source
ApiAsync.scala
final implicit def UpdateApiAsync[Tpl](update: Update): UpdateApiAsync[Tpl]

Attributes

Source
ApiAsync.scala