Uses of Class
org.jdbi.v3.postgres.PostgresTypes
-
Packages that use PostgresTypes Package Description org.jdbi.v3.postgres Thepostgresplugin provides improved support forjava.time,hstore,uuid, andenumtypes when configured with a recent Postgres database server. -
-
Uses of PostgresTypes in org.jdbi.v3.postgres
Methods in org.jdbi.v3.postgres that return PostgresTypes Modifier and Type Method Description PostgresTypesPostgresTypes. createCopy()PostgresTypesPostgresTypes. registerCustomType(java.lang.Class<? extends org.postgresql.util.PGobject> clazz, java.lang.String typeName)Register a Postgres custom type.(package private) PostgresTypesPostgresTypes. setLobApi(PgLobApi newLob)Constructors in org.jdbi.v3.postgres with parameters of type PostgresTypes Constructor Description PostgresTypes(PostgresTypes that)
-