SqlQueryResolve

molecule.sql.core.query.SqlQueryResolve
abstract class SqlQueryResolve[Tpl](elements: List[Element], m2q: Model2SqlQuery[Tpl] & SqlQueryBase) extends CursorUtils, ModelUtils

Attributes

Source
SqlQueryResolve.scala
Graph
Supertypes
trait ModelUtils
trait CursorUtils
class Object
trait Matchable
class Any
Known subtypes
class NoUnique[Tpl]
class PrimaryUnique[Tpl]
class SubUnique[Tpl]

Members list

Value members

Concrete methods

protected def getData(conn: JdbcConn_JVM, optLimit: Option[Int], optOffset: Option[Int]): ResultSet

Attributes

Source
SqlQueryResolve.scala
protected def getFromUntil(tc: Int, limit: Option[Int], offset: Option[Int]): Option[(Int, Int, Boolean)]

Attributes

Source
SqlQueryResolve.scala
protected def getRawData(conn: JdbcConn_JVM, altElements: List[Element], optLimit: Option[Int], optOffset: Option[Int]): ResultSet

Attributes

Source
SqlQueryResolve.scala
protected def getRowHashes(tpls: List[Tpl]): List[String]

Attributes

Source
SqlQueryResolve.scala
protected def getTotalCount(conn: JdbcConn_JVM): Int

Attributes

Source
SqlQueryResolve.scala
protected def getUniquePair(tpls: List[Tpl], uniqueIndex: Int, encode: Any => String): List[String]

Attributes

Source
SqlQueryResolve.scala
protected def getUniqueValues(tpls0: List[Tpl], uniqueIndex: Int, encode: Any => String): List[String]

Attributes

Source
SqlQueryResolve.scala
def paginateFromIdentifiers(conn: JdbcConn_JVM, limit: Int, forward: Boolean, allTokens: List[String], attrTokens: List[String], identifiers: List[Any], identifyTpl: Tpl => Any, nextCursor: (List[Tpl], List[String]) => String): (List[Tpl], String, Boolean)

Attributes

Source
SqlQueryResolve.scala

Inherited methods

protected def countValueAttrs(elements: List[Element]): Int

Attributes

Inherited from:
ModelUtils
Source
ModelUtils.scala
protected def decoder(tpe: String): String => Any

Attributes

Inherited from:
CursorUtils
Source
CursorUtils.scala
protected def encoder(tpe: String, kind: String): Any => String

Attributes

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

Attributes

Inherited from:
ModelUtils
Source
ModelUtils.scala
protected def getFilterAttr(tpe: String, ns: String, attr: String, fn: Op, v: String): AttrOneTac

Attributes

Inherited from:
CursorUtils
Source
CursorUtils.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 isRefUpdate(elements: List[Element]): Boolean

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
final protected def nonReservedAttr(a: Attr, proxy: ConnProxy): (String, String)

Attributes

Inherited from:
ModelUtils
Source
ModelUtils.scala
final protected def nonReservedBackRef(backRef: BackRef, proxy: ConnProxy): (String, String)

Attributes

Inherited from:
ModelUtils
Source
ModelUtils.scala
final protected def nonReservedRef(ref: Ref, proxy: ConnProxy): (String, String, String)

Attributes

Inherited from:
ModelUtils
Source
ModelUtils.scala
final protected def resolveReservedNames(a0: Attr, proxy: ConnProxy, optFilterAttr: Option[Attr]): Attr

Attributes

Inherited from:
ModelUtils
Source
ModelUtils.scala
protected def tpeEncode(element: AttrOne): (String, Any => String)

Attributes

Inherited from:
CursorUtils
Source
CursorUtils.scala

Concrete fields

lazy val edgeValuesNotFound: String

Attributes

Source
SqlQueryResolve.scala