ResSetOpt

molecule.sql.core.query.LambdasSet.ResSetOpt
case class ResSetOpt[T](tpe: String, sql2setOpt: (RS, ParamIndex) => Option[Set[T]], set2sqlArray: Set[T] => String, set2sqls: Set[T] => Set[String], one2sql: T => String, one2json: T => String)

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