SpiSyncBase

molecule.sql.core.spi.SpiSyncBase

Attributes

Source
SpiSyncBase.scala
Graph
Supertypes
trait Renderer
trait SpiHelpers
trait SqlBase_JVM
trait BaseHelpers
trait DateHandling
trait ModelUtils
trait DataType
trait SpiSync
class Object
trait Matchable
class Any
Show all

Members list

Type members

Inherited classlikes

implicit class Regex(sc: StringContext)

Attributes

Inherited from:
RegexMatching
Source
RegexMatching.scala
Supertypes
class Object
trait Matchable
class Any

Inherited types

type Data = (List[Table], List[JoinTable])

Attributes

Inherited from:
SqlDataType_JVM
Source
SqlDataType_JVM.scala
type IdsMap = Map[List[String], List[Long]]

Attributes

Inherited from:
SqlDataType_JVM
Source
SqlDataType_JVM.scala
type RowIndex = Int

Attributes

Inherited from:
SqlDataType_JVM
Source
SqlDataType_JVM.scala
type Setter = (PreparedStatement, IdsMap, RowIndex) => Unit

Attributes

Inherited from:
SqlDataType_JVM
Source
SqlDataType_JVM.scala

Value members

Abstract methods

def delete_getData(conn: JdbcConn_JVM, delete: Delete): Data

Attributes

Source
SpiSyncBase.scala
def getModel2SqlQuery[Tpl](elements: List[Element]): Model2SqlQuery[Tpl] & SqlQueryBase

Attributes

Source
SpiSyncBase.scala
def insert_getData(insert: Insert, conn: JdbcConn_JVM): Data

Attributes

Source
SpiSyncBase.scala
def refIdsQuery(idsModel: List[Element], proxy: ConnProxy): String

Attributes

Source
SpiSyncBase.scala
def save_getData(save: Save, conn: JdbcConn_JVM): Data

Attributes

Source
SpiSyncBase.scala
def update_getData(conn: JdbcConn_JVM, update: Update): Data

Attributes

Source
SpiSyncBase.scala
def update_getData(conn: JdbcConn_JVM, elements: List[Element], isUpsert: Boolean): Data

Attributes

Source
SpiSyncBase.scala

Concrete methods

override def delete_inspect(delete: Delete)(implicit conn0: Conn): Unit

Attributes

Definition Classes
Source
SpiSyncBase.scala
override def delete_transact(delete0: Delete)(implicit conn0: Conn): TxReport

Attributes

Definition Classes
Source
SpiSyncBase.scala
override def fallback_rawTransact(txData: String, doPrint: Boolean)(implicit conn0: Conn): TxReport

Attributes

Definition Classes
Source
SpiSyncBase.scala
override def insert_inspect(insert: Insert)(implicit conn: Conn): Unit

Attributes

Definition Classes
Source
SpiSyncBase.scala
override def insert_transact(insert0: Insert)(implicit conn0: Conn): TxReport

Attributes

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

Attributes

Definition Classes
Source
SpiSyncBase.scala
def printInspectQuery(label: String, elements: List[Element], optLimit: Option[Int], optOffset: Option[Int], optProxy: Option[ConnProxy]): Unit

Attributes

Source
SpiSyncBase.scala
override def queryCursor_get[Tpl](q0: QueryCursor[Tpl])(implicit conn0: Conn): (List[Tpl], String, Boolean)

Attributes

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

Attributes

Definition Classes
Source
SpiSyncBase.scala
override def queryOffset_get[Tpl](q0: QueryOffset[Tpl])(implicit conn0: Conn): (List[Tpl], Int, Boolean)

Attributes

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

Attributes

Definition Classes
Source
SpiSyncBase.scala
override def query_get[Tpl](q0: Query[Tpl])(implicit conn0: Conn): List[Tpl]

Attributes

Definition Classes
Source
SpiSyncBase.scala
def query_getRaw[Tpl](q: Query[Tpl])(implicit conn0: Conn): List[Tpl]

Attributes

Source
SpiSyncBase.scala
override def query_inspect[Tpl](q: Query[Tpl])(implicit conn: Conn): Unit

Attributes

Definition Classes
Source
SpiSyncBase.scala
override def query_subscribe[Tpl](q0: Query[Tpl], callback: List[Tpl] => Unit)(implicit conn0: Conn): Unit

Attributes

Definition Classes
Source
SpiSyncBase.scala
override def query_unsubscribe[Tpl](q0: Query[Tpl])(implicit conn0: Conn): Unit

Attributes

Definition Classes
Source
SpiSyncBase.scala
override def save_inspect(save: Save)(implicit conn0: Conn): Unit

Attributes

Definition Classes
Source
SpiSyncBase.scala
override def save_transact(save0: Save)(implicit conn0: Conn): TxReport

