ResOne

molecule.sql.core.query.LambdasOne.ResOne
case class ResOne[T](tpe: String, sql2one: (RS, ParamIndex) => T, sql2oneOrNull: (RS, ParamIndex) => Any, one2sql: T => String, array2set: (RS, Int) => AnyRef, json2tpe: String => T, json2array: String => Array[T])

Attributes

Source
LambdasOne.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