ArrayEncoders

trait ArrayEncoders extends ArrayEncoding
trait ArrayEncoding
trait EncodingDsl
trait LowPriorityImplicits
class Object
trait Matchable
class Any

Type members

Inherited types

type BaseDecoder[T] = GenericDecoder[ResultRow, Session, T, Specific]
Inherited from
EncodingDsl
type BaseEncoder[T] = GenericEncoder[T, PrepareRow, Session]
Inherited from
EncodingDsl
type CBF[T, Col] = Factory[T, Col]
Inherited from
ArrayEncoding
type ColumnResolver = GenericColumnResolver[ResultRow]
Inherited from
EncodingDsl
type Decoder[T] <: GenericDecoder[ResultRow, Session, T, Specific]
Inherited from
EncodingDsl
type DecoderMethod[T] = (Int, ResultRow, Session) => T
Inherited from
EncodingDsl
type Encoder[T] <: GenericEncoder[T, PrepareRow, Session]
Inherited from
EncodingDsl
type EncoderMethod[T] = (Int, T, PrepareRow, Session) => PrepareRow
Inherited from
EncodingDsl
Inherited from
EncodingDsl
type ResultRow
Inherited from
EncodingDsl
type RowTyper[T] = GenericRowTyper[ResultRow, T]
Inherited from
EncodingDsl
type Session
Inherited from
EncodingDsl

Value members

Concrete methods

def arrayEncoder[T, Col <: Seq[T]](mapper: T => Any): `<none>`[Col]
def arrayRawEncoder[T, Col <: Seq[T]]: `<none>`[Col]

Inherited methods

protected def mappedBaseDecoder[Base, Mapped](mapped: MappedEncoding[Base, Mapped], decoder: () => Base): () => Mapped
Inherited from
EncodingDsl
protected def mappedBaseEncoder[Mapped, Base](mapped: MappedEncoding[Mapped, Base], encoder: () => Base): () => Mapped
Inherited from
EncodingDsl

Implicits

Implicits

implicit def arrayBigDecimalEncoder[Col <: Seq[BigDecimal]]: `<none>`[Col]
implicit def arrayBooleanEncoder[Col <: Seq[Boolean]]: `<none>`[Col]
implicit def arrayByteEncoder[Col <: Seq[Byte]]: `<none>`[Col]
implicit def arrayDateEncoder[Col <: Seq[Date]]: `<none>`[Col]
implicit def arrayDoubleEncoder[Col <: Seq[Double]]: `<none>`[Col]
implicit def arrayFloatEncoder[Col <: Seq[Float]]: `<none>`[Col]
implicit def arrayIntEncoder[Col <: Seq[`<none>`]]: `<none>`[Col]
implicit def arrayJodaDateTimeEncoder[Col <: Seq[DateTime]]: `<none>`[Col]
implicit def arrayJodaLocalDateEncoder[Col <: Seq[LocalDate]]: `<none>`[Col]
implicit def arrayJodaLocalDateTimeEncoder[Col <: Seq[LocalDateTime]]: `<none>`[Col]
implicit def arrayLocalDateEncoder[Col <: Seq[LocalDate]]: `<none>`[Col]
implicit def arrayLongEncoder[Col <: Seq[Long]]: `<none>`[Col]
implicit def arrayShortEncoder[Col <: Seq[Short]]: `<none>`[Col]
implicit def arrayStringEncoder[Col <: Seq[String]]: `<none>`[Col]

Inherited implicits

implicit inline def anyValDecoder[Cls <: AnyVal]: Decoder[Cls]
Inherited from
LowPriorityImplicits
implicit inline def anyValEncoder[Cls <: AnyVal]: Encoder[Cls]
Inherited from
LowPriorityImplicits
implicit def arrayBigDecimalDecoder[Col <: Seq[BigDecimal]](bf: Factory[BigDecimal, Col]): Decoder[Col]
Inherited from
ArrayEncoding
implicit def arrayBooleanDecoder[Col <: Seq[Boolean]](bf: Factory[Boolean, Col]): Decoder[Col]
Inherited from
ArrayEncoding
implicit def arrayByteDecoder[Col <: Seq[Byte]](bf: Factory[Byte, Col]): Decoder[Col]
Inherited from
ArrayEncoding
implicit def arrayDateDecoder[Col <: Seq[Date]](bf: Factory[Date, Col]): Decoder[Col]
Inherited from
ArrayEncoding
implicit def arrayDoubleDecoder[Col <: Seq[Double]](bf: Factory[Double, Col]): Decoder[Col]
Inherited from
ArrayEncoding
implicit def arrayFloatDecoder[Col <: Seq[Float]](bf: Factory[Float, Col]): Decoder[Col]
Inherited from
ArrayEncoding
implicit def arrayIntDecoder[Col <: Seq[Int]](bf: Factory[Int, Col]): Decoder[Col]
Inherited from
ArrayEncoding
implicit def arrayLocalDateDecoder[Col <: Seq[LocalDate]](bf: Factory[LocalDate, Col]): Decoder[Col]
Inherited from
ArrayEncoding
implicit def arrayLongDecoder[Col <: Seq[Long]](bf: Factory[Long, Col]): Decoder[Col]
Inherited from
ArrayEncoding
implicit def arrayMappedDecoder[I, O, Col <: ([X] =>> Seq[X])](mapped: MappedEncoding[I, O], d: Decoder[Seq[I]], bf: Factory[O, Col[O]]): Decoder[Col[O]]
Inherited from
ArrayEncoding
implicit def arrayMappedEncoder[I, O, Col <: ([X] =>> Seq[X])](mapped: MappedEncoding[I, O], e: Encoder[Seq[O]]): Encoder[Col[I]]
Inherited from
ArrayEncoding
implicit def arrayShortDecoder[Col <: Seq[Short]](bf: Factory[Short, Col]): Decoder[Col]
Inherited from
ArrayEncoding
implicit def arrayStringDecoder[Col <: Seq[String]](bf: Factory[String, Col]): Decoder[Col]
Inherited from
ArrayEncoding
implicit def bigDecimalEncoder: Encoder[BigDecimal]
Inherited from
EncodingDsl
implicit def booleanEncoder: Encoder[Boolean]
Inherited from
EncodingDsl
implicit def byteEncoder: Encoder[Byte]
Inherited from
EncodingDsl
implicit def doubleEncoder: Encoder[Double]
Inherited from
EncodingDsl
implicit def intEncoder: Encoder[Int]
Inherited from
EncodingDsl
implicit def longEncoder: Encoder[Long]
Inherited from
EncodingDsl
implicit def mappedDecoder[Base, Mapped](mapped: MappedEncoding[Base, Mapped], decoder: Decoder[Base]): Decoder[Mapped]
Inherited from
EncodingDsl
implicit def mappedEncoder[Mapped, Base](mapped: MappedEncoding[Mapped, Base], encoder: Encoder[Base]): Encoder[Mapped]
Inherited from
EncodingDsl
implicit def shortEncoder: Encoder[Short]
Inherited from
EncodingDsl
implicit def stringEncoder: Encoder[String]
Inherited from
EncodingDsl