LambdasSet

molecule.sql.core.query.LambdasSet
trait LambdasSet extends ResolveBase, JavaConversions

Attributes

Source
LambdasSet.scala
Graph
Supertypes
trait JavaConversions
trait AsScalaExtensions
trait AsJavaExtensions
trait ResolveBase
trait BaseHelpers
trait DateHandling
trait RegexMatching
class Object
trait Matchable
class Any
Show all
Known subtypes
class Model2SqlQuery[Tpl]
Self type

Members list

Type members

Classlikes

case class ResSet[T](tpe: String, sql2set: (Row, AttrIndex) => Set[T], sql2setOrNull: (Row, AttrIndex) => Any, set2sql: Set[T] => String, set2sqls: Set[T] => Set[String], one2sql: T => String, array2set: (Row, Int) => Set[T], nestedArray2coalescedSet: (Row, Int) => Set[T], nestedArray2nestedSet: (Row, Int) => Set[Set[T]], array2setFirst: (Row, Int) => Set[T], array2setLast: (Row, Int) => Set[T], nestedArray2setAsc: Int => (Row, Int) => Set[T], nestedArray2setDesc: Int => (Row, Int) => Set[T], array2setSum: (Row, Int) => Set[T])

Attributes

Source
LambdasSet.scala
Supertypes
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all
case class ResSetOpt[T](tpe: String, sql2setOpt: (Row, AttrIndex) => Option[Set[T]], set2sql: Set[T] => String, set2sqls: Set[T] => Set[String], one2sql: T => String)

Attributes

Source
LambdasSet.scala
Supertypes
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all

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

Value members

Inherited methods

protected def bigDec(arg: Any): BigDecimal

Attributes

Inherited from:
BaseHelpers
Source
BaseHelpers.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 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
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 localOffset: String

Attributes

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

Attributes

Inherited from:
DateHandling
Source
DateHandling.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
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
protected def sqlArray2set[T](row: <none>, n: Int, getValue: <none> => T): Set[T]

Attributes

Inherited from:
ResolveBase
Source
ResolveBase.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 withDecimal(v: Any): String

Attributes

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

Attributes

Inherited from:
DateHandling
Source
DateHandling.scala

Concrete fields

lazy val resOptSetBigDecimal: ResSetOpt[BigDecimal]

Attributes

Source
LambdasSet.scala
lazy val resOptSetBigInt: ResSetOpt[BigInt]

Attributes

Source
LambdasSet.scala
lazy val resOptSetBoolean: ResSetOpt[Boolean]

Attributes

Source
LambdasSet.scala
lazy val resOptSetByte: ResSetOpt[Byte]

Attributes

Source
LambdasSet.scala
lazy val resOptSetChar: ResSetOpt[Char]

Attributes

Source
LambdasSet.scala
lazy val resOptSetDate: ResSetOpt[Date]

Attributes

Source
LambdasSet.scala
lazy val resOptSetDouble: ResSetOpt[Double]

Attributes

Source
LambdasSet.scala
lazy val resOptSetFloat: ResSetOpt[Float]

Attributes

Source
LambdasSet.scala
lazy val resOptSetInt: ResSetOpt[Int]

Attributes

Source
LambdasSet.scala
lazy val resOptSetLong: ResSetOpt[Long]

Attributes

Source
LambdasSet.scala
lazy val resOptSetShort: ResSetOpt[Short]

Attributes

Source
LambdasSet.scala
lazy val resOptSetString: ResSetOpt[String]

Attributes

Source
LambdasSet.scala
lazy val resOptSetURI: ResSetOpt[URI]

Attributes

Source
LambdasSet.scala
lazy val resOptSetUUID: ResSetOpt[UUID]

Attributes

Source
LambdasSet.scala
lazy val resSetBigDecimal: ResSet[BigDecimal]

Attributes

Source
LambdasSet.scala
lazy val resSetBigInt: ResSet[BigInt]

Attributes

