SqlQueryBase

molecule.sql.core.query.SqlQueryBase

Attributes

Source
SqlQueryBase.scala
Graph
Supertypes
trait AsScalaExtensions
trait AsJavaExtensions
trait BaseHelpers
trait DateHandling
trait ModelUtils
class Object
trait Matchable
class Any
Show all

Members list

Type members

Inherited classlikes

implicit class BufferHasAsJava[A](b: Buffer[A])

Attributes

Inherited from:
AsJavaExtensions
Supertypes
class Object
trait Matchable
class Any
implicit class CollectionHasAsScala[A](c: Collection[A])

Attributes

Inherited from:
AsScalaExtensions
Supertypes
class Object
trait Matchable
class Any
implicit class ConcurrentMapHasAsJava[K, V](m: Map[K, V])

Attributes

Inherited from:
AsJavaExtensions
Supertypes
class Object
trait Matchable
class Any
implicit class ConcurrentMapHasAsScala[K, V](m: ConcurrentMap[K, V])

Attributes

Inherited from:
AsScalaExtensions
Supertypes
class Object
trait Matchable
class Any
implicit class DictionaryHasAsScala[K, V](d: Dictionary[K, V])

Attributes

Inherited from:
AsScalaExtensions
Supertypes
class Object
trait Matchable
class Any
implicit class EnumerationHasAsScala[A](e: Enumeration[A])

Attributes

Inherited from:
AsScalaExtensions
Supertypes
class Object
trait Matchable
class Any
implicit class IterableHasAsJava[A](i: Iterable[A])

Attributes

Inherited from:
AsJavaExtensions
Supertypes
class Object
trait Matchable
class Any
implicit class IterableHasAsScala[A](i: Iterable[A])

Attributes

Inherited from:
AsScalaExtensions
Supertypes
class Object
trait Matchable
class Any
implicit class IteratorHasAsJava[A](i: Iterator[A])

Attributes

Inherited from:
AsJavaExtensions
Supertypes
class Object
trait Matchable
class Any
implicit class IteratorHasAsScala[A](i: Iterator[A])

Attributes

Inherited from:
AsScalaExtensions
Supertypes
class Object
trait Matchable
class Any
implicit class ListHasAsScala[A](l: List[A])

Attributes

Inherited from:
AsScalaExtensions
Supertypes
class Object
trait Matchable
class Any
implicit class MapHasAsJava[K, V](m: Map[K, V])

Attributes

Inherited from:
AsJavaExtensions
Supertypes
class Object
trait Matchable
class Any
implicit class MapHasAsScala[K, V](m: Map[K, V])

Attributes

Inherited from:
AsScalaExtensions
Supertypes
class Object
trait Matchable
class Any
implicit class MutableMapHasAsJava[K, V](m: Map[K, V])

Attributes

Inherited from:
AsJavaExtensions
Supertypes
class Object
trait Matchable
class Any
implicit class MutableSeqHasAsJava[A](s: Seq[A])

Attributes

Inherited from:
AsJavaExtensions
Supertypes
class Object
trait Matchable
class Any
implicit class MutableSetHasAsJava[A](s: Set[A])

Attributes

Inherited from:
AsJavaExtensions
Supertypes
class Object
trait Matchable
class Any
implicit class PropertiesHasAsScala(i: Properties)

Attributes

Inherited from:
AsScalaExtensions
Supertypes
class Object
trait Matchable
class Any
implicit class Regex(sc: StringContext)

Attributes

Inherited from:
RegexMatching
Source
RegexMatching.scala
Supertypes
class Object
trait Matchable
class Any
implicit class SeqHasAsJava[A](s: Seq[A])

Attributes

Inherited from:
AsJavaExtensions
Supertypes
class Object
trait Matchable
class Any
implicit class SetHasAsJava[A](s: Set[A])

Attributes

Inherited from:
AsJavaExtensions
Supertypes
class Object
trait Matchable
class Any
implicit class SetHasAsScala[A](s: Set[A])

Attributes

Inherited from:
AsScalaExtensions
Supertypes
class Object
trait Matchable
class Any

Types

type NestedTpls = List[Any]

Attributes

Source
SqlQueryBase.scala
type ParamIndex = Int

Attributes

Source
SqlQueryBase.scala

Attributes

Source
SqlQueryBase.scala

Value members

Concrete methods

final protected def addCast(cast: (RS, Int) => Any): Unit

Attributes

Source
SqlQueryBase.scala
final protected def aritiesAttr(): Unit

Attributes

Source
SqlQueryBase.scala
final protected def aritiesNested(): Unit

Attributes

Source
SqlQueryBase.scala
final protected def getCol(attr: Attr, path: List[String]): String

Attributes

Source
SqlQueryBase.scala
def getIndex: Int

Attributes

Source
SqlQueryBase.scala
protected def getOptExt(path: List[String]): Option[String]

Attributes

Source
SqlQueryBase.scala
def getRowCount(resultSet: RS): Int

Attributes

Source
SqlQueryBase.scala
protected def handleBackRef(): Unit

Attributes