Attributes

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

Attributes

Definition Classes
Source
SpiSyncBase.scala
override def update_inspect(update: Update)(implicit conn0: Conn): Unit

Attributes

Definition Classes
Source
SpiSyncBase.scala
override def update_transact(update0: Update)(implicit conn0: Conn): TxReport

Attributes

Definition Classes
Source
SpiSyncBase.scala

Inherited methods

protected def addColSetter(refPath: List[String], colSetter: Setter): Unit

Attributes

Inherited from:
SqlBase_JVM
Source
SqlBase_JVM.scala
protected def bigDec(arg: Any): BigDecimal

Attributes

Inherited from:
BaseHelpers
Source
BaseHelpers.scala
protected def countValueAttrs(elements: List[Element]): Int

Attributes

Inherited from:
ModelUtils
Source
ModelUtils.scala
def date2datomic(date: Date): String

Attributes

Inherited from:
DateHandling
Source
DateHandling.scala
def date2str(date: Date, zoneOffset: ZoneOffset): String

Attributes

Inherited from:
DateHandling
Source
DateHandling.scala
def daylight(ms: Long): Int

Attributes

Inherited from:
DateHandling
Source
DateHandling.scala
protected def debug(s: Any): Unit

Attributes

Inherited from:
SqlBase_JVM
Source
SqlBase_JVM.scala
def diff(s1: String, s2: String): Unit

Attributes

Inherited from:
BaseHelpers
Source
BaseHelpers.scala
protected def double(arg: Any): String

Attributes

Inherited from:
BaseHelpers
Source
BaseHelpers.scala
def escStr(s: String): String

Attributes

Inherited from:
BaseHelpers
Source
BaseHelpers.scala
def expandDateStr(dateStr: String): String

Attributes

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

Attributes

Inherited from:
SpiSync
Source
SpiSync.scala
def firstLow(str: Any): String

Attributes

Inherited from:
BaseHelpers
Source
BaseHelpers.scala
final def getAttrNames(elements: List[Element], attrs: Set[String]): Set[String]

Attributes

Inherited from:
ModelUtils
Source
ModelUtils.scala
protected def getConn(proxy: ConnProxy): Future[JdbcConn_JVM]

Attributes

Inherited from:
SqlBase_JVM
Source
SqlBase_JVM.scala
def getIdQuery(elements: List[Element], isUpsert: Boolean): (Query[_ >: (L, L, L, L, L) & (L, L, L, L, L, L, L, L) & (L, L, L, L, L, L, L, L, L) & (L, L, L, L, L, L, L, L, L, L, L, L, L, L, L, L) & (L, L, L, L, L, L, L, L, L, L, L, L, L, L, L, L, L) & (L, L, L, L, L, L, L, L, L, L, L, L) & (L, L, L, L, L, L, L, L, L, L, L, L, L) & (L, L, L, L, L, L, L, L, L, L, L, L, L, L, L, L, L, L, L, L) & (L, L, L) & (L, L, L, L) & (L, L, L, L, L, L, L, L, L, L, L, L, L, L, L, L, L, L, L, L, L) & (L, L, L, L, L, L) & (L, L, L, L, L, L, L) & (L, L, L, L, L, L, L, L, L, L) & (L, L, L, L, L, L, L, L, L, L, L, L, L, L, L) & (L, L, L, L, L, L, L, L, L, L, L, L, L, L, L, L, L, L) & (L, L, L, L, L, L, L, L, L, L, L) & (L, L, L, L, L, L, L, L, L, L, L, L, L, L) & (L, L, L, L, L, L, L, L, L, L, L, L, L, L, L, L, L, L, L) & L & (L, L) & (L, L, L, L, L, L, L, L, L, L, L, L, L, L, L, L, L, L, L, L, L, L) <: (L, L, L, L, L) | (L, L, L, L, L, L, L, L) | (L, L, L, L, L, L, L, L, L) | (L, L, L, L, L, L, L, L, L, L, L, L, L, L, L, L) | (L, L, L, L, L, L, L, L, L, L, L, L, L, L, L, L, L) | (L, L, L, L, L, L, L, L, L, L, L, L) | (L, L, L, L, L, L, L, L, L, L, L, L, L) | (L, L, L, L, L, L, L, L, L, L, L, L, L, L, L, L, L, L, L, L) | (L, L, L) | (L, L, L, L) | (L, L, L, L, L, L, L, L, L, L, L, L, L, L, L, L, L, L, L, L, L) | (L, L, L, L, L, L) | (L, L, L, L, L, L, L) | (L, L, L, L, L, L, L, L, L, L) | (L, L, L, L, L, L, L, L, L, L, L, L, L, L, L) | (L, L, L, L, L, L, L, L, L, L, L, L, L, L, L, L, L, L) | (L, L, L, L, L, L, L, L, L, L, L) | (L, L, L, L, L, L, L, L, L, L, L, L, L, L) | (L, L, L, L, L, L, L, L, L, L, L, L, L, L, L, L, L, L, L) | L | (L, L) | (L, L, L, L, L, L, L, L, L, L, L, L, L, L, L, L, L, L, L, L, L, L)], List[Long => List[Element]])

