Uses of Package
org.postgresql.jdbc
-
Classes in org.postgresql.jdbc used by org.postgresql Class Description AutoSave PreferQueryMode Specifies which mode is used to execute queries to database: simple means ('Q' execute, no parse, no bind, text mode only), extended means always use bind/execute messages, extendedForPrepared means extended for prepared statements only.ResourceLock Extends a ReentrantLock for use in try-with-resources block. -
Classes in org.postgresql.jdbc used by org.postgresql.core Class Description AutoSave BatchResultHandler Internal class, it is not a part of public API.EscapeSyntaxCallMode Specifies whether a SELECT/CALL statement is used for the underlying SQL for JDBC escape call syntax: 'select' means to always use SELECT, 'callIfNoReturn' means to use CALL if there is no return parameter (otherwise use SELECT), and 'call' means to always use CALL.FieldMetadata This is an internal class to hold field metadata info like table name, column name, etc.FieldMetadata.Key PreferQueryMode Specifies which mode is used to execute queries to database: simple means ('Q' execute, no parse, no bind, text mode only), extended means always use bind/execute messages, extendedForPrepared means extended for prepared statements only.ResourceLock Extends a ReentrantLock for use in try-with-resources block.TimestampUtils Misc utils for handling time and date values. -
Classes in org.postgresql.jdbc used by org.postgresql.core.v3 Class Description BatchResultHandler Internal class, it is not a part of public API.GSSEncMode SslMode -
Classes in org.postgresql.jdbc used by org.postgresql.ds Class Description ResourceLock Extends a ReentrantLock for use in try-with-resources block. -
Classes in org.postgresql.jdbc used by org.postgresql.ds.common Class Description AutoSave PreferQueryMode Specifies which mode is used to execute queries to database: simple means ('Q' execute, no parse, no bind, text mode only), extended means always use bind/execute messages, extendedForPrepared means extended for prepared statements only. -
Classes in org.postgresql.jdbc used by org.postgresql.hostchooser Class Description ResourceLock Extends a ReentrantLock for use in try-with-resources block. -
Classes in org.postgresql.jdbc used by org.postgresql.jdbc Class Description AbstractBlobClob This class holds all of the methods common to both Blobs and Clobs.ArrayDecoding.AbstractObjectArrayDecoder ArrayDecoding.AbstractObjectStringArrayDecoder ArrayDecoding.ArrayDecoder ArrayDecoding.PgArrayList Array list implementation specific for storing PG array elements.ArrayEncoding.AbstractArrayEncoder Base class to implementArrayEncoding.ArrayEncoder
and provide multi-dimensional support.ArrayEncoding.ArrayEncoder AutoSave BatchResultHandler Internal class, it is not a part of public API.EscapeSyntaxCallMode Specifies whether a SELECT/CALL statement is used for the underlying SQL for JDBC escape call syntax: 'select' means to always use SELECT, 'callIfNoReturn' means to use CALL if there is no return parameter (otherwise use SELECT), and 'call' means to always use CALL.FieldMetadata This is an internal class to hold field metadata info like table name, column name, etc.FieldMetadata.Key GSSEncMode PgConnection PgConnection.ReadOnlyBehavior PgConnectionCleaningAction This class segregates the minimal resources required for proper cleanup in case the connection has not been closed by the user code.PgPreparedStatement PgResultSet PgResultSet.PrimaryKey PgStatement PreferQueryMode Specifies which mode is used to execute queries to database: simple means ('Q' execute, no parse, no bind, text mode only), extended means always use bind/execute messages, extendedForPrepared means extended for prepared statements only.PSQLWarningWrapper Wrapper class for SQLWarnings that provides an optimisation to add new warnings to the tail of the SQLWarning singly linked list, avoiding Θ(n) insertion time of calling #setNextWarning on the head.ResourceLock Extends a ReentrantLock for use in try-with-resources block.ResultWrapper Helper class that storing result info.SslMode SslNegotiation StatementCancelState RepresentsPgStatement.cancel()
state.TimestampUtils Misc utils for handling time and date values.TimestampUtils.Infinity TimestampUtils.ParsedBinaryTimestamp TimestampUtils.ParsedTimestamp -
Classes in org.postgresql.jdbc used by org.postgresql.largeobject Class Description ResourceLock Extends a ReentrantLock for use in try-with-resources block. -
Classes in org.postgresql.jdbc used by org.postgresql.ssl Class Description ResourceLock Extends a ReentrantLock for use in try-with-resources block. -
Classes in org.postgresql.jdbc used by org.postgresql.ssl.jdbc4 Class Description SslMode -
Classes in org.postgresql.jdbc used by org.postgresql.util Class Description ResourceLock Extends a ReentrantLock for use in try-with-resources block.