Packages

package values

Ordering
  1. Alphabetic
Visibility
  1. Public
  2. All

Type Members

  1. case class Interval(timeDifference: Duration, dateDifference: Period) extends Product with Serializable
  2. final case class JSONB(bytes: Array[Byte]) extends AnyVal with Product with Serializable
  3. trait LowPriorityEncoder extends AnyRef
  4. trait ValueDecoder[T] extends AnyRef

    Typeclass supporting type-safe decoding of values from PostgreSQL in text and binary formats

  5. trait ValueEncoder[T] extends AnyRef

    Typeclass responsible for encoding a parameter of type T for sending to postgres

    Typeclass responsible for encoding a parameter of type T for sending to postgres

    T

    The type which it encodes

Ungrouped