Spi_postgres_io

molecule.db.sql.postgres.spi.Spi_postgres_io
trait Spi_postgres_io extends Spi_io, StreamingJdbc, ModelUtils

Attributes

Source
Spi_postgres_io.scala
Graph
Supertypes
trait ModelUtils
trait StreamingJdbc
trait Spi_io
class Object
trait Matchable
class Any
Show all
Known subtypes
object io

Members list

Value members

Concrete methods

override def delete_inspect(delete: Delete)(implicit conn: Conn): IO[Unit]

Attributes

Definition Classes
Spi_io
Source
Spi_postgres_io.scala
override def delete_transact(delete: Delete)(implicit conn: Conn): IO[TxReport]

Attributes

Definition Classes
Spi_io
Source
Spi_postgres_io.scala
override def fallback_rawQuery(query: String, debug: Boolean)(implicit conn: Conn): IO[List[List[Any]]]

Attributes

Definition Classes
Spi_io
Source
Spi_postgres_io.scala
override def fallback_rawTransact(txData: String, debug: Boolean)(implicit conn: Conn): IO[TxReport]

Attributes

Definition Classes
Spi_io
Source
Spi_postgres_io.scala
override def insert_inspect(insert: Insert)(implicit conn: Conn): IO[Unit]

Attributes

Definition Classes
Spi_io
Source
Spi_postgres_io.scala
override def insert_transact(insert: Insert)(implicit conn: Conn): IO[TxReport]

Attributes

Definition Classes
Spi_io
Source
Spi_postgres_io.scala
override def insert_validate(insert: Insert)(implicit conn: Conn): IO[Seq[(Int, Seq[InsertError])]]

Attributes

Definition Classes
Spi_io
Source
Spi_postgres_io.scala
override def queryCursor_get[Tpl](q: QueryCursor[Tpl])(implicit conn: Conn): IO[(List[Tpl], String, Boolean)]

Attributes

Definition Classes
Spi_io
Source
Spi_postgres_io.scala
override def queryCursor_inspect[Tpl](q: QueryCursor[Tpl])(implicit conn: Conn): IO[Unit]

Attributes

Definition Classes
Spi_io
Source
Spi_postgres_io.scala
override def queryOffset_get[Tpl](q: QueryOffset[Tpl])(implicit conn: Conn): IO[(List[Tpl], Int, Boolean)]

Attributes

Definition Classes
Spi_io
Source
Spi_postgres_io.scala
override def queryOffset_inspect[Tpl](q: QueryOffset[Tpl])(implicit conn: Conn): IO[Unit]

Attributes

Definition Classes
Spi_io
Source
Spi_postgres_io.scala
override def query_get[Tpl](q: Query[Tpl])(implicit conn: Conn): IO[List[Tpl]]

Attributes

Definition Classes
Spi_io
Source
Spi_postgres_io.scala
override def query_inspect[Tpl](q: Query[Tpl])(implicit conn: Conn): IO[Unit]

Attributes

Definition Classes
Spi_io
Source
Spi_postgres_io.scala
override def query_stream[Tpl](q: Query[Tpl], chunkSize: Int)(implicit conn: Conn): Stream[IO, Tpl]

Attributes

Definition Classes
Spi_io
Source
Spi_postgres_io.scala
override def query_subscribe[Tpl](q: Query[Tpl], callback: (List[Tpl]) => Unit)(implicit conn: Conn): IO[Unit]

Attributes

Definition Classes
Spi_io
Source
Spi_postgres_io.scala
override def query_unsubscribe[Tpl](q: Query[Tpl])(implicit conn: Conn): IO[Unit]

Attributes

Definition Classes
Spi_io
Source
Spi_postgres_io.scala
override def save_inspect(save: Save)(implicit conn: Conn): IO[Unit]

Attributes

Definition Classes
Spi_io
Source
Spi_postgres_io.scala
override def save_transact(save: Save)(implicit conn: Conn): IO[TxReport]

Attributes

Definition Classes
Spi_io
Source
Spi_postgres_io.scala
override def save_validate(save: Save)(implicit conn: Conn): IO[Map[String, Seq[String]]]

Attributes

Definition Classes
Spi_io
Source
Spi_postgres_io.scala
override def update_inspect(update: Update)(implicit conn: Conn): IO[Unit]

Attributes

Definition Classes
Spi_io
Source
Spi_postgres_io.scala
override def update_transact(update: Update)(implicit conn: Conn): IO[TxReport]

Attributes

Definition Classes
Spi_io
Source
Spi_postgres_io.scala
override def update_validate(update: Update)(implicit conn: Conn): IO[Map[String, Seq[String]]]

Attributes

Definition Classes
Spi_io
Source
Spi_postgres_io.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
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 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