JdbcApiAsync

molecule.sql.jdbc.api.JdbcApiAsync
trait JdbcApiAsync extends ApiAsync, JdbcSpiAsync

Attributes

Source
JdbcApiAsync.scala
Graph
Supertypes
trait JdbcSpiAsync
trait FutureUtils
trait MoleculeLogging
trait Logging
trait ModelUtils
trait PrintInspect
trait SpiAsync
trait ApiAsync
class Object
trait Matchable
class Any
Show all
Known subtypes
object async.type

Members list

Type members

Classlikes

implicit class datomicDeleteApiAsync[Tpl](delete: Delete) extends DeleteApiAsync

Attributes

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

Attributes

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

Attributes

Source
JdbcApiAsync.scala
Supertypes
trait QueryApiAsync[Tpl]
class Object
trait Matchable
class Any
implicit class datomicQueryCursorApiAsync[Tpl](q: QueryCursor[Tpl]) extends QueryCursorApiAsync[Tpl]

Attributes

Source
JdbcApiAsync.scala
Supertypes
trait QueryCursorApiAsync[Tpl]
class Object
trait Matchable
class Any
implicit class datomicQueryOffsetApiAsync[Tpl](q: QueryOffset[Tpl]) extends QueryOffsetApiAsync[Tpl]

Attributes

Source
JdbcApiAsync.scala
Supertypes
trait QueryOffsetApiAsync[Tpl]
class Object
trait Matchable
class Any
implicit class datomicSaveApiAsync[Tpl](save: Save) extends SaveApiAsync

Attributes

Source
JdbcApiAsync.scala
Supertypes
trait SaveApiAsync
class Object
trait Matchable
class Any
implicit class datomicUpdateApiAsync[Tpl](update: Update) extends UpdateApiAsync

Attributes

Source
JdbcApiAsync.scala
Supertypes
class Object
trait Matchable
class Any

Inherited classlikes

Attributes

Inherited from:
ApiAsync
Source
ApiAsync.scala
Supertypes
class Object
trait Matchable
class Any
Known subtypes

Attributes

Inherited from:
ApiAsync
Source
ApiAsync.scala
Supertypes
class Object
trait Matchable
class Any
Known subtypes
trait QueryApiAsync[Tpl]

Attributes

Inherited from:
ApiAsync
Source
ApiAsync.scala
Supertypes
class Object
trait Matchable
class Any
Known subtypes
trait QueryCursorApiAsync[Tpl]

Attributes

Inherited from:
ApiAsync
Source
ApiAsync.scala
Supertypes
class Object
trait Matchable
class Any
Known subtypes
trait QueryOffsetApiAsync[Tpl]

Attributes

Inherited from:
ApiAsync
Source
ApiAsync.scala
Supertypes
class Object
trait Matchable
class Any
Known subtypes
trait SaveApiAsync

Attributes

Inherited from:
ApiAsync
Source
ApiAsync.scala
Supertypes
class Object
trait Matchable
class Any
Known subtypes
class datomicSaveApiAsync[Tpl]

Attributes

Inherited from:
ApiAsync
Source
ApiAsync.scala
Supertypes
class Object
trait Matchable
class Any
Known subtypes
implicit class futEither2fut[T](fut: Future[Either[MoleculeError, T]])(implicit ec: ExecutionContext)

Attributes

Inherited from:
FutureUtils
Source
FutureUtils.scala
Supertypes
class Object
trait Matchable
class Any

Value members

Inherited methods

def await[T](body: => Future[T], atMost: Duration): T

Attributes

Inherited from:
FutureUtils
Source
FutureUtils.scala
protected def countValueAttrs(elements: List[Element]): Int

Attributes

Inherited from:
ModelUtils
Source
ModelUtils.scala
override def delete_inspect(delete: Delete)(implicit conn: Conn, ec: ExecutionContext): Future[Unit]

Attributes

Definition Classes
JdbcSpiAsync -> SpiAsync
Inherited from:
JdbcSpiAsync
Source
JdbcSpiAsync.scala
override def delete_transact(delete: Delete)(implicit conn0: Conn, ec: ExecutionContext): Future[TxReport]

