async
molecule.db.sql.postgres.`package`.async
object async extends Api_async, Api_async_transact, Spi_postgres_async
Attributes
- Source
- package.scala
- Graph
-
- Supertypes
-
trait Spi_postgres_asynctrait StreamingJdbctrait Spi_asynctrait Api_async_transacttrait Api_asynctrait ModelUtilstrait Keywordsclass Objecttrait Matchableclass AnyShow all
- Self type
-
async.type
Members list
Type members
Inherited classlikes
Attributes
- Inherited from:
- Api_async
- Source
- Api_async.scala
- Supertypes
-
class Objecttrait Matchableclass Any
Attributes
- Inherited from:
- Api_async
- Source
- Api_async.scala
- Supertypes
-
class Objecttrait Matchableclass Any
Attributes
- Inherited from:
- Api_async
- Source
- Api_async.scala
- Supertypes
-
class Objecttrait Matchableclass Any
Attributes
- Inherited from:
- Api_async
- Source
- Api_async.scala
- Supertypes
-
class Objecttrait Matchableclass Any
Attributes
- Inherited from:
- Api_async
- Source
- Api_async.scala
- Supertypes
-
class Objecttrait Matchableclass Any
Attributes
- Inherited from:
- Api_async
- Source
- Api_async.scala
- Supertypes
-
class Objecttrait Matchableclass Any
Attributes
- Inherited from:
- Api_async
- Source
- Api_async.scala
- Supertypes
-
class Objecttrait Matchableclass Any
object avg extends avg
Attributes
- Inherited from:
- Keywords
- Source
- Keywords.scala
- Supertypes
-
trait avgtrait AggrCoalescetrait AggrKwtrait Kwclass Objecttrait Matchableclass AnyShow all
object count extends count
Attributes
- Inherited from:
- Keywords
- Source
- Keywords.scala
- Supertypes
-
trait counttrait AggrInttrait AggrCoalescetrait AggrKwtrait Kwclass Objecttrait Matchableclass AnyShow all
object countDistinct extends countDistinct
Attributes
- Inherited from:
- Keywords
- Source
- Keywords.scala
- Supertypes
-
trait countDistincttrait AggrCoalescetrait AggrKwtrait Kwclass Objecttrait Matchableclass AnyShow all
object distinct extends distinct
Attributes
- Inherited from:
- Keywords
- Source
- Keywords.scala
- Supertypes
-
trait distincttrait AggrKwtrait Kwclass Objecttrait Matchableclass AnyShow all
object max extends max
Attributes
- Inherited from:
- Keywords
- Source
- Keywords.scala
- Supertypes
-
trait maxtrait AggrKwtrait Kwclass Objecttrait Matchableclass AnyShow all
object median extends median
Attributes
- Inherited from:
- Keywords
- Source
- Keywords.scala
- Supertypes
-
trait mediantrait AggrCoalescetrait AggrKwtrait Kwclass Objecttrait Matchableclass AnyShow all
object min extends min
Attributes
- Inherited from:
- Keywords
- Source
- Keywords.scala
- Supertypes
-
trait mintrait AggrKwtrait Kwclass Objecttrait Matchableclass AnyShow all
object sample extends sample
Attributes
- Inherited from:
- Keywords
- Source
- Keywords.scala
- Supertypes
-
trait sampletrait AggrKwtrait Kwclass Objecttrait Matchableclass AnyShow all
object stddev extends stddev
Attributes
- Inherited from:
- Keywords
- Source
- Keywords.scala
- Supertypes
-
trait stddevtrait AggrCoalescetrait AggrKwtrait Kwclass Objecttrait Matchableclass AnyShow all
object sum extends sum
Attributes
- Inherited from:
- Keywords
- Source
- Keywords.scala
- Supertypes
-
trait sumtrait AggrCoalescetrait AggrKwtrait Kwclass Objecttrait Matchableclass AnyShow all
object variance extends variance
Attributes
- Inherited from:
- Keywords
- Source
- Keywords.scala
- Supertypes
-
trait variancetrait AggrCoalescetrait AggrKwtrait Kwclass Objecttrait Matchableclass AnyShow all
Value members
Inherited methods
Attributes
- Inherited from:
- ModelUtils
- Source
- ModelUtils.scala
override def delete_inspect(delete: Delete)(implicit conn: Conn, ec: ExecutionContext): Future[Unit]
Attributes
- Definition Classes
-
Spi_postgres_async -> Spi_async
- Inherited from:
- Spi_postgres_async
- Source
- Spi_postgres_async.scala
override def delete_transact(delete: Delete)(implicit conn: Conn, ec: ExecutionContext): Future[TxReport]
Attributes
- Definition Classes
-
Spi_postgres_async -> Spi_async
- Inherited from:
- Spi_postgres_async
- Source
- Spi_postgres_async.scala
override def fallback_rawQuery(query: String, debug: Boolean)(implicit conn: Conn, ec: ExecutionContext): Future[List[List[Any]]]
Attributes
- Definition Classes
-
Spi_postgres_async -> Spi_async
- Inherited from:
- Spi_postgres_async
- Source
- Spi_postgres_async.scala
override def fallback_rawTransact(txData: String, debug: Boolean)(implicit conn: Conn, ec: ExecutionContext): Future[TxReport]
Attributes
- Definition Classes
-
Spi_postgres_async -> Spi_async
- Inherited from:
- Spi_postgres_async
- Source
- Spi_postgres_async.scala
def fs2stream[Tpl](q: Query[Tpl], chunkSize: Int, inspect: (Query[Tpl], Conn) => Unit, getResultSetAndResolver: (Query[Tpl], Conn) => (ResultSetInterface, ResultSetInterface => Any))(implicit conn: Conn): Stream[IO, Tpl]
Attributes
- Inherited from:
- StreamingJdbc
- Source
- StreamingJdbc.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
-
Spi_postgres_async -> Spi_async
- Inherited from:
- Spi_postgres_async
- Source
- Spi_postgres_async.scala
override def insert_transact(insert: Insert)(implicit conn: Conn, ec: ExecutionContext): Future[TxReport]
Attributes
- Definition Classes
-
Spi_postgres_async -> Spi_async
- Inherited from:
- Spi_postgres_async
- Source
- Spi_postgres_async.scala
override def insert_validate(insert: Insert)(implicit conn: Conn, ec: ExecutionContext): Future[Seq[(Int, Seq[InsertError])]]
Attributes
- Definition Classes
-
Spi_postgres_async -> Spi_async
- Inherited from:
- Spi_postgres_async
- Source
- Spi_postgres_async.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
override def queryCursor_get[Tpl](q: QueryCursor[Tpl])(implicit conn: Conn, ec: ExecutionContext): Future[(List[Tpl], String, Boolean)]
Attributes
- Definition Classes
-
Spi_postgres_async -> Spi_async
- Inherited from:
- Spi_postgres_async
- Source
- Spi_postgres_async.scala
override def queryCursor_inspect[Tpl](q: QueryCursor[Tpl])(implicit conn: Conn, ec: ExecutionContext): Future[Unit]
Attributes
- Definition Classes
-
Spi_postgres_async -> Spi_async
- Inherited from:
- Spi_postgres_async
- Source
- Spi_postgres_async.scala
override def queryOffset_get[Tpl](q: QueryOffset[Tpl])(implicit conn: Conn, ec: ExecutionContext): Future[(List[Tpl], Int, Boolean)]
Attributes
- Definition Classes
-
Spi_postgres_async -> Spi_async
- Inherited from:
- Spi_postgres_async
- Source
- Spi_postgres_async.scala
override def queryOffset_inspect[Tpl](q: QueryOffset[Tpl])(implicit conn: Conn, ec: ExecutionContext): Future[Unit]
Attributes
- Definition Classes
-
Spi_postgres_async -> Spi_async
- Inherited from:
- Spi_postgres_async
- Source
- Spi_postgres_async.scala
override def query_get[Tpl](q: Query[Tpl])(implicit conn: Conn, ec: ExecutionContext): Future[List[Tpl]]
Attributes
- Definition Classes
-
Spi_postgres_async -> Spi_async
- Inherited from:
- Spi_postgres_async
- Source
- Spi_postgres_async.scala
override def query_inspect[Tpl](q: Query[Tpl])(implicit conn: Conn, ec: ExecutionContext): Future[Unit]
Attributes
- Definition Classes
-
Spi_postgres_async -> Spi_async
- Inherited from:
- Spi_postgres_async
- Source
- Spi_postgres_async.scala
override def query_stream[Tpl](q: Query[Tpl], chunkSize: Int)(implicit conn: Conn, ec: ExecutionContext): Stream[IO, Tpl]
Attributes
- Definition Classes
-
Spi_postgres_async -> Spi_async
- Inherited from:
- Spi_postgres_async
- Source
- Spi_postgres_async.scala
override def query_subscribe[Tpl](q: Query[Tpl], callback: (List[Tpl]) => Unit)(implicit conn: Conn, ec: ExecutionContext): Future[Unit]
Attributes
- Definition Classes
-
Spi_postgres_async -> Spi_async
- Inherited from:
- Spi_postgres_async
- Source
- Spi_postgres_async.scala
override def query_unsubscribe[Tpl](q: Query[Tpl])(implicit conn: Conn, ec: ExecutionContext): Future[Unit]
Attributes
- Definition Classes
-
Spi_postgres_async -> Spi_async
- Inherited from:
- Spi_postgres_async
- Source
- Spi_postgres_async.scala
def rawQuery(query: String, doPrint: Boolean)(implicit conn: Conn, ec: ExecutionContext): Future[List[List[Any]]]
Attributes
- Inherited from:
- Api_async
- Source
- Api_async.scala
def rawTransact(txData: String, doPrint: Boolean)(implicit conn: Conn, ec: ExecutionContext): Future[TxReport]
Attributes
- Inherited from:
- Api_async
- Source
- Api_async.scala
Attributes
- Definition Classes
-
Spi_postgres_async -> Spi_async
- Inherited from:
- Spi_postgres_async
- Source
- Spi_postgres_async.scala
Attributes
- Definition Classes
-
Spi_postgres_async -> Spi_async
- Inherited from:
- Spi_postgres_async
- Source
- Spi_postgres_async.scala
override def save_validate(save: Save)(implicit conn: Conn, ec: ExecutionContext): Future[Map[String, Seq[String]]]
Attributes
- Definition Classes
-
Spi_postgres_async -> Spi_async
- Inherited from:
- Spi_postgres_async
- Source
- Spi_postgres_async.scala
def savepoint[T](runSavepoint: Savepoint => Future[T])(implicit conn: Conn, ec: ExecutionContext): Future[T]
Attributes
- Inherited from:
- Api_async_transact
- Source
- Api_async.scala
def transact(actions: Seq[Action])(implicit conn: Conn, ec: ExecutionContext): Future[Seq[TxReport]]
Attributes
- Inherited from:
- Api_async_transact
- Source
- Api_async.scala
def transact(a1: Action, a2: Action, aa: Action*)(implicit conn: Conn, ec: ExecutionContext): Future[Seq[TxReport]]
Attributes
- Inherited from:
- Api_async_transact
- Source
- Api_async.scala
Attributes
- Inherited from:
- Api_async_transact
- Source
- Api_async.scala
override def update_inspect(update: Update)(implicit conn: Conn, ec: ExecutionContext): Future[Unit]
Attributes
- Definition Classes
-
Spi_postgres_async -> Spi_async
- Inherited from:
- Spi_postgres_async
- Source
- Spi_postgres_async.scala
override def update_transact(update: Update)(implicit conn: Conn, ec: ExecutionContext): Future[TxReport]
Attributes
- Definition Classes
-
Spi_postgres_async -> Spi_async
- Inherited from:
- Spi_postgres_async
- Source
- Spi_postgres_async.scala
override def update_validate(update: Update)(implicit conn: Conn, ec: ExecutionContext): Future[Map[String, Seq[String]]]
Attributes
- Definition Classes
-
Spi_postgres_async -> Spi_async
- Inherited from:
- Spi_postgres_async
- Source
- Spi_postgres_async.scala
Attributes
- Inherited from:
- ModelUtils
- Source
- ModelUtils.scala
def zioStream[Tpl](q: Query[Tpl], chunkSize: Int, inspect: (Query[Tpl], Conn) => Unit, getResultSetAndResolver: (Query[Tpl], Conn) => (ResultSetInterface, ResultSetInterface => Any)): ZStream[Conn, MoleculeError, Tpl]
Attributes
- Inherited from:
- StreamingJdbc
- Source
- StreamingJdbc.scala
Implicits
Inherited implicits
Attributes
- Inherited from:
- Api_async
- Source
- Api_async.scala
Attributes
- Inherited from:
- Api_async
- Source
- Api_async.scala
Attributes
- Inherited from:
- Api_async
- Source
- Api_async.scala
Attributes
- Inherited from:
- Api_async
- Source
- Api_async.scala
Attributes
- Inherited from:
- Api_async
- Source
- Api_async.scala
Attributes
- Inherited from:
- Api_async
- Source
- Api_async.scala
Attributes
- Inherited from:
- Api_async
- Source
- Api_async.scala
In this article