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

Value Members

  1. object ScodecPgBool extends ScodecPgType[Boolean] with PgBool with CommonCodec[Boolean]
  2. object ScodecPgBytea extends ScodecPgType[Array[Byte]] with PgBytea with CommonCodec[Array[Byte]]
  3. object ScodecPgChar extends ScodecStringLike with PgChar
  4. object ScodecPgDate extends ScodecPgType[LocalDate] with PgDate with CommonCodec[LocalDate]
  5. object ScodecPgDecimal extends ScodecPgType[SqlNumeric] with PgDecimal with CommonCodec[SqlNumeric]
  6. object ScodecPgFloat4 extends ScodecPgType[Float] with PgFloat4 with CommonCodec[Float]
  7. object ScodecPgFloat8 extends ScodecPgType[Double] with PgFloat8 with CommonCodec[Double]
  8. object ScodecPgInt2 extends ScodecPgType[Short] with PgInt2 with CommonCodec[Short]
  9. object ScodecPgInt4 extends ScodecPgType[Int] with PgInt4 with CommonCodec[Int]
  10. object ScodecPgInt8 extends ScodecPgType[Long] with PgInt8 with CommonCodec[Long]
  11. object ScodecPgText extends ScodecStringLike with PgText
  12. object ScodecPgTime extends ScodecPgType[LocalTime] with PgTime with CommonCodec[LocalTime]
  13. object ScodecPgTimestamp extends ScodecPgType[LocalDateTime] with PgTimestamp with CommonCodec[LocalDateTime]
  14. object ScodecPgTimestampTz extends ScodecPgType[Instant] with PgTimestampTz with CommonCodec[Instant]
  15. object ScodecPgUuid extends ScodecPgType[UUID] with PgUuid with CommonCodec[UUID]
  16. object ScodecPgVarchar extends ScodecStringLike with PgVarchar

Inherited from AnyRef

Inherited from Any

Ungrouped