io

molecule.db.sql.postgres.`package`.io
object io extends Api_io, Api_io_transact, Spi_postgres_io

Attributes

Source
package.scala
Graph
Supertypes
trait StreamingJdbc
trait Spi_io
trait Api_io_transact
trait Api_io
trait ModelUtils
trait Keywords
class Object
trait Matchable
class Any
Show all
Self type
io.type

Members list

Type members

Inherited classlikes

implicit class DeleteApiIO(delete: Delete)

Attributes

Inherited from:
Api_io
Source
Api_io.scala
Supertypes
class Object
trait Matchable
class Any
implicit class InsertApiIO(insert: Insert)

Attributes

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

Attributes

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

Attributes

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

Attributes

Inherited from:
Api_io
Source
Api_io.scala
Supertypes
class Object
trait Matchable
class Any
implicit class SaveApiIO(save: Save)

Attributes

Inherited from:
Api_io
Source
Api_io.scala
Supertypes
class Object
trait Matchable
class Any
implicit class UpdateApiIO(update: Update)

Attributes

Inherited from:
Api_io
Source
Api_io.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)(implicit conn: Conn): IO[Unit]

Attributes

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

Attributes

Definition Classes
Spi_postgres_io -> Spi_io
Inherited from:
Spi_postgres_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_postgres_io -> Spi_io
Inherited from:
Spi_postgres_io
Source
Spi_postgres_io.scala
override def fallback_rawTransact(txData: String, debug: Boolean)(implicit conn: Conn): IO[TxReport]

Attributes

Definition Classes
Spi_postgres_io -> Spi_io
Inherited from:
Spi_postgres_io
Source
Spi_postgres_io.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)(implicit conn: Conn): IO[Unit]

Attributes

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

Attributes

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

Attributes

Definition Classes
Spi_postgres_io -> Spi_io
Inherited from:
Spi_postgres_io
Source
Spi_postgres_io.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
override def queryCursor_get[Tpl](q: QueryCursor[Tpl])(implicit conn: Conn): IO[(List[Tpl], String, Boolean)]

Attributes

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

Attributes

Definition Classes
Spi_postgres_io -> Spi_io
Inherited from:
Spi_postgres_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_postgres_io -> Spi_io
Inherited from:
Spi_postgres_io
Source
Spi_postgres_io.scala
override def queryOffset_inspect[Tpl](q: QueryOffset[Tpl])(implicit conn: Conn): IO[Unit]

Attributes

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

Attributes

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

Attributes

Definition Classes
Spi_postgres_io -> Spi_io
Inherited from:
Spi_postgres_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_postgres_io -> Spi_io
Inherited from:
Spi_postgres_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_postgres_io -> Spi_io
Inherited from:
Spi_postgres_io
Source
Spi_postgres_io.scala
override def query_unsubscribe[Tpl](q: Query[Tpl])(implicit conn: Conn): IO[Unit]

Attributes

Definition Classes
Spi_postgres_io -> Spi_io
Inherited from:
Spi_postgres_io
Source
Spi_postgres_io.scala
def rawQuery(query: String, doPrint: Boolean)(implicit conn: Conn): IO[List[List[Any]]]

Attributes

Inherited from:
Api_io
Source
Api_io.scala
def rawTransact(txData: String, doPrint: Boolean)(implicit conn: Conn): IO[TxReport]

Attributes

Inherited from:
Api_io
Source
Api_io.scala
override def save_inspect(save: Save)(implicit conn: Conn): IO[Unit]

Attributes

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

Attributes

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

Attributes

Definition Classes
Spi_postgres_io -> Spi_io
Inherited from:
Spi_postgres_io
Source
Spi_postgres_io.scala
def savepoint[T](runSavepoint: Savepoint => IO[T])(implicit conn: Conn): IO[T]

Attributes

Inherited from:
Api_io_transact
Source
Api_io.scala
def transact(actions: Seq[Action])(implicit conn: Conn): IO[Seq[TxReport]]

Attributes

Inherited from:
Api_io_transact
Source
Api_io.scala
def transact(a1: Action, a2: Action, aa: Action*)(implicit conn: Conn): IO[Seq[TxReport]]

Attributes

Inherited from:
Api_io_transact
Source
Api_io.scala
def unitOfWork[T](runUOW: => IO[T])(implicit conn: Conn): IO[T]

Attributes

Inherited from:
Api_io_transact
Source
Api_io.scala
override def update_inspect(update: Update)(implicit conn: Conn): IO[Unit]

Attributes

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

Attributes

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

Attributes

Definition Classes
Spi_postgres_io -> Spi_io
Inherited from:
Spi_postgres_io
Source
Spi_postgres_io.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 DeleteApiIO(delete: Delete): DeleteApiIO

Attributes

Inherited from:
Api_io
Source
Api_io.scala
final implicit def InsertApiIO(insert: Insert): InsertApiIO

Attributes

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

Attributes

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

Attributes

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

Attributes

Inherited from:
Api_io
Source
Api_io.scala
final implicit def SaveApiIO(save: Save): SaveApiIO

Attributes

Inherited from:
Api_io
Source
Api_io.scala
final implicit def UpdateApiIO(update: Update): UpdateApiIO

Attributes

Inherited from:
Api_io
Source
Api_io.scala