sync

molecule.db.sql.postgres.`package`.sync
object sync extends Api_sync, Api_sync_transact, Spi_postgres_sync

Attributes

Source
package.scala
Graph
Supertypes
trait Spi_sync
trait Api_sync_transact
trait Api_sync
trait Keywords
class Object
trait Matchable
class Any
Show all
Self type
sync.type

Members list

Type members

Inherited classlikes

implicit class DeleteApiSync[Tpl](delete: Delete)

Attributes

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

Attributes

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

Attributes

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

Attributes

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

Attributes

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

Attributes

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

Attributes

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

def delete_inspect(delete: Delete)(implicit conn: Conn): Unit

Attributes

Inherited from:
Spi_sync
Source
Spi_sync.scala
def delete_transact(delete: Delete)(implicit conn: Conn): TxReport

Attributes

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

Attributes

Inherited from:
Spi_sync
Source
Spi_sync.scala
def fallback_rawTransact(txData: String, debug: Boolean)(implicit conn: Conn): TxReport

Attributes

Inherited from:
Spi_sync
Source
Spi_sync.scala
def insert_inspect(insert: Insert)(implicit conn: Conn): Unit

Attributes

Inherited from:
Spi_sync
Source
Spi_sync.scala
def insert_transact(insert: Insert)(implicit conn: Conn): TxReport

Attributes

Inherited from:
Spi_sync
Source
Spi_sync.scala
def insert_validate(insert: Insert)(implicit conn: Conn): Seq[(Int, Seq[InsertError])]

Attributes

Inherited from:
Spi_sync
Source
Spi_sync.scala
def queryCursor_get[Tpl](q: QueryCursor[Tpl])(implicit conn: Conn): (List[Tpl], String, Boolean)

Attributes

Inherited from:
Spi_sync
Source
Spi_sync.scala
def queryCursor_inspect[Tpl](q: QueryCursor[Tpl])(implicit conn: Conn): Unit

Attributes

Inherited from:
Spi_sync
Source
Spi_sync.scala
def queryOffset_get[Tpl](q: QueryOffset[Tpl])(implicit conn: Conn): (List[Tpl], Int, Boolean)

Attributes

Inherited from:
Spi_sync
Source
Spi_sync.scala
def queryOffset_inspect[Tpl](q: QueryOffset[Tpl])(implicit conn: Conn): Unit

Attributes

Inherited from:
Spi_sync
Source
Spi_sync.scala
def query_get[Tpl](q: Query[Tpl])(implicit conn: Conn): List[Tpl]

Attributes

Inherited from:
Spi_sync
Source
Spi_sync.scala
def query_inspect[Tpl](q: Query[Tpl])(implicit conn: Conn): Unit

Attributes

Inherited from:
Spi_sync
Source
Spi_sync.scala
def query_stream[Tpl](q: Query[Tpl], chunkSize: Int)(implicit conn: Conn): Generator[Tpl]

Attributes

Inherited from:
Spi_sync
Source
Spi_sync.scala
def query_subscribe[Tpl](q: Query[Tpl], callback: (List[Tpl]) => Unit)(implicit conn: Conn): Unit

Attributes

Inherited from:
Spi_sync
Source
Spi_sync.scala
def query_unsubscribe[Tpl](q: Query[Tpl])(implicit conn: Conn): Unit

Attributes

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

Attributes

Inherited from:
Api_sync
Source
Api_sync.scala
def rawTransact(txData: String, debug: Boolean)(implicit conn: Conn): TxReport

Attributes

Inherited from:
Api_sync
Source
Api_sync.scala
def save_inspect(save: Save)(implicit conn: Conn): Unit

Attributes

Inherited from:
Spi_sync
Source
Spi_sync.scala
def save_transact(save: Save)(implicit conn: Conn): TxReport

Attributes

Inherited from:
Spi_sync
Source
Spi_sync.scala
def save_validate(save: Save)(implicit conn: Conn): Map[String, Seq[String]]

Attributes

Inherited from:
Spi_sync
Source
Spi_sync.scala
def savepoint[T](runSavepoint: Savepoint => T)(implicit conn: Conn): T

Attributes

Inherited from:
Api_sync_transact
Source
Api_sync.scala
def transact(actions: Seq[Action])(implicit conn: Conn): Seq[TxReport]

Attributes

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

Attributes

Inherited from:
Api_sync_transact
Source
Api_sync.scala
def unitOfWork[T](runUOW: => T)(implicit conn: Conn): T

Attributes

Inherited from:
Api_sync_transact
Source
Api_sync.scala
def update_inspect(update: Update)(implicit conn: Conn): Unit

Attributes

Inherited from:
Spi_sync
Source
Spi_sync.scala
def update_transact(update: Update)(implicit conn: Conn): TxReport

Attributes

Inherited from:
Spi_sync
Source
Spi_sync.scala
def update_validate(update: Update)(implicit conn: Conn): Map[String, Seq[String]]

Attributes

Inherited from:
Spi_sync
Source
Spi_sync.scala

Implicits

Inherited implicits

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

Attributes

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

Attributes

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

Attributes

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

Attributes

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

Attributes

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

Attributes

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

Attributes

Inherited from:
Api_sync
Source
Api_sync.scala