Source
LambdasSet.scala
lazy val resSetBoolean: ResSet[Boolean]

Attributes

Source
LambdasSet.scala
lazy val resSetByte: ResSet[Byte]

Attributes

Source
LambdasSet.scala
lazy val resSetChar: ResSet[Char]

Attributes

Source
LambdasSet.scala
lazy val resSetDate: ResSet[Date]

Attributes

Source
LambdasSet.scala
lazy val resSetDouble: ResSet[Double]

Attributes

Source
LambdasSet.scala
lazy val resSetFloat: ResSet[Float]

Attributes

Source
LambdasSet.scala
lazy val resSetInt: ResSet[Int]

Attributes

Source
LambdasSet.scala
lazy val resSetLong: ResSet[Long]

Attributes

Source
LambdasSet.scala
lazy val resSetShort: ResSet[Short]

Attributes

Source
LambdasSet.scala
lazy val resSetString: ResSet[String]

Attributes

Source
LambdasSet.scala
lazy val resSetURI: ResSet[URI]

Attributes

Source
LambdasSet.scala
lazy val resSetUUID: ResSet[UUID]

Attributes

Source
LambdasSet.scala
lazy protected val set2sqlBigDecimal: Set[BigDecimal] => String

Attributes

Source
LambdasSet.scala
lazy protected val set2sqlBigInt: Set[BigInt] => String

Attributes

Source
LambdasSet.scala
lazy protected val set2sqlBoolean: Set[Boolean] => String

Attributes

Source
LambdasSet.scala
lazy protected val set2sqlByte: Set[Byte] => String

Attributes

Source
LambdasSet.scala
lazy protected val set2sqlChar: Set[Char] => String

Attributes

Source
LambdasSet.scala
lazy protected val set2sqlDate: Set[Date] => String

Attributes

Source
LambdasSet.scala
lazy protected val set2sqlDouble: Set[Double] => String

Attributes

Source
LambdasSet.scala
lazy protected val set2sqlFloat: Set[Float] => String

Attributes

Source
LambdasSet.scala
lazy protected val set2sqlInt: Set[Int] => String

Attributes

Source
LambdasSet.scala
lazy protected val set2sqlLong: Set[Long] => String

Attributes

Source
LambdasSet.scala
lazy protected val set2sqlShort: Set[Short] => String

Attributes

Source
LambdasSet.scala
lazy protected val set2sqlString: Set[String] => String

Attributes

Source
LambdasSet.scala
lazy protected val set2sqlURI: Set[URI] => String

Attributes

Source
LambdasSet.scala
lazy protected val set2sqlUUID: Set[UUID] => String

Attributes

Source
LambdasSet.scala
lazy protected val set2sqlsBigDecimal: Set[BigDecimal] => Set[String]

Attributes

Source
LambdasSet.scala
lazy protected val set2sqlsBigInt: Set[BigInt] => Set[String]

Attributes

Source
LambdasSet.scala
lazy protected val set2sqlsBoolean: Set[Boolean] => Set[String]

Attributes

Source
LambdasSet.scala
lazy protected val set2sqlsByte: Set[Byte] => Set[String]

Attributes

Source
LambdasSet.scala
lazy protected val set2sqlsChar: Set[Char] => Set[String]

Attributes

Source
LambdasSet.scala
lazy protected val set2sqlsDate: Set[Date] => Set[String]

Attributes

Source
LambdasSet.scala
lazy protected val set2sqlsDouble: Set[Double] => Set[String]

Attributes

Source
LambdasSet.scala
lazy protected val set2sqlsFloat: Set[Float] => Set[String]

Attributes

Source
LambdasSet.scala
lazy protected val set2sqlsInt: Set[Int] => Set[String]

Attributes

Source
LambdasSet.scala
lazy protected val set2sqlsLong: Set[Long] => Set[String]

Attributes

Source
LambdasSet.scala
lazy protected val set2sqlsShort: Set[Short] => Set[String]

Attributes

