Spi_sqlite_sync

molecule.db.sqlite.spi.Spi_sqlite_sync
trait Spi_sqlite_sync extends Spi_sync

Attributes

Source
Spi_sqlite_sync.scala
Graph
Supertypes
trait Spi_sync
class Object
trait Matchable
class Any
Known subtypes
object sync

Members list

Value members

Inherited methods

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

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): String

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): String

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): String

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): String

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 save_inspect(save: Save)(implicit conn: Conn): String

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 update_inspect(update: Update)(implicit conn: Conn): String

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