ResSet

molecule.sql.core.query.LambdasSet.ResSet
case class ResSet[T](tpe: String, tpeDb: String, sql2set: (RS, ParamIndex) => Set[T], sql2setOrNull: (RS, ParamIndex) => Any, set2sqlArray: Set[T] => String, set2sqls: Set[T] => Set[String], one2sql: T => String, array2set: (RS, ParamIndex) => Set[T], nestedArray2coalescedSet: (RS, ParamIndex) => Set[T], nestedArray2optCoalescedSet: (RS, ParamIndex) => Option[Set[T]], nestedArray2nestedSet: (RS, ParamIndex) => Set[Set[T]], array2setFirst: (RS, ParamIndex) => Set[T], array2setLast: (RS, ParamIndex) => Set[T], nestedArray2setAsc: Int => (RS, ParamIndex) => Set[T], nestedArray2setDesc: Int => (RS, ParamIndex) => Set[T], nestedArray2sum: (RS, ParamIndex) => Set[T], json2tpe: String => T, json2array: String => Array[T], json2optArray: String => Option[Array[T]], one2json: T => String, stringArray2sum: Array[String] => T, row2tpe: RS => T, sqlArray2sum: (RS, ParamIndex) => Set[T], sqlArray2minN: Int => (RS, ParamIndex) => Set[T], sqlArray2maxN: Int => (RS, ParamIndex) => Set[T], array2optSet: (RS, ParamIndex) => Option[Set[T]])

Attributes

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

Members list

Value members

Inherited methods

def productElementNames: Iterator[String]

Attributes

Inherited from:
Product
def productIterator: Iterator[Any]

Attributes

Inherited from:
Product