molecule.sql.postgres.spi.Spi_postgres_async
See theSpi_postgres_async companion trait
object Spi_postgres_async extends Spi_postgres_async
Attributes
- Companion
- trait
- Source
- Spi_postgres_async.scala
- Graph
-
- Supertypes
-
trait Spi_postgres_asynctrait SpiBaseJS_asynctrait FutureUtilstrait MoleculeLoggingtrait Loggingtrait ModelUtilstrait Renderertrait Spi_asyncclass Objecttrait Matchableclass AnyShow all
- Self type
-
Spi_postgres_async.type
Members list
Type members
Inherited classlikes
implicit class futEither2fut[T](fut: Future[Either[MoleculeError, T]])(implicit ec: ExecutionContext)
Attributes
- Inherited from:
- FutureUtils
- Source
- FutureUtils.scala
- Supertypes
-
class Objecttrait Matchableclass Any
Value members
Inherited methods
Attributes
- Inherited from:
- FutureUtils
- Source
- FutureUtils.scala
Attributes
- Inherited from:
- ModelUtils
- Source
- ModelUtils.scala
override def delete_inspect(delete: Delete)(implicit conn: Conn, ec: ExecutionContext): Future[Unit]
Attributes
- Definition Classes
-
SpiBaseJS_async -> Spi_async
- Inherited from:
- SpiBaseJS_async
- Source
- SpiBaseJS_async.scala
override def delete_transact(delete: Delete)(implicit conn0: Conn, ec: ExecutionContext): Future[TxReport]
Attributes
- Definition Classes
-
SpiBaseJS_async -> Spi_async
- Inherited from:
- SpiBaseJS_async
- Source
- SpiBaseJS_async.scala
Attributes
- Inherited from:
- FutureUtils
- Source
- FutureUtils.scala
def fallback_rawQuery(query: String, debug: Boolean)(implicit conn: Conn, ec: ExecutionContext): Future[List[List[Any]]]
Attributes
- Inherited from:
- Spi_async
- Source
- Spi_async.scala
def fallback_rawTransact(txData: String, debug: Boolean)(implicit conn: Conn, ec: ExecutionContext): Future[TxReport]
Attributes
- Inherited from:
- Spi_async
- Source
- Spi_async.scala
Attributes
- Inherited from:
- FutureUtils
- Source
- FutureUtils.scala
Attributes
- Inherited from:
- ModelUtils
- Source
- ModelUtils.scala
Attributes
- Inherited from:
- ModelUtils
- Source
- ModelUtils.scala
Attributes
- Inherited from:
- ModelUtils
- Source
- ModelUtils.scala
Attributes
- Inherited from:
- ModelUtils
- Source
- ModelUtils.scala
override def insert_inspect(insert: Insert)(implicit conn: Conn, ec: ExecutionContext): Future[Unit]
Attributes
- Definition Classes
-
SpiBaseJS_async -> Spi_async
- Inherited from:
- SpiBaseJS_async
- Source
- SpiBaseJS_async.scala
override def insert_transact(insert: Insert)(implicit conn0: Conn, ec: ExecutionContext): Future[TxReport]
Attributes
- Definition Classes
-
SpiBaseJS_async -> Spi_async
- Inherited from:
- SpiBaseJS_async
- Source
- SpiBaseJS_async.scala
override def insert_validate(insert: Insert)(implicit conn: Conn, ec: ExecutionContext): Future[Seq[(Int, Seq[InsertError])]]
Attributes
- Definition Classes
-
SpiBaseJS_async -> Spi_async
- Inherited from:
- SpiBaseJS_async
- Source
- SpiBaseJS_async.scala
The logger for this class.
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
Attributes
- Inherited from:
- ModelUtils
- Source
- ModelUtils.scala
Attributes
- Inherited from:
- ModelUtils
- Source
- ModelUtils.scala
Attributes
- Inherited from:
- ModelUtils
- Source
- ModelUtils.scala
Attributes
- Inherited from:
- ModelUtils
- Source
- ModelUtils.scala
Attributes
- Inherited from:
- ModelUtils
- Source
- ModelUtils.scala
protected def printRaw(action: String, elements: List[Element], dbString: String, dataString: String): Unit
Attributes
- Inherited from:
- Renderer
- Source
- Renderer.scala
override def queryCursor_get[Tpl](q: QueryCursor[Tpl])(implicit conn0: Conn, ec: ExecutionContext): Future[(List[Tpl], String, Boolean)]
Attributes
- Definition Classes
-
SpiBaseJS_async -> Spi_async
- Inherited from:
- SpiBaseJS_async
- Source
- SpiBaseJS_async.scala
override def queryCursor_inspect[Tpl](q: QueryCursor[Tpl])(implicit conn: Conn, ec: ExecutionContext): Future[Unit]
Attributes
- Definition Classes
-
SpiBaseJS_async -> Spi_async
- Inherited from:
- SpiBaseJS_async
- Source
- SpiBaseJS_async.scala
override def queryOffset_get[Tpl](q: QueryOffset[Tpl])(implicit conn0: Conn, ec: ExecutionContext): Future[(List[Tpl], Int, Boolean)]
Attributes
- Definition Classes
-
SpiBaseJS_async -> Spi_async
- Inherited from:
- SpiBaseJS_async
- Source
- SpiBaseJS_async.scala
override def queryOffset_inspect[Tpl](q: QueryOffset[Tpl])(implicit conn: Conn, ec: ExecutionContext): Future[Unit]
Attributes
- Definition Classes
-
SpiBaseJS_async -> Spi_async
- Inherited from:
- SpiBaseJS_async
- Source
- SpiBaseJS_async.scala
override def query_get[Tpl](q: Query[Tpl])(implicit conn0: Conn, ec: ExecutionContext): Future[List[Tpl]]
Attributes
- Definition Classes
-
SpiBaseJS_async -> Spi_async
- Inherited from:
- SpiBaseJS_async
- Source
- SpiBaseJS_async.scala
override def query_inspect[Tpl](q: Query[Tpl])(implicit conn: Conn, ec: ExecutionContext): Future[Unit]
Attributes
- Definition Classes
-
SpiBaseJS_async -> Spi_async
- Inherited from:
- SpiBaseJS_async
- Source
- SpiBaseJS_async.scala
override def query_stream[Tpl](q: Query[Tpl], chunkSize: Int)(implicit conn0: Conn, ec: ExecutionContext): Stream[IO, Tpl]
Attributes
- Definition Classes
-
SpiBaseJS_async -> Spi_async
- Inherited from:
- SpiBaseJS_async
- Source
- SpiBaseJS_async.scala
override def query_subscribe[Tpl](q: Query[Tpl], callback: (List[Tpl]) => Unit)(implicit conn0: Conn, ec: ExecutionContext): Future[Unit]
Attributes
- Definition Classes
-
SpiBaseJS_async -> Spi_async
- Inherited from:
- SpiBaseJS_async
- Source
- SpiBaseJS_async.scala
override def query_unsubscribe[Tpl](q: Query[Tpl])(implicit conn0: Conn, ec: ExecutionContext): Future[Unit]
Attributes
- Definition Classes
-
SpiBaseJS_async -> Spi_async
- Inherited from:
- SpiBaseJS_async
- Source
- SpiBaseJS_async.scala
Attributes
- Definition Classes
-
SpiBaseJS_async -> Spi_async
- Inherited from:
- SpiBaseJS_async
- Source
- SpiBaseJS_async.scala
override def save_transact(save: Save)(implicit conn0: Conn, ec: ExecutionContext): Future[TxReport]
Attributes
- Definition Classes
-
SpiBaseJS_async -> Spi_async
- Inherited from:
- SpiBaseJS_async
- Source
- SpiBaseJS_async.scala
override def save_validate(save: Save)(implicit conn: Conn, ec: ExecutionContext): Future[Map[String, Seq[String]]]
Attributes
- Definition Classes
-
SpiBaseJS_async -> Spi_async
- Inherited from:
- SpiBaseJS_async
- Source
- SpiBaseJS_async.scala
override def update_inspect(update: Update)(implicit conn: Conn, ec: ExecutionContext): Future[Unit]
Attributes
- Definition Classes
-
SpiBaseJS_async -> Spi_async
- Inherited from:
- SpiBaseJS_async
- Source
- SpiBaseJS_async.scala
override def update_transact(update: Update)(implicit conn0: Conn, ec: ExecutionContext): Future[TxReport]
Attributes
- Definition Classes
-
SpiBaseJS_async -> Spi_async
- Inherited from:
- SpiBaseJS_async
- Source
- SpiBaseJS_async.scala
override def update_validate(update: Update)(implicit conn: Conn, ec: ExecutionContext): Future[Map[String, Seq[String]]]
Attributes
- Definition Classes
-
SpiBaseJS_async -> Spi_async
- Inherited from:
- SpiBaseJS_async
- Source
- SpiBaseJS_async.scala
Attributes
- Inherited from:
- ModelUtils
- Source
- ModelUtils.scala
Inherited fields
Attributes
- Inherited from:
- MoleculeLogging
- Source
- MoleculeLogging.scala
Attributes
- Inherited from:
- MoleculeLogging
- Source
- MoleculeLogging.scala
Implicits
Inherited implicits
final implicit def futEither2fut[T](fut: Future[Either[MoleculeError, T]])(implicit ec: ExecutionContext): futEither2fut[T]
Attributes
- Inherited from:
- FutureUtils
- Source
- FutureUtils.scala
In this article