Package

io.rdbc.pgsql.scodec

types

Permalink

package types

Linear Supertypes
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. types
  2. AnyRef
  3. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Type Members

  1. class ScodecPgTypesProvider extends PgTypesProvider

    Permalink

Value Members

  1. object ScodecPgBool extends ScodecPgType[Boolean] with PgBool with CommonCodec[Boolean]

    Permalink
  2. object ScodecPgBytea extends ScodecPgType[Array[Byte]] with PgBytea with CommonCodec[Array[Byte]]

    Permalink
  3. object ScodecPgChar extends ScodecStringLike with PgChar

    Permalink
  4. object ScodecPgDate extends ScodecPgType[LocalDate] with PgDate with CommonCodec[LocalDate]

    Permalink
  5. object ScodecPgDecimal extends ScodecPgType[SqlNumeric] with PgDecimal with CommonCodec[SqlNumeric]

    Permalink
  6. object ScodecPgFloat4 extends ScodecPgType[Float] with PgFloat4 with CommonCodec[Float]

    Permalink
  7. object ScodecPgFloat8 extends ScodecPgType[Double] with PgFloat8 with CommonCodec[Double]

    Permalink
  8. object ScodecPgInt2 extends ScodecPgType[Short] with PgInt2 with CommonCodec[Short]

    Permalink
  9. object ScodecPgInt4 extends ScodecPgType[Int] with PgInt4 with CommonCodec[Int]

    Permalink
  10. object ScodecPgInt8 extends ScodecPgType[Long] with PgInt8 with CommonCodec[Long]

    Permalink
  11. object ScodecPgText extends ScodecStringLike with PgText

    Permalink
  12. object ScodecPgTime extends ScodecPgType[LocalTime] with PgTime with CommonCodec[LocalTime]

    Permalink
  13. object ScodecPgTimestamp extends ScodecPgType[LocalDateTime] with PgTimestamp with CommonCodec[LocalDateTime]

    Permalink
  14. object ScodecPgTimestampTz extends ScodecPgType[Instant] with PgTimestampTz with CommonCodec[Instant]

    Permalink
  15. object ScodecPgUuid extends ScodecPgType[UUID] with PgUuid with CommonCodec[UUID]

    Permalink
  16. object ScodecPgVarchar extends ScodecStringLike with PgVarchar

    Permalink

Inherited from AnyRef

Inherited from Any

Ungrouped