Spi_postgres_zio

molecule.db.sql.postgres.spi.Spi_postgres_zio
trait Spi_postgres_zio extends Spi_zio, SpiBase_postgres_zio, StreamingJdbc, ModelUtils

Attributes

Source
Spi_postgres_zio.scala
Graph
Supertypes
trait ModelUtils
trait StreamingJdbc
trait Renderer
trait Spi_zio
class Object
trait Matchable
class Any
Show all
Known subtypes
object Zio

Members list

Value members

Concrete methods

override def delete_inspect(delete: Delete): ZIO[Conn, MoleculeError, Unit]

Attributes

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

Attributes

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

Attributes

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

Attributes

Definition Classes
Spi_zio
Source
Spi_postgres_zio.scala
override def insert_inspect(insert: Insert): ZIO[Conn, MoleculeError, Unit]

Attributes

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

Attributes

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

Attributes

Definition Classes
Spi_zio
Source
Spi_postgres_zio.scala
override def queryCursor_get[Tpl](q: QueryCursor[Tpl]): ZIO[Conn, MoleculeError, (List[Tpl], String, Boolean)]

Attributes

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

Attributes

Definition Classes
Spi_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_zio
Source
Spi_postgres_zio.scala
override def queryOffset_inspect[Tpl](q: QueryOffset[Tpl]): ZIO[Conn, MoleculeError, Unit]

Attributes

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

Attributes

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

Attributes

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

Attributes

Definition Classes
Spi_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_zio
Source
Spi_postgres_zio.scala
override def query_unsubscribe[Tpl](q: Query[Tpl]): ZIO[Conn, MoleculeError, Unit]

Attributes

Definition Classes
Spi_zio
Source
Spi_postgres_zio.scala
override def save_inspect(save: Save): ZIO[Conn, MoleculeError, Unit]

Attributes

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

Attributes

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

Attributes

Definition Classes
Spi_zio
Source
Spi_postgres_zio.scala
protected def sync2zio[T](query: JdbcConn_JVM => T): ZIO[Conn, MoleculeError, T]

Attributes

Source
Spi_postgres_zio.scala
override def update_inspect(update: Update): ZIO[Conn, MoleculeError, Unit]

Attributes

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

Attributes

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

Attributes

Definition Classes
Spi_zio
Source
Spi_postgres_zio.scala

Inherited methods

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

Attributes

Inherited from:
ModelUtils
Source
ModelUtils.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
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
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