Zio

molecule.db.sql.postgres.`package`.Zio
object Zio extends Api_zio, Api_zio_transact, Spi_postgres_zio

Attributes

Source
package.scala
Graph
Supertypes
trait ModelUtils
trait StreamingJdbc
trait Renderer
trait Spi_zio
trait Api_zio_transact
trait Api_zio
trait Keywords
class Object
trait Matchable
class Any
Show all
Self type
Zio.type

Members list

Type members

Inherited classlikes

implicit class DeleteApiZIO[Tpl](delete: Delete)

Attributes

Inherited from:
Api_zio
Source
Api_zio.scala
Supertypes
class Object
trait Matchable
class Any
implicit class InsertApiZIO[Tpl](insert: Insert)

Attributes

Inherited from:
Api_zio
Source
Api_zio.scala
Supertypes
class Object
trait Matchable
class Any
implicit class QueryApiZIO[Tpl](q: Query[Tpl])

Attributes

Inherited from:
Api_zio
Source
Api_zio.scala
Supertypes
class Object
trait Matchable
class Any
implicit class QueryCursorApiZIO[Tpl](q: QueryCursor[Tpl])

Attributes

Inherited from:
Api_zio
Source
Api_zio.scala
Supertypes
class Object
trait Matchable
class Any
implicit class QueryOffsetApiZIO[Tpl](q: QueryOffset[Tpl])

Attributes

Inherited from:
Api_zio
Source
Api_zio.scala
Supertypes
class Object
trait Matchable
class Any
implicit class SaveApiZIO[Tpl](save: Save)

Attributes

Inherited from:
Api_zio
Source
Api_zio.scala
Supertypes
class Object
trait Matchable
class Any
implicit class UpdateApiZIO[Tpl](update: Update)

Attributes

Inherited from:
Api_zio
Source
Api_zio.scala
Supertypes
class Object
trait Matchable
class Any
object avg extends avg

Attributes

Inherited from:
Keywords
Source
Keywords.scala
Supertypes
trait avg
trait AggrCoalesce
trait AggrKw
trait Kw
class Object
trait Matchable
class Any
Show all
object count extends count

Attributes

Inherited from:
Keywords
Source
Keywords.scala
Supertypes
trait count
trait AggrInt
trait AggrCoalesce
trait AggrKw
trait Kw
class Object
trait Matchable
class Any
Show all
object countDistinct extends countDistinct

Attributes

Inherited from:
Keywords
Source
Keywords.scala
Supertypes
trait countDistinct
trait AggrCoalesce
trait AggrKw
trait Kw
class Object
trait Matchable
class Any
Show all
object distinct extends distinct

Attributes

Inherited from:
Keywords
Source
Keywords.scala
Supertypes
trait distinct
trait AggrKw
trait Kw
class Object
trait Matchable
class Any
Show all
object max extends max

Attributes

Inherited from:
Keywords
Source
Keywords.scala
Supertypes
trait max
trait AggrKw
trait Kw
class Object
trait Matchable
class Any
Show all
object median extends median

Attributes

Inherited from:
Keywords
Source
Keywords.scala
Supertypes
trait median
trait AggrCoalesce
trait AggrKw
trait Kw
class Object
trait Matchable
class Any
Show all
object min extends min

Attributes

Inherited from:
Keywords
Source
Keywords.scala
Supertypes
trait min
trait AggrKw
trait Kw
class Object
trait Matchable
class Any
Show all
object sample extends sample

Attributes

Inherited from:
Keywords
Source
Keywords.scala
Supertypes
trait sample
trait AggrKw
trait Kw
class Object
trait Matchable
class Any
Show all
object stddev extends stddev

Attributes

Inherited from:
Keywords
Source
Keywords.scala
Supertypes
trait stddev
trait AggrCoalesce
trait AggrKw
trait Kw
class Object
trait Matchable
class Any
Show all
object sum extends sum

Attributes

Inherited from:
Keywords
Source
Keywords.scala
Supertypes
trait sum
trait AggrCoalesce
trait AggrKw
trait Kw
class Object
trait Matchable
class Any
Show all
object variance extends variance

Attributes

Inherited from:
Keywords
Source
Keywords.scala
Supertypes
trait variance
trait AggrCoalesce
trait AggrKw
trait Kw
class Object
trait Matchable
class Any
Show all

Value members

Inherited methods

protected def countValueAttrs(elements: List[Element]): Int

Attributes

Inherited from:
ModelUtils
Source
ModelUtils.scala
override def delete_inspect(delete: Delete): ZIO[Conn, MoleculeError, Unit]

Attributes

Definition Classes
Spi_postgres_zio -> Spi_zio
Inherited from:
Spi_postgres_zio
Source
Spi_postgres_zio.scala
override def delete_transact(delete: Delete): ZIO[Conn, MoleculeError, TxReport]

