JdbcEncoder

io.getquill.context.jdbc.Encoders.JdbcEncoder
case class JdbcEncoder[T](sqlType: Int, encoder: () => T) extends BaseEncoder[T]

Attributes

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

Members list

Value members

Concrete methods

override def apply(index: Index, value: T, row: PrepareRow, session: Session): PrepareRow

Attributes

Definition Classes
GenericEncoder -> Function4

Inherited methods

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

Attributes

Inherited from:
Function4
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
Function4 -> Any
Inherited from:
Function4
def tupled: ((Int, T, PrepareRow, Session)) => PrepareRow

Attributes

Inherited from:
Function4