Attributes

Inherited from:
SpiHelpers
Source
SpiHelpers.scala
final protected def getInitialNonGenericNs(elements: List[Element]): String

Attributes

Inherited from:
ModelUtils
Source
ModelUtils.scala
final protected def getInitialNs(elements: List[Element]): String

Attributes

Inherited from:
ModelUtils
Source
ModelUtils.scala
def getKwName(kw: String): String

Attributes

Inherited from:
BaseHelpers
Source
BaseHelpers.scala
def getRefIds(refIdsAnyCardinality: List[Any]): List[Long]

Attributes

Inherited from:
SpiHelpers
Source
SpiHelpers.scala
protected def getRefResolver[T](ns: String, refAttr: String, refNs: String, card: Card): T => Unit

Attributes

Inherited from:
SqlBase_JVM
Source
SqlBase_JVM.scala
override def indent(level: Int): String

Attributes

Definition Classes
Inherited from:
SqlBase_JVM
Source
SqlBase_JVM.scala
def isRefUpdate(elements: List[Element]): Boolean

Attributes

Inherited from:
ModelUtils
Source
ModelUtils.scala
protected def jsonArray2coalescedSet(a: Attr, rs: ResultSetInterface): Set[Any]

Attributes

Inherited from:
SpiHelpers
Source
SpiHelpers.scala
def localOffset: String

Attributes

Inherited from:
DateHandling
Source
DateHandling.scala
def localZoneOffset: ZoneOffset

Attributes

Inherited from:
DateHandling
Source
DateHandling.scala
protected def nestedArray2coalescedSet(a: Attr, rs: ResultSetInterface, isAttr: Boolean): Set[Any]

Attributes

Inherited from:
SpiHelpers
Source
SpiHelpers.scala
protected def noKeywords(elements: List[Element], optProxy: Option[ConnProxy]): List[Element]

Attributes

Inherited from:
ModelUtils
Source
ModelUtils.scala
final def o(opt: Option[Any]): String

Attributes

Inherited from:
BaseHelpers
Source
BaseHelpers.scala
final def oStr(opt: Option[String]): String

Attributes

Inherited from:
BaseHelpers
Source
BaseHelpers.scala
final def oStr2(opt: Option[String]): String

Attributes

Inherited from:
BaseHelpers
Source
BaseHelpers.scala
protected def okEnumIdent(enumIdent: String): String

Attributes

Inherited from:
BaseHelpers
Source
BaseHelpers.scala
protected def okIdent(name: String): String

Attributes

Inherited from:
BaseHelpers
Source
BaseHelpers.scala
protected def okNamespaceName(name: String): String

Attributes

Inherited from:
BaseHelpers
Source
BaseHelpers.scala
protected def okPartitionName(name: String): String

Attributes

Inherited from:
BaseHelpers
Source
BaseHelpers.scala
final def opt(opt: Option[Any]): String

Attributes

Inherited from:
BaseHelpers
Source
BaseHelpers.scala
final def optFilterAttr(opt: Option[(Int, List[String], Any)]): String

Attributes

Inherited from:
BaseHelpers
Source
BaseHelpers.scala
def pad(longest: Int, shorter: Int): String

Attributes

Inherited from:
BaseHelpers
Source
BaseHelpers.scala
def padS(longest: Int, str: String): String

Attributes

Inherited from:
BaseHelpers
Source
BaseHelpers.scala
def prepareMultipleUpdates(elements: List[Element], isUpsert: Boolean): (List[Element], List[Long => List[Element]])

Attributes

Inherited from:
SpiHelpers
Source
SpiHelpers.scala
protected def printRaw(action: String, elements: List[Element], dbString: String, dataString: String): Unit

Attributes

Inherited from:
Renderer
Source
Renderer.scala
final def render(value: Any): String

Attributes

Inherited from:
BaseHelpers
Source
BaseHelpers.scala
final def renderValidations(validations: Seq[(String, String)]): String

Attributes

Inherited from:
BaseHelpers
Source
BaseHelpers.scala
final protected def resetTimer(): Unit

Attributes

Inherited from:
BaseHelpers
Source
BaseHelpers.scala
final def sq[T](values: Iterable[T]): String

Attributes

Inherited from:
BaseHelpers
Source
BaseHelpers.scala
def ss(a: String, b: String, c: String): String

Attributes

