Uses of Class
org.jdbi.v3.postgres.PostgresTypes
Package
Description
The
postgres
plugin provides improved support for
java.time
, hstore
, uuid
, and enum
types when configured with a recent Postgres database server.-
Uses of PostgresTypes in org.jdbi.v3.postgres
Modifier and TypeMethodDescriptionPostgresTypes.createCopy()
PostgresTypes.registerCustomType
(Class<? extends org.postgresql.util.PGobject> clazz, String typeName) Register a Postgres custom type.