Attributes

Definition Classes
JdbcSpiAsync -> SpiAsync
Inherited from:
JdbcSpiAsync
Source
JdbcSpiAsync.scala
def either[T](fut: Future[T])(implicit ec: ExecutionContext): Future[Either[MoleculeError, T]]

Attributes

Inherited from:
FutureUtils
Source
FutureUtils.scala
def future[T](body: => T)(implicit ec: ExecutionContext): Future[T]

Attributes

Inherited from:
FutureUtils
Source
FutureUtils.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
override def insert_inspect(insert: Insert)(implicit conn: Conn, ec: ExecutionContext): Future[Unit]

Attributes

Definition Classes
JdbcSpiAsync -> SpiAsync
Inherited from:
JdbcSpiAsync
Source
JdbcSpiAsync.scala
override def insert_transact(insert: Insert)(implicit conn0: Conn, ec: ExecutionContext): Future[TxReport]

Attributes

Definition Classes
JdbcSpiAsync -> SpiAsync
Inherited from:
JdbcSpiAsync
Source
JdbcSpiAsync.scala
override def insert_validate(insert: Insert)(implicit conn: Conn): Seq[(Int, Seq[InsertError])]

Attributes

Definition Classes
JdbcSpiAsync -> SpiAsync
Inherited from:
JdbcSpiAsync
Source
JdbcSpiAsync.scala
protected def liftTxMetaData(elements: List[Element]): List[Element]

Attributes

Inherited from:
ModelUtils
Source
ModelUtils.scala
protected def logger: Logger

The logger for this class.

The logger for this class.

Attributes

Inherited from:
Logging
Source
Logging.scala
protected def loggerName: String

Override this to change the name of the underlying logger.

Override this to change the name of the underlying logger.

Defaults to class name with package

Attributes

Inherited from:
Logging
Source
Logging.scala
protected def printInspect(label: String, elements: List[Element], stmts: String): Unit

Attributes

Inherited from:
PrintInspect
Source
PrintInspect.scala
protected def printInspectQuery(label: String, elements: List[Element])(implicit ec: ExecutionContext): Future[Unit]

Attributes

Inherited from:
JdbcSpiAsyncBase
Source
JdbcSpiAsyncBase.scala
override def queryCursor_get[Tpl](q: QueryCursor[Tpl])(implicit conn0: Conn, ec: ExecutionContext): Future[(List[Tpl], String, Boolean)]

Attributes

Definition Classes
JdbcSpiAsync -> SpiAsync
Inherited from:
JdbcSpiAsync
Source
JdbcSpiAsync.scala
override def queryCursor_inspect[Tpl](q: QueryCursor[Tpl])(implicit conn: Conn, ec: ExecutionContext): Future[Unit]

Attributes

Definition Classes
JdbcSpiAsync -> SpiAsync
Inherited from:
JdbcSpiAsync
Source
JdbcSpiAsync.scala
override def queryOffset_get[Tpl](q: QueryOffset[Tpl])(implicit conn0: Conn, ec: ExecutionContext): Future[(List[Tpl], Int, Boolean)]

Attributes

Definition Classes
JdbcSpiAsync -> SpiAsync
Inherited from:
JdbcSpiAsync
Source
JdbcSpiAsync.scala
override def queryOffset_inspect[Tpl](q: QueryOffset[Tpl])(implicit conn: Conn, ec: ExecutionContext): Future[Unit]

Attributes

Definition Classes
JdbcSpiAsync -> SpiAsync
Inherited from:
JdbcSpiAsync
Source
JdbcSpiAsync.scala
override def query_get[Tpl](q: Query[Tpl])(implicit conn0: Conn, ec: ExecutionContext): Future[List[Tpl]]

Attributes

Definition Classes
JdbcSpiAsync -> SpiAsync
Inherited from:
JdbcSpiAsync
Source
JdbcSpiAsync.scala
override def query_inspect[Tpl](q: Query[Tpl])(implicit conn: Conn, ec: ExecutionContext): Future[Unit]