Source
LambdasSet.scala
lazy protected val set2sqlsString: Set[String] => Set[String]

Attributes

Source
LambdasSet.scala
lazy protected val set2sqlsURI: Set[URI] => Set[String]

Attributes

Source
LambdasSet.scala
lazy protected val set2sqlsUUID: Set[UUID] => Set[String]

Attributes

Source
LambdasSet.scala
lazy protected val sql2setBigDecimal: (<none>, Int) => Set[BigDecimal]

Attributes

Source
LambdasSet.scala
lazy protected val sql2setBigInt: (<none>, Int) => Set[BigInt]

Attributes

Source
LambdasSet.scala
lazy protected val sql2setBoolean: (<none>, Int) => Set[Boolean]

Attributes

Source
LambdasSet.scala
lazy protected val sql2setByte: (<none>, Int) => Set[Byte]

Attributes

Source
LambdasSet.scala
lazy protected val sql2setChar: (<none>, Int) => Set[Char]

Attributes

Source
LambdasSet.scala
lazy protected val sql2setDate: (<none>, Int) => Set[Date]

Attributes

Source
LambdasSet.scala
lazy protected val sql2setDouble: (<none>, Int) => Set[Double]

Attributes

Source
LambdasSet.scala
lazy protected val sql2setFloat: (<none>, Int) => Set[Float]

Attributes

Source
LambdasSet.scala
lazy protected val sql2setInt: (<none>, Int) => Set[Int]

Attributes

Source
LambdasSet.scala
lazy protected val sql2setLong: (<none>, Int) => Set[Long]

Attributes

Source
LambdasSet.scala
lazy protected val sql2setOptBigDecimal: (<none>, Int) => Option[Set[BigDecimal]]

Attributes

Source
LambdasSet.scala
lazy protected val sql2setOptBigInt: (<none>, Int) => Option[Set[BigInt]]

Attributes

Source
LambdasSet.scala
lazy protected val sql2setOptBoolean: (<none>, Int) => Option[Set[Boolean]]

Attributes

Source
LambdasSet.scala
lazy protected val sql2setOptByte: (<none>, Int) => Option[Set[Byte]]

Attributes

Source
LambdasSet.scala
lazy protected val sql2setOptChar: (<none>, Int) => Option[Set[Char]]

Attributes

Source
LambdasSet.scala
lazy protected val sql2setOptDate: (<none>, Int) => Option[Set[Date]]

Attributes

Source
LambdasSet.scala
lazy protected val sql2setOptDouble: (<none>, Int) => Option[Set[Double]]

Attributes

Source
LambdasSet.scala
lazy protected val sql2setOptFloat: (<none>, Int) => Option[Set[Float]]

Attributes

Source
LambdasSet.scala
lazy protected val sql2setOptInt: (<none>, Int) => Option[Set[Int]]

Attributes

Source
LambdasSet.scala
lazy protected val sql2setOptLong: (<none>, Int) => Option[Set[Long]]

Attributes

Source
LambdasSet.scala
lazy protected val sql2setOptShort: (<none>, Int) => Option[Set[Short]]

Attributes

Source
LambdasSet.scala
lazy protected val sql2setOptString: (<none>, Int) => Option[Set[String]]

Attributes

Source
LambdasSet.scala
lazy protected val sql2setOptURI: (<none>, Int) => Option[Set[URI]]

Attributes

Source
LambdasSet.scala
lazy protected val sql2setOptUUID: (<none>, Int) => Option[Set[UUID]]

Attributes

Source
LambdasSet.scala
lazy protected val sql2setShort: (<none>, Int) => Set[Short]

Attributes

Source
LambdasSet.scala
lazy protected val sql2setString: (<none>, Int) => Set[String]

Attributes

Source
LambdasSet.scala
lazy protected val sql2setURI: (<none>, Int) => Set[URI]

Attributes

Source
LambdasSet.scala
lazy protected val sql2setUUID: (<none>, Int) => Set[UUID]

Attributes

Source
LambdasSet.scala