Inherited from:
BaseHelpers
Source
BaseHelpers.scala
def ss(a: String, b: String): String

Attributes

Inherited from:
BaseHelpers
Source
BaseHelpers.scala
def str2date(s: String, zoneOffset: ZoneOffset): Date

Attributes

Inherited from:
DateHandling
Source
DateHandling.scala
def str2zdt(s: String, zoneOffset: ZoneOffset): ZonedDateTime

Attributes

Inherited from:
DateHandling
Source
DateHandling.scala
def thousands(i: Long): String

Attributes

Inherited from:
BaseHelpers
Source
BaseHelpers.scala
final protected def time(n: Int, prev: Int): Unit

Attributes

Inherited from:
BaseHelpers
Source
BaseHelpers.scala
def truncateDateStr(dateStr: String): String

Attributes

Inherited from:
DateHandling
Source
DateHandling.scala
def unescStr(s: String): String

Attributes

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

Attributes

Inherited from:
SpiSync
Source
SpiSync.scala
protected def validateUpdateSet(proxy: ConnProxy, elements: List[Element], isUpsert: Boolean, query2resultSet: String => ResultSetInterface): Map[String, Seq[String]]

Attributes

Inherited from:
SqlUpdateSetValidator
Source
SqlUpdateSetValidator.scala
protected def validateUpdateSet2(proxy: ConnProxy, elements: List[Element], isUpsert: Boolean, query2resultSet: String => ResultSetInterface): Map[String, Seq[String]]

Attributes

Inherited from:
SqlUpdateSetValidator
Source
SqlUpdateSetValidator.scala
def withDecimal(v: Any): String

Attributes

Inherited from:
BaseHelpers
Source
BaseHelpers.scala
def zone: ZoneId

Attributes

Inherited from:
DateHandling
Source
DateHandling.scala

Inherited fields

protected val colSettersMap: Map[List[String], List[Setter]]

Attributes

Inherited from:
SqlBase_JVM
Source
SqlBase_JVM.scala
protected var curRefPath: List[String]

Attributes

Inherited from:
SqlBase_JVM
Source
SqlBase_JVM.scala
protected var doPrint: Boolean

Attributes

Inherited from:
SqlBase_JVM
Source
SqlBase_JVM.scala
protected var filterElements: List[Element]

Attributes

Inherited from:
SqlBase_JVM
Source
SqlBase_JVM.scala
protected var ids: Seq[Long]

Attributes

Inherited from:
SqlBase_JVM
Source
SqlBase_JVM.scala
protected var initialNs: String

Attributes

Inherited from:
SqlBase_JVM
Source
SqlBase_JVM.scala
protected var inserts: List[(List[String], List[(String, String)])]

Attributes

Inherited from:
SqlBase_JVM
Source
SqlBase_JVM.scala
protected var joinTableDatas: List[JoinTable]

Attributes

Inherited from:
SqlBase_JVM
Source
SqlBase_JVM.scala
protected var joins: List[(List[String], String, String, List[String], List[String])]

Attributes

Inherited from:
SqlBase_JVM
Source
SqlBase_JVM.scala
var level: Int

Attributes

Inherited from:
SqlBase_JVM
Source
SqlBase_JVM.scala
protected var manualTableDatas: List[Table]

Attributes

Inherited from:
SqlBase_JVM
Source
SqlBase_JVM.scala
protected val paramIndexes: Map[(List[String], String), Int]

Attributes

Inherited from:
SqlBase_JVM
Source
SqlBase_JVM.scala
protected var placeHolders: List[String]

Attributes

Inherited from:
SqlBase_JVM
Source
SqlBase_JVM.scala
protected val rightCountsMap: Map[List[String], List[Int]]

Attributes

Inherited from:
SqlBase_JVM
Source
SqlBase_JVM.scala
protected val rowSettersMap: Map[List[String], List[Setter]]

Attributes

Inherited from:
SqlBase_JVM
Source
SqlBase_JVM.scala
lazy val sqlConn: Connection

Attributes

Inherited from:
SqlBase_JVM
Source
SqlBase_JVM.scala
protected val tableDatas: Map[List[String], Table]

Attributes

Inherited from:
SqlBase_JVM
Source
SqlBase_JVM.scala
protected var uniqueFilterElements: List[Element]

Attributes

Inherited from:
SqlBase_JVM
Source
SqlBase_JVM.scala
protected val updateCols: Map[List[String], List[String]]

Attributes

Inherited from:
SqlBase_JVM
Source
SqlBase_JVM.scala
protected var updates: List[(List[String], List[String])]

Attributes

Inherited from:
SqlBase_JVM
Source
SqlBase_JVM.scala

Implicits

Inherited implicits

final implicit def Regex(sc: StringContext): Regex

Attributes

Inherited from:
RegexMatching
Source
RegexMatching.scala