JdbcDecoder

io.getquill.context.jdbc.Decoders.JdbcDecoder
case class JdbcDecoder[T](decoder: () => T) extends BaseDecoder[T]

Attributes

Graph
Supertypes
trait Serializable
trait Product
trait Equals
trait GenericDecoder[ResultRow, Session, T, Specific]
trait (Int, ResultRow, Session) => T
class Object
trait Matchable
class Any
Show all

Members list

Value members

Concrete methods

def apply(index: Index, row: ResultRow, session: Session): T

Inherited methods

def curried: Int => ResultRow => Session => T

Attributes

Inherited from:
Function3
def productElementNames: Iterator[String]

Attributes

Inherited from:
Product
def productIterator: Iterator[Any]

Attributes

Inherited from:
Product
override def toString(): String

Returns a string representation of the object.

Returns a string representation of the object.

The default representation is platform dependent.

Attributes

Returns

a string representation of the object.

Definition Classes
Function3 -> Any
Inherited from:
Function3
def tupled: ((Int, ResultRow, Session)) => T

Attributes

Inherited from:
Function3