Source
SqlQueryBase.scala
protected def handleRef(refAttr: String, refNs: String): Unit

Attributes

Source
SqlQueryBase.scala
final protected def noMixedNestedModes: Nothing

Attributes

Source
SqlQueryBase.scala
final protected def removeLastCast(): Unit

Attributes

Source
SqlQueryBase.scala
final protected def replaceCast(cast: (RS, Int) => Any): Unit

Attributes

Source
SqlQueryBase.scala
final protected def unexpectedElement(element: Element): Nothing

Attributes

Source
SqlQueryBase.scala
final protected def unexpectedKw(kw: String): Nothing

Attributes

Source
SqlQueryBase.scala
final protected def unexpectedOp(op: Op): Nothing

Attributes

Source
SqlQueryBase.scala

Inherited methods

protected def bigDec(arg: Any): BigDecimal

Attributes

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

Attributes

Inherited from:
Model2QueryBase
Source
Model2QueryBase.scala
protected def checkAggrSet(): Unit

Attributes

Inherited from:
Model2QueryBase
Source
Model2QueryBase.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
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 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
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 indent(tabs: Int): String

Attributes

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

Attributes

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

Attributes

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

Attributes

Inherited from:
DateHandling
Source
DateHandling.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
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 validateQueryModel(elements: List[Element], addFilterAttr: Option[(List[String], Attr) => Unit], optHandleRef: Option[(String, String) => Unit], optHandleBackRef: Option[() => Unit]): (List[Element], String, Boolean)

Attributes

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

Attributes

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

Attributes

Inherited from:
DateHandling
Source
DateHandling.scala

Concrete fields

final protected var aggregate: Boolean

Attributes

Source
SqlQueryBase.scala
final protected val args: ArrayBuffer[AnyRef]

Attributes

Source
SqlQueryBase.scala
final var aritiess: List[List[List[Int]]]

Attributes

Source
SqlQueryBase.scala
final protected var attrMap: Map[String, (Card, String, Seq[String])]

Attributes

Source
SqlQueryBase.scala
final var castss: List[List[(RS, Int) => Any]]

Attributes

Source
SqlQueryBase.scala
final protected var distinct: Boolean

Attributes

Source
SqlQueryBase.scala
final protected val exts: Map[List[String], Option[String]]

Attributes

Source
SqlQueryBase.scala
final protected var filterAttrVars: Map[List[String], String]

Attributes

Source
SqlQueryBase.scala
final protected var from: String

Attributes

Source
SqlQueryBase.scala
final protected val groupBy: LinkedHashSet[String]

Attributes

Source
SqlQueryBase.scala
final protected val groupByCols: LinkedHashSet[String]

Attributes

Source
SqlQueryBase.scala
final protected var hardLimit: Int

Attributes

Source
SqlQueryBase.scala
final protected var hasOptAttr: Boolean

Attributes

Source
SqlQueryBase.scala
final protected val having: LinkedHashSet[String]

Attributes

Source
SqlQueryBase.scala
final protected val in: ArrayBuffer[String]

Attributes

Source
SqlQueryBase.scala
final var isNestedMan: Boolean

Attributes

Source
SqlQueryBase.scala
final var isNestedOpt: Boolean

Attributes

Source
SqlQueryBase.scala
final protected val joins: ListBuffer[(String, String, String, String, String)]

Attributes

Source
SqlQueryBase.scala
final protected var level: Int

Attributes

Source
SqlQueryBase.scala
final protected val nestedIds: ArrayBuffer[String]

Attributes

Source
SqlQueryBase.scala
final protected val notNull: ListBuffer[String]

Attributes

Source
SqlQueryBase.scala
final protected var orderBy: ListBuffer[(Int, Int, String, String)]

Attributes

Source
SqlQueryBase.scala
final protected var path: List[String]

Attributes

Source
SqlQueryBase.scala
final protected val preExts: Map[List[String], Option[String]]

Attributes

Source
SqlQueryBase.scala
final protected var prevRefNss: Set[String]

Attributes

Source
SqlQueryBase.scala
final protected val select: ListBuffer[String]

Attributes

Source
SqlQueryBase.scala
final protected val tempTables: ListBuffer[String]

Attributes

Source
SqlQueryBase.scala
final protected val where: ListBuffer[(String, String)]

Attributes

Source
SqlQueryBase.scala

Inherited fields

protected val expectedFilterAttrs: Set[String]

Attributes

Inherited from:
Model2QueryBase
Source
Model2QueryBase.scala
protected var hasFilterAttr: Boolean

Attributes

Inherited from:
Model2QueryBase
Source
Model2QueryBase.scala
lazy protected val noIdFiltering: String

Attributes

Inherited from:
Model2QueryBase
Source
Model2QueryBase.scala
protected var optNestedLeafIsSet: Option[Boolean]

Attributes

Inherited from:
Model2QueryBase
Source
Model2QueryBase.scala

Implicits

Inherited implicits

final implicit def Regex(sc: StringContext): Regex

Attributes

Inherited from:
RegexMatching
Source
RegexMatching.scala