JdbcEncoder

case
class JdbcEncoder[T](sqlType: Int, encoder: () => T) extends BaseEncoder[T]
trait Serializable
trait Product
trait Equals
trait GenericEncoder[T, PrepareRow, Session]
trait (Int, T, PrepareRow, Session) => PrepareRow
class Object
trait Matchable
class Any

Value members

Concrete methods

override
def apply(index: Index, value: T, row: PrepareRow, session: Session): PrepareRow
Definition Classes
GenericEncoder -> Function4

Inherited methods

@unspecialized
def curried: Int => T => PrepareRow => Session => PrepareRow
Inherited from
Function4
def productElementNames: Iterator[String]
Inherited from
Product
def productIterator: Iterator[Any]
Inherited from
Product
override
def toString(): String
Definition Classes
Function4 -> Any
Inherited from
Function4
@unspecialized
def tupled: (Int, T, PrepareRow, Session) => PrepareRow
Inherited from
Function4