JavaTimeInstances
Instances for JSR-310 date time types.
Implementation is based on https://jdbc.postgresql.org/documentation/head/java8-date-time.html, using native support for Postgres JDBC driver.
Attributes
- Source
- JavaTimeInstances.scala
- Graph
-
- Supertypes
- Known subtypes
-
object implicits.type
Members list
Grouped members
Constructors
Module of constructors for "advanced" JDBC types.
Module of constructors for "advanced" JDBC types.
Attributes
- Inherited from:
- MetaConstructors
- Source
- meta.scala
- Supertypes
-
class Objecttrait Matchableclass Any
Module of constructors for "basic" JDBC types.
Module of constructors for "basic" JDBC types.
Attributes
- Inherited from:
- MetaConstructors
- Source
- meta.scala
- Supertypes
-
class Objecttrait Matchableclass Any
Implicits
Implicits
This type should map to TIMESTAMP WITH TIMEZONE (TIMESTAMPTZ)
This type should map to TIMESTAMP WITH TIMEZONE (TIMESTAMPTZ)
Attributes
- Source
- JavaTimeInstances.scala
This type should map to DATE
This type should map to TIMESTAMP
This type should map to TIME
This type should map to TIMESTAMP WITH TIMEZONE (TIMESTAMPTZ) When writing to the database, the same instant is preserved if your target column is of type TIMESTAMPTZ (The JDBC driver works out the timezone conversion for you). Note that since offset information is not stored in the database column, retrieving the same value will yield the same instant in time, but with offset = 0 (UTC)
This type should map to TIMESTAMP WITH TIMEZONE (TIMESTAMPTZ) When writing to the database, the same instant is preserved if your target column is of type TIMESTAMPTZ (The JDBC driver works out the timezone conversion for you). Note that since offset information is not stored in the database column, retrieving the same value will yield the same instant in time, but with offset = 0 (UTC)
Attributes
- Source
- JavaTimeInstances.scala
This type should map to TIME WITH TIMEZONE (TIMETZ)