ApiAsync2

molecule.core.api.ApiAsync2
class ApiAsync2(spi: SpiAsync) extends ModelUtils

Attributes

Source
ApiAsync2.scala
Graph
Supertypes
trait ModelUtils
class Object
trait Matchable
class Any

Members list

Type members

Classlikes

implicit class DeleteApiAsync(delete: Delete)

Attributes

Source
ApiAsync2.scala
Supertypes
class Object
trait Matchable
class Any
implicit class InsertApiAsync(insert: Insert)

Attributes

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

Attributes

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

Attributes

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

Attributes

Source
ApiAsync2.scala
Supertypes
class Object
trait Matchable
class Any
implicit class SaveApiAsync(save: Save)

Attributes

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

Attributes

Source
ApiAsync2.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
ApiAsync2.scala
def rawTransact(txData: String, doPrint: Boolean)(implicit conn: Conn, ec: ExecutionContext): Future[TxReport]

Attributes

Source
ApiAsync2.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
ApiAsync2.scala
final implicit def InsertApiAsync(insert: Insert): InsertApiAsync

Attributes

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

Attributes

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

Attributes

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

Attributes

Source
ApiAsync2.scala
final implicit def SaveApiAsync(save: Save): SaveApiAsync

Attributes

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

Attributes

Source
ApiAsync2.scala