ResSet

molecule.sql.core.query.LambdasSet.ResSet
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
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