ApiAsync

molecule.core.api.ApiAsync
trait ApiAsync extends ModelUtils

Attributes

Source
ApiAsync.scala
Graph
Supertypes
trait ModelUtils
class Object
trait Matchable
class Any
Known subtypes
object async.type
Self type

Members list

Type members

Classlikes

implicit class DeleteApiAsync(delete: Delete)

Attributes

Source
ApiAsync.scala
Supertypes
class Object
trait Matchable
class Any
implicit class InsertApiAsync(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(save: Save)

Attributes

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

Attributes

Source
ApiAsync.scala
Supertypes
class Object
trait Matchable
class Any

Value members

Concrete methods

def rawQuery(query: String, 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

Implicits

Implicits

final implicit def DeleteApiAsync(delete: Delete): DeleteApiAsync

Attributes

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

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(save: Save): SaveApiAsync

Attributes

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

Attributes

Source
ApiAsync.scala