Attributes

Definition Classes
Spi_postgres_zio -> Spi_zio
Inherited from:
Spi_postgres_zio
Source
Spi_postgres_zio.scala
override def fallback_rawQuery(query: String, debug: Boolean): ZIO[Conn, MoleculeError, List[List[Any]]]

Attributes

Definition Classes
Spi_postgres_zio -> Spi_zio
Inherited from:
Spi_postgres_zio
Source
Spi_postgres_zio.scala
override def fallback_rawTransact(txData: String, debug: Boolean): ZIO[Conn, MoleculeError, TxReport]

Attributes

Definition Classes
Spi_postgres_zio -> Spi_zio
Inherited from:
Spi_postgres_zio
Source
Spi_postgres_zio.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
final def getAttrNames(elements: List[Element], attrs: Set[String]): Set[String]

Attributes

Inherited from:
ModelUtils
Source
ModelUtils.scala
final protected def getInitialEntity(elements: List[Element]): String

Attributes

Inherited from:
ModelUtils
Source
ModelUtils.scala
final protected def getInitialNonGenericEntity(elements: List[Element]): String

Attributes

Inherited from:
ModelUtils
Source
ModelUtils.scala
def hasRef(elements: List[Element]): Boolean

Attributes

Inherited from:
ModelUtils
Source
ModelUtils.scala
override def insert_inspect(insert: Insert): ZIO[Conn, MoleculeError, Unit]

Attributes

Definition Classes
Spi_postgres_zio -> Spi_zio
Inherited from:
Spi_postgres_zio
Source
Spi_postgres_zio.scala
override def insert_transact(insert: Insert): ZIO[Conn, MoleculeError, TxReport]

Attributes

Definition Classes
Spi_postgres_zio -> Spi_zio
Inherited from:
Spi_postgres_zio
Source
Spi_postgres_zio.scala
override def insert_validate(insert: Insert): ZIO[Conn, MoleculeError, Seq[(Int, Seq[InsertError])]]

Attributes

Definition Classes
Spi_postgres_zio -> Spi_zio
Inherited from:
Spi_postgres_zio
Source
Spi_postgres_zio.scala
protected def mapError[T](result: Task[T]): ZIO[Conn, MoleculeError, T]

Attributes

Inherited from:
Spi_zio
Source
Spi_zio.scala
def noEntityReUseAfterBackref(nextElement: Element, prevRefs: List[String], backRef: String): Unit

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
def noNested: Nothing

Attributes

Inherited from:
ModelUtils
Source
ModelUtils.scala
def noOptRef: Nothing

Attributes

Inherited from:
ModelUtils
Source
ModelUtils.scala
def noOptional(a: Attr): Nothing

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]): ZIO[Conn, MoleculeError, (List[Tpl], String, Boolean)]

Attributes

Definition Classes
Spi_postgres_zio -> Spi_zio
Inherited from:
Spi_postgres_zio
Source
Spi_postgres_zio.scala
override def queryCursor_inspect[Tpl](q: QueryCursor[Tpl]): ZIO[Conn, MoleculeError, Unit]

Attributes

Definition Classes
Spi_postgres_zio -> Spi_zio
Inherited from:
Spi_postgres_zio
Source
Spi_postgres_zio.scala
override def queryOffset_get[Tpl](q: QueryOffset[Tpl]): ZIO[Conn, MoleculeError, (List[Tpl], Int, Boolean)]

Attributes

Definition Classes
Spi_postgres_zio -> Spi_zio
Inherited from:
Spi_postgres_zio
Source
Spi_postgres_zio.scala
override def queryOffset_inspect[Tpl](q: QueryOffset[Tpl]): ZIO[Conn, MoleculeError, Unit]

Attributes

Definition Classes
Spi_postgres_zio -> Spi_zio
Inherited from:
Spi_postgres_zio
Source
Spi_postgres_zio.scala
override def query_get[Tpl](q: Query[Tpl]): ZIO[Conn, MoleculeError, List[Tpl]]

Attributes

Definition Classes
Spi_postgres_zio -> Spi_zio
Inherited from:
Spi_postgres_zio
Source
Spi_postgres_zio.scala
override def query_inspect[Tpl](q: Query[Tpl]): ZIO[Conn, MoleculeError, Unit]

Attributes

Definition Classes
Spi_postgres_zio -> Spi_zio
Inherited from:
Spi_postgres_zio
Source
Spi_postgres_zio.scala
override def query_stream[Tpl](q: Query[Tpl], chunkSize: Int): ZStream[Conn, MoleculeError, Tpl]

Attributes

Definition Classes
Spi_postgres_zio -> Spi_zio
Inherited from:
Spi_postgres_zio
Source
Spi_postgres_zio.scala
override def query_subscribe[Tpl](q: Query[Tpl], callback: (List[Tpl]) => Unit): ZIO[Conn, MoleculeError, Unit]

