Uses of Interface
org.jdbi.v3.postgres.PgLobApi
-
Packages that use PgLobApi 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 PgLobApi in org.jdbi.v3.postgres
Classes in org.jdbi.v3.postgres that implement PgLobApi Modifier and Type Class Description (package private) classPgLobApiImplFields in org.jdbi.v3.postgres declared as PgLobApi Modifier and Type Field Description private PgLobApiPostgresTypes. lobMethods in org.jdbi.v3.postgres that return PgLobApi Modifier and Type Method Description PgLobApiPostgresTypes. getLobApi()Provide access to Large Object streaming via Postgres specific API.Methods in org.jdbi.v3.postgres with parameters of type PgLobApi Modifier and Type Method Description (package private) PostgresTypesPostgresTypes. setLobApi(PgLobApi newLob)
-