Inherited fields

lazy protected val one2sqlBigDecimal: BigDecimal => String

Attributes

Inherited from:
ResolveBase
Source
ResolveBase.scala
lazy protected val one2sqlBigInt: BigInt => String

Attributes

Inherited from:
ResolveBase
Source
ResolveBase.scala
lazy protected val one2sqlBoolean: Boolean => String

Attributes

Inherited from:
ResolveBase
Source
ResolveBase.scala
lazy protected val one2sqlByte: Byte => String

Attributes

Inherited from:
ResolveBase
Source
ResolveBase.scala
lazy protected val one2sqlChar: Char => String

Attributes

Inherited from:
ResolveBase
Source
ResolveBase.scala
lazy protected val one2sqlDate: Date => String

Attributes

Inherited from:
ResolveBase
Source
ResolveBase.scala
lazy protected val one2sqlDouble: Double => String

Attributes

Inherited from:
ResolveBase
Source
ResolveBase.scala
lazy protected val one2sqlFloat: Float => String

Attributes

Inherited from:
ResolveBase
Source
ResolveBase.scala
lazy protected val one2sqlInt: Int => String

Attributes

Inherited from:
ResolveBase
Source
ResolveBase.scala
lazy protected val one2sqlLong: Long => String

Attributes

Inherited from:
ResolveBase
Source
ResolveBase.scala
lazy protected val one2sqlShort: Short => String

Attributes

Inherited from:
ResolveBase
Source
ResolveBase.scala
lazy protected val one2sqlString: String => String

Attributes

Inherited from:
ResolveBase
Source
ResolveBase.scala
lazy protected val one2sqlURI: URI => String

Attributes

Inherited from:
ResolveBase
Source
ResolveBase.scala
lazy protected val one2sqlUUID: UUID => String

Attributes

Inherited from:
ResolveBase
Source
ResolveBase.scala
lazy val toInt: (<none>, Int) => Int

Attributes

Inherited from:
ResolveBase
Source
ResolveBase.scala
lazy protected val valueBigDecimal: <none> => BigDecimal

Attributes

Inherited from:
ResolveBase
Source
ResolveBase.scala
lazy protected val valueBigInt: <none> => BigInt

Attributes

Inherited from:
ResolveBase
Source
ResolveBase.scala
lazy protected val valueBoolean: <none> => Boolean

Attributes

Inherited from:
ResolveBase
Source
ResolveBase.scala
lazy protected val valueByte: <none> => Byte

Attributes

Inherited from:
ResolveBase
Source
ResolveBase.scala
lazy protected val valueChar: <none> => Char

Attributes

Inherited from:
ResolveBase
Source
ResolveBase.scala
lazy protected val valueDate: <none> => Date

Attributes

Inherited from:
ResolveBase
Source
ResolveBase.scala
lazy protected val valueDouble: <none> => Double

Attributes

Inherited from:
ResolveBase
Source
ResolveBase.scala
lazy protected val valueFloat: <none> => Float

Attributes

Inherited from:
ResolveBase
Source
ResolveBase.scala
lazy protected val valueInt: <none> => Int

Attributes

Inherited from:
ResolveBase
Source
ResolveBase.scala
lazy protected val valueLong: <none> => Long

Attributes

Inherited from:
ResolveBase
Source
ResolveBase.scala
lazy protected val valueShort: <none> => Short

Attributes

Inherited from:
ResolveBase
Source
ResolveBase.scala
lazy protected val valueString: <none> => String

Attributes

Inherited from:
ResolveBase
Source
ResolveBase.scala
lazy protected val valueURI: <none> => URI

Attributes

Inherited from:
ResolveBase
Source
ResolveBase.scala
lazy protected val valueUUID: <none> => UUID

Attributes

Inherited from:
ResolveBase
Source
ResolveBase.scala

Implicits

Inherited implicits

final implicit def Regex(sc: StringContext): Regex

Attributes

Inherited from:
RegexMatching
Source
RegexMatching.scala