Attributes

Definition Classes
Spi_postgres_zio -> Spi_zio
Inherited from:
Spi_postgres_zio
Source
Spi_postgres_zio.scala
override def query_unsubscribe[Tpl](q: Query[Tpl]): ZIO[Conn, MoleculeError, Unit]

Attributes

Definition Classes
Spi_postgres_zio -> Spi_zio
Inherited from:
Spi_postgres_zio
Source
Spi_postgres_zio.scala
def rawQuery(query: String, debug: Boolean): ZIO[Conn, MoleculeError, List[List[Any]]]

Attributes

Inherited from:
Api_zio
Source
Api_zio.scala
def rawTransact(txData: String, debug: Boolean): ZIO[Conn, MoleculeError, TxReport]

Attributes

Inherited from:
Api_zio
Source
Api_zio.scala
override def save_inspect(save: Save): ZIO[Conn, MoleculeError, Unit]

Attributes

Definition Classes
Spi_postgres_zio -> Spi_zio
Inherited from:
Spi_postgres_zio
Source
Spi_postgres_zio.scala
override def save_transact(save: Save): ZIO[Conn, MoleculeError, TxReport]

Attributes

Definition Classes
Spi_postgres_zio -> Spi_zio
Inherited from:
Spi_postgres_zio
Source
Spi_postgres_zio.scala
override def save_validate(save: Save): ZIO[Conn, MoleculeError, Map[String, Seq[String]]]

Attributes

Definition Classes
Spi_postgres_zio -> Spi_zio
Inherited from:
Spi_postgres_zio
Source
Spi_postgres_zio.scala
def savepoint[T](runSavepoint: Savepoint => ZIO[Conn, MoleculeError, T]): ZIO[Conn, MoleculeError, T]

Attributes

Inherited from:
Api_zio_transact
Source
Api_zio.scala
protected def sync2zio[T](query: JdbcConn_JVM => T): ZIO[Conn, MoleculeError, T]

Attributes

Inherited from:
Spi_postgres_zio
Source
Spi_postgres_zio.scala
def transact(actions: Seq[Action]): ZIO[Conn, MoleculeError, Seq[TxReport]]

Attributes

Inherited from:
Api_zio_transact
Source
Api_zio.scala
def transact(a1: Action, a2: Action, aa: Action*): ZIO[Conn, MoleculeError, Seq[TxReport]]

Attributes

Inherited from:
Api_zio_transact
Source
Api_zio.scala
def unitOfWork[T](runUOW: => ZIO[Conn, MoleculeError, T]): ZIO[Conn, MoleculeError, T]

Attributes

Inherited from:
Api_zio_transact
Source
Api_zio.scala
override def update_inspect(update: Update): ZIO[Conn, MoleculeError, Unit]

Attributes

Definition Classes
Spi_postgres_zio -> Spi_zio
Inherited from:
Spi_postgres_zio
Source
Spi_postgres_zio.scala
override def update_transact(update: Update): ZIO[Conn, MoleculeError, TxReport]

Attributes

Definition Classes
Spi_postgres_zio -> Spi_zio
Inherited from:
Spi_postgres_zio
Source
Spi_postgres_zio.scala
override def update_validate(update: Update): ZIO[Conn, MoleculeError, Map[String, Seq[String]]]

Attributes

Definition Classes
Spi_postgres_zio -> Spi_zio
Inherited from:
Spi_postgres_zio
Source
Spi_postgres_zio.scala
protected def validKey(key: String): String

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

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

Attributes

Inherited from:
Api_zio
Source
Api_zio.scala
final implicit def InsertApiZIO[Tpl](insert: Insert): InsertApiZIO[Tpl]

Attributes

Inherited from:
Api_zio
Source
Api_zio.scala
final implicit def QueryApiZIO[Tpl](q: Query[Tpl]): QueryApiZIO[Tpl]

Attributes

Inherited from:
Api_zio
Source
Api_zio.scala
final implicit def QueryCursorApiZIO[Tpl](q: QueryCursor[Tpl]): QueryCursorApiZIO[Tpl]

Attributes

Inherited from:
Api_zio
Source
Api_zio.scala
final implicit def QueryOffsetApiZIO[Tpl](q: QueryOffset[Tpl]): QueryOffsetApiZIO[Tpl]

Attributes

Inherited from:
Api_zio
Source
Api_zio.scala
final implicit def SaveApiZIO[Tpl](save: Save): SaveApiZIO[Tpl]

Attributes

Inherited from:
Api_zio
Source
Api_zio.scala
final implicit def UpdateApiZIO[Tpl](update: Update): UpdateApiZIO[Tpl]

Attributes

Inherited from:
Api_zio
Source
Api_zio.scala