Index

A B C D E F G H I J K L M N O P Q R S T U V W X Y Z _ 
All Classes and Interfaces|All Packages|Constant Field Values|Serialized Form

A

a - Variable in class org.postgresql.geometric.PGline
Coefficient of x.
abandoned - Variable in class org.postgresql.Driver.ConnectThread
 
abort() - Method in interface org.postgresql.core.QueryExecutor
Abort at network level without sending the Terminate message to the backend.
abort() - Method in class org.postgresql.core.QueryExecutorBase
 
abort() - Method in class org.postgresql.core.QueryExecutorCloseAction
 
abort() - Method in class org.postgresql.jdbc.PgConnection
 
abort(Executor) - Method in class org.postgresql.jdbc.PgConnection
 
AbortCommand() - Constructor for class org.postgresql.jdbc.PgConnection.AbortCommand
 
ABS - Static variable in class org.postgresql.jdbc.EscapedFunctions
Deprecated.
 
absolute(int) - Method in class org.postgresql.jdbc.PgResultSet
 
absolutePosition - Variable in class org.postgresql.largeobject.BlobInputStream
The absolute position.
AbstractArrayEncoder(int, int) - Constructor for class org.postgresql.jdbc.ArrayEncoding.AbstractArrayEncoder
 
AbstractBlobClob - Class in org.postgresql.jdbc
This class holds all of the methods common to both Blobs and Clobs.
AbstractBlobClob(BaseConnection, long) - Constructor for class org.postgresql.jdbc.AbstractBlobClob
 
AbstractBlobClob.LOIterator - Class in org.postgresql.jdbc
Iterates over a large object returning byte values.
AbstractCreateSlotBuilder<T> - Class in org.postgresql.replication.fluent
 
AbstractCreateSlotBuilder(BaseConnection) - Constructor for class org.postgresql.replication.fluent.AbstractCreateSlotBuilder
 
AbstractObjectArrayDecoder(Class<?>) - Constructor for class org.postgresql.jdbc.ArrayDecoding.AbstractObjectArrayDecoder
 
AbstractObjectStringArrayDecoder(Class<?>) - Constructor for class org.postgresql.jdbc.ArrayDecoding.AbstractObjectStringArrayDecoder
 
AbstractStreamBuilder<T> - Class in org.postgresql.replication.fluent
 
AbstractStreamBuilder() - Constructor for class org.postgresql.replication.fluent.AbstractStreamBuilder
 
acceptsURL(String) - Method in class org.postgresql.Driver
Returns true if the driver thinks it can open a connection to the given URL.
ACCESS_CONTROLLER_GET_CONTEXT - Static variable in class org.postgresql.gss.MakeGSS
 
ACOS - Static variable in class org.postgresql.jdbc.EscapedFunctions
Deprecated.
 
action - Variable in class org.postgresql.util.LazyCleaner.Node
 
active - Variable in class org.postgresql.jdbc.PgSQLXML
 
ACTIVE - Enum constant in enum class org.postgresql.xa.PGXAConnection.State
PGXAConnection.start(Xid, int) has been called, and we're associated with an XA transaction.
ACTIVE_SQL_TRANSACTION - Enum constant in enum class org.postgresql.util.PSQLState
 
ADAPTIVE_FETCH - Enum constant in enum class org.postgresql.PGProperty
Specifies if number of rows, used during fetching rows of a result set, should be computed dynamically.
ADAPTIVE_FETCH_MAXIMUM - Enum constant in enum class org.postgresql.PGProperty
Specifies the highest number of rows which can be calculated by adaptiveFetch.
ADAPTIVE_FETCH_MINIMUM - Enum constant in enum class org.postgresql.PGProperty
Specifies the lowest number of rows which can be calculated by adaptiveFetch.
adaptiveFetch - Variable in class org.postgresql.core.v3.adaptivefetch.AdaptiveFetchCache
 
adaptiveFetch - Variable in class org.postgresql.jdbc.PgResultSet
 
adaptiveFetch - Variable in class org.postgresql.jdbc.PgStatement
 
adaptiveFetchCache - Variable in class org.postgresql.core.v3.QueryExecutorImpl
 
AdaptiveFetchCache - Class in org.postgresql.core.v3.adaptivefetch
The main purpose of this class is to handle adaptive fetching process.
AdaptiveFetchCache(long, Properties) - Constructor for class org.postgresql.core.v3.adaptivefetch.AdaptiveFetchCache
 
AdaptiveFetchCacheEntry - Class in org.postgresql.core.v3.adaptivefetch
 
AdaptiveFetchCacheEntry() - Constructor for class org.postgresql.core.v3.adaptivefetch.AdaptiveFetchCacheEntry
 
adaptiveFetchInfoMap - Variable in class org.postgresql.core.v3.adaptivefetch.AdaptiveFetchCache
 
add(int) - Method in class org.postgresql.util.internal.IntSet
Adds a single value to the set.
add(int) - Method in class org.postgresql.util.IntList
 
add(Calendar) - Method in class org.postgresql.util.PGInterval
Rolls this interval on a given calendar.
add(Date) - Method in class org.postgresql.util.PGInterval
Rolls this interval on a given date.
add(LazyCleaner.Node<T>) - Method in class org.postgresql.util.LazyCleaner
 
add(PGInterval) - Method in class org.postgresql.util.PGInterval
Add this interval's value to the passed interval.
addACLPrivileges(String, Map<String, Map<String, List<String[]>>>) - Static method in class org.postgresql.jdbc.PgDatabaseMetaData
Add the user described by the given acl to the Lists of users with the privileges described by the acl.
addAll(Collection<? extends Integer>) - Method in class org.postgresql.util.internal.IntSet
Adds all the values to the set.
addBatch() - Method in class org.postgresql.jdbc.PgPreparedStatement
 
addBatch(String) - Method in class org.postgresql.jdbc.PgPreparedStatement
 
addBatch(String) - Method in class org.postgresql.jdbc.PgStatement
 
addBinaryReceiveOid(int) - Method in interface org.postgresql.core.QueryExecutor
Adds a single oid that should be received using binary encoding.
addBinaryReceiveOid(int) - Method in class org.postgresql.core.v3.QueryExecutorImpl
 
addBinarySendOid(int) - Method in interface org.postgresql.core.QueryExecutor
Adds a single oid that should be sent using binary encoding.
addBinarySendOid(int) - Method in class org.postgresql.core.v3.QueryExecutorImpl
 
addConnectionEventListener(ConnectionEventListener) - Method in class org.postgresql.ds.PGPooledConnection
Adds a listener for close or fatal error events on the connection handed out to a client.
addCoreType(String, Integer, Integer, String, Integer) - Method in interface org.postgresql.core.TypeInfo
 
addCoreType(String, Integer, Integer, String, Integer) - Method in class org.postgresql.jdbc.TypeInfoCache
 
addDataSource(String) - Method in class org.postgresql.ds.PGPoolingDataSource
Deprecated.
 
addDataType(String, Class<? extends PGobject>) - Method in interface org.postgresql.core.TypeInfo
 
addDataType(String, Class<? extends PGobject>) - Method in class org.postgresql.jdbc.PgConnection
 
addDataType(String, Class<? extends PGobject>) - Method in class org.postgresql.jdbc.TypeInfoCache
 
addDataType(String, Class<? extends PGobject>) - Method in interface org.postgresql.PGConnection
This allows client code to add a handler for one of org.postgresql's more unique data types.
addDataType(String, String) - Method in class org.postgresql.jdbc.PgConnection
 
addDataType(String, String) - Method in interface org.postgresql.PGConnection
Deprecated.
As of 8.0, replaced by PGConnection.addDataType(String, Class). This deprecated method does not work correctly for registering classes that cannot be directly loaded by the JDBC driver's classloader.
addFunction(String, int) - Method in class org.postgresql.fastpath.Fastpath
Deprecated.
This adds a function to our lookup table.
addFunctions(ResultSet) - Method in class org.postgresql.fastpath.Fastpath
Deprecated.
This takes a ResultSet containing two columns.
addNewQuery(boolean, Query) - Method in class org.postgresql.core.v3.adaptivefetch.AdaptiveFetchCache
Add query to being cached and computing adaptive fetch size.
addNotification(PGNotification) - Method in class org.postgresql.core.QueryExecutorBase
 
addQueryToAdaptiveFetchCache(boolean, ResultCursor) - Method in interface org.postgresql.core.QueryExecutor
Add query to adaptive fetch cache inside QueryExecutor.
addQueryToAdaptiveFetchCache(boolean, ResultCursor) - Method in class org.postgresql.core.v3.QueryExecutorImpl
 
addReturning(StringBuilder, SqlCommandType, String[], boolean, boolean) - Static method in class org.postgresql.core.Parser
 
addRows(List<Tuple>) - Method in class org.postgresql.jdbc.PgResultSet
Used to add rows to an already existing ResultSet that exactly match the existing rows.
addStatementEventListener(StatementEventListener) - Method in class org.postgresql.ds.PGPooledConnection
 
addSubLO(LargeObject) - Method in class org.postgresql.jdbc.AbstractBlobClob
 
addTimerTask(TimerTask, long) - Method in interface org.postgresql.core.BaseConnection
Schedule a TimerTask for later execution.
addTimerTask(TimerTask, long) - Method in class org.postgresql.jdbc.PgConnection
 
addWarning(SQLWarning) - Method in class org.postgresql.core.QueryExecutorBase
 
addWarning(SQLWarning) - Method in class org.postgresql.jdbc.PgConnection
This adds a warning to the warning chain.
addWarning(SQLWarning) - Method in class org.postgresql.jdbc.PgResultSet
 
addWarning(SQLWarning) - Method in class org.postgresql.jdbc.PgStatement
Either initializes new warning wrapper, or adds warning onto the chain.
addWarning(SQLWarning) - Method in class org.postgresql.jdbc.PSQLWarningWrapper
 
adjustFetchSize(int) - Method in class org.postgresql.core.v3.adaptivefetch.AdaptiveFetchCache
Set maximum and minimum constraints on given value.
adjustMaximumFetchSize(int) - Method in class org.postgresql.core.v3.adaptivefetch.AdaptiveFetchCache
Set maximum constraint on given value.
adjustMinimumFetchSize(int) - Method in class org.postgresql.core.v3.adaptivefetch.AdaptiveFetchCache
Set minimum constraint on given value.
adjustResultSize(long) - Static method in class org.postgresql.util.PGPropertyMaxResultBufferParser
Method to adjust result memory limit size.
advance() - Method in class org.postgresql.util.ReaderInputStream
 
advertisedMechanisms(PGStream, ChannelBindingOption) - Static method in class org.postgresql.core.v3.ScramAuthenticator
 
afterLast() - Method in class org.postgresql.jdbc.PgResultSet
 
allGeneratedRows - Variable in class org.postgresql.jdbc.BatchResultHandler
 
ALLOW - Enum constant in enum class org.postgresql.jdbc.GSSEncMode
Start with non-encrypted connection, then try encrypted one.
ALLOW - Enum constant in enum class org.postgresql.jdbc.SslMode
Start with non-encrypted connection, then try encrypted one.
ALLOW_ENCODING_CHANGES - Enum constant in enum class org.postgresql.PGProperty
When using the V3 protocol the driver monitors changes in certain server configuration parameters that should not be touched by end users.
allowConnectingTo(HostStatus) - Method in enum class org.postgresql.hostchooser.HostRequirement
 
allowedValues - Variable in enum class org.postgresql.core.Parser.SqlParseState
 
allowEncodingChanges - Variable in class org.postgresql.core.v3.QueryExecutorImpl
 
allProceduresAreCallable() - Method in class org.postgresql.jdbc.PgDatabaseMetaData
 
allTablesAreSelectable() - Method in class org.postgresql.jdbc.PgDatabaseMetaData
 
ALTER - Enum constant in enum class org.postgresql.core.SqlCommandType
 
alterUserPassword(String, char[], String) - Method in interface org.postgresql.PGConnection
Change a user's password to the specified new password.
always - Enum constant in enum class org.postgresql.jdbc.PgConnection.ReadOnlyBehavior
 
ALWAYS - Enum constant in enum class org.postgresql.jdbc.AutoSave
 
any - Enum constant in enum class org.postgresql.hostchooser.HostRequirement
 
append(List<T>, List<T>) - Method in class org.postgresql.hostchooser.MultiHostChooser
 
append(ResultWrapper) - Method in class org.postgresql.jdbc.PgStatement.StatementResultHandler
 
append(ResultWrapper) - Method in class org.postgresql.jdbc.ResultWrapper
 
appendAll(ParameterList) - Method in interface org.postgresql.core.ParameterList
Use this operation to append more parameters to the current list.
appendAll(ParameterList) - Method in class org.postgresql.core.v3.CompositeParameterList
 
appendAll(ParameterList) - Method in class org.postgresql.core.v3.SimpleParameterList
 
appendArray(StringBuilder, char, A) - Method in interface org.postgresql.jdbc.ArrayEncoding.ArrayEncoder
Append String representation of array to sb.
appendArray(StringBuilder, char, A[]) - Method in class org.postgresql.jdbc.ArrayEncoding.TwoDimensionPrimitiveArrayEncoder
Append String representation of array to sb.
appendArray(StringBuilder, char, Object) - Method in class org.postgresql.jdbc.ArrayEncoding.RecursiveArrayEncoder
Append String representation of array to sb.
appendArray(StringBuilder, char, N[]) - Method in class org.postgresql.jdbc.ArrayEncoding.NumberArrayEncoder
Append String representation of array to sb.
appendBindName(StringBuilder, int) - Static method in class org.postgresql.core.NativeQuery
 
appendCall(StringBuilder, String, String, String, List<? extends CharSequence>) - Static method in class org.postgresql.jdbc.EscapedFunctions2
Appends begin arg0 separator arg1 separator end sequence to the input StringBuilder
appendDate(StringBuilder, int, int, int) - Static method in class org.postgresql.jdbc.TimestampUtils
 
appendDate(StringBuilder, LocalDate) - Static method in class org.postgresql.jdbc.TimestampUtils
 
appendDate(StringBuilder, Calendar) - Static method in class org.postgresql.jdbc.TimestampUtils
 
appendEra(StringBuilder, LocalDate) - Static method in class org.postgresql.jdbc.TimestampUtils
 
appendEra(StringBuilder, Calendar) - Static method in class org.postgresql.jdbc.TimestampUtils
 
appendEscaped(StringBuilder, Object) - Static method in class org.postgresql.util.HStoreConverter
 
appendHexString(StringBuilder, byte[], int, int) - Static method in class org.postgresql.util.PGbytea
Appends given byte array as hex string.
appendInterval(StringBuilder, String, String) - Static method in class org.postgresql.jdbc.EscapedFunctions2
 
appendSingleIntervalCast(StringBuilder, String, String, String, String) - Static method in class org.postgresql.jdbc.EscapedFunctions2
 
appendString(StringBuilder) - Method in class org.postgresql.core.AsciiStringInterner.BaseKey
 
appendString(StringBuilder) - Method in class org.postgresql.core.AsciiStringInterner.Key
appendString(StringBuilder) - Method in class org.postgresql.core.AsciiStringInterner.TempKey
 
appendTime(StringBuilder, int, int, int, int) - Static method in class org.postgresql.jdbc.TimestampUtils
Appends time part to the StringBuilder in PostgreSQL-compatible format.
appendTime(StringBuilder, LocalTime) - Static method in class org.postgresql.jdbc.TimestampUtils
 
appendTime(StringBuilder, Calendar, int) - Static method in class org.postgresql.jdbc.TimestampUtils
 
appendTimeZone(StringBuilder, int) - Method in class org.postgresql.jdbc.TimestampUtils
 
appendTimeZone(StringBuilder, ZoneOffset) - Method in class org.postgresql.jdbc.TimestampUtils
 
appendTimeZone(StringBuilder, Calendar) - Method in class org.postgresql.jdbc.TimestampUtils
 
appendUntilQuote(StringBuilder, String, int) - Static method in class org.postgresql.util.HStoreConverter
 
APPLICATION_NAME - Enum constant in enum class org.postgresql.PGProperty
The application name (require server version >= 9.0).
applicationName - Variable in class org.postgresql.core.v3.QueryExecutorImpl
application_name connection property.
apply(T) - Method in interface org.postgresql.core.v3.AuthenticationPluginManager.PasswordAction
 
areSameTsi(String, String) - Static method in class org.postgresql.jdbc.EscapedFunctions2
Compares two TSI intervals.
ARRAY_ASSISTANT_MAP - Static variable in class org.postgresql.jdbc2.ArrayAssistantRegistry
 
ARRAY_CLASS_TO_ENCODER - Static variable in class org.postgresql.jdbc.ArrayEncoding
 
arrayAssistant - Variable in class org.postgresql.jdbc.ArrayDecoding.ArrayAssistantObjectArrayDecoder
 
ArrayAssistant - Interface in org.postgresql.jdbc2
Implement this interface and register the its instance to ArrayAssistantRegistry, to let Postgres driver to support more array type.
ArrayAssistantObjectArrayDecoder(ArrayAssistant) - Constructor for class org.postgresql.jdbc.ArrayDecoding.ArrayAssistantObjectArrayDecoder
 
ArrayAssistantRegistry - Class in org.postgresql.jdbc2
Array assistants register here.
ArrayAssistantRegistry() - Constructor for class org.postgresql.jdbc2.ArrayAssistantRegistry
 
arrayContains(byte[], int, int, byte[], int, int) - Static method in class org.postgresql.core.EncodingPredictor
 
ArrayDecoding - Class in org.postgresql.jdbc
Utility for decoding arrays.
ArrayDecoding() - Constructor for class org.postgresql.jdbc.ArrayDecoding
 
ArrayDecoding.AbstractObjectArrayDecoder<A> - Class in org.postgresql.jdbc
 
ArrayDecoding.AbstractObjectStringArrayDecoder<A> - Class in org.postgresql.jdbc
 
ArrayDecoding.ArrayAssistantObjectArrayDecoder - Class in org.postgresql.jdbc
 
ArrayDecoding.ArrayDecoder<A> - Interface in org.postgresql.jdbc
 
ArrayDecoding.MappedTypeObjectArrayDecoder - Class in org.postgresql.jdbc
 
ArrayDecoding.PgArrayList - Class in org.postgresql.jdbc
Array list implementation specific for storing PG array elements.
ArrayEncoding - Class in org.postgresql.jdbc
Utility for using arrays in requests.
ArrayEncoding() - Constructor for class org.postgresql.jdbc.ArrayEncoding
 
ArrayEncoding.AbstractArrayEncoder<A> - Class in org.postgresql.jdbc
Base class to implement ArrayEncoding.ArrayEncoder and provide multi-dimensional support.
ArrayEncoding.ArrayEncoder<A> - Interface in org.postgresql.jdbc
 
ArrayEncoding.FixedSizePrimitiveArrayEncoder<A> - Class in org.postgresql.jdbc
Base support for primitive arrays.
ArrayEncoding.NumberArrayEncoder<N> - Class in org.postgresql.jdbc
Base class to provide support for Number based arrays.
ArrayEncoding.RecursiveArrayEncoder - Class in org.postgresql.jdbc
Wraps an ArrayEncoding.AbstractArrayEncoder implementation and provides support for 2 or more dimensions using recursion.
ArrayEncoding.TwoDimensionPrimitiveArrayEncoder<A> - Class in org.postgresql.jdbc
Wraps an ArrayEncoding.AbstractArrayEncoder implementation and provides optimized support for 2 dimensions.
arrayEquals(byte[], int, int, byte[], int, int) - Static method in class org.postgresql.core.AsciiStringInterner
Performs equality check between a and b (with corresponding offset/length values).
arrayList - Variable in class org.postgresql.jdbc.PgArray
Value of field as ArrayDecoding.PgArrayList.
arrayOid - Variable in class org.postgresql.jdbc.ArrayEncoding.AbstractArrayEncoder
 
arrayOidToDelimiter - Variable in class org.postgresql.jdbc.TypeInfoCache
 
arrayString(StringBuilder, Object, char, int) - Method in class org.postgresql.jdbc.ArrayEncoding.RecursiveArrayEncoder
 
ASCII - Static variable in class org.postgresql.jdbc.EscapedFunctions
Deprecated.
 
AsciiStringInterner - Class in org.postgresql.core
Provides the canonicalization/interning of String instances which contain only ascii characters, keyed by the byte[] representation (in ascii).
AsciiStringInterner() - Constructor for class org.postgresql.core.AsciiStringInterner
 
AsciiStringInterner.BaseKey - Class in org.postgresql.core
 
AsciiStringInterner.Key - Class in org.postgresql.core
Instance used for inserting values into the cache.
AsciiStringInterner.StringReference - Class in org.postgresql.core
Custom SoftReference implementation which maintains a reference to the key in the cache, which allows aggressive cleaning when garbage collector collects the String instance.
AsciiStringInterner.TempKey - Class in org.postgresql.core
Only used for lookups, never to actually store entries.
ASIN - Static variable in class org.postgresql.jdbc.EscapedFunctions
Deprecated.
 
asLong() - Method in class org.postgresql.replication.LogSequenceNumber
 
assertPosition(long) - Method in class org.postgresql.jdbc.AbstractBlobClob
Throws an exception if the pos value exceeds the max value by which the large object API can index.
assertPosition(long, long) - Method in class org.postgresql.jdbc.AbstractBlobClob
Throws an exception if the pos value exceeds the max value by which the large object API can index.
asSimple - Variable in class org.postgresql.core.v3.ExecuteRequest
 
asString() - Method in class org.postgresql.replication.LogSequenceNumber
 
asString(Clob) - Static method in class org.postgresql.jdbc.PgPreparedStatement
 
ASSUME_MIN_SERVER_VERSION - Enum constant in enum class org.postgresql.PGProperty
Assume the server is at least that version.
at - Variable in class org.postgresql.copy.PGCopyInputStream
 
at - Variable in class org.postgresql.copy.PGCopyOutputStream
 
ATAN - Static variable in class org.postgresql.jdbc.EscapedFunctions
Deprecated.
 
ATAN2 - Static variable in class org.postgresql.jdbc.EscapedFunctions
Deprecated.
 
AUTH_REQ_CRYPT - Static variable in class org.postgresql.core.v3.ConnectionFactoryImpl
 
AUTH_REQ_GSS - Static variable in class org.postgresql.core.v3.ConnectionFactoryImpl
 
AUTH_REQ_GSS_CONTINUE - Static variable in class org.postgresql.core.v3.ConnectionFactoryImpl
 
AUTH_REQ_KRB4 - Static variable in class org.postgresql.core.v3.ConnectionFactoryImpl
 
AUTH_REQ_KRB5 - Static variable in class org.postgresql.core.v3.ConnectionFactoryImpl
 
AUTH_REQ_MD5 - Static variable in class org.postgresql.core.v3.ConnectionFactoryImpl
 
AUTH_REQ_OK - Static variable in class org.postgresql.core.v3.ConnectionFactoryImpl
 
AUTH_REQ_PASSWORD - Static variable in class org.postgresql.core.v3.ConnectionFactoryImpl
 
AUTH_REQ_SASL - Static variable in class org.postgresql.core.v3.ConnectionFactoryImpl
 
AUTH_REQ_SASL_CONTINUE - Static variable in class org.postgresql.core.v3.ConnectionFactoryImpl
 
AUTH_REQ_SASL_FINAL - Static variable in class org.postgresql.core.v3.ConnectionFactoryImpl
 
AUTH_REQ_SCM - Static variable in class org.postgresql.core.v3.ConnectionFactoryImpl
 
AUTH_REQ_SSPI - Static variable in class org.postgresql.core.v3.ConnectionFactoryImpl
 
authenticate(boolean, PGStream, String, String, char[], String, String, boolean, boolean, boolean) - Static method in class org.postgresql.gss.MakeGSS
 
AUTHENTICATION_PLUGIN_CLASS_NAME - Enum constant in enum class org.postgresql.PGProperty
AuthenticationPluginClass
AuthenticationPlugin - Interface in org.postgresql.plugin
 
AuthenticationPluginManager - Class in org.postgresql.core.v3
 
AuthenticationPluginManager() - Constructor for class org.postgresql.core.v3.AuthenticationPluginManager
 
AuthenticationPluginManager.PasswordAction<T,R> - Interface in org.postgresql.core.v3
 
AuthenticationRequestType - Enum Class in org.postgresql.plugin
 
AuthenticationRequestType() - Constructor for enum class org.postgresql.plugin.AuthenticationRequestType
 
autoCommit - Variable in class org.postgresql.ds.PGPooledConnection
 
autoCommit - Variable in class org.postgresql.jdbc.PgConnection
 
autoCommitFailureClosesAllResultSets() - Method in class org.postgresql.jdbc.PgDatabaseMetaData
 
autoIncrement - Variable in class org.postgresql.jdbc.FieldMetadata
 
automatic - Variable in class org.postgresql.ds.PGPooledConnection.ConnectionHandler
 
autoSave - Variable in class org.postgresql.core.QueryExecutorBase
 
AutoSave - Enum Class in org.postgresql.jdbc
 
AutoSave() - Constructor for enum class org.postgresql.jdbc.AutoSave
 
AUTOSAVE - Enum constant in enum class org.postgresql.PGProperty
Specifies what the driver should do if a query fails.
autoSaveQuery - Variable in class org.postgresql.core.v3.QueryExecutorImpl
 
available - Variable in class org.postgresql.ds.PGPoolingDataSource
Deprecated.
 
available() - Method in class org.postgresql.copy.PGCopyInputStream
 
available() - Method in class org.postgresql.core.VisibleBufferedInputStream

B

b - Variable in class org.postgresql.geometric.PGline
Coefficient of y.
BAD_DATETIME_FORMAT - Enum constant in enum class org.postgresql.util.PSQLState
 
baseClazz - Variable in class org.postgresql.jdbc.ArrayDecoding.AbstractObjectStringArrayDecoder
 
baseConnection - Variable in class org.postgresql.replication.fluent.ReplicationCreateSlotBuilder
 
baseConnection - Variable in class org.postgresql.replication.fluent.ReplicationStreamBuilder
 
BaseConnection - Interface in org.postgresql.core
Driver-internal connection interface.
BaseDataSource - Class in org.postgresql.ds.common
Base class for data sources and related classes.
BaseDataSource() - Constructor for class org.postgresql.ds.common.BaseDataSource
 
BaseKey(int) - Constructor for class org.postgresql.core.AsciiStringInterner.BaseKey
 
BaseQueryKey - Class in org.postgresql.core
This class is used as a cache key for simple statements that have no "returning columns".
BaseQueryKey(String, boolean, boolean) - Constructor for class org.postgresql.core.BaseQueryKey
 
BaseStatement - Interface in org.postgresql.core
Driver-internal statement interface.
baseType() - Method in class org.postgresql.jdbc.UUIDArrayAssistant
 
baseType() - Method in interface org.postgresql.jdbc2.ArrayAssistant
get array base type.
BatchedQuery - Class in org.postgresql.core.v3
Purpose of this object is to support batched query re write behaviour.
BatchedQuery(NativeQuery, TypeTransferModeRegistry, int, int, boolean) - Constructor for class org.postgresql.core.v3.BatchedQuery
 
BatchedQuery(BatchedQuery, int) - Constructor for class org.postgresql.core.v3.BatchedQuery
 
batchParameters - Variable in class org.postgresql.jdbc.PgStatement
 
BatchResultHandler - Class in org.postgresql.jdbc
Internal class, it is not a part of public API.
BatchResultHandler(PgStatement, Query[], ParameterList[], boolean) - Constructor for class org.postgresql.jdbc.BatchResultHandler
 
batchSize - Variable in class org.postgresql.core.v3.BatchedQuery
 
batchStatements - Variable in class org.postgresql.jdbc.PgStatement
 
bbuf - Variable in class org.postgresql.util.ReaderInputStream
 
beforeFirst() - Method in class org.postgresql.jdbc.PgResultSet
 
beginReadOnlyTransactionQuery - Variable in class org.postgresql.core.v3.QueryExecutorImpl
 
beginTransactionQuery - Variable in class org.postgresql.core.v3.QueryExecutorImpl
 
BI_MAX_LONG - Static variable in class org.postgresql.util.ByteConverter
 
BI_TEN_POWERS - Static variable in class org.postgresql.util.ByteConverter
 
BI_TEN_THOUSAND - Static variable in class org.postgresql.util.ByteConverter
 
BIG_DECIMAL_STRING_DECODER - Static variable in class org.postgresql.jdbc.ArrayDecoding
 
BINARY - Static variable in class org.postgresql.core.v3.SimpleParameterList
 
BINARY_FORMAT - Static variable in class org.postgresql.core.Field
 
BINARY_TRANSFER - Enum constant in enum class org.postgresql.PGProperty
Use binary format for sending and receiving data if possible.
BINARY_TRANSFER_DISABLE - Enum constant in enum class org.postgresql.PGProperty
Comma separated list of types to disable binary transfer.
BINARY_TRANSFER_ENABLE - Enum constant in enum class org.postgresql.PGProperty
Comma separated list of types to enable binary transfer.
binaryDisabledOids - Variable in class org.postgresql.jdbc.PgConnection
Oids for which binary transfer should be disabled.
binaryTransferSend(int) - Method in interface org.postgresql.core.BaseConnection
Returns true if value for the given oid should be sent using binary transfer.
binaryTransferSend(int) - Method in class org.postgresql.jdbc.PgConnection
 
bind(int, Object, int, byte) - Method in class org.postgresql.core.v3.SimpleParameterList
 
BIND_NAMES - Static variable in class org.postgresql.core.NativeQuery
 
bindBytes(int, byte[], int) - Method in class org.postgresql.jdbc.PgPreparedStatement
 
bindLiteral(int, String, int) - Method in class org.postgresql.jdbc.PgPreparedStatement
Note if s is a String it should be escaped by the caller to avoid SQL injection attacks.
bindName(int) - Static method in class org.postgresql.core.NativeQuery
Returns $1, $2, etc names of bind variables used by backend.
bindPositions - Variable in class org.postgresql.core.NativeQuery
 
bindString(int, String, int) - Method in class org.postgresql.jdbc.PgPreparedStatement
This version is for values that should turn into strings e.g.
bindStringAsVarchar - Variable in class org.postgresql.jdbc.PgConnection
 
BIT - Static variable in class org.postgresql.core.Oid
 
BIT_ARRAY - Static variable in class org.postgresql.core.Oid
 
bitSet - Variable in class org.postgresql.util.internal.IntSet
Contains values in range of [0..MAX_OID_TO_STORE_IN_BITSET].
BLANK - Enum constant in enum class org.postgresql.core.SqlCommandType
Use BLANK for empty sql queries or when parsing the sql string is not necessary.
BLANK - Static variable in class org.postgresql.core.SqlCommand
 
BlobInputStream - Class in org.postgresql.largeobject
This is an implementation of an InputStream from a large object.
BlobInputStream(LargeObject) - Constructor for class org.postgresql.largeobject.BlobInputStream
 
BlobInputStream(LargeObject, int) - Constructor for class org.postgresql.largeobject.BlobInputStream
 
BlobInputStream(LargeObject, int, long) - Constructor for class org.postgresql.largeobject.BlobInputStream
 
BlobOutputStream - Class in org.postgresql.largeobject
This implements a basic output stream that writes to a LargeObject.
BlobOutputStream(LargeObject) - Constructor for class org.postgresql.largeobject.BlobOutputStream
Create an OutputStream to a large object.
BlobOutputStream(LargeObject, int) - Constructor for class org.postgresql.largeobject.BlobOutputStream
Create an OutputStream to a large object.
blocks - Variable in class org.postgresql.core.v3.BatchedQuery
 
bool(byte[], int) - Static method in class org.postgresql.util.ByteConverter
Parses a boolean value from the byte array.
bool(byte[], int, boolean) - Static method in class org.postgresql.util.ByteConverter
Encodes a boolean value to the byte array.
BOOL - Static variable in class org.postgresql.core.Oid
 
BOOL_ARRAY - Static variable in class org.postgresql.core.Oid
 
BOOLEAN_ARRAY - Static variable in class org.postgresql.jdbc.ArrayEncoding
 
BOOLEAN_OBJ_ARRAY - Static variable in class org.postgresql.jdbc.ArrayDecoding
 
BOOLEAN_OBJ_ARRAY - Static variable in class org.postgresql.jdbc.ArrayEncoding
 
BooleanTypeUtil - Class in org.postgresql.jdbc
Helper class to handle boolean type of PostgreSQL.
BooleanTypeUtil() - Constructor for class org.postgresql.jdbc.BooleanTypeUtil
 
borrow(Key) - Method in class org.postgresql.util.LruCache
Borrows an entry from the cache.
borrowCallableQuery(String) - Method in interface org.postgresql.core.QueryExecutor
 
borrowCallableQuery(String) - Method in class org.postgresql.core.QueryExecutorBase
 
borrowCallableQuery(String) - Method in class org.postgresql.jdbc.PgConnection
 
borrowQuery(String) - Method in interface org.postgresql.core.QueryExecutor
 
borrowQuery(String) - Method in class org.postgresql.core.QueryExecutorBase
 
borrowQuery(String) - Method in class org.postgresql.jdbc.PgConnection
 
borrowQueryByKey(Object) - Method in interface org.postgresql.core.QueryExecutor
 
borrowQueryByKey(Object) - Method in class org.postgresql.core.QueryExecutorBase
 
borrowReturningQuery(String, String[]) - Method in interface org.postgresql.core.QueryExecutor
 
borrowReturningQuery(String, String[]) - Method in class org.postgresql.core.QueryExecutorBase
 
borrowReturningQuery(String, String[]) - Method in class org.postgresql.jdbc.PgConnection
 
BOX - Static variable in class org.postgresql.core.Oid
 
BOX_ARRAY - Static variable in class org.postgresql.core.Oid
 
BPCHAR - Static variable in class org.postgresql.core.Oid
 
BPCHAR_ARRAY - Static variable in class org.postgresql.core.Oid
 
branchQualifier - Variable in class org.postgresql.xa.RecoveredXid
 
buf - Variable in class org.postgresql.copy.PGCopyInputStream
 
buf - Variable in class org.postgresql.largeobject.BlobOutputStream
Buffer.
buf - Variable in class org.postgresql.util.ByteBufferByteStreamWriter
 
buf - Variable in class org.postgresql.util.internal.PgBufferedOutputStream
Buffer for the data
buffer - Variable in class org.postgresql.core.VisibleBufferedInputStream
The buffer.
buffer - Variable in class org.postgresql.jdbc.AbstractBlobClob.LOIterator
 
buffer - Variable in class org.postgresql.largeobject.BlobInputStream
Buffer used to improve performance.
BUFFER_SIZE - Static variable in class org.postgresql.jdbc.AbstractBlobClob.LOIterator
 
bufferPosition - Variable in class org.postgresql.largeobject.BlobInputStream
Position within buffer.
bufferPosition - Variable in class org.postgresql.largeobject.BlobOutputStream
Position within the buffer.
buffers - Variable in class org.postgresql.util.ByteBuffersByteStreamWriter
 
buildArray(ArrayDecoding.PgArrayList, int, int) - Method in class org.postgresql.jdbc.PgArray
Convert ArrayList to array.
buildArrayList(String) - Method in class org.postgresql.jdbc.PgArray
Build ArrayList from field's string input.
buildArrayList(String, char) - Static method in class org.postgresql.jdbc.ArrayDecoding
Parses the string representation of an array into a ArrayDecoding.PgArrayList.
buildElement(byte[], int, int) - Method in class org.postgresql.jdbc.UUIDArrayAssistant
 
buildElement(byte[], int, int) - Method in interface org.postgresql.jdbc2.ArrayAssistant
build a array element from its binary bytes.
buildElement(String) - Method in class org.postgresql.jdbc.UUIDArrayAssistant
 
buildElement(String) - Method in interface org.postgresql.jdbc2.ArrayAssistant
build an array element from its literal string.
buildNativeSql(ParameterList) - Method in class org.postgresql.core.v3.BatchedQuery
 
bundle - Variable in class org.postgresql.util.GT
 
BYTE_ARRAY_ARRAY - Static variable in class org.postgresql.jdbc.ArrayDecoding
 
BYTEA - Static variable in class org.postgresql.core.Oid
 
BYTEA_ARRAY - Static variable in class org.postgresql.core.Oid
 
BYTEA_ARRAY - Static variable in class org.postgresql.jdbc.ArrayEncoding
 
byteArrayOutputStream - Variable in class org.postgresql.jdbc.PgSQLXML
 
ByteBufferByteStreamWriter - Class in org.postgresql.util
A ByteStreamWriter that writes a java.nio.ByteBuffer to a byte array parameter.
ByteBufferByteStreamWriter(ByteBuffer) - Constructor for class org.postgresql.util.ByteBufferByteStreamWriter
Construct the writer with the given ByteBuffer
ByteBuffersByteStreamWriter - Class in org.postgresql.util
A ByteStreamWriter that writes a java.nio.ByteBuffer to a byte array parameter.
ByteBuffersByteStreamWriter(ByteBuffer...) - Constructor for class org.postgresql.util.ByteBuffersByteStreamWriter
Construct the writer with the given ByteBuffer
ByteConverter - Class in org.postgresql.util
Helper methods to parse java base types from byte arrays.
ByteConverter() - Constructor for class org.postgresql.util.ByteConverter
 
ByteConverter.PositiveShorts - Class in org.postgresql.util
Simple stack structure for non-negative short values.
BYTEMAX - Static variable in class org.postgresql.jdbc.PgResultSet
 
BYTEMIN - Static variable in class org.postgresql.jdbc.PgResultSet
 
bytes - Variable in class org.postgresql.core.AsciiStringInterner.TempKey
 
bytes - Variable in class org.postgresql.fastpath.FastpathArg
Deprecated.
Encoded byte value of argument.
bytesLength - Variable in class org.postgresql.fastpath.FastpathArg
Deprecated.
 
bytesRemaining - Variable in exception class org.postgresql.util.internal.SourceStreamIOException
The number of bytes remaining to transfer to the destination stream.
bytesStart - Variable in class org.postgresql.fastpath.FastpathArg
Deprecated.
 
bytesToHex(byte[], byte[], int) - Static method in class org.postgresql.util.MD5Digest
 
bytesToInt(byte[]) - Static method in class org.postgresql.util.ByteConverter
Convert a variable length array of bytes to an integer
ByteStreamWriter - Interface in org.postgresql.util
A class that can be used to set a byte array parameter by writing to an OutputStream.
ByteStreamWriter.ByteStreamTarget - Interface in org.postgresql.util
Provides a target to write bytes to.
ByteStreamWriterFastpathArg(ByteStreamWriter) - Constructor for class org.postgresql.fastpath.FastpathArg.ByteStreamWriterFastpathArg
Deprecated.
 

C

c - Variable in class org.postgresql.geometric.PGline
Constant.
cache - Variable in class org.postgresql.core.AsciiStringInterner
Contains the canonicalized values, keyed by the ascii byte[].
cache - Variable in class org.postgresql.util.LruCache
 
cachedMaxResultRowSize - Variable in class org.postgresql.core.v3.SimpleQuery
 
CachedQuery - Class in org.postgresql.core
Stores information on the parsed JDBC query.
CachedQuery(Object, Query, boolean) - Constructor for class org.postgresql.core.CachedQuery
 
cachedQueryCreateAction - Variable in class org.postgresql.core.QueryExecutorBase
 
CachedQueryCreateAction - Class in org.postgresql.core
Creates an instance of CachedQuery for a given connection.
CachedQueryCreateAction(QueryExecutor) - Constructor for class org.postgresql.core.CachedQueryCreateAction
 
cacheSQLTypes() - Method in class org.postgresql.jdbc.TypeInfoCache
 
calCache - Variable in class org.postgresql.jdbc.TimestampUtils
 
calCacheZone - Variable in class org.postgresql.jdbc.TimestampUtils
 
calcRemainingDataLength(byte[], int[], int, int, int) - Method in class org.postgresql.jdbc.PgArray
 
calculateBindLength(int) - Static method in class org.postgresql.core.NativeQuery
Calculate the text length required for the given number of bind variables including dollars.
calculatePercentOfMemory(String, int) - Static method in class org.postgresql.util.PGPropertyMaxResultBufferParser
Method to calculate percent of given max heap memory.
calendar - Variable in class org.postgresql.util.PGTime
The optional calendar for this time.
calendar - Variable in class org.postgresql.util.PGTimestamp
The optional calendar for this timestamp.
calendarWithUserTz - Variable in class org.postgresql.jdbc.TimestampUtils
 
call() - Method in class org.postgresql.gss.GssAction
 
call() - Method in class org.postgresql.gss.GssEncAction
 
CALL - Enum constant in enum class org.postgresql.jdbc.EscapeSyntaxCallMode
 
CALL_IF_NO_RETURN - Enum constant in enum class org.postgresql.jdbc.EscapeSyntaxCallMode
 
CallableBatchResultHandler - Class in org.postgresql.jdbc
 
CallableBatchResultHandler(PgStatement, Query[], ParameterList[]) - Constructor for class org.postgresql.jdbc.CallableBatchResultHandler
 
CallableQueryKey - Class in org.postgresql.core
Serves as a cache key for CallableStatement.
CallableQueryKey(String) - Constructor for class org.postgresql.core.CallableQueryKey
 
callResult - Variable in class org.postgresql.jdbc.PgCallableStatement
 
cancel() - Method in class org.postgresql.jdbc.PgStatement
 
cancel() - Method in class org.postgresql.jdbc.StatementCancelTimerTask
 
CANCEL_SIGNAL_TIMEOUT - Enum constant in enum class org.postgresql.PGProperty
Cancel command is sent out of band over its own connection, so cancel message can itself get stuck.
CANCEL_TIMER_UPDATER - Static variable in class org.postgresql.jdbc.PgStatement
 
cancelCopy() - Method in interface org.postgresql.copy.CopyOperation
Cancels this copy operation, discarding any exchanged data.
cancelCopy() - Method in class org.postgresql.copy.PGCopyInputStream
 
cancelCopy() - Method in class org.postgresql.copy.PGCopyOutputStream
 
cancelCopy() - Method in class org.postgresql.core.v3.CopyOperationImpl
 
cancelCopy(CopyOperationImpl) - Method in class org.postgresql.core.v3.QueryExecutorImpl
Finishes a copy operation and unlocks connection discarding any exchanged data.
cancelIfStillNeeded(TimerTask) - Method in class org.postgresql.jdbc.PgStatement
 
CANCELING - Enum constant in enum class org.postgresql.jdbc.StatementCancelState
 
cancelKey - Variable in class org.postgresql.core.QueryExecutorBase
 
CANCELLED - Enum constant in enum class org.postgresql.jdbc.StatementCancelState
 
cancelPid - Variable in class org.postgresql.core.QueryExecutorBase
 
cancelQuery() - Method in interface org.postgresql.core.BaseConnection
Cancel the current query executing on this connection.
cancelQuery() - Method in class org.postgresql.jdbc.PgConnection
 
cancelQuery() - Method in interface org.postgresql.PGConnection
Sends a query cancellation for this connection.
cancelRowUpdates() - Method in class org.postgresql.jdbc.PgResultSet
 
cancelSignalTimeout - Variable in class org.postgresql.core.QueryExecutorBase
 
cancelTimer - Variable in class org.postgresql.jdbc.PgConnectionCleaningAction
Timer for scheduling TimerTasks for the connection.
cancelTimerTask - Variable in class org.postgresql.jdbc.PgStatement
Protects current statement from cancelTask starting, waiting for a bit, and waking up exactly on subsequent query execution.
candidateHost - Variable in class org.postgresql.hostchooser.SingleHostChooser
 
CandidateHost - Class in org.postgresql.hostchooser
Candidate host to be connected.
CandidateHost(HostSpec, HostRequirement) - Constructor for class org.postgresql.hostchooser.CandidateHost
 
candidateIterator() - Method in class org.postgresql.hostchooser.MultiHostChooser
 
CanEstimateSize - Interface in org.postgresql.util
 
CANNOT_COERCE - Enum constant in enum class org.postgresql.util.PSQLState
 
cannotCastException(String, String) - Static method in class org.postgresql.jdbc.PgPreparedStatement
 
cannotCastException(String, String, Exception) - Static method in class org.postgresql.jdbc.PgPreparedStatement
 
cannotCoerceException(Object) - Static method in class org.postgresql.jdbc.BooleanTypeUtil
 
canonicalize(String) - Static method in class org.postgresql.core.Encoding
Indicates that string should be staged as a canonicalized value.
castNonNull(T) - Static method in class org.postgresql.util.internal.Nullness
 
castNonNull(T, String) - Static method in class org.postgresql.util.internal.Nullness
 
castToBigDecimal(Object, int) - Static method in class org.postgresql.jdbc.PgPreparedStatement
 
castToBoolean(Object) - Static method in class org.postgresql.jdbc.BooleanTypeUtil
Cast an Object value to the corresponding boolean value.
castToDouble(Object) - Static method in class org.postgresql.jdbc.PgPreparedStatement
 
castToFloat(Object) - Static method in class org.postgresql.jdbc.PgPreparedStatement
 
castToInt(Object) - Static method in class org.postgresql.jdbc.PgPreparedStatement
 
castToLong(Object) - Static method in class org.postgresql.jdbc.PgPreparedStatement
 
castToShort(Object) - Static method in class org.postgresql.jdbc.PgPreparedStatement
 
castToString(Object) - Static method in class org.postgresql.jdbc.PgPreparedStatement
 
cbh - Variable in class org.postgresql.ssl.LazyKeyManager
 
cbh - Variable in class org.postgresql.ssl.PKCS12KeyManager
 
cbuf - Variable in class org.postgresql.util.ReaderInputStream
 
CEILING - Static variable in class org.postgresql.jdbc.EscapedFunctions
Deprecated.
 
center - Variable in class org.postgresql.geometric.PGcircle
This is the center point.
cert - Variable in class org.postgresql.ssl.LazyKeyManager
 
cert - Variable in class org.postgresql.ssl.SingleCertValidatingFactory.SingleCertTrustManager
 
certfile - Variable in class org.postgresql.ssl.LazyKeyManager
 
ChainedCommonCreateSlotBuilder<T> - Interface in org.postgresql.replication.fluent
Fluent interface for specify common parameters for create Logical and Physical replication slot.
ChainedCommonStreamBuilder<T> - Interface in org.postgresql.replication.fluent
Fluent interface for specify common parameters for Logical and Physical replication.
ChainedCreateReplicationSlotBuilder - Interface in org.postgresql.replication.fluent
Fluent interface for specify common parameters for Logical and Physical replication.
ChainedLogicalCreateSlotBuilder - Interface in org.postgresql.replication.fluent.logical
Logical replication slot specific parameters.
ChainedLogicalStreamBuilder - Interface in org.postgresql.replication.fluent.logical
 
ChainedPhysicalCreateSlotBuilder - Interface in org.postgresql.replication.fluent.physical
Physical replication slot specific parameters.
ChainedPhysicalStreamBuilder - Interface in org.postgresql.replication.fluent.physical
 
ChainedStreamBuilder - Interface in org.postgresql.replication.fluent
Start point for fluent API that build replication stream(logical or physical).
changeSocket(Socket) - Method in class org.postgresql.core.PGStream
Switch this stream to using a new socket.
CHANNEL_BINDING - Enum constant in enum class org.postgresql.PGProperty
Channel binding is a method for the server to authenticate itself to the client.
ChannelBindingOption - Enum Class in org.postgresql.core.v3
 
ChannelBindingOption() - Constructor for enum class org.postgresql.core.v3.ChannelBindingOption
 
CHAR - Static variable in class org.postgresql.core.Oid
 
CHAR - Static variable in class org.postgresql.jdbc.EscapedFunctions
Deprecated.
 
CHAR_ARRAY - Static variable in class org.postgresql.core.Oid
 
charTerminatesIdentifier(char) - Static method in class org.postgresql.core.Parser
 
CHECK_VIOLATION - Enum constant in enum class org.postgresql.util.PSQLState
 
checkAllParametersSet() - Method in class org.postgresql.core.v3.CompositeParameterList
 
checkAllParametersSet() - Method in class org.postgresql.core.v3.SimpleParameterList
 
checkAllParametersSet() - Method in interface org.postgresql.core.v3.V3ParameterList
Ensure that all parameters in this list have been assigned values.
checkClientTrusted(X509Certificate[], String) - Method in class org.postgresql.ssl.NonValidatingFactory.NonValidatingTM
 
checkClientTrusted(X509Certificate[], String) - Method in class org.postgresql.ssl.SingleCertValidatingFactory.SingleCertTrustManager
 
checkClose() - Method in class org.postgresql.core.v3.replication.V3PGReplicationStream
 
checkClosed() - Method in class org.postgresql.copy.PGCopyInputStream
 
checkClosed() - Method in class org.postgresql.copy.PGCopyOutputStream
 
checkClosed() - Method in class org.postgresql.jdbc.PgConnection
 
checkClosed() - Method in class org.postgresql.jdbc.PgResultSet
 
checkClosed() - Method in class org.postgresql.jdbc.PgStatement
 
checkClosed() - Method in class org.postgresql.largeobject.BlobOutputStream
 
checkColumnIndex(int) - Method in class org.postgresql.jdbc.PgResultSet
 
checkCompletion() - Method in class org.postgresql.jdbc.PgStatement
 
checkEmpty() - Method in class org.postgresql.util.LazyCleaner
 
checkEncodeResult(CoderResult) - Method in class org.postgresql.util.ReaderInputStream
 
checkForPattern(String, String) - Method in class org.postgresql.jdbcurlresolver.PgPassParser
 
checkFreed() - Method in class org.postgresql.jdbc.AbstractBlobClob
Checks that this LOB hasn't been free()d already.
checkFreed() - Method in class org.postgresql.jdbc.PgSQLXML
 
checkIfValueContainsPercent(String) - Static method in class org.postgresql.util.PGPropertyMaxResultBufferParser
Method to check if given value can contain percent declaration of size of max result buffer.
checkIndex(int, int, int, String) - Method in class org.postgresql.jdbc.PgCallableStatement
helperfunction for the getXXX calls to check isFunction and index == 1 Compare BOTH type fields against the return type.
checkIndex(int, int, String) - Method in class org.postgresql.jdbc.PgCallableStatement
Helper function for the getXXX calls to check isFunction and index == 1.
checkNoResultUpdate() - Method in class org.postgresql.jdbc.PgStatement
 
checkParamIndex(int) - Method in class org.postgresql.jdbc.PgParameterMetaData
 
checkParsePosition(int, int, int, char[], String) - Static method in class org.postgresql.core.Parser
 
checkPermission(SQLPermission) - Method in class org.postgresql.jdbc.PgConnection
 
checkScrollable() - Method in class org.postgresql.jdbc.PgResultSet
 
checkServerTrusted(X509Certificate[], String) - Method in class org.postgresql.ssl.NonValidatingFactory.NonValidatingTM
 
checkServerTrusted(X509Certificate[], String) - Method in class org.postgresql.ssl.SingleCertValidatingFactory.SingleCertTrustManager
 
checkUpdateable() - Method in class org.postgresql.jdbc.PgResultSet
 
choices - Variable in enum class org.postgresql.PGProperty
 
chooseClientAlias(String[], Principal[], Socket) - Method in class org.postgresql.ssl.LazyKeyManager
 
chooseClientAlias(String[], Principal[], Socket) - Method in class org.postgresql.ssl.PKCS12KeyManager
 
chooseServerAlias(String, Principal[], Socket) - Method in class org.postgresql.ssl.LazyKeyManager
 
chooseServerAlias(String, Principal[], Socket) - Method in class org.postgresql.ssl.PKCS12KeyManager
 
CIDR - Static variable in class org.postgresql.core.Oid
 
CIRCLE - Static variable in class org.postgresql.core.Oid
 
CLASSPATH_PREFIX - Static variable in class org.postgresql.ssl.SingleCertValidatingFactory
 
clean() - Method in interface org.postgresql.util.LazyCleaner.Cleanable
 
clean() - Method in class org.postgresql.util.LazyCleaner.Node
 
cleanable - Variable in class org.postgresql.jdbc.PgConnection
 
cleaner - Variable in class org.postgresql.util.StreamWrapper
 
cleanQueue() - Method in class org.postgresql.core.AsciiStringInterner
Process any entries in AsciiStringInterner.refQueue to purge from the AsciiStringInterner.cache.
CLEANUP_SAVEPOINTS - Enum constant in enum class org.postgresql.PGProperty
Determine whether SAVEPOINTS used in AUTOSAVE will be released per query or not
cleanupRef - Variable in class org.postgresql.core.v3.Portal
 
cleanupRef - Variable in class org.postgresql.core.v3.SimpleQuery
 
cleanupSavePoints - Variable in class org.postgresql.core.v3.QueryExecutorImpl
 
cleanupTimer() - Method in class org.postgresql.jdbc.PgStatement
clear() - Method in interface org.postgresql.core.ParameterList
Unbind all parameter values bound in this list.
clear() - Method in class org.postgresql.core.v3.CompositeParameterList
 
clear() - Method in class org.postgresql.core.v3.SimpleParameterList
 
clear() - Method in class org.postgresql.util.internal.IntSet
Clears the contents of the set.
clear() - Method in class org.postgresql.util.IntList
 
clearBatch() - Method in class org.postgresql.jdbc.PgStatement
 
clearMaxRowSizeBytes() - Method in class org.postgresql.core.PGStream
Clear value of max row size noticed so far.
clearParameters() - Method in class org.postgresql.jdbc.PgPreparedStatement
 
clearResultBufferCount() - Method in class org.postgresql.core.PGStream
Clear count of byte buffer.
clearRowBuffer(boolean) - Method in class org.postgresql.jdbc.PgResultSet
 
CLEARTEXT_PASSWORD - Enum constant in enum class org.postgresql.plugin.AuthenticationRequestType
 
clearWarnings() - Method in class org.postgresql.jdbc.PgConnection
 
clearWarnings() - Method in class org.postgresql.jdbc.PgResultSet
 
clearWarnings() - Method in class org.postgresql.jdbc.PgStatement
Clears the warning chain.
clientInfo - Variable in class org.postgresql.jdbc.PgConnection
 
clone() - Method in class org.postgresql.geometric.PGbox
 
clone() - Method in class org.postgresql.geometric.PGcircle
 
clone() - Method in class org.postgresql.geometric.PGline
 
clone() - Method in class org.postgresql.geometric.PGlseg
 
clone() - Method in class org.postgresql.geometric.PGpath
 
clone() - Method in class org.postgresql.geometric.PGpoint
 
clone() - Method in class org.postgresql.geometric.PGpolygon
 
clone() - Method in class org.postgresql.util.PGInterval
 
clone() - Method in class org.postgresql.util.PGmoney
 
clone() - Method in class org.postgresql.util.PGobject
This must be overridden to allow the object to be cloned.
clone() - Method in class org.postgresql.util.PGTime
 
clone() - Method in class org.postgresql.util.PGTimestamp
 
close() - Method in class org.postgresql.copy.PGCopyInputStream
 
close() - Method in class org.postgresql.copy.PGCopyOutputStream
 
close() - Method in class org.postgresql.core.PGStream
Closes the connection.
close() - Method in interface org.postgresql.core.Query
Close this query and free any server-side resources associated with it.
close() - Method in interface org.postgresql.core.QueryExecutor
Close this connection cleanly.
close() - Method in class org.postgresql.core.QueryExecutorBase
 
close() - Method in class org.postgresql.core.QueryExecutorCloseAction
 
close() - Method in interface org.postgresql.core.ResultCursor
Close this cursor.
close() - Method in class org.postgresql.core.v3.CompositeQuery
 
close() - Method in class org.postgresql.core.v3.Portal
 
close() - Method in class org.postgresql.core.v3.replication.V3PGReplicationStream
 
close() - Method in class org.postgresql.core.v3.SimpleQuery
 
close() - Method in class org.postgresql.core.VisibleBufferedInputStream
close() - Method in class org.postgresql.ds.PGPooledConnection
Closes the physical database connection represented by this PooledConnection.
close() - Method in class org.postgresql.ds.PGPooledConnection.ConnectionHandler
 
close() - Method in class org.postgresql.ds.PGPoolingDataSource
Deprecated.
Closes this DataSource, and all the pooled connections, whether in use or not.
close() - Method in class org.postgresql.jdbc.PgConnection
Note: even though Statement is automatically closed when it is garbage collected, it is better to close it explicitly to lower resource consumption.
close() - Method in class org.postgresql.jdbc.PgResultSet
 
close() - Method in class org.postgresql.jdbc.PgStatement
Note: even though Statement is automatically closed when it is garbage collected, it is better to close it explicitly to lower resource consumption.
close() - Method in class org.postgresql.jdbc.ResourceLock
Unlock on exit of try-with-resources block.
close() - Method in class org.postgresql.largeobject.BlobInputStream
Closes this input stream and releases any system resources associated with the stream.
close() - Method in class org.postgresql.largeobject.BlobOutputStream
 
close() - Method in class org.postgresql.largeobject.LargeObject
This method closes the object.
close() - Method in interface org.postgresql.replication.PGReplicationStream
Stop replication changes from server and free resources.
close() - Method in class org.postgresql.util.LogWriterHandler
 
close() - Method in class org.postgresql.util.ReaderInputStream
 
close() - Method in class org.postgresql.util.StreamWrapper
 
close(Connection) - Static method in class org.postgresql.util.JdbcBlackHole
 
close(ResultSet) - Static method in class org.postgresql.util.JdbcBlackHole
 
close(Statement) - Static method in class org.postgresql.util.JdbcBlackHole
 
closeAction - Variable in class org.postgresql.core.QueryExecutorBase
 
closed - Variable in class org.postgresql.largeobject.LargeObject
 
closeFlag - Variable in class org.postgresql.core.v3.replication.V3PGReplicationStream
 
closeForNextExecution() - Method in class org.postgresql.jdbc.PgStatement
 
closeImpl() - Method in class org.postgresql.jdbc.PgPreparedStatement
 
closeImpl() - Method in class org.postgresql.jdbc.PgStatement
This is guaranteed to be called exactly once even in case of concurrent PgStatement.close() calls.
closeInternally() - Method in class org.postgresql.jdbc.PgResultSet
 
closeOnCompletion - Variable in class org.postgresql.jdbc.PgStatement
 
closeOnCompletion() - Method in class org.postgresql.jdbc.PgStatement
 
closePath() - Method in class org.postgresql.geometric.PGpath
 
closeRefCursor() - Method in class org.postgresql.jdbc.PgResultSet
Closes <unnamed portal 1> if no more fetch calls expected (cursor==null)
closeStream(PGStream) - Method in class org.postgresql.core.ConnectionFactory
Safely close the given stream.
closeUnclosedProcessedResults() - Method in class org.postgresql.jdbc.PgStatement
 
CLOSING_TO_OPENING_CHARACTER - Static variable in class org.postgresql.util.PGtokenizer
 
COLUMN - Static variable in class org.postgresql.util.ServerErrorMessage
 
columnLabel - Variable in class org.postgresql.core.Field
 
columnName - Variable in class org.postgresql.jdbc.FieldMetadata
 
columnNameIndexMap - Variable in class org.postgresql.jdbc.PgResultSet
 
columnNames - Variable in class org.postgresql.core.QueryWithReturningColumnsKey
 
columnSanitiserDisabled - Variable in class org.postgresql.core.QueryExecutorBase
 
command - Variable in class org.postgresql.core.NativeQuery
 
commandCompleteParser - Variable in class org.postgresql.core.v3.QueryExecutorImpl
CommandComplete(B) messages are quite common, so we reuse instance to parse those
CommandCompleteParser - Class in org.postgresql.core
Parses oid and rows from a CommandComplete (B) message (end of Execute).
CommandCompleteParser() - Constructor for class org.postgresql.core.CommandCompleteParser
 
commandType - Variable in class org.postgresql.core.SqlCommand
 
commit() - Method in class org.postgresql.jdbc.PgConnection
 
commit(Xid, boolean) - Method in class org.postgresql.xa.PGXAConnection
 
commitOnClose - Variable in class org.postgresql.largeobject.LargeObject
 
commitOnePhase(Xid) - Method in class org.postgresql.xa.PGXAConnection
Preconditions: xid must in ended state.
commitPrepared(Xid) - Method in class org.postgresql.xa.PGXAConnection
Commits prepared transaction.
commitQuery - Variable in class org.postgresql.jdbc.PgConnection
 
committedOrRolledBack - Variable in class org.postgresql.xa.PGXAConnection
 
committedRows - Variable in class org.postgresql.jdbc.BatchResultHandler
 
CommonOptions - Interface in org.postgresql.replication.fluent
Common parameters for logical and physical replication.
COMMUNICATION_ERROR - Enum constant in enum class org.postgresql.util.PSQLState
 
compact() - Method in class org.postgresql.core.VisibleBufferedInputStream
Compacts the unread bytes of the buffer to the beginning of the buffer.
compareTo(LogSequenceNumber) - Method in class org.postgresql.replication.LogSequenceNumber
 
CompositeParameterList - Class in org.postgresql.core.v3
Parameter list for V3 query strings that contain multiple statements.
CompositeParameterList(SimpleParameterList[], int[]) - Constructor for class org.postgresql.core.v3.CompositeParameterList
 
CompositeQuery - Class in org.postgresql.core.v3
V3 Query implementation for queries that involve multiple statements.
CompositeQuery(SimpleQuery[], int[]) - Constructor for class org.postgresql.core.v3.CompositeQuery
 
con - Variable in class org.postgresql.ds.PGPooledConnection
 
con - Variable in class org.postgresql.ds.PGPooledConnection.ConnectionHandler
 
con - Variable in class org.postgresql.ds.PGPooledConnection.StatementHandler
 
con - Variable in class org.postgresql.xa.PGXAConnection.ConnectionHandler
 
CONCAT - Static variable in class org.postgresql.jdbc.EscapedFunctions
Deprecated.
 
concurrency - Variable in class org.postgresql.jdbc.PgStatement
 
CONFIG_ITEM_NAME - Static variable in class org.postgresql.util.KerberosTicket
 
configureSocketTimeout(CommonOptions) - Method in class org.postgresql.core.v3.replication.V3ReplicationProtocol
 
conn - Variable in class org.postgresql.jdbc.AbstractBlobClob
 
conn - Variable in class org.postgresql.jdbc.PgSQLXML
 
conn - Variable in class org.postgresql.jdbc.TypeInfoCache
 
conn - Variable in class org.postgresql.largeobject.LargeObject
 
conn - Variable in class org.postgresql.largeobject.LargeObjectManager
 
conn - Variable in class org.postgresql.xa.PGXAConnection
Underlying physical database connection.
connect(String, Properties) - Method in class org.postgresql.Driver
Try to make a database connection to the given URL.
CONNECT_TIMEOUT - Enum constant in enum class org.postgresql.PGProperty
The timeout value used for socket connect operations.
ConnectFail - Enum constant in enum class org.postgresql.hostchooser.HostStatus
 
connection - Variable in class org.postgresql.copy.CopyManager
 
connection - Variable in class org.postgresql.core.PGStream
 
connection - Variable in class org.postgresql.fastpath.Fastpath
Deprecated.
 
connection - Variable in class org.postgresql.jdbc.PgArray
A database connection.
connection - Variable in class org.postgresql.jdbc.PgDatabaseMetaData
 
connection - Variable in class org.postgresql.jdbc.PgParameterMetaData
 
connection - Variable in class org.postgresql.jdbc.PgResultSet
 
connection - Variable in class org.postgresql.jdbc.PgResultSetMetaData
 
connection - Variable in class org.postgresql.jdbc.PgStatement
 
connection - Variable in class org.postgresql.replication.fluent.AbstractCreateSlotBuilder
 
connection - Variable in class org.postgresql.replication.PGReplicationConnectionImpl
 
CONNECTION_DOES_NOT_EXIST - Enum constant in enum class org.postgresql.util.PSQLState
 
CONNECTION_FAILURE - Enum constant in enum class org.postgresql.util.PSQLState
After a connection has been established, it went bad.
CONNECTION_FAILURE_DURING_TRANSACTION - Enum constant in enum class org.postgresql.util.PSQLState
 
CONNECTION_REJECTED - Enum constant in enum class org.postgresql.util.PSQLState
The server rejected our connection attempt.
CONNECTION_UNABLE_TO_CONNECT - Enum constant in enum class org.postgresql.util.PSQLState
We could establish a connection with the server for unknown reasons.
connectionEventListener - Variable in class org.postgresql.ds.PGPoolingDataSource
Deprecated.
Notified when a pooled connection is closed, or a fatal error occurs on a pooled connection.
ConnectionFactory - Class in org.postgresql.core
Handles protocol-specific connection setup.
ConnectionFactory() - Constructor for class org.postgresql.core.ConnectionFactory
 
ConnectionFactoryImpl - Class in org.postgresql.core.v3
ConnectionFactory implementation for version 3 (7.4+) connections.
ConnectionFactoryImpl() - Constructor for class org.postgresql.core.v3.ConnectionFactoryImpl
 
ConnectionFactoryImpl.StartupParam - Class in org.postgresql.core.v3
 
ConnectionHandler(Connection) - Constructor for class org.postgresql.ds.PGPooledConnection.ConnectionHandler
 
ConnectionHandler(Connection) - Constructor for class org.postgresql.xa.PGXAConnection.ConnectionHandler
 
ConnectionPool - Class in org.postgresql.jdbc2.optional
Deprecated.
ConnectionPool() - Constructor for class org.postgresql.jdbc2.optional.ConnectionPool
Deprecated.
 
ConnectOK - Enum constant in enum class org.postgresql.hostchooser.HostStatus
 
ConnectThread(String, Properties) - Constructor for class org.postgresql.Driver.ConnectThread
 
CONSERVATIVE - Enum constant in enum class org.postgresql.jdbc.AutoSave
 
consistentPoint - Variable in class org.postgresql.replication.ReplicationSlotInfo
 
ConsoleCallbackHandler(String) - Constructor for class org.postgresql.ssl.LibPQFactory.ConsoleCallbackHandler
 
constantToDatePart(String) - Static method in class org.postgresql.jdbc.EscapedFunctions
Deprecated.
 
constantToDatePart(StringBuilder, String) - Static method in class org.postgresql.jdbc.EscapedFunctions2
 
constantToInterval(String, String) - Static method in class org.postgresql.jdbc.EscapedFunctions
Deprecated.
 
CONSTRAINT - Static variable in class org.postgresql.util.ServerErrorMessage
 
contains(int) - Method in class org.postgresql.util.internal.IntSet
Checks if a given value belongs to the set.
continueSSPI(int) - Method in interface org.postgresql.sspi.ISSPIClient
 
convert(PGStream, Properties) - Static method in class org.postgresql.ssl.MakeSSL
 
convertArrayToBaseOid(int) - Method in class org.postgresql.jdbc.TypeInfoCache
Return the oid of the array's base element if it's an array, if not return the provided oid.
convertFunctionOutParameters() - Method in class org.postgresql.core.v3.CompositeParameterList
 
convertFunctionOutParameters() - Method in class org.postgresql.core.v3.SimpleParameterList
 
convertFunctionOutParameters() - Method in interface org.postgresql.core.v3.V3ParameterList
Convert any function output parameters to the correct type (void) and set an ignorable value for it.
convertPgPortToInt(String) - Static method in class org.postgresql.util.PGPropertyUtil
converts PGPORT String to Integer
convertToDate(long, TimeZone) - Method in class org.postgresql.jdbc.TimestampUtils
Extracts the date part from a timestamp.
convertToTime(long, TimeZone) - Method in class org.postgresql.jdbc.TimestampUtils
Extracts the time part from a timestamp.
copy() - Method in interface org.postgresql.core.ParameterList
Perform a shallow copy of this ParameterList, returning a new instance (still suitable for passing to the owning Query).
copy() - Method in class org.postgresql.core.v3.CompositeParameterList
 
copy() - Method in class org.postgresql.core.v3.SimpleParameterList
 
copy() - Method in class org.postgresql.largeobject.LargeObject
 
copy(boolean) - Method in class org.postgresql.core.Tuple
 
copyBuffer - Variable in class org.postgresql.copy.PGCopyOutputStream
 
copyDual - Variable in class org.postgresql.core.v3.replication.V3PGReplicationStream
 
copyDual(String) - Method in class org.postgresql.copy.CopyManager
 
CopyDual - Interface in org.postgresql.copy
Bidirectional via copy stream protocol.
CopyDualImpl - Class in org.postgresql.core.v3
 
CopyDualImpl() - Constructor for class org.postgresql.core.v3.CopyDualImpl
 
copyIn(String) - Method in class org.postgresql.copy.CopyManager
 
copyIn(String, InputStream) - Method in class org.postgresql.copy.CopyManager
Use COPY FROM STDIN for very fast copying from an InputStream into a database table.
copyIn(String, InputStream, int) - Method in class org.postgresql.copy.CopyManager
Use COPY FROM STDIN for very fast copying from an InputStream into a database table.
copyIn(String, Reader) - Method in class org.postgresql.copy.CopyManager
Use COPY FROM STDIN for very fast copying from a Reader into a database table.
copyIn(String, Reader, int) - Method in class org.postgresql.copy.CopyManager
Use COPY FROM STDIN for very fast copying from a Reader into a database table.
copyIn(String, ByteStreamWriter) - Method in class org.postgresql.copy.CopyManager
Use COPY FROM STDIN for very fast copying from an ByteStreamWriter into a database table.
CopyIn - Interface in org.postgresql.copy
Copy bulk data from client into a PostgreSQL table very fast.
CopyInImpl - Class in org.postgresql.core.v3
COPY FROM STDIN operation.
CopyInImpl() - Constructor for class org.postgresql.core.v3.CopyInImpl
 
copyManager - Variable in class org.postgresql.jdbc.PgConnection
 
CopyManager - Class in org.postgresql.copy
API for PostgreSQL COPY bulk data transfer.
CopyManager(BaseConnection) - Constructor for class org.postgresql.copy.CopyManager
 
CopyOperation - Interface in org.postgresql.copy
Exchange bulk data between client and PostgreSQL database tables.
CopyOperationImpl - Class in org.postgresql.core.v3
 
CopyOperationImpl() - Constructor for class org.postgresql.core.v3.CopyOperationImpl
 
copyOut(String) - Method in class org.postgresql.copy.CopyManager
 
copyOut(String, OutputStream) - Method in class org.postgresql.copy.CopyManager
Pass results of a COPY TO STDOUT query from database into an OutputStream.
copyOut(String, Writer) - Method in class org.postgresql.copy.CopyManager
Pass results of a COPY TO STDOUT query from database into a Writer.
CopyOut - Interface in org.postgresql.copy
 
CopyOutImpl - Class in org.postgresql.core.v3
Anticipated flow of a COPY TO STDOUT operation:
CopyOutImpl() - Constructor for class org.postgresql.core.v3.CopyOutImpl
 
copyStream(InputStream, OutputStream, int) - Static method in class org.postgresql.util.StreamWrapper
 
COS - Static variable in class org.postgresql.jdbc.EscapedFunctions
Deprecated.
 
COT - Static variable in class org.postgresql.jdbc.EscapedFunctions
Deprecated.
 
count - Variable in class org.postgresql.util.internal.PgBufferedOutputStream
Number of bytes stored in the buffer
counter - Variable in class org.postgresql.core.v3.adaptivefetch.AdaptiveFetchCacheEntry
 
countNulls(A) - Method in class org.postgresql.jdbc.ArrayEncoding.AbstractArrayEncoder
Counts the number of null elements in array.
countNulls(A) - Method in class org.postgresql.jdbc.ArrayEncoding.FixedSizePrimitiveArrayEncoder
Counts the number of null elements in array.
countNulls(N[]) - Method in class org.postgresql.jdbc.ArrayEncoding.NumberArrayEncoder
Counts the number of null elements in array.
create() - Method in class org.postgresql.largeobject.LargeObjectManager
Deprecated.
As of 8.3, replaced by LargeObjectManager.createLO()
create(int) - Method in class org.postgresql.largeobject.LargeObjectManager
Deprecated.
As of 8.3, replaced by LargeObjectManager.createLO(int)
create(Object) - Method in class org.postgresql.core.CachedQueryCreateAction
 
create(Key) - Method in interface org.postgresql.util.LruCache.CreateAction
 
CREATE - Enum constant in enum class org.postgresql.core.SqlCommandType
 
createAction - Variable in class org.postgresql.util.LruCache
 
createArray(int) - Method in class org.postgresql.jdbc.ArrayDecoding.AbstractObjectStringArrayDecoder
 
createArray(int) - Method in interface org.postgresql.jdbc.ArrayDecoding.ArrayDecoder
 
createArrayOf(String, Object) - Method in class org.postgresql.jdbc.PgConnection
 
createArrayOf(String, Object) - Method in interface org.postgresql.PGConnection
Creates an Array wrapping elements.
createArrayOf(String, Object[]) - Method in class org.postgresql.jdbc.PgConnection
 
createBatchHandler(Query[], ParameterList[]) - Method in class org.postgresql.jdbc.PgCallableStatement
 
createBatchHandler(Query[], ParameterList[]) - Method in class org.postgresql.jdbc.PgStatement
 
createBlob() - Method in class org.postgresql.jdbc.PgConnection
 
createBlob(int, InputStream, long) - Method in class org.postgresql.jdbc.PgPreparedStatement
 
createClob() - Method in class org.postgresql.jdbc.PgConnection
 
createCloseAction() - Method in class org.postgresql.core.QueryExecutorBase
 
createColumnNameIndexMap(Field[], boolean) - Static method in class org.postgresql.jdbc.PgResultSet
 
createConnectionEvent(SQLException) - Method in class org.postgresql.ds.PGPooledConnection
 
createConnectionPool() - Method in class org.postgresql.ds.PGPoolingDataSource
Deprecated.
Creates the appropriate ConnectionPool to use for this DataSource.
createDriverResultSet(Field[], List<Tuple>) - Method in interface org.postgresql.core.BaseStatement
Create a synthetic resultset from data provided by the driver.
createDriverResultSet(Field[], List<Tuple>) - Method in class org.postgresql.jdbc.PgStatement
 
createFastpathParameters(int) - Method in interface org.postgresql.core.QueryExecutor
Deprecated.
This API is somewhat obsolete, as one may achieve similar performance and greater functionality by setting up a prepared statement to define the function call. Then, executing the statement with binary transmission of parameters and results substitutes for a fast-path function call.
createFastpathParameters(int) - Method in class org.postgresql.core.v3.QueryExecutorImpl
 
createFunctionMap() - Static method in class org.postgresql.jdbc.EscapedFunctions
Deprecated.
 
createFunctionMap(String) - Static method in class org.postgresql.jdbc.EscapedFunctions2
 
createHostChooser(HostSpec[], HostRequirement, Properties) - Static method in class org.postgresql.hostchooser.HostChooserFactory
 
createLO() - Method in class org.postgresql.largeobject.LargeObjectManager
This creates a large object, returning its OID.
createLO(int) - Method in class org.postgresql.largeobject.LargeObjectManager
This creates a large object, returning its OID.
createMetaData() - Method in class org.postgresql.jdbc.PgResultSet
 
createMetaDataStatement() - Method in class org.postgresql.jdbc.PgDatabaseMetaData
 
createMultiDimensionalArray(int[]) - Method in class org.postgresql.jdbc.ArrayDecoding.AbstractObjectStringArrayDecoder
createMultiDimensionalArray(int[]) - Method in interface org.postgresql.jdbc.ArrayDecoding.ArrayDecoder
 
createNClob() - Method in class org.postgresql.jdbc.PgConnection
 
createOIDArg(long) - Static method in class org.postgresql.fastpath.Fastpath
Deprecated.
Creates a FastpathArg with an oid parameter.
createParameterList() - Method in interface org.postgresql.core.Query
Create a ParameterList suitable for storing parameters associated with this Query.
createParameterList() - Method in class org.postgresql.core.v3.CompositeQuery
 
createParameterList() - Method in class org.postgresql.core.v3.SimpleQuery
 
createParameterMetaData(BaseConnection, int[]) - Method in class org.postgresql.jdbc.PgPreparedStatement
 
createPostgresTimeZone() - Static method in class org.postgresql.core.v3.ConnectionFactoryImpl
Convert Java time zone to postgres time zone.
createQuery(String, boolean, boolean, String...) - Method in interface org.postgresql.core.BaseConnection
 
createQuery(String, boolean, boolean, String...) - Method in interface org.postgresql.core.QueryExecutor
 
createQuery(String, boolean, boolean, String...) - Method in class org.postgresql.core.QueryExecutorBase
 
createQuery(String, boolean, boolean, String...) - Method in class org.postgresql.jdbc.PgConnection
 
createQueryByKey(Object) - Method in interface org.postgresql.core.QueryExecutor
 
createQueryByKey(Object) - Method in class org.postgresql.core.QueryExecutorBase
 
createQueryKey(String, boolean, boolean, String...) - Method in interface org.postgresql.core.QueryExecutor
 
createQueryKey(String, boolean, boolean, String...) - Method in class org.postgresql.core.QueryExecutorBase
 
createQueryObject(Class<T>) - Method in class org.postgresql.jdbc.PgConnection
 
createReference() - Method in class org.postgresql.ds.common.BaseDataSource
Generates a reference using the appropriate object factory.
createReference() - Method in class org.postgresql.xa.PGXADataSource
Generates a reference using the appropriate object factory.
createReplicationSlot() - Method in interface org.postgresql.replication.PGReplicationConnection
Create replication slot, that can be next use in PGReplicationConnection.replicationStream()
createReplicationSlot() - Method in class org.postgresql.replication.PGReplicationConnectionImpl
 
createResultSet(Query, Field[], List<Tuple>, ResultCursor) - Method in interface org.postgresql.core.BaseStatement
Create a resultset from data retrieved from the server.
createResultSet(Query, Field[], List<Tuple>, ResultCursor) - Method in class org.postgresql.jdbc.PgStatement
 
createSimpleQuery(String) - Method in interface org.postgresql.core.QueryExecutor
Create an unparameterized Query object suitable for execution by this QueryExecutor.
createSimpleQuery(String) - Method in class org.postgresql.core.v3.QueryExecutorImpl
 
createSocket(int) - Method in class org.postgresql.core.PGStream
 
createSocket(String, int) - Method in class org.postgresql.ssl.WrappedFactory
 
createSocket(String, int, InetAddress, int) - Method in class org.postgresql.ssl.WrappedFactory
 
createSocket(InetAddress, int) - Method in class org.postgresql.ssl.WrappedFactory
 
createSocket(InetAddress, int, InetAddress, int) - Method in class org.postgresql.ssl.WrappedFactory
 
createSocket(Socket, String, int, boolean) - Method in class org.postgresql.ssl.WrappedFactory
 
createSQLXML() - Method in class org.postgresql.jdbc.PgConnection
 
createSSPI(PGStream, String, boolean) - Method in class org.postgresql.core.v3.ConnectionFactoryImpl
 
createStartLogicalQuery(LogicalReplicationOptions) - Method in class org.postgresql.core.v3.replication.V3ReplicationProtocol
START_REPLICATION SLOT slot_name LOGICAL XXX/XXX [ ( option_name [option_value] [, ...
createStartPhysicalQuery(PhysicalReplicationOptions) - Method in class org.postgresql.core.v3.replication.V3ReplicationProtocol
START_REPLICATION [SLOT slot_name] [PHYSICAL] XXX/XXX.
createStatement() - Method in class org.postgresql.jdbc.PgConnection
 
createStatement(int, int) - Method in class org.postgresql.jdbc.PgConnection
 
createStatement(int, int, int) - Method in class org.postgresql.jdbc.PgConnection
 
createStatementTypeInfo(SqlCommandType) - Static method in class org.postgresql.core.SqlCommand
 
createStatementTypeInfo(SqlCommandType, boolean) - Static method in class org.postgresql.core.SqlCommand
 
createStatementTypeInfo(SqlCommandType, boolean, int, int, boolean, int) - Static method in class org.postgresql.core.SqlCommand
 
createStruct(String, Object[]) - Method in class org.postgresql.jdbc.PgConnection
 
createTypeInfo(BaseConnection, int) - Method in class org.postgresql.jdbc.PgConnection
 
createXMLReader() - Method in class org.postgresql.xml.DefaultPGXmlFactoryFactory
 
createXMLReader() - Method in class org.postgresql.xml.LegacyInsecurePGXmlFactoryFactory
 
createXMLReader() - Method in interface org.postgresql.xml.PGXmlFactoryFactory
 
creatingURL - Variable in class org.postgresql.jdbc.PgConnection
 
credentialCacheExists(Properties) - Static method in class org.postgresql.util.KerberosTicket
 
CURDATE - Static variable in class org.postgresql.jdbc.EscapedFunctions
Deprecated.
 
CURRENT_SCHEMA - Enum constant in enum class org.postgresql.PGProperty
Specify the schema (or several schema separated by commas) to be set in the search-path.
currentDataRow - Variable in class org.postgresql.core.v3.CopyOutImpl
 
currentLo - Variable in class org.postgresql.jdbc.AbstractBlobClob
 
currentLoIsWriteable - Variable in class org.postgresql.jdbc.AbstractBlobClob
 
currentRow - Variable in class org.postgresql.jdbc.PgResultSet
 
currentSize - Variable in class org.postgresql.util.LruCache
 
currentXid - Variable in class org.postgresql.xa.PGXAConnection
 
cursor - Variable in class org.postgresql.jdbc.PgResultSet
 
CursorResultHandler() - Constructor for class org.postgresql.jdbc.PgResultSet.CursorResultHandler
 
CURTIME - Static variable in class org.postgresql.jdbc.EscapedFunctions
Deprecated.
 
CustomKrbConfig() - Constructor for class org.postgresql.util.KerberosTicket.CustomKrbConfig
 

D

data - Variable in class org.postgresql.core.Tuple
 
data - Variable in class org.postgresql.jdbc.PgSQLXML
 
DATA_ERROR - Enum constant in enum class org.postgresql.util.PSQLState
 
DATA_TYPE_MISMATCH - Enum constant in enum class org.postgresql.util.PSQLState
 
database - Variable in class org.postgresql.core.QueryExecutorBase
 
database - Variable in class org.postgresql.jdbcurlresolver.PgPassParser
 
DATABASE - Static variable in class org.postgresql.jdbc.EscapedFunctions
Deprecated.
 
DATABASE_METADATA_CACHE_FIELDS - Enum constant in enum class org.postgresql.PGProperty
Specifies the maximum number of fields to be cached per connection.
DATABASE_METADATA_CACHE_FIELDS_MIB - Enum constant in enum class org.postgresql.PGProperty
Specifies the maximum size (in megabytes) of fields to be cached per connection.
databaseName - Variable in class org.postgresql.ds.common.BaseDataSource
 
dataDefinitionCausesTransactionCommit() - Method in class org.postgresql.jdbc.PgDatabaseMetaData
Does a data definition statement within a transaction force the transaction to commit? It seems to mean something like:
dataDefinitionIgnoredInTransactions() - Method in class org.postgresql.jdbc.PgDatabaseMetaData
 
dataSourceName - Variable in class org.postgresql.ds.PGPoolingDataSource
Deprecated.
 
dataSources - Static variable in class org.postgresql.ds.PGPoolingDataSource
Deprecated.
 
DATATYPE - Static variable in class org.postgresql.util.ServerErrorMessage
 
DATATYPE_MISMATCH - Enum constant in enum class org.postgresql.util.PSQLState
 
DATE - Static variable in class org.postgresql.core.Oid
 
DATE_ARRAY - Static variable in class org.postgresql.core.Oid
 
DATE_DECODER - Static variable in class org.postgresql.jdbc.ArrayDecoding
 
DATE_NEGATIVE_INFINITY - Static variable in interface org.postgresql.PGStatement
 
DATE_NEGATIVE_SMALLER_INFINITY - Static variable in interface org.postgresql.PGStatement
 
DATE_POSITIVE_INFINITY - Static variable in interface org.postgresql.PGStatement
 
DATE_POSITIVE_SMALLER_INFINITY - Static variable in interface org.postgresql.PGStatement
 
DATETIME_OVERFLOW - Enum constant in enum class org.postgresql.util.PSQLState
 
day - Variable in class org.postgresql.jdbc.TimestampUtils.ParsedTimestamp
 
DAYNAME - Static variable in class org.postgresql.jdbc.EscapedFunctions
Deprecated.
 
DAYOFMONTH - Static variable in class org.postgresql.jdbc.EscapedFunctions
Deprecated.
 
DAYOFWEEK - Static variable in class org.postgresql.jdbc.EscapedFunctions
Deprecated.
 
DAYOFYEAR - Static variable in class org.postgresql.jdbc.EscapedFunctions
Deprecated.
 
days - Variable in class org.postgresql.util.PGInterval
 
DbKeyStoreSocketException(String) - Constructor for exception class org.postgresql.ssl.DbKeyStoreSocketFactory.DbKeyStoreSocketException
 
DbKeyStoreSocketFactory - Class in org.postgresql.ssl
 
DbKeyStoreSocketFactory() - Constructor for class org.postgresql.ssl.DbKeyStoreSocketFactory
 
DbKeyStoreSocketFactory.DbKeyStoreSocketException - Exception Class in org.postgresql.ssl
 
DEADLOCK_DETECTED - Enum constant in enum class org.postgresql.util.PSQLState
 
deallocateEpoch - Variable in class org.postgresql.core.v3.QueryExecutorImpl
 
deallocateEpoch - Variable in class org.postgresql.core.v3.SimpleQuery
 
debug(String) - Method in class org.postgresql.xa.PGXAConnection
 
decode(byte[]) - Method in class org.postgresql.core.Encoding
Decode an array of bytes into a string.
decode(byte[], int, int) - Method in class org.postgresql.core.Encoding
Decode an array of bytes into a string.
decode(byte[], int, int) - Static method in class org.postgresql.core.EncodingPredictor
 
decode(String) - Static method in class org.postgresql.util.URLCoder
Decodes x-www-form-urlencoded string into Java string.
decodeCanonicalized(byte[]) - Method in class org.postgresql.core.Encoding
Decode an array of bytes possibly into a canonicalized string.
decodeCanonicalized(byte[], int, int) - Method in class org.postgresql.core.Encoding
Decode an array of bytes possibly into a canonicalized string.
decodeCanonicalizedIfPresent(byte[], int, int) - Method in class org.postgresql.core.Encoding
 
DecodeResult(String, String) - Constructor for class org.postgresql.core.EncodingPredictor.DecodeResult
 
decrementCounter() - Method in class org.postgresql.core.v3.adaptivefetch.AdaptiveFetchCacheEntry
 
DEFAULT_BUFFER_SIZE - Static variable in class org.postgresql.copy.CopyManager
 
DEFAULT_CHAR_BUFFER_SIZE - Static variable in class org.postgresql.util.ReaderInputStream
 
DEFAULT_ENCODING - Static variable in class org.postgresql.core.Encoding
 
DEFAULT_FORCE_BINARY_TRANSFERS - Static variable in class org.postgresql.jdbc.PgStatement
Default state for use or not binary transfers.
DEFAULT_ITERATIONS - Static variable in class org.postgresql.util.PasswordUtil
 
DEFAULT_MAX_BUFFER_SIZE - Static variable in class org.postgresql.largeobject.BlobInputStream
 
DEFAULT_MAX_BUFFER_SIZE - Static variable in class org.postgresql.largeobject.BlobOutputStream
 
DEFAULT_NON_PROXY_HOSTS - Static variable in class org.postgresql.util.HostSpec
 
DEFAULT_ROW_FETCH_SIZE - Enum constant in enum class org.postgresql.PGProperty
Default parameter for Statement.getFetchSize().
DEFAULT_SALT_LENGTH - Static variable in class org.postgresql.util.PasswordUtil
 
DEFAULT_STATUS_INTERVAL - Static variable in class org.postgresql.replication.fluent.AbstractStreamBuilder
 
DEFAULT_TIME_ZONE_FIELD - Static variable in class org.postgresql.jdbc.TimestampUtils
 
defaultAutoCommit - Variable in class org.postgresql.ds.PGConnectionPoolDataSource
 
defaultEncoding() - Static method in class org.postgresql.core.Encoding
Get an Encoding using the default encoding for the JVM.
defaultFetchSize - Variable in class org.postgresql.jdbc.PgConnection
Default fetch size for statement.
defaultfile - Variable in class org.postgresql.ssl.LazyKeyManager
 
defaultfile - Variable in class org.postgresql.ssl.LibPQFactory
 
DefaultJavaSSLFactory - Class in org.postgresql.ssl
Socket factory that uses Java's default truststore to validate server certificate.
DefaultJavaSSLFactory(Properties) - Constructor for class org.postgresql.ssl.DefaultJavaSSLFactory
 
DefaultPGXmlFactoryFactory - Class in org.postgresql.xml
Default implementation of PGXmlFactoryFactory that configures each factory per OWASP recommendations.
DefaultPGXmlFactoryFactory() - Constructor for class org.postgresql.xml.DefaultPGXmlFactoryFactory
 
defaultProperties - Variable in class org.postgresql.Driver
 
defaults - Variable in class org.postgresql.util.ExpressionProperties
 
defaultTimeZone - Variable in class org.postgresql.jdbc.PgPreparedStatement
 
defaultTimeZone - Variable in class org.postgresql.jdbc.PgResultSet
 
defaultTimeZoneCache - Variable in class org.postgresql.jdbc.TimestampUtils
 
defaultValue - Variable in enum class org.postgresql.PGEnvironment
 
defaultValue - Variable in enum class org.postgresql.PGProperty
 
DEGREES - Static variable in class org.postgresql.jdbc.EscapedFunctions
Deprecated.
 
delegate - Variable in class org.postgresql.core.ResultHandlerDelegate
 
delete(int) - Method in class org.postgresql.largeobject.LargeObjectManager
Deprecated.
As of 8.3, replaced by LargeObjectManager.delete(long)
delete(long) - Method in class org.postgresql.largeobject.LargeObjectManager
This deletes a large object.
DELETE - Enum constant in enum class org.postgresql.core.SqlCommandType
 
deleteRow() - Method in class org.postgresql.jdbc.PgResultSet
 
deletesAreDetected(int) - Method in class org.postgresql.jdbc.PgDatabaseMetaData
 
deleteStatement - Variable in class org.postgresql.jdbc.PgResultSet
 
deregister() - Static method in class org.postgresql.Driver
According to JDBC specification, this driver is registered against DriverManager when the class is loaded.
deriveForMultiBatch(int) - Method in class org.postgresql.core.v3.BatchedQuery
 
describeOnly - Variable in class org.postgresql.core.v3.DescribeRequest
 
DescribeRequest - Class in org.postgresql.core.v3
Information for "pending describe queue".
DescribeRequest(SimpleQuery, SimpleParameterList, boolean, String) - Constructor for class org.postgresql.core.v3.DescribeRequest
 
description - Variable in enum class org.postgresql.PGEnvironment
 
description - Variable in enum class org.postgresql.PGProperty
 
DETAIL - Static variable in class org.postgresql.util.ServerErrorMessage
 
digitAt(String, int) - Static method in class org.postgresql.core.Parser
Converts digit at position pos in string s to integer or throws.
dimensions - Variable in class org.postgresql.jdbc.ArrayEncoding.RecursiveArrayEncoder
 
dimensionsCount - Variable in class org.postgresql.jdbc.ArrayDecoding.PgArrayList
How many dimensions.
DIRECT - Enum constant in enum class org.postgresql.jdbc.SslNegotiation
 
direction(int) - Method in class org.postgresql.core.v3.SimpleParameterList
 
DISABLE - Enum constant in enum class org.postgresql.core.v3.ChannelBindingOption
Prevents the use of channel binding
DISABLE - Enum constant in enum class org.postgresql.jdbc.GSSEncMode
Do not use encrypted connections.
DISABLE - Enum constant in enum class org.postgresql.jdbc.SslMode
Do not use encrypted connections.
DISABLE_COLUMN_SANITISER - Enum constant in enum class org.postgresql.PGProperty
Enable optimization that disables column name sanitiser.
disableColumnSanitiser - Variable in class org.postgresql.jdbc.PgConnection
 
disjunctToRegex(String) - Method in class org.postgresql.util.HostSpec
 
dispose() - Method in class org.postgresql.core.AsciiStringInterner.StringReference
 
dispose() - Method in interface org.postgresql.sspi.ISSPIClient
 
DIVISION_BY_ZERO - Enum constant in enum class org.postgresql.util.PSQLState
 
doAppendEscapedIdentifier(Appendable, String) - Static method in class org.postgresql.core.Utils
Common part for appendEscapedIdentifier.
doAppendEscapedLiteral(Appendable, String, boolean) - Static method in class org.postgresql.core.Utils
doAuthentication(PGStream, String, String, Properties) - Method in class org.postgresql.core.v3.ConnectionFactoryImpl
 
doesMaxRowSizeIncludeBlobs() - Method in class org.postgresql.jdbc.PgDatabaseMetaData
 
doingUpdates - Variable in class org.postgresql.jdbc.PgResultSet
 
domResult - Variable in class org.postgresql.jdbc.PgSQLXML
 
doPrivileged(PrivilegedExceptionAction<T>) - Static method in class org.postgresql.Driver
 
doSubprotocolBegin() - Method in class org.postgresql.core.v3.QueryExecutorImpl
 
DOUBLE_ARRAY - Static variable in class org.postgresql.jdbc.ArrayEncoding
 
DOUBLE_OBJ_ARRAY - Static variable in class org.postgresql.jdbc.ArrayDecoding
 
DOUBLE_OBJ_ARRAY - Static variable in class org.postgresql.jdbc.ArrayEncoding
 
doubleBuffer() - Method in class org.postgresql.core.VisibleBufferedInputStream
Doubles the size of the buffer.
Driver - Class in org.postgresql
The Java SQL framework allows for multiple database drivers.
Driver() - Constructor for class org.postgresql.Driver
 
DRIVER_FULL_NAME - Static variable in class org.postgresql.util.DriverInfo
 
DRIVER_NAME - Static variable in class org.postgresql.util.DriverInfo
 
DRIVER_SHORT_NAME - Static variable in class org.postgresql.util.DriverInfo
 
DRIVER_VERSION - Static variable in class org.postgresql.util.DriverInfo
 
Driver.ConnectThread - Class in org.postgresql
Perform a connect in a separate thread; supports getting the results from the original thread while enforcing a login timeout.
DriverInfo - Class in org.postgresql.util
Utility class with constants of Driver information.
DriverInfo() - Constructor for class org.postgresql.util.DriverInfo
 
dropReplicationSlot(String) - Method in interface org.postgresql.replication.PGReplicationConnection
 
dropReplicationSlot(String) - Method in class org.postgresql.replication.PGReplicationConnectionImpl
 

E

EMPTY_BYTE_ARRAY - Static variable in class org.postgresql.largeobject.LargeObject
 
EMPTY_INT_ARRAY - Static variable in class org.postgresql.util.IntList
 
EMPTY_RETURNING - Static variable in class org.postgresql.core.CachedQueryCreateAction
 
emptyQuery - Variable in class org.postgresql.core.v3.QueryExecutorImpl
 
EmptyStringEntityResolver - Class in org.postgresql.xml
 
EmptyStringEntityResolver() - Constructor for class org.postgresql.xml.EmptyStringEntityResolver
 
enableGSSEncrypted(PGStream, GSSEncMode, String, Properties, int) - Method in class org.postgresql.core.v3.ConnectionFactoryImpl
 
enableSSL(PGStream, SslMode, Properties, int) - Method in class org.postgresql.core.v3.ConnectionFactoryImpl
 
encode(byte[], byte[], byte[]) - Static method in class org.postgresql.util.MD5Digest
Encodes user/password/salt information in the following way: MD5(MD5(password + user) + salt).
encode(String) - Method in class org.postgresql.core.Encoding
Encode a string to an array of bytes.
encode(String) - Static method in class org.postgresql.util.URLCoder
Encodes Java string into x-www-form-urlencoded format
encoded - Variable in class org.postgresql.core.v3.SimpleParameterList
 
encodedName - Variable in class org.postgresql.core.v3.Portal
 
encodedStatementName - Variable in class org.postgresql.core.v3.SimpleQuery
 
encodeMd5(String, char[]) - Static method in class org.postgresql.util.PasswordUtil
encodePassword(String, char[], String) - Static method in class org.postgresql.util.PasswordUtil
Encode the given password for the specified encryption type.
encoder - Variable in class org.postgresql.util.ReaderInputStream
 
encodeScramSha256(char[]) - Static method in class org.postgresql.util.PasswordUtil
Encode the given password for SCRAM-SHA-256 authentication using the default iteration count and a random salt.
encodeScramSha256(char[], int, byte[]) - Static method in class org.postgresql.util.PasswordUtil
Generate the encoded text representation of the given password for SCRAM-SHA-256 authentication.
encodeString(String) - Method in interface org.postgresql.core.BaseConnection
Encode a string using the database's client_encoding (usually UTF8, but can vary on older server versions).
encodeString(String) - Method in class org.postgresql.jdbc.PgConnection
 
encoding - Variable in class org.postgresql.copy.CopyManager
 
encoding - Variable in class org.postgresql.core.Encoding
 
encoding - Variable in class org.postgresql.core.EncodingPredictor.DecodeResult
 
encoding - Variable in class org.postgresql.core.PGStream
 
Encoding - Class in org.postgresql.core
Representation of a particular character encoding.
Encoding() - Constructor for class org.postgresql.core.Encoding
Uses the default charset of the JVM.
Encoding(Charset) - Constructor for class org.postgresql.core.Encoding
Use the charset passed as parameter and tests at creation time whether the specified encoding is compatible with ASCII numbers.
Encoding(Charset, boolean) - Constructor for class org.postgresql.core.Encoding
Subclasses may use this constructor if they know in advance of their ASCII number compatibility.
ENCODING_FOR_URL - Static variable in class org.postgresql.util.URLCoder
 
EncodingPredictor - Class in org.postgresql.core
Predicts encoding for error messages based on some heuristics.
EncodingPredictor() - Constructor for class org.postgresql.core.EncodingPredictor
 
EncodingPredictor.DecodeResult - Class in org.postgresql.core
In certain cases the encoding is not known for sure (e.g.
EncodingPredictor.Translation - Class in org.postgresql.core
 
encodings - Static variable in class org.postgresql.core.Encoding
 
encodings - Variable in class org.postgresql.core.EncodingPredictor.Translation
 
encodingWriter - Variable in class org.postgresql.core.PGStream
 
encryptedBuffer - Variable in class org.postgresql.gss.GSSInputStream
 
end(Xid, int) - Method in class org.postgresql.xa.PGXAConnection
Preconditions: Flags is one of TMSUCCESS, TMFAIL, TMSUSPEND xid != null Connection is associated with transaction xid
endCopy() - Method in interface org.postgresql.copy.CopyIn
Finishes copy operation successfully.
endCopy() - Method in class org.postgresql.copy.PGCopyOutputStream
 
endCopy() - Method in class org.postgresql.core.v3.CopyDualImpl
 
endCopy() - Method in class org.postgresql.core.v3.CopyInImpl
 
endCopy(CopyOperationImpl) - Method in class org.postgresql.core.v3.QueryExecutorImpl
Finishes writing to copy and unlocks connection.
ENDED - Enum constant in enum class org.postgresql.xa.PGXAConnection.State
PGXAConnection.end(Xid, int) has been called, but the transaction has not yet been prepared.
endIndex - Variable in class org.postgresql.core.VisibleBufferedInputStream
How far is the buffer filled with valid data.
endOfInput - Variable in class org.postgresql.util.ReaderInputStream
true when all of the characters have been read from the reader into inbuf.
ensureBytes(int) - Method in class org.postgresql.core.VisibleBufferedInputStream
Ensures that the buffer contains at least n bytes.
ensureBytes(int, boolean) - Method in class org.postgresql.core.VisibleBufferedInputStream
Ensures that the buffer contains at least n bytes.
ensureCapacity(int) - Method in class org.postgresql.util.IntList
 
ensureInitialized() - Method in class org.postgresql.jdbc.PgSQLXML
 
ENV_PREFIX - Static variable in class org.postgresql.ssl.SingleCertValidatingFactory
 
equals(byte[], int, int) - Method in class org.postgresql.core.AsciiStringInterner.BaseKey
 
equals(byte[], int, int) - Method in class org.postgresql.core.AsciiStringInterner.Key
 
equals(byte[], int, int) - Method in class org.postgresql.core.AsciiStringInterner.TempKey
 
equals(Object) - Method in class org.postgresql.core.AsciiStringInterner.BaseKey
 
equals(Object) - Method in class org.postgresql.core.BaseQueryKey
 
equals(Object) - Method in class org.postgresql.core.CallableQueryKey
 
equals(Object) - Method in class org.postgresql.core.CommandCompleteParser
 
equals(Object) - Method in class org.postgresql.core.QueryWithReturningColumnsKey
 
equals(Object) - Method in class org.postgresql.geometric.PGbox
 
equals(Object) - Method in class org.postgresql.geometric.PGcircle
 
equals(Object) - Method in class org.postgresql.geometric.PGline
 
equals(Object) - Method in class org.postgresql.geometric.PGlseg
 
equals(Object) - Method in class org.postgresql.geometric.PGpath
 
equals(Object) - Method in class org.postgresql.geometric.PGpoint
 
equals(Object) - Method in class org.postgresql.geometric.PGpolygon
 
equals(Object) - Method in class org.postgresql.jdbc.FieldMetadata.Key
 
equals(Object) - Method in class org.postgresql.replication.LogSequenceNumber
 
equals(Object) - Method in class org.postgresql.util.HostSpec
 
equals(Object) - Method in class org.postgresql.util.PGInterval
Returns whether an object is equal to this one or not.
equals(Object) - Method in class org.postgresql.util.PGmoney
 
equals(Object) - Method in class org.postgresql.util.PGobject
This must be overridden to allow comparisons of objects.
equals(Object) - Method in class org.postgresql.util.PGTime
 
equals(Object) - Method in class org.postgresql.util.PGTimestamp
 
equals(Object) - Method in class org.postgresql.xa.RecoveredXid
 
equals(Object, Object) - Static method in class org.postgresql.util.PGobject
 
equalsBytes(AsciiStringInterner.BaseKey) - Method in class org.postgresql.core.AsciiStringInterner.BaseKey
 
equalsBytes(AsciiStringInterner.BaseKey) - Method in class org.postgresql.core.AsciiStringInterner.Key
equalsBytes(AsciiStringInterner.BaseKey) - Method in class org.postgresql.core.AsciiStringInterner.TempKey
 
era - Variable in class org.postgresql.jdbc.TimestampUtils.ParsedTimestamp
 
error - Variable in class org.postgresql.ssl.LazyKeyManager
 
error - Variable in class org.postgresql.ssl.PKCS12KeyManager
 
error(SAXParseException) - Method in class org.postgresql.xml.NullErrorHandler
 
ESC_DATE - Enum constant in enum class org.postgresql.core.Parser.SqlParseState
 
ESC_ESCAPECHAR - Enum constant in enum class org.postgresql.core.Parser.SqlParseState
 
ESC_FUNCTION - Enum constant in enum class org.postgresql.core.Parser.SqlParseState
 
ESC_OUTERJOIN - Enum constant in enum class org.postgresql.core.Parser.SqlParseState
 
ESC_TIME - Enum constant in enum class org.postgresql.core.Parser.SqlParseState
 
ESC_TIMESTAMP - Enum constant in enum class org.postgresql.core.Parser.SqlParseState
 
ESCAPE_SYNTAX_CALL_MODE - Enum constant in enum class org.postgresql.PGProperty
Specifies how the driver transforms JDBC escape call syntax into underlying SQL, for invoking procedures or functions.
escapeArrayElement(StringBuilder, String) - Static method in class org.postgresql.jdbc.PgArray
 
EscapedFunctions - Class in org.postgresql.jdbc
Deprecated.
EscapedFunctions() - Constructor for class org.postgresql.jdbc.EscapedFunctions
Deprecated.
 
EscapedFunctions2 - Class in org.postgresql.jdbc
This class stores supported escaped function.
EscapedFunctions2() - Constructor for class org.postgresql.jdbc.EscapedFunctions2
 
escapeFunction(char[], int, StringBuilder, boolean) - Static method in class org.postgresql.core.Parser
 
escapeFunctionArguments(StringBuilder, String, char[], int, boolean) - Static method in class org.postgresql.core.Parser
Generate sql for escaped functions.
escapeIdentifier(String) - Method in class org.postgresql.jdbc.PgConnection
 
escapeIdentifier(String) - Method in interface org.postgresql.PGConnection
Return the given string suitably quoted to be used as an identifier in an SQL statement string.
escapeIdentifier(StringBuilder, String) - Static method in class org.postgresql.core.Utils
Escape the given identifier value and append it to the string builder sbuf.
escapeKeyword - Variable in enum class org.postgresql.core.Parser.SqlParseState
 
escapeLiteral(String) - Method in class org.postgresql.jdbc.PgConnection
 
escapeLiteral(String) - Method in interface org.postgresql.PGConnection
Return the given string suitably quoted to be used as a string literal in an SQL statement string.
escapeLiteral(StringBuilder, String, boolean) - Static method in class org.postgresql.core.Utils
Escape the given literal value and append it to the string builder sbuf.
escapeProcessing - Variable in class org.postgresql.core.BaseQueryKey
 
escapeQuotes(String) - Method in class org.postgresql.jdbc.PgDatabaseMetaData
Turn the provided value into a valid string literal for direct inclusion into a query.
escapeString(String) - Method in interface org.postgresql.core.BaseConnection
Escapes a string for use as string-literal within an SQL command.
escapeString(String) - Method in class org.postgresql.jdbc.PgConnection
 
escapeSyntaxCallMode - Variable in class org.postgresql.core.QueryExecutorBase
 
EscapeSyntaxCallMode - Enum Class in org.postgresql.jdbc
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.
EscapeSyntaxCallMode(String) - Constructor for enum class org.postgresql.jdbc.EscapeSyntaxCallMode
 
estimatedReceiveBufferBytes - Variable in class org.postgresql.core.v3.QueryExecutorImpl
The estimated server response size since we last consumed the input stream from the server, in bytes.
evaluateLine(String, int) - Method in class org.postgresql.jdbcurlresolver.PgPassParser
 
evict(Value) - Method in interface org.postgresql.util.LruCache.EvictAction
 
evictValue(Value) - Method in class org.postgresql.util.LruCache
 
Example use - Search tag in class org.postgresql.jdbc.ResourceLock
Section
EXCLUSION_VIOLATION - Enum constant in enum class org.postgresql.util.PSQLState
 
execSQLQuery(String) - Method in interface org.postgresql.core.BaseConnection
Execute a SQL query that returns a single resultset.
execSQLQuery(String) - Method in class org.postgresql.jdbc.PgConnection
 
execSQLQuery(String, int, int) - Method in interface org.postgresql.core.BaseConnection
 
execSQLQuery(String, int, int) - Method in class org.postgresql.jdbc.PgConnection
 
execSQLUpdate(String) - Method in interface org.postgresql.core.BaseConnection
Execute a SQL query that does not return results.
execSQLUpdate(String) - Method in class org.postgresql.jdbc.PgConnection
 
execSQLUpdate(CachedQuery) - Method in class org.postgresql.jdbc.PgConnection
 
execute() - Method in class org.postgresql.jdbc.PgPreparedStatement
 
execute(String) - Method in class org.postgresql.jdbc.PgPreparedStatement
 
execute(String) - Method in class org.postgresql.jdbc.PgStatement
 
execute(String, int) - Method in class org.postgresql.jdbc.PgStatement
 
execute(String, int[]) - Method in class org.postgresql.jdbc.PgStatement
 
execute(String, String[]) - Method in class org.postgresql.jdbc.PgStatement
 
execute(CachedQuery, ParameterList, int) - Method in class org.postgresql.jdbc.PgStatement
 
execute(Query[], ParameterList[], BatchResultHandler, int, int, int) - Method in interface org.postgresql.core.QueryExecutor
Execute several Query, passing results to a provided ResultHandler.
execute(Query[], ParameterList[], BatchResultHandler, int, int, int) - Method in class org.postgresql.core.v3.QueryExecutorImpl
 
execute(Query[], ParameterList[], BatchResultHandler, int, int, int, boolean) - Method in interface org.postgresql.core.QueryExecutor
Execute several Query with adaptive fetch, passing results to a provided ResultHandler.
execute(Query[], ParameterList[], BatchResultHandler, int, int, int, boolean) - Method in class org.postgresql.core.v3.QueryExecutorImpl
 
execute(Query, ParameterList, ResultHandler, int, int, int) - Method in interface org.postgresql.core.QueryExecutor
Execute a Query, passing results to a provided ResultHandler.
execute(Query, ParameterList, ResultHandler, int, int, int) - Method in class org.postgresql.core.v3.QueryExecutorImpl
 
execute(Query, ParameterList, ResultHandler, int, int, int, boolean) - Method in interface org.postgresql.core.QueryExecutor
Execute a Query with adaptive fetch, passing results to a provided ResultHandler.
execute(Query, ParameterList, ResultHandler, int, int, int, boolean) - Method in class org.postgresql.core.v3.QueryExecutorImpl
 
executeBatch() - Method in class org.postgresql.jdbc.PgPreparedStatement
 
executeBatch() - Method in class org.postgresql.jdbc.PgStatement
 
executeCachedSql(String, int, String[]) - Method in class org.postgresql.jdbc.PgStatement
 
executeCount - Variable in class org.postgresql.core.CachedQuery
 
executeInternal(CachedQuery, ParameterList, int) - Method in class org.postgresql.jdbc.PgStatement
 
executeLargeBatch() - Method in class org.postgresql.jdbc.PgStatement
 
executeLargeUpdate() - Method in class org.postgresql.jdbc.PgPreparedStatement
 
executeLargeUpdate(String) - Method in class org.postgresql.jdbc.PgStatement
 
executeLargeUpdate(String, int) - Method in class org.postgresql.jdbc.PgStatement
 
executeLargeUpdate(String, int[]) - Method in class org.postgresql.jdbc.PgStatement
 
executeLargeUpdate(String, String[]) - Method in class org.postgresql.jdbc.PgStatement
 
executeQuery() - Method in class org.postgresql.jdbc.PgPreparedStatement
 
executeQuery(String) - Method in class org.postgresql.jdbc.PgPreparedStatement
 
executeQuery(String) - Method in class org.postgresql.jdbc.PgStatement
 
ExecuteRequest - Class in org.postgresql.core.v3
Information for "pending execute queue".
ExecuteRequest(SimpleQuery, Portal, boolean) - Constructor for class org.postgresql.core.v3.ExecuteRequest
 
executeTransactionCommand(Query) - Method in class org.postgresql.jdbc.PgConnection
 
executeUpdate() - Method in class org.postgresql.jdbc.PgCallableStatement
 
executeUpdate() - Method in class org.postgresql.jdbc.PgPreparedStatement
 
executeUpdate(String) - Method in class org.postgresql.jdbc.PgPreparedStatement
 
executeUpdate(String) - Method in class org.postgresql.jdbc.PgStatement
 
executeUpdate(String, int) - Method in class org.postgresql.jdbc.PgStatement
 
executeUpdate(String, int[]) - Method in class org.postgresql.jdbc.PgStatement
 
executeUpdate(String, String[]) - Method in class org.postgresql.jdbc.PgStatement
 
executeWithFlags(int) - Method in interface org.postgresql.core.BaseStatement
Execute a prepared query, passing additional query flags.
executeWithFlags(int) - Method in class org.postgresql.jdbc.PgCallableStatement
 
executeWithFlags(int) - Method in class org.postgresql.jdbc.PgPreparedStatement
 
executeWithFlags(int) - Method in class org.postgresql.jdbc.PgStatement
 
executeWithFlags(String, int) - Method in interface org.postgresql.core.BaseStatement
Execute a query, passing additional query flags.
executeWithFlags(String, int) - Method in class org.postgresql.jdbc.PgStatement
 
executeWithFlags(CachedQuery, int) - Method in interface org.postgresql.core.BaseStatement
Execute a query, passing additional query flags.
executeWithFlags(CachedQuery, int) - Method in class org.postgresql.jdbc.PgStatement
 
executor - Variable in class org.postgresql.fastpath.Fastpath
Deprecated.
 
EXP - Static variable in class org.postgresql.jdbc.EscapedFunctions
Deprecated.
 
expectGeneratedKeys - Variable in class org.postgresql.jdbc.BatchResultHandler
 
explicitlyFlushedLSN - Variable in class org.postgresql.core.v3.replication.V3PGReplicationStream
 
EXPRESSION - Static variable in class org.postgresql.util.ExpressionProperties
 
ExpressionProperties - Class in org.postgresql.util
 
ExpressionProperties(Properties...) - Constructor for class org.postgresql.util.ExpressionProperties
Creates an empty property list with the specified defaults.
EXTENDED - Enum constant in enum class org.postgresql.jdbc.PreferQueryMode
 
EXTENDED_CACHE_EVERYTHING - Enum constant in enum class org.postgresql.jdbc.PreferQueryMode
 
EXTENDED_FOR_PREPARED - Enum constant in enum class org.postgresql.jdbc.PreferQueryMode
 
extractPassword(String) - Method in class org.postgresql.jdbcurlresolver.PgPassParser
 

F

factory - Variable in class org.postgresql.ssl.WrappedFactory
 
FAILED - Enum constant in enum class org.postgresql.core.TransactionState
 
FAST_NUMBER_FAILED - Static variable in class org.postgresql.jdbc.PgResultSet
A dummy exception thrown when fast byte[] to number parsing fails and no value can be returned.
FAST_NUMBER_FAILED - Static variable in class org.postgresql.util.NumberParser
 
fastASCIINumbers - Variable in class org.postgresql.core.Encoding
 
fastpath - Variable in class org.postgresql.jdbc.PgConnection
 
fastpath(int, boolean, FastpathArg[]) - Method in class org.postgresql.fastpath.Fastpath
fastpath(int, FastpathArg[]) - Method in class org.postgresql.fastpath.Fastpath
Deprecated.
Send a function call to the PostgreSQL backend.
fastpath(String, boolean, FastpathArg[]) - Method in class org.postgresql.fastpath.Fastpath
Deprecated.
fastpath(String, FastpathArg[]) - Method in class org.postgresql.fastpath.Fastpath
Deprecated.
Send a function call to the PostgreSQL backend by name.
Fastpath - Class in org.postgresql.fastpath
Deprecated.
This API is somewhat obsolete, as one may achieve similar performance and greater functionality by setting up a prepared statement to define the function call. Then, executing the statement with binary transmission of parameters and results substitutes for a fast-path function call.
Fastpath(BaseConnection) - Constructor for class org.postgresql.fastpath.Fastpath
Deprecated.
Initialises the fastpath system.
FastpathArg - Class in org.postgresql.fastpath
Deprecated.
This API is somewhat obsolete, as one may achieve similar performance and greater functionality by setting up a prepared statement to define the function call. Then, executing the statement with binary transmission of parameters and results substitutes for a fast-path function call.
FastpathArg(byte[]) - Constructor for class org.postgresql.fastpath.FastpathArg
Deprecated.
Constructs an argument that consists of an array of bytes.
FastpathArg(byte[], int, int) - Constructor for class org.postgresql.fastpath.FastpathArg
Deprecated.
Constructs an argument that consists of part of a byte array.
FastpathArg(int) - Constructor for class org.postgresql.fastpath.FastpathArg
Deprecated.
Constructs an argument that consists of an integer value.
FastpathArg(long) - Constructor for class org.postgresql.fastpath.FastpathArg
Deprecated.
Constructs an argument that consists of an integer value.
FastpathArg(String) - Constructor for class org.postgresql.fastpath.FastpathArg
Deprecated.
Constructs an argument that consists of a String.
FastpathArg.ByteStreamWriterFastpathArg - Class in org.postgresql.fastpath
Deprecated.
 
fastpathCall(int, ParameterList, boolean) - Method in interface org.postgresql.core.QueryExecutor
Deprecated.
This API is somewhat obsolete, as one may achieve similar performance and greater functionality by setting up a prepared statement to define the function call. Then, executing the statement with binary transmission of parameters and results substitutes for a fast-path function call.
fastpathCall(int, ParameterList, boolean) - Method in class org.postgresql.core.v3.QueryExecutorImpl
 
FATAL_TRANSLATIONS - Static variable in class org.postgresql.core.EncodingPredictor
 
fatalClasses - Static variable in class org.postgresql.ds.PGPooledConnection
 
fatalError(SAXParseException) - Method in class org.postgresql.xml.NullErrorHandler
 
fatalText - Variable in class org.postgresql.core.EncodingPredictor.Translation
 
fd - Variable in class org.postgresql.largeobject.LargeObject
 
fetch(ResultCursor, ResultHandler, int, boolean) - Method in interface org.postgresql.core.QueryExecutor
Fetch additional rows from a cursor.
fetch(ResultCursor, ResultHandler, int, boolean) - Method in class org.postgresql.core.v3.QueryExecutorImpl
 
fetchdirection - Variable in class org.postgresql.jdbc.PgResultSet
 
fetchdirection - Variable in class org.postgresql.jdbc.PgStatement
 
fetchFieldMetaData() - Method in class org.postgresql.jdbc.PgResultSetMetaData
 
fetchSize - Variable in class org.postgresql.jdbc.PgResultSet
 
fetchSize - Variable in class org.postgresql.jdbc.PgStatement
Number of rows to get in a batch.
Field - Class in org.postgresql.core
 
Field(String, int) - Constructor for class org.postgresql.core.Field
Constructor without mod parameter.
Field(String, int, int, int) - Constructor for class org.postgresql.core.Field
Construct a field based on the information fed to it.
Field(String, int, int, int, int, int) - Constructor for class org.postgresql.core.Field
Construct a field based on the information fed to it.
fieldBytes - Variable in class org.postgresql.jdbc.PgArray
 
fieldCount() - Method in class org.postgresql.core.Tuple
Number of fields in the tuple
fieldFormats - Variable in class org.postgresql.core.v3.CopyOperationImpl
 
fieldInfoFetched - Variable in class org.postgresql.jdbc.PgResultSetMetaData
 
FieldMetadata - Class in org.postgresql.jdbc
This is an internal class to hold field metadata info like table name, column name, etc.
FieldMetadata(String) - Constructor for class org.postgresql.jdbc.FieldMetadata
 
FieldMetadata(String, String, String, int, boolean) - Constructor for class org.postgresql.jdbc.FieldMetadata
 
FieldMetadata.Key - Class in org.postgresql.jdbc
 
fieldMetadataCache - Variable in class org.postgresql.jdbc.PgConnection
 
fields - Variable in class org.postgresql.core.v3.SimpleQuery
The stored fields from previous execution or describe of a prepared statement.
fields - Variable in class org.postgresql.jdbc.PgResultSet
 
fields - Variable in class org.postgresql.jdbc.PgResultSetMetaData
 
fieldSize - Variable in class org.postgresql.jdbc.ArrayEncoding.FixedSizePrimitiveArrayEncoder
 
fieldSize - Variable in class org.postgresql.jdbc.ArrayEncoding.NumberArrayEncoder
 
fieldString - Variable in class org.postgresql.jdbc.PgArray
Field value as String.
FILE - Static variable in class org.postgresql.util.ServerErrorMessage
 
FILE_PREFIX - Static variable in class org.postgresql.ssl.SingleCertValidatingFactory
 
fillBuffer() - Method in class org.postgresql.copy.PGCopyInputStream
 
finalizeAction - Variable in class org.postgresql.jdbc.PgConnection
This field keeps finalize action alive, so its .finalize() method is called only when the connection itself becomes unreachable.
findColumn(String) - Method in class org.postgresql.jdbc.PgResultSet
 
findColumnIndex(String) - Method in class org.postgresql.jdbc.PgResultSet
 
findOpenParenthesis(char[], int) - Static method in class org.postgresql.core.Parser
 
findPassword() - Method in class org.postgresql.jdbcurlresolver.PgPassParser
 
findPgPasswordResourceName() - Method in class org.postgresql.jdbcurlresolver.PgPassParser
 
findPgServiceConfResourceName() - Method in class org.postgresql.jdbcurlresolver.PgServiceConfParser
 
findServiceDescription() - Method in class org.postgresql.jdbcurlresolver.PgServiceConfParser
 
findSubParam(int) - Method in class org.postgresql.core.v3.CompositeParameterList
 
fireConnectionClosed() - Method in class org.postgresql.ds.PGPooledConnection
Used to fire a connection closed event to all listeners.
fireConnectionError(SQLException) - Method in class org.postgresql.ds.PGPooledConnection
Fires a connection error event, but only if we think the exception is fatal.
fireConnectionFatalError(SQLException) - Method in class org.postgresql.ds.PGPooledConnection
Used to fire a connection error event to all listeners.
first - Variable in class org.postgresql.util.LazyCleaner
 
first() - Method in class org.postgresql.jdbc.PgResultSet
 
firstException - Variable in class org.postgresql.core.ResultHandlerBase
 
firstNonDigit(byte[], int) - Static method in class org.postgresql.jdbc.TimestampUtils
 
firstUnclosedResult - Variable in class org.postgresql.jdbc.PgStatement
The first unclosed result.
firstWarning - Variable in class org.postgresql.core.ResultHandlerBase
 
firstWarning - Variable in class org.postgresql.jdbc.PgConnection
 
firstWarning - Variable in class org.postgresql.jdbc.PSQLWarningWrapper
 
FixedLengthOutputStream - Class in org.postgresql.core
A stream that refuses to write more than a maximum number of bytes.
FixedLengthOutputStream(int, OutputStream) - Constructor for class org.postgresql.core.FixedLengthOutputStream
 
FixedSizePrimitiveArrayEncoder(int, int, int) - Constructor for class org.postgresql.jdbc.ArrayEncoding.FixedSizePrimitiveArrayEncoder
 
flags - Variable in class org.postgresql.core.v3.SimpleParameterList
 
FLOAT_ARRAY - Static variable in class org.postgresql.jdbc.ArrayEncoding
 
FLOAT_OBJ_ARRAY - Static variable in class org.postgresql.jdbc.ArrayDecoding
 
FLOAT_OBJ_ARRAY - Static variable in class org.postgresql.jdbc.ArrayEncoding
 
float4(byte[], int) - Static method in class org.postgresql.util.ByteConverter
Parses a float value from the byte array.
float4(byte[], int, float) - Static method in class org.postgresql.util.ByteConverter
Encodes a int value to the byte array.
FLOAT4 - Static variable in class org.postgresql.core.Oid
 
FLOAT4_ARRAY - Static variable in class org.postgresql.core.Oid
 
float8(byte[], int) - Static method in class org.postgresql.util.ByteConverter
Parses a double value from the byte array.
float8(byte[], int, double) - Static method in class org.postgresql.util.ByteConverter
Encodes a int value to the byte array.
FLOAT8 - Static variable in class org.postgresql.core.Oid
 
FLOAT8_ARRAY - Static variable in class org.postgresql.core.Oid
 
FLOOR - Static variable in class org.postgresql.jdbc.EscapedFunctions
Deprecated.
 
floorDiv(long, long) - Static method in class org.postgresql.jdbc.TimestampUtils
 
floorMod(long, long) - Static method in class org.postgresql.jdbc.TimestampUtils
 
flush() - Method in class org.postgresql.copy.PGCopyOutputStream
 
flush() - Method in class org.postgresql.core.PGStream
Flush any pending output to the backend.
flush() - Method in class org.postgresql.largeobject.BlobOutputStream
Flushes this output stream and forces any buffered output bytes to be written out.
flush() - Method in class org.postgresql.util.internal.PgBufferedOutputStream
 
flush() - Method in class org.postgresql.util.LogWriterHandler
 
flushBuffer() - Method in class org.postgresql.gss.GSSOutputStream
 
flushBuffer() - Method in class org.postgresql.util.internal.PgBufferedOutputStream
 
flushCacheOnDeallocate - Variable in class org.postgresql.core.QueryExecutorBase
 
flushCopy() - Method in interface org.postgresql.copy.CopyIn
Force any buffered output to be sent over the network to the backend.
flushCopy() - Method in class org.postgresql.copy.PGCopyOutputStream
 
flushCopy() - Method in class org.postgresql.core.v3.CopyDualImpl
 
flushCopy() - Method in class org.postgresql.core.v3.CopyInImpl
 
flushCopy(CopyOperationImpl) - Method in class org.postgresql.core.v3.QueryExecutorImpl
 
flushIfDeadlockRisk(Query, boolean, ResultHandler, BatchResultHandler, int) - Method in class org.postgresql.core.v3.QueryExecutorImpl
 
forcebinary - Variable in class org.postgresql.jdbc.PgConnection
 
forceBinaryTransfers - Variable in class org.postgresql.jdbc.PgStatement
 
forceUpdateStatus() - Method in class org.postgresql.core.v3.replication.V3PGReplicationStream
 
forceUpdateStatus() - Method in interface org.postgresql.replication.PGReplicationStream
Force send last received, flushed and applied LSN status to backend.
FOREIGN_KEY_VIOLATION - Enum constant in enum class org.postgresql.util.PSQLState
 
forget(Xid) - Method in class org.postgresql.xa.PGXAConnection
Does nothing, since we don't do heuristics.
format - Variable in class org.postgresql.core.Field
 
formatId - Variable in class org.postgresql.xa.RecoveredXid
 
forName(String) - Static method in enum class org.postgresql.PGProperty
 
forUpdate - Variable in class org.postgresql.core.Tuple
 
fp - Variable in class org.postgresql.largeobject.LargeObject
 
fp - Variable in class org.postgresql.largeobject.LargeObjectManager
 
free() - Method in class org.postgresql.jdbc.AbstractBlobClob
 
free() - Method in class org.postgresql.jdbc.PgArray
 
free() - Method in class org.postgresql.jdbc.PgSQLXML
 
freed - Variable in class org.postgresql.jdbc.PgSQLXML
 
from(String) - Static method in enum class org.postgresql.core.JavaVersion
Java version string like in "java.version" property.
from(String) - Static method in enum class org.postgresql.core.ServerVersion
Attempt to parse the server version string into an XXYYZZ form version number into a Version.
fromBytes(byte[], Encoding) - Static method in class org.postgresql.util.HStoreConverter
 
fromCharacter(Character) - Static method in class org.postgresql.jdbc.BooleanTypeUtil
 
fromNumber(Number) - Static method in class org.postgresql.jdbc.BooleanTypeUtil
 
fromString(String) - Static method in class org.postgresql.jdbc.BooleanTypeUtil
 
fromString(String) - Static method in class org.postgresql.util.HStoreConverter
 
func - Variable in class org.postgresql.fastpath.Fastpath
Deprecated.
 
FUNCTION_MAP - Static variable in class org.postgresql.jdbc.EscapedFunctions2
storage for functions implementations
functionMap - Static variable in class org.postgresql.jdbc.EscapedFunctions
Deprecated.
storage for functions implementations.
functionReturnType - Variable in class org.postgresql.jdbc.PgCallableStatement
 

G

genAlterUserPasswordSQL(String, char[], String) - Static method in class org.postgresql.util.PasswordUtil
Generate the SQL statement to alter a user's password using the given encryption.
generatedKeyAlwaysReturned() - Method in class org.postgresql.jdbc.PgDatabaseMetaData
 
generatedKeys - Variable in class org.postgresql.jdbc.BatchResultHandler
 
generatedKeys - Variable in class org.postgresql.jdbc.PgStatement
Results returned by a statement that wants generated keys.
get() - Method in interface org.postgresql.core.Provider
Gets a result.
get() - Method in class org.postgresql.jdbc.QueryExecutorTimeZoneProvider
 
get(int) - Method in class org.postgresql.core.Tuple
Get the data for the given field
get(int) - Method in class org.postgresql.util.IntList
 
get(Properties) - Method in enum class org.postgresql.PGProperty
Deprecated.
get(K) - Method in interface org.postgresql.util.Gettable
 
get(Key) - Method in class org.postgresql.util.LruCache
Returns an entry from the cache.
getAcceptedIssuers() - Method in class org.postgresql.ssl.NonValidatingFactory.NonValidatingTM
 
getAcceptedIssuers() - Method in class org.postgresql.ssl.SingleCertValidatingFactory.SingleCertTrustManager
 
getAdaptiveFetch() - Method in interface org.postgresql.core.QueryExecutor
Get state of adaptive fetch inside QueryExecutor.
getAdaptiveFetch() - Method in class org.postgresql.core.v3.adaptivefetch.AdaptiveFetchCache
Get state of adaptive fetch.
getAdaptiveFetch() - Method in class org.postgresql.core.v3.QueryExecutorImpl
 
getAdaptiveFetch() - Method in class org.postgresql.ds.common.BaseDataSource
 
getAdaptiveFetch() - Method in class org.postgresql.jdbc.PgConnection
 
getAdaptiveFetch() - Method in class org.postgresql.jdbc.PgResultSet
Get state of adaptive fetch for resultSet.
getAdaptiveFetch() - Method in class org.postgresql.jdbc.PgStatement
 
getAdaptiveFetch() - Method in interface org.postgresql.PGConnection
Get state of adaptive fetch for connection.
getAdaptiveFetch() - Method in interface org.postgresql.PGStatement
Get state of adaptive fetch for statement.
getAdaptiveFetchMaximum() - Method in class org.postgresql.ds.common.BaseDataSource
 
getAdaptiveFetchMinimum() - Method in class org.postgresql.ds.common.BaseDataSource
 
getAdaptiveFetchSize(boolean, ResultCursor) - Method in interface org.postgresql.core.QueryExecutor
Get fetch size computed by adaptive fetch size for given query.
getAdaptiveFetchSize(boolean, ResultCursor) - Method in class org.postgresql.core.v3.QueryExecutorImpl
 
getAllowEncodingChanges() - Method in class org.postgresql.ds.common.BaseDataSource
 
getAllTypeInfoStatement - Variable in class org.postgresql.jdbc.TypeInfoCache
 
getAppConfigurationEntry(String) - Method in class org.postgresql.util.KerberosTicket.CustomKrbConfig
 
getApplicationName() - Method in interface org.postgresql.core.QueryExecutor
Returns application_name connection property.
getApplicationName() - Method in class org.postgresql.core.v3.QueryExecutorImpl
 
getApplicationName() - Method in class org.postgresql.ds.common.BaseDataSource
 
getArray() - Method in class org.postgresql.jdbc.PgArray
 
getArray(int) - Method in class org.postgresql.jdbc.PgCallableStatement
 
getArray(int) - Method in class org.postgresql.jdbc.PgResultSet
 
getArray(long, int) - Method in class org.postgresql.jdbc.PgArray
 
getArray(long, int, Map<String, Class<?>>) - Method in class org.postgresql.jdbc.PgArray
 
getArray(String) - Method in class org.postgresql.jdbc.PgCallableStatement
 
getArray(String) - Method in class org.postgresql.jdbc.PgResultSet
 
getArray(Map<String, Class<?>>) - Method in class org.postgresql.jdbc.PgArray
 
getArrayDelimiter(int) - Method in interface org.postgresql.core.TypeInfo
Determine the delimiter for the elements of the given array type oid.
getArrayDelimiter(int) - Method in class org.postgresql.jdbc.TypeInfoCache
 
getArrayDelimiterStatement - Variable in class org.postgresql.jdbc.TypeInfoCache
 
getArrayElementOidStatement - Variable in class org.postgresql.jdbc.TypeInfoCache
 
getArrayEncoder(A) - Static method in class org.postgresql.jdbc.ArrayEncoding
Returns support for encoding array.
getArrayImpl(long, int, Map<String, Class<?>>) - Method in class org.postgresql.jdbc.PgArray
 
getArrayImpl(Map<String, Class<?>>) - Method in class org.postgresql.jdbc.PgArray
 
getArrayType(Class<?>) - Method in class org.postgresql.jdbc.PgPreparedStatement
 
getAsciiStream() - Method in class org.postgresql.jdbc.PgClob
 
getAsciiStream(int) - Method in class org.postgresql.jdbc.PgResultSet
 
getAsciiStream(String) - Method in class org.postgresql.jdbc.PgResultSet
 
getAssistant(int) - Static method in class org.postgresql.jdbc2.ArrayAssistantRegistry
 
getAssumeMinServerVersion() - Method in class org.postgresql.ds.common.BaseDataSource
 
getAttributes(String, String, String, String) - Method in class org.postgresql.jdbc.PgDatabaseMetaData
 
getAuthenticationPluginClassName() - Method in class org.postgresql.ds.common.BaseDataSource
 
getAutoCommit() - Method in class org.postgresql.jdbc.PgConnection
 
getAutosave() - Method in class org.postgresql.ds.common.BaseDataSource
 
getAutosave() - Method in class org.postgresql.jdbc.PgConnection
 
getAutosave() - Method in interface org.postgresql.PGConnection
Connection configuration regarding automatic per-query savepoints.
getAutoSave() - Method in interface org.postgresql.core.QueryExecutor
 
getAutoSave() - Method in class org.postgresql.core.QueryExecutorBase
 
getBackendPID() - Method in interface org.postgresql.core.QueryExecutor
Return the process ID (PID) of the backend server process handling this connection.
getBackendPID() - Method in class org.postgresql.core.QueryExecutorBase
 
getBackendPID() - Method in class org.postgresql.jdbc.PgConnection
 
getBackendPID() - Method in interface org.postgresql.PGConnection
Return the process ID (PID) of the backend server process handling this connection.
getBaseColumnName(int) - Method in class org.postgresql.jdbc.PgResultSetMetaData
 
getBaseColumnName(int) - Method in interface org.postgresql.PGResultSetMetaData
Returns the underlying column name of a query result, or "" if it is unable to be determined.
getBaseSchemaName(int) - Method in class org.postgresql.jdbc.PgResultSetMetaData
 
getBaseSchemaName(int) - Method in interface org.postgresql.PGResultSetMetaData
Returns the underlying schema name of query result, or "" if it is unable to be determined.
getBaseTableName(int) - Method in class org.postgresql.jdbc.PgResultSetMetaData
 
getBaseTableName(int) - Method in interface org.postgresql.PGResultSetMetaData
Returns the underlying table name of query result, or "" if it is unable to be determined.
getBaseType() - Method in class org.postgresql.jdbc.PgArray
 
getBaseTypeName() - Method in class org.postgresql.jdbc.PgArray
 
getBatchRewriteValuesBraceClosePosition() - Method in class org.postgresql.core.SqlCommand
 
getBatchRewriteValuesBraceOpenPosition() - Method in class org.postgresql.core.SqlCommand
 
getBatchSize() - Method in interface org.postgresql.core.Query
Get the number of times this Query has been batched.
getBatchSize() - Method in class org.postgresql.core.v3.BatchedQuery
 
getBatchSize() - Method in class org.postgresql.core.v3.CompositeQuery
 
getBatchSize() - Method in class org.postgresql.core.v3.SimpleQuery
 
getBestRowIdentifier(String, String, String, int, boolean) - Method in class org.postgresql.jdbc.PgDatabaseMetaData
 
getBigDecimal(int) - Method in class org.postgresql.jdbc.PgCallableStatement
 
getBigDecimal(int) - Method in class org.postgresql.jdbc.PgResultSet
 
getBigDecimal(int, int) - Method in class org.postgresql.jdbc.PgCallableStatement
 
getBigDecimal(int, int) - Method in class org.postgresql.jdbc.PgResultSet
 
getBigDecimal(String) - Method in class org.postgresql.jdbc.PgCallableStatement
 
getBigDecimal(String) - Method in class org.postgresql.jdbc.PgResultSet
 
getBigDecimal(String, int) - Method in class org.postgresql.jdbc.PgResultSet
 
getBinaryDisabledOids(Properties) - Static method in class org.postgresql.jdbc.PgConnection
Gets all oids for which binary transfer should be disabled.
getBinaryEnabledOids(Properties) - Static method in class org.postgresql.jdbc.PgConnection
Gets all oids for which binary transfer can be enabled.
getBinaryReceiveOids() - Method in interface org.postgresql.core.QueryExecutor
Deprecated.
the method returns a copy of the set, so it is not efficient. Use TypeTransferModeRegistry.useBinaryForReceive(int)
getBinaryReceiveOids() - Method in class org.postgresql.core.v3.QueryExecutorImpl
 
getBinarySendOids() - Method in interface org.postgresql.core.QueryExecutor
Deprecated.
the method returns a copy of the set, so it is not efficient. Use TypeTransferModeRegistry.useBinaryForSend(int)
getBinarySendOids() - Method in class org.postgresql.core.v3.QueryExecutorImpl
 
getBinaryStream() - Method in class org.postgresql.jdbc.AbstractBlobClob
 
getBinaryStream() - Method in class org.postgresql.jdbc.PgSQLXML
 
getBinaryStream(int) - Method in class org.postgresql.jdbc.PgResultSet
 
getBinaryStream(long, long) - Method in class org.postgresql.jdbc.PgBlob
 
getBinaryStream(String) - Method in class org.postgresql.jdbc.PgResultSet
 
getBinaryTransfer() - Method in class org.postgresql.ds.common.BaseDataSource
 
getBinaryTransferDisable() - Method in class org.postgresql.ds.common.BaseDataSource
 
getBinaryTransferEnable() - Method in class org.postgresql.ds.common.BaseDataSource
 
getBindCount() - Method in class org.postgresql.core.v3.SimpleQuery
 
getBlob(int) - Method in class org.postgresql.jdbc.PgCallableStatement
 
getBlob(int) - Method in class org.postgresql.jdbc.PgResultSet
 
getBlob(String) - Method in class org.postgresql.jdbc.PgCallableStatement
 
getBlob(String) - Method in class org.postgresql.jdbc.PgResultSet
 
getBoolean(int) - Method in class org.postgresql.jdbc.PgCallableStatement
 
getBoolean(int) - Method in class org.postgresql.jdbc.PgResultSet
Retrieves the value of the designated column in the current row of this ResultSet object as a boolean in the Java programming language.
getBoolean(String) - Method in class org.postgresql.jdbc.PgCallableStatement
 
getBoolean(String) - Method in class org.postgresql.jdbc.PgResultSet
 
getBoolean(Properties) - Method in enum class org.postgresql.PGProperty
Return the boolean value for this connection parameter in the given Properties.
getBranchQualifier() - Method in class org.postgresql.xa.RecoveredXid
 
getBuffer() - Method in class org.postgresql.core.VisibleBufferedInputStream
Returns direct handle to the used buffer.
getBufferSize(GSSContext, MessageProp, int) - Static method in class org.postgresql.gss.GSSOutputStream
 
getByte(int) - Method in class org.postgresql.jdbc.PgCallableStatement
 
getByte(int) - Method in class org.postgresql.jdbc.PgResultSet
 
getByte(String) - Method in class org.postgresql.jdbc.PgCallableStatement
 
getByte(String) - Method in class org.postgresql.jdbc.PgResultSet
 
getBytes() - Method in class org.postgresql.util.StreamWrapper
 
getBytes(int) - Method in class org.postgresql.jdbc.PgCallableStatement
 
getBytes(int) - Method in class org.postgresql.jdbc.PgResultSet
getBytes(long, int) - Method in class org.postgresql.jdbc.AbstractBlobClob
 
getBytes(String) - Method in class org.postgresql.jdbc.PgCallableStatement
 
getBytes(String) - Method in class org.postgresql.jdbc.PgResultSet
 
getBytesRemaining() - Method in exception class org.postgresql.util.internal.SourceStreamIOException
 
getCalendar() - Method in class org.postgresql.util.PGTime
Returns the calendar object for this time.
getCalendar() - Method in class org.postgresql.util.PGTimestamp
Returns the calendar object for this timestamp.
getCalendar(ZoneOffset) - Method in class org.postgresql.jdbc.TimestampUtils
 
getCallbackHandler(Properties) - Method in class org.postgresql.ssl.LibPQFactory
 
getCallResult(int) - Method in class org.postgresql.jdbc.PgCallableStatement
 
getCancelSignalTimeout() - Method in class org.postgresql.ds.common.BaseDataSource
 
getCandidateHosts(HostRequirement) - Method in class org.postgresql.hostchooser.MultiHostChooser
 
getCandidateHosts(HostSpec[], HostRequirement, long) - Static method in class org.postgresql.hostchooser.GlobalHostStatusTracker
Returns a list of candidate hosts that have the required targetServerType.
getCatalog() - Method in class org.postgresql.jdbc.PgConnection
 
getCatalogName(int) - Method in class org.postgresql.jdbc.PgResultSetMetaData
getCatalogs() - Method in class org.postgresql.jdbc.PgDatabaseMetaData
 
getCatalogSeparator() - Method in class org.postgresql.jdbc.PgDatabaseMetaData
 
getCatalogTerm() - Method in class org.postgresql.jdbc.PgDatabaseMetaData
getCause() - Method in exception class org.postgresql.util.internal.SourceStreamIOException
 
getCertificateChain(String) - Method in class org.postgresql.ssl.LazyKeyManager
 
getCertificateChain(String) - Method in class org.postgresql.ssl.PKCS12KeyManager
 
getChannelBinding() - Method in class org.postgresql.ds.common.BaseDataSource
 
getChannelBindingData(PGStream, ChannelBindingOption) - Static method in class org.postgresql.core.v3.ScramAuthenticator
 
getCharacterStream() - Method in class org.postgresql.jdbc.PgClob
 
getCharacterStream() - Method in class org.postgresql.jdbc.PgSQLXML
 
getCharacterStream(int) - Method in class org.postgresql.jdbc.PgCallableStatement
 
getCharacterStream(int) - Method in class org.postgresql.jdbc.PgResultSet
 
getCharacterStream(long, long) - Method in class org.postgresql.jdbc.PgClob
 
getCharacterStream(String) - Method in class org.postgresql.jdbc.PgCallableStatement
 
getCharacterStream(String) - Method in class org.postgresql.jdbc.PgResultSet
 
getChoices() - Method in enum class org.postgresql.PGProperty
Returns the available values for this connection parameter.
getCleanupSavepoints() - Method in class org.postgresql.ds.common.BaseDataSource
see PGProperty#CLEANUP_SAVEPOINTS
getClientAliases(String, Principal[]) - Method in class org.postgresql.ssl.LazyKeyManager
 
getClientAliases(String, Principal[]) - Method in class org.postgresql.ssl.PKCS12KeyManager
 
getClientInfo() - Method in class org.postgresql.jdbc.PgConnection
 
getClientInfo(String) - Method in class org.postgresql.jdbc.PgConnection
 
getClientInfoProperties() - Method in class org.postgresql.jdbc.PgDatabaseMetaData
 
getClob(int) - Method in class org.postgresql.jdbc.PgCallableStatement
 
getClob(int) - Method in class org.postgresql.jdbc.PgResultSet
 
getClob(String) - Method in class org.postgresql.jdbc.PgCallableStatement
 
getClob(String) - Method in class org.postgresql.jdbc.PgResultSet
 
getCloseAction() - Method in interface org.postgresql.core.QueryExecutor
Returns an action that would close the connection cleanly.
getCloseAction() - Method in class org.postgresql.core.QueryExecutorBase
 
getColumn() - Method in class org.postgresql.util.ServerErrorMessage
 
getColumnClassName(int) - Method in class org.postgresql.jdbc.PgResultSetMetaData
 
getColumnCount() - Method in class org.postgresql.jdbc.PgResultSetMetaData
 
getColumnDisplaySize(int) - Method in class org.postgresql.jdbc.PgResultSetMetaData
 
getColumnLabel() - Method in class org.postgresql.core.Field
 
getColumnLabel(int) - Method in class org.postgresql.jdbc.PgResultSetMetaData
 
getColumnName(int) - Method in class org.postgresql.jdbc.PgResultSetMetaData
 
getColumnOID(int) - Method in class org.postgresql.jdbc.PgResultSet
Returns the OID of a field.
getColumnPrivileges(String, String, String, String) - Method in class org.postgresql.jdbc.PgDatabaseMetaData
 
getColumns(String, String, String, String) - Method in class org.postgresql.jdbc.PgDatabaseMetaData
 
getColumnType(int) - Method in class org.postgresql.jdbc.PgResultSetMetaData
 
getColumnTypeName(int) - Method in class org.postgresql.jdbc.PgResultSetMetaData
 
getCommand() - Method in class org.postgresql.core.NativeQuery
 
getConcurrency() - Method in class org.postgresql.jdbc.PgResultSet
 
getConnection() - Method in class org.postgresql.ds.common.BaseDataSource
Gets a connection to the PostgreSQL database.
getConnection() - Method in class org.postgresql.ds.PGPooledConnection
Gets a handle for a client to use.
getConnection() - Method in class org.postgresql.ds.PGPoolingDataSource
Deprecated.
Gets a connection from the connection pool.
getConnection() - Method in class org.postgresql.jdbc.PgArray
 
getConnection() - Method in class org.postgresql.jdbc.PgDatabaseMetaData
 
getConnection() - Method in class org.postgresql.jdbc.PgStatement
 
getConnection() - Method in class org.postgresql.xa.PGXAConnection
XAConnection interface.
getConnection(String, String) - Method in class org.postgresql.ds.common.BaseDataSource
Gets a connection to the PostgreSQL database.
getConnection(String, String) - Method in class org.postgresql.ds.PGPoolingDataSource
Deprecated.
Gets a non-pooled connection, unless the user and password are the same as the default values for this connection pool.
getConnectTimeout() - Method in class org.postgresql.ds.common.BaseDataSource
 
getConsistentPoint() - Method in class org.postgresql.replication.ReplicationSlotInfo
LSN at which we became consistent.
getConstraint() - Method in class org.postgresql.util.ServerErrorMessage
 
getCopyAPI() - Method in class org.postgresql.jdbc.PgConnection
 
getCopyAPI() - Method in interface org.postgresql.PGConnection
This returns the COPY API for the current connection.
getCounter() - Method in class org.postgresql.core.v3.adaptivefetch.AdaptiveFetchCacheEntry
 
getCrossReference(String, String, String, String, String, String) - Method in class org.postgresql.jdbc.PgDatabaseMetaData
 
getCurrentSchema() - Method in class org.postgresql.ds.common.BaseDataSource
 
getCurrentSubject() - Static method in class org.postgresql.gss.MakeGSS
Use Subject.current() in Java 18+, and Subject.getSubject(AccessController.getContext()) in Java before 18.
getCursorName() - Method in class org.postgresql.jdbc.PgConnection
getCursorName gets the cursor name.
getCursorName() - Method in class org.postgresql.jdbc.PgResultSet
 
getData(String, FastpathArg[]) - Method in class org.postgresql.fastpath.Fastpath
Deprecated.
This convenience method assumes that the return value is not an Integer.
getDatabase() - Method in interface org.postgresql.core.QueryExecutor
 
getDatabase() - Method in class org.postgresql.core.QueryExecutorBase
 
getDatabaseEncoding(String) - Static method in class org.postgresql.core.Encoding
Construct an Encoding for a given database encoding.
getDatabaseMajorVersion() - Method in class org.postgresql.jdbc.PgDatabaseMetaData
 
getDatabaseMetadataCacheFields() - Method in class org.postgresql.ds.common.BaseDataSource
 
getDatabaseMetadataCacheFieldsMiB() - Method in class org.postgresql.ds.common.BaseDataSource
 
getDatabaseMinorVersion() - Method in class org.postgresql.jdbc.PgDatabaseMetaData
 
getDatabaseName() - Method in class org.postgresql.ds.common.BaseDataSource
Gets the name of the PostgreSQL database, running on the server identified by the serverName property.
getDatabaseProductName() - Method in class org.postgresql.jdbc.PgDatabaseMetaData
Retrieves the name of this database product.
getDatabaseProductVersion() - Method in class org.postgresql.jdbc.PgDatabaseMetaData
 
getDataSource(String) - Static method in class org.postgresql.ds.PGPoolingDataSource
Deprecated.
 
getDataSourceName() - Method in class org.postgresql.ds.PGPoolingDataSource
Deprecated.
Gets the name of this DataSource.
getDatatype() - Method in class org.postgresql.util.ServerErrorMessage
 
getDate(int) - Method in class org.postgresql.jdbc.PgCallableStatement
 
getDate(int) - Method in class org.postgresql.jdbc.PgResultSet
 
getDate(int, Calendar) - Method in class org.postgresql.jdbc.PgCallableStatement
 
getDate(int, Calendar) - Method in class org.postgresql.jdbc.PgResultSet
 
getDate(String) - Method in class org.postgresql.jdbc.PgCallableStatement
 
getDate(String) - Method in class org.postgresql.jdbc.PgResultSet
 
getDate(String, Calendar) - Method in class org.postgresql.jdbc.PgCallableStatement
 
getDate(String, Calendar) - Method in class org.postgresql.jdbc.PgResultSet
 
getDays() - Method in class org.postgresql.util.PGInterval
Returns the days represented by this interval.
getDBVersionNumber() - Method in class org.postgresql.jdbc.PgConnection
Get server version number.
getDecoder(int, BaseConnection) - Static method in class org.postgresql.jdbc.ArrayDecoding
 
getDecodingReader(InputStream) - Method in class org.postgresql.core.Encoding
Get a Reader that decodes the given InputStream using this encoding.
getDefaultArrayTypeOid() - Method in class org.postgresql.jdbc.ArrayEncoding.AbstractArrayEncoder
By default returns the arrayOid this instance was instantiated with.
getDefaultArrayTypeOid() - Method in interface org.postgresql.jdbc.ArrayEncoding.ArrayEncoder
The default array type oid supported by this instance.
getDefaultArrayTypeOid() - Method in class org.postgresql.jdbc.ArrayEncoding.RecursiveArrayEncoder
The default array type oid supported by this instance.
getDefaultArrayTypeOid() - Method in class org.postgresql.jdbc.ArrayEncoding.TwoDimensionPrimitiveArrayEncoder
The default array type oid supported by this instance.
getDefaultCalendar() - Method in class org.postgresql.jdbc.PgPreparedStatement
 
getDefaultCalendar() - Method in class org.postgresql.jdbc.PgResultSet
 
getDefaultCipherSuites() - Method in class org.postgresql.ssl.WrappedFactory
 
getDefaultFetchSize() - Method in class org.postgresql.jdbc.PgConnection
 
getDefaultFetchSize() - Method in interface org.postgresql.PGConnection
Get the default fetch size for statements created from this connection.
getDefaultProperties() - Method in class org.postgresql.Driver
 
getDefaultRowFetchSize() - Method in class org.postgresql.ds.common.BaseDataSource
 
getDefaultTransactionIsolation() - Method in class org.postgresql.jdbc.PgDatabaseMetaData
 
getDefaultTz() - Method in class org.postgresql.jdbc.TimestampUtils
 
getDefaultValue() - Method in enum class org.postgresql.PGEnvironment
Returns the default value for this parameter.
getDefaultValue() - Method in enum class org.postgresql.PGProperty
Returns the default value for this connection parameter.
getDescription() - Method in class org.postgresql.ds.common.BaseDataSource
Gets a description of this DataSource-ish thing.
getDescription() - Method in class org.postgresql.ds.PGConnectionPoolDataSource
Gets a description of this DataSource.
getDescription() - Method in class org.postgresql.ds.PGPoolingDataSource
Deprecated.
Gets a description of this DataSource.
getDescription() - Method in class org.postgresql.ds.PGSimpleDataSource
Gets a description of this DataSource.
getDescription() - Method in enum class org.postgresql.PGEnvironment
Returns the description for this parameter.
getDescription() - Method in enum class org.postgresql.PGProperty
Returns the description for this connection parameter.
getDescription() - Method in class org.postgresql.xa.PGXADataSource
 
getDetail() - Method in class org.postgresql.util.ServerErrorMessage
 
getDirection(int) - Method in class org.postgresql.core.v3.CompositeParameterList
 
getDisableColumnSanitiser() - Method in class org.postgresql.ds.common.BaseDataSource
 
getDisplaySize(int, int) - Method in interface org.postgresql.core.TypeInfo
 
getDisplaySize(int, int) - Method in class org.postgresql.jdbc.TypeInfoCache
 
getDocumentBuilderFactory() - Method in class org.postgresql.xml.DefaultPGXmlFactoryFactory
 
getDouble(int) - Method in class org.postgresql.jdbc.PgCallableStatement
 
getDouble(int) - Method in class org.postgresql.jdbc.PgResultSet
 
getDouble(String) - Method in class org.postgresql.jdbc.PgCallableStatement
 
getDouble(String) - Method in class org.postgresql.jdbc.PgResultSet
 
getDriverMajorVersion() - Method in class org.postgresql.jdbc.PgDatabaseMetaData
 
getDriverMinorVersion() - Method in class org.postgresql.jdbc.PgDatabaseMetaData
 
getDriverName() - Method in class org.postgresql.jdbc.PgDatabaseMetaData
 
getDriverVersion() - Method in class org.postgresql.jdbc.PgDatabaseMetaData
 
getEncodedKey() - Method in class org.postgresql.core.v3.ConnectionFactoryImpl.StartupParam
 
getEncodedPortalName() - Method in class org.postgresql.core.v3.Portal
 
getEncodedStatementName() - Method in class org.postgresql.core.v3.SimpleQuery
 
getEncodedValue() - Method in class org.postgresql.core.v3.ConnectionFactoryImpl.StartupParam
 
getEncoding() - Method in interface org.postgresql.core.BaseConnection
 
getEncoding() - Method in class org.postgresql.core.PGStream
 
getEncoding() - Method in interface org.postgresql.core.QueryExecutor
 
getEncoding() - Method in class org.postgresql.core.QueryExecutorBase
 
getEncoding() - Method in class org.postgresql.core.v3.CompositeParameterList
 
getEncoding() - Method in class org.postgresql.core.v3.SimpleParameterList
 
getEncoding() - Method in interface org.postgresql.core.v3.V3ParameterList
Return the encoding for each parameter.
getEncoding() - Method in class org.postgresql.jdbc.PgConnection
 
getEncodingWriter() - Method in class org.postgresql.core.PGStream
Get a Writer instance that encodes directly onto the underlying stream.
getEncodingWriter(OutputStream) - Method in class org.postgresql.core.Encoding
Get a Writer that encodes to the given OutputStream using this encoding.
getEscapeSyntaxCallMode() - Method in interface org.postgresql.core.QueryExecutor
 
getEscapeSyntaxCallMode() - Method in class org.postgresql.core.QueryExecutorBase
 
getEscapeSyntaxCallMode() - Method in class org.postgresql.ds.common.BaseDataSource
 
getException() - Method in interface org.postgresql.core.ResultHandler
Returns the first encountered exception.
getException() - Method in class org.postgresql.core.ResultHandlerBase
 
getException() - Method in class org.postgresql.core.ResultHandlerDelegate
 
getExecuteCount() - Method in class org.postgresql.core.CachedQuery
Number of times this statement has been used.
getExportedKeys(String, String, String) - Method in class org.postgresql.jdbc.PgDatabaseMetaData
 
getExtraNameCharacters() - Method in class org.postgresql.jdbc.PgDatabaseMetaData
getFastBigDecimal(byte[]) - Method in class org.postgresql.jdbc.PgResultSet
Optimised byte[] to number parser.
getFastLong(byte[], long, long) - Static method in class org.postgresql.util.NumberParser
Optimised byte[] to number parser.
getFastpathAPI() - Method in class org.postgresql.jdbc.PgConnection
 
getFastpathAPI() - Method in interface org.postgresql.PGConnection
Deprecated.
This API is somewhat obsolete, as one may achieve similar performance and greater functionality by setting up a prepared statement to define the function call. Then, executing the statement with binary transmission of parameters and results substitutes for a fast-path function call.
getFetchDirection() - Method in class org.postgresql.jdbc.PgResultSet
 
getFetchDirection() - Method in class org.postgresql.jdbc.PgStatement
 
getFetchingCursorName() - Method in class org.postgresql.jdbc.PgStatement
 
getFetchSize() - Method in class org.postgresql.jdbc.PgResultSet
 
getFetchSize() - Method in class org.postgresql.jdbc.PgStatement
 
getFetchSizeForQuery(boolean, Query) - Method in class org.postgresql.core.v3.adaptivefetch.AdaptiveFetchCache
Get adaptive fetch size for given query.
getField(int) - Method in class org.postgresql.jdbc.PgResultSetMetaData
For several routines in this package, we need to convert a columnIndex into a Field[] descriptor.
getFieldCount() - Method in interface org.postgresql.copy.CopyOperation
 
getFieldCount() - Method in class org.postgresql.copy.PGCopyInputStream
 
getFieldCount() - Method in class org.postgresql.copy.PGCopyOutputStream
 
getFieldCount() - Method in class org.postgresql.core.v3.CopyOperationImpl
 
getFieldFormat(int) - Method in interface org.postgresql.copy.CopyOperation
 
getFieldFormat(int) - Method in class org.postgresql.copy.PGCopyInputStream
 
getFieldFormat(int) - Method in class org.postgresql.copy.PGCopyOutputStream
 
getFieldFormat(int) - Method in class org.postgresql.core.v3.CopyOperationImpl
 
getFieldMetadataCache() - Method in interface org.postgresql.core.BaseConnection
Return metadata cache for given connection.
getFieldMetadataCache() - Method in class org.postgresql.jdbc.PgConnection
 
getFields() - Method in class org.postgresql.core.v3.SimpleQuery
Returns the fields that this query will return.
getFile() - Method in class org.postgresql.util.ServerErrorMessage
 
getFirstWarning() - Method in class org.postgresql.jdbc.PSQLWarningWrapper
 
getFixedString(int) - Method in class org.postgresql.jdbc.PgResultSet
This is used to fix get*() methods on Money fields.
getFlags() - Method in class org.postgresql.core.v3.CompositeParameterList
 
getFlags() - Method in class org.postgresql.core.v3.SimpleParameterList
 
getFlags() - Method in interface org.postgresql.core.v3.V3ParameterList
Return the flags for each parameter.
getFloat(int) - Method in class org.postgresql.jdbc.PgCallableStatement
 
getFloat(int) - Method in class org.postgresql.jdbc.PgResultSet
 
getFloat(String) - Method in class org.postgresql.jdbc.PgCallableStatement
 
getFloat(String) - Method in class org.postgresql.jdbc.PgResultSet
 
getForceBinary() - Method in class org.postgresql.jdbc.PgConnection
 
getForceBinaryTransfer() - Method in class org.postgresql.jdbc.PgStatement
 
getFormat() - Method in interface org.postgresql.copy.CopyOperation
 
getFormat() - Method in class org.postgresql.copy.PGCopyInputStream
 
getFormat() - Method in class org.postgresql.copy.PGCopyOutputStream
 
getFormat() - Method in class org.postgresql.core.Field
 
getFormat() - Method in class org.postgresql.core.v3.CopyOperationImpl
 
getFormat(int) - Method in class org.postgresql.jdbc.PgResultSetMetaData
 
getFormat(int) - Method in interface org.postgresql.PGResultSetMetaData
Is a column Text or Binary?
getFormatId() - Method in class org.postgresql.xa.RecoveredXid
 
getFunction(String) - Static method in class org.postgresql.jdbc.EscapedFunctions
Deprecated.
get Method object implementing the given function.
getFunction(String) - Static method in class org.postgresql.jdbc.EscapedFunctions2
get Method object implementing the given function
getFunctionColumns(String, String, String, String) - Method in class org.postgresql.jdbc.PgDatabaseMetaData
 
getFunctions(String, String, String) - Method in class org.postgresql.jdbc.PgDatabaseMetaData
 
getGeneratedKeys() - Method in class org.postgresql.jdbc.BatchResultHandler
 
getGeneratedKeys() - Method in class org.postgresql.jdbc.PgStatement
 
getGlobalTransactionId() - Method in class org.postgresql.xa.RecoveredXid
 
getGroupStartupParameters() - Method in class org.postgresql.ds.common.BaseDataSource
This is important in pool-by-transaction scenarios in order to make sure that all the statements reaches the same connection that is being initialized.
getGssEncMode() - Method in class org.postgresql.ds.common.BaseDataSource
 
getGssLib() - Method in class org.postgresql.ds.common.BaseDataSource
 
getGssResponseTimeout() - Method in class org.postgresql.ds.common.BaseDataSource
 
getHandledRowCount() - Method in interface org.postgresql.copy.CopyOperation
After successful end of copy, returns the number of database records handled in that operation.
getHandledRowCount() - Method in class org.postgresql.copy.PGCopyInputStream
 
getHandledRowCount() - Method in class org.postgresql.copy.PGCopyOutputStream
 
getHandledRowCount() - Method in class org.postgresql.core.v3.CopyOperationImpl
 
getHex(byte) - Static method in class org.postgresql.util.PGbytea
 
getHideUnprivilegedObjects() - Method in class org.postgresql.ds.common.BaseDataSource
 
getHideUnprivilegedObjects() - Method in class org.postgresql.jdbc.PgConnection
 
getHint() - Method in class org.postgresql.util.ServerErrorMessage
 
getHoldability() - Method in class org.postgresql.jdbc.PgConnection
 
getHoldability() - Method in class org.postgresql.jdbc.PgResultSet
 
getHost() - Method in class org.postgresql.util.HostSpec
 
getHostRecheckSeconds() - Method in class org.postgresql.ds.common.BaseDataSource
 
getHostSpec() - Method in class org.postgresql.core.PGStream
 
getHostSpec() - Method in interface org.postgresql.core.QueryExecutor
 
getHostSpec() - Method in class org.postgresql.core.QueryExecutorBase
 
getHours() - Method in class org.postgresql.util.PGInterval
Returns the hours represented by this interval.
getID(String) - Method in class org.postgresql.fastpath.Fastpath
Deprecated.
This returns the function id associated by its name.
getIdentifierQuoteString() - Method in class org.postgresql.jdbc.PgDatabaseMetaData
What is the string used to quote SQL identifiers? This returns a space if identifier quoting isn't supported.
getImportedExportedKeys(String, String, String, String, String, String) - Method in class org.postgresql.jdbc.PgDatabaseMetaData
 
getImportedKeys(String, String, String) - Method in class org.postgresql.jdbc.PgDatabaseMetaData
 
getIndex() - Method in class org.postgresql.core.VisibleBufferedInputStream
Returns the current read position in the buffer.
getIndexInfo(String, String, String, boolean, boolean) - Method in class org.postgresql.jdbc.PgDatabaseMetaData
 
getInitialConnections() - Method in class org.postgresql.ds.PGPoolingDataSource
Deprecated.
Gets the number of connections that will be created when this DataSource is initialized.
getInParameterCount() - Method in interface org.postgresql.core.ParameterList
Get the number of IN parameters in this list.
getInParameterCount() - Method in class org.postgresql.core.v3.CompositeParameterList
 
getInParameterCount() - Method in class org.postgresql.core.v3.SimpleParameterList
 
getInputStream() - Method in class org.postgresql.largeobject.LargeObject
Returns an InputStream from this object.
getInputStream(int, long) - Method in class org.postgresql.largeobject.LargeObject
Returns an InputStream from this object, that will limit the amount of data that is visible.
getInputStream(long) - Method in class org.postgresql.largeobject.LargeObject
Returns an InputStream from this object, that will limit the amount of data that is visible.
getInsertOID() - Method in class org.postgresql.jdbc.ResultWrapper
 
getInstance() - Static method in class org.postgresql.util.LazyCleaner
Returns a default cleaner instance.
getInt(int) - Method in class org.postgresql.jdbc.PgCallableStatement
 
getInt(int) - Method in class org.postgresql.jdbc.PgResultSet
 
getInt(String) - Method in class org.postgresql.jdbc.PgCallableStatement
 
getInt(String) - Method in class org.postgresql.jdbc.PgResultSet
 
getInt(Properties) - Method in enum class org.postgresql.PGProperty
Return the int value for this connection parameter in the given Properties.
getInteger(String, FastpathArg[]) - Method in class org.postgresql.fastpath.Fastpath
Deprecated.
This convenience method assumes that the return value is an integer.
getInteger(Properties) - Method in enum class org.postgresql.PGProperty
Return the Integer value for this connection parameter in the given Properties.
getIntegerDateTimes() - Method in interface org.postgresql.core.QueryExecutor
Returns true if server uses integer instead of double for binary date and time encodings.
getIntegerDateTimes() - Method in class org.postgresql.core.v3.QueryExecutorImpl
 
getIntegerPart(Character) - Method in class org.postgresql.util.ServerErrorMessage
 
getInternalPosition() - Method in class org.postgresql.util.ServerErrorMessage
 
getInternalQuery() - Method in class org.postgresql.util.ServerErrorMessage
 
getIntNoCheck(Properties) - Method in enum class org.postgresql.PGProperty
Return the int value for this connection parameter in the given Properties.
getIOException() - Method in exception class org.postgresql.core.PGBindException
 
getIsolationLevelName(int) - Method in class org.postgresql.jdbc.PgConnection
 
getJaasApplicationName() - Method in class org.postgresql.ds.common.BaseDataSource
 
getJaasLogin() - Method in class org.postgresql.ds.common.BaseDataSource
 
getJavaArrayType(String) - Method in interface org.postgresql.core.TypeInfo
 
getJavaArrayType(String) - Method in class org.postgresql.jdbc.TypeInfoCache
 
getJavaClass(int) - Method in interface org.postgresql.core.TypeInfo
 
getJavaClass(int) - Method in class org.postgresql.jdbc.TypeInfoCache
 
getJDBCMajorVersion() - Method in class org.postgresql.jdbc.PgDatabaseMetaData
 
getJDBCMinorVersion() - Method in class org.postgresql.jdbc.PgDatabaseMetaData
 
getJVMEncoding(String) - Static method in class org.postgresql.core.Encoding
Construct an Encoding for a given JVM encoding.
getKerberosServerName() - Method in class org.postgresql.ds.common.BaseDataSource
 
getKeys() - Method in class org.postgresql.translation.messages_bg
 
getKeys() - Method in class org.postgresql.translation.messages_cs
 
getKeys() - Method in class org.postgresql.translation.messages_de
 
getKeys() - Method in class org.postgresql.translation.messages_es
 
getKeys() - Method in class org.postgresql.translation.messages_fr
 
getKeys() - Method in class org.postgresql.translation.messages_it
 
getKeys() - Method in class org.postgresql.translation.messages_ja
 
getKeys() - Method in class org.postgresql.translation.messages_nl
 
getKeys() - Method in class org.postgresql.translation.messages_pl
 
getKeys() - Method in class org.postgresql.translation.messages_pt_BR
 
getKeys() - Method in class org.postgresql.translation.messages_ru
 
getKeys() - Method in class org.postgresql.translation.messages_sr
 
getKeys() - Method in class org.postgresql.translation.messages_tr
 
getKeys() - Method in class org.postgresql.translation.messages_zh_CN
 
getKeys() - Method in class org.postgresql.translation.messages_zh_TW
 
getKeyStorePassword() - Method in class org.postgresql.ssl.DbKeyStoreSocketFactory
 
getKeyStoreStream() - Method in class org.postgresql.ssl.DbKeyStoreSocketFactory
 
getLargeMaxRows() - Method in class org.postgresql.jdbc.PgStatement
 
getLargeObjectAPI() - Method in class org.postgresql.jdbc.PgConnection
 
getLargeObjectAPI() - Method in interface org.postgresql.PGConnection
This returns the LargeObject API for the current connection.
getLargeUpdateCount() - Method in class org.postgresql.jdbc.BatchResultHandler
 
getLargeUpdateCount() - Method in class org.postgresql.jdbc.PgStatement
 
getLastAppliedLSN() - Method in class org.postgresql.core.v3.replication.V3PGReplicationStream
 
getLastAppliedLSN() - Method in interface org.postgresql.replication.PGReplicationStream
Last applied lsn sent in update message to backed.
getLastFlushedLSN() - Method in class org.postgresql.core.v3.replication.V3PGReplicationStream
 
getLastFlushedLSN() - Method in interface org.postgresql.replication.PGReplicationStream
Last flushed LSN sent in update message to backend.
getLastOID() - Method in class org.postgresql.jdbc.PgStatement
 
getLastOID() - Method in interface org.postgresql.PGStatement
Returns the Last inserted/updated oid.
getLastReceiveLSN() - Method in class org.postgresql.core.v3.replication.V3PGReplicationStream
 
getLastReceiveLSN() - Method in interface org.postgresql.replication.PGReplicationStream
Parameter updates by execute PGReplicationStream.read() method.
getLastUsedFetchSize() - Method in class org.postgresql.jdbc.PgResultSet
Get fetch size used during last fetch.
getLength() - Method in class org.postgresql.core.Field
 
getLength() - Method in class org.postgresql.util.ByteBufferByteStreamWriter
 
getLength() - Method in class org.postgresql.util.ByteBuffersByteStreamWriter
 
getLength() - Method in interface org.postgresql.util.ByteStreamWriter
Returns the length of the stream.
getLength() - Method in class org.postgresql.util.StreamWrapper
 
getLine() - Method in class org.postgresql.util.ServerErrorMessage
 
getLo() - Method in class org.postgresql.largeobject.BlobInputStream
 
getLo(boolean) - Method in class org.postgresql.jdbc.AbstractBlobClob
 
getLoadBalanceHosts() - Method in class org.postgresql.ds.common.BaseDataSource
 
getLocalDate(int) - Method in class org.postgresql.jdbc.PgResultSet
 
getLocalDateTime(int) - Method in class org.postgresql.jdbc.PgResultSet
 
getLocalSocketAddress() - Method in class org.postgresql.ds.common.BaseDataSource
 
getLocalSocketAddress() - Method in class org.postgresql.util.HostSpec
 
getLocalTime(int) - Method in class org.postgresql.jdbc.PgResultSet
 
getLogger() - Method in interface org.postgresql.core.BaseConnection
 
getLogger() - Method in class org.postgresql.jdbc.PgConnection
 
getLoggerFile() - Method in class org.postgresql.ds.common.BaseDataSource
Deprecated.
Configure via java.util.logging
getLoggerLevel() - Method in class org.postgresql.ds.common.BaseDataSource
Deprecated.
Configure via java.util.logging
getLoginTimeout() - Method in class org.postgresql.ds.common.BaseDataSource
 
getLogServerErrorDetail() - Method in interface org.postgresql.core.BaseConnection
Indicates if error details from server used in included in logging and exceptions.
getLogServerErrorDetail() - Method in class org.postgresql.ds.common.BaseDataSource
 
getLogServerErrorDetail() - Method in class org.postgresql.jdbc.PgConnection
 
getLogUnclosedConnections() - Method in class org.postgresql.ds.common.BaseDataSource
 
getLogWriter() - Method in class org.postgresql.ds.common.BaseDataSource
This implementation don't use a LogWriter.
getLong(int) - Method in class org.postgresql.jdbc.PgCallableStatement
 
getLong(int) - Method in class org.postgresql.jdbc.PgResultSet
 
getLong(String) - Method in class org.postgresql.jdbc.PgCallableStatement
 
getLong(String) - Method in class org.postgresql.jdbc.PgResultSet
 
getLong(String, FastpathArg[]) - Method in class org.postgresql.fastpath.Fastpath
Deprecated.
This convenience method assumes that the return value is a long (bigint).
getLongOID() - Method in class org.postgresql.largeobject.LargeObject
 
getMajorVersion() - Method in class org.postgresql.Driver
 
getMajorVersionNumber() - Method in enum class org.postgresql.core.ServerVersion
 
getMajorVersionNumber() - Method in interface org.postgresql.core.Version
 
getMatchedPosition(char[], int) - Method in enum class org.postgresql.core.Parser.SqlParseState
 
getMaxBinaryLiteralLength() - Method in class org.postgresql.jdbc.PgDatabaseMetaData
 
getMaxCatalogNameLength() - Method in class org.postgresql.jdbc.PgDatabaseMetaData
 
getMaxCharLiteralLength() - Method in class org.postgresql.jdbc.PgDatabaseMetaData
 
getMaxColumnNameLength() - Method in class org.postgresql.jdbc.PgDatabaseMetaData
 
getMaxColumnsInGroupBy() - Method in class org.postgresql.jdbc.PgDatabaseMetaData
 
getMaxColumnsInIndex() - Method in class org.postgresql.jdbc.PgDatabaseMetaData
 
getMaxColumnsInOrderBy() - Method in class org.postgresql.jdbc.PgDatabaseMetaData
 
getMaxColumnsInSelect() - Method in class org.postgresql.jdbc.PgDatabaseMetaData
 
getMaxColumnsInTable() - Method in class org.postgresql.jdbc.PgDatabaseMetaData
What is the maximum number of columns in a table? From the CREATE TABLE reference page...
getMaxConnections() - Method in class org.postgresql.ds.PGPoolingDataSource
Deprecated.
Gets the maximum number of connections that the pool will allow.
getMaxConnections() - Method in class org.postgresql.jdbc.PgDatabaseMetaData
How many active connection can we have at a time to this database? Well, since it depends on postmaster, which just does a listen() followed by an accept() and fork(), its basically very high.
getMaxCursorNameLength() - Method in class org.postgresql.jdbc.PgDatabaseMetaData
 
getMaxFieldSize() - Method in class org.postgresql.jdbc.PgStatement
 
getMaximumPrecision(int) - Method in interface org.postgresql.core.TypeInfo
 
getMaximumPrecision(int) - Method in class org.postgresql.jdbc.TypeInfoCache
 
getMaximumRowSizeBytes() - Method in class org.postgresql.core.v3.adaptivefetch.AdaptiveFetchCacheEntry
 
getMaxIndexKeys() - Method in class org.postgresql.jdbc.PgDatabaseMetaData
 
getMaxIndexLength() - Method in class org.postgresql.jdbc.PgDatabaseMetaData
 
getMaxLogicalLobSize() - Method in class org.postgresql.jdbc.PgDatabaseMetaData
 
getMaxNameLength() - Method in class org.postgresql.jdbc.PgDatabaseMetaData
 
getMaxProcedureNameLength() - Method in class org.postgresql.jdbc.PgDatabaseMetaData
 
getMaxResultBuffer() - Method in class org.postgresql.core.PGStream
Get MaxResultBuffer from PGStream.
getMaxResultBuffer() - Method in class org.postgresql.ds.common.BaseDataSource
 
getMaxResultRowSize() - Method in class org.postgresql.core.v3.SimpleQuery
Return maximum size in bytes that each result row from this query may return.
getMaxRows() - Method in class org.postgresql.jdbc.PgStatement
 
getMaxRowSize() - Method in class org.postgresql.jdbc.PgDatabaseMetaData
 
getMaxRowSizeBytes() - Method in class org.postgresql.core.PGStream
Get actual max row size noticed so far.
getMaxSchemaNameLength() - Method in class org.postgresql.jdbc.PgDatabaseMetaData
 
getMaxSendBufferSize() - Method in class org.postgresql.ds.common.BaseDataSource
 
getMaxStatementLength() - Method in class org.postgresql.jdbc.PgDatabaseMetaData
 
getMaxStatements() - Method in class org.postgresql.jdbc.PgDatabaseMetaData
 
getMaxTableNameLength() - Method in class org.postgresql.jdbc.PgDatabaseMetaData
 
getMaxTablesInSelect() - Method in class org.postgresql.jdbc.PgDatabaseMetaData
 
getMaxUserNameLength() - Method in class org.postgresql.jdbc.PgDatabaseMetaData
 
getMessage() - Method in exception class org.postgresql.util.PSQLWarning
 
getMessage() - Method in class org.postgresql.util.ServerErrorMessage
 
getMetadata() - Method in class org.postgresql.core.Field
 
getMetaData() - Method in class org.postgresql.jdbc.PgConnection
 
getMetaData() - Method in class org.postgresql.jdbc.PgPreparedStatement
 
getMetaData() - Method in class org.postgresql.jdbc.PgResultSet
 
getMicroSeconds() - Method in class org.postgresql.util.PGInterval
 
getMinorVersion() - Method in class org.postgresql.Driver
 
getMinutes() - Method in class org.postgresql.util.PGInterval
Returns the minutes represented by this interval.
getMod() - Method in class org.postgresql.core.Field
 
getMonths() - Method in class org.postgresql.util.PGInterval
Returns the months represented by this interval.
getMoreResults() - Method in class org.postgresql.jdbc.PgStatement
 
getMoreResults(int) - Method in class org.postgresql.jdbc.PgStatement
 
getName() - Method in class org.postgresql.core.Notification
 
getName() - Method in enum class org.postgresql.PGEnvironment
Returns the name of the parameter.
getName() - Method in interface org.postgresql.PGNotification
Returns name of this notification.
getName() - Method in enum class org.postgresql.PGProperty
Returns the name of the connection parameter.
getNameStatement - Variable in class org.postgresql.jdbc.TypeInfoCache
 
getNativeQuery() - Method in class org.postgresql.core.v3.SimpleQuery
 
getNativeSql() - Method in interface org.postgresql.core.Query
Returns SQL in native for database format.
getNativeSql() - Method in class org.postgresql.core.v3.BatchedQuery
Method to return the sql based on number of batches.
getNativeSql() - Method in class org.postgresql.core.v3.CompositeQuery
 
getNativeSql() - Method in class org.postgresql.core.v3.SimpleQuery
 
getNCharacterStream(int) - Method in class org.postgresql.jdbc.PgCallableStatement
 
getNCharacterStream(int) - Method in class org.postgresql.jdbc.PgResultSet
 
getNCharacterStream(String) - Method in class org.postgresql.jdbc.PgCallableStatement
 
getNCharacterStream(String) - Method in class org.postgresql.jdbc.PgResultSet
 
getNClob(int) - Method in class org.postgresql.jdbc.PgCallableStatement
 
getNClob(int) - Method in class org.postgresql.jdbc.PgResultSet
 
getNClob(String) - Method in class org.postgresql.jdbc.PgCallableStatement
 
getNClob(String) - Method in class org.postgresql.jdbc.PgResultSet
 
getNetworkTimeout() - Method in class org.postgresql.core.PGStream
 
getNetworkTimeout() - Method in interface org.postgresql.core.QueryExecutor
 
getNetworkTimeout() - Method in class org.postgresql.core.QueryExecutorBase
 
getNetworkTimeout() - Method in class org.postgresql.jdbc.PgConnection
 
getNext() - Method in class org.postgresql.jdbc.ResultWrapper
 
getNextBufferSize(int) - Method in class org.postgresql.largeobject.BlobInputStream
Computes the next buffer size to use for reading data from the large object.
getNonSensitiveErrorMessage() - Method in class org.postgresql.util.ServerErrorMessage
 
getNotifications() - Method in interface org.postgresql.core.QueryExecutor
Retrieve and clear the set of asynchronous notifications pending on this connection.
getNotifications() - Method in class org.postgresql.core.QueryExecutorBase
 
getNotifications() - Method in class org.postgresql.jdbc.PgConnection
 
getNotifications() - Method in interface org.postgresql.PGConnection
This method returns any notifications that have been received since the last call to this method.
getNotifications(int) - Method in class org.postgresql.jdbc.PgConnection
 
getNotifications(int) - Method in interface org.postgresql.PGConnection
This method returns any notifications that have been received since the last call to this method.
getNString(int) - Method in class org.postgresql.jdbc.PgCallableStatement
 
getNString(int) - Method in class org.postgresql.jdbc.PgResultSet
 
getNString(String) - Method in class org.postgresql.jdbc.PgCallableStatement
 
getNString(String) - Method in class org.postgresql.jdbc.PgResultSet
 
getNumeric(int, int, boolean) - Method in class org.postgresql.jdbc.PgResultSet
 
getNumericFunctions() - Method in class org.postgresql.jdbc.PgDatabaseMetaData
 
getObject(int) - Method in class org.postgresql.jdbc.PgCallableStatement
 
getObject(int) - Method in class org.postgresql.jdbc.PgResultSet
 
getObject(int, Class<T>) - Method in class org.postgresql.jdbc.PgCallableStatement
 
getObject(int, Class<T>) - Method in class org.postgresql.jdbc.PgResultSet
 
getObject(int, Map<String, Class<?>>) - Method in class org.postgresql.jdbc.PgCallableStatement
 
getObject(int, Map<String, Class<?>>) - Method in class org.postgresql.jdbc.PgResultSet
 
getObject(String) - Method in class org.postgresql.jdbc.PgCallableStatement
 
getObject(String) - Method in class org.postgresql.jdbc.PgResultSet
 
getObject(String, Class<T>) - Method in class org.postgresql.jdbc.PgCallableStatement
 
getObject(String, Class<T>) - Method in class org.postgresql.jdbc.PgResultSet
 
getObject(String, String, byte[]) - Method in interface org.postgresql.core.BaseConnection
Construct and return an appropriate object for the given type and value.
getObject(String, String, byte[]) - Method in class org.postgresql.jdbc.PgConnection
 
getObject(String, Map<String, Class<?>>) - Method in class org.postgresql.jdbc.PgCallableStatement
 
getObject(String, Map<String, Class<?>>) - Method in class org.postgresql.jdbc.PgResultSet
 
getObjectImpl(int, Map<String, Class<?>>) - Method in class org.postgresql.jdbc.PgCallableStatement
 
getObjectImpl(int, Map<String, Class<?>>) - Method in class org.postgresql.jdbc.PgResultSet
 
getObjectImpl(String, Map<String, Class<?>>) - Method in class org.postgresql.jdbc.PgCallableStatement
 
getObjectImpl(String, Map<String, Class<?>>) - Method in class org.postgresql.jdbc.PgResultSet
 
getObjectInstance(Object, Name, Context, Hashtable<?, ?>) - Method in class org.postgresql.ds.common.PGObjectFactory
Dereferences a PostgreSQL DataSource.
getObjectInstance(Object, Name, Context, Hashtable<?, ?>) - Method in class org.postgresql.xa.PGXADataSourceFactory
 
getOffset() - Method in class org.postgresql.util.StreamWrapper
 
getOffsetDateTime(int) - Method in class org.postgresql.jdbc.PgResultSet
 
getOffsetTime(int) - Method in class org.postgresql.jdbc.PgResultSet
 
getOid() - Method in class org.postgresql.core.CommandCompleteParser
 
getOID() - Method in class org.postgresql.core.Field
 
getOID() - Method in class org.postgresql.largeobject.LargeObject
Deprecated.
As of 8.3, replaced by LargeObject.getLongOID()
getOID(String, FastpathArg[]) - Method in class org.postgresql.fastpath.Fastpath
Deprecated.
This convenience method assumes that the return value is an oid.
getOidSet(String) - Static method in class org.postgresql.jdbc.PgConnection
 
getOidStatement(String) - Method in class org.postgresql.jdbc.TypeInfoCache
 
getOidStatementComplexArray - Variable in class org.postgresql.jdbc.TypeInfoCache
 
getOidStatementComplexNonArray - Variable in class org.postgresql.jdbc.TypeInfoCache
 
getOidStatementSimple - Variable in class org.postgresql.jdbc.TypeInfoCache
 
getOp() - Method in class org.postgresql.copy.PGCopyInputStream
 
getOp() - Method in class org.postgresql.copy.PGCopyOutputStream
 
getOptions() - Method in class org.postgresql.ds.common.BaseDataSource
 
getOrDefault(Properties) - Method in enum class org.postgresql.PGProperty
Returns the value of the connection parameter from the given Properties or the default value.
getOrNull(Properties) - Method in enum class org.postgresql.PGProperty
Returns the value of the connection parameter from the given Properties or null if there is no default value
getOutParameterCount() - Method in interface org.postgresql.core.ParameterList
Get the number of OUT parameters in this list.
getOutParameterCount() - Method in class org.postgresql.core.v3.CompositeParameterList
 
getOutParameterCount() - Method in class org.postgresql.core.v3.SimpleParameterList
 
getOutputPlugin() - Method in class org.postgresql.replication.ReplicationSlotInfo
Output Plugin used on slot creation.
getOutputStream() - Method in class org.postgresql.largeobject.LargeObject
Returns an OutputStream to this object.
getOutputStream() - Method in interface org.postgresql.util.ByteStreamWriter.ByteStreamTarget
Provides an output stream to write bytes to.
getParameter() - Method in class org.postgresql.core.Notification
 
getParameter() - Method in interface org.postgresql.PGNotification
Returns additional information from the notifying process.
getParameterClassName(int) - Method in class org.postgresql.jdbc.PgParameterMetaData
 
getParameterCount() - Method in interface org.postgresql.core.ParameterList
Get the number of parameters in this list.
getParameterCount() - Method in class org.postgresql.core.v3.CompositeParameterList
 
getParameterCount() - Method in class org.postgresql.core.v3.SimpleParameterList
 
getParameterCount() - Method in class org.postgresql.jdbc.PgParameterMetaData
 
getParameterMetaData() - Method in class org.postgresql.jdbc.PgPreparedStatement
 
getParameterMode(int) - Method in class org.postgresql.jdbc.PgParameterMetaData
For now report all parameters as inputs.
getParametersForStartup(String, String, Properties) - Method in class org.postgresql.core.v3.ConnectionFactoryImpl
 
getParameterStatus(String) - Method in interface org.postgresql.core.QueryExecutor
 
getParameterStatus(String) - Method in class org.postgresql.core.QueryExecutorBase
 
getParameterStatus(String) - Method in class org.postgresql.jdbc.PgConnection
 
getParameterStatus(String) - Method in interface org.postgresql.PGConnection
Shorthand for getParameterStatuses().get(...) .
getParameterStatuses() - Method in interface org.postgresql.core.QueryExecutor
 
getParameterStatuses() - Method in class org.postgresql.core.QueryExecutorBase
 
getParameterStatuses() - Method in class org.postgresql.jdbc.PgConnection
 
getParameterStatuses() - Method in interface org.postgresql.PGConnection
Returns the current values of all parameters reported by the server.
getParameterType(int) - Method in class org.postgresql.jdbc.PgParameterMetaData
 
getParameterTypeName(int) - Method in class org.postgresql.jdbc.PgParameterMetaData
 
getParamTypes() - Method in class org.postgresql.core.v3.CompositeParameterList
 
getParamTypes() - Method in class org.postgresql.core.v3.SimpleParameterList
 
getParamTypes() - Method in interface org.postgresql.core.v3.V3ParameterList
Return the parameter type information.
getParent() - Method in class org.postgresql.translation.messages_bg
 
getParent() - Method in class org.postgresql.translation.messages_cs
 
getParent() - Method in class org.postgresql.translation.messages_de
 
getParent() - Method in class org.postgresql.translation.messages_es
 
getParent() - Method in class org.postgresql.translation.messages_fr
 
getParent() - Method in class org.postgresql.translation.messages_it
 
getParent() - Method in class org.postgresql.translation.messages_ja
 
getParent() - Method in class org.postgresql.translation.messages_nl
 
getParent() - Method in class org.postgresql.translation.messages_pl
 
getParent() - Method in class org.postgresql.translation.messages_pt_BR
 
getParent() - Method in class org.postgresql.translation.messages_ru
 
getParent() - Method in class org.postgresql.translation.messages_sr
 
getParent() - Method in class org.postgresql.translation.messages_tr
 
getParent() - Method in class org.postgresql.translation.messages_zh_CN
 
getParent() - Method in class org.postgresql.translation.messages_zh_TW
 
getParentLogger() - Method in class org.postgresql.Driver
 
getParentLogger() - Method in class org.postgresql.ds.common.BaseDataSource
 
getPassword() - Method in class org.postgresql.ds.common.BaseDataSource
Gets the password to connect with by default.
getPassword(String, String, String, String) - Static method in class org.postgresql.jdbcurlresolver.PgPassParser
Read .pgpass resource
getPassword(AuthenticationRequestType) - Method in interface org.postgresql.plugin.AuthenticationPlugin
Callback method to provide the password to use for authentication.
getPercentPhraseLengthIfContains(String) - Static method in class org.postgresql.util.PGPropertyMaxResultBufferParser
Method to get length of percent phrase existing in given string, only if one of phrases exist on the length of string.
getPGArrayElement(int) - Method in interface org.postgresql.core.TypeInfo
Look up the oid of an array's base type given the array's type oid.
getPGArrayElement(int) - Method in class org.postgresql.jdbc.TypeInfoCache
 
getPGArrayType(String) - Method in interface org.postgresql.core.TypeInfo
Determine the oid of the given base postgresql type's array type.
getPGArrayType(String) - Method in class org.postgresql.jdbc.TypeInfoCache
 
getPGConnection() - Method in class org.postgresql.jdbc.PgStatement
 
getPGName() - Method in class org.postgresql.jdbc.PSQLSavepoint
 
getPGobject(String) - Method in interface org.postgresql.core.TypeInfo
 
getPGobject(String) - Method in class org.postgresql.jdbc.TypeInfoCache
 
getPGStatement() - Method in class org.postgresql.jdbc.PgResultSet
 
getPGType() - Method in class org.postgresql.core.Field
 
getPGType(int) - Method in interface org.postgresql.core.TypeInfo
Look up the postgresql type name for a given oid.
getPGType(int) - Method in class org.postgresql.jdbc.PgResultSet
 
getPGType(int) - Method in class org.postgresql.jdbc.PgResultSetMetaData
 
getPGType(int) - Method in class org.postgresql.jdbc.TypeInfoCache
 
getPGType(String) - Method in interface org.postgresql.core.TypeInfo
Look up the oid for a given postgresql type name.
getPGType(String) - Method in class org.postgresql.jdbc.TypeInfoCache
 
getPGTypeNamesWithSQLTypes() - Method in interface org.postgresql.core.TypeInfo
 
getPGTypeNamesWithSQLTypes() - Method in class org.postgresql.jdbc.TypeInfoCache
 
getPGTypeOidsWithSQLTypes() - Method in interface org.postgresql.core.TypeInfo
 
getPGTypeOidsWithSQLTypes() - Method in class org.postgresql.jdbc.TypeInfoCache
 
getPhraseLengthIfContains(String, String) - Static method in class org.postgresql.util.PGPropertyMaxResultBufferParser
Method to get length of given phrase in given string to check, method checks if phrase exist on the end of given string.
getPID() - Method in class org.postgresql.core.Notification
 
getPID() - Method in interface org.postgresql.PGNotification
Returns the process id of the backend process making this notification.
getPooledConnection() - Method in class org.postgresql.ds.PGConnectionPoolDataSource
Gets a connection which may be pooled by the app server or middleware implementation of DataSource.
getPooledConnection() - Method in class org.postgresql.ds.PGPoolingDataSource
Deprecated.
Gets a connection from the pool.
getPooledConnection(String, String) - Method in class org.postgresql.ds.PGConnectionPoolDataSource
Gets a connection which may be pooled by the app server or middleware implementation of DataSource.
getPort() - Method in class org.postgresql.util.HostSpec
 
getPortalName() - Method in class org.postgresql.core.v3.Portal
 
getPortNumber() - Method in class org.postgresql.ds.common.BaseDataSource
getPortNumbers() - Method in class org.postgresql.ds.common.BaseDataSource
Gets the port(s) which the PostgreSQL server is listening on for TCP/IP connections.
getPosition() - Method in class org.postgresql.util.ServerErrorMessage
 
getPositionInTable() - Method in class org.postgresql.core.Field
 
getPrecision(int) - Method in class org.postgresql.jdbc.PgParameterMetaData
 
getPrecision(int) - Method in class org.postgresql.jdbc.PgResultSetMetaData
 
getPrecision(int, int) - Method in interface org.postgresql.core.TypeInfo
 
getPrecision(int, int) - Method in class org.postgresql.jdbc.TypeInfoCache
 
getPreferQueryMode() - Method in interface org.postgresql.core.QueryExecutor
 
getPreferQueryMode() - Method in class org.postgresql.core.QueryExecutorBase
 
getPreferQueryMode() - Method in class org.postgresql.ds.common.BaseDataSource
 
getPreferQueryMode() - Method in class org.postgresql.jdbc.PgConnection
 
getPreferQueryMode() - Method in interface org.postgresql.PGConnection
Returns the query mode for this connection.
getPreparedStatementCacheQueries() - Method in class org.postgresql.ds.common.BaseDataSource
 
getPreparedStatementCacheSizeMiB() - Method in class org.postgresql.ds.common.BaseDataSource
 
getPrepareThreshold() - Method in class org.postgresql.ds.common.BaseDataSource
 
getPrepareThreshold() - Method in class org.postgresql.jdbc.PgConnection
 
getPrepareThreshold() - Method in class org.postgresql.jdbc.PgStatement
 
getPrepareThreshold() - Method in interface org.postgresql.PGConnection
Get the default server-side prepare reuse threshold for statements created from this connection.
getPrepareThreshold() - Method in interface org.postgresql.PGStatement
Gets the server-side prepare reuse threshold in use for this statement.
getPrepareTypes() - Method in class org.postgresql.core.v3.SimpleQuery
 
getPrimaryKeys(String, String, String) - Method in class org.postgresql.jdbc.PgDatabaseMetaData
 
getPrimaryUniqueKeys(String, String, String) - Method in class org.postgresql.jdbc.PgDatabaseMetaData
 
getPrivateKey(String) - Method in class org.postgresql.ssl.LazyKeyManager
 
getPrivateKey(String) - Method in class org.postgresql.ssl.PKCS12KeyManager
 
getProcedureColumns(String, String, String, String) - Method in class org.postgresql.jdbc.PgDatabaseMetaData
 
getProcedures(String, String, String) - Method in class org.postgresql.jdbc.PgDatabaseMetaData
 
getProcedureTerm() - Method in class org.postgresql.jdbc.PgDatabaseMetaData
getProperty(String) - Method in class org.postgresql.ds.common.BaseDataSource
 
getProperty(String) - Method in class org.postgresql.util.ExpressionProperties
Returns property value with all ${propKey} like references replaced with the value of the relevant property with recursive resolution.
getProperty(String, String) - Method in class org.postgresql.util.ExpressionProperties
 
getProperty(Reference, String) - Method in class org.postgresql.ds.common.PGObjectFactory
 
getProperty(PGProperty) - Method in class org.postgresql.ds.common.BaseDataSource
 
getPropertyInfo(String, Properties) - Method in class org.postgresql.Driver
The getPropertyInfo method is intended to allow a generic GUI tool to discover what properties it should prompt a human for in order to get enough information to connect to a database.
getProtocolVersion() - Method in interface org.postgresql.core.QueryExecutor
 
getProtocolVersion() - Method in class org.postgresql.core.v3.QueryExecutorImpl
 
getProtocolVersion() - Method in class org.postgresql.ds.common.BaseDataSource
 
getProtocolVersion() - Method in class org.postgresql.jdbc.PgConnection
 
getProxy() - Method in class org.postgresql.ds.PGPooledConnection.ConnectionHandler
 
getPseudoColumns(String, String, String, String) - Method in class org.postgresql.jdbc.PgDatabaseMetaData
 
getQuery() - Method in class org.postgresql.core.v3.Portal
 
getQueryExecutor() - Method in interface org.postgresql.core.BaseConnection
Get the QueryExecutor implementation for this connection.
getQueryExecutor() - Method in class org.postgresql.core.v3.CopyOperationImpl
 
getQueryExecutor() - Method in class org.postgresql.jdbc.PgConnection
 
getQueryTimeout() - Method in class org.postgresql.jdbc.PgStatement
 
getQueryTimeoutMs() - Method in class org.postgresql.jdbc.PgStatement
The queryTimeout limit is the number of milliseconds the driver will wait for a Statement to execute.
getQuoteReturningIdentifiers() - Method in interface org.postgresql.core.QueryExecutor
 
getQuoteReturningIdentifiers() - Method in class org.postgresql.core.QueryExecutorBase
 
getQuoteReturningIdentifiers() - Method in class org.postgresql.ds.common.BaseDataSource
 
getRawPropertyValue(String) - Method in class org.postgresql.util.ExpressionProperties
Returns raw value of a property without any replacements.
getRawValue(int) - Method in class org.postgresql.jdbc.PgResultSet
Checks that the result set is not closed, it's positioned on a valid row and that the given column number is valid.
getReadOnly() - Method in class org.postgresql.ds.common.BaseDataSource
 
getReadOnlyBehavior(String) - Static method in class org.postgresql.jdbc.PgConnection
 
getReadOnlyMode() - Method in class org.postgresql.ds.common.BaseDataSource
 
getReceiveBufferSize() - Method in class org.postgresql.ds.common.BaseDataSource
 
getRecvBufferSize() - Method in class org.postgresql.ds.common.BaseDataSource
 
getRef(int) - Method in class org.postgresql.jdbc.PgCallableStatement
 
getRef(int) - Method in class org.postgresql.jdbc.PgResultSet
 
getRef(String) - Method in class org.postgresql.jdbc.PgCallableStatement
 
getRef(String) - Method in class org.postgresql.jdbc.PgResultSet
 
getRefCount() - Method in class org.postgresql.util.SharedTimer
 
getRefCursor() - Method in class org.postgresql.jdbc.PgResultSet
 
getRefCursor() - Method in interface org.postgresql.PGRefCursorResultSet
Deprecated.
As of 8.0, replaced with calling getString() on the ResultSet that this ResultSet was obtained from.
getReference() - Method in class org.postgresql.ds.common.BaseDataSource
 
getReference() - Method in class org.postgresql.ds.PGPoolingDataSource
Deprecated.
Adds custom properties for this DataSource to the properties defined in the superclass.
getReferenceProperty(Reference, String) - Static method in class org.postgresql.ds.common.BaseDataSource
 
getReplication() - Method in class org.postgresql.ds.common.BaseDataSource
 
getReplicationAPI() - Method in class org.postgresql.jdbc.PgConnection
 
getReplicationAPI() - Method in interface org.postgresql.PGConnection
 
getReplicationProtocol() - Method in interface org.postgresql.core.BaseConnection
Internal protocol for work with physical and logical replication.
getReplicationProtocol() - Method in interface org.postgresql.core.QueryExecutor
 
getReplicationProtocol() - Method in class org.postgresql.core.v3.QueryExecutorImpl
 
getReplicationProtocol() - Method in class org.postgresql.jdbc.PgConnection
 
getReplicationType() - Method in class org.postgresql.replication.ReplicationSlotInfo
Replication type of the slot created, might be PHYSICAL or LOGICAL.
getResult(long) - Method in class org.postgresql.Driver.ConnectThread
Get the connection result from this (assumed running) thread.
getResults() - Method in class org.postgresql.core.SetupQueryRunner.SimpleResultHandler
 
getResults() - Method in class org.postgresql.jdbc.PgStatement.StatementResultHandler
 
getResultSet() - Method in class org.postgresql.jdbc.PgArray
 
getResultSet() - Method in class org.postgresql.jdbc.PgStatement
 
getResultSet() - Method in class org.postgresql.jdbc.ResultWrapper
 
getResultSet(long, int) - Method in class org.postgresql.jdbc.PgArray
 
getResultSet(long, int, Map<String, Class<?>>) - Method in class org.postgresql.jdbc.PgArray
 
getResultSet(Map<String, Class<?>>) - Method in class org.postgresql.jdbc.PgArray
 
getResultSetColumnNameIndexMap() - Method in interface org.postgresql.core.Query
Get a map that a result set can use to find the index associated to a name.
getResultSetColumnNameIndexMap() - Method in class org.postgresql.core.v3.CompositeQuery
 
getResultSetColumnNameIndexMap() - Method in class org.postgresql.core.v3.SimpleQuery
 
getResultSetConcurrency() - Method in class org.postgresql.jdbc.PgStatement
 
getResultSetHoldability() - Method in class org.postgresql.jdbc.PgDatabaseMetaData
 
getResultSetHoldability() - Method in class org.postgresql.jdbc.PgStatement
 
getResultSetImpl(long, int, Map<String, Class<?>>) - Method in class org.postgresql.jdbc.PgArray
 
getResultSetImpl(Map<String, Class<?>>) - Method in class org.postgresql.jdbc.PgArray
 
getResultSetType() - Method in class org.postgresql.jdbc.PgStatement
 
getReWriteBatchedInserts() - Method in class org.postgresql.ds.common.BaseDataSource
 
getRoutine() - Method in class org.postgresql.util.ServerErrorMessage
 
getRow() - Method in class org.postgresql.jdbc.PgResultSet
 
getRowId(int) - Method in class org.postgresql.jdbc.PgCallableStatement
 
getRowId(int) - Method in class org.postgresql.jdbc.PgResultSet
 
getRowId(String) - Method in class org.postgresql.jdbc.PgCallableStatement
 
getRowId(String) - Method in class org.postgresql.jdbc.PgResultSet
 
getRowIdLifetime() - Method in class org.postgresql.jdbc.PgDatabaseMetaData
 
getRows() - Method in class org.postgresql.core.CommandCompleteParser
 
getRuntimeVersion() - Static method in enum class org.postgresql.core.JavaVersion
Returns enum value that represents current runtime.
getSavepointId() - Method in class org.postgresql.jdbc.PSQLSavepoint
 
getSavepointName() - Method in class org.postgresql.jdbc.PSQLSavepoint
 
getScale(int) - Method in class org.postgresql.jdbc.PgParameterMetaData
 
getScale(int) - Method in class org.postgresql.jdbc.PgResultSetMetaData
 
getScale(int, int) - Method in interface org.postgresql.core.TypeInfo
 
getScale(int, int) - Method in class org.postgresql.jdbc.TypeInfoCache
 
getSchema() - Method in class org.postgresql.jdbc.PgConnection
 
getSchema() - Method in class org.postgresql.util.ServerErrorMessage
 
getSchemaName(int) - Method in class org.postgresql.jdbc.PgResultSetMetaData
 
getSchemas() - Method in class org.postgresql.jdbc.PgDatabaseMetaData
 
getSchemas(String, String) - Method in class org.postgresql.jdbc.PgDatabaseMetaData
 
getSchemaTerm() - Method in class org.postgresql.jdbc.PgDatabaseMetaData
getSearchStringEscape() - Method in class org.postgresql.jdbc.PgDatabaseMetaData
 
getSeconds() - Method in class org.postgresql.util.PGInterval
Returns the seconds represented by this interval.
getSecureRandom() - Static method in class org.postgresql.util.PasswordUtil
 
getSendBufferSize() - Method in class org.postgresql.ds.common.BaseDataSource
 
getServerAliases(String, Principal[]) - Method in class org.postgresql.ssl.LazyKeyManager
 
getServerAliases(String, Principal[]) - Method in class org.postgresql.ssl.PKCS12KeyManager
 
getServerErrorMessage() - Method in exception class org.postgresql.util.PSQLException
 
getServerErrorMessage() - Method in exception class org.postgresql.util.PSQLWarning
 
getServerMajorVersion() - Method in class org.postgresql.jdbc.PgConnection
Get server major version.
getServerMinorVersion() - Method in class org.postgresql.jdbc.PgConnection
Get server minor version.
getServerName() - Method in class org.postgresql.ds.common.BaseDataSource
getServerNames() - Method in class org.postgresql.ds.common.BaseDataSource
Gets the name of the host(s) the PostgreSQL database is running on.
getServerVersion() - Method in interface org.postgresql.core.QueryExecutor
Return the server version from the server_version GUC.
getServerVersion() - Method in class org.postgresql.core.QueryExecutorBase
 
getServerVersionNum() - Method in interface org.postgresql.core.QueryExecutor
Get a machine-readable server version.
getServerVersionNum() - Method in class org.postgresql.core.QueryExecutorBase
 
getServiceProperties(String) - Static method in class org.postgresql.jdbcurlresolver.PgServiceConfParser
Read pg_service.conf resource
getSetString(Properties) - Method in enum class org.postgresql.PGProperty
Return the property if exists but avoiding the default.
getSeverity() - Method in class org.postgresql.util.ServerErrorMessage
 
getSharedCalendar(TimeZone) - Method in class org.postgresql.jdbc.TimestampUtils
Get a shared calendar, applying the supplied time zone or the default time zone if null.
getSharedTimer() - Static method in class org.postgresql.Driver
 
getShort(int) - Method in class org.postgresql.jdbc.PgCallableStatement
 
getShort(int) - Method in class org.postgresql.jdbc.PgResultSet
 
getShort(String) - Method in class org.postgresql.jdbc.PgCallableStatement
 
getShort(String) - Method in class org.postgresql.jdbc.PgResultSet
 
getSingleResultSet() - Method in class org.postgresql.jdbc.PgStatement
 
getSize() - Method in class org.postgresql.core.BaseQueryKey
 
getSize() - Method in class org.postgresql.core.CachedQuery
 
getSize() - Method in class org.postgresql.core.QueryWithReturningColumnsKey
 
getSize() - Method in class org.postgresql.core.v3.adaptivefetch.AdaptiveFetchCacheEntry
 
getSize() - Method in class org.postgresql.jdbc.FieldMetadata
 
getSize() - Method in interface org.postgresql.util.CanEstimateSize
 
getSize() - Method in class org.postgresql.util.PGtokenizer
 
getSlotName() - Method in interface org.postgresql.replication.fluent.CommonOptions
Replication slots provide an automated way to ensure that the master does not remove WAL segments until they have been received by all standbys, and that the master does not remove rows which could cause a recovery conflict even when the standby is disconnected.
getSlotName() - Method in interface org.postgresql.replication.fluent.logical.LogicalReplicationOptions
Required parameter for logical replication.
getSlotName() - Method in class org.postgresql.replication.fluent.logical.LogicalStreamBuilder
 
getSlotName() - Method in class org.postgresql.replication.fluent.physical.PhysicalStreamBuilder
 
getSlotName() - Method in class org.postgresql.replication.ReplicationSlotInfo
Replication slot name.
getSlotOptions() - Method in interface org.postgresql.replication.fluent.logical.LogicalReplicationOptions
Parameters for output plugin.
getSlotOptions() - Method in class org.postgresql.replication.fluent.logical.LogicalStreamBuilder
 
getSnapshotName() - Method in class org.postgresql.replication.ReplicationSlotInfo
Exported snapshot name at the point of replication slot creation.
getSocket() - Method in class org.postgresql.core.PGStream
 
getSocketFactory() - Method in class org.postgresql.core.PGStream
 
getSocketFactory() - Method in class org.postgresql.ds.common.BaseDataSource
 
getSocketFactory(Properties) - Static method in class org.postgresql.core.SocketFactoryFactory
Instantiates SocketFactory based on the PGProperty.SOCKET_FACTORY.
getSocketFactoryArg() - Method in class org.postgresql.ds.common.BaseDataSource
 
getSocketTimeout() - Method in class org.postgresql.ds.common.BaseDataSource
 
getSource(Class<T>) - Method in class org.postgresql.jdbc.PgSQLXML
 
getSql() - Method in class org.postgresql.core.JdbcCallParseInfo
SQL in a native for certain backend version.
getSqlCommand() - Method in interface org.postgresql.core.Query
Returns properties of the query (sql keyword, and some other parsing info).
getSqlCommand() - Method in class org.postgresql.core.v3.CompositeQuery
 
getSqlCommand() - Method in class org.postgresql.core.v3.SimpleQuery
 
getSQLKeywords() - Method in class org.postgresql.jdbc.PgDatabaseMetaData
getSQLState() - Method in class org.postgresql.util.ServerErrorMessage
 
getSQLStateType() - Method in class org.postgresql.jdbc.PgDatabaseMetaData
 
getSQLType() - Method in class org.postgresql.core.Field
 
getSQLType(int) - Method in interface org.postgresql.core.TypeInfo
Look up the SQL typecode for a given type oid.
getSQLType(int) - Method in class org.postgresql.jdbc.PgResultSet
 
getSQLType(int) - Method in class org.postgresql.jdbc.PgResultSetMetaData
 
getSQLType(int) - Method in class org.postgresql.jdbc.TypeInfoCache
 
getSQLType(String) - Method in interface org.postgresql.core.TypeInfo
Look up the SQL typecode for a given postgresql type name.
getSQLType(String) - Method in class org.postgresql.jdbc.TypeInfoCache
 
getSQLTypeFromQueryResult(ResultSet) - Method in class org.postgresql.jdbc.TypeInfoCache
 
getSQLTypeQuery(boolean) - Method in class org.postgresql.jdbc.TypeInfoCache
 
getSQLXML(int) - Method in class org.postgresql.jdbc.PgCallableStatement
 
getSQLXML(int) - Method in class org.postgresql.jdbc.PgResultSet
 
getSQLXML(String) - Method in class org.postgresql.jdbc.PgCallableStatement
 
getSQLXML(String) - Method in class org.postgresql.jdbc.PgResultSet
 
getSsl() - Method in class org.postgresql.ds.common.BaseDataSource
 
getSslcert() - Method in class org.postgresql.ds.common.BaseDataSource
 
getSslCert() - Method in class org.postgresql.ds.common.BaseDataSource
 
getSslfactory() - Method in class org.postgresql.ds.common.BaseDataSource
 
getSslfactoryarg() - Method in class org.postgresql.ds.common.BaseDataSource
 
getSslFactoryArg() - Method in class org.postgresql.ds.common.BaseDataSource
 
getSslhostnameverifier() - Method in class org.postgresql.ds.common.BaseDataSource
 
getSslHostnameVerifier() - Method in class org.postgresql.ds.common.BaseDataSource
 
getSslkey() - Method in class org.postgresql.ds.common.BaseDataSource
 
getSslKey() - Method in class org.postgresql.ds.common.BaseDataSource
 
getSslmode() - Method in class org.postgresql.ds.common.BaseDataSource
 
getSslMode() - Method in class org.postgresql.ds.common.BaseDataSource
 
getSslNegotiation() - Method in class org.postgresql.ds.common.BaseDataSource
 
getSslpassword() - Method in class org.postgresql.ds.common.BaseDataSource
 
getSslPassword() - Method in class org.postgresql.ds.common.BaseDataSource
 
getSslpasswordcallback() - Method in class org.postgresql.ds.common.BaseDataSource
 
getSslPasswordCallback() - Method in class org.postgresql.ds.common.BaseDataSource
 
getSslResponseTimeout() - Method in class org.postgresql.ds.common.BaseDataSource
 
getSslrootcert() - Method in class org.postgresql.ds.common.BaseDataSource
 
getSslRootCert() - Method in class org.postgresql.ds.common.BaseDataSource
 
getSslSocketFactory(Properties) - Static method in class org.postgresql.core.SocketFactoryFactory
Instantiates SSLSocketFactory based on the PGProperty.SSL_FACTORY.
getSspiServiceClass() - Method in class org.postgresql.ds.common.BaseDataSource
 
getStandardConformingStrings() - Method in interface org.postgresql.core.BaseConnection
Returns whether the server treats string-literals according to the SQL standard or if it uses traditional PostgreSQL escaping rules.
getStandardConformingStrings() - Method in interface org.postgresql.core.QueryExecutor
Returns whether the server treats string-literals according to the SQL standard or if it uses traditional PostgreSQL escaping rules.
getStandardConformingStrings() - Method in class org.postgresql.core.QueryExecutorBase
 
getStandardConformingStrings() - Method in class org.postgresql.jdbc.PgConnection
 
getStartLSNPosition() - Method in interface org.postgresql.replication.fluent.CommonOptions
 
getStartLSNPosition() - Method in class org.postgresql.replication.fluent.logical.LogicalStreamBuilder
 
getStartLSNPosition() - Method in class org.postgresql.replication.fluent.physical.PhysicalStreamBuilder
 
getState() - Method in enum class org.postgresql.util.PSQLState
 
getStatement() - Method in class org.postgresql.jdbc.PgResultSet
 
getStatementName() - Method in class org.postgresql.core.v3.SimpleQuery
 
getStatusInterval() - Method in interface org.postgresql.replication.fluent.CommonOptions
Specifies the number of millisecond between status packets sent back to the server.
getStatusInterval() - Method in class org.postgresql.replication.fluent.logical.LogicalStreamBuilder
 
getStatusInterval() - Method in class org.postgresql.replication.fluent.physical.PhysicalStreamBuilder
 
getStream() - Method in class org.postgresql.util.StreamWrapper
 
getStream() - Method in class org.postgresql.util.TempFileHolder
 
getString() - Method in class org.postgresql.jdbc.PgSQLXML
 
getString(byte[], int, int, Encoding) - Method in class org.postgresql.core.AsciiStringInterner
Produces a String instance for the given bytes.
getString(int) - Method in class org.postgresql.jdbc.PgCallableStatement
 
getString(int) - Method in class org.postgresql.jdbc.PgResultSet
 
getString(String) - Method in class org.postgresql.jdbc.PgCallableStatement
 
getString(String) - Method in class org.postgresql.jdbc.PgResultSet
 
getStringFunctions() - Method in class org.postgresql.jdbc.PgDatabaseMetaData
 
getStringIfPresent(byte[], int, int, Encoding) - Method in class org.postgresql.core.AsciiStringInterner
Produces a String instance for the given bytes.
getStringType() - Method in class org.postgresql.ds.common.BaseDataSource
 
getStringType() - Method in class org.postgresql.jdbc.PgPreparedStatement
 
getStringVarcharFlag() - Method in interface org.postgresql.core.BaseConnection
 
getStringVarcharFlag() - Method in class org.postgresql.jdbc.PgConnection
 
getSubparams() - Method in class org.postgresql.core.v3.CompositeParameterList
 
getSubparams() - Method in class org.postgresql.core.v3.SimpleParameterList
 
getSubparams() - Method in interface org.postgresql.core.v3.V3ParameterList
Return a list of the SimpleParameterList objects that make up this parameter list.
getSubqueries() - Method in interface org.postgresql.core.Query
Return a list of the Query objects that make up this query.
getSubqueries() - Method in class org.postgresql.core.v3.CompositeQuery
 
getSubqueries() - Method in class org.postgresql.core.v3.SimpleQuery
 
getSubString(long, int) - Method in class org.postgresql.jdbc.PgClob
 
getSuperTables(String, String, String) - Method in class org.postgresql.jdbc.PgDatabaseMetaData
 
getSuperTypes(String, String, String) - Method in class org.postgresql.jdbc.PgDatabaseMetaData
 
getSupportedBinaryOids() - Static method in class org.postgresql.jdbc.PgConnection
 
getSupportedCipherSuites() - Method in class org.postgresql.ssl.WrappedFactory
 
getSystemFunctions() - Method in class org.postgresql.jdbc.PgDatabaseMetaData
 
getTable() - Method in class org.postgresql.util.ServerErrorMessage
 
Gettable<K,V> - Interface in org.postgresql.util
 
GettableHashMap<K,V> - Class in org.postgresql.util
 
GettableHashMap() - Constructor for class org.postgresql.util.GettableHashMap
 
getTableName(int) - Method in class org.postgresql.jdbc.PgResultSetMetaData
 
getTableOid() - Method in class org.postgresql.core.Field
 
getTablePrivileges(String, String, String) - Method in class org.postgresql.jdbc.PgDatabaseMetaData
 
getTables(String, String, String, String[]) - Method in class org.postgresql.jdbc.PgDatabaseMetaData
 
getTableTypes() - Method in class org.postgresql.jdbc.PgDatabaseMetaData
 
getTargetServerType() - Method in class org.postgresql.ds.common.BaseDataSource
 
getTargetServerType(String) - Static method in enum class org.postgresql.hostchooser.HostRequirement
The postgreSQL project has decided not to use the term slave to refer to alternate servers.
getTcpKeepAlive() - Method in class org.postgresql.ds.common.BaseDataSource
 
getTcpNoDelay() - Method in class org.postgresql.ds.common.BaseDataSource
 
getTime(int) - Method in class org.postgresql.jdbc.PgCallableStatement
 
getTime(int) - Method in class org.postgresql.jdbc.PgResultSet
 
getTime(int, Calendar) - Method in class org.postgresql.jdbc.PgCallableStatement
 
getTime(int, Calendar) - Method in class org.postgresql.jdbc.PgResultSet
 
getTime(String) - Method in class org.postgresql.jdbc.PgCallableStatement
 
getTime(String) - Method in class org.postgresql.jdbc.PgResultSet
 
getTime(String, Calendar) - Method in class org.postgresql.jdbc.PgCallableStatement
 
getTime(String, Calendar) - Method in class org.postgresql.jdbc.PgResultSet
 
getTimeDateFunctions() - Method in class org.postgresql.jdbc.PgDatabaseMetaData
 
getTimer() - Method in class org.postgresql.jdbc.PgConnection
 
getTimer() - Method in class org.postgresql.jdbc.PgConnectionCleaningAction
 
getTimer() - Method in class org.postgresql.util.SharedTimer
 
getTimestamp(int) - Method in class org.postgresql.jdbc.PgCallableStatement
 
getTimestamp(int) - Method in class org.postgresql.jdbc.PgResultSet
 
getTimestamp(int, Calendar) - Method in class org.postgresql.jdbc.PgCallableStatement
 
getTimestamp(int, Calendar) - Method in class org.postgresql.jdbc.PgResultSet
 
getTimestamp(String) - Method in class org.postgresql.jdbc.PgCallableStatement
 
getTimestamp(String) - Method in class org.postgresql.jdbc.PgResultSet
 
getTimestamp(String, Calendar) - Method in class org.postgresql.jdbc.PgCallableStatement
 
getTimestamp(String, Calendar) - Method in class org.postgresql.jdbc.PgResultSet
 
getTimestampUtils() - Method in interface org.postgresql.core.BaseConnection
Deprecated.
getTimestampUtils() - Method in class org.postgresql.jdbc.PgConnection
Deprecated.
getTimestampUtils() - Method in class org.postgresql.jdbc.PgResultSet
 
getTimestampUtils() - Method in class org.postgresql.jdbc.PgStatement
 
getTimeZone() - Method in interface org.postgresql.core.QueryExecutor
Returns backend timezone in java format.
getTimeZone() - Method in class org.postgresql.core.v3.QueryExecutorImpl
 
getToken(int) - Method in class org.postgresql.util.PGtokenizer
 
getTransactionIsolation() - Method in class org.postgresql.jdbc.PgConnection
 
getTransactionState() - Method in interface org.postgresql.core.BaseConnection
Get the current transaction state of this connection.
getTransactionState() - Method in interface org.postgresql.core.QueryExecutor
Get the current transaction state of this connection.
getTransactionState() - Method in class org.postgresql.core.QueryExecutorBase
 
getTransactionState() - Method in class org.postgresql.jdbc.PgConnection
 
getTransactionTimeout() - Method in class org.postgresql.xa.PGXAConnection
We don't do transaction timeouts.
getType() - Method in class org.postgresql.core.SqlCommand
 
getType() - Method in class org.postgresql.jdbc.PgResultSet
 
getType() - Method in class org.postgresql.util.PGobject
As this cannot change during the life of the object, it's final.
getTypeForAlias(String) - Method in interface org.postgresql.core.TypeInfo
 
getTypeForAlias(String) - Method in class org.postgresql.jdbc.TypeInfoCache
 
getTypeInfo() - Method in interface org.postgresql.core.BaseConnection
 
getTypeInfo() - Method in class org.postgresql.jdbc.PgConnection
 
getTypeInfo() - Method in class org.postgresql.jdbc.PgDatabaseMetaData
 
getTypeInfoStatement - Variable in class org.postgresql.jdbc.TypeInfoCache
 
getTypeMap() - Method in class org.postgresql.jdbc.PgConnection
 
getTypeOID(int) - Method in class org.postgresql.core.v3.SimpleParameterList
 
getTypeOID(int) - Method in class org.postgresql.jdbc.ArrayEncoding.AbstractArrayEncoder
 
getTypeOIDs() - Method in interface org.postgresql.core.ParameterList
Return the oids of the parameters in this list.
getTypeOIDs() - Method in class org.postgresql.core.v3.CompositeParameterList
 
getTypeOIDs() - Method in class org.postgresql.core.v3.SimpleParameterList
 
getUDTs(String, String, String, int[]) - Method in class org.postgresql.jdbc.PgDatabaseMetaData
 
getUnicodeStream(int) - Method in class org.postgresql.jdbc.PgResultSet
 
getUnicodeStream(String) - Method in class org.postgresql.jdbc.PgResultSet
 
getUnknownLength() - Method in class org.postgresql.ds.common.BaseDataSource
 
getUpdateCount() - Method in class org.postgresql.jdbc.BatchResultHandler
 
getUpdateCount() - Method in class org.postgresql.jdbc.PgStatement
 
getUpdateCount() - Method in class org.postgresql.jdbc.ResultWrapper
 
getUrl() - Method in class org.postgresql.ds.common.BaseDataSource
Generates a DriverManager URL from the other properties supplied.
getURL() - Method in class org.postgresql.ds.common.BaseDataSource
Generates a DriverManager URL from the other properties supplied.
getURL() - Method in class org.postgresql.jdbc.PgConnection
We are required to bring back certain information by the DatabaseMetaData class.
getURL() - Method in class org.postgresql.jdbc.PgDatabaseMetaData
 
getURL(int) - Method in class org.postgresql.jdbc.PgCallableStatement
 
getURL(int) - Method in class org.postgresql.jdbc.PgResultSet
 
getURL(String) - Method in class org.postgresql.jdbc.PgCallableStatement
 
getURL(String) - Method in class org.postgresql.jdbc.PgResultSet
 
getUser() - Method in interface org.postgresql.core.QueryExecutor
 
getUser() - Method in class org.postgresql.core.QueryExecutorBase
 
getUser() - Method in class org.postgresql.ds.common.BaseDataSource
Gets the user to connect as by default.
getUserConfigRootDirectory() - Static method in class org.postgresql.util.OSUtil
 
getUserName() - Method in class org.postgresql.jdbc.PgConnection
Method getUserName() brings back the User Name (again, we saved it).
getUserName() - Method in class org.postgresql.jdbc.PgDatabaseMetaData
 
getUseSpNego() - Method in class org.postgresql.ds.common.BaseDataSource
 
getUUID(byte[]) - Method in class org.postgresql.jdbc.PgResultSet
 
getUUID(String) - Method in class org.postgresql.jdbc.PgResultSet
 
getV3Length(int) - Method in class org.postgresql.core.v3.SimpleParameterList
 
getValue() - Method in class org.postgresql.geometric.PGbox
 
getValue() - Method in class org.postgresql.geometric.PGcircle
 
getValue() - Method in class org.postgresql.geometric.PGline
 
getValue() - Method in class org.postgresql.geometric.PGlseg
 
getValue() - Method in class org.postgresql.geometric.PGpath
This returns the path in the syntax expected by org.postgresql.
getValue() - Method in class org.postgresql.geometric.PGpoint
 
getValue() - Method in class org.postgresql.geometric.PGpolygon
 
getValue() - Method in class org.postgresql.jdbc.PgResultSet.NullObject
 
getValue() - Method in class org.postgresql.jdbc.PgResultSet.PrimaryKey
 
getValue() - Method in class org.postgresql.util.PGInterval
Returns the stored interval information as a string.
getValue() - Method in class org.postgresql.util.PGmoney
 
getValue() - Method in class org.postgresql.util.PGobject
This must be overridden, to return the value of the object, in the form required by org.postgresql.
getValues() - Method in interface org.postgresql.core.ParameterList
Returns the bound parameter values.
getValues() - Method in class org.postgresql.core.v3.CompositeParameterList
 
getValues() - Method in class org.postgresql.core.v3.SimpleParameterList
 
getVersion() - Static method in class org.postgresql.Driver
getVersionColumns(String, String, String) - Method in class org.postgresql.jdbc.PgDatabaseMetaData
 
getVersionNum() - Method in enum class org.postgresql.core.ServerVersion
Get a machine-readable version number.
getVersionNum() - Method in interface org.postgresql.core.Version
Get a machine-readable version number.
getWarning() - Method in interface org.postgresql.core.ResultHandler
Returns the first encountered warning.
getWarning() - Method in class org.postgresql.core.ResultHandlerBase
 
getWarning() - Method in class org.postgresql.core.ResultHandlerDelegate
 
getWarnings() - Method in interface org.postgresql.core.QueryExecutor
Retrieve and clear the chain of warnings accumulated on this connection.
getWarnings() - Method in class org.postgresql.core.QueryExecutorBase
 
getWarnings() - Method in class org.postgresql.jdbc.PgConnection
 
getWarnings() - Method in class org.postgresql.jdbc.PgResultSet
 
getWarnings() - Method in class org.postgresql.jdbc.PgStatement
 
getWatchedCount() - Method in class org.postgresql.util.LazyCleaner
 
getWhere() - Method in class org.postgresql.util.ServerErrorMessage
 
getWholeSeconds() - Method in class org.postgresql.util.PGInterval
 
getWrapped() - Method in class org.postgresql.core.VisibleBufferedInputStream
 
getXAConnection() - Method in class org.postgresql.xa.PGXADataSource
Gets a connection to the PostgreSQL database.
getXAConnection(String, String) - Method in class org.postgresql.xa.PGXADataSource
Gets a XA-enabled connection to the PostgreSQL database.
getXAResource() - Method in class org.postgresql.xa.PGXAConnection
 
getXmlFactoryFactory() - Method in interface org.postgresql.core.BaseConnection
Retrieve the factory to instantiate XML processing factories.
getXmlFactoryFactory() - Method in class org.postgresql.ds.common.BaseDataSource
 
getXmlFactoryFactory() - Method in class org.postgresql.jdbc.PgConnection
 
getXmlFactoryFactory() - Method in class org.postgresql.jdbc.PgSQLXML
 
getYears() - Method in class org.postgresql.util.PGInterval
Returns the years represented by this interval.
GlobalHostStatusTracker - Class in org.postgresql.hostchooser
Keeps track of HostSpec targets in a global map.
GlobalHostStatusTracker() - Constructor for class org.postgresql.hostchooser.GlobalHostStatusTracker
 
GlobalHostStatusTracker.HostSpecStatus - Class in org.postgresql.hostchooser
 
globalTransactionId - Variable in class org.postgresql.xa.RecoveredXid
 
GMT_ZONES - Static variable in class org.postgresql.jdbc.TimestampUtils
 
GROUP_STARTUP_PARAMETERS - Enum constant in enum class org.postgresql.PGProperty
Group startup parameters in a transaction This is important in pool-by-transaction scenarios in order to make sure that all the statements reaches the same connection that is being initialized.
grow() - Method in class org.postgresql.util.ByteConverter.PositiveShorts
 
growBuffer(int) - Method in class org.postgresql.largeobject.BlobOutputStream
Grows an internal buffer to ensure the extra bytes fit in the buffer.
GSS - Enum constant in enum class org.postgresql.plugin.AuthenticationRequestType
 
GSS_ENC_MODE - Enum constant in enum class org.postgresql.PGProperty
 
GSS_LIB - Enum constant in enum class org.postgresql.PGProperty
Force one of SSPI (Windows transparent single-sign-on) GSSAPI (Kerberos, via JSSE) to be used when the server requests Kerberos or SSPI authentication.
GSS_RESPONSE_TIMEOUT - Enum constant in enum class org.postgresql.PGProperty
After requesting an upgrade to SSL from the server there are reports of the server not responding due to a failover without a timeout here, the client can wait forever.
GssAction - Class in org.postgresql.gss
 
GssAction(PGStream, Subject, String, String, String, boolean, boolean) - Constructor for class org.postgresql.gss.GssAction
 
GSSCallbackHandler - Class in org.postgresql.gss
 
GSSCallbackHandler(String, char[]) - Constructor for class org.postgresql.gss.GSSCallbackHandler
 
gssContext - Variable in class org.postgresql.gss.GSSInputStream
 
gssContext - Variable in class org.postgresql.gss.GSSOutputStream
 
GssEncAction - Class in org.postgresql.gss
 
GssEncAction(PGStream, Subject, String, String, String, boolean, boolean) - Constructor for class org.postgresql.gss.GssEncAction
 
GSSEncMode - Enum Class in org.postgresql.jdbc
 
GSSEncMode(String) - Constructor for enum class org.postgresql.jdbc.GSSEncMode
 
gssEncrypted - Variable in class org.postgresql.core.PGStream
 
GSSInputStream - Class in org.postgresql.gss
 
GSSInputStream(InputStream, GSSContext, MessageProp) - Constructor for class org.postgresql.gss.GSSInputStream
 
GSSOutputStream - Class in org.postgresql.gss
Output stream that wraps each packed with GSS encryption.
GSSOutputStream(PgBufferedOutputStream, GSSContext, MessageProp, int) - Constructor for class org.postgresql.gss.GSSOutputStream
Creates GSS output stream.
GT - Class in org.postgresql.util
This class provides a wrapper around a gettext message catalog that can provide a localized version of error messages.
GT() - Constructor for class org.postgresql.util.GT
 
guessTimestamp(long, TimeZone) - Method in class org.postgresql.jdbc.TimestampUtils
Given a UTC timestamp millis finds another point in time that is rendered in given time zone tz exactly as "millis in UTC".

H

handle(Callback[]) - Method in class org.postgresql.gss.GSSCallbackHandler
 
handle(Callback[]) - Method in class org.postgresql.ssl.LibPQFactory.ConsoleCallbackHandler
Handles the callbacks.
handleAuthenticationSASL() - Method in class org.postgresql.core.v3.ScramAuthenticator
 
handleAuthenticationSASLContinue(int) - Method in class org.postgresql.core.v3.ScramAuthenticator
 
handleAuthenticationSASLFinal(int) - Method in class org.postgresql.core.v3.ScramAuthenticator
 
handleCommandStatus(String) - Method in class org.postgresql.core.v3.CopyDualImpl
 
handleCommandStatus(String) - Method in class org.postgresql.core.v3.CopyOperationImpl
 
handleCommandStatus(String, long, long) - Method in interface org.postgresql.core.ResultHandler
Called when a query that did not return a resultset completes.
handleCommandStatus(String, long, long) - Method in class org.postgresql.core.ResultHandlerBase
 
handleCommandStatus(String, long, long) - Method in class org.postgresql.core.ResultHandlerDelegate
 
handleCommandStatus(String, long, long) - Method in class org.postgresql.jdbc.BatchResultHandler
 
handleCommandStatus(String, long, long) - Method in class org.postgresql.jdbc.PgResultSet.CursorResultHandler
 
handleCommandStatus(String, long, long) - Method in class org.postgresql.jdbc.PgStatement.StatementResultHandler
 
handleCompletion() - Method in interface org.postgresql.core.ResultHandler
Called before a QueryExecutor method returns.
handleCompletion() - Method in class org.postgresql.core.ResultHandlerBase
 
handleCompletion() - Method in class org.postgresql.core.ResultHandlerDelegate
 
handleCompletion() - Method in class org.postgresql.jdbc.BatchResultHandler
 
handleCompletion() - Method in class org.postgresql.jdbc.PgConnection.TransactionCommandHandler
 
handleCompletion() - Method in class org.postgresql.jdbc.PgResultSet.CursorResultHandler
 
handleCopydata(byte[]) - Method in class org.postgresql.core.v3.CopyDualImpl
 
handleCopydata(byte[]) - Method in class org.postgresql.core.v3.CopyInImpl
 
handleCopydata(byte[]) - Method in class org.postgresql.core.v3.CopyOperationImpl
Consume received copy data.
handleCopydata(byte[]) - Method in class org.postgresql.core.v3.CopyOutImpl
 
handledRowCount - Variable in class org.postgresql.core.v3.CopyOperationImpl
 
handleError(SQLException) - Method in interface org.postgresql.core.ResultHandler
Called when an error occurs.
handleError(SQLException) - Method in class org.postgresql.core.ResultHandlerBase
 
handleError(SQLException) - Method in class org.postgresql.core.ResultHandlerDelegate
 
handleError(SQLException) - Method in class org.postgresql.jdbc.BatchResultHandler
 
handleGetObject(String) - Method in class org.postgresql.translation.messages_bg
 
handleGetObject(String) - Method in class org.postgresql.translation.messages_cs
 
handleGetObject(String) - Method in class org.postgresql.translation.messages_de
 
handleGetObject(String) - Method in class org.postgresql.translation.messages_es
 
handleGetObject(String) - Method in class org.postgresql.translation.messages_fr
 
handleGetObject(String) - Method in class org.postgresql.translation.messages_it
 
handleGetObject(String) - Method in class org.postgresql.translation.messages_ja
 
handleGetObject(String) - Method in class org.postgresql.translation.messages_nl
 
handleGetObject(String) - Method in class org.postgresql.translation.messages_pl
 
handleGetObject(String) - Method in class org.postgresql.translation.messages_pt_BR
 
handleGetObject(String) - Method in class org.postgresql.translation.messages_ru
 
handleGetObject(String) - Method in class org.postgresql.translation.messages_sr
 
handleGetObject(String) - Method in class org.postgresql.translation.messages_tr
 
handleGetObject(String) - Method in class org.postgresql.translation.messages_zh_CN
 
handleGetObject(String) - Method in class org.postgresql.translation.messages_zh_TW
 
handleResultRows(Query, Field[], List<Tuple>, ResultCursor) - Method in interface org.postgresql.core.ResultHandler
Called when result rows are received from a query.
handleResultRows(Query, Field[], List<Tuple>, ResultCursor) - Method in class org.postgresql.core.ResultHandlerBase
 
handleResultRows(Query, Field[], List<Tuple>, ResultCursor) - Method in class org.postgresql.core.ResultHandlerDelegate
 
handleResultRows(Query, Field[], List<Tuple>, ResultCursor) - Method in class org.postgresql.core.SetupQueryRunner.SimpleResultHandler
 
handleResultRows(Query, Field[], List<Tuple>, ResultCursor) - Method in class org.postgresql.jdbc.BatchResultHandler
 
handleResultRows(Query, Field[], List<Tuple>, ResultCursor) - Method in class org.postgresql.jdbc.CallableBatchResultHandler
 
handleResultRows(Query, Field[], List<Tuple>, ResultCursor) - Method in class org.postgresql.jdbc.PgResultSet.CursorResultHandler
 
handleResultRows(Query, Field[], List<Tuple>, ResultCursor) - Method in class org.postgresql.jdbc.PgStatement.StatementResultHandler
 
handleWarning(SQLWarning) - Method in interface org.postgresql.core.ResultHandler
Called when a warning is emitted.
handleWarning(SQLWarning) - Method in class org.postgresql.core.ResultHandlerBase
 
handleWarning(SQLWarning) - Method in class org.postgresql.core.ResultHandlerDelegate
 
handleWarning(SQLWarning) - Method in class org.postgresql.core.SetupQueryRunner.SimpleResultHandler
 
handleWarning(SQLWarning) - Method in class org.postgresql.jdbc.BatchResultHandler
 
handleWarning(SQLWarning) - Method in class org.postgresql.jdbc.PgStatement.StatementResultHandler
 
hasAsciiNumbers() - Method in class org.postgresql.core.Encoding
Returns true if this encoding has characters '-' and '0'..'9' in exactly same position as ascii.
hasBinaryFields - Variable in class org.postgresql.core.v3.SimpleQuery
 
hasBinaryFields() - Method in class org.postgresql.core.v3.SimpleQuery
 
hasDate - Variable in class org.postgresql.jdbc.TimestampUtils.ParsedTimestamp
 
hasFastDefaultTimeZone() - Method in class org.postgresql.jdbc.TimestampUtils
 
hash - Variable in class org.postgresql.core.AsciiStringInterner.BaseKey
 
hashCode() - Method in class org.postgresql.core.AsciiStringInterner.BaseKey
 
hashCode() - Method in class org.postgresql.core.BaseQueryKey
 
hashCode() - Method in class org.postgresql.core.CallableQueryKey
 
hashCode() - Method in class org.postgresql.core.CommandCompleteParser
 
hashCode() - Method in class org.postgresql.core.QueryWithReturningColumnsKey
 
hashCode() - Method in class org.postgresql.geometric.PGbox
 
hashCode() - Method in class org.postgresql.geometric.PGcircle
 
hashCode() - Method in class org.postgresql.geometric.PGline
 
hashCode() - Method in class org.postgresql.geometric.PGlseg
 
hashCode() - Method in class org.postgresql.geometric.PGpath
 
hashCode() - Method in class org.postgresql.geometric.PGpoint
 
hashCode() - Method in class org.postgresql.geometric.PGpolygon
 
hashCode() - Method in class org.postgresql.jdbc.FieldMetadata.Key
 
hashCode() - Method in class org.postgresql.replication.LogSequenceNumber
 
hashCode() - Method in class org.postgresql.util.HostSpec
 
hashCode() - Method in class org.postgresql.util.PGInterval
Returns a hashCode for this object.
hashCode() - Method in class org.postgresql.util.PGmoney
 
hashCode() - Method in class org.postgresql.util.PGobject
Compute hash.
hashCode() - Method in class org.postgresql.util.PGTime
 
hashCode() - Method in class org.postgresql.util.PGTimestamp
 
hashCode() - Method in class org.postgresql.xa.RecoveredXid
 
hashKey(byte[], int, int) - Static method in class org.postgresql.core.AsciiStringInterner
Generates a hash value for the relevant entries in bytes as long as all values are ascii (>= 0).
hasLock(Object) - Method in class org.postgresql.core.v3.QueryExecutorImpl
 
hasLockOn(Object) - Method in class org.postgresql.core.v3.QueryExecutorImpl
 
hasMessagePending() - Method in class org.postgresql.core.PGStream
Check for pending backend messages without blocking.
hasNext() - Method in class org.postgresql.jdbc.AbstractBlobClob.LOIterator
 
hasNotifications() - Method in class org.postgresql.core.QueryExecutorBase
 
hasNulls(Object, int) - Method in class org.postgresql.jdbc.ArrayEncoding.RecursiveArrayEncoder
 
hasOffset - Variable in class org.postgresql.jdbc.TimestampUtils.ParsedTimestamp
 
hasSpnegoSupport(GSSManager) - Static method in class org.postgresql.gss.GssAction
 
hasSpnegoSupport(GSSManager) - Static method in class org.postgresql.gss.GssEncAction
 
hasTime - Variable in class org.postgresql.jdbc.TimestampUtils.ParsedTimestamp
 
hasUnresolvedTypes() - Method in class org.postgresql.core.v3.SimpleParameterList
 
hasUnresolvedTypes() - Method in class org.postgresql.core.v3.SimpleQuery
 
haveMinimumServerVersion(int) - Method in interface org.postgresql.core.BaseConnection
Check if we have at least a particular server version.
haveMinimumServerVersion(int) - Method in class org.postgresql.jdbc.PgConnection
 
haveMinimumServerVersion(Version) - Method in interface org.postgresql.core.BaseConnection
Check if we have at least a particular server version.
haveMinimumServerVersion(Version) - Method in class org.postgresql.jdbc.PgConnection
 
HEX_BYTES - Static variable in class org.postgresql.util.MD5Digest
 
HEX_VALS - Static variable in class org.postgresql.util.PGbytea
Lookup table for each of the valid ascii code points (offset by '0') to the 4 bit numeric value.
HIDE_UNPRIVILEGED_OBJECTS - Enum constant in enum class org.postgresql.PGProperty
Enable mode to filter out the names of database objects for which the current user has no privileges granted from appearing in the DatabaseMetaData returned by the driver.
hideUnprivilegedObjects - Variable in class org.postgresql.jdbc.PgConnection
 
HINT - Static variable in class org.postgresql.util.ServerErrorMessage
 
hintReadOnly() - Method in interface org.postgresql.core.BaseConnection
Indicates if statements to backend should be hinted as read only.
hintReadOnly() - Method in class org.postgresql.jdbc.PgConnection
 
host - Variable in class org.postgresql.gss.GssAction
 
host - Variable in class org.postgresql.gss.GssEncAction
 
host - Variable in class org.postgresql.hostchooser.GlobalHostStatusTracker.HostSpecStatus
 
host - Variable in class org.postgresql.util.HostSpec
 
HOST_RECHECK_SECONDS - Enum constant in enum class org.postgresql.PGProperty
 
HostChooser - Interface in org.postgresql.hostchooser
Lists connections in preferred order.
HostChooserFactory - Class in org.postgresql.hostchooser
Chooses a HostChooser instance based on the number of hosts and properties.
HostChooserFactory() - Constructor for class org.postgresql.hostchooser.HostChooserFactory
 
hostname - Variable in class org.postgresql.jdbcurlresolver.PgPassParser
 
HOSTNAME_PATTERN_COMPARATOR - Static variable in class org.postgresql.ssl.PGjdbcHostnameVerifier
 
hostRecheckTime - Variable in class org.postgresql.hostchooser.MultiHostChooser
 
HostRequirement - Enum Class in org.postgresql.hostchooser
Describes the required server type.
HostRequirement() - Constructor for enum class org.postgresql.hostchooser.HostRequirement
 
hostSpec - Variable in class org.postgresql.core.PGStream
 
hostSpec - Variable in class org.postgresql.hostchooser.CandidateHost
 
HostSpec - Class in org.postgresql.util
Simple container for host and port.
HostSpec(String, int) - Constructor for class org.postgresql.util.HostSpec
 
HostSpec(String, int, String) - Constructor for class org.postgresql.util.HostSpec
 
hostSpecs - Variable in class org.postgresql.hostchooser.MultiHostChooser
 
hostSpecs(Properties) - Static method in class org.postgresql.Driver
 
HostSpecStatus(HostSpec) - Constructor for class org.postgresql.hostchooser.GlobalHostStatusTracker.HostSpecStatus
 
HostStatus - Enum Class in org.postgresql.hostchooser
Known state of a server.
HostStatus() - Constructor for enum class org.postgresql.hostchooser.HostStatus
 
hostStatusMap - Static variable in class org.postgresql.hostchooser.GlobalHostStatusTracker
 
hour - Variable in class org.postgresql.jdbc.TimestampUtils.ParsedTimestamp
 
HOUR - Static variable in class org.postgresql.jdbc.EscapedFunctions
Deprecated.
 
hours - Variable in class org.postgresql.util.PGInterval
 
HStoreConverter - Class in org.postgresql.util
 
HStoreConverter() - Constructor for class org.postgresql.util.HStoreConverter
 

I

id - Variable in class org.postgresql.jdbc.PSQLSavepoint
 
IDLE - Enum constant in enum class org.postgresql.core.TransactionState
 
IDLE - Enum constant in enum class org.postgresql.jdbc.StatementCancelState
 
IDLE - Enum constant in enum class org.postgresql.xa.PGXAConnection.State
PGXAConnection not associated with a XA-transaction.
idx - Variable in class org.postgresql.jdbc.AbstractBlobClob.LOIterator
 
idx - Variable in class org.postgresql.util.ByteConverter.PositiveShorts
 
IFNULL - Static variable in class org.postgresql.jdbc.EscapedFunctions
Deprecated.
 
ignore - Enum constant in enum class org.postgresql.jdbc.PgConnection.ReadOnlyBehavior
 
ignoreIfOpenFails - Variable in class org.postgresql.jdbcurlresolver.PgServiceConfParser
 
IN - Static variable in class org.postgresql.core.v3.SimpleParameterList
 
IN_FAILED_SQL_TRANSACTION - Enum constant in enum class org.postgresql.util.PSQLState
 
IN_HOT_STANDBY - Static variable in class org.postgresql.core.v3.ConnectionFactoryImpl
 
IN_QUERY - Enum constant in enum class org.postgresql.jdbc.StatementCancelState
 
IN_SQLCODE - Enum constant in enum class org.postgresql.core.Parser.SqlParseState
 
increaseByteCounter(long) - Method in class org.postgresql.core.PGStream
Increase actual count of buffer.
increaseExecuteCount() - Method in class org.postgresql.core.CachedQuery
 
increaseExecuteCount(int) - Method in class org.postgresql.core.CachedQuery
 
incrementCounter() - Method in class org.postgresql.core.v3.adaptivefetch.AdaptiveFetchCacheEntry
 
index - Variable in class org.postgresql.core.VisibleBufferedInputStream
Current read position in the buffer.
index - Variable in class org.postgresql.jdbc.PgResultSet.PrimaryKey
 
indexMaxKeys - Variable in class org.postgresql.jdbc.PgDatabaseMetaData
 
INET - Static variable in class org.postgresql.core.Oid
 
infinity - Variable in class org.postgresql.jdbc.TimestampUtils.ParsedBinaryTimestamp
 
Infinity() - Constructor for enum class org.postgresql.jdbc.TimestampUtils.Infinity
 
INFINITY - Static variable in class org.postgresql.jdbc.TimestampUtils
 
init(QueryExecutorImpl, int, int[]) - Method in class org.postgresql.core.v3.CopyOperationImpl
 
initCopy(CopyOperationImpl) - Method in class org.postgresql.core.v3.QueryExecutorImpl
Locks connection and calls initializer for a new CopyOperation Called via startCopy -> processCopyResults.
INITIAL_BUFFER_SIZE - Static variable in class org.postgresql.largeobject.BlobInputStream
 
initialConnections - Variable in class org.postgresql.ds.PGPoolingDataSource
Deprecated.
 
initialize() - Method in class org.postgresql.ds.PGPoolingDataSource
Deprecated.
Initializes this DataSource.
initialize() - Method in class org.postgresql.jdbc.PgSQLXML
 
initialized - Variable in class org.postgresql.ds.PGPoolingDataSource
Deprecated.
 
initialized - Variable in class org.postgresql.jdbc.PgSQLXML
 
initializeFrom(BaseDataSource) - Method in class org.postgresql.ds.common.BaseDataSource
 
initializeReplication(String, CommonOptions, ReplicationType) - Method in class org.postgresql.core.v3.replication.V3ReplicationProtocol
 
initializeScramClient(char[], PGStream, Properties) - Static method in class org.postgresql.core.v3.ScramAuthenticator
 
initObjectTypes(Properties) - Method in class org.postgresql.jdbc.PgConnection
 
initP12(String, Properties) - Method in class org.postgresql.ssl.LibPQFactory
 
initPk8(String, String, Properties) - Method in class org.postgresql.ssl.LibPQFactory
 
initRowBuffer() - Method in class org.postgresql.jdbc.PgResultSet
 
initSqlType(Field) - Method in class org.postgresql.jdbc.PgResultSet
 
INOUT - Static variable in class org.postgresql.core.v3.SimpleParameterList
 
INSERT - Enum constant in enum class org.postgresql.core.SqlCommandType
 
INSERT - Static variable in class org.postgresql.jdbc.EscapedFunctions
Deprecated.
 
insertOID - Variable in class org.postgresql.jdbc.ResultWrapper
 
insertRow() - Method in class org.postgresql.jdbc.PgResultSet
 
insertsAreDetected(int) - Method in class org.postgresql.jdbc.PgDatabaseMetaData
 
instance - Static variable in class org.postgresql.util.LazyCleaner
 
INSTANCE - Static variable in class org.postgresql.ssl.PGjdbcHostnameVerifier
 
INSTANCE - Static variable in class org.postgresql.util.PasswordUtil.SecureRandomHolder
 
INSTANCE - Static variable in class org.postgresql.xml.DefaultPGXmlFactoryFactory
 
INSTANCE - Static variable in class org.postgresql.xml.EmptyStringEntityResolver
 
INSTANCE - Static variable in class org.postgresql.xml.LegacyInsecurePGXmlFactoryFactory
 
INSTANCE - Static variable in class org.postgresql.xml.NullErrorHandler
 
instantiate(Class<T>, String, Properties, boolean, String) - Static method in class org.postgresql.util.ObjectFactory
Instantiates a class using the appropriate constructor.
INT_ARRAY - Static variable in class org.postgresql.jdbc.ArrayEncoding
 
INT_OBJ_ARRAY - Static variable in class org.postgresql.jdbc.ArrayEncoding
 
INT_TEN_POWERS - Static variable in class org.postgresql.util.ByteConverter
 
int2(byte[], int) - Static method in class org.postgresql.util.ByteConverter
Parses a short value from the byte array.
int2(byte[], int, int) - Static method in class org.postgresql.util.ByteConverter
Encodes a int value to the byte array.
INT2 - Static variable in class org.postgresql.core.Oid
 
INT2_ARRAY - Static variable in class org.postgresql.core.Oid
 
int4(byte[], int) - Static method in class org.postgresql.util.ByteConverter
Parses an int value from the byte array.
int4(byte[], int, int) - Static method in class org.postgresql.util.ByteConverter
Encodes a int value to the byte array.
INT4 - Static variable in class org.postgresql.core.Oid
 
INT4_ARRAY - Static variable in class org.postgresql.core.Oid
 
INT4_UNSIGNED_OBJ_ARRAY - Static variable in class org.postgresql.jdbc.ArrayDecoding
 
int4Buf - Variable in class org.postgresql.gss.GSSInputStream
 
int8(byte[], int) - Static method in class org.postgresql.util.ByteConverter
Parses a long value from the byte array.
int8(byte[], int, long) - Static method in class org.postgresql.util.ByteConverter
Encodes a long value to the byte array.
INT8 - Static variable in class org.postgresql.core.Oid
 
INT8_ARRAY - Static variable in class org.postgresql.core.Oid
 
INTEGER_OBJ_ARRAY - Static variable in class org.postgresql.jdbc.ArrayDecoding
 
integerDateTimes - Variable in class org.postgresql.core.v3.QueryExecutorImpl
True if server uses integers for date and time fields.
integerPart(String) - Static method in class org.postgresql.jdbc.PgConnection
 
INTERNAL_POSITION - Static variable in class org.postgresql.util.ServerErrorMessage
 
INTERNAL_QUERY - Static variable in class org.postgresql.util.ServerErrorMessage
 
internalExecuteBatch() - Method in class org.postgresql.jdbc.PgStatement
 
internalGetObject(int, Field) - Method in class org.postgresql.jdbc.PgResultSet
 
INTERNER - Static variable in class org.postgresql.core.Encoding
 
interpretCommandStatus(String, ResultHandler) - Method in class org.postgresql.core.v3.QueryExecutorImpl
 
INTERVAL - Static variable in class org.postgresql.core.Oid
 
INTERVAL_ARRAY - Static variable in class org.postgresql.core.Oid
 
IntList - Class in org.postgresql.util
A specialized class to store a list of int values, so it does not need auto-boxing.
IntList() - Constructor for class org.postgresql.util.IntList
 
INTMAX - Static variable in class org.postgresql.jdbc.PgResultSet
 
INTMIN - Static variable in class org.postgresql.jdbc.PgResultSet
 
intOidToLong(int) - Method in interface org.postgresql.core.TypeInfo
Java Integers are signed 32-bit integers, but oids are unsigned 32-bit integers.
intOidToLong(int) - Method in class org.postgresql.jdbc.TypeInfoCache
 
ints - Variable in class org.postgresql.util.IntList
 
IntSet - Class in org.postgresql.util.internal
Read-optimized Set for storing Oid values.
IntSet() - Constructor for class org.postgresql.util.internal.IntSet
 
INVALID - Enum constant in enum class org.postgresql.core.ServerVersion
 
INVALID_AUTHORIZATION_SPECIFICATION - Enum constant in enum class org.postgresql.util.PSQLState
 
INVALID_CURSOR_STATE - Enum constant in enum class org.postgresql.util.PSQLState
 
INVALID_LSN - Static variable in class org.postgresql.replication.LogSequenceNumber
Zero is used indicate an invalid pointer.
INVALID_NAME - Enum constant in enum class org.postgresql.util.PSQLState
 
INVALID_PARAMETER_TYPE - Enum constant in enum class org.postgresql.util.PSQLState
 
INVALID_PARAMETER_VALUE - Enum constant in enum class org.postgresql.util.PSQLState
 
INVALID_PASSWORD - Enum constant in enum class org.postgresql.util.PSQLState
 
INVALID_SAVEPOINT_SPECIFICATION - Enum constant in enum class org.postgresql.util.PSQLState
 
INVALID_SQL_STATEMENT_NAME - Enum constant in enum class org.postgresql.util.PSQLState
 
INVALID_TRANSACTION_TERMINATION - Enum constant in enum class org.postgresql.util.PSQLState
 
invalidate() - Method in class org.postgresql.jdbc.PSQLSavepoint
 
invoke(Object, Method, Object[]) - Method in class org.postgresql.ds.PGPooledConnection.ConnectionHandler
 
invoke(Object, Method, Object[]) - Method in class org.postgresql.ds.PGPooledConnection.StatementHandler
 
invoke(Object, Method, Object[]) - Method in class org.postgresql.xa.PGXAConnection.ConnectionHandler
 
IO_ERROR - Enum constant in enum class org.postgresql.util.PSQLState
 
ioe - Variable in exception class org.postgresql.core.PGBindException
 
IS_CLOSED_UPDATER - Static variable in class org.postgresql.jdbc.PgStatement
 
isActive() - Method in interface org.postgresql.copy.CopyOperation
 
isActive() - Method in class org.postgresql.copy.PGCopyInputStream
 
isActive() - Method in class org.postgresql.copy.PGCopyOutputStream
 
isActive() - Method in class org.postgresql.core.v3.CopyOperationImpl
 
isAfterLast() - Method in class org.postgresql.jdbc.PgResultSet
 
isAllowEncodingChanges() - Method in class org.postgresql.ds.common.BaseDataSource
 
isArrayWhiteSpace(char) - Static method in class org.postgresql.core.Parser
Identifies white space characters which the backend uses to determine if a String value needs to be quoted in array representation.
isAutoCommit() - Method in class org.postgresql.jdbc.BatchResultHandler
 
isAutoIncrement(int) - Method in class org.postgresql.jdbc.PgResultSetMetaData
isBatchedReWriteCompatible() - Method in class org.postgresql.core.SqlCommand
 
isBeforeFirst() - Method in class org.postgresql.jdbc.PgResultSet
 
isBinary() - Method in class org.postgresql.jdbc.PgArray
 
isBinary(int) - Method in class org.postgresql.core.v3.SimpleParameterList
 
isBinary(int) - Method in class org.postgresql.jdbc.PgResultSet
Returns true if the value of the given column is in binary format.
isCaseSensitive(int) - Method in interface org.postgresql.core.TypeInfo
 
isCaseSensitive(int) - Method in class org.postgresql.jdbc.PgResultSetMetaData
isCaseSensitive(int) - Method in class org.postgresql.jdbc.TypeInfoCache
 
isCatalogAtStart() - Method in class org.postgresql.jdbc.PgDatabaseMetaData
 
isCleanupSavePoints() - Method in class org.postgresql.ds.common.BaseDataSource
 
isClosed - Variable in class org.postgresql.ds.PGPoolingDataSource
Deprecated.
 
isClosed - Variable in class org.postgresql.jdbc.PgStatement
 
isClosed() - Method in class org.postgresql.core.PGStream
 
isClosed() - Method in interface org.postgresql.core.QueryExecutor
Check if this connection is closed.
isClosed() - Method in class org.postgresql.core.QueryExecutorBase
 
isClosed() - Method in class org.postgresql.core.QueryExecutorCloseAction
 
isClosed() - Method in class org.postgresql.core.v3.replication.V3PGReplicationStream
 
isClosed() - Method in class org.postgresql.ds.PGPooledConnection.ConnectionHandler
 
isClosed() - Method in class org.postgresql.geometric.PGpath
 
isClosed() - Method in class org.postgresql.jdbc.PgConnection
 
isClosed() - Method in class org.postgresql.jdbc.PgResultSet
 
isClosed() - Method in class org.postgresql.jdbc.PgStatement
 
isClosed() - Method in interface org.postgresql.replication.PGReplicationStream
 
isCloseOnCompletion() - Method in class org.postgresql.jdbc.PgStatement
 
isColumnSanitiserDisabled() - Method in interface org.postgresql.core.BaseConnection
Return whether to disable column name sanitation.
isColumnSanitiserDisabled() - Method in interface org.postgresql.core.QueryExecutor
 
isColumnSanitiserDisabled() - Method in class org.postgresql.core.QueryExecutorBase
 
isColumnSanitiserDisabled() - Method in class org.postgresql.ds.common.BaseDataSource
 
isColumnSanitiserDisabled() - Method in class org.postgresql.jdbc.PgConnection
 
isColumnTrimmable(int) - Method in class org.postgresql.jdbc.PgResultSet
 
isConnectionError(String) - Static method in enum class org.postgresql.util.PSQLState
 
isCurrency(int) - Method in class org.postgresql.jdbc.PgResultSetMetaData
isDefaultAutoCommit() - Method in class org.postgresql.ds.PGConnectionPoolDataSource
Gets whether connections supplied by this pool will have autoCommit turned on by default.
isDefinitelyWritable(int) - Method in class org.postgresql.jdbc.PgResultSetMetaData
isDigitAt(String, int) - Static method in class org.postgresql.core.Parser
Returns true if a given string s has digit at position pos.
isDisableColumnSanitiser() - Method in class org.postgresql.ds.common.BaseDataSource
 
isDollarQuoteContChar(char) - Static method in class org.postgresql.core.Parser
Checks if a character is valid as the second or later character of a dollar quoting tag.
isDollarQuoteStartChar(char) - Static method in class org.postgresql.core.Parser
Checks if a character is valid as the start of a dollar quoting tag.
isEmpty() - Method in interface org.postgresql.core.Query
 
isEmpty() - Method in class org.postgresql.core.v3.CompositeQuery
 
isEmpty() - Method in class org.postgresql.core.v3.SimpleQuery
 
isEmpty() - Method in class org.postgresql.util.ByteConverter.PositiveShorts
 
isFatalState(String) - Static method in class org.postgresql.ds.PGPooledConnection
 
isFirst() - Method in class org.postgresql.jdbc.PgResultSet
 
isFlushCacheOnDeallocate() - Method in class org.postgresql.core.QueryExecutorBase
 
isFunction - Variable in class org.postgresql.core.CachedQuery
 
isFunction - Variable in class org.postgresql.core.JdbcCallParseInfo
 
isFunction - Variable in class org.postgresql.jdbc.PgCallableStatement
 
isFunction() - Method in class org.postgresql.core.JdbcCallParseInfo
Returns if given SQL is a function.
isGssEncrypted() - Method in class org.postgresql.core.PGStream
 
isIdentifierContChar(char) - Static method in class org.postgresql.core.Parser
Checks if a character is valid as the second or later character of an identifier.
isIdentifierStartChar(char) - Static method in class org.postgresql.core.Parser
Checks if a character is valid as the start of an identifier.
isInitialized() - Method in class org.postgresql.ds.PGPoolingDataSource
Deprecated.
 
isLast() - Method in class org.postgresql.jdbc.PgResultSet
 
isLoadBalanceHosts() - Method in class org.postgresql.ds.common.BaseDataSource
 
isLogUnclosedConnections() - Method in class org.postgresql.ds.common.BaseDataSource
 
isNamed - Variable in class org.postgresql.jdbc.PSQLSavepoint
 
isNull - Variable in class org.postgresql.geometric.PGline
 
isNull - Variable in class org.postgresql.geometric.PGpoint
True if the point represents null::point.
isNull - Variable in class org.postgresql.util.PGInterval
 
isNull - Variable in class org.postgresql.util.PGmoney
If the object represents null::money
isNull() - Method in class org.postgresql.util.PGobject
Returns true if the current object wraps `null` value.
isNull(int) - Method in class org.postgresql.core.v3.SimpleParameterList
 
isNullable(int) - Method in class org.postgresql.jdbc.PgParameterMetaData
 
isNullable(int) - Method in class org.postgresql.jdbc.PgResultSetMetaData
 
isOneShotQuery(CachedQuery) - Method in class org.postgresql.jdbc.PgPreparedStatement
 
isOneShotQuery(CachedQuery) - Method in class org.postgresql.jdbc.PgStatement
Returns true if query is unlikely to be reused.
isOpen() - Method in class org.postgresql.geometric.PGpath
 
isOperatorChar(char) - Static method in class org.postgresql.core.Parser
 
isParameterized - Variable in class org.postgresql.core.BaseQueryKey
 
isPoolable() - Method in class org.postgresql.jdbc.PgStatement
 
isPortalDescribed() - Method in class org.postgresql.core.v3.SimpleQuery
 
isPostgreSQLIntegrityConstraintViolation(SQLException) - Method in class org.postgresql.xa.PGXAConnection
 
isPreparedFor(int[], short) - Method in class org.postgresql.core.v3.SimpleQuery
 
isPresent(Properties) - Method in enum class org.postgresql.PGProperty
Test whether this property is present in the given Properties.
isPrimary(QueryExecutor) - Method in class org.postgresql.core.v3.ConnectionFactoryImpl
Since PG14 there is GUC_REPORT ParamStatus in_hot_standby which is set to "on" when the server is in archive recovery or standby mode.
isReadOnly() - Method in class org.postgresql.ds.common.BaseDataSource
 
isReadOnly() - Method in class org.postgresql.jdbc.PgConnection
 
isReadOnly() - Method in class org.postgresql.jdbc.PgDatabaseMetaData
 
isReadOnly(int) - Method in class org.postgresql.jdbc.PgResultSetMetaData
isRegistered() - Static method in class org.postgresql.Driver
 
isRequired() - Method in enum class org.postgresql.PGProperty
Returns whether this parameter is required.
isResultSetClosed() - Method in class org.postgresql.jdbc.PgResultSet
 
isReturningKeywordPresent() - Method in class org.postgresql.core.SqlCommand
 
isReWriteBatchedInserts() - Method in class org.postgresql.ds.common.BaseDataSource
 
isReWriteBatchedInsertsEnabled() - Method in interface org.postgresql.core.QueryExecutor
 
isReWriteBatchedInsertsEnabled() - Method in class org.postgresql.core.QueryExecutorBase
 
isSameRM(XAResource) - Method in class org.postgresql.xa.PGXAConnection
 
isSearchable(int) - Method in class org.postgresql.jdbc.PgResultSetMetaData
isSigned(int) - Method in interface org.postgresql.core.TypeInfo
 
isSigned(int) - Method in class org.postgresql.jdbc.PgParameterMetaData
PostgreSQL doesn't have unsigned numbers
isSigned(int) - Method in class org.postgresql.jdbc.PgResultSetMetaData
isSigned(int) - Method in class org.postgresql.jdbc.TypeInfoCache
 
isSimpleTimeZone(String) - Static method in class org.postgresql.jdbc.TimestampUtils
 
isSpace(char) - Static method in class org.postgresql.core.Parser
Identifies characters which the backend scanner considers to be whitespace.
ISSPIClient - Interface in org.postgresql.sspi
Use Waffle-JNI to support SSPI authentication when PgJDBC is running on a Windows client and talking to a Windows server.
isSsl() - Method in class org.postgresql.ds.common.BaseDataSource
 
isSSPISupported() - Method in interface org.postgresql.sspi.ISSPIClient
 
isStatementDescribed() - Method in interface org.postgresql.core.Query
 
isStatementDescribed() - Method in class org.postgresql.core.v3.CompositeQuery
 
isStatementDescribed() - Method in class org.postgresql.core.v3.SimpleQuery
 
isTcpKeepAlive() - Method in class org.postgresql.ds.common.BaseDataSource
 
isThreadRunning() - Method in class org.postgresql.util.LazyCleaner
 
isTimeUpdate() - Method in class org.postgresql.core.v3.replication.V3PGReplicationStream
 
isTsi(String) - Static method in class org.postgresql.jdbc.EscapedFunctions2
Checks if given input starts with EscapedFunctions2.SQL_TSI_ROOT
isTypeInitialized() - Method in class org.postgresql.core.Field
 
isUpdateable() - Method in class org.postgresql.jdbc.PgResultSet
Is this ResultSet updateable?
isUseServerPrepare() - Method in class org.postgresql.jdbc.PgPreparedStatement
 
isUseServerPrepare() - Method in class org.postgresql.jdbc.PgStatement
 
isUseServerPrepare() - Method in interface org.postgresql.PGStatement
Checks if this statement will be executed as a server-prepared statement.
isValid - Variable in class org.postgresql.jdbc.PSQLSavepoint
 
isValid(int) - Method in class org.postgresql.jdbc.PgConnection
 
isWindows() - Static method in class org.postgresql.util.OSUtil
 
isWrapperFor(Class<?>) - Method in class org.postgresql.ds.PGPoolingDataSource
Deprecated.
 
isWrapperFor(Class<?>) - Method in class org.postgresql.ds.PGSimpleDataSource
 
isWrapperFor(Class<?>) - Method in class org.postgresql.jdbc.PgConnection
 
isWrapperFor(Class<?>) - Method in class org.postgresql.jdbc.PgDatabaseMetaData
 
isWrapperFor(Class<?>) - Method in class org.postgresql.jdbc.PgParameterMetaData
 
isWrapperFor(Class<?>) - Method in class org.postgresql.jdbc.PgResultSet
 
isWrapperFor(Class<?>) - Method in class org.postgresql.jdbc.PgResultSetMetaData
 
isWrapperFor(Class<?>) - Method in class org.postgresql.jdbc.PgStatement
 
isWritable(int) - Method in class org.postgresql.jdbc.PgResultSetMetaData
isXA - Variable in class org.postgresql.ds.PGPooledConnection
 
iterator() - Method in interface org.postgresql.hostchooser.HostChooser
Lists connection hosts in preferred order.
iterator() - Method in class org.postgresql.hostchooser.MultiHostChooser
 
iterator() - Method in class org.postgresql.hostchooser.SingleHostChooser
 

J

JAAS_APPLICATION_NAME - Enum constant in enum class org.postgresql.PGProperty
Specifies the name of the JAAS system or application login configuration.
JAAS_LOGIN - Enum constant in enum class org.postgresql.PGProperty
Flag to enable/disable obtaining a GSS credential via JAAS login before authenticating.
javaArrayTypeToOid - Variable in class org.postgresql.jdbc.TypeInfoCache
 
JavaVersion - Enum Class in org.postgresql.core
 
JavaVersion() - Constructor for enum class org.postgresql.core.JavaVersion
 
JDBC_MAJOR_VERSION - Static variable in class org.postgresql.util.DriverInfo
 
JDBC_MINOR_VERSION - Static variable in class org.postgresql.util.DriverInfo
 
JDBC_VERSION - Static variable in class org.postgresql.util.DriverInfo
 
Jdbc3ConnectionPool - Class in org.postgresql.jdbc3
Deprecated.
Jdbc3ConnectionPool() - Constructor for class org.postgresql.jdbc3.Jdbc3ConnectionPool
Deprecated.
 
Jdbc3PoolingDataSource - Class in org.postgresql.jdbc3
Deprecated.
Since 42.0.0, see PGPoolingDataSource
Jdbc3PoolingDataSource() - Constructor for class org.postgresql.jdbc3.Jdbc3PoolingDataSource
Deprecated.
 
Jdbc3SimpleDataSource - Class in org.postgresql.jdbc3
Deprecated.
Jdbc3SimpleDataSource() - Constructor for class org.postgresql.jdbc3.Jdbc3SimpleDataSource
Deprecated.
 
JdbcBlackHole - Class in org.postgresql.util
 
JdbcBlackHole() - Constructor for class org.postgresql.util.JdbcBlackHole
 
JdbcCallParseInfo - Class in org.postgresql.core
JdbcCallParseInfo(String, boolean) - Constructor for class org.postgresql.core.JdbcCallParseInfo
 
jdbcCompliant() - Method in class org.postgresql.Driver
Report whether the driver is a genuine JDBC compliant driver.
JSON - Static variable in class org.postgresql.core.Oid
 
JSON_ARRAY - Static variable in class org.postgresql.core.Oid
 
JSONB - Static variable in class org.postgresql.core.Oid
 
JSONB_ARRAY - Static variable in class org.postgresql.core.Oid
 

K

KERBEROS_SERVER_NAME - Enum constant in enum class org.postgresql.PGProperty
The Kerberos service name to use when authenticating with GSSAPI.
kerberosServerName - Variable in class org.postgresql.gss.GssAction
 
kerberosServerName - Variable in class org.postgresql.gss.GssEncAction
 
KerberosTicket - Class in org.postgresql.util
 
KerberosTicket() - Constructor for class org.postgresql.util.KerberosTicket
 
KerberosTicket.CustomKrbConfig - Class in org.postgresql.util
 
key - Variable in class org.postgresql.core.AsciiStringInterner.Key
 
key - Variable in class org.postgresql.core.AsciiStringInterner.StringReference
 
key - Variable in class org.postgresql.core.CachedQuery
Cache key.
key - Variable in class org.postgresql.core.v3.ConnectionFactoryImpl.StartupParam
 
key - Variable in class org.postgresql.ssl.LazyKeyManager
 
Key(byte[], int) - Constructor for class org.postgresql.core.AsciiStringInterner.Key
 
Key(int, int) - Constructor for class org.postgresql.jdbc.FieldMetadata.Key
 
keyfile - Variable in class org.postgresql.ssl.LazyKeyManager
 
keyfile - Variable in class org.postgresql.ssl.PKCS12KeyManager
 
keyStore - Variable in class org.postgresql.ssl.PKCS12KeyManager
 
keystoreLoaded - Variable in class org.postgresql.ssl.PKCS12KeyManager
 
keywords - Variable in class org.postgresql.jdbc.PgDatabaseMetaData
 
killTimerTask() - Method in class org.postgresql.jdbc.PgStatement
 
km - Variable in class org.postgresql.ssl.LibPQFactory
 
KRBLOGIN_MODULE - Static variable in class org.postgresql.util.KerberosTicket
 

L

language - Variable in class org.postgresql.core.EncodingPredictor.Translation
 
largeobject - Variable in class org.postgresql.jdbc.PgConnection
 
LargeObject - Class in org.postgresql.largeobject
This class provides the basic methods required to run the interface, plus a pair of methods that provide InputStream and OutputStream classes for this object.
LargeObject(Fastpath, long, int) - Constructor for class org.postgresql.largeobject.LargeObject
This opens a large object.
LargeObject(Fastpath, long, int, BaseConnection, boolean) - Constructor for class org.postgresql.largeobject.LargeObject
This opens a large object.
LargeObjectManager - Class in org.postgresql.largeobject
This class implements the large object interface to org.postgresql.
LargeObjectManager(BaseConnection) - Constructor for class org.postgresql.largeobject.LargeObjectManager
Constructs the LargeObject API.
last - Variable in class org.postgresql.ds.PGPooledConnection
 
last() - Method in class org.postgresql.jdbc.PgResultSet
 
lastAppliedLSN - Variable in class org.postgresql.core.v3.replication.V3PGReplicationStream
 
lastBufferSize - Variable in class org.postgresql.largeobject.BlobInputStream
The amount of bytes to read on the next read.
lastException - Variable in class org.postgresql.core.ResultHandlerBase
 
lastFlushedLSN - Variable in class org.postgresql.core.v3.replication.V3PGReplicationStream
 
lastIndex - Variable in class org.postgresql.jdbc.PgCallableStatement
 
lastReceiveLSN - Variable in class org.postgresql.core.v3.replication.V3PGReplicationStream
Last receive LSN + payload size.
lastResult - Variable in class org.postgresql.jdbc.PgStatement.StatementResultHandler
 
lastServerLSN - Variable in class org.postgresql.core.v3.replication.V3PGReplicationStream
 
lastSetSearchPathQuery - Variable in class org.postgresql.core.v3.QueryExecutorImpl
This caches the latest observed set search_path query so the reset of prepared statement cache can be skipped if using repeated calls for the same set search_path value.
lastStatusUpdate - Variable in class org.postgresql.core.v3.replication.V3PGReplicationStream
 
lastUpdated - Variable in class org.postgresql.hostchooser.GlobalHostStatusTracker.HostSpecStatus
 
lastUsedFetchSize - Variable in class org.postgresql.jdbc.PgResultSet
 
lastWarning - Variable in class org.postgresql.core.ResultHandlerBase
 
lastWarning - Variable in class org.postgresql.jdbc.PSQLWarningWrapper
 
latestGeneratedKeysRs - Variable in class org.postgresql.jdbc.BatchResultHandler
 
latestGeneratedRows - Variable in class org.postgresql.jdbc.BatchResultHandler
 
LazyCleaner - Class in org.postgresql.util
LazyCleaner is a utility class that allows to register objects for deferred cleanup.
LazyCleaner(Duration, String) - Constructor for class org.postgresql.util.LazyCleaner
 
LazyCleaner(Duration, ThreadFactory) - Constructor for class org.postgresql.util.LazyCleaner
 
LazyCleaner.Cleanable<T> - Interface in org.postgresql.util
 
LazyCleaner.CleaningAction<T> - Interface in org.postgresql.util
 
LazyCleaner.Node<T> - Class in org.postgresql.util
 
LazyKeyManager - Class in org.postgresql.ssl
A Key manager that only loads the keys, if necessary.
LazyKeyManager(String, String, CallbackHandler, boolean) - Constructor for class org.postgresql.ssl.LazyKeyManager
Constructor.
LCASE - Static variable in class org.postgresql.jdbc.EscapedFunctions
Deprecated.
 
leakHandle - Variable in class org.postgresql.jdbc.PgConnection
 
leakHandle - Variable in class org.postgresql.util.StreamWrapper
 
LEFT - Static variable in class org.postgresql.jdbc.EscapedFunctions
Deprecated.
 
LegacyInsecurePGXmlFactoryFactory - Class in org.postgresql.xml
 
LegacyInsecurePGXmlFactoryFactory() - Constructor for class org.postgresql.xml.LegacyInsecurePGXmlFactoryFactory
 
len - Variable in class org.postgresql.copy.PGCopyInputStream
 
length - Variable in class org.postgresql.core.AsciiStringInterner.TempKey
 
length - Variable in class org.postgresql.core.Field
 
length - Variable in class org.postgresql.util.ByteBufferByteStreamWriter
 
length - Variable in class org.postgresql.util.ByteBuffersByteStreamWriter
 
length - Variable in class org.postgresql.util.StreamWrapper
 
length() - Method in class org.postgresql.core.Tuple
Total length in bytes of the tuple data.
length() - Method in class org.postgresql.jdbc.AbstractBlobClob
 
LENGTH - Static variable in class org.postgresql.jdbc.EscapedFunctions
Deprecated.
 
lengthInBytes() - Method in class org.postgresql.geometric.PGbox
 
lengthInBytes() - Method in class org.postgresql.geometric.PGpoint
 
lengthInBytes() - Method in interface org.postgresql.util.PGBinaryObject
This method is called to return the number of bytes needed to store this object in the binary form required by org.postgresql.
LibPQFactory - Class in org.postgresql.ssl.jdbc4
Deprecated.
LibPQFactory - Class in org.postgresql.ssl
Provide an SSLSocketFactory that is compatible with the libpq behaviour.
LibPQFactory(Properties) - Constructor for class org.postgresql.ssl.jdbc4.LibPQFactory
Deprecated.
LibPQFactory(Properties) - Constructor for class org.postgresql.ssl.LibPQFactory
 
LibPQFactory.ConsoleCallbackHandler - Class in org.postgresql.ssl
A CallbackHandler that reads the password from the console or returns the password given to its constructor.
limit - Variable in class org.postgresql.largeobject.BlobInputStream
The limit.
LimitedMap(int, float, boolean) - Constructor for class org.postgresql.util.LruCache.LimitedMap
 
LINE - Static variable in class org.postgresql.core.Oid
 
LINE - Static variable in class org.postgresql.util.ServerErrorMessage
 
listeners - Variable in class org.postgresql.ds.PGPooledConnection
 
lo - Variable in class org.postgresql.largeobject.BlobInputStream
The parent LargeObject.
lo - Variable in class org.postgresql.largeobject.BlobOutputStream
The parent LargeObject.
LOAD_BALANCE_HOSTS - Enum constant in enum class org.postgresql.PGProperty
 
loadBalance - Variable in class org.postgresql.hostchooser.MultiHostChooser
 
loadBaseDataSource(BaseDataSource, Reference) - Method in class org.postgresql.ds.common.PGObjectFactory
 
loadConnectionPool(Reference) - Method in class org.postgresql.ds.common.PGObjectFactory
 
loadDefaultProperties() - Method in class org.postgresql.Driver
 
loadKeyStore() - Method in class org.postgresql.ssl.PKCS12KeyManager
 
loadPoolingDataSource(Reference) - Method in class org.postgresql.ds.common.PGObjectFactory
 
loadSimpleDataSource(Reference) - Method in class org.postgresql.ds.common.PGObjectFactory
 
loadXADataSource(Reference) - Method in class org.postgresql.xa.PGXADataSourceFactory
 
LOCAL_DATE_EPOCH - Static variable in class org.postgresql.jdbc.PgResultSet
 
LOCAL_SOCKET_ADDRESS - Enum constant in enum class org.postgresql.PGProperty
If this is set then the client side will bind to this address.
localAutoCommitMode - Variable in class org.postgresql.xa.PGXAConnection
 
localSocketAddress - Variable in class org.postgresql.util.HostSpec
 
LOCATE - Static variable in class org.postgresql.jdbc.EscapedFunctions
Deprecated.
 
locatorsUpdateCopy() - Method in class org.postgresql.jdbc.PgDatabaseMetaData
 
lock - Variable in class org.postgresql.core.QueryExecutorBase
 
lock - Variable in class org.postgresql.Driver.ConnectThread
 
lock - Variable in class org.postgresql.Driver
 
lock - Variable in class org.postgresql.ds.PGPoolingDataSource
Deprecated.
 
lock - Static variable in class org.postgresql.hostchooser.GlobalHostStatusTracker
 
lock - Variable in class org.postgresql.jdbc.AbstractBlobClob
 
lock - Variable in class org.postgresql.jdbc.PgArray
 
lock - Variable in class org.postgresql.jdbc.PgConnection
 
lock - Variable in class org.postgresql.jdbc.PgConnectionCleaningAction
 
lock - Variable in class org.postgresql.jdbc.PgResultSet
 
lock - Variable in class org.postgresql.jdbc.PgSQLXML
 
lock - Variable in class org.postgresql.jdbc.PgStatement
 
lock - Variable in class org.postgresql.jdbc.TimestampUtils
 
lock - Variable in class org.postgresql.jdbc.TypeInfoCache
 
lock - Variable in class org.postgresql.largeobject.BlobInputStream
 
lock - Variable in class org.postgresql.largeobject.BlobOutputStream
 
lock - Variable in class org.postgresql.ssl.PKCS12KeyManager
 
lock - Variable in class org.postgresql.util.LogWriterHandler
 
lock - Variable in class org.postgresql.util.LruCache
 
lock - Variable in class org.postgresql.util.SharedTimer
 
lock(Object) - Method in class org.postgresql.core.v3.QueryExecutorImpl
Obtain lock over this connection for given object, blocking to wait if necessary.
lockCondition - Variable in class org.postgresql.core.QueryExecutorBase
 
lockCondition - Variable in class org.postgresql.Driver.ConnectThread
 
lockCondition - Variable in class org.postgresql.ds.PGPoolingDataSource
Deprecated.
 
lockCondition - Variable in class org.postgresql.jdbc.PgConnection
 
lockCondition() - Method in class org.postgresql.jdbc.PgConnection
Return the lock condition for this connection.
lockedFor - Variable in class org.postgresql.core.v3.QueryExecutorImpl
Supplement to synchronization of public methods on current QueryExecutor.
log(Level, String, Throwable, Object...) - Static method in class org.postgresql.core.v3.ConnectionFactoryImpl
 
LOG - Static variable in class org.postgresql.jdbc.EscapedFunctions
Deprecated.
 
LOG_SERVER_ERROR_DETAIL - Enum constant in enum class org.postgresql.PGProperty
Whether to include full server error detail in exception messages.
LOG_UNCLOSED_CONNECTIONS - Enum constant in enum class org.postgresql.PGProperty
When connections that are not explicitly closed are garbage collected, log the stacktrace from the opening of the connection to trace the leak source.
LOG10 - Static variable in class org.postgresql.jdbc.EscapedFunctions
Deprecated.
 
LOGGER - Static variable in class org.postgresql.core.ConnectionFactory
 
LOGGER - Static variable in class org.postgresql.core.Encoding
 
LOGGER - Static variable in class org.postgresql.core.QueryExecutorBase
 
LOGGER - Static variable in class org.postgresql.core.QueryExecutorCloseAction
 
LOGGER - Static variable in class org.postgresql.core.v3.AuthenticationPluginManager
 
LOGGER - Static variable in class org.postgresql.core.v3.ConnectionFactoryImpl
 
LOGGER - Static variable in class org.postgresql.core.v3.QueryExecutorImpl
 
LOGGER - Static variable in class org.postgresql.core.v3.replication.V3PGReplicationStream
 
LOGGER - Static variable in class org.postgresql.core.v3.replication.V3ReplicationProtocol
 
LOGGER - Static variable in class org.postgresql.core.v3.ScramAuthenticator
 
LOGGER - Static variable in class org.postgresql.core.v3.SimpleQuery
 
LOGGER - Static variable in class org.postgresql.Driver
 
LOGGER - Static variable in class org.postgresql.ds.common.BaseDataSource
 
LOGGER - Static variable in class org.postgresql.gss.GssAction
 
LOGGER - Static variable in class org.postgresql.gss.GssEncAction
 
LOGGER - Static variable in class org.postgresql.gss.MakeGSS
 
LOGGER - Static variable in class org.postgresql.jdbc.BooleanTypeUtil
 
LOGGER - Static variable in class org.postgresql.jdbc.PgConnection
 
LOGGER - Static variable in class org.postgresql.jdbc.PgConnectionCleaningAction
 
LOGGER - Static variable in class org.postgresql.jdbc.TypeInfoCache
 
LOGGER - Static variable in class org.postgresql.jdbcurlresolver.PgPassParser
 
LOGGER - Static variable in class org.postgresql.jdbcurlresolver.PgServiceConfParser
 
LOGGER - Static variable in class org.postgresql.ssl.MakeSSL
 
LOGGER - Static variable in class org.postgresql.ssl.PGjdbcHostnameVerifier
 
LOGGER - Static variable in class org.postgresql.util.LazyCleaner
 
LOGGER - Static variable in class org.postgresql.util.PGPropertyMaxResultBufferParser
 
LOGGER - Static variable in class org.postgresql.util.PGPropertyUtil
 
LOGGER - Static variable in class org.postgresql.util.ServerErrorMessage
 
LOGGER - Static variable in class org.postgresql.util.SharedTimer
 
LOGGER - Static variable in class org.postgresql.util.TempFileHolder
 
LOGGER - Static variable in class org.postgresql.xa.PGXAConnection
 
LOGGER_FILE - Enum constant in enum class org.postgresql.PGProperty
Deprecated.
Logging is configured via java.util.logging.
LOGGER_LEVEL - Enum constant in enum class org.postgresql.PGProperty
Deprecated.
Logging is configured via java.util.logging.
logical() - Method in interface org.postgresql.replication.fluent.ChainedCreateReplicationSlotBuilder
Get the logical slot builder.
logical() - Method in interface org.postgresql.replication.fluent.ChainedStreamBuilder
Create logical replication stream that decode raw wal logs by output plugin to logical form.
logical() - Method in class org.postgresql.replication.fluent.ReplicationCreateSlotBuilder
 
logical() - Method in class org.postgresql.replication.fluent.ReplicationStreamBuilder
 
LOGICAL - Enum constant in enum class org.postgresql.replication.ReplicationType
 
LogicalCreateSlotBuilder - Class in org.postgresql.replication.fluent.logical
 
LogicalCreateSlotBuilder(BaseConnection) - Constructor for class org.postgresql.replication.fluent.logical.LogicalCreateSlotBuilder
 
LogicalReplicationOptions - Interface in org.postgresql.replication.fluent.logical
 
LogicalStreamBuilder - Class in org.postgresql.replication.fluent.logical
 
LogicalStreamBuilder(StartLogicalReplicationCallback) - Constructor for class org.postgresql.replication.fluent.logical.LogicalStreamBuilder
 
LOGIN_TIMEOUT - Enum constant in enum class org.postgresql.PGProperty
Specify how long to wait for establishment of a database connection.
LogSequenceNumber - Class in org.postgresql.replication
LSN (Log Sequence Number) data which is a pointer to a location in the XLOG.
LogSequenceNumber(long) - Constructor for class org.postgresql.replication.LogSequenceNumber
 
logServerErrorDetail - Variable in class org.postgresql.core.QueryExecutorBase
 
logServerErrorDetail - Variable in class org.postgresql.gss.GssAction
 
logServerErrorDetail - Variable in class org.postgresql.gss.GssEncAction
 
logServerErrorDetail - Variable in class org.postgresql.jdbc.PgConnection
 
LogWriterHandler - Class in org.postgresql.util
 
LogWriterHandler(Writer) - Constructor for class org.postgresql.util.LogWriterHandler
 
LOIterator(long) - Constructor for class org.postgresql.jdbc.AbstractBlobClob.LOIterator
 
LONG_ARRAY - Static variable in class org.postgresql.jdbc.ArrayEncoding
 
LONG_BYTES - Static variable in class org.postgresql.util.ByteConverter
 
LONG_MAX_DOUBLE - Static variable in class org.postgresql.jdbc.PgResultSet
 
LONG_MAX_FLOAT - Static variable in class org.postgresql.jdbc.PgResultSet
 
LONG_MIN_DOUBLE - Static variable in class org.postgresql.jdbc.PgResultSet
 
LONG_MIN_FLOAT - Static variable in class org.postgresql.jdbc.PgResultSet
 
LONG_OBJ_ARRAY - Static variable in class org.postgresql.jdbc.ArrayDecoding
 
LONG_OBJ_ARRAY - Static variable in class org.postgresql.jdbc.ArrayEncoding
 
LONG_TEN_POWERS - Static variable in class org.postgresql.util.ByteConverter
 
LONGMAX - Static variable in class org.postgresql.jdbc.PgResultSet
 
LONGMIN - Static variable in class org.postgresql.jdbc.PgResultSet
 
longOidToInt(long) - Method in interface org.postgresql.core.TypeInfo
Java Integers are signed 32-bit integers, but oids are unsigned 32-bit integers.
longOidToInt(long) - Method in class org.postgresql.jdbc.TypeInfoCache
 
longUpdateCounts - Variable in class org.postgresql.jdbc.BatchResultHandler
 
lookAhead(String, int, String) - Method in class org.postgresql.util.PGInterval
 
LruCache<Key,Value> - Class in org.postgresql.util
Caches values in simple least-recently-accessed order.
LruCache(int, long, boolean) - Constructor for class org.postgresql.util.LruCache
 
LruCache(int, long, boolean, LruCache.CreateAction<Key, Value>, LruCache.EvictAction<Value>) - Constructor for class org.postgresql.util.LruCache
 
LruCache.CreateAction<Key,Value> - Interface in org.postgresql.util
When the entry is not present in cache, this create action is used to create one.
LruCache.EvictAction<Value> - Interface in org.postgresql.util
Action that is invoked when the entry is removed from the cache.
LruCache.LimitedMap - Class in org.postgresql.util
 
LSEG - Static variable in class org.postgresql.core.Oid
 
LTRIM - Static variable in class org.postgresql.jdbc.EscapedFunctions
Deprecated.
 

M

MACADDR - Static variable in class org.postgresql.core.Oid
 
MACADDR8 - Static variable in class org.postgresql.core.Oid
 
main(String[]) - Static method in class org.postgresql.util.PGJDBCMain
 
MAJOR_VERSION - Static variable in class org.postgresql.util.DriverInfo
 
make() - Method in interface org.postgresql.replication.fluent.ChainedCommonCreateSlotBuilder
Create slot with specified parameters in database.
make() - Method in class org.postgresql.replication.fluent.logical.LogicalCreateSlotBuilder
 
make() - Method in class org.postgresql.replication.fluent.physical.PhysicalCreateSlotBuilder
 
makeArray(int, byte[]) - Method in class org.postgresql.jdbc.PgResultSet
 
makeArray(int, String) - Method in class org.postgresql.jdbc.PgConnection
 
makeArray(int, String) - Method in class org.postgresql.jdbc.PgResultSet
 
makeBlob(long) - Method in class org.postgresql.jdbc.PgConnection
 
makeBlob(long) - Method in class org.postgresql.jdbc.PgResultSet
 
makeClob(long) - Method in class org.postgresql.jdbc.PgConnection
 
makeClob(long) - Method in class org.postgresql.jdbc.PgResultSet
 
makeConnection(String, Properties) - Static method in class org.postgresql.Driver
Create a connection from URL and properties.
MakeGSS - Class in org.postgresql.gss
 
MakeGSS() - Constructor for class org.postgresql.gss.MakeGSS
 
makeSQLXML() - Method in class org.postgresql.jdbc.PgConnection
 
MakeSSL - Class in org.postgresql.ssl
 
MakeSSL() - Constructor for class org.postgresql.ssl.MakeSSL
 
MappedTypeObjectArrayDecoder(String) - Constructor for class org.postgresql.jdbc.ArrayDecoding.MappedTypeObjectArrayDecoder
 
mapSQLStateToXAErrorCode(SQLException) - Method in class org.postgresql.xa.PGXAConnection
 
mark(int) - Method in class org.postgresql.largeobject.BlobInputStream
Marks the current position in this input stream.
markPosition - Variable in class org.postgresql.largeobject.BlobInputStream
The mark position.
markSupported() - Method in class org.postgresql.largeobject.BlobInputStream
Tests if this input stream supports the mark and reset methods.
master - Enum constant in enum class org.postgresql.hostchooser.HostRequirement
Deprecated.
we no longer use the terms master or slave in the driver, or the PostgreSQL project.
matchesNonProxyHosts() - Method in class org.postgresql.util.HostSpec
 
MAX_3_BUFF_SIZE - Static variable in class org.postgresql.util.PGbytea
 
MAX_BUFFERED_RECV_BYTES - Static variable in class org.postgresql.core.v3.QueryExecutorImpl
 
MAX_LOCAL_DATETIME - Static variable in class org.postgresql.jdbc.TimestampUtils
 
MAX_LONG_DIV_TEN - Static variable in class org.postgresql.util.NumberParser
 
MAX_MEMORY_BUFFER_BYTES - Static variable in class org.postgresql.util.StreamWrapper
 
MAX_NANOS_BEFORE_WRAP_ON_ROUND - Static variable in class org.postgresql.jdbc.TimestampUtils
 
MAX_OFFSET - Static variable in class org.postgresql.jdbc.TimestampUtils
 
MAX_OFFSET_DATETIME - Static variable in class org.postgresql.jdbc.TimestampUtils
 
MAX_OID_TO_STORE_IN_BITSET - Static variable in class org.postgresql.util.internal.IntSet
Maximal Oid that will bs stored in BitSet.
MAX_RESULT_BUFFER - Enum constant in enum class org.postgresql.PGProperty
Specifies size of buffer during fetching result set.
MAX_SAVE_POINTS - Static variable in interface org.postgresql.core.QueryExecutor
 
MAX_SEND_BUFFER_SIZE - Enum constant in enum class org.postgresql.PGProperty
Maximum amount of bytes buffered before sending to the backend, default is 8192.
MAX_TIME - Static variable in class org.postgresql.jdbc.TimestampUtils
 
MAX_TIME_NANOS - Static variable in class org.postgresql.jdbc.TimestampUtils
 
maxBufferSize - Variable in class org.postgresql.largeobject.BlobInputStream
The buffer size.
maxBufferSize - Variable in class org.postgresql.largeobject.BlobOutputStream
Size of the buffer (default 1K).
maxConnections - Variable in class org.postgresql.ds.PGPoolingDataSource
Deprecated.
 
maxFieldSize - Variable in class org.postgresql.jdbc.PgResultSet
 
maxFieldSize - Variable in class org.postgresql.jdbc.PgStatement
 
maximumAdaptiveFetchSize - Variable in class org.postgresql.core.v3.adaptivefetch.AdaptiveFetchCache
 
maximumNumberOfParameters() - Method in class org.postgresql.jdbc.PgPreparedStatement
 
maximumResultBufferSize - Variable in class org.postgresql.core.v3.adaptivefetch.AdaptiveFetchCache
 
maximumRowSizeBytes - Variable in class org.postgresql.core.v3.adaptivefetch.AdaptiveFetchCacheEntry
 
maxResultBuffer - Variable in class org.postgresql.core.PGStream
 
maxrows - Variable in class org.postgresql.jdbc.PgStatement
Maximum number of rows to return, 0 = unlimited.
maxRows - Variable in class org.postgresql.jdbc.PgResultSet
 
maxRowSizeBytes - Variable in class org.postgresql.core.PGStream
 
maxSendBufferSize - Variable in class org.postgresql.core.PGStream
 
maxSizeBytes - Variable in class org.postgresql.util.LruCache
 
maxSizeEntries - Variable in class org.postgresql.util.LruCache
 
MD5_PASSWORD - Enum constant in enum class org.postgresql.plugin.AuthenticationRequestType
 
MD5Digest - Class in org.postgresql.util
MD5-based utility function to obfuscate passwords before network transmission.
MD5Digest() - Constructor for class org.postgresql.util.MD5Digest
 
mesgParts - Variable in class org.postgresql.util.ServerErrorMessage
 
MESSAGE - Static variable in class org.postgresql.util.ServerErrorMessage
 
messageProp - Variable in class org.postgresql.gss.GSSInputStream
 
messageProp - Variable in class org.postgresql.gss.GSSOutputStream
 
messages_bg - Class in org.postgresql.translation
 
messages_bg() - Constructor for class org.postgresql.translation.messages_bg
 
messages_cs - Class in org.postgresql.translation
 
messages_cs() - Constructor for class org.postgresql.translation.messages_cs
 
messages_de - Class in org.postgresql.translation
 
messages_de() - Constructor for class org.postgresql.translation.messages_de
 
messages_es - Class in org.postgresql.translation
 
messages_es() - Constructor for class org.postgresql.translation.messages_es
 
messages_fr - Class in org.postgresql.translation
 
messages_fr() - Constructor for class org.postgresql.translation.messages_fr
 
messages_it - Class in org.postgresql.translation
 
messages_it() - Constructor for class org.postgresql.translation.messages_it
 
messages_ja - Class in org.postgresql.translation
 
messages_ja() - Constructor for class org.postgresql.translation.messages_ja
 
messages_nl - Class in org.postgresql.translation
 
messages_nl() - Constructor for class org.postgresql.translation.messages_nl
 
messages_pl - Class in org.postgresql.translation
 
messages_pl() - Constructor for class org.postgresql.translation.messages_pl
 
messages_pt_BR - Class in org.postgresql.translation
 
messages_pt_BR() - Constructor for class org.postgresql.translation.messages_pt_BR
 
messages_ru - Class in org.postgresql.translation
 
messages_ru() - Constructor for class org.postgresql.translation.messages_ru
 
messages_sr - Class in org.postgresql.translation
 
messages_sr() - Constructor for class org.postgresql.translation.messages_sr
 
messages_tr - Class in org.postgresql.translation
 
messages_tr() - Constructor for class org.postgresql.translation.messages_tr
 
messages_zh_CN - Class in org.postgresql.translation
 
messages_zh_CN() - Constructor for class org.postgresql.translation.messages_zh_CN
 
messages_zh_TW - Class in org.postgresql.translation
 
messages_zh_TW() - Constructor for class org.postgresql.translation.messages_zh_TW
 
metadata - Variable in class org.postgresql.core.Field
 
metadata - Variable in class org.postgresql.jdbc.PgConnection
 
MICROS_IN_SECOND - Static variable in class org.postgresql.util.PGInterval
 
microSeconds - Variable in class org.postgresql.util.PGInterval
 
millis - Variable in class org.postgresql.jdbc.TimestampUtils.ParsedBinaryTimestamp
 
MIN_LOCAL_DATE - Static variable in class org.postgresql.jdbc.TimestampUtils
 
MIN_LOCAL_DATETIME - Static variable in class org.postgresql.jdbc.TimestampUtils
 
MIN_OFFSET_DATETIME - Static variable in class org.postgresql.jdbc.TimestampUtils
 
MINIMUM_READ - Static variable in class org.postgresql.core.VisibleBufferedInputStream
If a direct read to byte array is called that would require a smaller read from the wrapped stream that MINIMUM_READ then first fill the buffer and serve the bytes from there.
minimumAdaptiveFetchSize - Variable in class org.postgresql.core.v3.adaptivefetch.AdaptiveFetchCache
 
MINOR_VERSION - Static variable in class org.postgresql.util.DriverInfo
 
minStreamAvailableCheckDelay - Variable in class org.postgresql.core.PGStream
 
minute - Variable in class org.postgresql.jdbc.TimestampUtils.ParsedTimestamp
 
MINUTE - Static variable in class org.postgresql.jdbc.EscapedFunctions
Deprecated.
 
minutes - Variable in class org.postgresql.util.PGInterval
 
mod - Variable in class org.postgresql.core.Field
 
MOD - Static variable in class org.postgresql.jdbc.EscapedFunctions
Deprecated.
 
mode - Variable in class org.postgresql.largeobject.LargeObject
 
modifyJdbcCall(String, boolean, int, int, EscapeSyntaxCallMode) - Static method in class org.postgresql.core.Parser
Converts JDBC-specific callable statement escapes { [? =] call <some_function> [(?, [?,..])] } into the PostgreSQL format which is select <some_function> (?, [?, ...]) as result or select * from <some_function> (?, [?, ...]) as result (7.3)
MONEY - Static variable in class org.postgresql.core.Oid
 
MONEY_ARRAY - Static variable in class org.postgresql.core.Oid
 
month - Variable in class org.postgresql.jdbc.TimestampUtils.ParsedTimestamp
 
MONTH - Static variable in class org.postgresql.jdbc.EscapedFunctions
Deprecated.
 
MONTHNAME - Static variable in class org.postgresql.jdbc.EscapedFunctions
Deprecated.
 
months - Variable in class org.postgresql.util.PGInterval
 
MOST_SPECIFIC_TYPE_DOES_NOT_MATCH - Enum constant in enum class org.postgresql.util.PSQLState
 
move(double, double) - Method in class org.postgresql.geometric.PGpoint
Moves the point to the supplied coordinates.
move(int, int) - Method in class org.postgresql.geometric.PGpoint
Moves the point to the supplied coordinates.
MOVE - Enum constant in enum class org.postgresql.core.SqlCommandType
 
moveBufferTo(byte[]) - Method in class org.postgresql.core.VisibleBufferedInputStream
Moves bytes from the buffer to the beginning of the destination buffer.
moveToCurrentRow() - Method in class org.postgresql.jdbc.PgResultSet
 
moveToInsertRow() - Method in class org.postgresql.jdbc.PgResultSet
 
mPrepareThreshold - Variable in class org.postgresql.jdbc.PgStatement
 
MultiHostChooser - Class in org.postgresql.hostchooser
HostChooser that keeps track of known host statuses.
MultiHostChooser(HostSpec[], HostRequirement, Properties) - Constructor for class org.postgresql.hostchooser.MultiHostChooser
 
multiStatement - Variable in class org.postgresql.core.NativeQuery
 

N

name - Variable in class org.postgresql.core.Notification
 
name - Variable in class org.postgresql.jdbc.PgResultSet.PrimaryKey
 
name - Variable in class org.postgresql.jdbc.PSQLSavepoint
 
name - Variable in enum class org.postgresql.PGEnvironment
 
name - Variable in enum class org.postgresql.PGProperty
 
name() - Method in class org.postgresql.core.Encoding
Get the name of the (JVM) encoding used.
NAME - Static variable in class org.postgresql.core.Oid
 
NAME_ARRAY - Static variable in class org.postgresql.core.Oid
 
NAME_TO_OID - Static variable in class org.postgresql.core.Oid
 
nameDataLength - Variable in class org.postgresql.jdbc.PgDatabaseMetaData
 
nanos - Variable in class org.postgresql.jdbc.TimestampUtils.ParsedBinaryTimestamp
 
nanos - Variable in class org.postgresql.jdbc.TimestampUtils.ParsedTimestamp
 
NANOS_PER_MILLISECOND - Static variable in class org.postgresql.core.v3.replication.V3PGReplicationStream
 
nanosExceed499(int) - Static method in class org.postgresql.jdbc.TimestampUtils
Returns true when microsecond part of the time should be increased when rounding to microseconds
nativeQuery - Variable in class org.postgresql.core.v3.SimpleQuery
 
NativeQuery - Class in org.postgresql.core
Represents a query that is ready for execution by backend.
NativeQuery(String, int[], boolean, SqlCommand) - Constructor for class org.postgresql.core.NativeQuery
 
NativeQuery(String, SqlCommand) - Constructor for class org.postgresql.core.NativeQuery
 
nativeSql - Variable in class org.postgresql.core.NativeQuery
 
nativeSQL(String) - Method in class org.postgresql.jdbc.PgConnection
 
needUpdateFieldFormats - Variable in class org.postgresql.core.v3.SimpleQuery
 
needUpdateFieldFormats() - Method in class org.postgresql.core.v3.SimpleQuery
Returns true if current query needs field formats be adjusted as per connection configuration.
NEGATIVE - Enum constant in enum class org.postgresql.jdbc.TimestampUtils.Infinity
 
NEGATIVE_INFINITY - Static variable in class org.postgresql.jdbc.TimestampUtils
 
NEVER - Enum constant in enum class org.postgresql.jdbc.AutoSave
 
newDocumentBuilder() - Method in class org.postgresql.xml.DefaultPGXmlFactoryFactory
 
newDocumentBuilder() - Method in class org.postgresql.xml.LegacyInsecurePGXmlFactoryFactory
 
newDocumentBuilder() - Method in interface org.postgresql.xml.PGXmlFactoryFactory
 
newSAXTransformerFactory() - Method in class org.postgresql.xml.DefaultPGXmlFactoryFactory
 
newSAXTransformerFactory() - Method in class org.postgresql.xml.LegacyInsecurePGXmlFactoryFactory
 
newSAXTransformerFactory() - Method in interface org.postgresql.xml.PGXmlFactoryFactory
 
newTransformerFactory() - Method in class org.postgresql.xml.DefaultPGXmlFactoryFactory
 
newTransformerFactory() - Method in class org.postgresql.xml.LegacyInsecurePGXmlFactoryFactory
 
newTransformerFactory() - Method in interface org.postgresql.xml.PGXmlFactoryFactory
 
newXMLInputFactory() - Method in class org.postgresql.xml.DefaultPGXmlFactoryFactory
 
newXMLInputFactory() - Method in class org.postgresql.xml.LegacyInsecurePGXmlFactoryFactory
 
newXMLInputFactory() - Method in interface org.postgresql.xml.PGXmlFactoryFactory
 
newXMLOutputFactory() - Method in class org.postgresql.xml.DefaultPGXmlFactoryFactory
 
newXMLOutputFactory() - Method in class org.postgresql.xml.LegacyInsecurePGXmlFactoryFactory
 
newXMLOutputFactory() - Method in interface org.postgresql.xml.PGXmlFactoryFactory
 
next - Variable in class org.postgresql.jdbc.ResultWrapper
 
next - Variable in class org.postgresql.util.LazyCleaner.Node
 
next() - Method in class org.postgresql.jdbc.AbstractBlobClob.LOIterator
 
next() - Method in class org.postgresql.jdbc.PgResultSet
 
nextStreamAvailableCheckTime - Variable in class org.postgresql.core.PGStream
 
nextUniqueID - Variable in class org.postgresql.core.v3.QueryExecutorImpl
 
NO_ACTIVE_SQL_TRANSACTION - Enum constant in enum class org.postgresql.util.PSQLState
 
NO_BINDS - Static variable in class org.postgresql.core.NativeQuery
 
NO_DATA - Enum constant in enum class org.postgresql.util.PSQLState
 
NO_FIELDS - Static variable in class org.postgresql.core.v3.QueryExecutorImpl
 
NO_PARAMETERS - Static variable in class org.postgresql.core.v3.SimpleQuery
 
NO_RETURNING_COLUMNS - Static variable in class org.postgresql.jdbc.PgStatement
 
noargs - Static variable in class org.postgresql.util.GT
 
NODATA_QUERY_RESPONSE_SIZE_BYTES - Static variable in class org.postgresql.core.v3.QueryExecutorImpl
 
Node(Object, LazyCleaner.CleaningAction<T>) - Constructor for class org.postgresql.util.LazyCleaner.Node
 
NonValidatingFactory - Class in org.postgresql.ssl
Provide a SSLSocketFactory that allows SSL connections to be made without validating the server's certificate.
NonValidatingFactory(String) - Constructor for class org.postgresql.ssl.NonValidatingFactory
We provide a constructor that takes an unused argument solely because the ssl calling code will look for this constructor first and then fall back to the no argument constructor, so we avoid an exception and additional reflection lookups.
NonValidatingFactory.NonValidatingTM - Class in org.postgresql.ssl
 
NonValidatingTM() - Constructor for class org.postgresql.ssl.NonValidatingFactory.NonValidatingTM
 
NOT_IMPLEMENTED - Enum constant in enum class org.postgresql.util.PSQLState
 
NOT_NULL_VIOLATION - Enum constant in enum class org.postgresql.util.PSQLState
 
NOT_YET_LOADED - Static variable in class org.postgresql.core.Field
 
Notification - Class in org.postgresql.core
 
Notification(String, int) - Constructor for class org.postgresql.core.Notification
 
Notification(String, int, String) - Constructor for class org.postgresql.core.Notification
 
notifications - Variable in class org.postgresql.core.QueryExecutorBase
 
notImplemented(Class<?>, String) - Static method in class org.postgresql.Driver
This method was added in v6.5, and simply throws an SQLException for an unimplemented method.
NOW - Static variable in class org.postgresql.jdbc.EscapedFunctions
Deprecated.
 
NULL_OBJECT - Static variable in class org.postgresql.core.v3.SimpleParameterList
Marker object representing NULL; this distinguishes "parameter never set" from "parameter set to null".
nullable - Variable in class org.postgresql.jdbc.FieldMetadata
 
NullErrorHandler - Class in org.postgresql.xml
Error handler that silently suppresses all errors.
NullErrorHandler() - Constructor for class org.postgresql.xml.NullErrorHandler
 
Nullness - Class in org.postgresql.util.internal
The methods in this class allow to cast nullable reference to a non-nullable one.
Nullness() - Constructor for class org.postgresql.util.internal.Nullness
 
NullObject(String) - Constructor for class org.postgresql.jdbc.PgResultSet.NullObject
 
nullPlusNonNullIsNull() - Method in class org.postgresql.jdbc.PgDatabaseMetaData
 
nullSafeDoubleGet(String) - Static method in class org.postgresql.util.PGInterval
Returns double value of value or 0 if value is null.
nullSafeIntGet(String) - Static method in class org.postgresql.util.PGInterval
Returns integer value of value or 0 if value is null.
nullsAreSortedAtEnd() - Method in class org.postgresql.jdbc.PgDatabaseMetaData
 
nullsAreSortedAtStart() - Method in class org.postgresql.jdbc.PgDatabaseMetaData
 
nullsAreSortedHigh() - Method in class org.postgresql.jdbc.PgDatabaseMetaData
 
nullsAreSortedLow() - Method in class org.postgresql.jdbc.PgDatabaseMetaData
 
NUM_OIDS - Static variable in class org.postgresql.fastpath.Fastpath
Deprecated.
 
number(byte[], int, int) - Static method in class org.postgresql.jdbc.TimestampUtils
 
NumberArrayEncoder(int, int, int) - Constructor for class org.postgresql.jdbc.ArrayEncoding.NumberArrayEncoder
 
NumberParser - Class in org.postgresql.util
Optimised byte[] to number parser.
NumberParser() - Constructor for class org.postgresql.util.NumberParser
 
NUMBERS - Static variable in class org.postgresql.jdbc.TimestampUtils
 
numBytes - Variable in class org.postgresql.jdbc.AbstractBlobClob.LOIterator
 
numeric(byte[]) - Static method in class org.postgresql.util.ByteConverter
Convert a variable length array of bytes to an integer
numeric(byte[], int, int) - Static method in class org.postgresql.util.ByteConverter
Convert a variable length array of bytes to a Number.
numeric(BigDecimal) - Static method in class org.postgresql.util.ByteConverter
Converts a non-null BigDecimal to binary format for Oid.NUMERIC.
NUMERIC - Static variable in class org.postgresql.core.Oid
 
NUMERIC_ARRAY - Static variable in class org.postgresql.core.Oid
 
NUMERIC_CONSTANT_OUT_OF_RANGE - Enum constant in enum class org.postgresql.util.PSQLState
 
NUMERIC_DSCALE_MASK - Static variable in class org.postgresql.util.ByteConverter
 
NUMERIC_NAN - Static variable in class org.postgresql.util.ByteConverter
 
NUMERIC_NEG - Static variable in class org.postgresql.util.ByteConverter
 
NUMERIC_NINF - Static variable in class org.postgresql.util.ByteConverter
 
NUMERIC_PINF - Static variable in class org.postgresql.util.ByteConverter
 
NUMERIC_POS - Static variable in class org.postgresql.util.ByteConverter
 
NUMERIC_VALUE_OUT_OF_RANGE - Enum constant in enum class org.postgresql.util.PSQLState
 

O

OBJECT_ARRAY - Static variable in class org.postgresql.jdbc.ArrayEncoding
 
OBJECT_IN_USE - Enum constant in enum class org.postgresql.util.PSQLState
 
OBJECT_NOT_IN_STATE - Enum constant in enum class org.postgresql.util.PSQLState
 
ObjectFactory - Class in org.postgresql.util
Helper class to instantiate objects.
ObjectFactory() - Constructor for class org.postgresql.util.ObjectFactory
 
obtain() - Method in class org.postgresql.jdbc.ResourceLock
Obtain a lock and return the ResourceLock for use in try-with-resources block.
obtainLock() - Method in class org.postgresql.jdbc.PgConnection
Obtain the connection lock and return it.
of(String) - Static method in enum class org.postgresql.jdbc.AutoSave
 
of(String) - Static method in enum class org.postgresql.jdbc.EscapeSyntaxCallMode
 
of(String) - Static method in enum class org.postgresql.jdbc.PreferQueryMode
 
of(String) - Static method in enum class org.postgresql.jdbc.SslNegotiation
 
of(ByteBuffer...) - Static method in interface org.postgresql.util.ByteStreamWriter
 
of(Properties) - Static method in enum class org.postgresql.core.v3.ChannelBindingOption
 
of(Properties) - Static method in enum class org.postgresql.jdbc.GSSEncMode
 
of(Properties) - Static method in enum class org.postgresql.jdbc.SslMode
 
of(ByteStreamWriter) - Static method in class org.postgresql.fastpath.FastpathArg
Deprecated.
 
offset - Variable in class org.postgresql.core.AsciiStringInterner.TempKey
 
offset - Variable in class org.postgresql.jdbc.TimestampUtils.ParsedTimestamp
 
offset - Variable in class org.postgresql.util.StreamWrapper
 
offsets - Variable in class org.postgresql.core.v3.CompositeParameterList
 
offsets - Variable in class org.postgresql.core.v3.CompositeQuery
 
oid - Variable in class org.postgresql.core.CommandCompleteParser
 
oid - Variable in class org.postgresql.core.Field
 
oid - Variable in class org.postgresql.jdbc.AbstractBlobClob
 
oid - Variable in class org.postgresql.jdbc.ArrayEncoding.AbstractArrayEncoder
 
oid - Variable in class org.postgresql.jdbc.PgArray
The OID of this field.
oid - Variable in class org.postgresql.largeobject.LargeObject
 
Oid - Class in org.postgresql.core
Provides constants for well-known backend OIDs for the types we commonly use.
Oid() - Constructor for class org.postgresql.core.Oid
 
OID - Static variable in class org.postgresql.core.Oid
 
OID_ARRAY - Static variable in class org.postgresql.core.Oid
 
OID_TO_DECODER - Static variable in class org.postgresql.jdbc.ArrayDecoding
Maps from base type oid to ArrayDecoding.ArrayDecoder capable of processing entries.
OID_TO_NAME - Static variable in class org.postgresql.core.Oid
 
oids - Variable in class org.postgresql.jdbc.PgParameterMetaData
 
oidsToString(Set<Integer>) - Method in class org.postgresql.jdbc.PgConnection
 
oidToPgName - Variable in class org.postgresql.jdbc.TypeInfoCache
 
oidToSQLType - Variable in class org.postgresql.jdbc.TypeInfoCache
 
onClean(boolean) - Method in class org.postgresql.jdbc.PgConnectionCleaningAction
 
onClean(boolean) - Method in interface org.postgresql.util.LazyCleaner.CleaningAction
 
onClean(boolean) - Method in class org.postgresql.util.LazyCleaner.Node
 
onClean(boolean) - Method in class org.postgresql.util.SharedTimer.TimerCleanup
 
onClean(boolean) - Method in class org.postgresql.util.TempFileHolder
 
ONE_MICROSECOND - Static variable in class org.postgresql.jdbc.TimestampUtils
 
oneByte - Variable in class org.postgresql.util.ReaderInputStream
 
ONEDAY - Static variable in class org.postgresql.jdbc.TimestampUtils
Number of milliseconds in one day.
onEvict - Variable in class org.postgresql.util.LruCache
 
onInsertRow - Variable in class org.postgresql.jdbc.PgResultSet
 
onlyTable - Variable in class org.postgresql.jdbc.PgResultSet
 
onParameterStatus(String, String) - Method in class org.postgresql.core.QueryExecutorBase
Update the parameter status map in response to a new ParameterStatus wire protocol message.
op - Variable in class org.postgresql.copy.PGCopyInputStream
 
op - Variable in class org.postgresql.copy.PGCopyOutputStream
 
open - Variable in class org.postgresql.geometric.PGpath
True if the path is open, false if closed.
open(int) - Method in class org.postgresql.largeobject.LargeObjectManager
Deprecated.
As of 8.3, replaced by LargeObjectManager.open(long)
open(int, boolean) - Method in class org.postgresql.largeobject.LargeObjectManager
This opens an existing large object, same as previous method, but commits the transaction on close if asked.
open(int, int) - Method in class org.postgresql.largeobject.LargeObjectManager
Deprecated.
As of 8.3, replaced by LargeObjectManager.open(long, int)
open(int, int, boolean) - Method in class org.postgresql.largeobject.LargeObjectManager
This opens an existing large object, same as previous method, but commits the transaction on close if asked.
open(long) - Method in class org.postgresql.largeobject.LargeObjectManager
This opens an existing large object, based on its OID.
open(long, boolean) - Method in class org.postgresql.largeobject.LargeObjectManager
This opens an existing large object, same as previous method, but commits the transaction on close if asked.
open(long, int) - Method in class org.postgresql.largeobject.LargeObjectManager
This opens an existing large object, based on its OID.
open(long, int, boolean) - Method in class org.postgresql.largeobject.LargeObjectManager
This opens an existing large object, based on its OID.
OPEN - Enum constant in enum class org.postgresql.core.TransactionState
 
openConnection(HostSpec[], Properties) - Static method in class org.postgresql.core.ConnectionFactory
Establishes and initializes a new connection.
openConnectionImpl(HostSpec[], Properties) - Method in class org.postgresql.core.ConnectionFactory
openConnectionImpl(HostSpec[], Properties) - Method in class org.postgresql.core.v3.ConnectionFactoryImpl
 
openInputStream(String) - Method in class org.postgresql.jdbcurlresolver.PgPassParser
 
openInputStream(String) - Method in class org.postgresql.jdbcurlresolver.PgServiceConfParser
 
openPath() - Method in class org.postgresql.geometric.PGpath
 
openPortalCleanupQueue - Variable in class org.postgresql.core.v3.QueryExecutorImpl
 
openPortalMap - Variable in class org.postgresql.core.v3.QueryExecutorImpl
 
openStackTrace - Variable in class org.postgresql.jdbc.PgConnection
 
openStackTrace - Variable in class org.postgresql.jdbc.PgConnectionCleaningAction
 
OPTIONS - Enum constant in enum class org.postgresql.PGProperty
Specify 'options' connection initialization parameter.
ORG_POSTGRESQL_PGPASSFILE - Enum constant in enum class org.postgresql.PGEnvironment
Specified location of password file.
ORG_POSTGRESQL_PGSERVICEFILE - Enum constant in enum class org.postgresql.PGEnvironment
The connection service resource (file, url) allows connection parameters to be associated with a single service name.
org.postgresql - package org.postgresql
 
org.postgresql.copy - package org.postgresql.copy
 
org.postgresql.core - package org.postgresql.core
 
org.postgresql.core.v3 - package org.postgresql.core.v3
 
org.postgresql.core.v3.adaptivefetch - package org.postgresql.core.v3.adaptivefetch
 
org.postgresql.core.v3.replication - package org.postgresql.core.v3.replication
 
org.postgresql.ds - package org.postgresql.ds
 
org.postgresql.ds.common - package org.postgresql.ds.common
 
org.postgresql.fastpath - package org.postgresql.fastpath
 
org.postgresql.geometric - package org.postgresql.geometric
 
org.postgresql.gss - package org.postgresql.gss
 
org.postgresql.hostchooser - package org.postgresql.hostchooser
 
org.postgresql.jdbc - package org.postgresql.jdbc
 
org.postgresql.jdbc2 - package org.postgresql.jdbc2
 
org.postgresql.jdbc2.optional - package org.postgresql.jdbc2.optional
 
org.postgresql.jdbc3 - package org.postgresql.jdbc3
 
org.postgresql.jdbcurlresolver - package org.postgresql.jdbcurlresolver
 
org.postgresql.largeobject - package org.postgresql.largeobject
 
org.postgresql.plugin - package org.postgresql.plugin
 
org.postgresql.replication - package org.postgresql.replication
 
org.postgresql.replication.fluent - package org.postgresql.replication.fluent
 
org.postgresql.replication.fluent.logical - package org.postgresql.replication.fluent.logical
 
org.postgresql.replication.fluent.physical - package org.postgresql.replication.fluent.physical
 
org.postgresql.ssl - package org.postgresql.ssl
 
org.postgresql.ssl.jdbc4 - package org.postgresql.ssl.jdbc4
 
org.postgresql.sspi - package org.postgresql.sspi
 
org.postgresql.translation - package org.postgresql.translation
 
org.postgresql.util - package org.postgresql.util
 
org.postgresql.util.internal - package org.postgresql.util.internal
 
org.postgresql.xa - package org.postgresql.xa
 
org.postgresql.xml - package org.postgresql.xml
 
originalQuery - Variable in class org.postgresql.jdbc.PgResultSet
 
os - Variable in class org.postgresql.largeobject.LargeObject
 
OSUtil - Class in org.postgresql.util
Operating system specifics
OSUtil() - Constructor for class org.postgresql.util.OSUtil
 
other - Enum constant in enum class org.postgresql.core.JavaVersion
 
othersDeletesAreVisible(int) - Method in class org.postgresql.jdbc.PgDatabaseMetaData
 
othersInsertsAreVisible(int) - Method in class org.postgresql.jdbc.PgDatabaseMetaData
 
othersUpdatesAreVisible(int) - Method in class org.postgresql.jdbc.PgDatabaseMetaData
 
OUT - Static variable in class org.postgresql.core.v3.SimpleParameterList
 
OUT_OF_MEMORY - Enum constant in enum class org.postgresql.util.PSQLState
 
outputPlugin - Variable in class org.postgresql.replication.fluent.logical.LogicalCreateSlotBuilder
 
outputPlugin - Variable in class org.postgresql.replication.ReplicationSlotInfo
 
ownDeletesAreVisible(int) - Method in class org.postgresql.jdbc.PgDatabaseMetaData
 
ownInsertsAreVisible(int) - Method in class org.postgresql.jdbc.PgDatabaseMetaData
 
ownUpdatesAreVisible(int) - Method in class org.postgresql.jdbc.PgDatabaseMetaData
 

P

parameter - Variable in class org.postgresql.core.Notification
 
parameterList - Variable in class org.postgresql.core.v3.DescribeRequest
 
ParameterList - Interface in org.postgresql.core
Abstraction of a list of parameters to be substituted into a Query.
parameterLists - Variable in class org.postgresql.jdbc.BatchResultHandler
 
parameterStatuses - Variable in class org.postgresql.core.QueryExecutorBase
 
paramTypes - Variable in class org.postgresql.core.v3.SimpleParameterList
 
paramValues - Variable in class org.postgresql.core.v3.SimpleParameterList
 
PARENT_LOGGER - Static variable in class org.postgresql.Driver
 
parse(String) - Method in class org.postgresql.core.CommandCompleteParser
Parses CommandComplete (B) message.
parseACL(String, String) - Method in class org.postgresql.jdbc.PgDatabaseMetaData
Take the a String representing an array of ACLs and return a Map mapping the SQL permission name to a List of usernames who have that permission.
parseACLArray(String) - Static method in class org.postgresql.jdbc.PgDatabaseMetaData
Parse an String of ACLs into a List of ACLs.
parseAlterKeyword(char[], int) - Static method in class org.postgresql.core.Parser
Parse string to check presence of CREATE keyword regardless of case.
parseAsKeyword(char[], int) - Static method in class org.postgresql.core.Parser
Parse string to check presence of AS keyword regardless of case.
parseAtomicKeyword(char[], int) - Static method in class org.postgresql.core.Parser
Parse string to check presence of ATOMIC keyword regardless of case.
parseBackendTimestamp(byte[]) - Method in class org.postgresql.jdbc.TimestampUtils
Load date/time information into the provided calendar returning the fractional seconds.
parseBackendTimeZone(String) - Static method in class org.postgresql.jdbc.TimestampUtils
Converts backend's TimeZone parameter to java format.
parseBeginKeyword(char[], int) - Static method in class org.postgresql.core.Parser
Parse string to check presence of BEGIN keyword regardless of case.
parseBlockComment(char[], int) - Static method in class org.postgresql.core.Parser
Test if the / character at offset starts a block comment, and return the position of the last / character.
parseBytePercentValue(String) - Static method in class org.postgresql.util.PGPropertyMaxResultBufferParser
Method to get percent value of max result buffer size dependable on actual free memory.
parseByteValue(String) - Static method in class org.postgresql.util.PGPropertyMaxResultBufferParser
Method to get size based on given string value.
parseCreateKeyword(char[], int) - Static method in class org.postgresql.core.Parser
Parse string to check presence of CREATE keyword regardless of case.
parseDate(byte[]) - Method in class org.postgresql.jdbc.TimestampUtils
 
ParsedBinaryTimestamp() - Constructor for class org.postgresql.jdbc.TimestampUtils.ParsedBinaryTimestamp
 
parseDeleteKeyword(char[], int) - Static method in class org.postgresql.core.Parser
Parse string to check presence of DELETE keyword regardless of case.
parseDollarQuotes(char[], int) - Static method in class org.postgresql.core.Parser
Test if the dollar character ($) at the given offset starts a dollar-quoted string and return the offset of the ending dollar character.
parseDoubleQuotes(char[], int) - Static method in class org.postgresql.core.Parser
Find the end of the double-quoted string starting at the given offset.
parsedQueryCleanupQueue - Variable in class org.postgresql.core.v3.QueryExecutorImpl
 
parsedQueryMap - Variable in class org.postgresql.core.v3.QueryExecutorImpl
 
parsedSQLhasRETURNINGKeyword - Variable in class org.postgresql.core.SqlCommand
 
ParsedTimestamp() - Constructor for class org.postgresql.jdbc.TimestampUtils.ParsedTimestamp
 
parseInputStream(InputStream) - Method in class org.postgresql.jdbcurlresolver.PgPassParser
 
parseInputStream(InputStream) - Method in class org.postgresql.jdbcurlresolver.PgServiceConfParser
 
parseInsertKeyword(char[], int) - Static method in class org.postgresql.core.Parser
Parse string to check presence of INSERT keyword regardless of case.
parseISO8601Format(String) - Method in class org.postgresql.util.PGInterval
 
parseJdbcSql(String, boolean, boolean, boolean, boolean, boolean, String...) - Static method in class org.postgresql.core.Parser
Parses JDBC query into PostgreSQL's native format.
parseLineComment(char[], int) - Static method in class org.postgresql.core.Parser
Test if the - character at offset starts a -- style line comment, and return the position of the first \r or \n character.
parseLong(String, int, int) - Static method in class org.postgresql.core.Parser
Faster version of Long.parseLong(String) when parsing a substring is required
parseMoveKeyword(char[], int) - Static method in class org.postgresql.core.Parser
Parse string to check presence of MOVE keyword regardless of case.
parseProperty(String) - Static method in class org.postgresql.util.PGPropertyMaxResultBufferParser
Method to parse value of max result buffer size.
parseQuery() - Method in class org.postgresql.jdbc.PgResultSet
 
Parser - Class in org.postgresql.core
Basic query parser infrastructure.
Parser() - Constructor for class org.postgresql.core.Parser
 
Parser.SqlParseState - Enum Class in org.postgresql.core
 
parseReturningKeyword(char[], int) - Static method in class org.postgresql.core.Parser
Parse string to check presence of RETURNING keyword regardless of case.
parseSelectKeyword(char[], int) - Static method in class org.postgresql.core.Parser
Parse string to check presence of SELECT keyword regardless of case.
parseServerVersionStr(String) - Static method in enum class org.postgresql.core.ServerVersion
Attempt to parse the server version string into an XXYYZZ form version number.
parseServerVersionStr(String) - Static method in class org.postgresql.core.Utils
Deprecated.
use specific Version instance
parseSingleQuotes(char[], int, boolean) - Static method in class org.postgresql.core.Parser
Find the end of the single-quoted string starting at the given offset.
parseSql(char[], int, StringBuilder, boolean, boolean) - Static method in class org.postgresql.core.Parser
parse the given sql from index i, appending it to the given buffer until we hit an unmatched right parentheses or end of string.
parseUpdateKeyword(char[], int) - Static method in class org.postgresql.core.Parser
Parse string to check presence of UPDATE keyword regardless of case.
parseURL(String, Properties) - Static method in class org.postgresql.Driver
Constructs a new DriverURL, splitting the specified URL into its component parts.
parseValue(int, ByteBuffer, BaseConnection) - Method in class org.postgresql.jdbc.ArrayDecoding.AbstractObjectArrayDecoder
 
parseValue(int, ByteBuffer, BaseConnection) - Method in class org.postgresql.jdbc.ArrayDecoding.ArrayAssistantObjectArrayDecoder
parseValue(int, ByteBuffer, BaseConnection) - Method in class org.postgresql.jdbc.ArrayDecoding.MappedTypeObjectArrayDecoder
parseValue(String, BaseConnection) - Method in class org.postgresql.jdbc.ArrayDecoding.AbstractObjectStringArrayDecoder
 
parseValue(String, BaseConnection) - Method in class org.postgresql.jdbc.ArrayDecoding.ArrayAssistantObjectArrayDecoder
parseValue(String, BaseConnection) - Method in class org.postgresql.jdbc.ArrayDecoding.MappedTypeObjectArrayDecoder
parseValuesKeyword(char[], int) - Static method in class org.postgresql.core.Parser
Parse string to check presence of VALUES keyword regardless of case.
parseWithCommandType(char[], int, int, int) - Static method in class org.postgresql.core.Parser
 
parseWithKeyword(char[], int) - Static method in class org.postgresql.core.Parser
Parse string to check presence of WITH keyword regardless of case.
password - Variable in class org.postgresql.ds.common.BaseDataSource
 
password - Variable in class org.postgresql.gss.GSSCallbackHandler
 
password - Variable in class org.postgresql.ssl.LibPQFactory.ConsoleCallbackHandler
 
PASSWORD - Enum constant in enum class org.postgresql.PGProperty
Password to use when authenticating.
PasswordUtil - Class in org.postgresql.util
 
PasswordUtil() - Constructor for class org.postgresql.util.PasswordUtil
 
PasswordUtil.SecureRandomHolder - Class in org.postgresql.util
 
PATCH_VERSION - Static variable in class org.postgresql.util.DriverInfo
 
PATH - Static variable in class org.postgresql.core.Oid
 
peek() - Method in class org.postgresql.core.VisibleBufferedInputStream
Reads a byte from the buffer without advancing the index pointer.
peekChar() - Method in class org.postgresql.core.PGStream
Receives a single character from the backend, without advancing the current protocol stream position.
pendingBindQueue - Variable in class org.postgresql.core.v3.QueryExecutorImpl
 
pendingDescribePortalQueue - Variable in class org.postgresql.core.v3.QueryExecutorImpl
 
pendingDescribeStatementQueue - Variable in class org.postgresql.core.v3.QueryExecutorImpl
 
pendingExecuteQueue - Variable in class org.postgresql.core.v3.QueryExecutorImpl
 
pendingParseQueue - Variable in class org.postgresql.core.v3.QueryExecutorImpl
 
PERCENT_PHRASES - Static variable in class org.postgresql.util.PGPropertyMaxResultBufferParser
 
PG_DBNAME - Enum constant in enum class org.postgresql.PGProperty
Database name to connect to (may be specified directly in the JDBC URL).
PG_EPOCH_DIFF - Static variable in class org.postgresql.jdbc.TimestampUtils
 
PG_HOST - Enum constant in enum class org.postgresql.PGProperty
Hostname of the PostgreSQL server (may be specified directly in the JDBC URL).
PG_PORT - Enum constant in enum class org.postgresql.PGProperty
Port of the PostgreSQL server (may be specified directly in the JDBC URL).
PG_STREAM_UPDATER - Static variable in class org.postgresql.core.QueryExecutorCloseAction
 
PgArray - Class in org.postgresql.jdbc
Array is used collect one column of query result data.
PgArray(BaseConnection, int) - Constructor for class org.postgresql.jdbc.PgArray
 
PgArray(BaseConnection, int, byte[]) - Constructor for class org.postgresql.jdbc.PgArray
Create a new Array.
PgArray(BaseConnection, int, String) - Constructor for class org.postgresql.jdbc.PgArray
Create a new Array.
PgArrayList() - Constructor for class org.postgresql.jdbc.ArrayDecoding.PgArrayList
 
pgArrayToPgType - Variable in class org.postgresql.jdbc.TypeInfoCache
 
PGBinaryObject - Interface in org.postgresql.util
PGBinaryObject is a interface that classes extending PGobject can use to take advantage of more optimal binary encoding of the data type.
PGBindException - Exception Class in org.postgresql.core
 
PGBindException(IOException) - Constructor for exception class org.postgresql.core.PGBindException
 
PgBlob - Class in org.postgresql.jdbc
 
PgBlob(BaseConnection, long) - Constructor for class org.postgresql.jdbc.PgBlob
 
PGbox - Class in org.postgresql.geometric
This represents the box datatype within org.postgresql.
PGbox() - Constructor for class org.postgresql.geometric.PGbox
Required constructor.
PGbox(double, double, double, double) - Constructor for class org.postgresql.geometric.PGbox
 
PGbox(String) - Constructor for class org.postgresql.geometric.PGbox
 
PGbox(PGpoint, PGpoint) - Constructor for class org.postgresql.geometric.PGbox
 
PgBufferedOutputStream - Class in org.postgresql.util.internal
Buffered output stream.
PgBufferedOutputStream(OutputStream, int) - Constructor for class org.postgresql.util.internal.PgBufferedOutputStream
 
PGbytea - Class in org.postgresql.util
Converts to and from the postgresql bytea datatype used by the backend.
PGbytea() - Constructor for class org.postgresql.util.PGbytea
 
PgCallableStatement - Class in org.postgresql.jdbc
 
PgCallableStatement(PgConnection, String, int, int, int) - Constructor for class org.postgresql.jdbc.PgCallableStatement
 
PGcircle - Class in org.postgresql.geometric
This represents org.postgresql's circle datatype, consisting of a point and a radius.
PGcircle() - Constructor for class org.postgresql.geometric.PGcircle
This constructor is used by the driver.
PGcircle(double, double, double) - Constructor for class org.postgresql.geometric.PGcircle
 
PGcircle(String) - Constructor for class org.postgresql.geometric.PGcircle
 
PGcircle(PGpoint, double) - Constructor for class org.postgresql.geometric.PGcircle
 
PgClob - Class in org.postgresql.jdbc
 
PgClob(BaseConnection, long) - Constructor for class org.postgresql.jdbc.PgClob
 
PgConnection - Class in org.postgresql.jdbc
 
PgConnection(HostSpec[], Properties, String) - Constructor for class org.postgresql.jdbc.PgConnection
 
PGConnection - Interface in org.postgresql
This interface defines the public PostgreSQL extensions to java.sql.Connection.
PgConnection.AbortCommand - Class in org.postgresql.jdbc
 
PgConnection.ReadOnlyBehavior - Enum Class in org.postgresql.jdbc
 
PgConnection.TransactionCommandHandler - Class in org.postgresql.jdbc
Handler for transaction queries.
PgConnectionCleaningAction - Class in org.postgresql.jdbc
This class segregates the minimal resources required for proper cleanup in case the connection has not been closed by the user code.
PgConnectionCleaningAction(ResourceLock, Throwable, Closeable) - Constructor for class org.postgresql.jdbc.PgConnectionCleaningAction
 
PGConnectionPoolDataSource - Class in org.postgresql.ds
PostgreSQL implementation of ConnectionPoolDataSource.
PGConnectionPoolDataSource() - Constructor for class org.postgresql.ds.PGConnectionPoolDataSource
 
PGCopyInputStream - Class in org.postgresql.copy
InputStream for reading from a PostgreSQL COPY TO STDOUT operation.
PGCopyInputStream(CopyOut) - Constructor for class org.postgresql.copy.PGCopyInputStream
Use given CopyOut operation for reading.
PGCopyInputStream(PGConnection, String) - Constructor for class org.postgresql.copy.PGCopyInputStream
Uses given connection for specified COPY TO STDOUT operation.
PGCopyOutputStream - Class in org.postgresql.copy
OutputStream for buffered input into a PostgreSQL COPY FROM STDIN operation.
PGCopyOutputStream(CopyIn) - Constructor for class org.postgresql.copy.PGCopyOutputStream
Use given CopyIn operation for writing.
PGCopyOutputStream(CopyIn, int) - Constructor for class org.postgresql.copy.PGCopyOutputStream
Use given CopyIn operation for writing.
PGCopyOutputStream(PGConnection, String) - Constructor for class org.postgresql.copy.PGCopyOutputStream
Uses given connection for specified COPY FROM STDIN operation.
PGCopyOutputStream(PGConnection, String, int) - Constructor for class org.postgresql.copy.PGCopyOutputStream
Uses given connection for specified COPY FROM STDIN operation.
PgDatabaseMetaData - Class in org.postgresql.jdbc
 
PgDatabaseMetaData(PgConnection) - Constructor for class org.postgresql.jdbc.PgDatabaseMetaData
 
PGEnvironment - Enum Class in org.postgresql
Some environment variables are intended to have same meaning as libpq describes here: https://www.postgresql.org/docs/current/libpq-envars.html
PGEnvironment(String, String, String) - Constructor for enum class org.postgresql.PGEnvironment
 
pgInput - Variable in class org.postgresql.core.PGStream
 
PGInterval - Class in org.postgresql.util
This implements a class that handles the PostgreSQL interval type.
PGInterval() - Constructor for class org.postgresql.util.PGInterval
required by the driver.
PGInterval(int, int, int, int, int, double) - Constructor for class org.postgresql.util.PGInterval
Initializes all values of this interval to the specified values.
PGInterval(String) - Constructor for class org.postgresql.util.PGInterval
Initialize a interval with a given interval string representation.
PGjdbcHostnameVerifier - Class in org.postgresql.ssl
 
PGjdbcHostnameVerifier() - Constructor for class org.postgresql.ssl.PGjdbcHostnameVerifier
 
PGJDBCMain - Class in org.postgresql.util
 
PGJDBCMain() - Constructor for class org.postgresql.util.PGJDBCMain
 
PGline - Class in org.postgresql.geometric
This implements a line represented by the linear equation Ax + By + C = 0.
PGline() - Constructor for class org.postgresql.geometric.PGline
required by the driver.
PGline(double, double, double) - Constructor for class org.postgresql.geometric.PGline
 
PGline(double, double, double, double) - Constructor for class org.postgresql.geometric.PGline
 
PGline(String) - Constructor for class org.postgresql.geometric.PGline
 
PGline(PGlseg) - Constructor for class org.postgresql.geometric.PGline
 
PGline(PGpoint, PGpoint) - Constructor for class org.postgresql.geometric.PGline
 
PGlseg - Class in org.postgresql.geometric
This implements a lseg (line segment) consisting of two points.
PGlseg() - Constructor for class org.postgresql.geometric.PGlseg
required by the driver.
PGlseg(double, double, double, double) - Constructor for class org.postgresql.geometric.PGlseg
 
PGlseg(String) - Constructor for class org.postgresql.geometric.PGlseg
 
PGlseg(PGpoint, PGpoint) - Constructor for class org.postgresql.geometric.PGlseg
 
PGmoney - Class in org.postgresql.util
This implements a class that handles the PostgreSQL money and cash types.
PGmoney() - Constructor for class org.postgresql.util.PGmoney
 
PGmoney(double) - Constructor for class org.postgresql.util.PGmoney
 
PGmoney(String) - Constructor for class org.postgresql.util.PGmoney
 
pgNameToJavaClass - Variable in class org.postgresql.jdbc.TypeInfoCache
 
pgNameToOid - Variable in class org.postgresql.jdbc.TypeInfoCache
 
pgNameToPgObject - Variable in class org.postgresql.jdbc.TypeInfoCache
 
pgNameToSQLType - Variable in class org.postgresql.jdbc.TypeInfoCache
 
PGNotification - Interface in org.postgresql
This interface defines the public PostgreSQL extension for Notifications.
PGobject - Class in org.postgresql.util
PGobject is a class used to describe unknown types An unknown type is any type that is unknown by JDBC Standards.
PGobject() - Constructor for class org.postgresql.util.PGobject
This is called by org.postgresql.Connection.getObject() to create the object.
PGObjectFactory - Class in org.postgresql.ds.common
Returns a DataSource-ish thing based on a JNDI reference.
PGObjectFactory() - Constructor for class org.postgresql.ds.common.PGObjectFactory
 
pgOut - Variable in class org.postgresql.gss.GSSOutputStream
 
pgOutput - Variable in class org.postgresql.core.PGStream
 
PgParameterMetaData - Class in org.postgresql.jdbc
 
PgParameterMetaData(BaseConnection, int[]) - Constructor for class org.postgresql.jdbc.PgParameterMetaData
 
PGPASSFILE - Enum constant in enum class org.postgresql.PGEnvironment
Specified location of password file.
PgPassParser - Class in org.postgresql.jdbcurlresolver
helps to read Password File.
PgPassParser(String, String, String, String) - Constructor for class org.postgresql.jdbcurlresolver.PgPassParser
 
PGpath - Class in org.postgresql.geometric
This implements a path (a multiple segmented line, which may be closed).
PGpath() - Constructor for class org.postgresql.geometric.PGpath
Required by the driver.
PGpath(String) - Constructor for class org.postgresql.geometric.PGpath
 
PGpath(PGpoint[], boolean) - Constructor for class org.postgresql.geometric.PGpath
 
PGpoint - Class in org.postgresql.geometric
It maps to the point datatype in org.postgresql.
PGpoint() - Constructor for class org.postgresql.geometric.PGpoint
Required by the driver.
PGpoint(double, double) - Constructor for class org.postgresql.geometric.PGpoint
 
PGpoint(String) - Constructor for class org.postgresql.geometric.PGpoint
This is called mainly from the other geometric types, when a point is embedded within their definition.
PGpolygon - Class in org.postgresql.geometric
This implements the polygon datatype within PostgreSQL.
PGpolygon() - Constructor for class org.postgresql.geometric.PGpolygon
Required by the driver.
PGpolygon(String) - Constructor for class org.postgresql.geometric.PGpolygon
 
PGpolygon(PGpoint[]) - Constructor for class org.postgresql.geometric.PGpolygon
Creates a polygon using an array of PGpoints.
PGPooledConnection - Class in org.postgresql.ds
PostgreSQL implementation of the PooledConnection interface.
PGPooledConnection(Connection, boolean) - Constructor for class org.postgresql.ds.PGPooledConnection
 
PGPooledConnection(Connection, boolean, boolean) - Constructor for class org.postgresql.ds.PGPooledConnection
Creates a new PooledConnection representing the specified physical connection.
PGPooledConnection.ConnectionHandler - Class in org.postgresql.ds
Instead of declaring a class implementing Connection, which would have to be updated for every JDK rev, use a dynamic proxy to handle all calls through the Connection interface.
PGPooledConnection.StatementHandler - Class in org.postgresql.ds
Instead of declaring classes implementing Statement, PreparedStatement, and CallableStatement, which would have to be updated for every JDK rev, use a dynamic proxy to handle all calls through the Statement interfaces.
PGPoolingDataSource - Class in org.postgresql.ds
Deprecated.
Since 42.0.0, instead of this class you should use a fully featured connection pool like HikariCP, vibur-dbcp, commons-dbcp, c3p0, etc.
PGPoolingDataSource() - Constructor for class org.postgresql.ds.PGPoolingDataSource
Deprecated.
 
PgPreparedStatement - Class in org.postgresql.jdbc
 
PgPreparedStatement(PgConnection, String, int, int, int) - Constructor for class org.postgresql.jdbc.PgPreparedStatement
 
PgPreparedStatement(PgConnection, CachedQuery, int, int, int) - Constructor for class org.postgresql.jdbc.PgPreparedStatement
 
PGProperty - Enum Class in org.postgresql
All connection parameters that can be either set in JDBC URL, in Driver properties or in datasource setters.
PGProperty(String, String, String) - Constructor for enum class org.postgresql.PGProperty
 
PGProperty(String, String, String, boolean) - Constructor for enum class org.postgresql.PGProperty
 
PGProperty(String, String, String, boolean, String[]) - Constructor for enum class org.postgresql.PGProperty
 
PGPropertyMaxResultBufferParser - Class in org.postgresql.util
 
PGPropertyMaxResultBufferParser() - Constructor for class org.postgresql.util.PGPropertyMaxResultBufferParser
 
PGPropertyUtil - Class in org.postgresql.util
routines to support PG properties
PGPropertyUtil() - Constructor for class org.postgresql.util.PGPropertyUtil
 
PGRefCursorResultSet - Interface in org.postgresql
Deprecated.
As of 8.0, this interface is only present for backwards- compatibility purposes. New code should call getString() on the ResultSet that contains the refcursor to obtain the underlying cursor name.
PGReplicationConnection - Interface in org.postgresql.replication
Api available only if connection was create with required for replication properties: PGProperty.REPLICATION and PGProperty.ASSUME_MIN_SERVER_VERSION.
PGReplicationConnectionImpl - Class in org.postgresql.replication
 
PGReplicationConnectionImpl(BaseConnection) - Constructor for class org.postgresql.replication.PGReplicationConnectionImpl
 
PGReplicationStream - Interface in org.postgresql.replication
Not tread safe replication stream (though certain methods can be safely called by different threads).
PgResultSet - Class in org.postgresql.jdbc
 
PgResultSet(Query, BaseStatement, Field[], List<Tuple>, ResultCursor, int, int, int, int, int, boolean) - Constructor for class org.postgresql.jdbc.PgResultSet
 
PgResultSet.CursorResultHandler - Class in org.postgresql.jdbc
 
PgResultSet.NullObject - Class in org.postgresql.jdbc
 
PgResultSet.PrimaryKey - Class in org.postgresql.jdbc
 
PgResultSetMetaData - Class in org.postgresql.jdbc
 
PgResultSetMetaData(BaseConnection, Field[]) - Constructor for class org.postgresql.jdbc.PgResultSetMetaData
Initialise for a result with a tuple set and a field descriptor set
PGResultSetMetaData - Interface in org.postgresql
 
PgServiceConfParser - Class in org.postgresql.jdbcurlresolver
helps to read Connection Service File.
PgServiceConfParser(String) - Constructor for class org.postgresql.jdbcurlresolver.PgServiceConfParser
 
PGSERVICEFILE - Enum constant in enum class org.postgresql.PGEnvironment
The connection service resource (file, url) allows connection parameters to be associated with a single service name.
PGSimpleDataSource - Class in org.postgresql.ds
Simple DataSource which does not perform connection pooling.
PGSimpleDataSource() - Constructor for class org.postgresql.ds.PGSimpleDataSource
 
PgSQLXML - Class in org.postgresql.jdbc
 
PgSQLXML(BaseConnection) - Constructor for class org.postgresql.jdbc.PgSQLXML
 
PgSQLXML(BaseConnection, String) - Constructor for class org.postgresql.jdbc.PgSQLXML
 
PgSQLXML(BaseConnection, String, boolean) - Constructor for class org.postgresql.jdbc.PgSQLXML
 
pgStatement - Variable in class org.postgresql.jdbc.BatchResultHandler
 
PgStatement - Class in org.postgresql.jdbc
 
PgStatement(PgConnection, int, int, int) - Constructor for class org.postgresql.jdbc.PgStatement
 
PGStatement - Interface in org.postgresql
This interface defines the public PostgreSQL extensions to java.sql.Statement.
PgStatement.StatementResultHandler - Class in org.postgresql.jdbc
ResultHandler implementations for updates, queries, and either-or.
pgStream - Variable in class org.postgresql.core.QueryExecutorBase
 
pgStream - Variable in class org.postgresql.core.QueryExecutorCloseAction
 
pgStream - Variable in class org.postgresql.core.v3.replication.V3ReplicationProtocol
 
pgStream - Variable in class org.postgresql.core.v3.ScramAuthenticator
 
pgStream - Variable in class org.postgresql.gss.GssAction
 
pgStream - Variable in class org.postgresql.gss.GssEncAction
 
PGStream - Class in org.postgresql.core
Wrapper around the raw connection to the server that implements some basic primitives (reading/writing formatted data, doing string encoding, etc).
PGStream(SocketFactory, HostSpec) - Constructor for class org.postgresql.core.PGStream
PGStream(SocketFactory, HostSpec, int) - Constructor for class org.postgresql.core.PGStream
PGStream(SocketFactory, HostSpec, int, int) - Constructor for class org.postgresql.core.PGStream
Constructor: Connect to the PostgreSQL back end and return a stream connection.
PGStream(PGStream, int) - Constructor for class org.postgresql.core.PGStream
 
PGSYSCONFDIR - Enum constant in enum class org.postgresql.PGEnvironment
sets the directory containing the PGSERVICEFILE file and possibly other system-wide configuration files.
PGTime - Class in org.postgresql.util
This class augments the Java built-in Time to allow for explicit setting of the time zone.
PGTime(long) - Constructor for class org.postgresql.util.PGTime
Constructs a PGTime without a time zone.
PGTime(long, Calendar) - Constructor for class org.postgresql.util.PGTime
Constructs a PGTime with the given calendar object.
PGTimestamp - Class in org.postgresql.util
This class augments the Java built-in Timestamp to allow for explicit setting of the time zone.
PGTimestamp(long) - Constructor for class org.postgresql.util.PGTimestamp
Constructs a PGTimestamp without a time zone.
PGTimestamp(long, Calendar) - Constructor for class org.postgresql.util.PGTimestamp
Constructs a PGTimestamp with the given time zone.
PGtokenizer - Class in org.postgresql.util
This class is used to tokenize the text output of org.postgres.
PGtokenizer(String, char) - Constructor for class org.postgresql.util.PGtokenizer
Create a tokeniser.
pgType - Variable in class org.postgresql.core.Field
 
PGXAConnection - Class in org.postgresql.xa
The PostgreSQL implementation of XAResource.
PGXAConnection(BaseConnection) - Constructor for class org.postgresql.xa.PGXAConnection
 
PGXAConnection.ConnectionHandler - Class in org.postgresql.xa
 
PGXAConnection.State - Enum Class in org.postgresql.xa
 
PGXADataSource - Class in org.postgresql.xa
XA-enabled DataSource implementation.
PGXADataSource() - Constructor for class org.postgresql.xa.PGXADataSource
 
PGXADataSourceFactory - Class in org.postgresql.xa
An ObjectFactory implementation for PGXADataSource-objects.
PGXADataSourceFactory() - Constructor for class org.postgresql.xa.PGXADataSourceFactory
 
PGXAException - Exception Class in org.postgresql.xa
A convenience subclass of XAException which makes it easy to create an instance of XAException with a human-readable message, a Throwable cause, and an XA error code.
PGXAException(String, int) - Constructor for exception class org.postgresql.xa.PGXAException
 
PGXAException(String, Throwable, int) - Constructor for exception class org.postgresql.xa.PGXAException
 
PGXAException(Throwable, int) - Constructor for exception class org.postgresql.xa.PGXAException
 
PGXmlFactoryFactory - Interface in org.postgresql.xml
 
physical() - Method in interface org.postgresql.replication.fluent.ChainedCreateReplicationSlotBuilder
Create physical replication stream for process wal logs in binary form.
physical() - Method in interface org.postgresql.replication.fluent.ChainedStreamBuilder
Create physical replication stream for process wal logs in binary form.
physical() - Method in class org.postgresql.replication.fluent.ReplicationCreateSlotBuilder
 
physical() - Method in class org.postgresql.replication.fluent.ReplicationStreamBuilder
 
PHYSICAL - Enum constant in enum class org.postgresql.replication.ReplicationType
 
PhysicalCreateSlotBuilder - Class in org.postgresql.replication.fluent.physical
 
PhysicalCreateSlotBuilder(BaseConnection) - Constructor for class org.postgresql.replication.fluent.physical.PhysicalCreateSlotBuilder
 
PhysicalReplicationOptions - Interface in org.postgresql.replication.fluent.physical
 
PhysicalStreamBuilder - Class in org.postgresql.replication.fluent.physical
 
PhysicalStreamBuilder(StartPhysicalReplicationCallback) - Constructor for class org.postgresql.replication.fluent.physical.PhysicalStreamBuilder
 
PI - Static variable in class org.postgresql.jdbc.EscapedFunctions
Deprecated.
 
pid - Variable in class org.postgresql.core.Notification
 
PKCS12KeyManager - Class in org.postgresql.ssl
 
PKCS12KeyManager(String, CallbackHandler) - Constructor for class org.postgresql.ssl.PKCS12KeyManager
 
point - Variable in class org.postgresql.geometric.PGbox
These are the two points.
point - Variable in class org.postgresql.geometric.PGlseg
These are the two points.
POINT - Static variable in class org.postgresql.core.Oid
 
POINT_ARRAY - Static variable in class org.postgresql.core.Oid
 
points - Variable in class org.postgresql.geometric.PGpath
The points defining this path.
points - Variable in class org.postgresql.geometric.PGpolygon
The points defining the polygon.
POLYGON - Static variable in class org.postgresql.core.Oid
 
poolable - Variable in class org.postgresql.jdbc.PgStatement
 
PoolingDataSource - Class in org.postgresql.jdbc2.optional
Deprecated.
Since 42.0.0, see PGPoolingDataSource
PoolingDataSource() - Constructor for class org.postgresql.jdbc2.optional.PoolingDataSource
Deprecated.
 
pop() - Method in class org.postgresql.util.ByteConverter.PositiveShorts
 
populateFieldsWithMetadata(Gettable<FieldMetadata.Key, FieldMetadata>) - Method in class org.postgresql.jdbc.PgResultSetMetaData
 
populateFromBinary(A, int, int, ByteBuffer, BaseConnection) - Method in class org.postgresql.jdbc.ArrayDecoding.AbstractObjectArrayDecoder
 
populateFromBinary(A, int, int, ByteBuffer, BaseConnection) - Method in class org.postgresql.jdbc.ArrayDecoding.AbstractObjectStringArrayDecoder
 
populateFromBinary(A, int, int, ByteBuffer, BaseConnection) - Method in interface org.postgresql.jdbc.ArrayDecoding.ArrayDecoder
 
populateFromString(A, List<String>, BaseConnection) - Method in class org.postgresql.jdbc.ArrayDecoding.AbstractObjectStringArrayDecoder
populateFromString(A, List<String>, BaseConnection) - Method in interface org.postgresql.jdbc.ArrayDecoding.ArrayDecoder
 
populateParameter(ParameterList, int) - Method in class org.postgresql.fastpath.FastpathArg.ByteStreamWriterFastpathArg
Deprecated.
 
populateParameter(ParameterList, int) - Method in class org.postgresql.fastpath.FastpathArg
Deprecated.
 
port - Variable in class org.postgresql.jdbcurlresolver.PgPassParser
 
port - Variable in class org.postgresql.util.HostSpec
 
portal - Variable in class org.postgresql.core.v3.ExecuteRequest
 
Portal - Class in org.postgresql.core.v3
V3 ResultCursor implementation in terms of backend Portals.
Portal(SimpleQuery, String) - Constructor for class org.postgresql.core.v3.Portal
 
portalDescribed - Variable in class org.postgresql.core.v3.SimpleQuery
 
portalName - Variable in class org.postgresql.core.v3.Portal
 
portNumbers - Variable in class org.postgresql.ds.common.BaseDataSource
 
pos - Variable in class org.postgresql.core.v3.SimpleParameterList
 
position(byte[], long) - Method in class org.postgresql.jdbc.AbstractBlobClob
Iterate over the buffer looking for the specified pattern.
position(String, long) - Method in class org.postgresql.jdbc.PgClob
For now, this is not implemented.
position(Blob, long) - Method in class org.postgresql.jdbc.AbstractBlobClob
This is simply passing the byte value of the pattern Blob.
position(Clob, long) - Method in class org.postgresql.jdbc.PgClob
This should be simply passing the byte value of the pattern Blob.
POSITION - Static variable in class org.postgresql.util.ServerErrorMessage
 
positionInTable - Variable in class org.postgresql.core.Field
 
positionInTable - Variable in class org.postgresql.jdbc.FieldMetadata.Key
 
POSITIVE - Enum constant in enum class org.postgresql.jdbc.TimestampUtils.Infinity
 
PositiveShorts() - Constructor for class org.postgresql.util.ByteConverter.PositiveShorts
 
POSTGRES - Enum constant in enum class org.postgresql.jdbc.SslNegotiation
 
POSTGRES_EPOCH_2000_01_01 - Static variable in class org.postgresql.core.v3.replication.V3PGReplicationStream
 
POWER - Static variable in class org.postgresql.jdbc.EscapedFunctions
Deprecated.
 
PREFER - Enum constant in enum class org.postgresql.core.v3.ChannelBindingOption
Means that the client will choose channel binding if available.
PREFER - Enum constant in enum class org.postgresql.jdbc.GSSEncMode
Start with encrypted connection, fallback to non-encrypted (default).
PREFER - Enum constant in enum class org.postgresql.jdbc.SslMode
Start with encrypted connection, fallback to non-encrypted (default).
PREFER_QUERY_MODE - Enum constant in enum class org.postgresql.PGProperty
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, extendedCacheEverything means use extended protocol and try cache every statement (including Statement.execute(String sql)) in a query cache.
preferPrimary - Enum constant in enum class org.postgresql.hostchooser.HostRequirement
 
preferQueryMode - Variable in class org.postgresql.core.QueryExecutorBase
 
PreferQueryMode - Enum Class in org.postgresql.jdbc
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.
PreferQueryMode(String) - Constructor for enum class org.postgresql.jdbc.PreferQueryMode
 
preferSecondary - Enum constant in enum class org.postgresql.hostchooser.HostRequirement
 
prepare(Xid) - Method in class org.postgresql.xa.PGXAConnection
Prepares transaction.
PREPARE_THRESHOLD - Enum constant in enum class org.postgresql.PGProperty
Sets the default threshold for enabling server-side prepare.
prepareCall(String) - Method in class org.postgresql.jdbc.PgConnection
 
prepareCall(String, int, int) - Method in class org.postgresql.jdbc.PgConnection
 
prepareCall(String, int, int, int) - Method in class org.postgresql.jdbc.PgConnection
 
PREPARED_STATEMENT_CACHE_QUERIES - Enum constant in enum class org.postgresql.PGProperty
Specifies the maximum number of entries in cache of prepared statements.
PREPARED_STATEMENT_CACHE_SIZE_MIB - Enum constant in enum class org.postgresql.PGProperty
Specifies the maximum size (in megabytes) of the prepared statement cache.
preparedParameters - Variable in class org.postgresql.jdbc.PgPreparedStatement
 
preparedQuery - Variable in class org.postgresql.jdbc.PgPreparedStatement
 
preparedTypes - Variable in class org.postgresql.core.v3.SimpleQuery
 
preparedXid - Variable in class org.postgresql.xa.PGXAConnection
 
prepareGetAllTypeInfoStatement() - Method in class org.postgresql.jdbc.TypeInfoCache
 
prepareGetArrayDelimiterStatement() - Method in class org.postgresql.jdbc.TypeInfoCache
 
prepareGetArrayElementOidStatement() - Method in class org.postgresql.jdbc.TypeInfoCache
 
prepareGetNameStatement() - Method in class org.postgresql.jdbc.TypeInfoCache
 
prepareGetTypeInfoStatement() - Method in class org.postgresql.jdbc.TypeInfoCache
 
prepareStatement(String) - Method in class org.postgresql.jdbc.PgConnection
 
prepareStatement(String, int) - Method in class org.postgresql.jdbc.PgConnection
 
prepareStatement(String, int[]) - Method in class org.postgresql.jdbc.PgConnection
 
prepareStatement(String, int, int) - Method in class org.postgresql.jdbc.PgConnection
 
prepareStatement(String, int, int, int) - Method in class org.postgresql.jdbc.PgConnection
 
prepareStatement(String, String[]) - Method in class org.postgresql.jdbc.PgConnection
 
prepareThreshold - Variable in class org.postgresql.jdbc.PgConnection
 
prepareUpdateStatus(LogSequenceNumber, LogSequenceNumber, LogSequenceNumber, boolean) - Method in class org.postgresql.core.v3.replication.V3PGReplicationStream
 
prev - Variable in class org.postgresql.util.LazyCleaner.Node
 
prevDefaultZoneFieldValue - Variable in class org.postgresql.jdbc.TimestampUtils
 
previous() - Method in class org.postgresql.jdbc.PgResultSet
 
primary - Enum constant in enum class org.postgresql.hostchooser.HostRequirement
 
Primary - Enum constant in enum class org.postgresql.hostchooser.HostStatus
 
PrimaryKey(int, String) - Constructor for class org.postgresql.jdbc.PgResultSet.PrimaryKey
 
primaryKeys - Variable in class org.postgresql.jdbc.PgResultSet
 
processCopyResults(CopyOperationImpl, boolean) - Method in class org.postgresql.core.v3.QueryExecutorImpl
Handles copy sub protocol responses from server.
processDeadParsedQueries() - Method in class org.postgresql.core.v3.QueryExecutorImpl
 
processDeadPortals() - Method in class org.postgresql.core.v3.QueryExecutorImpl
 
processingCopyResults - Variable in class org.postgresql.core.v3.QueryExecutorImpl
 
processKeepAliveMessage(ByteBuffer) - Method in class org.postgresql.core.v3.replication.V3PGReplicationStream
 
processNotifies() - Method in interface org.postgresql.core.QueryExecutor
Prior to attempting to retrieve notifications, we need to pull any recently received notifications off of the network buffers.
processNotifies() - Method in class org.postgresql.core.v3.QueryExecutorImpl
 
processNotifies(int) - Method in interface org.postgresql.core.QueryExecutor
Prior to attempting to retrieve notifications, we need to pull any recently received notifications off of the network buffers.
processNotifies(int) - Method in class org.postgresql.core.v3.QueryExecutorImpl
 
processResults(ResultHandler, int) - Method in class org.postgresql.core.v3.QueryExecutorImpl
 
processResults(ResultHandler, int, boolean) - Method in class org.postgresql.core.v3.QueryExecutorImpl
 
processXLogData(ByteBuffer) - Method in class org.postgresql.core.v3.replication.V3PGReplicationStream
 
properties - Variable in class org.postgresql.ds.common.BaseDataSource
 
propertiesConsistencyCheck(Properties) - Static method in class org.postgresql.util.PGPropertyUtil
Validate properties.
props - Variable in class org.postgresql.Driver.ConnectThread
 
PROPS_BY_NAME - Static variable in enum class org.postgresql.PGEnvironment
 
PROPS_BY_NAME - Static variable in enum class org.postgresql.PGProperty
 
PROTOCOL_VERSION - Enum constant in enum class org.postgresql.PGProperty
Force use of a particular protocol version when connecting, if set, disables protocol version fallback.
PROTOCOL_VIOLATION - Enum constant in enum class org.postgresql.util.PSQLState
The server sent us a response the driver was not prepared for and is either bizarre datastream corruption, a driver bug, or a protocol violation on the server's part.
Provider<T> - Interface in org.postgresql.core
Represents a provider of results.
proxy - Variable in class org.postgresql.ds.PGPooledConnection.ConnectionHandler
 
PSQLException - Exception Class in org.postgresql.util
 
PSQLException(String, PSQLState) - Constructor for exception class org.postgresql.util.PSQLException
 
PSQLException(String, PSQLState, Throwable) - Constructor for exception class org.postgresql.util.PSQLException
 
PSQLException(ServerErrorMessage) - Constructor for exception class org.postgresql.util.PSQLException
 
PSQLException(ServerErrorMessage, boolean) - Constructor for exception class org.postgresql.util.PSQLException
 
PSQLSavepoint - Class in org.postgresql.jdbc
 
PSQLSavepoint(int) - Constructor for class org.postgresql.jdbc.PSQLSavepoint
 
PSQLSavepoint(String) - Constructor for class org.postgresql.jdbc.PSQLSavepoint
 
PSQLState - Enum Class in org.postgresql.util
This class is used for holding SQLState codes.
PSQLState(String) - Constructor for enum class org.postgresql.util.PSQLState
 
PSQLWarning - Exception Class in org.postgresql.util
 
PSQLWarning(ServerErrorMessage) - Constructor for exception class org.postgresql.util.PSQLWarning
 
PSQLWarningWrapper - Class in org.postgresql.jdbc
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.
PSQLWarningWrapper(SQLWarning) - Constructor for class org.postgresql.jdbc.PSQLWarningWrapper
 
publish(LogRecord) - Method in class org.postgresql.util.LogWriterHandler
 
purgeTimerTasks() - Method in interface org.postgresql.core.BaseConnection
Invoke purge() on the underlying shared Timer so that internal resources will be released.
purgeTimerTasks() - Method in class org.postgresql.jdbc.PgConnection
 
purgeTimerTasks() - Method in class org.postgresql.jdbc.PgConnectionCleaningAction
 
push(short) - Method in class org.postgresql.util.ByteConverter.PositiveShorts
 
put(Key, Value) - Method in class org.postgresql.util.LruCache
Returns given value to the cache.
putAll(Map<Key, Value>) - Method in class org.postgresql.util.LruCache
Puts all the values from the given map into the cache.
putString(String) - Method in class org.postgresql.core.AsciiStringInterner
Preemptively populates a value into the cache.

Q

QUARTER - Static variable in class org.postgresql.jdbc.EscapedFunctions
Deprecated.
 
queries - Variable in class org.postgresql.jdbc.BatchResultHandler
 
query - Variable in class org.postgresql.core.CachedQuery
 
query - Variable in class org.postgresql.core.v3.DescribeRequest
 
query - Variable in class org.postgresql.core.v3.ExecuteRequest
 
query - Variable in class org.postgresql.core.v3.Portal
 
Query - Interface in org.postgresql.core
Abstraction of a generic Query, hiding the details of any protocol-version-specific data needed to execute the query efficiently.
QUERY_BOTH_ROWS_AND_STATUS - Static variable in interface org.postgresql.core.QueryExecutor
Flag for query execution used by generated keys where we want to receive both the ResultSet and associated update count from the command status.
QUERY_CANCELED - Enum constant in enum class org.postgresql.util.PSQLState
 
QUERY_DESCRIBE_ONLY - Static variable in interface org.postgresql.core.QueryExecutor
Flag for query execution when we don't really want to execute, we just want to get the parameter metadata for the statement.
QUERY_DISALLOW_BATCHING - Static variable in interface org.postgresql.core.QueryExecutor
Deprecated.
in PgJDBC 9.4 as we now auto-size batches.
QUERY_EXECUTE_AS_SIMPLE - Static variable in interface org.postgresql.core.QueryExecutor
Execute the query via simple 'Q' command (not parse, bind, exec, but simple execute).
QUERY_FORCE_DESCRIBE_PORTAL - Static variable in interface org.postgresql.core.QueryExecutor
Force this query to be described at each execution.
QUERY_FORWARD_CURSOR - Static variable in interface org.postgresql.core.QueryExecutor
Flag for query execution that indicates a forward-fetch-capable cursor should be used if possible.
QUERY_NO_BINARY_TRANSFER - Static variable in interface org.postgresql.core.QueryExecutor
Flag for query execution to avoid using binary transfer.
QUERY_NO_METADATA - Static variable in interface org.postgresql.core.QueryExecutor
Flag for query execution that indicates that resultset metadata isn't needed and can be safely omitted.
QUERY_NO_RESULTS - Static variable in interface org.postgresql.core.QueryExecutor
Flag for query execution that indicates that a resultset isn't expected and the query executor can safely discard any rows (although the resultset should still appear to be from a resultset-returning query).
QUERY_ONESHOT - Static variable in interface org.postgresql.core.QueryExecutor
Flag for query execution that indicates the given Query object is unlikely to be reused.
QUERY_READ_ONLY_HINT - Static variable in interface org.postgresql.core.QueryExecutor
Flag indicating that when beginning a transaction, it should be read only.
QUERY_SUPPRESS_BEGIN - Static variable in interface org.postgresql.core.QueryExecutor
Flag for query execution that indicates the automatic BEGIN on the first statement when outside a transaction should not be done.
queryExecutor - Variable in class org.postgresql.copy.CopyManager
 
queryExecutor - Variable in class org.postgresql.core.CachedQueryCreateAction
 
queryExecutor - Variable in class org.postgresql.core.v3.CopyOperationImpl
 
queryExecutor - Variable in class org.postgresql.core.v3.replication.V3ReplicationProtocol
 
queryExecutor - Variable in class org.postgresql.jdbc.PgConnection
 
queryExecutor - Variable in class org.postgresql.jdbc.QueryExecutorTimeZoneProvider
 
QueryExecutor - Interface in org.postgresql.core
Abstracts the protocol-specific details of executing a query.
QueryExecutorBase - Class in org.postgresql.core
 
QueryExecutorBase(PGStream, int, Properties) - Constructor for class org.postgresql.core.QueryExecutorBase
 
queryExecutorCloseAction - Variable in class org.postgresql.jdbc.PgConnectionCleaningAction
 
QueryExecutorCloseAction - Class in org.postgresql.core
The action performs connection cleanup, so it is properly terminated from the backend point of view.
QueryExecutorCloseAction(PGStream) - Constructor for class org.postgresql.core.QueryExecutorCloseAction
 
QueryExecutorImpl - Class in org.postgresql.core.v3
QueryExecutor implementation for the V3 protocol.
QueryExecutorImpl(PGStream, int, Properties) - Constructor for class org.postgresql.core.v3.QueryExecutorImpl
 
QueryExecutorTimeZoneProvider - Class in org.postgresql.jdbc
QueryExecutorTimeZoneProvider(QueryExecutor) - Constructor for class org.postgresql.jdbc.QueryExecutorTimeZoneProvider
 
QueryWithReturningColumnsKey - Class in org.postgresql.core
Cache key for a query that have some returning columns.
QueryWithReturningColumnsKey(String, boolean, boolean, String[]) - Constructor for class org.postgresql.core.QueryWithReturningColumnsKey
 
queue - Variable in class org.postgresql.util.LazyCleaner
 
QUOTE_OR_ALPHABETIC_MARKER - Static variable in class org.postgresql.core.Parser
 
QUOTE_OR_ALPHABETIC_MARKER_OR_PARENTHESIS - Static variable in class org.postgresql.core.Parser
 
QUOTE_RETURNING_IDENTIFIERS - Enum constant in enum class org.postgresql.PGProperty
Quote returning columns.
quoteAndCast(String, String, boolean) - Static method in class org.postgresql.core.v3.SimpleParameterList
Escapes a given text value as a literal, wraps it in single quotes, casts it to the to the given data type, and finally wraps the whole thing in parentheses.
quotelessTableName(String) - Static method in class org.postgresql.jdbc.PgResultSet
Cracks out the table name and schema (if it exists) from a fully qualified table name.
quoteReturningIdentifiers - Variable in class org.postgresql.core.QueryExecutorBase
 

R

RADIANS - Static variable in class org.postgresql.jdbc.EscapedFunctions
Deprecated.
 
radius - Variable in class org.postgresql.geometric.PGcircle
This is the radius.
rawData - Variable in class org.postgresql.util.StreamWrapper
 
read() - Method in class org.postgresql.copy.PGCopyInputStream
 
read() - Method in class org.postgresql.core.v3.replication.V3PGReplicationStream
 
read() - Method in class org.postgresql.core.VisibleBufferedInputStream
read() - Method in class org.postgresql.gss.GSSInputStream
 
read() - Method in class org.postgresql.largeobject.BlobInputStream
The minimum required to implement input stream.
read() - Method in interface org.postgresql.replication.PGReplicationStream
Read next wal record from backend.
read() - Method in class org.postgresql.util.ReaderInputStream
 
read(byte[]) - Method in class org.postgresql.copy.PGCopyInputStream
 
read(byte[], int, int) - Method in class org.postgresql.copy.PGCopyInputStream
 
read(byte[], int, int) - Method in class org.postgresql.core.VisibleBufferedInputStream
read(byte[], int, int) - Method in class org.postgresql.gss.GSSInputStream
 
read(byte[], int, int) - Method in class org.postgresql.largeobject.BlobInputStream
 
read(byte[], int, int) - Method in class org.postgresql.largeobject.LargeObject
Reads some data from the object into an existing array.
read(byte[], int, int) - Method in class org.postgresql.util.ReaderInputStream
 
read(int) - Method in class org.postgresql.largeobject.LargeObject
Reads some data from the object, and return as a byte[] array.
READ - Static variable in class org.postgresql.largeobject.LargeObjectManager
This mode indicates we want to read an object.
READ_ONLY - Enum constant in enum class org.postgresql.PGProperty
Puts this connection in read-only mode.
READ_ONLY_MODE - Enum constant in enum class org.postgresql.PGProperty
Connection parameter to control behavior when Connection.setReadOnly(boolean) is set to true.
readBaseObject(ObjectInputStream) - Method in class org.postgresql.ds.common.BaseDataSource
 
readBinaryArray(byte[], int, int) - Method in class org.postgresql.jdbc.PgArray
 
readBinaryArray(int, int, byte[], BaseConnection) - Static method in class org.postgresql.jdbc.ArrayDecoding
Reads binary representation of array into object model.
readBinaryResultSet(byte[], int, int) - Method in class org.postgresql.jdbc.PgArray
 
readDoubleValue(byte[], int, String) - Method in class org.postgresql.jdbc.PgResultSet
Converts any numeric binary field to double value.
reader - Variable in class org.postgresql.util.ReaderInputStream
 
ReaderInputStream - Class in org.postgresql.util
ReaderInputStream accepts a UTF-16 char stream (Reader) as input and converts it to a UTF-8 byte stream (InputStream) as output.
ReaderInputStream(Reader) - Constructor for class org.postgresql.util.ReaderInputStream
 
ReaderInputStream(Reader, int) - Constructor for class org.postgresql.util.ReaderInputStream
Allow ReaderInputStreamTest to use small buffers to force UTF-16 surrogate pairs to cross buffer boundaries in interesting ways.
readerToString(Reader, int) - Method in class org.postgresql.jdbc.PgPreparedStatement
 
readFileFully(String) - Static method in class org.postgresql.ssl.LazyKeyManager
 
readFromCopy() - Method in interface org.postgresql.copy.CopyOut
Blocks wait for a row of data to be received from server on an active copy operation.
readFromCopy() - Method in class org.postgresql.copy.PGCopyInputStream
 
readFromCopy() - Method in class org.postgresql.core.v3.CopyDualImpl
 
readFromCopy() - Method in class org.postgresql.core.v3.CopyOutImpl
 
readFromCopy(boolean) - Method in interface org.postgresql.copy.CopyOut
Wait for a row of data to be received from server on an active copy operation.
readFromCopy(boolean) - Method in class org.postgresql.copy.PGCopyInputStream
 
readFromCopy(boolean) - Method in class org.postgresql.core.v3.CopyDualImpl
 
readFromCopy(boolean) - Method in class org.postgresql.core.v3.CopyOutImpl
 
readFromCopy(CopyOperationImpl, boolean) - Method in class org.postgresql.core.v3.QueryExecutorImpl
Wait for a row of data to be received from server on an active copy operation Connection gets unlocked by processCopyResults() at end of operation.
readInt2() - Method in class org.postgresql.core.VisibleBufferedInputStream
Reads an int2 value from the underlying stream as an unsigned integer (0..65535).
readInt4() - Method in class org.postgresql.core.VisibleBufferedInputStream
Reads an int4 value from the underlying stream.
readInternal(boolean) - Method in class org.postgresql.core.v3.replication.V3PGReplicationStream
 
readLongValue(byte[], int, long, long, String) - Method in class org.postgresql.jdbc.PgResultSet
Converts any numeric binary field to long value.
readMore(int, boolean) - Method in class org.postgresql.core.VisibleBufferedInputStream
Reads more bytes into the buffer.
readObject(ObjectInputStream) - Method in class org.postgresql.ds.PGConnectionPoolDataSource
 
readObject(ObjectInputStream) - Method in class org.postgresql.ds.PGSimpleDataSource
 
readOnly - Variable in class org.postgresql.jdbc.PgConnection
 
readOnlyBehavior - Variable in class org.postgresql.jdbc.PgConnection
 
ReadOnlyBehavior() - Constructor for enum class org.postgresql.jdbc.PgConnection.ReadOnlyBehavior
 
readOnlyCopy() - Method in class org.postgresql.core.Tuple
Create a read-only copy of the tuple
readPending() - Method in class org.postgresql.core.v3.replication.V3PGReplicationStream
 
readPending() - Method in interface org.postgresql.replication.PGReplicationStream
Read next WAL record from backend.
readRaw() - Method in class org.postgresql.core.VisibleBufferedInputStream
Reads byte from the buffer without any checks.
readStartupMessages() - Method in class org.postgresql.core.v3.QueryExecutorImpl
 
readStringArray(int, int, int, ArrayDecoding.PgArrayList, BaseConnection) - Static method in class org.postgresql.jdbc.ArrayDecoding
Reads String representation of array into object model.
READWRITE - Static variable in class org.postgresql.largeobject.LargeObjectManager
This mode is the default.
receive(byte[], int, int) - Method in class org.postgresql.core.PGStream
Reads in a given number of bytes from the backend.
receive(int) - Method in class org.postgresql.core.PGStream
Reads in a given number of bytes from the backend.
RECEIVE_BUFFER_SIZE - Enum constant in enum class org.postgresql.PGProperty
Socket read buffer size (SO_RECVBUF).
receiveAsyncNotify() - Method in class org.postgresql.core.v3.QueryExecutorImpl
 
receiveCanonicalString() - Method in class org.postgresql.core.PGStream
Receives a null-terminated string from the backend and attempts to decode to a canonical String.
receiveCanonicalStringIfPresent() - Method in class org.postgresql.core.PGStream
Receives a null-terminated string from the backend and attempts to decode to a canonical String.
receiveChar() - Method in class org.postgresql.core.PGStream
Receives a single character from the backend.
receiveCommandStatus() - Method in class org.postgresql.core.v3.QueryExecutorImpl
 
received - Variable in class org.postgresql.core.v3.CopyDualImpl
 
receiveEOF() - Method in class org.postgresql.core.PGStream
Consume an expected EOF from the backend.
receiveErrorResponse() - Method in class org.postgresql.core.v3.QueryExecutorImpl
 
receiveErrorString(int) - Method in class org.postgresql.core.PGStream
Receives a fixed-size string from the backend, and tries to avoid "UTF-8 decode failed" errors.
receiveFastpathResult() - Method in class org.postgresql.core.v3.QueryExecutorImpl
 
receiveFields() - Method in class org.postgresql.core.v3.QueryExecutorImpl
 
receiveInteger2() - Method in class org.postgresql.core.PGStream
Receives a two byte integer from the backend as an unsigned integer (0..65535).
receiveInteger4() - Method in class org.postgresql.core.PGStream
Receives a four byte integer from the backend.
receiveNextData(boolean) - Method in class org.postgresql.core.v3.replication.V3PGReplicationStream
 
receiveNoticeResponse() - Method in class org.postgresql.core.v3.QueryExecutorImpl
 
receiveParameterStatus() - Method in class org.postgresql.core.v3.QueryExecutorImpl
 
receiveRFQ() - Method in class org.postgresql.core.v3.QueryExecutorImpl
 
receiveString() - Method in class org.postgresql.core.PGStream
Receives a null-terminated string from the backend.
receiveString(int) - Method in class org.postgresql.core.PGStream
Receives a fixed-size string from the backend.
receiveTupleV3() - Method in class org.postgresql.core.PGStream
Read a tuple from the back end.
recover(int) - Method in class org.postgresql.xa.PGXAConnection
Recovers transaction.
RecoveredXid - Class in org.postgresql.xa
 
RecoveredXid(int, byte[], byte[]) - Constructor for class org.postgresql.xa.RecoveredXid
 
RecursiveArrayEncoder(ArrayEncoding.AbstractArrayEncoder, int) - Constructor for class org.postgresql.jdbc.ArrayEncoding.RecursiveArrayEncoder
 
REF_CURSOR - Static variable in class org.postgresql.core.Oid
 
REF_CURSOR_ARRAY - Static variable in class org.postgresql.core.Oid
 
refCount - Variable in class org.postgresql.util.SharedTimer
 
refCursorName - Variable in class org.postgresql.jdbc.PgResultSet
 
refQueue - Variable in class org.postgresql.core.AsciiStringInterner
Used for Reference as values in cache.
refreshRow() - Method in class org.postgresql.jdbc.PgResultSet
 
register() - Static method in class org.postgresql.Driver
Register the driver against DriverManager.
register(int, ArrayAssistant) - Static method in class org.postgresql.jdbc2.ArrayAssistantRegistry
 
register(Object, LazyCleaner.CleaningAction<T>) - Method in class org.postgresql.util.LazyCleaner
 
registeredDriver - Static variable in class org.postgresql.Driver
 
registerOpenPortal(Portal) - Method in class org.postgresql.core.v3.QueryExecutorImpl
 
registerOutParameter(int, int) - Method in interface org.postgresql.core.ParameterList
 
registerOutParameter(int, int) - Method in class org.postgresql.core.v3.CompositeParameterList
 
registerOutParameter(int, int) - Method in class org.postgresql.core.v3.SimpleParameterList
 
registerOutParameter(int, int) - Method in class org.postgresql.jdbc.PgCallableStatement
registerOutParameter(int, int, int) - Method in class org.postgresql.jdbc.PgCallableStatement
 
registerOutParameter(int, int, String) - Method in class org.postgresql.jdbc.PgCallableStatement
 
registerOutParameter(int, SQLType) - Method in class org.postgresql.jdbc.PgCallableStatement
 
registerOutParameter(int, SQLType, int) - Method in class org.postgresql.jdbc.PgCallableStatement
 
registerOutParameter(int, SQLType, String) - Method in class org.postgresql.jdbc.PgCallableStatement
 
registerOutParameter(String, int) - Method in class org.postgresql.jdbc.PgCallableStatement
 
registerOutParameter(String, int, int) - Method in class org.postgresql.jdbc.PgCallableStatement
 
registerOutParameter(String, int, String) - Method in class org.postgresql.jdbc.PgCallableStatement
 
registerOutParameter(String, SQLType) - Method in class org.postgresql.jdbc.PgCallableStatement
 
registerOutParameter(String, SQLType, int) - Method in class org.postgresql.jdbc.PgCallableStatement
 
registerOutParameter(String, SQLType, String) - Method in class org.postgresql.jdbc.PgCallableStatement
 
registerParsedQuery(SimpleQuery, String) - Method in class org.postgresql.core.v3.QueryExecutorImpl
 
relative(int) - Method in class org.postgresql.jdbc.PgResultSet
 
releaseAutoSave - Variable in class org.postgresql.core.v3.QueryExecutorImpl
 
releaseQuery(CachedQuery) - Method in interface org.postgresql.core.QueryExecutor
 
releaseQuery(CachedQuery) - Method in class org.postgresql.core.QueryExecutorBase
 
releaseQuery(CachedQuery) - Method in class org.postgresql.jdbc.PgConnection
 
releaseSavepoint(Savepoint) - Method in class org.postgresql.jdbc.PgConnection
 
releaseSavePoint(boolean, int) - Method in class org.postgresql.core.v3.QueryExecutorImpl
 
releaseTimer() - Method in class org.postgresql.jdbc.PgConnectionCleaningAction
 
releaseTimer() - Method in class org.postgresql.util.SharedTimer
 
remaining() - Method in class org.postgresql.core.FixedLengthOutputStream
 
remove(int) - Method in class org.postgresql.util.internal.IntSet
Removes a value from the set.
remove(String, String) - Method in class org.postgresql.util.PGtokenizer
This removes the lead/trailing strings from all tokens.
remove(String, String, String) - Static method in class org.postgresql.util.PGtokenizer
This removes the lead/trailing strings from a string.
remove(LazyCleaner.Node<?>) - Method in class org.postgresql.util.LazyCleaner
 
removeAngle() - Method in class org.postgresql.util.PGtokenizer
Removes < and > from the beginning and end of all tokens.
removeAngle(String) - Static method in class org.postgresql.util.PGtokenizer
Removes < and > from the beginning and end of a string.
removeBinaryReceiveOid(int) - Method in interface org.postgresql.core.QueryExecutor
Remove given oid from the list of oids for binary receive encoding.
removeBinaryReceiveOid(int) - Method in class org.postgresql.core.v3.QueryExecutorImpl
 
removeBinarySendOid(int) - Method in interface org.postgresql.core.QueryExecutor
Remove given oid from the list of oids for binary send encoding.
removeBinarySendOid(int) - Method in class org.postgresql.core.v3.QueryExecutorImpl
 
removeBox() - Method in class org.postgresql.util.PGtokenizer
Removes [ and ] from the beginning and end of all tokens.
removeBox(String) - Static method in class org.postgresql.util.PGtokenizer
Removes [ and ] from the beginning and end of a string.
removeConnectionEventListener(ConnectionEventListener) - Method in class org.postgresql.ds.PGPooledConnection
Removes a listener for close or fatal error events on the connection handed out to a client.
removeCurlyBrace() - Method in class org.postgresql.util.PGtokenizer
Removes < and > from the beginning and end of all tokens.
removeCurlyBrace(String) - Static method in class org.postgresql.util.PGtokenizer
Removes curly braces { and } from the beginning and end of a string.
removeEldestEntry(Map.Entry<Key, Value>) - Method in class org.postgresql.util.LruCache.LimitedMap
 
removePara() - Method in class org.postgresql.util.PGtokenizer
Removes ( and ) from the beginning and end of all tokens.
removePara(String) - Static method in class org.postgresql.util.PGtokenizer
Removes ( and ) from the beginning and end of a string.
removeQuery(boolean, Query) - Method in class org.postgresql.core.v3.adaptivefetch.AdaptiveFetchCache
Remove query information from caching.
removeQueryFromAdaptiveFetchCache(boolean, ResultCursor) - Method in interface org.postgresql.core.QueryExecutor
Remove query from adaptive fetch cache inside QueryExecutor
removeQueryFromAdaptiveFetchCache(boolean, ResultCursor) - Method in class org.postgresql.core.v3.QueryExecutorImpl
 
removeStatementEventListener(StatementEventListener) - Method in class org.postgresql.ds.PGPooledConnection
 
removeStoredDataSource() - Method in class org.postgresql.ds.PGPoolingDataSource
Deprecated.
 
REPEAT - Static variable in class org.postgresql.jdbc.EscapedFunctions
Deprecated.
 
REPLACE - Static variable in class org.postgresql.jdbc.EscapedFunctions
Deprecated.
 
replacementKeyword - Variable in enum class org.postgresql.core.Parser.SqlParseState
 
replaceProcessing(String, boolean, boolean) - Static method in class org.postgresql.core.Parser
Filter the SQL string of Java SQL Escape clauses.
replaceProcessingEnabled - Variable in class org.postgresql.jdbc.PgStatement
 
replaceProperties(String) - Method in class org.postgresql.util.ExpressionProperties
 
REPLICATION - Enum constant in enum class org.postgresql.PGProperty
Connection parameter passed in the startup message.
replicationConnection - Variable in class org.postgresql.jdbc.PgConnection
Replication protocol in current version postgresql(10devel) supports a limited number of commands.
ReplicationCreateSlotBuilder - Class in org.postgresql.replication.fluent
 
ReplicationCreateSlotBuilder(BaseConnection) - Constructor for class org.postgresql.replication.fluent.ReplicationCreateSlotBuilder
 
replicationProtocol - Variable in class org.postgresql.core.v3.QueryExecutorImpl
 
ReplicationProtocol - Interface in org.postgresql.core
Abstracts the protocol-specific details of physic and logic replication.
ReplicationSlotInfo - Class in org.postgresql.replication
Information returned on replication slot creation.
ReplicationSlotInfo(String, ReplicationType, LogSequenceNumber, String, String) - Constructor for class org.postgresql.replication.ReplicationSlotInfo
 
replicationStream() - Method in interface org.postgresql.replication.PGReplicationConnection
After start replication stream this connection not available to use for another queries until replication stream will not close.
replicationStream() - Method in class org.postgresql.replication.PGReplicationConnectionImpl
 
ReplicationStreamBuilder - Class in org.postgresql.replication.fluent
 
ReplicationStreamBuilder(BaseConnection) - Constructor for class org.postgresql.replication.fluent.ReplicationStreamBuilder
 
replicationType - Variable in class org.postgresql.core.v3.replication.V3PGReplicationStream
 
replicationType - Variable in class org.postgresql.replication.ReplicationSlotInfo
 
ReplicationType - Enum Class in org.postgresql.replication
 
ReplicationType() - Constructor for enum class org.postgresql.replication.ReplicationType
 
reportHostStatus(HostSpec, HostStatus) - Static method in class org.postgresql.hostchooser.GlobalHostStatusTracker
Store the actual observed host status.
REQUIRE - Enum constant in enum class org.postgresql.core.v3.ChannelBindingOption
Means that the connection must employ channel binding.
REQUIRE - Enum constant in enum class org.postgresql.jdbc.GSSEncMode
Ensure connection is encrypted.
REQUIRE - Enum constant in enum class org.postgresql.jdbc.SslMode
Ensure connection is encrypted.
required - Variable in enum class org.postgresql.PGProperty
 
requireEncryption() - Method in enum class org.postgresql.jdbc.GSSEncMode
 
requireEncryption() - Method in enum class org.postgresql.jdbc.SslMode
 
requiresQuoting(int) - Method in interface org.postgresql.core.TypeInfo
 
requiresQuoting(int) - Method in class org.postgresql.jdbc.TypeInfoCache
 
requiresQuotingSqlType(int) - Method in interface org.postgresql.core.TypeInfo
Returns true if particular sqlType requires quoting.
requiresQuotingSqlType(int) - Method in class org.postgresql.jdbc.TypeInfoCache
Returns true if particular sqlType requires quoting.
reset() - Method in class org.postgresql.largeobject.BlobInputStream
Repositions this stream to the position at the time the mark method was last called on this input stream.
resetNeedUpdateFieldFormats() - Method in class org.postgresql.core.v3.SimpleQuery
 
resolveEntity(String, String) - Method in class org.postgresql.xml.EmptyStringEntityResolver
 
ResourceLock - Class in org.postgresql.jdbc
Extends a ReentrantLock for use in try-with-resources block.
ResourceLock() - Constructor for class org.postgresql.jdbc.ResourceLock
 
restoreToAutoSave - Variable in class org.postgresql.core.v3.QueryExecutorImpl
 
result - Variable in class org.postgresql.core.EncodingPredictor.DecodeResult
 
result - Variable in class org.postgresql.Driver.ConnectThread
 
result - Variable in class org.postgresql.jdbc.PgStatement
The current results.
resultBufferByteCount - Variable in class org.postgresql.core.PGStream
 
ResultCursor - Interface in org.postgresql.core
Abstraction of a cursor over a returned resultset.
resultException - Variable in class org.postgresql.Driver.ConnectThread
 
ResultHandler - Interface in org.postgresql.core
Callback interface for passing query results from the protocol-specific layer to the protocol-independent JDBC implementation code.
ResultHandlerBase - Class in org.postgresql.core
Empty implementation of ResultHandler interface.
ResultHandlerBase() - Constructor for class org.postgresql.core.ResultHandlerBase
 
ResultHandlerDelegate - Class in org.postgresql.core
Internal to the driver class, please do not use in the application.
ResultHandlerDelegate(ResultHandler) - Constructor for class org.postgresql.core.ResultHandlerDelegate
 
resultIndex - Variable in class org.postgresql.jdbc.BatchResultHandler
 
results - Variable in class org.postgresql.jdbc.PgStatement.StatementResultHandler
 
resultSetColumnNameIndexMap - Variable in class org.postgresql.core.v3.SimpleQuery
 
resultsetconcurrency - Variable in class org.postgresql.jdbc.PgResultSet
 
resultsettype - Variable in class org.postgresql.jdbc.PgResultSet
 
resultsettype - Variable in class org.postgresql.jdbc.PgStatement
 
ResultWrapper - Class in org.postgresql.jdbc
Helper class that storing result info.
ResultWrapper(long, long) - Constructor for class org.postgresql.jdbc.ResultWrapper
 
ResultWrapper(ResultSet) - Constructor for class org.postgresql.jdbc.ResultWrapper
 
returnsRows() - Method in class org.postgresql.core.SqlCommand
 
returnTypeSet - Variable in class org.postgresql.jdbc.PgCallableStatement
 
REWRITE_BATCHED_INSERTS - Enum constant in enum class org.postgresql.PGProperty
Configure optimization to enable batch insert re-writing.
reWriteBatchedInserts - Variable in class org.postgresql.core.QueryExecutorBase
 
RIGHT - Static variable in class org.postgresql.jdbc.EscapedFunctions
Deprecated.
 
rollback() - Method in class org.postgresql.jdbc.PgConnection
 
rollback(Savepoint) - Method in class org.postgresql.jdbc.PgConnection
 
rollback(Xid) - Method in class org.postgresql.xa.PGXAConnection
Preconditions: xid is known to the RM or it's in prepared state
rollbackIfRequired(boolean, SQLException) - Method in class org.postgresql.core.v3.QueryExecutorImpl
 
rollbackQuery - Variable in class org.postgresql.jdbc.PgConnection
 
ROUND - Static variable in class org.postgresql.jdbc.EscapedFunctions
Deprecated.
 
ROUTINE - Static variable in class org.postgresql.util.ServerErrorMessage
 
rowBuffer - Variable in class org.postgresql.jdbc.PgResultSet
 
rowDeleted() - Method in class org.postgresql.jdbc.PgResultSet
 
rowFormat - Variable in class org.postgresql.core.v3.CopyOperationImpl
 
rowInserted() - Method in class org.postgresql.jdbc.PgResultSet
 
rowOffset - Variable in class org.postgresql.jdbc.PgResultSet
 
rows - Variable in class org.postgresql.core.CommandCompleteParser
 
rows - Variable in class org.postgresql.jdbc.PgResultSet
 
rowUpdated() - Method in class org.postgresql.jdbc.PgResultSet
 
rs - Variable in class org.postgresql.jdbc.ResultWrapper
 
rsHoldability - Variable in class org.postgresql.jdbc.PgConnection
 
rsHoldability - Variable in class org.postgresql.jdbc.PgStatement
 
rsMetaData - Variable in class org.postgresql.jdbc.PgResultSet
 
rtrim(int, List<T>) - Method in class org.postgresql.hostchooser.MultiHostChooser
 
RTRIM - Static variable in class org.postgresql.jdbc.EscapedFunctions
Deprecated.
 
run() - Method in class org.postgresql.Driver.ConnectThread
 
run() - Method in class org.postgresql.gss.GssAction
 
run() - Method in class org.postgresql.gss.GssEncAction
 
run() - Method in class org.postgresql.jdbc.PgConnection.AbortCommand
 
run() - Method in class org.postgresql.jdbc.StatementCancelTimerTask
 
run(QueryExecutor, String, boolean) - Static method in class org.postgresql.core.SetupQueryRunner
 
runInitialQueries(QueryExecutor, Properties) - Method in class org.postgresql.core.v3.ConnectionFactoryImpl
 
RUNTIME_VERSION - Static variable in enum class org.postgresql.core.JavaVersion
 

S

sanitiserDisabled - Variable in class org.postgresql.core.v3.SimpleQuery
 
SASL - Enum constant in enum class org.postgresql.plugin.AuthenticationRequestType
 
savepointId - Variable in class org.postgresql.jdbc.PgConnection
 
sbuf - Variable in class org.postgresql.jdbc.TimestampUtils
 
scale(int) - Method in class org.postgresql.util.PGInterval
Scale this interval by an integer factor.
scaleBigDecimal(BigDecimal, int) - Method in class org.postgresql.jdbc.PgResultSet
 
scanCStringLength() - Method in class org.postgresql.core.VisibleBufferedInputStream
Scans the length of the next null terminated string (C-style string) from the stream.
SCHEMA - Static variable in class org.postgresql.util.ServerErrorMessage
 
schemaName - Variable in class org.postgresql.jdbc.FieldMetadata
 
ScramAuthenticator - Class in org.postgresql.core.v3
 
ScramAuthenticator(char[], PGStream, Properties) - Constructor for class org.postgresql.core.v3.ScramAuthenticator
 
ScramAuthenticator.BodySender - Interface in org.postgresql.core.v3
 
scramClient - Variable in class org.postgresql.core.v3.ScramAuthenticator
 
second - Variable in class org.postgresql.jdbc.TimestampUtils.ParsedTimestamp
 
SECOND - Static variable in class org.postgresql.jdbc.EscapedFunctions
Deprecated.
 
secondary - Enum constant in enum class org.postgresql.hostchooser.HostRequirement
 
Secondary - Enum constant in enum class org.postgresql.hostchooser.HostStatus
 
secureProgress() - Method in interface org.postgresql.core.ResultHandler
Callback for batch statements.
secureProgress() - Method in class org.postgresql.core.ResultHandlerBase
 
secureProgress() - Method in class org.postgresql.core.ResultHandlerDelegate
 
secureProgress() - Method in class org.postgresql.jdbc.BatchResultHandler
 
SecureRandomHolder() - Constructor for class org.postgresql.util.PasswordUtil.SecureRandomHolder
 
SECURITY_MANAGER_CHECK_PERMISSION - Static variable in class org.postgresql.jdbc.PgConnection
 
seek(int) - Method in class org.postgresql.largeobject.LargeObject
Sets the current position within the object.
seek(int, int) - Method in class org.postgresql.largeobject.LargeObject
Sets the current position within the object.
SEEK_CUR - Static variable in class org.postgresql.largeobject.LargeObject
Indicates a seek from the current position.
SEEK_END - Static variable in class org.postgresql.largeobject.LargeObject
Indicates a seek from the end of a file.
SEEK_SET - Static variable in class org.postgresql.largeobject.LargeObject
Indicates a seek from the beginning of a file.
seek64(long, int) - Method in class org.postgresql.largeobject.LargeObject
Sets the current position within the object using 64-bit value (9.3+).
SELECT - Enum constant in enum class org.postgresql.core.SqlCommandType
 
SELECT - Enum constant in enum class org.postgresql.jdbc.EscapeSyntaxCallMode
 
self() - Method in class org.postgresql.replication.fluent.AbstractCreateSlotBuilder
 
self() - Method in class org.postgresql.replication.fluent.AbstractStreamBuilder
 
self() - Method in class org.postgresql.replication.fluent.logical.LogicalCreateSlotBuilder
 
self() - Method in class org.postgresql.replication.fluent.logical.LogicalStreamBuilder
 
self() - Method in class org.postgresql.replication.fluent.physical.PhysicalCreateSlotBuilder
 
self() - Method in class org.postgresql.replication.fluent.physical.PhysicalStreamBuilder
 
send(byte[]) - Method in class org.postgresql.core.PGStream
Send an array of bytes to the backend.
send(byte[], int) - Method in class org.postgresql.core.PGStream
Send a fixed-size array of bytes to the backend.
send(byte[], int, int) - Method in class org.postgresql.core.PGStream
Send a fixed-size array of bytes to the backend.
send(ByteStreamWriter) - Method in class org.postgresql.core.PGStream
Send a fixed-size array of bytes to the backend.
SEND_BUFFER_SIZE - Enum constant in enum class org.postgresql.PGProperty
Socket write buffer size (SO_SNDBUF).
sendAuthenticationMessage(int, ScramAuthenticator.BodySender) - Method in class org.postgresql.core.v3.ScramAuthenticator
 
sendAutomaticSavepoint(Query, int) - Method in class org.postgresql.core.v3.QueryExecutorImpl
 
sendBind(SimpleQuery, SimpleParameterList, Portal, boolean) - Method in class org.postgresql.core.v3.QueryExecutorImpl
 
sendBody(PGStream) - Method in interface org.postgresql.core.v3.ScramAuthenticator.BodySender
 
sendChar(int) - Method in class org.postgresql.core.PGStream
Sends a single character to the back end.
sendCloseMessage() - Method in class org.postgresql.core.QueryExecutorBase
Deprecated.
sendCloseMessage() - Method in class org.postgresql.core.v3.QueryExecutorImpl
 
sendCloseMessage(PGStream) - Method in class org.postgresql.core.QueryExecutorCloseAction
 
sendClosePortal(String) - Method in class org.postgresql.core.v3.QueryExecutorImpl
 
sendCloseStatement(String) - Method in class org.postgresql.core.v3.QueryExecutorImpl
 
sendDescribePortal(SimpleQuery, Portal) - Method in class org.postgresql.core.v3.QueryExecutorImpl
 
sendDescribeStatement(SimpleQuery, SimpleParameterList, boolean) - Method in class org.postgresql.core.v3.QueryExecutorImpl
 
sendExecute(SimpleQuery, Portal, int) - Method in class org.postgresql.core.v3.QueryExecutorImpl
 
sendFastpathCall(int, SimpleParameterList) - Method in class org.postgresql.core.v3.QueryExecutorImpl
 
sendInteger2(int) - Method in class org.postgresql.core.PGStream
Sends a 2-byte integer (short) to the back end.
sendInteger4(int) - Method in class org.postgresql.core.PGStream
Sends a 4-byte integer to the back end.
sendOneQuery(SimpleQuery, SimpleParameterList, int, int, int) - Method in class org.postgresql.core.v3.QueryExecutorImpl
 
sendParse(SimpleQuery, SimpleParameterList, boolean) - Method in class org.postgresql.core.v3.QueryExecutorImpl
 
sendQuery(Query, V3ParameterList, int, int, int, ResultHandler, BatchResultHandler, boolean) - Method in class org.postgresql.core.v3.QueryExecutorImpl
 
sendQueryCancel() - Method in interface org.postgresql.core.QueryExecutor
Sends a query cancellation for this connection.
sendQueryCancel() - Method in class org.postgresql.core.QueryExecutorBase
 
sendQueryPreamble(ResultHandler, int) - Method in class org.postgresql.core.v3.QueryExecutorImpl
 
sendSimpleQuery(SimpleQuery, SimpleParameterList) - Method in class org.postgresql.core.v3.QueryExecutorImpl
 
sendStartupPacket(PGStream, List<ConnectionFactoryImpl.StartupParam>) - Method in class org.postgresql.core.v3.ConnectionFactoryImpl
 
sendStream(InputStream, int) - Method in class org.postgresql.core.PGStream
Copy data from an input stream to the connection.
sendSync() - Method in class org.postgresql.core.v3.QueryExecutorImpl
 
sendZeros(int) - Method in class org.postgresql.core.PGStream
Writes the given amount of zero bytes to the output stream
SEPARATOR - Static variable in class org.postgresql.jdbcurlresolver.PgPassParser
 
SERIALIZATION_FAILURE - Enum constant in enum class org.postgresql.util.PSQLState
 
serialVersionUID - Static variable in class org.postgresql.jdbc.ArrayDecoding.PgArrayList
 
serialVersionUID - Static variable in class org.postgresql.util.PGTime
The serial version UID.
serialVersionUID - Static variable in class org.postgresql.util.PGTimestamp
The serial version UID.
serverError - Variable in exception class org.postgresql.util.PSQLException
 
serverError - Variable in exception class org.postgresql.util.PSQLWarning
 
ServerErrorMessage - Class in org.postgresql.util
 
ServerErrorMessage(String) - Constructor for class org.postgresql.util.ServerErrorMessage
 
ServerErrorMessage(EncodingPredictor.DecodeResult) - Constructor for class org.postgresql.util.ServerErrorMessage
 
serverNames - Variable in class org.postgresql.ds.common.BaseDataSource
 
serverVersion - Variable in class org.postgresql.core.QueryExecutorBase
 
ServerVersion - Enum Class in org.postgresql.core
Enumeration for PostgreSQL versions.
ServerVersion(String) - Constructor for enum class org.postgresql.core.ServerVersion
 
serverVersionNum - Variable in class org.postgresql.core.QueryExecutorBase
 
SERVICE - Enum constant in enum class org.postgresql.PGProperty
Service name to use for additional parameters.
serviceName - Variable in class org.postgresql.jdbcurlresolver.PgServiceConfParser
 
set - Variable in class org.postgresql.util.internal.IntSet
Contains values outside [0..MAX_OID_TO_STORE_IN_BITSET] range.
set(int, byte[]) - Method in class org.postgresql.core.Tuple
Set the given field to the given data.
set(long, long) - Method in class org.postgresql.core.CommandCompleteParser
 
set(Properties, boolean) - Method in enum class org.postgresql.PGProperty
Set the boolean value for this connection parameter in the given Properties.
set(Properties, int) - Method in enum class org.postgresql.PGProperty
Set the int value for this connection parameter in the given Properties.
set(Properties, String) - Method in enum class org.postgresql.PGProperty
Set the value for this connection parameter in the given Properties.
setAdaptiveFetch(boolean) - Method in interface org.postgresql.core.QueryExecutor
Set state of adaptive fetch inside QueryExecutor.
setAdaptiveFetch(boolean) - Method in class org.postgresql.core.v3.adaptivefetch.AdaptiveFetchCache
Set state of adaptive fetch.
setAdaptiveFetch(boolean) - Method in class org.postgresql.core.v3.QueryExecutorImpl
 
setAdaptiveFetch(boolean) - Method in class org.postgresql.ds.common.BaseDataSource
 
setAdaptiveFetch(boolean) - Method in class org.postgresql.jdbc.PgConnection
 
setAdaptiveFetch(boolean) - Method in class org.postgresql.jdbc.PgResultSet
Turn on/off adaptive fetch for ResultSet.
setAdaptiveFetch(boolean) - Method in class org.postgresql.jdbc.PgStatement
 
setAdaptiveFetch(boolean) - Method in interface org.postgresql.PGConnection
Turn on/off adaptive fetch for connection.
setAdaptiveFetch(boolean) - Method in interface org.postgresql.PGStatement
Turn on/off adaptive fetch for statement.
setAdaptiveFetchMaximum(int) - Method in class org.postgresql.ds.common.BaseDataSource
 
setAdaptiveFetchMinimum(int) - Method in class org.postgresql.ds.common.BaseDataSource
 
setAllowEncodingChanges(boolean) - Method in class org.postgresql.ds.common.BaseDataSource
 
setApplicationName(String) - Method in class org.postgresql.core.v3.QueryExecutorImpl
 
setApplicationName(String) - Method in class org.postgresql.ds.common.BaseDataSource
 
setAppliedLSN(LogSequenceNumber) - Method in class org.postgresql.core.v3.replication.V3PGReplicationStream
 
setAppliedLSN(LogSequenceNumber) - Method in interface org.postgresql.replication.PGReplicationStream
Inform backend which LSN has been applied on standby.
setArray(int, Array) - Method in class org.postgresql.jdbc.PgPreparedStatement
 
setAsciiStream(int, InputStream) - Method in class org.postgresql.jdbc.PgPreparedStatement
 
setAsciiStream(int, InputStream, int) - Method in class org.postgresql.jdbc.PgPreparedStatement
 
setAsciiStream(int, InputStream, long) - Method in class org.postgresql.jdbc.PgPreparedStatement
 
setAsciiStream(long) - Method in class org.postgresql.jdbc.PgClob
 
setAsciiStream(String, InputStream) - Method in class org.postgresql.jdbc.PgCallableStatement
 
setAsciiStream(String, InputStream, int) - Method in class org.postgresql.jdbc.PgCallableStatement
 
setAsciiStream(String, InputStream, long) - Method in class org.postgresql.jdbc.PgCallableStatement
 
setAssumeMinServerVersion(String) - Method in class org.postgresql.ds.common.BaseDataSource
 
setAttributeQuietly(Object, String, Object) - Static method in class org.postgresql.xml.DefaultPGXmlFactoryFactory
 
setAuthenticationPluginClassName(String) - Method in class org.postgresql.ds.common.BaseDataSource
 
setAutoCommit(boolean) - Method in class org.postgresql.jdbc.PgConnection
 
setAutosave(AutoSave) - Method in class org.postgresql.ds.common.BaseDataSource
 
setAutosave(AutoSave) - Method in class org.postgresql.jdbc.PgConnection
 
setAutosave(AutoSave) - Method in interface org.postgresql.PGConnection
Configures if connection should use automatic savepoints.
setAutoSave(AutoSave) - Method in interface org.postgresql.core.QueryExecutor
 
setAutoSave(AutoSave) - Method in class org.postgresql.core.QueryExecutorBase
 
setBackendKeyData(int, int) - Method in class org.postgresql.core.QueryExecutorBase
 
setBigDecimal(int, BigDecimal) - Method in class org.postgresql.jdbc.PgPreparedStatement
 
setBigDecimal(String, BigDecimal) - Method in class org.postgresql.jdbc.PgCallableStatement
 
setBinaryParameter(int, byte[], int) - Method in interface org.postgresql.core.ParameterList
Binds given byte[] value to a parameter.
setBinaryParameter(int, byte[], int) - Method in class org.postgresql.core.v3.CompositeParameterList
 
setBinaryParameter(int, byte[], int) - Method in class org.postgresql.core.v3.SimpleParameterList
 
setBinaryReceiveOids(Set<Integer>) - Method in interface org.postgresql.core.QueryExecutor
Sets the oids that should be received using binary encoding.
setBinaryReceiveOids(Set<Integer>) - Method in class org.postgresql.core.v3.QueryExecutorImpl
 
setBinarySendOids(Set<Integer>) - Method in interface org.postgresql.core.QueryExecutor
Sets the oids that should be sent using binary encoding.
setBinarySendOids(Set<Integer>) - Method in class org.postgresql.core.v3.QueryExecutorImpl
 
setBinaryStream() - Method in class org.postgresql.jdbc.PgSQLXML
 
setBinaryStream(int, InputStream) - Method in class org.postgresql.jdbc.PgPreparedStatement
 
setBinaryStream(int, InputStream, int) - Method in class org.postgresql.jdbc.PgPreparedStatement
 
setBinaryStream(int, InputStream, long) - Method in class org.postgresql.jdbc.PgPreparedStatement
 
setBinaryStream(long) - Method in class org.postgresql.jdbc.AbstractBlobClob
 
setBinaryStream(String, InputStream) - Method in class org.postgresql.jdbc.PgCallableStatement
 
setBinaryStream(String, InputStream, int) - Method in class org.postgresql.jdbc.PgCallableStatement
 
setBinaryStream(String, InputStream, long) - Method in class org.postgresql.jdbc.PgCallableStatement
 
setBinaryTransfer(boolean) - Method in class org.postgresql.ds.common.BaseDataSource
 
setBinaryTransferDisable(String) - Method in class org.postgresql.ds.common.BaseDataSource
 
setBinaryTransferEnable(String) - Method in class org.postgresql.ds.common.BaseDataSource
 
setBlob(int, InputStream) - Method in class org.postgresql.jdbc.PgPreparedStatement
 
setBlob(int, InputStream, long) - Method in class org.postgresql.jdbc.PgPreparedStatement
 
setBlob(int, Blob) - Method in class org.postgresql.jdbc.PgPreparedStatement
 
setBlob(String, InputStream) - Method in class org.postgresql.jdbc.PgCallableStatement
 
setBlob(String, InputStream, long) - Method in class org.postgresql.jdbc.PgCallableStatement
 
setBlob(String, Blob) - Method in class org.postgresql.jdbc.PgCallableStatement
 
setBoolean(int, boolean) - Method in class org.postgresql.jdbc.PgPreparedStatement
 
setBoolean(String, boolean) - Method in class org.postgresql.jdbc.PgCallableStatement
 
setByte(int, byte) - Method in class org.postgresql.jdbc.PgPreparedStatement
 
setByte(String, byte) - Method in class org.postgresql.jdbc.PgCallableStatement
 
setBytea(int, byte[], int, int) - Method in interface org.postgresql.core.ParameterList
Binds a binary bytea value stored as a bytearray to a parameter.
setBytea(int, byte[], int, int) - Method in class org.postgresql.core.v3.CompositeParameterList
 
setBytea(int, byte[], int, int) - Method in class org.postgresql.core.v3.SimpleParameterList
 
setBytea(int, InputStream) - Method in interface org.postgresql.core.ParameterList
Binds a binary bytea value stored as an InputStream.
setBytea(int, InputStream) - Method in class org.postgresql.core.v3.CompositeParameterList
 
setBytea(int, InputStream) - Method in class org.postgresql.core.v3.SimpleParameterList
 
setBytea(int, InputStream, int) - Method in interface org.postgresql.core.ParameterList
Binds a binary bytea value stored as an InputStream.
setBytea(int, InputStream, int) - Method in class org.postgresql.core.v3.CompositeParameterList
 
setBytea(int, InputStream, int) - Method in class org.postgresql.core.v3.SimpleParameterList
 
setBytea(int, ByteStreamWriter) - Method in interface org.postgresql.core.ParameterList
Binds a binary bytea value stored as a ByteStreamWriter.
setBytea(int, ByteStreamWriter) - Method in class org.postgresql.core.v3.CompositeParameterList
 
setBytea(int, ByteStreamWriter) - Method in class org.postgresql.core.v3.SimpleParameterList
 
setBytes(int, byte[]) - Method in class org.postgresql.jdbc.PgPreparedStatement
 
setBytes(long, byte[]) - Method in class org.postgresql.jdbc.PgBlob
 
setBytes(long, byte[], int, int) - Method in class org.postgresql.jdbc.PgBlob
 
setBytes(String, byte[]) - Method in class org.postgresql.jdbc.PgCallableStatement
 
setByteStreamWriter(int, ByteStreamWriter) - Method in class org.postgresql.jdbc.PgPreparedStatement
 
setByteValue(byte[], int) - Method in class org.postgresql.geometric.PGbox
 
setByteValue(byte[], int) - Method in class org.postgresql.geometric.PGpoint
 
setByteValue(byte[], int) - Method in interface org.postgresql.util.PGBinaryObject
This method is called to set the value of this object.
setCalendar(Calendar) - Method in class org.postgresql.util.PGTime
Sets the calendar object for this time.
setCalendar(Calendar) - Method in class org.postgresql.util.PGTimestamp
Sets the calendar object for this timestamp.
setCancelSignalTimeout(int) - Method in class org.postgresql.ds.common.BaseDataSource
 
setCatalog(String) - Method in class org.postgresql.jdbc.PgConnection
 
setChannelBinding(String) - Method in class org.postgresql.ds.common.BaseDataSource
 
setCharacterStream() - Method in class org.postgresql.jdbc.PgSQLXML
 
setCharacterStream(int, Reader) - Method in class org.postgresql.jdbc.PgPreparedStatement
 
setCharacterStream(int, Reader, int) - Method in class org.postgresql.jdbc.PgPreparedStatement
 
setCharacterStream(int, Reader, long) - Method in class org.postgresql.jdbc.PgPreparedStatement
 
setCharacterStream(long) - Method in class org.postgresql.jdbc.PgClob
 
setCharacterStream(String, Reader) - Method in class org.postgresql.jdbc.PgCallableStatement
 
setCharacterStream(String, Reader, int) - Method in class org.postgresql.jdbc.PgCallableStatement
 
setCharacterStream(String, Reader, long) - Method in class org.postgresql.jdbc.PgCallableStatement
 
setCharacterStreamPost71(int, InputStream, int, String) - Method in class org.postgresql.jdbc.PgPreparedStatement
 
setCleanupRef(PhantomReference<?>) - Method in class org.postgresql.core.v3.Portal
 
setCleanupRef(PhantomReference<?>) - Method in class org.postgresql.core.v3.SimpleQuery
 
setCleanupSavepoints(boolean) - Method in class org.postgresql.ds.common.BaseDataSource
see PGProperty#CLEANUP_SAVEPOINTS
setCleanupSavePoints(boolean) - Method in class org.postgresql.ds.common.BaseDataSource
 
setClientInfo(String, String) - Method in class org.postgresql.jdbc.PgConnection
 
setClientInfo(Properties) - Method in class org.postgresql.jdbc.PgConnection
 
setClob(int, Reader) - Method in class org.postgresql.jdbc.PgPreparedStatement
 
setClob(int, Reader, long) - Method in class org.postgresql.jdbc.PgPreparedStatement
 
setClob(int, Clob) - Method in class org.postgresql.jdbc.PgPreparedStatement
 
setClob(String, Reader) - Method in class org.postgresql.jdbc.PgCallableStatement
 
setClob(String, Reader, long) - Method in class org.postgresql.jdbc.PgCallableStatement
 
setClob(String, Clob) - Method in class org.postgresql.jdbc.PgCallableStatement
 
setConnectTimeout(int) - Method in class org.postgresql.ds.common.BaseDataSource
 
setCounter(int) - Method in class org.postgresql.core.v3.adaptivefetch.AdaptiveFetchCacheEntry
 
setCurrentSchema(String) - Method in class org.postgresql.ds.common.BaseDataSource
 
setCursorName(String) - Method in class org.postgresql.jdbc.PgConnection
In SQL, a result table can be retrieved through a cursor that is named.
setCursorName(String) - Method in class org.postgresql.jdbc.PgStatement
 
setDatabaseMetadataCacheFields(int) - Method in class org.postgresql.ds.common.BaseDataSource
 
setDatabaseMetadataCacheFieldsMiB(int) - Method in class org.postgresql.ds.common.BaseDataSource
 
setDatabaseName(String) - Method in class org.postgresql.ds.common.BaseDataSource
Sets the name of the PostgreSQL database, running on the server identified by the serverName property.
setDatabaseName(String) - Method in class org.postgresql.ds.PGPoolingDataSource
Deprecated.
Ensures the DataSource properties are not changed after the DataSource has been used.
setDataSourceName(String) - Method in class org.postgresql.ds.PGPoolingDataSource
Deprecated.
Sets the name of this DataSource.
setDate(int, Date) - Method in class org.postgresql.jdbc.PgPreparedStatement
 
setDate(int, Date, Calendar) - Method in class org.postgresql.jdbc.PgPreparedStatement
 
setDate(int, LocalDate) - Method in class org.postgresql.jdbc.PgPreparedStatement
 
setDate(String, Date) - Method in class org.postgresql.jdbc.PgCallableStatement
 
setDate(String, Date, Calendar) - Method in class org.postgresql.jdbc.PgCallableStatement
 
setDays(int) - Method in class org.postgresql.util.PGInterval
Set the days of this interval to the specified value.
setDefaultAutoCommit(boolean) - Method in class org.postgresql.ds.PGConnectionPoolDataSource
Sets whether connections supplied by this pool will have autoCommit turned on by default.
setDefaultFetchSize(int) - Method in class org.postgresql.jdbc.PgConnection
 
setDefaultFetchSize(int) - Method in interface org.postgresql.PGConnection
Set the default fetch size for statements created from this connection.
setDefaultRowFetchSize(int) - Method in class org.postgresql.ds.common.BaseDataSource
 
setDisableColumnSanitiser(boolean) - Method in class org.postgresql.ds.common.BaseDataSource
 
setDisableColumnSanitiser(boolean) - Method in class org.postgresql.jdbc.PgConnection
 
setDouble(int, double) - Method in class org.postgresql.jdbc.PgPreparedStatement
 
setDouble(String, double) - Method in class org.postgresql.jdbc.PgCallableStatement
 
setEncoding(Encoding) - Method in class org.postgresql.core.PGStream
Change the encoding used by this connection.
setEncoding(Encoding) - Method in class org.postgresql.core.QueryExecutorBase
 
setEscapeProcessing(boolean) - Method in class org.postgresql.jdbc.PgStatement
 
setEscapeSyntaxCallMode(String) - Method in class org.postgresql.ds.common.BaseDataSource
 
setFactoryProperties(Object) - Static method in class org.postgresql.xml.DefaultPGXmlFactoryFactory
 
setFeatureQuietly(Object, String, boolean) - Static method in class org.postgresql.xml.DefaultPGXmlFactoryFactory
 
setFetchDirection(int) - Method in class org.postgresql.jdbc.PgResultSet
 
setFetchDirection(int) - Method in class org.postgresql.jdbc.PgStatement
 
setFetchSize(int) - Method in class org.postgresql.jdbc.PgResultSet
 
setFetchSize(int) - Method in class org.postgresql.jdbc.PgStatement
 
setFields(Field[]) - Method in class org.postgresql.core.v3.SimpleQuery
Sets the fields that this query will return.
setFloat(int, float) - Method in class org.postgresql.jdbc.PgPreparedStatement
 
setFloat(String, float) - Method in class org.postgresql.jdbc.PgCallableStatement
 
setFlushCacheOnDeallocate(boolean) - Method in interface org.postgresql.core.BaseConnection
By default, the connection resets statement cache in case deallocate all/discard all message is observed.
setFlushCacheOnDeallocate(boolean) - Method in interface org.postgresql.core.QueryExecutor
By default, the connection resets statement cache in case deallocate all/discard all message is observed.
setFlushCacheOnDeallocate(boolean) - Method in class org.postgresql.core.QueryExecutorBase
 
setFlushCacheOnDeallocate(boolean) - Method in class org.postgresql.jdbc.PgConnection
 
setFlushedLSN(LogSequenceNumber) - Method in class org.postgresql.core.v3.replication.V3PGReplicationStream
 
setFlushedLSN(LogSequenceNumber) - Method in interface org.postgresql.replication.PGReplicationStream
Set flushed LSN.
setForceBinary(boolean) - Method in class org.postgresql.jdbc.PgConnection
 
setFormat(int) - Method in class org.postgresql.core.Field
 
setFromReference(Reference) - Method in class org.postgresql.ds.common.BaseDataSource
 
setGroupStartupParameters(boolean) - Method in class org.postgresql.ds.common.BaseDataSource
 
setGssEncMode(String) - Method in class org.postgresql.ds.common.BaseDataSource
 
setGssLib(String) - Method in class org.postgresql.ds.common.BaseDataSource
 
setGssResponseTimeout(int) - Method in class org.postgresql.ds.common.BaseDataSource
 
setHasBinaryFields(boolean) - Method in class org.postgresql.core.v3.SimpleQuery
 
setHideUnprivilegedObjects(boolean) - Method in class org.postgresql.ds.common.BaseDataSource
 
setHoldability(int) - Method in class org.postgresql.jdbc.PgConnection
 
setHostRecheckSeconds(int) - Method in class org.postgresql.ds.common.BaseDataSource
 
setHours(int) - Method in class org.postgresql.util.PGInterval
Set the hours of this interval to the specified value.
setInitialConnections(int) - Method in class org.postgresql.ds.PGPoolingDataSource
Deprecated.
Sets the number of connections that will be created when this DataSource is initialized.
setInt(int, int) - Method in class org.postgresql.jdbc.PgPreparedStatement
 
setInt(String, int) - Method in class org.postgresql.jdbc.PgCallableStatement
 
setIntegerDateTimes(boolean) - Method in class org.postgresql.core.v3.QueryExecutorImpl
 
setIntParameter(int, int) - Method in interface org.postgresql.core.ParameterList
Binds an integer value to a parameter.
setIntParameter(int, int) - Method in class org.postgresql.core.v3.CompositeParameterList
 
setIntParameter(int, int) - Method in class org.postgresql.core.v3.SimpleParameterList
 
setJaasApplicationName(String) - Method in class org.postgresql.ds.common.BaseDataSource
 
setJaasLogin(boolean) - Method in class org.postgresql.ds.common.BaseDataSource
 
setKerberosServerName(String) - Method in class org.postgresql.ds.common.BaseDataSource
 
setLargeMaxRows(long) - Method in class org.postgresql.jdbc.PgStatement
 
setLiteralParameter(int, String, int) - Method in interface org.postgresql.core.ParameterList
Binds a String value that is an unquoted literal to the server's query parser (for example, a bare integer) to a parameter.
setLiteralParameter(int, String, int) - Method in class org.postgresql.core.v3.CompositeParameterList
 
setLiteralParameter(int, String, int) - Method in class org.postgresql.core.v3.SimpleParameterList
 
setLoadBalanceHosts(boolean) - Method in class org.postgresql.ds.common.BaseDataSource
 
setLocalSocketAddress(String) - Method in class org.postgresql.ds.common.BaseDataSource
 
setLocation(int, int) - Method in class org.postgresql.geometric.PGpoint
Moves the point to the supplied coordinates.
setLocation(Point) - Method in class org.postgresql.geometric.PGpoint
Deprecated.
Will be removed for avoiding a dependency to the java.desktop module.
setLoggerFile(String) - Method in class org.postgresql.ds.common.BaseDataSource
Deprecated.
Configure via java.util.logging
setLoggerLevel(String) - Method in class org.postgresql.ds.common.BaseDataSource
Deprecated.
Configure via java.util.logging
setLoginTimeout(int) - Method in class org.postgresql.ds.common.BaseDataSource
 
setLogServerErrorDetail(boolean) - Method in class org.postgresql.ds.common.BaseDataSource
 
setLogUnclosedConnections(boolean) - Method in class org.postgresql.ds.common.BaseDataSource
 
setLogWriter(PrintWriter) - Method in class org.postgresql.ds.common.BaseDataSource
This implementation don't use a LogWriter.
setLong(int, long) - Method in class org.postgresql.jdbc.PgPreparedStatement
 
setLong(String, long) - Method in class org.postgresql.jdbc.PgCallableStatement
 
setMap(int, Map<?, ?>) - Method in class org.postgresql.jdbc.PgPreparedStatement
 
setMaxConnections(int) - Method in class org.postgresql.ds.PGPoolingDataSource
Deprecated.
Sets the maximum number of connections that the pool will allow.
setMaxFieldSize(int) - Method in class org.postgresql.jdbc.PgStatement
 
setMaximumRowSizeBytes(int) - Method in class org.postgresql.core.v3.adaptivefetch.AdaptiveFetchCacheEntry
 
setMaxResultBuffer(String) - Method in class org.postgresql.core.PGStream
Method to set MaxResultBuffer inside PGStream.
setMaxResultBuffer(String) - Method in class org.postgresql.ds.common.BaseDataSource
 
setMaxRows(int) - Method in class org.postgresql.jdbc.PgStatement
 
setMaxRowSizeBytes(int) - Method in class org.postgresql.core.PGStream
The idea behind this method is to keep in maxRowSize the size of biggest read data row.
setMaxSendBufferSize(int) - Method in class org.postgresql.ds.common.BaseDataSource
 
setMetadata(FieldMetadata) - Method in class org.postgresql.core.Field
 
setMinStreamAvailableCheckDelay(int) - Method in class org.postgresql.core.PGStream
 
setMinutes(int) - Method in class org.postgresql.util.PGInterval
Set the minutes of this interval to the specified value.
setMonths(int) - Method in class org.postgresql.util.PGInterval
Set the months of this interval to the specified value.
setNCharacterStream(int, Reader) - Method in class org.postgresql.jdbc.PgPreparedStatement
 
setNCharacterStream(int, Reader, long) - Method in class org.postgresql.jdbc.PgPreparedStatement
 
setNCharacterStream(String, Reader) - Method in class org.postgresql.jdbc.PgCallableStatement
 
setNCharacterStream(String, Reader, long) - Method in class org.postgresql.jdbc.PgCallableStatement
 
setNClob(int, Reader) - Method in class org.postgresql.jdbc.PgPreparedStatement
 
setNClob(int, Reader, long) - Method in class org.postgresql.jdbc.PgPreparedStatement
 
setNClob(int, NClob) - Method in class org.postgresql.jdbc.PgPreparedStatement
 
setNClob(String, Reader) - Method in class org.postgresql.jdbc.PgCallableStatement
 
setNClob(String, Reader, long) - Method in class org.postgresql.jdbc.PgCallableStatement
 
setNClob(String, NClob) - Method in class org.postgresql.jdbc.PgCallableStatement
 
setNetworkTimeout(int) - Method in class org.postgresql.core.PGStream
 
setNetworkTimeout(int) - Method in interface org.postgresql.core.QueryExecutor
 
setNetworkTimeout(int) - Method in class org.postgresql.core.QueryExecutorBase
 
setNetworkTimeout(Executor, int) - Method in class org.postgresql.jdbc.PgConnection
 
setNString(int, String) - Method in class org.postgresql.jdbc.PgPreparedStatement
 
setNString(String, String) - Method in class org.postgresql.jdbc.PgCallableStatement
 
setNull(int, int) - Method in interface org.postgresql.core.ParameterList
Binds a SQL NULL value to a parameter.
setNull(int, int) - Method in class org.postgresql.core.v3.CompositeParameterList
 
setNull(int, int) - Method in class org.postgresql.core.v3.SimpleParameterList
 
setNull(int, int) - Method in class org.postgresql.jdbc.PgPreparedStatement
 
setNull(int, int, String) - Method in class org.postgresql.jdbc.PgPreparedStatement
 
setNull(String, int) - Method in class org.postgresql.jdbc.PgCallableStatement
 
setNull(String, int, String) - Method in class org.postgresql.jdbc.PgCallableStatement
 
setNumber(int, Number) - Method in class org.postgresql.jdbc.PgPreparedStatement
 
setObject(int, Object) - Method in class org.postgresql.jdbc.PgPreparedStatement
 
setObject(int, Object, int) - Method in class org.postgresql.jdbc.PgPreparedStatement
 
setObject(int, Object, int, int) - Method in class org.postgresql.jdbc.PgPreparedStatement
 
setObject(int, Object, SQLType) - Method in class org.postgresql.jdbc.PgPreparedStatement
 
setObject(int, Object, SQLType, int) - Method in class org.postgresql.jdbc.PgPreparedStatement
 
setObject(String, Object) - Method in class org.postgresql.jdbc.PgCallableStatement
 
setObject(String, Object, int) - Method in class org.postgresql.jdbc.PgCallableStatement
 
setObject(String, Object, int, int) - Method in class org.postgresql.jdbc.PgCallableStatement
 
setObject(String, Object, SQLType) - Method in class org.postgresql.jdbc.PgCallableStatement
 
setObject(String, Object, SQLType, int) - Method in class org.postgresql.jdbc.PgCallableStatement
 
setObjectArray(int, A) - Method in class org.postgresql.jdbc.PgPreparedStatement
 
setOptions(String) - Method in class org.postgresql.ds.common.BaseDataSource
Set command line options for this connection
setPassword(String) - Method in class org.postgresql.ds.common.BaseDataSource
Sets the password to connect with by default.
setPassword(String) - Method in class org.postgresql.ds.PGPoolingDataSource
Deprecated.
Ensures the DataSource properties are not changed after the DataSource has been used.
setPGobject(int, PGobject) - Method in class org.postgresql.jdbc.PgPreparedStatement
 
setPGType(String) - Method in class org.postgresql.core.Field
 
setPoolable(boolean) - Method in class org.postgresql.jdbc.PgStatement
 
setPortalDescribed(boolean) - Method in class org.postgresql.core.v3.SimpleQuery
 
setPortNumber(int) - Method in class org.postgresql.ds.common.BaseDataSource
setPortNumber(int) - Method in class org.postgresql.ds.PGPoolingDataSource
Deprecated.
Ensures the DataSource properties are not changed after the DataSource has been used.
setPortNumbers(int[]) - Method in class org.postgresql.ds.common.BaseDataSource
Sets the port(s) which the PostgreSQL server is listening on for TCP/IP connections.
setPreferQueryMode(PreferQueryMode) - Method in interface org.postgresql.core.QueryExecutor
 
setPreferQueryMode(PreferQueryMode) - Method in class org.postgresql.core.QueryExecutorBase
 
setPreferQueryMode(PreferQueryMode) - Method in class org.postgresql.ds.common.BaseDataSource
 
setPreparedStatementCacheQueries(int) - Method in class org.postgresql.ds.common.BaseDataSource
 
setPreparedStatementCacheSizeMiB(int) - Method in class org.postgresql.ds.common.BaseDataSource
 
setPrepareThreshold(int) - Method in class org.postgresql.ds.common.BaseDataSource
 
setPrepareThreshold(int) - Method in class org.postgresql.jdbc.PgConnection
 
setPrepareThreshold(int) - Method in class org.postgresql.jdbc.PgStatement
 
setPrepareThreshold(int) - Method in interface org.postgresql.PGConnection
Set the default statement reuse threshold before enabling server-side prepare.
setPrepareThreshold(int) - Method in interface org.postgresql.PGStatement
Sets the reuse threshold for using server-prepared statements.
setPrepareTypes(int[]) - Method in class org.postgresql.core.v3.SimpleQuery
 
setProperty(String, String) - Method in class org.postgresql.ds.common.BaseDataSource
 
setProperty(PGProperty, String) - Method in class org.postgresql.ds.common.BaseDataSource
 
setPropertyQuietly(Object, String, Object) - Static method in class org.postgresql.xml.DefaultPGXmlFactoryFactory
 
setProtocolVersion(int) - Method in class org.postgresql.ds.common.BaseDataSource
 
setProxy(Connection) - Method in class org.postgresql.ds.PGPooledConnection.ConnectionHandler
 
setQueryTimeout(int) - Method in class org.postgresql.jdbc.PgStatement
 
setQueryTimeoutMs(long) - Method in class org.postgresql.jdbc.PgStatement
Sets the queryTimeout limit.
setQuoteReturningIdentifiers(boolean) - Method in class org.postgresql.ds.common.BaseDataSource
 
setReadOnly(boolean) - Method in class org.postgresql.ds.common.BaseDataSource
 
setReadOnly(boolean) - Method in class org.postgresql.jdbc.PgConnection
 
setReadOnlyMode(String) - Method in class org.postgresql.ds.common.BaseDataSource
 
setReceiveBufferSize(int) - Method in class org.postgresql.ds.common.BaseDataSource
 
setRecvBufferSize(int) - Method in class org.postgresql.ds.common.BaseDataSource
 
setRef(int, Ref) - Method in class org.postgresql.jdbc.PgPreparedStatement
 
setRefCursor(String) - Method in class org.postgresql.jdbc.PgResultSet
 
setReplication(String) - Method in class org.postgresql.ds.common.BaseDataSource
 
setResolvedType(int, int) - Method in class org.postgresql.core.v3.SimpleParameterList
 
setResult(Class<T>) - Method in class org.postgresql.jdbc.PgSQLXML
 
setReWriteBatchedInserts(boolean) - Method in class org.postgresql.ds.common.BaseDataSource
 
setRowBufferColumn(Tuple, int, Object) - Method in class org.postgresql.jdbc.PgResultSet
 
setRowId(int, RowId) - Method in class org.postgresql.jdbc.PgPreparedStatement
 
setRowId(String, RowId) - Method in class org.postgresql.jdbc.PgCallableStatement
 
setSavepoint() - Method in class org.postgresql.jdbc.PgConnection
 
setSavepoint(String) - Method in class org.postgresql.jdbc.PgConnection
 
setSchema(String) - Method in class org.postgresql.jdbc.PgConnection
 
setSecContext(GSSContext) - Method in class org.postgresql.core.PGStream
 
setSeconds(double) - Method in class org.postgresql.util.PGInterval
Set the seconds of this interval to the specified value.
setSendBufferSize(int) - Method in class org.postgresql.ds.common.BaseDataSource
 
setServerName(String) - Method in class org.postgresql.ds.common.BaseDataSource
setServerName(String) - Method in class org.postgresql.ds.PGPoolingDataSource
Deprecated.
Ensures the DataSource properties are not changed after the DataSource has been used.
setServerNames(String[]) - Method in class org.postgresql.ds.common.BaseDataSource
Sets the name of the host(s) the PostgreSQL database is running on.
setServerVersion(String) - Method in class org.postgresql.core.QueryExecutorBase
 
setServerVersionNum(int) - Method in class org.postgresql.core.QueryExecutorBase
 
setSessionNotReadOnly - Variable in class org.postgresql.jdbc.PgConnection
 
setSessionReadOnly - Variable in class org.postgresql.jdbc.PgConnection
 
setShort(int, short) - Method in class org.postgresql.jdbc.PgPreparedStatement
 
setShort(String, short) - Method in class org.postgresql.jdbc.PgCallableStatement
 
setSize(int) - Method in class org.postgresql.core.v3.adaptivefetch.AdaptiveFetchCacheEntry
 
setSocketFactory(String) - Method in class org.postgresql.ds.common.BaseDataSource
 
setSocketFactoryArg(String) - Method in class org.postgresql.ds.common.BaseDataSource
 
setSocketTimeout(int) - Method in class org.postgresql.core.v3.QueryExecutorImpl
 
setSocketTimeout(int) - Method in class org.postgresql.ds.common.BaseDataSource
 
setSQLType(int) - Method in class org.postgresql.core.Field
 
setSQLXML(int, SQLXML) - Method in class org.postgresql.jdbc.PgPreparedStatement
 
setSQLXML(String, SQLXML) - Method in class org.postgresql.jdbc.PgCallableStatement
 
setSsl(boolean) - Method in class org.postgresql.ds.common.BaseDataSource
 
setSslcert(String) - Method in class org.postgresql.ds.common.BaseDataSource
 
setSslCert(String) - Method in class org.postgresql.ds.common.BaseDataSource
 
setSslfactory(String) - Method in class org.postgresql.ds.common.BaseDataSource
 
setSslfactoryarg(String) - Method in class org.postgresql.ds.common.BaseDataSource
 
setSslFactoryArg(String) - Method in class org.postgresql.ds.common.BaseDataSource
 
setSslhostnameverifier(String) - Method in class org.postgresql.ds.common.BaseDataSource
 
setSslHostnameVerifier(String) - Method in class org.postgresql.ds.common.BaseDataSource
 
setSslkey(String) - Method in class org.postgresql.ds.common.BaseDataSource
 
setSslKey(String) - Method in class org.postgresql.ds.common.BaseDataSource
 
setSslmode(String) - Method in class org.postgresql.ds.common.BaseDataSource
 
setSslMode(String) - Method in class org.postgresql.ds.common.BaseDataSource
 
setSslNegotiation(String) - Method in class org.postgresql.ds.common.BaseDataSource
 
setSslpassword(String) - Method in class org.postgresql.ds.common.BaseDataSource
 
setSslPassword(String) - Method in class org.postgresql.ds.common.BaseDataSource
 
setSslpasswordcallback(String) - Method in class org.postgresql.ds.common.BaseDataSource
 
setSslPasswordCallback(String) - Method in class org.postgresql.ds.common.BaseDataSource
 
setSslResponseTimeout(int) - Method in class org.postgresql.ds.common.BaseDataSource
 
setSslrootcert(String) - Method in class org.postgresql.ds.common.BaseDataSource
 
setSslRootCert(String) - Method in class org.postgresql.ds.common.BaseDataSource
 
setSspiServiceClass(String) - Method in class org.postgresql.ds.common.BaseDataSource
 
setStandardConformingStrings(boolean) - Method in class org.postgresql.core.QueryExecutorBase
 
setStatementDescribed(boolean) - Method in class org.postgresql.core.v3.SimpleQuery
 
setStatementName(String, short) - Method in class org.postgresql.core.v3.SimpleQuery
 
setString(int, String) - Method in class org.postgresql.jdbc.PgPreparedStatement
 
setString(int, String, int) - Method in class org.postgresql.jdbc.PgPreparedStatement
 
setString(long, String) - Method in class org.postgresql.jdbc.PgClob
 
setString(long, String, int, int) - Method in class org.postgresql.jdbc.PgClob
 
setString(String) - Method in class org.postgresql.jdbc.PgSQLXML
 
setString(String, String) - Method in class org.postgresql.jdbc.PgCallableStatement
 
setStringParameter(int, String, int) - Method in interface org.postgresql.core.ParameterList
Binds a String value that needs to be quoted for the server's parser to understand (for example, a timestamp) to a parameter.
setStringParameter(int, String, int) - Method in class org.postgresql.core.v3.CompositeParameterList
 
setStringParameter(int, String, int) - Method in class org.postgresql.core.v3.SimpleParameterList
 
setStringType(String) - Method in class org.postgresql.ds.common.BaseDataSource
 
setTargetServerType(String) - Method in class org.postgresql.ds.common.BaseDataSource
 
setTcpKeepAlive(boolean) - Method in class org.postgresql.ds.common.BaseDataSource
 
setTcpNoDelay(boolean) - Method in class org.postgresql.ds.common.BaseDataSource
 
setText(int, InputStream) - Method in interface org.postgresql.core.ParameterList
Binds a text value stored as an InputStream that is a valid UTF-8 byte stream.
setText(int, InputStream) - Method in class org.postgresql.core.v3.CompositeParameterList
 
setText(int, InputStream) - Method in class org.postgresql.core.v3.SimpleParameterList
 
setTime(int, Time) - Method in class org.postgresql.jdbc.PgPreparedStatement
 
setTime(int, Time, Calendar) - Method in class org.postgresql.jdbc.PgPreparedStatement
 
setTime(int, LocalTime) - Method in class org.postgresql.jdbc.PgPreparedStatement
 
setTime(int, OffsetTime) - Method in class org.postgresql.jdbc.PgPreparedStatement
 
setTime(String, Time) - Method in class org.postgresql.jdbc.PgCallableStatement
 
setTime(String, Time, Calendar) - Method in class org.postgresql.jdbc.PgCallableStatement
 
setTimeoutRequested(boolean) - Method in class org.postgresql.core.VisibleBufferedInputStream
 
setTimestamp(int, Timestamp) - Method in class org.postgresql.jdbc.PgPreparedStatement
 
setTimestamp(int, Timestamp, Calendar) - Method in class org.postgresql.jdbc.PgPreparedStatement
 
setTimestamp(int, LocalDateTime) - Method in class org.postgresql.jdbc.PgPreparedStatement
 
setTimestamp(int, OffsetDateTime) - Method in class org.postgresql.jdbc.PgPreparedStatement
 
setTimestamp(String, Timestamp) - Method in class org.postgresql.jdbc.PgCallableStatement
 
setTimestamp(String, Timestamp, Calendar) - Method in class org.postgresql.jdbc.PgCallableStatement
 
setTimeZone(TimeZone) - Method in class org.postgresql.core.v3.QueryExecutorImpl
 
setTransactionIsolation(int) - Method in class org.postgresql.jdbc.PgConnection
 
setTransactionState(TransactionState) - Method in class org.postgresql.core.QueryExecutorBase
 
setTransactionTimeout(int) - Method in class org.postgresql.xa.PGXAConnection
We don't do transaction timeouts.
setType(String) - Method in class org.postgresql.util.PGobject
This method sets the type of this object.
setTypeMap(Map<String, Class<?>>) - Method in class org.postgresql.jdbc.PgConnection
 
setTypeMapImpl(Map<String, Class<?>>) - Method in class org.postgresql.jdbc.PgConnection
 
setUnicodeStream(int, InputStream, int) - Method in class org.postgresql.jdbc.PgPreparedStatement
 
setUnknownLength(int) - Method in class org.postgresql.ds.common.BaseDataSource
 
setupCalendar(Calendar) - Method in class org.postgresql.jdbc.TimestampUtils
 
setupLoggerFromProperties(Properties) - Method in class org.postgresql.Driver
this is an empty method left here for graalvm we removed the ability to setup the logger from properties due to a security issue
SetupQueryRunner - Class in org.postgresql.core
Poor man's Statement & ResultSet, used for initial queries while we're still initializing the system.
SetupQueryRunner() - Constructor for class org.postgresql.core.SetupQueryRunner
 
SetupQueryRunner.SimpleResultHandler - Class in org.postgresql.core
 
setUrl(String) - Method in class org.postgresql.ds.common.BaseDataSource
Sets properties from a DriverManager URL.
setURL(int, URL) - Method in class org.postgresql.jdbc.PgPreparedStatement
 
setURL(String) - Method in class org.postgresql.ds.common.BaseDataSource
Sets properties from a DriverManager URL.
setURL(String, URL) - Method in class org.postgresql.jdbc.PgCallableStatement
 
setUser(String) - Method in class org.postgresql.ds.common.BaseDataSource
Sets the user to connect as by default.
setUser(String) - Method in class org.postgresql.ds.PGPoolingDataSource
Deprecated.
Ensures the DataSource properties are not changed after the DataSource has been used.
setUseServerPrepare(boolean) - Method in class org.postgresql.jdbc.PgStatement
 
setUseServerPrepare(boolean) - Method in interface org.postgresql.PGStatement
Deprecated.
As of build 302, replaced by PGStatement.setPrepareThreshold(int)
setUseSpNego(boolean) - Method in class org.postgresql.ds.common.BaseDataSource
 
setUuid(int, UUID) - Method in class org.postgresql.jdbc.PgPreparedStatement
 
setValue(double, double, double, double) - Method in class org.postgresql.geometric.PGline
 
setValue(int, int, int, int, int, double) - Method in class org.postgresql.util.PGInterval
Set all values of this interval to the specified values.
setValue(String) - Method in class org.postgresql.geometric.PGbox
This method sets the value of this object.
setValue(String) - Method in class org.postgresql.geometric.PGcircle
 
setValue(String) - Method in class org.postgresql.geometric.PGline
 
setValue(String) - Method in class org.postgresql.geometric.PGlseg
 
setValue(String) - Method in class org.postgresql.geometric.PGpath
 
setValue(String) - Method in class org.postgresql.geometric.PGpoint
 
setValue(String) - Method in class org.postgresql.geometric.PGpolygon
 
setValue(String) - Method in class org.postgresql.util.PGInterval
Sets a interval string represented value to this instance.
setValue(String) - Method in class org.postgresql.util.PGmoney
 
setValue(String) - Method in class org.postgresql.util.PGobject
This method sets the value of this object.
setValue(PGpoint, PGpoint) - Method in class org.postgresql.geometric.PGline
 
setWriter(Writer) - Method in class org.postgresql.util.LogWriterHandler
 
setXmlFactoryFactory(String) - Method in class org.postgresql.ds.common.BaseDataSource
 
setYears(int) - Method in class org.postgresql.util.PGInterval
Set the years of this interval to the specified value.
SEVERITY - Static variable in class org.postgresql.util.ServerErrorMessage
 
SHARED_TIMER - Static variable in class org.postgresql.Driver
 
SharedTimer - Class in org.postgresql.util
 
SharedTimer() - Constructor for class org.postgresql.util.SharedTimer
 
SharedTimer.TimerCleanup - Class in org.postgresql.util
 
SHORT_ARRAY - Static variable in class org.postgresql.jdbc.ArrayEncoding
 
SHORT_BYTES - Static variable in class org.postgresql.util.ByteConverter
 
SHORT_OBJ_ARRAY - Static variable in class org.postgresql.jdbc.ArrayDecoding
 
SHORT_OBJ_ARRAY - Static variable in class org.postgresql.jdbc.ArrayEncoding
 
SHORTMAX - Static variable in class org.postgresql.jdbc.PgResultSet
 
SHORTMIN - Static variable in class org.postgresql.jdbc.PgResultSet
 
shorts - Variable in class org.postgresql.util.ByteConverter.PositiveShorts
 
shouldResolve() - Method in class org.postgresql.util.HostSpec
 
SIGN - Static variable in class org.postgresql.jdbc.EscapedFunctions
Deprecated.
 
SIMPLE - Enum constant in enum class org.postgresql.jdbc.PreferQueryMode
 
SimpleDataSource - Class in org.postgresql.jdbc2.optional
Deprecated.
SimpleDataSource() - Constructor for class org.postgresql.jdbc2.optional.SimpleDataSource
Deprecated.
 
SimpleParameterList - Class in org.postgresql.core.v3
Parameter list for a single-statement V3 query.
SimpleParameterList(int, TypeTransferModeRegistry) - Constructor for class org.postgresql.core.v3.SimpleParameterList
 
SimpleQuery - Class in org.postgresql.core.v3
V3 Query implementation for a single-statement query.
SimpleQuery(NativeQuery, TypeTransferModeRegistry, boolean) - Constructor for class org.postgresql.core.v3.SimpleQuery
 
SimpleQuery(SimpleQuery) - Constructor for class org.postgresql.core.v3.SimpleQuery
 
SimpleResultHandler() - Constructor for class org.postgresql.core.SetupQueryRunner.SimpleResultHandler
 
SIN - Static variable in class org.postgresql.jdbc.EscapedFunctions
Deprecated.
 
SINGLE_QUOTE - Static variable in class org.postgresql.core.Parser
 
singleArgumentFunctionCall(StringBuilder, String, String, List<? extends CharSequence>) - Static method in class org.postgresql.jdbc.EscapedFunctions2
 
singleArgumentFunctionCall(String, String, List<?>) - Static method in class org.postgresql.jdbc.EscapedFunctions
Deprecated.
 
singleByteBuffer - Variable in class org.postgresql.copy.PGCopyOutputStream
 
SingleCertTrustManager(InputStream) - Constructor for class org.postgresql.ssl.SingleCertValidatingFactory.SingleCertTrustManager
 
SingleCertValidatingFactory - Class in org.postgresql.ssl
Provides a SSLSocketFactory that authenticates the remote server against an explicit pre-shared SSL certificate.
SingleCertValidatingFactory(String) - Constructor for class org.postgresql.ssl.SingleCertValidatingFactory
 
SingleCertValidatingFactory.SingleCertTrustManager - Class in org.postgresql.ssl
 
SingleHostChooser - Class in org.postgresql.hostchooser
Host chooser that returns the single host.
SingleHostChooser(HostSpec, HostRequirement) - Constructor for class org.postgresql.hostchooser.SingleHostChooser
 
singleTable - Variable in class org.postgresql.jdbc.PgResultSet
 
size - Variable in class org.postgresql.core.FixedLengthOutputStream
 
size - Variable in class org.postgresql.core.QueryWithReturningColumnsKey
 
size - Variable in class org.postgresql.core.v3.adaptivefetch.AdaptiveFetchCacheEntry
 
size - Variable in class org.postgresql.util.IntList
 
size() - Method in class org.postgresql.largeobject.LargeObject
This method is inefficient, as the only way to find out the size of the object is to seek to the end, record the current position, then return to the original position.
size() - Method in class org.postgresql.util.ByteConverter.PositiveShorts
 
size() - Method in class org.postgresql.util.IntList
 
size64() - Method in class org.postgresql.largeobject.LargeObject
See #size() for information about efficiency.
skip(int) - Method in class org.postgresql.core.PGStream
 
skip(long) - Method in class org.postgresql.core.VisibleBufferedInputStream
skipMessage() - Method in class org.postgresql.core.v3.QueryExecutorImpl
Ignore the response message by reading the message length and skipping over those bytes in the communication stream.
skipWhitespace(byte[], int) - Static method in class org.postgresql.jdbc.TimestampUtils
 
slotName - Variable in class org.postgresql.replication.fluent.AbstractCreateSlotBuilder
 
slotName - Variable in class org.postgresql.replication.fluent.AbstractStreamBuilder
 
slotName - Variable in class org.postgresql.replication.ReplicationSlotInfo
 
slotOptions - Variable in class org.postgresql.replication.fluent.logical.LogicalStreamBuilder
 
snapshotName - Variable in class org.postgresql.replication.ReplicationSlotInfo
 
sneakyThrow(Throwable) - Static method in class org.postgresql.core.v3.SimpleParameterList
 
SOCKET_FACTORY - Enum constant in enum class org.postgresql.PGProperty
Socket factory used to create socket.
SOCKET_FACTORY_ARG - Enum constant in enum class org.postgresql.PGProperty
The String argument to give to the constructor of the Socket Factory.
SOCKET_TIMEOUT - Enum constant in enum class org.postgresql.PGProperty
The timeout value used for socket read operations.
socketFactory - Variable in class org.postgresql.core.PGStream
 
SocketFactoryFactory - Class in org.postgresql.core
Instantiates SocketFactory based on the PGProperty.SOCKET_FACTORY.
SocketFactoryFactory() - Constructor for class org.postgresql.core.SocketFactoryFactory
 
source - Variable in class org.postgresql.ds.PGPoolingDataSource
Deprecated.
 
SourceStreamIOException - Exception Class in org.postgresql.util.internal
A marker exception class to distinguish between "IOException when reading the data" and "IOException when writing the data" when transferring data from one stream to another.
SourceStreamIOException(int, IOException) - Constructor for exception class org.postgresql.util.internal.SourceStreamIOException
 
SPACE - Static variable in class org.postgresql.jdbc.EscapedFunctions
Deprecated.
 
sql - Variable in class org.postgresql.core.BaseQueryKey
 
sql - Variable in class org.postgresql.core.JdbcCallParseInfo
 
sql - Variable in class org.postgresql.core.v3.BatchedQuery
 
SQL_PERMISSION_ABORT - Static variable in class org.postgresql.jdbc.PgConnection
 
SQL_PERMISSION_NETWORK_TIMEOUT - Static variable in class org.postgresql.jdbc.PgConnection
 
SQL_TSI_DAY - Static variable in class org.postgresql.jdbc.EscapedFunctions
Deprecated.
 
SQL_TSI_DAY - Static variable in class org.postgresql.jdbc.EscapedFunctions2
 
SQL_TSI_FRAC_SECOND - Static variable in class org.postgresql.jdbc.EscapedFunctions
Deprecated.
 
SQL_TSI_FRAC_SECOND - Static variable in class org.postgresql.jdbc.EscapedFunctions2
 
SQL_TSI_HOUR - Static variable in class org.postgresql.jdbc.EscapedFunctions
Deprecated.
 
SQL_TSI_HOUR - Static variable in class org.postgresql.jdbc.EscapedFunctions2
 
SQL_TSI_MINUTE - Static variable in class org.postgresql.jdbc.EscapedFunctions
Deprecated.
 
SQL_TSI_MINUTE - Static variable in class org.postgresql.jdbc.EscapedFunctions2
 
SQL_TSI_MONTH - Static variable in class org.postgresql.jdbc.EscapedFunctions
Deprecated.
 
SQL_TSI_MONTH - Static variable in class org.postgresql.jdbc.EscapedFunctions2
 
SQL_TSI_QUARTER - Static variable in class org.postgresql.jdbc.EscapedFunctions
Deprecated.
 
SQL_TSI_QUARTER - Static variable in class org.postgresql.jdbc.EscapedFunctions2
 
SQL_TSI_ROOT - Static variable in class org.postgresql.jdbc.EscapedFunctions
Deprecated.
 
SQL_TSI_ROOT - Static variable in class org.postgresql.jdbc.EscapedFunctions2
 
SQL_TSI_SECOND - Static variable in class org.postgresql.jdbc.EscapedFunctions
Deprecated.
 
SQL_TSI_SECOND - Static variable in class org.postgresql.jdbc.EscapedFunctions2
 
SQL_TSI_WEEK - Static variable in class org.postgresql.jdbc.EscapedFunctions
Deprecated.
 
SQL_TSI_WEEK - Static variable in class org.postgresql.jdbc.EscapedFunctions2
 
SQL_TSI_YEAR - Static variable in class org.postgresql.jdbc.EscapedFunctions
Deprecated.
 
SQL_TSI_YEAR - Static variable in class org.postgresql.jdbc.EscapedFunctions2
 
sqlceiling(StringBuilder, List<? extends CharSequence>) - Static method in class org.postgresql.jdbc.EscapedFunctions2
ceiling to ceil translation
sqlceiling(List<?>) - Static method in class org.postgresql.jdbc.EscapedFunctions
Deprecated.
ceiling to ceil translation.
sqlchar(StringBuilder, List<? extends CharSequence>) - Static method in class org.postgresql.jdbc.EscapedFunctions2
char to chr translation
sqlchar(List<?>) - Static method in class org.postgresql.jdbc.EscapedFunctions
Deprecated.
char to chr translation.
SqlCommand - Class in org.postgresql.core
Data Modification Language inspection support.
SqlCommand(SqlCommandType, boolean, int, int, boolean, int) - Constructor for class org.postgresql.core.SqlCommand
 
SqlCommandType - Enum Class in org.postgresql.core
Type information inspection support.
SqlCommandType() - Constructor for enum class org.postgresql.core.SqlCommandType
 
sqlconcat(StringBuilder, List<? extends CharSequence>) - Static method in class org.postgresql.jdbc.EscapedFunctions2
concat translation
sqlconcat(List<?>) - Static method in class org.postgresql.jdbc.EscapedFunctions
Deprecated.
concat translation.
sqlcurdate(StringBuilder, List<? extends CharSequence>) - Static method in class org.postgresql.jdbc.EscapedFunctions2
curdate to current_date translation
sqlcurdate(List<?>) - Static method in class org.postgresql.jdbc.EscapedFunctions
Deprecated.
curdate to current_date translation.
sqlcurtime(StringBuilder, List<? extends CharSequence>) - Static method in class org.postgresql.jdbc.EscapedFunctions2
curtime to current_time translation
sqlcurtime(List<?>) - Static method in class org.postgresql.jdbc.EscapedFunctions
Deprecated.
curtime to current_time translation.
sqldatabase(StringBuilder, List<? extends CharSequence>) - Static method in class org.postgresql.jdbc.EscapedFunctions2
database translation
sqldatabase(List<?>) - Static method in class org.postgresql.jdbc.EscapedFunctions
Deprecated.
database translation.
sqldayname(StringBuilder, List<? extends CharSequence>) - Static method in class org.postgresql.jdbc.EscapedFunctions2
dayname translation
sqldayname(List<?>) - Static method in class org.postgresql.jdbc.EscapedFunctions
Deprecated.
dayname translation.
sqldayofmonth(StringBuilder, List<? extends CharSequence>) - Static method in class org.postgresql.jdbc.EscapedFunctions2
dayofmonth translation
sqldayofmonth(List<?>) - Static method in class org.postgresql.jdbc.EscapedFunctions
Deprecated.
dayofmonth translation.
sqldayofweek(StringBuilder, List<? extends CharSequence>) - Static method in class org.postgresql.jdbc.EscapedFunctions2
dayofweek translation adding 1 to postgresql function since we expect values from 1 to 7
sqldayofweek(List<?>) - Static method in class org.postgresql.jdbc.EscapedFunctions
Deprecated.
dayofweek translation adding 1 to postgresql function since we expect values from 1 to 7.
sqldayofyear(StringBuilder, List<? extends CharSequence>) - Static method in class org.postgresql.jdbc.EscapedFunctions2
dayofyear translation
sqldayofyear(List<?>) - Static method in class org.postgresql.jdbc.EscapedFunctions
Deprecated.
dayofyear translation.
sqlhour(StringBuilder, List<? extends CharSequence>) - Static method in class org.postgresql.jdbc.EscapedFunctions2
hour translation
sqlhour(List<?>) - Static method in class org.postgresql.jdbc.EscapedFunctions
Deprecated.
hour translation.
sqlifnull(StringBuilder, List<? extends CharSequence>) - Static method in class org.postgresql.jdbc.EscapedFunctions2
ifnull translation
sqlifnull(List<?>) - Static method in class org.postgresql.jdbc.EscapedFunctions
Deprecated.
ifnull translation.
sqlinsert(StringBuilder, List<? extends CharSequence>) - Static method in class org.postgresql.jdbc.EscapedFunctions2
insert to overlay translation
sqlinsert(List<?>) - Static method in class org.postgresql.jdbc.EscapedFunctions
Deprecated.
insert to overlay translation.
sqllcase(StringBuilder, List<? extends CharSequence>) - Static method in class org.postgresql.jdbc.EscapedFunctions2
lcase to lower translation
sqllcase(List<?>) - Static method in class org.postgresql.jdbc.EscapedFunctions
Deprecated.
lcase to lower translation.
sqlleft(StringBuilder, List<? extends CharSequence>) - Static method in class org.postgresql.jdbc.EscapedFunctions2
left to substring translation
sqlleft(List<?>) - Static method in class org.postgresql.jdbc.EscapedFunctions
Deprecated.
left to substring translation.
sqllength(StringBuilder, List<? extends CharSequence>) - Static method in class org.postgresql.jdbc.EscapedFunctions2
length translation
sqllength(List<?>) - Static method in class org.postgresql.jdbc.EscapedFunctions
Deprecated.
length translation.
sqllocate(StringBuilder, List<? extends CharSequence>) - Static method in class org.postgresql.jdbc.EscapedFunctions2
locate translation
sqllocate(List<?>) - Static method in class org.postgresql.jdbc.EscapedFunctions
Deprecated.
locate translation.
sqllog(StringBuilder, List<? extends CharSequence>) - Static method in class org.postgresql.jdbc.EscapedFunctions2
log to ln translation
sqllog(List<?>) - Static method in class org.postgresql.jdbc.EscapedFunctions
Deprecated.
log to ln translation.
sqllog10(StringBuilder, List<? extends CharSequence>) - Static method in class org.postgresql.jdbc.EscapedFunctions2
log10 to log translation
sqllog10(List<?>) - Static method in class org.postgresql.jdbc.EscapedFunctions
Deprecated.
log10 to log translation.
sqlltrim(StringBuilder, List<? extends CharSequence>) - Static method in class org.postgresql.jdbc.EscapedFunctions2
ltrim translation
sqlltrim(List<?>) - Static method in class org.postgresql.jdbc.EscapedFunctions
Deprecated.
ltrim translation.
sqlminute(StringBuilder, List<? extends CharSequence>) - Static method in class org.postgresql.jdbc.EscapedFunctions2
minute translation
sqlminute(List<?>) - Static method in class org.postgresql.jdbc.EscapedFunctions
Deprecated.
minute translation.
sqlmonth(StringBuilder, List<? extends CharSequence>) - Static method in class org.postgresql.jdbc.EscapedFunctions2
month translation
sqlmonth(List<?>) - Static method in class org.postgresql.jdbc.EscapedFunctions
Deprecated.
month translation.
sqlmonthname(StringBuilder, List<? extends CharSequence>) - Static method in class org.postgresql.jdbc.EscapedFunctions2
monthname translation
sqlmonthname(List<?>) - Static method in class org.postgresql.jdbc.EscapedFunctions
Deprecated.
monthname translation.
SqlParseState() - Constructor for enum class org.postgresql.core.Parser.SqlParseState
 
SqlParseState(String, char[], String) - Constructor for enum class org.postgresql.core.Parser.SqlParseState
 
sqlpower(StringBuilder, List<? extends CharSequence>) - Static method in class org.postgresql.jdbc.EscapedFunctions2
power to pow translation
sqlpower(List<?>) - Static method in class org.postgresql.jdbc.EscapedFunctions
Deprecated.
power to pow translation.
sqlquarter(StringBuilder, List<? extends CharSequence>) - Static method in class org.postgresql.jdbc.EscapedFunctions2
quarter translation
sqlquarter(List<?>) - Static method in class org.postgresql.jdbc.EscapedFunctions
Deprecated.
quarter translation.
sqlright(StringBuilder, List<? extends CharSequence>) - Static method in class org.postgresql.jdbc.EscapedFunctions2
right to substring translation
sqlright(List<?>) - Static method in class org.postgresql.jdbc.EscapedFunctions
Deprecated.
right to substring translation.
sqlrtrim(StringBuilder, List<? extends CharSequence>) - Static method in class org.postgresql.jdbc.EscapedFunctions2
rtrim translation
sqlrtrim(List<?>) - Static method in class org.postgresql.jdbc.EscapedFunctions
Deprecated.
rtrim translation.
sqlsecond(StringBuilder, List<? extends CharSequence>) - Static method in class org.postgresql.jdbc.EscapedFunctions2
second translation
sqlsecond(List<?>) - Static method in class org.postgresql.jdbc.EscapedFunctions
Deprecated.
second translation.
sqlspace(StringBuilder, List<? extends CharSequence>) - Static method in class org.postgresql.jdbc.EscapedFunctions2
space translation
sqlspace(List<?>) - Static method in class org.postgresql.jdbc.EscapedFunctions
Deprecated.
space translation.
SQLSTATE - Static variable in class org.postgresql.util.ServerErrorMessage
 
sqlsubstring(StringBuilder, List<? extends CharSequence>) - Static method in class org.postgresql.jdbc.EscapedFunctions2
substring to substr translation
sqlsubstring(List<?>) - Static method in class org.postgresql.jdbc.EscapedFunctions
Deprecated.
substring to substr translation.
sqltimestampadd(StringBuilder, List<? extends CharSequence>) - Static method in class org.postgresql.jdbc.EscapedFunctions2
time stamp add
sqltimestampadd(List<? extends Object>) - Static method in class org.postgresql.jdbc.EscapedFunctions
Deprecated.
time stamp add.
sqltimestampdiff(StringBuilder, List<? extends CharSequence>) - Static method in class org.postgresql.jdbc.EscapedFunctions2
time stamp diff
sqltimestampdiff(List<? extends Object>) - Static method in class org.postgresql.jdbc.EscapedFunctions
Deprecated.
time stamp diff.
sqltruncate(StringBuilder, List<? extends CharSequence>) - Static method in class org.postgresql.jdbc.EscapedFunctions2
truncate to trunc translation
sqltruncate(List<?>) - Static method in class org.postgresql.jdbc.EscapedFunctions
Deprecated.
truncate to trunc translation.
sqlType - Variable in class org.postgresql.core.Field
 
sqlucase(StringBuilder, List<? extends CharSequence>) - Static method in class org.postgresql.jdbc.EscapedFunctions2
ucase to upper translation
sqlucase(List<?>) - Static method in class org.postgresql.jdbc.EscapedFunctions
Deprecated.
ucase to upper translation.
sqluser(StringBuilder, List<? extends CharSequence>) - Static method in class org.postgresql.jdbc.EscapedFunctions2
user translation
sqluser(List<?>) - Static method in class org.postgresql.jdbc.EscapedFunctions
Deprecated.
user translation.
sqlweek(StringBuilder, List<? extends CharSequence>) - Static method in class org.postgresql.jdbc.EscapedFunctions2
week translation
sqlweek(List<?>) - Static method in class org.postgresql.jdbc.EscapedFunctions
Deprecated.
week translation.
sqlyear(StringBuilder, List<? extends CharSequence>) - Static method in class org.postgresql.jdbc.EscapedFunctions2
year translation
sqlyear(List<?>) - Static method in class org.postgresql.jdbc.EscapedFunctions
Deprecated.
year translation.
SQRT - Static variable in class org.postgresql.jdbc.EscapedFunctions
Deprecated.
 
SSL - Enum constant in enum class org.postgresql.PGProperty
Control use of SSL: empty or true values imply sslmode==verify-full
SSL_CERT - Enum constant in enum class org.postgresql.PGProperty
File containing the SSL Certificate.
SSL_FACTORY - Enum constant in enum class org.postgresql.PGProperty
Classname of the SSL Factory to use (instance of SSLSocketFactory).
SSL_FACTORY_ARG - Enum constant in enum class org.postgresql.PGProperty
Deprecated.
use ..Factory(Properties) constructor.
SSL_HOSTNAME_VERIFIER - Enum constant in enum class org.postgresql.PGProperty
Classname of the SSL HostnameVerifier to use (instance of HostnameVerifier).
SSL_KEY - Enum constant in enum class org.postgresql.PGProperty
File containing the SSL Key.
SSL_MODE - Enum constant in enum class org.postgresql.PGProperty
Parameter governing the use of SSL.
SSL_NEGOTIATION - Enum constant in enum class org.postgresql.PGProperty
Normally a GSS connection is attempted first.
SSL_PASSWORD - Enum constant in enum class org.postgresql.PGProperty
The SSL password to use in the default CallbackHandler.
SSL_PASSWORD_CALLBACK - Enum constant in enum class org.postgresql.PGProperty
The classname instantiating CallbackHandler to use.
SSL_RESPONSE_TIMEOUT - Enum constant in enum class org.postgresql.PGProperty
After requesting an upgrade to SSL from the server there are reports of the server not responding due to a failover without a timeout here, the client can wait forever.
SSL_ROOT_CERT - Enum constant in enum class org.postgresql.PGProperty
File containing the root certificate when validating server (sslmode = verify-ca or verify-full).
sslMode - Variable in class org.postgresql.ssl.jdbc4.LibPQFactory
Deprecated.
 
SslMode - Enum Class in org.postgresql.jdbc
 
SslMode(String) - Constructor for enum class org.postgresql.jdbc.SslMode
 
SslNegotiation - Enum Class in org.postgresql.jdbc
 
SslNegotiation(String) - Constructor for enum class org.postgresql.jdbc.SslNegotiation
 
SSPI_SERVICE_CLASS - Enum constant in enum class org.postgresql.PGProperty
Specifies the name of the SSPI service class that forms the service class part of the SPN.
st - Variable in class org.postgresql.ds.PGPooledConnection.StatementHandler
 
standardConformingStrings - Variable in class org.postgresql.core.QueryExecutorBase
 
start() - Method in interface org.postgresql.replication.fluent.logical.ChainedLogicalStreamBuilder
Open logical replication stream.
start() - Method in class org.postgresql.replication.fluent.logical.LogicalStreamBuilder
 
start() - Method in interface org.postgresql.replication.fluent.physical.ChainedPhysicalStreamBuilder
Open physical replication stream.
start() - Method in class org.postgresql.replication.fluent.physical.PhysicalStreamBuilder
 
start(Xid, int) - Method in class org.postgresql.xa.PGXAConnection
Preconditions: Flags must be one of TMNOFLAGS, TMRESUME or TMJOIN xid != null Connection must not be associated with a transaction The TM hasn't seen the xid before
start(LogicalReplicationOptions) - Method in interface org.postgresql.replication.fluent.logical.StartLogicalReplicationCallback
 
start(PhysicalReplicationOptions) - Method in interface org.postgresql.replication.fluent.physical.StartPhysicalReplicationCallback
 
startCallback - Variable in class org.postgresql.replication.fluent.logical.LogicalStreamBuilder
 
startCallback - Variable in class org.postgresql.replication.fluent.physical.PhysicalStreamBuilder
 
startCopy(String, boolean) - Method in interface org.postgresql.core.QueryExecutor
Issues a COPY FROM STDIN / COPY TO STDOUT statement and returns handler for associated operation.
startCopy(String, boolean) - Method in class org.postgresql.core.v3.QueryExecutorImpl
Sends given query to BE to start, initialize and lock connection for a CopyOperation.
startLogical(LogicalReplicationOptions) - Method in interface org.postgresql.core.ReplicationProtocol
 
startLogical(LogicalReplicationOptions) - Method in class org.postgresql.core.v3.replication.V3ReplicationProtocol
 
StartLogicalReplicationCallback - Interface in org.postgresql.replication.fluent.logical
 
startMatches(char[], int) - Method in enum class org.postgresql.core.Parser.SqlParseState
 
startOfLastMessageLSN - Variable in class org.postgresql.core.v3.replication.V3PGReplicationStream
 
startPhysical(PhysicalReplicationOptions) - Method in interface org.postgresql.core.ReplicationProtocol
 
startPhysical(PhysicalReplicationOptions) - Method in class org.postgresql.core.v3.replication.V3ReplicationProtocol
 
StartPhysicalReplicationCallback - Interface in org.postgresql.replication.fluent.physical
 
startPosition - Variable in class org.postgresql.replication.fluent.AbstractStreamBuilder
 
startSSPI() - Method in interface org.postgresql.sspi.ISSPIClient
 
startThread() - Method in class org.postgresql.util.LazyCleaner
 
startTimer() - Method in class org.postgresql.jdbc.PgStatement
 
StartupParam(String, String) - Constructor for class org.postgresql.core.v3.ConnectionFactoryImpl.StartupParam
 
state - Variable in enum class org.postgresql.util.PSQLState
 
state - Variable in class org.postgresql.xa.PGXAConnection
 
State() - Constructor for enum class org.postgresql.xa.PGXAConnection.State
 
STATE_UPDATER - Static variable in class org.postgresql.jdbc.PgStatement
 
statement - Variable in class org.postgresql.jdbc.PgResultSet
 
statement - Variable in class org.postgresql.jdbc.StatementCancelTimerTask
 
STATEMENT_NOT_ALLOWED_IN_FUNCTION_CALL - Enum constant in enum class org.postgresql.util.PSQLState
 
statementCache - Variable in class org.postgresql.core.QueryExecutorBase
 
StatementCancelState - Enum Class in org.postgresql.jdbc
Represents PgStatement.cancel() state.
StatementCancelState() - Constructor for enum class org.postgresql.jdbc.StatementCancelState
 
StatementCancelTimerTask - Class in org.postgresql.jdbc
Timer task that sends statement.cancel() signal to support Statement.setQueryTimeout(int).
StatementCancelTimerTask(PgStatement) - Constructor for class org.postgresql.jdbc.StatementCancelTimerTask
 
statementDescribed - Variable in class org.postgresql.core.v3.SimpleQuery
 
StatementHandler(PGPooledConnection.ConnectionHandler, Statement) - Constructor for class org.postgresql.ds.PGPooledConnection.StatementHandler
 
statementName - Variable in class org.postgresql.core.v3.DescribeRequest
 
statementName - Variable in class org.postgresql.core.v3.SimpleQuery
 
StatementResultHandler() - Constructor for class org.postgresql.jdbc.PgStatement.StatementResultHandler
 
statementState - Variable in class org.postgresql.jdbc.PgStatement
Protects statement from out-of-order cancels.
status - Variable in class org.postgresql.hostchooser.GlobalHostStatusTracker.HostSpecStatus
 
statusIntervalMs - Variable in class org.postgresql.replication.fluent.AbstractStreamBuilder
 
storesLowerCaseIdentifiers() - Method in class org.postgresql.jdbc.PgDatabaseMetaData
 
storesLowerCaseQuotedIdentifiers() - Method in class org.postgresql.jdbc.PgDatabaseMetaData
 
storesMixedCaseIdentifiers() - Method in class org.postgresql.jdbc.PgDatabaseMetaData
 
storesMixedCaseQuotedIdentifiers() - Method in class org.postgresql.jdbc.PgDatabaseMetaData
 
storeStringValues(A[], ArrayDecoding.ArrayDecoder<A>, List, int[], int, BaseConnection) - Static method in class org.postgresql.jdbc.ArrayDecoding
 
storesUpperCaseIdentifiers() - Method in class org.postgresql.jdbc.PgDatabaseMetaData
 
storesUpperCaseQuotedIdentifiers() - Method in class org.postgresql.jdbc.PgDatabaseMetaData
 
storeValues(byte[], List<Tuple>, Field[], int, int[], int, int, int) - Method in class org.postgresql.jdbc.PgArray
 
storeValues(A[], ArrayDecoding.ArrayDecoder<A>, ByteBuffer, int, int[], int, BaseConnection) - Static method in class org.postgresql.jdbc.ArrayDecoding
 
stream - Variable in class org.postgresql.util.StreamWrapper
 
stream - Variable in class org.postgresql.util.TempFileHolder
 
streamBytea(PGStream, ByteStreamWriter) - Static method in class org.postgresql.core.v3.SimpleParameterList
 
streamBytea(PGStream, StreamWrapper) - Static method in class org.postgresql.core.v3.SimpleParameterList
 
StreamWrapper - Class in org.postgresql.util
Wrapper around a length-limited InputStream.
StreamWrapper(byte[], int, int) - Constructor for class org.postgresql.util.StreamWrapper
 
StreamWrapper(InputStream) - Constructor for class org.postgresql.util.StreamWrapper
 
StreamWrapper(InputStream, int) - Constructor for class org.postgresql.util.StreamWrapper
 
STRING_ARRAY - Static variable in class org.postgresql.jdbc.ArrayDecoding
 
STRING_ARRAY - Static variable in class org.postgresql.jdbc.ArrayEncoding
 
STRING_DATA_RIGHT_TRUNCATION - Enum constant in enum class org.postgresql.util.PSQLState
 
STRING_ONLY_DECODER - Static variable in class org.postgresql.jdbc.ArrayDecoding
 
STRING_SCAN_SPAN - Static variable in class org.postgresql.core.VisibleBufferedInputStream
In how large spans is the C string zero-byte scanned.
STRING_TYPE - Enum constant in enum class org.postgresql.PGProperty
Bind String to either unspecified or varchar.
StringReference(AsciiStringInterner.BaseKey, String) - Constructor for class org.postgresql.core.AsciiStringInterner.StringReference
 
stringToXid(String) - Static method in class org.postgresql.xa.RecoveredXid
 
stringWriter - Variable in class org.postgresql.jdbc.PgSQLXML
 
subArraysEqual(char[], int, int, int) - Static method in class org.postgresql.core.Parser
Compares two sub-arrays of the given character array for equalness.
subject - Variable in class org.postgresql.gss.GssAction
 
subject - Variable in class org.postgresql.gss.GssEncAction
 
SUBJECT_CALL_AS - Static variable in class org.postgresql.gss.MakeGSS
 
SUBJECT_CURRENT - Static variable in class org.postgresql.gss.MakeGSS
 
SUBJECT_DO_AS - Static variable in class org.postgresql.gss.MakeGSS
 
SUBJECT_GET_SUBJECT - Static variable in class org.postgresql.gss.MakeGSS
 
subLOs - Variable in class org.postgresql.jdbc.AbstractBlobClob
We create separate LargeObjects for methods that use streams so they won't interfere with each other.
subparams - Variable in class org.postgresql.core.v3.CompositeParameterList
 
subqueries - Variable in class org.postgresql.core.v3.CompositeQuery
 
SUBSTRING - Static variable in class org.postgresql.jdbc.EscapedFunctions
Deprecated.
 
support - Variable in class org.postgresql.jdbc.ArrayEncoding.RecursiveArrayEncoder
 
support - Variable in class org.postgresql.jdbc.ArrayEncoding.TwoDimensionPrimitiveArrayEncoder
 
support64bit - Variable in class org.postgresql.jdbc.AbstractBlobClob
 
supportBinary() - Method in class org.postgresql.jdbc.ArrayDecoding.AbstractObjectArrayDecoder
supportBinary() - Method in class org.postgresql.jdbc.ArrayDecoding.AbstractObjectStringArrayDecoder
supportBinary() - Method in interface org.postgresql.jdbc.ArrayDecoding.ArrayDecoder
 
supportBinaryRepresentation(int) - Method in class org.postgresql.jdbc.ArrayEncoding.AbstractArrayEncoder
By default returns true if oid matches the arrayOid this instance was instantiated with.
supportBinaryRepresentation(int) - Method in interface org.postgresql.jdbc.ArrayEncoding.ArrayEncoder
Indicates if an array can be encoded in binary form to array oid.
supportBinaryRepresentation(int) - Method in class org.postgresql.jdbc.ArrayEncoding.RecursiveArrayEncoder
Indicates if an array can be encoded in binary form to array oid.
supportBinaryRepresentation(int) - Method in class org.postgresql.jdbc.ArrayEncoding.TwoDimensionPrimitiveArrayEncoder
Indicates if an array can be encoded in binary form to array oid.
SUPPORTED_BINARY_OIDS - Static variable in class org.postgresql.jdbc.PgConnection
 
supportsAlterTableWithAddColumn() - Method in class org.postgresql.jdbc.PgDatabaseMetaData
supportsAlterTableWithDropColumn() - Method in class org.postgresql.jdbc.PgDatabaseMetaData
supportsANSI92EntryLevelSQL() - Method in class org.postgresql.jdbc.PgDatabaseMetaData
Does this driver support the ANSI-92 entry level SQL grammar? All JDBC Compliant drivers must return true.
supportsANSI92FullSQL() - Method in class org.postgresql.jdbc.PgDatabaseMetaData
supportsANSI92IntermediateSQL() - Method in class org.postgresql.jdbc.PgDatabaseMetaData
supportsBatchUpdates() - Method in class org.postgresql.jdbc.PgDatabaseMetaData
 
supportsCatalogsInDataManipulation() - Method in class org.postgresql.jdbc.PgDatabaseMetaData
 
supportsCatalogsInIndexDefinitions() - Method in class org.postgresql.jdbc.PgDatabaseMetaData
 
supportsCatalogsInPrivilegeDefinitions() - Method in class org.postgresql.jdbc.PgDatabaseMetaData
 
supportsCatalogsInProcedureCalls() - Method in class org.postgresql.jdbc.PgDatabaseMetaData
 
supportsCatalogsInTableDefinitions() - Method in class org.postgresql.jdbc.PgDatabaseMetaData
 
supportsColumnAliasing() - Method in class org.postgresql.jdbc.PgDatabaseMetaData
 
supportsConvert() - Method in class org.postgresql.jdbc.PgDatabaseMetaData
 
supportsConvert(int, int) - Method in class org.postgresql.jdbc.PgDatabaseMetaData
 
supportsCoreSQLGrammar() - Method in class org.postgresql.jdbc.PgDatabaseMetaData
Does this driver support the Core ODBC SQL grammar.
supportsCorrelatedSubqueries() - Method in class org.postgresql.jdbc.PgDatabaseMetaData
supportsDataDefinitionAndDataManipulationTransactions() - Method in class org.postgresql.jdbc.PgDatabaseMetaData
 
supportsDataManipulationTransactionsOnly() - Method in class org.postgresql.jdbc.PgDatabaseMetaData
 
supportsDifferentTableCorrelationNames() - Method in class org.postgresql.jdbc.PgDatabaseMetaData
 
supportsExpressionsInOrderBy() - Method in class org.postgresql.jdbc.PgDatabaseMetaData
 
supportsExtendedSQLGrammar() - Method in class org.postgresql.jdbc.PgDatabaseMetaData
Does this driver support the Extended (Level 2) ODBC SQL grammar.
supportsFullOuterJoins() - Method in class org.postgresql.jdbc.PgDatabaseMetaData
supportsGetGeneratedKeys() - Method in class org.postgresql.jdbc.PgDatabaseMetaData
 
supportsGroupBy() - Method in class org.postgresql.jdbc.PgDatabaseMetaData
 
supportsGroupByBeyondSelect() - Method in class org.postgresql.jdbc.PgDatabaseMetaData
 
supportsGroupByUnrelated() - Method in class org.postgresql.jdbc.PgDatabaseMetaData
supportsIntegrityEnhancementFacility() - Method in class org.postgresql.jdbc.PgDatabaseMetaData
 
supportsLikeEscapeClause() - Method in class org.postgresql.jdbc.PgDatabaseMetaData
 
supportsLimitedOuterJoins() - Method in class org.postgresql.jdbc.PgDatabaseMetaData
supportsMinimumSQLGrammar() - Method in class org.postgresql.jdbc.PgDatabaseMetaData
supportsMixedCaseIdentifiers() - Method in class org.postgresql.jdbc.PgDatabaseMetaData
Does the database treat mixed case unquoted SQL identifiers as case sensitive and as a result store them in mixed case? A JDBC-Compliant driver will always return false.
supportsMixedCaseQuotedIdentifiers() - Method in class org.postgresql.jdbc.PgDatabaseMetaData
Does the database treat mixed case quoted SQL identifiers as case sensitive and as a result store them in mixed case? A JDBC compliant driver will always return true.
supportsMultipleOpenResults() - Method in class org.postgresql.jdbc.PgDatabaseMetaData
 
supportsMultipleResultSets() - Method in class org.postgresql.jdbc.PgDatabaseMetaData
 
supportsMultipleTransactions() - Method in class org.postgresql.jdbc.PgDatabaseMetaData
 
supportsNamedParameters() - Method in class org.postgresql.jdbc.PgDatabaseMetaData
 
supportsNonNullableColumns() - Method in class org.postgresql.jdbc.PgDatabaseMetaData
 
supportsOpenCursorsAcrossCommit() - Method in class org.postgresql.jdbc.PgDatabaseMetaData
In PostgreSQL, Cursors are only open within transactions.
supportsOpenCursorsAcrossRollback() - Method in class org.postgresql.jdbc.PgDatabaseMetaData
 
supportsOpenStatementsAcrossCommit() - Method in class org.postgresql.jdbc.PgDatabaseMetaData
supportsOpenStatementsAcrossRollback() - Method in class org.postgresql.jdbc.PgDatabaseMetaData
supportsOrderByUnrelated() - Method in class org.postgresql.jdbc.PgDatabaseMetaData
supportsOuterJoins() - Method in class org.postgresql.jdbc.PgDatabaseMetaData
supportsPositionedDelete() - Method in class org.postgresql.jdbc.PgDatabaseMetaData
We support cursors for gets only it seems.
supportsPositionedUpdate() - Method in class org.postgresql.jdbc.PgDatabaseMetaData
 
supportsRefCursors() - Method in class org.postgresql.jdbc.PgDatabaseMetaData
 
supportsResultSetConcurrency(int, int) - Method in class org.postgresql.jdbc.PgDatabaseMetaData
 
supportsResultSetHoldability(int) - Method in class org.postgresql.jdbc.PgDatabaseMetaData
 
supportsResultSetType(int) - Method in class org.postgresql.jdbc.PgDatabaseMetaData
 
supportsSavepoints() - Method in class org.postgresql.jdbc.PgDatabaseMetaData
 
supportsSchemasInDataManipulation() - Method in class org.postgresql.jdbc.PgDatabaseMetaData
supportsSchemasInIndexDefinitions() - Method in class org.postgresql.jdbc.PgDatabaseMetaData
supportsSchemasInPrivilegeDefinitions() - Method in class org.postgresql.jdbc.PgDatabaseMetaData
supportsSchemasInProcedureCalls() - Method in class org.postgresql.jdbc.PgDatabaseMetaData
supportsSchemasInTableDefinitions() - Method in class org.postgresql.jdbc.PgDatabaseMetaData
supportsSelectForUpdate() - Method in class org.postgresql.jdbc.PgDatabaseMetaData
supportsStatementPooling() - Method in class org.postgresql.jdbc.PgDatabaseMetaData
 
supportsStoredFunctionsUsingCallSyntax() - Method in class org.postgresql.jdbc.PgDatabaseMetaData
 
supportsStoredProcedures() - Method in class org.postgresql.jdbc.PgDatabaseMetaData
 
supportsSubqueriesInComparisons() - Method in class org.postgresql.jdbc.PgDatabaseMetaData
 
supportsSubqueriesInExists() - Method in class org.postgresql.jdbc.PgDatabaseMetaData
 
supportsSubqueriesInIns() - Method in class org.postgresql.jdbc.PgDatabaseMetaData
 
supportsSubqueriesInQuantifieds() - Method in class org.postgresql.jdbc.PgDatabaseMetaData
 
supportsTableCorrelationNames() - Method in class org.postgresql.jdbc.PgDatabaseMetaData
 
supportsTransactionIsolationLevel(int) - Method in class org.postgresql.jdbc.PgDatabaseMetaData
supportsTransactions() - Method in class org.postgresql.jdbc.PgDatabaseMetaData
 
supportsUnion() - Method in class org.postgresql.jdbc.PgDatabaseMetaData
supportsUnionAll() - Method in class org.postgresql.jdbc.PgDatabaseMetaData
sync - Variable in class org.postgresql.core.v3.QueryExecutorImpl
This is a fake query object so processResults can distinguish "ReadyForQuery" messages from Sync messages vs from simple execute (aka 'Q').
SYNTAX_ERROR - Enum constant in enum class org.postgresql.util.PSQLState
 
SYS_PROP_PREFIX - Static variable in class org.postgresql.ssl.SingleCertValidatingFactory
 
SYSTEM_ERROR - Enum constant in enum class org.postgresql.util.PSQLState
 
SYSTEM_GET_SECURITY_MANAGER - Static variable in class org.postgresql.jdbc.PgConnection
 

T

table - Static variable in class org.postgresql.translation.messages_bg
 
table - Static variable in class org.postgresql.translation.messages_cs
 
table - Static variable in class org.postgresql.translation.messages_de
 
table - Static variable in class org.postgresql.translation.messages_es
 
table - Static variable in class org.postgresql.translation.messages_fr
 
table - Static variable in class org.postgresql.translation.messages_it
 
table - Static variable in class org.postgresql.translation.messages_ja
 
table - Static variable in class org.postgresql.translation.messages_nl
 
table - Static variable in class org.postgresql.translation.messages_pl
 
table - Static variable in class org.postgresql.translation.messages_pt_BR
 
table - Static variable in class org.postgresql.translation.messages_ru
 
table - Static variable in class org.postgresql.translation.messages_sr
 
table - Static variable in class org.postgresql.translation.messages_tr
 
table - Static variable in class org.postgresql.translation.messages_zh_CN
 
table - Static variable in class org.postgresql.translation.messages_zh_TW
 
TABLE - Static variable in class org.postgresql.util.ServerErrorMessage
 
tableName - Variable in class org.postgresql.jdbc.FieldMetadata
 
tableName - Variable in class org.postgresql.jdbc.PgResultSet
 
tableOid - Variable in class org.postgresql.core.Field
 
tableOid - Variable in class org.postgresql.jdbc.FieldMetadata.Key
 
tableTypeClauses - Static variable in class org.postgresql.jdbc.PgDatabaseMetaData
 
TAN - Static variable in class org.postgresql.jdbc.EscapedFunctions
Deprecated.
 
target - Variable in class org.postgresql.core.FixedLengthOutputStream
 
TARGET_SERVER_TYPE - Enum constant in enum class org.postgresql.PGProperty
 
targetServerType - Variable in class org.postgresql.hostchooser.CandidateHost
 
targetServerType - Variable in class org.postgresql.hostchooser.MultiHostChooser
 
TCP_KEEP_ALIVE - Enum constant in enum class org.postgresql.PGProperty
Enable or disable TCP keep-alive.
TCP_NO_DELAY - Enum constant in enum class org.postgresql.PGProperty
 
tell() - Method in class org.postgresql.largeobject.LargeObject
 
tell64() - Method in class org.postgresql.largeobject.LargeObject
 
TEMP_FILE_PREFIX - Static variable in class org.postgresql.util.StreamWrapper
 
tempFile - Variable in class org.postgresql.util.TempFileHolder
 
tempFileHolder - Variable in class org.postgresql.util.StreamWrapper
 
TempFileHolder - Class in org.postgresql.util
The action deletes temporary file in case the user submits a large input stream, and then abandons the statement.
TempFileHolder(Path) - Constructor for class org.postgresql.util.TempFileHolder
 
TempKey(int, byte[], int, int) - Constructor for class org.postgresql.core.AsciiStringInterner.TempKey
 
temporaryOption - Variable in class org.postgresql.replication.fluent.AbstractCreateSlotBuilder
 
tenPower(int) - Static method in class org.postgresql.util.ByteConverter
 
testAsciiNumbers(Charset) - Static method in class org.postgresql.core.Encoding
Checks whether this encoding is compatible with ASCII for the number characters '-' and '0'..'9'.
testReturn - Variable in class org.postgresql.jdbc.PgCallableStatement
 
TEXT - Static variable in class org.postgresql.core.Oid
 
TEXT - Static variable in class org.postgresql.core.v3.SimpleParameterList
 
TEXT_ARRAY - Static variable in class org.postgresql.core.Oid
 
TEXT_FORMAT - Static variable in class org.postgresql.core.Field
 
texts - Variable in class org.postgresql.core.EncodingPredictor.Translation
 
thisRow - Variable in class org.postgresql.jdbc.PgResultSet
 
threadFactory - Variable in class org.postgresql.util.LazyCleaner
 
threadRunning - Variable in class org.postgresql.util.LazyCleaner
 
threadTtl - Variable in class org.postgresql.util.LazyCleaner
 
throwExceptionAboutParsingError(String, Object...) - Static method in class org.postgresql.util.PGPropertyMaxResultBufferParser
Method to throw message for parsing MaxResultBuffer.
throwKeyManagerException() - Method in class org.postgresql.ssl.LazyKeyManager
getCertificateChain and getPrivateKey cannot throw exceptions, therefore any exception is stored in LazyKeyManager.error and can be raised by this method.
throwKeyManagerException() - Method in class org.postgresql.ssl.LibPQFactory
Propagates any exception from LazyKeyManager.
throwKeyManagerException() - Method in class org.postgresql.ssl.PKCS12KeyManager
getCertificateChain and getPrivateKey cannot throw exceptions, therefore any exception is stored in PKCS12KeyManager.error and can be raised by this method.
TIME - Static variable in class org.postgresql.core.Oid
 
TIME_ARRAY - Static variable in class org.postgresql.core.Oid
 
TIME_DECODER - Static variable in class org.postgresql.jdbc.ArrayDecoding
 
timeout - Variable in class org.postgresql.jdbc.PgStatement
Timeout (in milliseconds) for a query.
timeout(Properties) - Static method in class org.postgresql.Driver
 
timeoutRequested - Variable in class org.postgresql.core.VisibleBufferedInputStream
socket timeout has been requested
timer - Variable in class org.postgresql.util.SharedTimer
 
timer - Variable in class org.postgresql.util.SharedTimer.TimerCleanup
 
timerCleanup - Variable in class org.postgresql.util.SharedTimer
 
TimerCleanup(Timer) - Constructor for class org.postgresql.util.SharedTimer.TimerCleanup
 
timerCount - Static variable in class org.postgresql.util.SharedTimer
 
TIMESTAMP - Static variable in class org.postgresql.core.Oid
 
TIMESTAMP_ARRAY - Static variable in class org.postgresql.core.Oid
 
TIMESTAMP_DECODER - Static variable in class org.postgresql.jdbc.ArrayDecoding
 
TIMESTAMPADD - Static variable in class org.postgresql.jdbc.EscapedFunctions
Deprecated.
 
TIMESTAMPDIFF - Static variable in class org.postgresql.jdbc.EscapedFunctions
Deprecated.
 
TIMESTAMPTZ - Static variable in class org.postgresql.core.Oid
 
TIMESTAMPTZ_ARRAY - Static variable in class org.postgresql.core.Oid
 
timestampUtils - Variable in class org.postgresql.jdbc.PgConnection
 
timestampUtils - Variable in class org.postgresql.jdbc.PgResultSet
 
timestampUtils - Variable in class org.postgresql.jdbc.PgStatement
 
TimestampUtils - Class in org.postgresql.jdbc
Misc utils for handling time and date values.
TimestampUtils(boolean, Provider<TimeZone>) - Constructor for class org.postgresql.jdbc.TimestampUtils
 
TimestampUtils.Infinity - Enum Class in org.postgresql.jdbc
 
TimestampUtils.ParsedBinaryTimestamp - Class in org.postgresql.jdbc
 
TimestampUtils.ParsedTimestamp - Class in org.postgresql.jdbc
 
timeToString(Date, boolean) - Method in class org.postgresql.jdbc.TimestampUtils
Returns the given time value as String matching what the current postgresql server would send in text mode.
TIMETZ - Static variable in class org.postgresql.core.Oid
 
TIMETZ_ARRAY - Static variable in class org.postgresql.core.Oid
 
timeUpdateStatus() - Method in class org.postgresql.core.v3.replication.V3PGReplicationStream
 
timeZone - Variable in class org.postgresql.core.v3.QueryExecutorImpl
TimeZone of the current connection (TimeZone backend parameter).
timeZoneProvider - Variable in class org.postgresql.jdbc.TimestampUtils
 
toArray() - Method in class org.postgresql.util.IntList
Returns an array containing all the elements in this list.
toArrayString(char, A) - Method in class org.postgresql.jdbc.ArrayEncoding.AbstractArrayEncoder
Creates String representation of the array.
toArrayString(char, A) - Method in interface org.postgresql.jdbc.ArrayEncoding.ArrayEncoder
Creates String representation of the array.
toArrayString(char, A[]) - Method in class org.postgresql.jdbc.ArrayEncoding.TwoDimensionPrimitiveArrayEncoder
Creates String representation of the array.
toArrayString(char, Object) - Method in class org.postgresql.jdbc.ArrayEncoding.RecursiveArrayEncoder
Creates String representation of the array.
toBigDecimal(String) - Static method in class org.postgresql.jdbc.PgResultSet
 
toBigDecimal(String, int) - Method in class org.postgresql.jdbc.PgResultSet
 
toBinaryRepresentation(BaseConnection, A[], int) - Method in class org.postgresql.jdbc.ArrayEncoding.TwoDimensionPrimitiveArrayEncoder
Creates binary representation of the array.
toBinaryRepresentation(BaseConnection, A, int) - Method in interface org.postgresql.jdbc.ArrayEncoding.ArrayEncoder
Creates binary representation of the array.
toBinaryRepresentation(BaseConnection, A, int) - Method in class org.postgresql.jdbc.ArrayEncoding.FixedSizePrimitiveArrayEncoder
Creates binary representation of the array.
toBinaryRepresentation(BaseConnection, Object, int) - Method in class org.postgresql.jdbc.ArrayEncoding.RecursiveArrayEncoder
Creates binary representation of the array.
toBinaryRepresentation(BaseConnection, N[], int) - Method in class org.postgresql.jdbc.ArrayEncoding.NumberArrayEncoder
Creates binary representation of the array.
toBinDate(TimeZone, byte[], Date) - Method in class org.postgresql.jdbc.TimestampUtils
Converts the SQL Date to binary representation for Oid.DATE.
toBytes() - Method in class org.postgresql.jdbc.PgArray
 
toBytes(byte[]) - Static method in class org.postgresql.util.PGbytea
 
toBytes(byte[], int) - Method in class org.postgresql.geometric.PGbox
 
toBytes(byte[], int) - Method in class org.postgresql.geometric.PGpoint
Populate the byte array with PGpoint in the binary syntax expected by org.postgresql.
toBytes(byte[], int) - Method in interface org.postgresql.util.PGBinaryObject
This method is called the to store the value of the object, in the binary form required by org.postgresql.
toBytes(Map<?, ?>, Encoding) - Static method in class org.postgresql.util.HStoreConverter
 
toBytesHexEscaped(byte[]) - Static method in class org.postgresql.util.PGbytea
 
toBytesOctalEscaped(byte[]) - Static method in class org.postgresql.util.PGbytea
 
toDate(Calendar, byte[]) - Method in class org.postgresql.jdbc.TimestampUtils
 
toDate(Calendar, String) - Method in class org.postgresql.jdbc.TimestampUtils
Deprecated.
toDateBin(TimeZone, byte[]) - Method in class org.postgresql.jdbc.TimestampUtils
Returns the SQL Date object matching the given bytes with Oid.DATE.
toDouble(String) - Static method in class org.postgresql.jdbc.PgResultSet
 
toDriverPropertyInfo(Properties) - Method in enum class org.postgresql.PGProperty
Convert this connection parameter and the value read from the given Properties into a DriverPropertyInfo.
toFloat(String) - Static method in class org.postgresql.jdbc.PgResultSet
 
toHexString(byte[]) - Static method in class org.postgresql.core.Utils
Turn a bytearray into a printable form, representing each byte in hex.
toInt(String) - Static method in class org.postgresql.jdbc.PgResultSet
 
toIntArray(IntList) - Static method in class org.postgresql.core.Parser
Converts IntList to int[].
toJavaSecs(long) - Static method in class org.postgresql.jdbc.TimestampUtils
Converts the given postgresql seconds to java seconds.
tokenize(String, char) - Method in class org.postgresql.util.PGtokenizer
This resets this tokenizer with a new string and/or delimiter.
tokenizeToken(int, char) - Method in class org.postgresql.util.PGtokenizer
This returns a new tokenizer based on one of our tokens.
tokens - Variable in class org.postgresql.util.PGtokenizer
 
toLocalDate(byte[]) - Method in class org.postgresql.jdbc.TimestampUtils
 
toLocalDateBin(byte[]) - Method in class org.postgresql.jdbc.TimestampUtils
Returns the local date time object matching the given bytes with Oid.DATE or Oid.TIMESTAMP.
toLocalDateTime(byte[]) - Method in class org.postgresql.jdbc.TimestampUtils
Parse an array of bytes and return a LocalDateTime representing its value.
toLocalDateTime(String) - Method in class org.postgresql.jdbc.TimestampUtils
toLocalDateTimeBin(byte[]) - Method in class org.postgresql.jdbc.TimestampUtils
Returns the local date time object matching the given bytes with Oid.TIMESTAMP or Oid.TIMESTAMPTZ.
toLocalTime(String) - Method in class org.postgresql.jdbc.TimestampUtils
Parse a string and return a LocalTime representing its value.
toLocalTimeBin(byte[]) - Method in class org.postgresql.jdbc.TimestampUtils
Returns the SQL Time object matching the given bytes with Oid.TIME.
toLong(String) - Static method in class org.postgresql.jdbc.PgResultSet
 
toMutableSet() - Method in class org.postgresql.util.internal.IntSet
Returns a mutable snapshot of the values stored in the current set.
TOO_MANY_RESULTS - Enum constant in enum class org.postgresql.util.PSQLState
 
toOffsetDateTime(byte[]) - Method in class org.postgresql.jdbc.TimestampUtils
Parse an array of bytes and return a OffsetDateTime representing its value.
toOffsetDateTime(String) - Method in class org.postgresql.jdbc.TimestampUtils
toOffsetDateTime(Time) - Method in class org.postgresql.jdbc.TimestampUtils
Deprecated.
was used internally, and not used anymore
toOffsetDateTimeBin(byte[]) - Method in class org.postgresql.jdbc.TimestampUtils
Returns the offset date time object matching the given bytes with Oid#TIMESTAMPTZ.
toOffsetTime(byte[]) - Method in class org.postgresql.jdbc.TimestampUtils
Parse an array of bytes and return a OffsetTime representing its value.
toOffsetTime(String) - Method in class org.postgresql.jdbc.TimestampUtils
Deprecated.
toOffsetTimeBin(byte[]) - Method in class org.postgresql.jdbc.TimestampUtils
Returns the offset time object matching the given bytes with Oid#TIMETZ or Oid#TIME.
toParsedTimestampBin(TimeZone, byte[], boolean) - Method in class org.postgresql.jdbc.TimestampUtils
 
toParsedTimestampBinPlain(byte[]) - Method in class org.postgresql.jdbc.TimestampUtils
 
toPattern(String) - Method in class org.postgresql.util.HostSpec
 
toPGLiteral(Object) - Static method in class org.postgresql.util.PGbytea
Formats input object as bytea literal like '\xcafebabe'::bytea.
toPgSecs(long) - Static method in class org.postgresql.jdbc.TimestampUtils
Converts the given java seconds to postgresql seconds.
toPGString(byte[]) - Static method in class org.postgresql.util.PGbytea
 
toProlepticParsedTimestampBin(byte[]) - Method in class org.postgresql.jdbc.TimestampUtils
 
toShort(String) - Static method in class org.postgresql.jdbc.PgResultSet
 
toSingleDimensionBinaryRepresentation(BaseConnection, A) - Method in class org.postgresql.jdbc.ArrayEncoding.AbstractArrayEncoder
Creates byte[] of just the raw data (no metadata).
toSingleDimensionBinaryRepresentation(BaseConnection, A) - Method in class org.postgresql.jdbc.ArrayEncoding.FixedSizePrimitiveArrayEncoder
Creates byte[] of just the raw data (no metadata).
toSingleDimensionBinaryRepresentation(BaseConnection, N[]) - Method in class org.postgresql.jdbc.ArrayEncoding.NumberArrayEncoder
Creates byte[] of just the raw data (no metadata).
toString() - Method in class org.postgresql.core.AsciiStringInterner
toString() - Method in class org.postgresql.core.BaseQueryKey
 
toString() - Method in class org.postgresql.core.CachedQuery
 
toString() - Method in class org.postgresql.core.CallableQueryKey
 
toString() - Method in class org.postgresql.core.CommandCompleteParser
 
toString() - Method in class org.postgresql.core.Encoding
 
toString() - Method in class org.postgresql.core.Field
 
toString() - Method in class org.postgresql.core.QueryWithReturningColumnsKey
 
toString() - Method in class org.postgresql.core.v3.CompositeQuery
 
toString() - Method in class org.postgresql.core.v3.ConnectionFactoryImpl.StartupParam
 
toString() - Method in class org.postgresql.core.v3.Portal
 
toString() - Method in class org.postgresql.core.v3.SimpleParameterList
Useful implementation of toString.
toString() - Method in class org.postgresql.core.v3.SimpleQuery
 
toString() - Method in class org.postgresql.hostchooser.GlobalHostStatusTracker.HostSpecStatus
 
toString() - Method in class org.postgresql.jdbc.FieldMetadata.Key
 
toString() - Method in class org.postgresql.jdbc.FieldMetadata
 
toString() - Method in class org.postgresql.jdbc.PgArray
 
toString() - Method in class org.postgresql.jdbc.PgPreparedStatement
Returns the SQL statement with the current template values substituted.
toString() - Method in class org.postgresql.replication.LogSequenceNumber
 
toString() - Method in class org.postgresql.util.HostSpec
 
toString() - Method in class org.postgresql.util.IntList
 
toString() - Method in class org.postgresql.util.PGobject
This is defined here, so user code need not override it.
toString() - Method in class org.postgresql.util.ServerErrorMessage
 
toString() - Method in class org.postgresql.util.StreamWrapper
 
toString() - Method in class org.postgresql.xa.RecoveredXid
This is for debugging purposes only.
toString(int) - Static method in class org.postgresql.core.Oid
Returns the name of the oid as string.
toString(int, boolean) - Method in interface org.postgresql.core.ParameterList
Return a human-readable representation of a particular parameter in this ParameterList.
toString(int, boolean) - Method in class org.postgresql.core.v3.CompositeParameterList
 
toString(int, boolean) - Method in class org.postgresql.core.v3.SimpleParameterList
 
toString(LocalDate) - Method in class org.postgresql.jdbc.TimestampUtils
 
toString(LocalDateTime) - Method in class org.postgresql.jdbc.TimestampUtils
Formats LocalDateTime to be sent to the backend, thus it adds time zone.
toString(LocalTime) - Method in class org.postgresql.jdbc.TimestampUtils
 
toString(OffsetDateTime) - Method in class org.postgresql.jdbc.TimestampUtils
 
toString(OffsetTime) - Method in class org.postgresql.jdbc.TimestampUtils
 
toString(Calendar, Date) - Method in class org.postgresql.jdbc.TimestampUtils
 
toString(Calendar, Date, boolean) - Method in class org.postgresql.jdbc.TimestampUtils
 
toString(Calendar, Time) - Method in class org.postgresql.jdbc.TimestampUtils
 
toString(Calendar, Time, boolean) - Method in class org.postgresql.jdbc.TimestampUtils
 
toString(Calendar, Timestamp) - Method in class org.postgresql.jdbc.TimestampUtils
 
toString(Calendar, Timestamp, boolean) - Method in class org.postgresql.jdbc.TimestampUtils
 
toString(Map<?, ?>) - Static method in class org.postgresql.util.HStoreConverter
 
toString(ParameterList) - Method in class org.postgresql.core.NativeQuery
Stringize this query to a human-readable form, substituting particular parameter values for parameter placeholders.
toString(ParameterList) - Method in interface org.postgresql.core.Query
Stringize this query to a human-readable form, substituting particular parameter values for parameter placeholders.
toString(ParameterList) - Method in class org.postgresql.core.v3.BatchedQuery
 
toString(ParameterList) - Method in class org.postgresql.core.v3.CompositeQuery
 
toString(ParameterList) - Method in class org.postgresql.core.v3.SimpleQuery
 
toString(ArrayDecoding.PgArrayList) - Method in class org.postgresql.jdbc.PgArray
Convert array list to PG String representation (e.g.
toStringOffsetDateTime(byte[]) - Method in class org.postgresql.jdbc.TimestampUtils
Converts timestamptz to string taking client time zone (TimestampUtils.timeZoneProvider) into account.
toStringOffsetTimeBin(byte[]) - Method in class org.postgresql.jdbc.TimestampUtils
Converts timetz to string taking client time zone (TimestampUtils.timeZoneProvider) into account.
total - Variable in class org.postgresql.core.v3.CompositeParameterList
 
toTime(Calendar, byte[]) - Method in class org.postgresql.jdbc.TimestampUtils
 
toTime(Calendar, String) - Method in class org.postgresql.jdbc.TimestampUtils
Deprecated.
toTimeBin(TimeZone, byte[]) - Method in class org.postgresql.jdbc.TimestampUtils
Returns the SQL Time object matching the given bytes with Oid.TIME or Oid.TIMETZ.
toTimestamp(Calendar, byte[]) - Method in class org.postgresql.jdbc.TimestampUtils
Parse an array of bytes and return a timestamp representing its value.
toTimestamp(Calendar, String) - Method in class org.postgresql.jdbc.TimestampUtils
toTimestampBin(TimeZone, byte[], boolean) - Method in class org.postgresql.jdbc.TimestampUtils
Returns the SQL Timestamp object matching the given bytes with Oid.TIMESTAMP or Oid.TIMESTAMPTZ.
tr(String, Object...) - Static method in class org.postgresql.util.GT
 
transaction - Enum constant in enum class org.postgresql.jdbc.PgConnection.ReadOnlyBehavior
 
TRANSACTION_STATE_INVALID - Enum constant in enum class org.postgresql.util.PSQLState
 
TransactionCommandHandler() - Constructor for class org.postgresql.jdbc.PgConnection.TransactionCommandHandler
 
transactionFailCause - Variable in class org.postgresql.core.v3.QueryExecutorImpl
The exception that caused the last transaction to fail.
transactionState - Variable in class org.postgresql.core.QueryExecutorBase
 
TransactionState - Enum Class in org.postgresql.core
 
TransactionState() - Constructor for enum class org.postgresql.core.TransactionState
 
transferModeRegistry - Variable in class org.postgresql.core.v3.SimpleParameterList
 
transferModeRegistry - Variable in class org.postgresql.core.v3.SimpleQuery
 
transformQueriesAndParameters() - Method in class org.postgresql.jdbc.PgPreparedStatement
 
transformQueriesAndParameters() - Method in class org.postgresql.jdbc.PgStatement
 
translate(double, double) - Method in class org.postgresql.geometric.PGpoint
Translate the point by the supplied amount.
translate(int, int) - Method in class org.postgresql.geometric.PGpoint
Translate the point by the supplied amount.
translate(String, Object[]) - Method in class org.postgresql.util.GT
 
translatePGPropertyToPGService(String) - Static method in class org.postgresql.util.PGPropertyUtil
translate PGSERVICEFILE keys host, port, dbname Example: "PGHOST" becomes "host"
translatePGServiceToPGProperty(String) - Static method in class org.postgresql.util.PGPropertyUtil
translate PGSERVICEFILE keys host, port, dbname Example: "host" becomes "PGHOST"
Translation(String, String[], String, String...) - Constructor for class org.postgresql.core.EncodingPredictor.Translation
 
trimBytes(int, byte[]) - Method in class org.postgresql.jdbc.PgResultSet
 
trimMoney(String) - Method in class org.postgresql.jdbc.PgResultSet
 
trimString(int, String) - Method in class org.postgresql.jdbc.PgResultSet
 
truncate(int) - Method in class org.postgresql.largeobject.LargeObject
Truncates the large object to the given length in bytes.
truncate(long) - Method in class org.postgresql.jdbc.AbstractBlobClob
For Blobs this should be in bytes while for Clobs it should be in characters.
TRUNCATE - Static variable in class org.postgresql.jdbc.EscapedFunctions
Deprecated.
 
truncate64(long) - Method in class org.postgresql.largeobject.LargeObject
Truncates the large object to the given length in bytes.
trustManager - Variable in class org.postgresql.ssl.SingleCertValidatingFactory.SingleCertTrustManager
 
tryConnect(Properties, SocketFactory, HostSpec, SslMode, GSSEncMode) - Method in class org.postgresql.core.v3.ConnectionFactoryImpl
 
TSQUERY - Static variable in class org.postgresql.core.Oid
 
TSVECTOR - Static variable in class org.postgresql.core.Oid
 
Tuple - Class in org.postgresql.core
Class representing a row in a ResultSet.
Tuple(byte[][]) - Constructor for class org.postgresql.core.Tuple
Construct a populated tuple.
Tuple(byte[][], boolean) - Constructor for class org.postgresql.core.Tuple
 
Tuple(int) - Constructor for class org.postgresql.core.Tuple
Construct an empty tuple.
tuples - Variable in class org.postgresql.core.SetupQueryRunner.SimpleResultHandler
 
twoArgumentsFunctionCall(StringBuilder, String, String, List<? extends CharSequence>) - Static method in class org.postgresql.jdbc.EscapedFunctions2
 
twoArgumentsFunctionCall(String, String, List<?>) - Static method in class org.postgresql.jdbc.EscapedFunctions
Deprecated.
 
TwoDimensionPrimitiveArrayEncoder(ArrayEncoding.AbstractArrayEncoder<A>) - Constructor for class org.postgresql.jdbc.ArrayEncoding.TwoDimensionPrimitiveArrayEncoder
 
type - Variable in class org.postgresql.util.PGobject
 
TYPE_ALIASES - Static variable in class org.postgresql.jdbc.TypeInfoCache
PG maps several alias to real type names.
TYPE_DNS_NAME - Static variable in class org.postgresql.ssl.PGjdbcHostnameVerifier
 
TYPE_IP_ADDRESS - Static variable in class org.postgresql.ssl.PGjdbcHostnameVerifier
 
typeCache - Variable in class org.postgresql.jdbc.PgConnection
 
TypeInfo - Interface in org.postgresql.core
 
TypeInfoCache - Class in org.postgresql.jdbc
 
TypeInfoCache(BaseConnection, int) - Constructor for class org.postgresql.jdbc.TypeInfoCache
 
typemap - Variable in class org.postgresql.jdbc.PgConnection
The current type mappings.
typeName - Variable in class org.postgresql.jdbc.ArrayDecoding.MappedTypeObjectArrayDecoder
 
types - Static variable in class org.postgresql.jdbc.TypeInfoCache
 
TypeTransferModeRegistry - Interface in org.postgresql.core.v3
 

U

UCASE - Static variable in class org.postgresql.jdbc.EscapedFunctions
Deprecated.
 
uncompressLongUpdateCount() - Method in class org.postgresql.jdbc.BatchResultHandler
 
uncompressUpdateCount() - Method in class org.postgresql.jdbc.BatchResultHandler
 
UNDEFINED_COLUMN - Enum constant in enum class org.postgresql.util.PSQLState
 
UNDEFINED_FUNCTION - Enum constant in enum class org.postgresql.util.PSQLState
 
UNDEFINED_OBJECT - Enum constant in enum class org.postgresql.util.PSQLState
 
UNDEFINED_TABLE - Enum constant in enum class org.postgresql.util.PSQLState
 
unencrypted - Variable in class org.postgresql.gss.GSSInputStream
 
unencryptedLength - Variable in class org.postgresql.gss.GSSInputStream
 
unencryptedPos - Variable in class org.postgresql.gss.GSSInputStream
 
UNEXPECTED_ERROR - Enum constant in enum class org.postgresql.util.PSQLState
 
UNIQUE_VIOLATION - Enum constant in enum class org.postgresql.util.PSQLState
 
UNKNOWN_LENGTH - Enum constant in enum class org.postgresql.PGProperty
Specifies the length to return for types of unknown length.
UNKNOWN_STATE - Enum constant in enum class org.postgresql.util.PSQLState
 
unknownLength - Variable in class org.postgresql.jdbc.TypeInfoCache
 
unlink(int) - Method in class org.postgresql.largeobject.LargeObjectManager
Deprecated.
As of 8.3, replaced by LargeObjectManager.unlink(long)
unlink(long) - Method in class org.postgresql.largeobject.LargeObjectManager
This deletes a large object.
unlock(Object) - Method in class org.postgresql.core.v3.QueryExecutorImpl
Release lock on this connection presumably held by given object.
UNNAMED_PORTAL - Static variable in class org.postgresql.core.v3.QueryExecutorImpl
 
unprepare() - Method in class org.postgresql.core.v3.SimpleQuery
 
UNSPECIFIED - Static variable in class org.postgresql.core.Oid
 
unspecifiedParams - Variable in class org.postgresql.core.v3.SimpleQuery
 
unwrap(Class<T>) - Method in class org.postgresql.ds.PGPoolingDataSource
Deprecated.
 
unwrap(Class<T>) - Method in class org.postgresql.ds.PGSimpleDataSource
 
unwrap(Class<T>) - Method in class org.postgresql.jdbc.PgConnection
 
unwrap(Class<T>) - Method in class org.postgresql.jdbc.PgDatabaseMetaData
 
unwrap(Class<T>) - Method in class org.postgresql.jdbc.PgParameterMetaData
 
unwrap(Class<T>) - Method in class org.postgresql.jdbc.PgResultSet
 
unwrap(Class<T>) - Method in class org.postgresql.jdbc.PgResultSetMetaData
 
unwrap(Class<T>) - Method in class org.postgresql.jdbc.PgStatement
 
UPDATE - Enum constant in enum class org.postgresql.core.SqlCommandType
 
updateable - Variable in class org.postgresql.jdbc.PgResultSet
 
updateableCopy() - Method in class org.postgresql.core.Tuple
Create a copy of the tuple for updating.
updateArray(int, Array) - Method in class org.postgresql.jdbc.PgResultSet
 
updateArray(String, Array) - Method in class org.postgresql.jdbc.PgResultSet
 
updateAsciiStream(int, InputStream) - Method in class org.postgresql.jdbc.PgResultSet
 
updateAsciiStream(int, InputStream, int) - Method in class org.postgresql.jdbc.PgResultSet
 
updateAsciiStream(int, InputStream, long) - Method in class org.postgresql.jdbc.PgResultSet
 
updateAsciiStream(String, InputStream) - Method in class org.postgresql.jdbc.PgResultSet
 
updateAsciiStream(String, InputStream, int) - Method in class org.postgresql.jdbc.PgResultSet
 
updateAsciiStream(String, InputStream, long) - Method in class org.postgresql.jdbc.PgResultSet
 
updateBigDecimal(int, BigDecimal) - Method in class org.postgresql.jdbc.PgResultSet
 
updateBigDecimal(String, BigDecimal) - Method in class org.postgresql.jdbc.PgResultSet
 
updateBinaryStream(int, InputStream) - Method in class org.postgresql.jdbc.PgResultSet
 
updateBinaryStream(int, InputStream, int) - Method in class org.postgresql.jdbc.PgResultSet
 
updateBinaryStream(int, InputStream, long) - Method in class org.postgresql.jdbc.PgResultSet
 
updateBinaryStream(String, InputStream) - Method in class org.postgresql.jdbc.PgResultSet
 
updateBinaryStream(String, InputStream, int) - Method in class org.postgresql.jdbc.PgResultSet
 
updateBinaryStream(String, InputStream, long) - Method in class org.postgresql.jdbc.PgResultSet
 
updateBlob(int, InputStream) - Method in class org.postgresql.jdbc.PgResultSet
 
updateBlob(int, InputStream, long) - Method in class org.postgresql.jdbc.PgResultSet
 
updateBlob(int, Blob) - Method in class org.postgresql.jdbc.PgResultSet
 
updateBlob(String, InputStream) - Method in class org.postgresql.jdbc.PgResultSet
 
updateBlob(String, InputStream, long) - Method in class org.postgresql.jdbc.PgResultSet
 
updateBlob(String, Blob) - Method in class org.postgresql.jdbc.PgResultSet
 
updateBoolean(int, boolean) - Method in class org.postgresql.jdbc.PgResultSet
 
updateBoolean(String, boolean) - Method in class org.postgresql.jdbc.PgResultSet
 
updateByte(int, byte) - Method in class org.postgresql.jdbc.PgResultSet
 
updateByte(String, byte) - Method in class org.postgresql.jdbc.PgResultSet
 
updateBytes(int, byte[]) - Method in class org.postgresql.jdbc.PgResultSet
 
updateBytes(String, byte[]) - Method in class org.postgresql.jdbc.PgResultSet
 
updateCharacterStream(int, Reader) - Method in class org.postgresql.jdbc.PgResultSet
 
updateCharacterStream(int, Reader, int) - Method in class org.postgresql.jdbc.PgResultSet
 
updateCharacterStream(int, Reader, long) - Method in class org.postgresql.jdbc.PgResultSet
 
updateCharacterStream(String, Reader) - Method in class org.postgresql.jdbc.PgResultSet
 
updateCharacterStream(String, Reader, int) - Method in class org.postgresql.jdbc.PgResultSet
 
updateCharacterStream(String, Reader, long) - Method in class org.postgresql.jdbc.PgResultSet
 
updateClob(int, Reader) - Method in class org.postgresql.jdbc.PgResultSet
 
updateClob(int, Reader, long) - Method in class org.postgresql.jdbc.PgResultSet
 
updateClob(int, Clob) - Method in class org.postgresql.jdbc.PgResultSet
 
updateClob(String, Reader) - Method in class org.postgresql.jdbc.PgResultSet
 
updateClob(String, Reader, long) - Method in class org.postgresql.jdbc.PgResultSet
 
updateClob(String, Clob) - Method in class org.postgresql.jdbc.PgResultSet
 
updateCount - Variable in class org.postgresql.jdbc.ResultWrapper
 
updateDate(int, Date) - Method in class org.postgresql.jdbc.PgResultSet
 
updateDate(String, Date) - Method in class org.postgresql.jdbc.PgResultSet
 
updateDouble(int, double) - Method in class org.postgresql.jdbc.PgResultSet
 
updateDouble(String, double) - Method in class org.postgresql.jdbc.PgResultSet
 
updateFloat(int, float) - Method in class org.postgresql.jdbc.PgResultSet
 
updateFloat(String, float) - Method in class org.postgresql.jdbc.PgResultSet
 
updateGeneratedKeys() - Method in class org.postgresql.jdbc.BatchResultHandler
 
updateInt(int, int) - Method in class org.postgresql.jdbc.PgResultSet
 
updateInt(String, int) - Method in class org.postgresql.jdbc.PgResultSet
 
updateInterval - Variable in class org.postgresql.core.v3.replication.V3PGReplicationStream
 
updateLong(int, long) - Method in class org.postgresql.jdbc.PgResultSet
 
updateLong(String, long) - Method in class org.postgresql.jdbc.PgResultSet
 
updateNCharacterStream(int, Reader) - Method in class org.postgresql.jdbc.PgResultSet
 
updateNCharacterStream(int, Reader, int) - Method in class org.postgresql.jdbc.PgResultSet
 
updateNCharacterStream(int, Reader, long) - Method in class org.postgresql.jdbc.PgResultSet
 
updateNCharacterStream(String, Reader) - Method in class org.postgresql.jdbc.PgResultSet
 
updateNCharacterStream(String, Reader, int) - Method in class org.postgresql.jdbc.PgResultSet
 
updateNCharacterStream(String, Reader, long) - Method in class org.postgresql.jdbc.PgResultSet
 
updateNClob(int, Reader) - Method in class org.postgresql.jdbc.PgResultSet
 
updateNClob(int, Reader, long) - Method in class org.postgresql.jdbc.PgResultSet
 
updateNClob(int, NClob) - Method in class org.postgresql.jdbc.PgResultSet
 
updateNClob(String, Reader) - Method in class org.postgresql.jdbc.PgResultSet
 
updateNClob(String, Reader, long) - Method in class org.postgresql.jdbc.PgResultSet
 
updateNClob(String, NClob) - Method in class org.postgresql.jdbc.PgResultSet
 
updateNString(int, String) - Method in class org.postgresql.jdbc.PgResultSet
 
updateNString(String, String) - Method in class org.postgresql.jdbc.PgResultSet
 
updateNull(int) - Method in class org.postgresql.jdbc.PgResultSet
 
updateNull(String) - Method in class org.postgresql.jdbc.PgResultSet
 
updateObject(int, Object) - Method in class org.postgresql.jdbc.PgResultSet
 
updateObject(int, Object, int) - Method in class org.postgresql.jdbc.PgResultSet
 
updateObject(int, Object, SQLType) - Method in class org.postgresql.jdbc.PgResultSet
 
updateObject(int, Object, SQLType, int) - Method in class org.postgresql.jdbc.PgResultSet
 
updateObject(String, Object) - Method in class org.postgresql.jdbc.PgResultSet
 
updateObject(String, Object, int) - Method in class org.postgresql.jdbc.PgResultSet
 
updateObject(String, Object, SQLType) - Method in class org.postgresql.jdbc.PgResultSet
 
updateObject(String, Object, SQLType, int) - Method in class org.postgresql.jdbc.PgResultSet
 
updateQueryFetchSize(boolean, Query, int) - Method in class org.postgresql.core.v3.adaptivefetch.AdaptiveFetchCache
Update adaptive fetch size for given query.
updateQueryInsideAdaptiveFetchCache(boolean) - Method in class org.postgresql.jdbc.PgResultSet
Update adaptive fetch cache during changing state of adaptive fetch inside ResultSet.
updateQueryMode(int) - Method in class org.postgresql.core.v3.QueryExecutorImpl
 
updateRef(int, Ref) - Method in class org.postgresql.jdbc.PgResultSet
 
updateRef(String, Ref) - Method in class org.postgresql.jdbc.PgResultSet
 
updateRow() - Method in class org.postgresql.jdbc.PgResultSet
 
updateRowBuffer(PreparedStatement, Tuple, HashMap<String, Object>) - Method in class org.postgresql.jdbc.PgResultSet
 
updateRowId(int, RowId) - Method in class org.postgresql.jdbc.PgResultSet
 
updateRowId(String, RowId) - Method in class org.postgresql.jdbc.PgResultSet
 
updatesAreDetected(int) - Method in class org.postgresql.jdbc.PgDatabaseMetaData
 
updateShort(int, short) - Method in class org.postgresql.jdbc.PgResultSet
 
updateShort(String, short) - Method in class org.postgresql.jdbc.PgResultSet
 
updateSQLXML(int, SQLXML) - Method in class org.postgresql.jdbc.PgResultSet
 
updateSQLXML(String, SQLXML) - Method in class org.postgresql.jdbc.PgResultSet
 
updateStatusInternal(LogSequenceNumber, LogSequenceNumber, LogSequenceNumber, boolean) - Method in class org.postgresql.core.v3.replication.V3PGReplicationStream
 
updateString(int, String) - Method in class org.postgresql.jdbc.PgResultSet
 
updateString(String, String) - Method in class org.postgresql.jdbc.PgResultSet
 
updateTime(int, Time) - Method in class org.postgresql.jdbc.PgResultSet
 
updateTime(String, Time) - Method in class org.postgresql.jdbc.PgResultSet
 
updateTimestamp(int, Timestamp) - Method in class org.postgresql.jdbc.PgResultSet
 
updateTimestamp(String, Timestamp) - Method in class org.postgresql.jdbc.PgResultSet
 
updateValue(int, Object) - Method in class org.postgresql.jdbc.PgResultSet
 
updateValues - Variable in class org.postgresql.jdbc.PgResultSet
 
upperCaseFieldLabels() - Method in class org.postgresql.jdbc.PgResultSet
This is here to be used by metadata functions to make all column labels upper case.
upperCaseLabel() - Method in class org.postgresql.core.Field
 
url - Variable in class org.postgresql.Driver.ConnectThread
 
URLCoder - Class in org.postgresql.util
This class helps with URL encoding and decoding.
URLCoder() - Constructor for class org.postgresql.util.URLCoder
 
urlDecode(String) - Static method in class org.postgresql.Driver
 
USE_SPNEGO - Enum constant in enum class org.postgresql.PGProperty
Use SPNEGO in SSPI authentication requests.
useBinary(Field) - Method in class org.postgresql.core.v3.QueryExecutorImpl
Returns true if the specified field should be retrieved using binary encoding.
useBinaryForReceive(int) - Method in class org.postgresql.core.v3.QueryExecutorImpl
 
useBinaryForReceive(int) - Method in interface org.postgresql.core.v3.TypeTransferModeRegistry
Returns if given oid should be received in binary format.
useBinaryForSend(int) - Method in class org.postgresql.core.v3.QueryExecutorImpl
 
useBinaryForSend(int) - Method in interface org.postgresql.core.v3.TypeTransferModeRegistry
Returns if given oid should be sent in binary format.
useBinaryReceiveForOids - Variable in class org.postgresql.core.v3.QueryExecutorImpl
Bit set that has a bit set for each oid which should be received using binary format.
useBinarySendForOids - Variable in class org.postgresql.core.v3.QueryExecutorImpl
Bit set that has a bit set for each oid which should be sent using binary format.
used - Variable in class org.postgresql.ds.PGPoolingDataSource
Deprecated.
 
user - Variable in class org.postgresql.core.QueryExecutorBase
 
user - Variable in class org.postgresql.ds.common.BaseDataSource
 
user - Variable in class org.postgresql.gss.GssAction
 
user - Variable in class org.postgresql.gss.GSSCallbackHandler
 
user - Variable in class org.postgresql.gss.GssEncAction
 
user - Variable in class org.postgresql.jdbcurlresolver.PgPassParser
 
USER - Enum constant in enum class org.postgresql.PGProperty
Username to connect to the database as.
USER - Static variable in class org.postgresql.jdbc.EscapedFunctions
Deprecated.
 
usesDouble - Variable in class org.postgresql.jdbc.TimestampUtils
True if the backend uses doubles for time values.
usesLocalFilePerTable() - Method in class org.postgresql.jdbc.PgDatabaseMetaData
Does the database use a file for each table? Well, not really, since it doesn't use local files.
usesLocalFiles() - Method in class org.postgresql.jdbc.PgDatabaseMetaData
Does the database store tables in a local file? No - it stores them in a file on the server.
useSpnego - Variable in class org.postgresql.gss.GssAction
 
useSpnego - Variable in class org.postgresql.gss.GssEncAction
 
usingOID - Variable in class org.postgresql.jdbc.PgResultSet
 
UTC_TIMEZONE - Static variable in class org.postgresql.jdbc.TimestampUtils
 
UTF8_ENCODING - Static variable in class org.postgresql.core.Encoding
 
Utils - Class in org.postgresql.core
Collection of utilities used by the protocol-level code.
Utils() - Constructor for class org.postgresql.core.Utils
 
UUID - Static variable in class org.postgresql.core.Oid
 
UUID_ARRAY - Static variable in class org.postgresql.core.Oid
 
UUIDArrayAssistant - Class in org.postgresql.jdbc
 
UUIDArrayAssistant() - Constructor for class org.postgresql.jdbc.UUIDArrayAssistant
 

V

v1_8 - Enum constant in enum class org.postgresql.core.JavaVersion
 
v10 - Enum constant in enum class org.postgresql.core.ServerVersion
 
v11 - Enum constant in enum class org.postgresql.core.ServerVersion
 
v12 - Enum constant in enum class org.postgresql.core.ServerVersion
 
v13 - Enum constant in enum class org.postgresql.core.ServerVersion
 
v14 - Enum constant in enum class org.postgresql.core.ServerVersion
 
v15 - Enum constant in enum class org.postgresql.core.ServerVersion
 
v16 - Enum constant in enum class org.postgresql.core.ServerVersion
 
v17 - Enum constant in enum class org.postgresql.core.ServerVersion
 
v18 - Enum constant in enum class org.postgresql.core.ServerVersion
 
V3ParameterList - Interface in org.postgresql.core.v3
Common interface for all V3 parameter list implementations.
V3PGReplicationStream - Class in org.postgresql.core.v3.replication
 
V3PGReplicationStream(CopyDual, LogSequenceNumber, long, ReplicationType) - Constructor for class org.postgresql.core.v3.replication.V3PGReplicationStream
 
V3ReplicationProtocol - Class in org.postgresql.core.v3.replication
 
V3ReplicationProtocol(QueryExecutor, PGStream) - Constructor for class org.postgresql.core.v3.replication.V3ReplicationProtocol
 
v8_2 - Enum constant in enum class org.postgresql.core.ServerVersion
Deprecated.
v8_3 - Enum constant in enum class org.postgresql.core.ServerVersion
Deprecated.
v8_4 - Enum constant in enum class org.postgresql.core.ServerVersion
Deprecated.
v9_0 - Enum constant in enum class org.postgresql.core.ServerVersion
Deprecated.
v9_1 - Enum constant in enum class org.postgresql.core.ServerVersion
 
v9_2 - Enum constant in enum class org.postgresql.core.ServerVersion
 
v9_3 - Enum constant in enum class org.postgresql.core.ServerVersion
 
v9_4 - Enum constant in enum class org.postgresql.core.ServerVersion
 
v9_5 - Enum constant in enum class org.postgresql.core.ServerVersion
 
v9_6 - Enum constant in enum class org.postgresql.core.ServerVersion
 
val - Variable in class org.postgresql.util.PGmoney
 
value - Variable in class org.postgresql.core.v3.ConnectionFactoryImpl.StartupParam
 
value - Variable in enum class org.postgresql.jdbc.AutoSave
 
value - Variable in enum class org.postgresql.jdbc.EscapeSyntaxCallMode
 
value - Variable in enum class org.postgresql.jdbc.GSSEncMode
 
value - Variable in enum class org.postgresql.jdbc.PreferQueryMode
 
value - Variable in enum class org.postgresql.jdbc.SslMode
 
value - Variable in enum class org.postgresql.jdbc.SslNegotiation
 
value - Variable in class org.postgresql.replication.LogSequenceNumber
 
value - Variable in class org.postgresql.util.PGobject
 
value() - Method in enum class org.postgresql.jdbc.AutoSave
 
value() - Method in enum class org.postgresql.jdbc.EscapeSyntaxCallMode
 
value() - Method in enum class org.postgresql.jdbc.PreferQueryMode
 
value() - Method in enum class org.postgresql.jdbc.SslNegotiation
 
valueOf(long) - Static method in class org.postgresql.replication.LogSequenceNumber
 
valueOf(String) - Static method in enum class org.postgresql.core.JavaVersion
Returns the enum constant of this class with the specified name.
valueOf(String) - Static method in class org.postgresql.core.Oid
 
valueOf(String) - Static method in enum class org.postgresql.core.Parser.SqlParseState
Returns the enum constant of this class with the specified name.
valueOf(String) - Static method in enum class org.postgresql.core.ServerVersion
Returns the enum constant of this class with the specified name.
valueOf(String) - Static method in enum class org.postgresql.core.SqlCommandType
Returns the enum constant of this class with the specified name.
valueOf(String) - Static method in enum class org.postgresql.core.TransactionState
Returns the enum constant of this class with the specified name.
valueOf(String) - Static method in enum class org.postgresql.core.v3.ChannelBindingOption
Returns the enum constant of this class with the specified name.
valueOf(String) - Static method in enum class org.postgresql.hostchooser.HostRequirement
Returns the enum constant of this class with the specified name.
valueOf(String) - Static method in enum class org.postgresql.hostchooser.HostStatus
Returns the enum constant of this class with the specified name.
valueOf(String) - Static method in enum class org.postgresql.jdbc.AutoSave
Returns the enum constant of this class with the specified name.
valueOf(String) - Static method in enum class org.postgresql.jdbc.EscapeSyntaxCallMode
Returns the enum constant of this class with the specified name.
valueOf(String) - Static method in enum class org.postgresql.jdbc.GSSEncMode
Returns the enum constant of this class with the specified name.
valueOf(String) - Static method in enum class org.postgresql.jdbc.PgConnection.ReadOnlyBehavior
Returns the enum constant of this class with the specified name.
valueOf(String) - Static method in enum class org.postgresql.jdbc.PreferQueryMode
Returns the enum constant of this class with the specified name.
valueOf(String) - Static method in enum class org.postgresql.jdbc.SslMode
Returns the enum constant of this class with the specified name.
valueOf(String) - Static method in enum class org.postgresql.jdbc.SslNegotiation
Returns the enum constant of this class with the specified name.
valueOf(String) - Static method in enum class org.postgresql.jdbc.StatementCancelState
Returns the enum constant of this class with the specified name.
valueOf(String) - Static method in enum class org.postgresql.jdbc.TimestampUtils.Infinity
Returns the enum constant of this class with the specified name.
valueOf(String) - Static method in enum class org.postgresql.PGEnvironment
Returns the enum constant of this class with the specified name.
valueOf(String) - Static method in enum class org.postgresql.PGProperty
Returns the enum constant of this class with the specified name.
valueOf(String) - Static method in enum class org.postgresql.plugin.AuthenticationRequestType
Returns the enum constant of this class with the specified name.
valueOf(String) - Static method in class org.postgresql.replication.LogSequenceNumber
Create LSN instance by string represent LSN.
valueOf(String) - Static method in enum class org.postgresql.replication.ReplicationType
Returns the enum constant of this class with the specified name.
valueOf(String) - Static method in enum class org.postgresql.util.PSQLState
Returns the enum constant of this class with the specified name.
valueOf(String) - Static method in enum class org.postgresql.xa.PGXAConnection.State
Returns the enum constant of this class with the specified name.
values() - Static method in enum class org.postgresql.core.JavaVersion
Returns an array containing the constants of this enum class, in the order they are declared.
values() - Static method in enum class org.postgresql.core.Parser.SqlParseState
Returns an array containing the constants of this enum class, in the order they are declared.
values() - Static method in enum class org.postgresql.core.ServerVersion
Returns an array containing the constants of this enum class, in the order they are declared.
values() - Static method in enum class org.postgresql.core.SqlCommandType
Returns an array containing the constants of this enum class, in the order they are declared.
values() - Static method in enum class org.postgresql.core.TransactionState
Returns an array containing the constants of this enum class, in the order they are declared.
values() - Static method in enum class org.postgresql.core.v3.ChannelBindingOption
Returns an array containing the constants of this enum class, in the order they are declared.
values() - Static method in enum class org.postgresql.hostchooser.HostRequirement
Returns an array containing the constants of this enum class, in the order they are declared.
values() - Static method in enum class org.postgresql.hostchooser.HostStatus
Returns an array containing the constants of this enum class, in the order they are declared.
values() - Static method in enum class org.postgresql.jdbc.AutoSave
Returns an array containing the constants of this enum class, in the order they are declared.
values() - Static method in enum class org.postgresql.jdbc.EscapeSyntaxCallMode
Returns an array containing the constants of this enum class, in the order they are declared.
values() - Static method in enum class org.postgresql.jdbc.GSSEncMode
Returns an array containing the constants of this enum class, in the order they are declared.
values() - Static method in enum class org.postgresql.jdbc.PgConnection.ReadOnlyBehavior
Returns an array containing the constants of this enum class, in the order they are declared.
values() - Static method in enum class org.postgresql.jdbc.PreferQueryMode
Returns an array containing the constants of this enum class, in the order they are declared.
values() - Static method in enum class org.postgresql.jdbc.SslMode
Returns an array containing the constants of this enum class, in the order they are declared.
values() - Static method in enum class org.postgresql.jdbc.SslNegotiation
Returns an array containing the constants of this enum class, in the order they are declared.
values() - Static method in enum class org.postgresql.jdbc.StatementCancelState
Returns an array containing the constants of this enum class, in the order they are declared.
values() - Static method in enum class org.postgresql.jdbc.TimestampUtils.Infinity
Returns an array containing the constants of this enum class, in the order they are declared.
values() - Static method in enum class org.postgresql.PGEnvironment
Returns an array containing the constants of this enum class, in the order they are declared.
values() - Static method in enum class org.postgresql.PGProperty
Returns an array containing the constants of this enum class, in the order they are declared.
values() - Static method in enum class org.postgresql.plugin.AuthenticationRequestType
Returns an array containing the constants of this enum class, in the order they are declared.
values() - Static method in enum class org.postgresql.replication.ReplicationType
Returns an array containing the constants of this enum class, in the order they are declared.
values() - Static method in enum class org.postgresql.util.PSQLState
Returns an array containing the constants of this enum class, in the order they are declared.
values() - Static method in enum class org.postgresql.xa.PGXAConnection.State
Returns an array containing the constants of this enum class, in the order they are declared.
VALUES - Static variable in enum class org.postgresql.core.Parser.SqlParseState
 
VALUES - Static variable in enum class org.postgresql.jdbc.GSSEncMode
 
VALUES - Static variable in enum class org.postgresql.jdbc.SslMode
 
valuesBraceClosePosition - Variable in class org.postgresql.core.SqlCommand
 
valuesBraceClosePosition - Variable in class org.postgresql.core.v3.BatchedQuery
 
valuesBraceOpenPosition - Variable in class org.postgresql.core.SqlCommand
 
valuesBraceOpenPosition - Variable in class org.postgresql.core.v3.BatchedQuery
 
VARBIT - Static variable in class org.postgresql.core.Oid
 
VARBIT_ARRAY - Static variable in class org.postgresql.core.Oid
 
VARCHAR - Static variable in class org.postgresql.core.Oid
 
VARCHAR_ARRAY - Static variable in class org.postgresql.core.Oid
 
verify(String, SSLSession) - Method in class org.postgresql.ssl.jdbc4.LibPQFactory
Deprecated.
use PgjdbcHostnameVerifier
verify(String, SSLSession) - Method in class org.postgresql.ssl.PGjdbcHostnameVerifier
 
VERIFY_CA - Enum constant in enum class org.postgresql.jdbc.SslMode
Ensure connection is encrypted, and client trusts server certificate.
VERIFY_FULL - Enum constant in enum class org.postgresql.jdbc.SslMode
Ensure connection is encrypted, client trusts server certificate, and server hostname matches the one listed in the server certificate.
verifyAllowed(int) - Method in class org.postgresql.core.FixedLengthOutputStream
 
verifyCertificate() - Method in enum class org.postgresql.jdbc.SslMode
 
verifyHostName(String, String) - Static method in class org.postgresql.ssl.jdbc4.LibPQFactory
Deprecated.
verifyHostName(String, String) - Method in class org.postgresql.ssl.PGjdbcHostnameVerifier
 
verifyPeerName() - Method in enum class org.postgresql.jdbc.SslMode
 
verifyPeerName(PGStream, Properties, SSLSocket) - Static method in class org.postgresql.ssl.MakeSSL
 
version - Variable in enum class org.postgresql.core.ServerVersion
 
Version - Interface in org.postgresql.core
 
VisibleBufferedInputStream - Class in org.postgresql.core
A faster version of BufferedInputStream.
VisibleBufferedInputStream(InputStream, int) - Constructor for class org.postgresql.core.VisibleBufferedInputStream
Creates a new buffer around the given stream.
VOID - Static variable in class org.postgresql.core.Oid
 

W

waitOnLock() - Method in class org.postgresql.core.v3.QueryExecutorImpl
Wait until our lock is released.
wantsGeneratedKeysAlways - Variable in class org.postgresql.jdbc.PgStatement
Was this PreparedStatement created to return generated keys for every execution? This is set at creation time and never cleared by execution.
wantsGeneratedKeysOnce - Variable in class org.postgresql.jdbc.PgStatement
Does the caller of execute/executeUpdate want generated keys for this execution? This is set by Statement methods that have generated keys arguments and cleared after execution is complete.
wantsHoldableResultSet() - Method in class org.postgresql.jdbc.PgStatement
 
wantsScrollableResultSet() - Method in class org.postgresql.jdbc.PgStatement
 
warning(SAXParseException) - Method in class org.postgresql.xml.NullErrorHandler
 
warnings - Variable in class org.postgresql.core.QueryExecutorBase
 
warnings - Variable in class org.postgresql.jdbc.PgResultSet
 
warnings - Variable in class org.postgresql.jdbc.PgStatement
The warnings chain.
wasNull() - Method in class org.postgresql.jdbc.PgCallableStatement
 
wasNull() - Method in class org.postgresql.jdbc.PgResultSet
 
wasNullFlag - Variable in class org.postgresql.jdbc.PgResultSet
True if the last obtained column value was SQL NULL as specified by PgResultSet.wasNull().
watchedCount - Variable in class org.postgresql.util.LazyCleaner
 
WEEK - Static variable in class org.postgresql.jdbc.EscapedFunctions
Deprecated.
 
WHERE - Static variable in class org.postgresql.util.ServerErrorMessage
 
wholeSeconds - Variable in class org.postgresql.util.PGInterval
 
willHealOnRetry(SQLException) - Method in interface org.postgresql.core.QueryExecutor
 
willHealOnRetry(SQLException) - Method in class org.postgresql.core.QueryExecutorBase
 
willHealViaReparse(SQLException) - Method in class org.postgresql.core.QueryExecutorBase
 
WITH - Enum constant in enum class org.postgresql.core.SqlCommandType
 
withClientOffsetSameInstant(OffsetDateTime) - Method in class org.postgresql.jdbc.TimestampUtils
PostgreSQL does not store the time zone in the binary representation of timestamptz.
withClientOffsetSameInstant(OffsetTime) - Method in class org.postgresql.jdbc.TimestampUtils
PostgreSQL does not store the time zone in the binary representation of timetz.
withEncodedPassword(AuthenticationRequestType, Properties, AuthenticationPluginManager.PasswordAction<byte[], T>) - Static method in class org.postgresql.core.v3.AuthenticationPluginManager
Helper that wraps AuthenticationPluginManager.withPassword(AuthenticationRequestType, Properties, PasswordAction), checks that it is not-null, and encodes it as a byte array.
withOutputPlugin(String) - Method in interface org.postgresql.replication.fluent.logical.ChainedLogicalCreateSlotBuilder
Output plugin that should be use for decode physical represent WAL to some logical form.
withOutputPlugin(String) - Method in class org.postgresql.replication.fluent.logical.LogicalCreateSlotBuilder
 
withPassword(AuthenticationRequestType, Properties, AuthenticationPluginManager.PasswordAction<char[], T>) - Static method in class org.postgresql.core.v3.AuthenticationPluginManager
If a password is requested by the server during connection initiation, this method will be invoked to supply the password.
withReqStatus(HostRequirement, List<HostSpec>) - Method in class org.postgresql.hostchooser.MultiHostChooser
 
withSlotName(String) - Method in class org.postgresql.replication.fluent.AbstractCreateSlotBuilder
 
withSlotName(String) - Method in class org.postgresql.replication.fluent.AbstractStreamBuilder
 
withSlotName(String) - Method in interface org.postgresql.replication.fluent.ChainedCommonCreateSlotBuilder
Replication slots provide an automated way to ensure that the master does not remove WAL segments until they have been received by all standbys, and that the master does not remove rows which could cause a recovery conflict even when the standby is disconnected.
withSlotName(String) - Method in interface org.postgresql.replication.fluent.ChainedCommonStreamBuilder
Replication slots provide an automated way to ensure that the master does not remove WAL segments until they have been received by all standbys, and that the master does not remove rows which could cause a recovery conflict even when the standby is disconnected.
withSlotOption(String, boolean) - Method in interface org.postgresql.replication.fluent.logical.ChainedLogicalStreamBuilder
 
withSlotOption(String, boolean) - Method in class org.postgresql.replication.fluent.logical.LogicalStreamBuilder
 
withSlotOption(String, int) - Method in interface org.postgresql.replication.fluent.logical.ChainedLogicalStreamBuilder
 
withSlotOption(String, int) - Method in class org.postgresql.replication.fluent.logical.LogicalStreamBuilder
 
withSlotOption(String, String) - Method in interface org.postgresql.replication.fluent.logical.ChainedLogicalStreamBuilder
 
withSlotOption(String, String) - Method in class org.postgresql.replication.fluent.logical.LogicalStreamBuilder
 
withSlotOptions(Properties) - Method in interface org.postgresql.replication.fluent.logical.ChainedLogicalStreamBuilder
 
withSlotOptions(Properties) - Method in class org.postgresql.replication.fluent.logical.LogicalStreamBuilder
 
withStartPosition(LogSequenceNumber) - Method in class org.postgresql.replication.fluent.AbstractStreamBuilder
 
withStartPosition(LogSequenceNumber) - Method in interface org.postgresql.replication.fluent.ChainedCommonStreamBuilder
Specify start position from which backend will start stream changes.
withStartPosition(LogSequenceNumber) - Method in class org.postgresql.replication.fluent.logical.LogicalStreamBuilder
 
withStatusInterval(int, TimeUnit) - Method in class org.postgresql.replication.fluent.AbstractStreamBuilder
 
withStatusInterval(int, TimeUnit) - Method in interface org.postgresql.replication.fluent.ChainedCommonStreamBuilder
Specifies the number of time between status packets sent back to the server.
withTemporaryOption() - Method in class org.postgresql.replication.fluent.AbstractCreateSlotBuilder
 
withTemporaryOption() - Method in interface org.postgresql.replication.fluent.ChainedCommonCreateSlotBuilder
Temporary slots are not saved to disk and are automatically dropped on error or when the session has finished.
wrap(List<NativeQuery>) - Method in interface org.postgresql.core.QueryExecutor
Wrap given native query into a ready for execution format.
wrap(List<NativeQuery>) - Method in class org.postgresql.core.v3.QueryExecutorImpl
 
wrapped - Variable in class org.postgresql.core.VisibleBufferedInputStream
The wrapped input stream.
wrapped - Variable in class org.postgresql.gss.GSSInputStream
 
WrappedFactory - Class in org.postgresql.ssl
Provide a wrapper to a real SSLSocketFactory delegating all calls to the contained instance.
WrappedFactory() - Constructor for class org.postgresql.ssl.WrappedFactory
 
write(byte[]) - Method in class org.postgresql.copy.PGCopyOutputStream
 
write(byte[]) - Method in class org.postgresql.largeobject.LargeObject
Writes an array to the object.
write(byte[], int, int) - Method in class org.postgresql.copy.PGCopyOutputStream
 
write(byte[], int, int) - Method in class org.postgresql.core.FixedLengthOutputStream
 
write(byte[], int, int) - Method in class org.postgresql.gss.GSSOutputStream
 
write(byte[], int, int) - Method in class org.postgresql.largeobject.BlobOutputStream
 
write(byte[], int, int) - Method in class org.postgresql.largeobject.LargeObject
Writes some data from an array to the object.
write(byte[], int, int) - Method in class org.postgresql.util.internal.PgBufferedOutputStream
 
write(int) - Method in class org.postgresql.copy.PGCopyOutputStream
 
write(int) - Method in class org.postgresql.core.FixedLengthOutputStream
 
write(int) - Method in class org.postgresql.largeobject.BlobOutputStream
 
write(int) - Method in class org.postgresql.util.internal.PgBufferedOutputStream
 
write(A, byte[], int) - Method in class org.postgresql.jdbc.ArrayEncoding.FixedSizePrimitiveArrayEncoder
Write the entire contents of array to bytes starting at offset without metadata describing type or length.
write(InputStream, int) - Method in class org.postgresql.util.internal.PgBufferedOutputStream
Writes the given amount of bytes from an input stream to this buffered stream.
write(N, byte[], int) - Method in class org.postgresql.jdbc.ArrayEncoding.NumberArrayEncoder
Write single value (number) to bytes beginning at offset.
write(ByteStreamWriter) - Method in class org.postgresql.largeobject.LargeObject
Writes some data from a given writer to the object.
WRITE - Static variable in class org.postgresql.largeobject.LargeObjectManager
This mode indicates we want to write to an object.
writeArray(BaseConnection, byte[], ByteArrayOutputStream, Object, int, boolean) - Method in class org.postgresql.jdbc.ArrayEncoding.RecursiveArrayEncoder
 
writeBaseObject(ObjectOutputStream) - Method in class org.postgresql.ds.common.BaseDataSource
 
writeBytes(N[], int, int) - Method in class org.postgresql.jdbc.ArrayEncoding.NumberArrayEncoder
 
writeInt2(int) - Method in class org.postgresql.util.internal.PgBufferedOutputStream
 
writeInt4(int) - Method in class org.postgresql.util.internal.PgBufferedOutputStream
 
writeObject(ObjectOutputStream) - Method in class org.postgresql.ds.PGConnectionPoolDataSource
 
writeObject(ObjectOutputStream) - Method in class org.postgresql.ds.PGSimpleDataSource
 
writer - Variable in class org.postgresql.fastpath.FastpathArg.ByteStreamWriterFastpathArg
Deprecated.
 
writer - Variable in class org.postgresql.util.LogWriterHandler
 
writeTo(ByteStreamWriter.ByteStreamTarget) - Method in class org.postgresql.util.ByteBufferByteStreamWriter
 
writeTo(ByteStreamWriter.ByteStreamTarget) - Method in class org.postgresql.util.ByteBuffersByteStreamWriter
 
writeTo(ByteStreamWriter.ByteStreamTarget) - Method in interface org.postgresql.util.ByteStreamWriter
Write the data to the provided OutputStream.
writeToCopy(byte[], int, int) - Method in interface org.postgresql.copy.CopyIn
Writes specified part of given byte array to an open and writable copy operation.
writeToCopy(byte[], int, int) - Method in class org.postgresql.copy.PGCopyOutputStream
 
writeToCopy(byte[], int, int) - Method in class org.postgresql.core.v3.CopyDualImpl
 
writeToCopy(byte[], int, int) - Method in class org.postgresql.core.v3.CopyInImpl
 
writeToCopy(CopyOperationImpl, byte[], int, int) - Method in class org.postgresql.core.v3.QueryExecutorImpl
Sends data during a live COPY IN operation.
writeToCopy(CopyOperationImpl, ByteStreamWriter) - Method in class org.postgresql.core.v3.QueryExecutorImpl
Sends data during a live COPY IN operation.
writeToCopy(ByteStreamWriter) - Method in interface org.postgresql.copy.CopyIn
Writes a ByteStreamWriter to an open and writable copy operation.
writeToCopy(ByteStreamWriter) - Method in class org.postgresql.copy.PGCopyOutputStream
 
writeToCopy(ByteStreamWriter) - Method in class org.postgresql.core.v3.CopyDualImpl
 
writeToCopy(ByteStreamWriter) - Method in class org.postgresql.core.v3.CopyInImpl
 
writeV3Value(int, PGStream) - Method in class org.postgresql.core.v3.SimpleParameterList
 
writeWrapped(byte[], int, int) - Method in class org.postgresql.gss.GSSOutputStream
 
writeZeros(int) - Method in class org.postgresql.util.internal.PgBufferedOutputStream
Writes the required number of zero bytes to the output stream.
written - Variable in class org.postgresql.core.FixedLengthOutputStream
 
WRONG_OBJECT_TYPE - Enum constant in enum class org.postgresql.util.PSQLState
 

X

x - Variable in class org.postgresql.geometric.PGpoint
The X coordinate of the point.
xidToString(Xid) - Static method in class org.postgresql.xa.RecoveredXid
 
XML - Static variable in class org.postgresql.core.Oid
 
XML_ARRAY - Static variable in class org.postgresql.core.Oid
 
XML_FACTORY_FACTORY - Enum constant in enum class org.postgresql.PGProperty
Factory class to instantiate factories for XML processing.
xmlFactoryFactory - Variable in class org.postgresql.jdbc.PgConnection
 
xmlFactoryFactoryClass - Variable in class org.postgresql.jdbc.PgConnection
 

Y

y - Variable in class org.postgresql.geometric.PGpoint
The Y coordinate of the point.
year - Variable in class org.postgresql.jdbc.TimestampUtils.ParsedTimestamp
 
YEAR - Static variable in class org.postgresql.jdbc.EscapedFunctions
Deprecated.
 
years - Variable in class org.postgresql.util.PGInterval
 

Z

zeroArgumentFunctionCall(StringBuilder, String, String, List<? extends CharSequence>) - Static method in class org.postgresql.jdbc.EscapedFunctions2
 
ZEROS - Static variable in class org.postgresql.jdbc.TimestampUtils
 

_

_gt - Static variable in class org.postgresql.util.GT
 
A B C D E F G H I J K L M N O P Q R S T U V W X Y Z _ 
All Classes and Interfaces|All Packages|Constant Field Values|Serialized Form