package types
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- types
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- All
Type Members
- class ScodecPgTypesProvider extends PgTypesProvider
Value Members
- object ScodecPgBool extends ScodecPgType[Boolean] with PgBool with CommonCodec[Boolean]
- object ScodecPgBytea extends ScodecPgType[Array[Byte]] with PgBytea with CommonCodec[Array[Byte]]
- object ScodecPgChar extends ScodecStringLike with PgChar
- object ScodecPgDate extends ScodecPgType[LocalDate] with PgDate with CommonCodec[LocalDate]
- object ScodecPgDecimal extends ScodecPgType[SqlNumeric] with PgDecimal with CommonCodec[SqlNumeric]
- object ScodecPgFloat4 extends ScodecPgType[Float] with PgFloat4 with CommonCodec[Float]
- object ScodecPgFloat8 extends ScodecPgType[Double] with PgFloat8 with CommonCodec[Double]
- object ScodecPgInt2 extends ScodecPgType[Short] with PgInt2 with CommonCodec[Short]
- object ScodecPgInt4 extends ScodecPgType[Int] with PgInt4 with CommonCodec[Int]
- object ScodecPgInt8 extends ScodecPgType[Long] with PgInt8 with CommonCodec[Long]
- object ScodecPgText extends ScodecStringLike with PgText
- object ScodecPgTime extends ScodecPgType[LocalTime] with PgTime with CommonCodec[LocalTime]
- object ScodecPgTimestamp extends ScodecPgType[LocalDateTime] with PgTimestamp with CommonCodec[LocalDateTime]
- object ScodecPgTimestampTz extends ScodecPgType[Instant] with PgTimestampTz with CommonCodec[Instant]
- object ScodecPgUuid extends ScodecPgType[UUID] with PgUuid with CommonCodec[UUID]
- object ScodecPgVarchar extends ScodecStringLike with PgVarchar