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 SpiBase_io
trait IOUtils
trait MoleculeLogging
trait Logging
trait Renderer
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
implicit class futEither2io[T](fut: Future[Either[MoleculeError, T]])(implicit ec: ExecutionContext)

Attributes

Inherited from:
IOUtils
Source
IOUtils.scala
Supertypes
class Object
trait Matchable
class Any
implicit class futListUnit2io(fut: Future[List[Unit]])(implicit ec: ExecutionContext)

Attributes

Inherited from:
IOUtils
Source
IOUtils.scala
Supertypes
class Object
trait Matchable
class Any
implicit class futTxReport2io(fut: Future[TxReport])(implicit ec: ExecutionContext)

Attributes

Inherited from:
IOUtils
Source
IOUtils.scala
Supertypes
class Object
trait Matchable
class Any
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

def await[T](body: => Future[T], atMost: Duration): T

Attributes

Inherited from:
IOUtils
Source
IOUtils.scala
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
SpiBase_io -> Spi_io
Inherited from:
SpiBase_io
Source
SpiBase_io.scala
override def delete_transact(delete: Delete)(implicit conn0: Conn): IO[TxReport]

Attributes

Definition Classes
SpiBase_io -> Spi_io
Inherited from:
SpiBase_io
Source
SpiBase_io.scala
def either[T](fut: Future[T])(implicit ec: ExecutionContext): IO[Either[MoleculeError, T]]

Attributes

Inherited from:
IOUtils
Source
IOUtils.scala
def fallback_rawQuery(query: String, debug: Boolean)(implicit conn: Conn): IO[List[List[Any]]]

Attributes

Inherited from:
Spi_io
Source
Spi_io.scala
def fallback_rawTransact(txData: String, debug: Boolean)(implicit conn: Conn): IO[TxReport]

Attributes

Inherited from:
Spi_io
Source
Spi_io.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
SpiBase_io -> Spi_io
Inherited from:
SpiBase_io
Source
SpiBase_io.scala
override def insert_transact(insert: Insert)(implicit conn0: Conn): IO[TxReport]

Attributes

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

Attributes

Definition Classes
SpiBase_io -> Spi_io
Inherited from:
SpiBase_io
Source
SpiBase_io.scala
def io[T](body: => T): IO[T]

Attributes

Inherited from:
IOUtils
Source
IOUtils.scala
protected def logger: Logger

The logger for this class.

The logger for this class.

Attributes

Inherited from:
Logging
Source
Logging.scala
protected def loggerName: String

Override this to change the name of the underlying logger.

Override this to change the name of the underlying logger.

Defaults to class name with package

Attributes

Inherited from:
Logging
Source
Logging.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])(implicit conn0: Conn): IO[(List[Tpl], String, Boolean)]

Attributes

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

Attributes

Definition Classes
SpiBase_io -> Spi_io
Inherited from:
SpiBase_io
Source
SpiBase_io.scala
override def queryOffset_get[Tpl](q: QueryOffset[Tpl])(implicit conn0: Conn): IO[(List[Tpl], Int, Boolean)]

Attributes

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

Attributes

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

Attributes

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

Attributes

Definition Classes
SpiBase_io -> Spi_io
Inherited from:
SpiBase_io
Source
SpiBase_io.scala
def query_stream[Tpl](q: Query[Tpl], chunkSize: Int)(implicit conn: Conn): Stream[IO, Tpl]

Attributes

Inherited from:
Spi_io
Source
Spi_io.scala
override def query_subscribe[Tpl](q: Query[Tpl], callback: (List[Tpl]) => Unit)(implicit conn0: Conn): IO[Unit]

Attributes

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

Attributes

Definition Classes
SpiBase_io -> Spi_io
Inherited from:
SpiBase_io
Source
SpiBase_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
SpiBase_io -> Spi_io
Inherited from:
SpiBase_io
Source
SpiBase_io.scala
override def save_transact(save: Save)(implicit conn0: Conn): IO[TxReport]

Attributes

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

Attributes

Definition Classes
SpiBase_io -> Spi_io
Inherited from:
SpiBase_io
Source
SpiBase_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
SpiBase_io -> Spi_io
Inherited from:
SpiBase_io
Source
SpiBase_io.scala
override def update_transact(update: Update)(implicit conn0: Conn): IO[TxReport]

Attributes

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

Attributes

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

Attributes

Inherited from:
ModelUtils
Source
ModelUtils.scala

Inherited fields

val logFormatter: Formatter

Attributes

Inherited from:
MoleculeLogging
Source
MoleculeLogging.scala
val logLevel: Level

Attributes

Inherited from:
MoleculeLogging
Source
MoleculeLogging.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
final implicit def futEither2io[T](fut: Future[Either[MoleculeError, T]])(implicit ec: ExecutionContext): futEither2io[T]

Attributes

Inherited from:
IOUtils
Source
IOUtils.scala
final implicit def futListUnit2io(fut: Future[List[Unit]])(implicit ec: ExecutionContext): futListUnit2io

Attributes

Inherited from:
IOUtils
Source
IOUtils.scala
final implicit def futTxReport2io(fut: Future[TxReport])(implicit ec: ExecutionContext): futTxReport2io

Attributes

Inherited from:
IOUtils
Source
IOUtils.scala