Attributes

Definition Classes
JdbcSpiAsync -> SpiAsync
Inherited from:
JdbcSpiAsync
Source
JdbcSpiAsync.scala
override def query_subscribe[Tpl](q: Query[Tpl], callback: List[Tpl] => Unit)(implicit conn0: Conn, ec: ExecutionContext): Future[Unit]

Attributes

Definition Classes
JdbcSpiAsync -> SpiAsync
Inherited from:
JdbcSpiAsync
Source
JdbcSpiAsync.scala
override def save_inspect(save: Save)(implicit conn: Conn, ec: ExecutionContext): Future[Unit]

Attributes

Definition Classes
JdbcSpiAsync -> SpiAsync
Inherited from:
JdbcSpiAsync
Source
JdbcSpiAsync.scala
override def save_transact(save: Save)(implicit conn0: Conn, ec: ExecutionContext): Future[TxReport]

Attributes

Definition Classes
JdbcSpiAsync -> SpiAsync
Inherited from:
JdbcSpiAsync
Source
JdbcSpiAsync.scala
override def save_validate(save: Save)(implicit conn: Conn): Map[String, Seq[String]]

Attributes

Definition Classes
JdbcSpiAsync -> SpiAsync
Inherited from:
JdbcSpiAsync
Source
JdbcSpiAsync.scala
def separateTxElements(elements: List[Element]): (List[Element], List[Element])

Attributes

Inherited from:
ModelUtils
Source
ModelUtils.scala
override def update_inspect(update: Update)(implicit conn: Conn, ec: ExecutionContext): Future[Unit]

Attributes

Definition Classes
JdbcSpiAsync -> SpiAsync
Inherited from:
JdbcSpiAsync
Source
JdbcSpiAsync.scala
override def update_transact(update: Update)(implicit conn0: Conn, ec: ExecutionContext): Future[TxReport]

Attributes

Definition Classes
JdbcSpiAsync -> SpiAsync
Inherited from:
JdbcSpiAsync
Source
JdbcSpiAsync.scala
override def update_validate(update: Update)(implicit conn: Conn): Map[String, Seq[String]]

Attributes

Definition Classes
JdbcSpiAsync -> SpiAsync
Inherited from:
JdbcSpiAsync
Source
JdbcSpiAsync.scala

Inherited fields

val logFormatter: Formatter

Attributes

Inherited from:
MoleculeLogging
Source
MoleculeLogging.scala
val logLevel: Level

Attributes

Inherited from:
MoleculeLogging
Source
MoleculeLogging.scala

Implicits

Implicits

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

Attributes

Source
JdbcApiAsync.scala
final implicit def datomicInsertApiAsync[Tpl](insert: Insert): datomicInsertApiAsync[Tpl]

Attributes

Source
JdbcApiAsync.scala
final implicit def datomicQueryApiAsync[Tpl](q: Query[Tpl]): datomicQueryApiAsync[Tpl]

Attributes

Source
JdbcApiAsync.scala
final implicit def datomicQueryCursorApiAsync[Tpl](q: QueryCursor[Tpl]): datomicQueryCursorApiAsync[Tpl]

Attributes

Source
JdbcApiAsync.scala
final implicit def datomicQueryOffsetApiAsync[Tpl](q: QueryOffset[Tpl]): datomicQueryOffsetApiAsync[Tpl]

Attributes

Source
JdbcApiAsync.scala
final implicit def datomicSaveApiAsync[Tpl](save: Save): datomicSaveApiAsync[Tpl]

Attributes

Source
JdbcApiAsync.scala
final implicit def datomicUpdateApiAsync[Tpl](update: Update): datomicUpdateApiAsync[Tpl]

Attributes

Source
JdbcApiAsync.scala

Inherited implicits

final implicit def futEither2fut[T](fut: Future[Either[MoleculeError, T]])(implicit ec: ExecutionContext): futEither2fut[T]

Attributes

Inherited from:
FutureUtils
Source
FutureUtils.scala