Index
All Classes and Interfaces|All Packages|Serialized Form
B
- build(Type, ConfigRegistry) - Method in class org.jdbi.v3.postgres.DurationColumnMapperFactory
- build(Type, ConfigRegistry) - Method in class org.jdbi.v3.postgres.PeriodColumnMapperFactory
- build(Duration, ConfigRegistry) - Method in class org.jdbi.v3.postgres.DurationArgumentFactory
- build(Period, ConfigRegistry) - Method in class org.jdbi.v3.postgres.PeriodArgumentFactory
C
- createCopy() - Method in class org.jdbi.v3.postgres.PostgresTypes
- createLob() - Method in interface org.jdbi.v3.postgres.PgLobApi
- customizeHandle(Handle) - Method in class org.jdbi.v3.postgres.PostgresPlugin
- customizeJdbi(Jdbi) - Method in class org.jdbi.v3.postgres.PostgresPlugin
D
- deleteLob(long) - Method in interface org.jdbi.v3.postgres.PgLobApi
- DurationArgumentFactory - Class in org.jdbi.v3.postgres
-
Postgres version of argument factory for
Duration. - DurationArgumentFactory() - Constructor for class org.jdbi.v3.postgres.DurationArgumentFactory
- DurationColumnMapperFactory - Class in org.jdbi.v3.postgres
-
A column mapper which maps Postgres's
PGIntervaltype to Java'sDuration. - DurationColumnMapperFactory() - Constructor for class org.jdbi.v3.postgres.DurationColumnMapperFactory
G
- getLobApi() - Method in class org.jdbi.v3.postgres.PostgresTypes
-
Provide access to Large Object streaming via Postgres specific API.
H
- HStore - Annotation Type in org.jdbi.v3.postgres
-
Type qualifying annotation for
HSTOREdata type. - HStoreArgumentFactory - Class in org.jdbi.v3.postgres
-
An argument factory which binds Java's
Mapto Postgres' hstore type. - HStoreArgumentFactory() - Constructor for class org.jdbi.v3.postgres.HStoreArgumentFactory
- HStoreColumnMapper - Class in org.jdbi.v3.postgres
-
A column mapper which maps Postgres' hstore type to Java's
Map. - HStoreColumnMapper() - Constructor for class org.jdbi.v3.postgres.HStoreColumnMapper
I
- InetArgumentFactory - Class in org.jdbi.v3.postgres
-
Postgres version of argument factory for
InetAddress. - InetArgumentFactory() - Constructor for class org.jdbi.v3.postgres.InetArgumentFactory
J
- JavaTimeArgumentFactory - Class in org.jdbi.v3.postgres
- JavaTimeArgumentFactory() - Constructor for class org.jdbi.v3.postgres.JavaTimeArgumentFactory
- JavaTimeMapperFactory - Class in org.jdbi.v3.postgres
-
Provide mappers corresponding to java time types.
- JavaTimeMapperFactory() - Constructor for class org.jdbi.v3.postgres.JavaTimeMapperFactory
L
- LargeObjectException - Exception Class in org.jdbi.v3.postgres
- LargeObjectException(Throwable) - Constructor for exception class org.jdbi.v3.postgres.LargeObjectException
M
- MacAddr - Annotation Type in org.jdbi.v3.postgres
-
Type qualifying annotation for
MACADDRdata type. - map(ResultSet, int, StatementContext) - Method in class org.jdbi.v3.postgres.HStoreColumnMapper
N
- noUnqualifiedHstoreBindings() - Static method in class org.jdbi.v3.postgres.PostgresPlugin
-
Do not install the legacy (unqualified) bindings for
HStoreArgumentFactoryandHStoreColumnMapper.
O
- org.jdbi.v3.postgres - package org.jdbi.v3.postgres
-
The
postgresplugin provides improved support forjava.time,hstore,uuid, andenumtypes when configured with a recent Postgres database server.
P
- PeriodArgumentFactory - Class in org.jdbi.v3.postgres
-
Postgres version of argument factory for
Period. - PeriodArgumentFactory() - Constructor for class org.jdbi.v3.postgres.PeriodArgumentFactory
- PeriodColumnMapperFactory - Class in org.jdbi.v3.postgres
-
A column mapper which maps Postgres's
PGIntervaltype to Java'sPeriod. - PeriodColumnMapperFactory() - Constructor for class org.jdbi.v3.postgres.PeriodColumnMapperFactory
- PgLobApi - Interface in org.jdbi.v3.postgres
- PostgresPlugin - Class in org.jdbi.v3.postgres
-
Postgres plugin.
- PostgresPlugin() - Constructor for class org.jdbi.v3.postgres.PostgresPlugin
- PostgresTypes - Class in org.jdbi.v3.postgres
-
Handler for PostgreSQL custom types.
- PostgresTypes() - Constructor for class org.jdbi.v3.postgres.PostgresTypes
- prePreparedTypes() - Method in class org.jdbi.v3.postgres.InetArgumentFactory
-
Deprecated.no longer used
R
- readLob(long) - Method in interface org.jdbi.v3.postgres.PgLobApi
- registerCustomType(Class<? extends PGobject>, String) - Method in class org.jdbi.v3.postgres.PostgresTypes
-
Register a Postgres custom type.
S
- setRegistry(ConfigRegistry) - Method in class org.jdbi.v3.postgres.PostgresTypes
T
- TypedEnumArgumentFactory - Class in org.jdbi.v3.postgres
-
Default
jdbibehavior is to bindEnumsubclasses as a string, which Postgres won't implicitly convert to an enum type. - TypedEnumArgumentFactory() - Constructor for class org.jdbi.v3.postgres.TypedEnumArgumentFactory
U
- UUIDArgumentFactory - Class in org.jdbi.v3.postgres
-
Bind UUID arguments as an Object.
- UUIDArgumentFactory() - Constructor for class org.jdbi.v3.postgres.UUIDArgumentFactory
W
- writeLob(long, InputStream) - Method in interface org.jdbi.v3.postgres.PgLobApi
All Classes and Interfaces|All Packages|Serialized Form