- c - Variable in class org.postgresql.geometric.PGline
-
Constant.
- CachedQuery - Class in org.postgresql.core
-
Stores information on the parsed JDBC query.
- CachedQuery(Object, Query, boolean) - Constructor for class org.postgresql.core.CachedQuery
-
- cacheSQLTypes() - Method in class org.postgresql.jdbc.TypeInfoCache
-
- calculateBindLength(int) - Static method in class org.postgresql.core.NativeQuery
-
Calculate the text length required for the given number of bind variables
including dollars.
- cancel() - Method 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.
- 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
-
- CandidateHost - Class in org.postgresql.hostchooser
-
Candidate host to be connected.
- CandidateHost(HostSpec, HostRequirement) - Constructor for class org.postgresql.hostchooser.CandidateHost
-
- CanEstimateSize - Interface in org.postgresql.util
-
- 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
-
- CEILING - Static variable in class org.postgresql.jdbc.EscapedFunctions
-
Deprecated.
- center - Variable in class org.postgresql.geometric.PGcircle
-
This is the center point.
- ChainedCommonCreateSlotBuilder<T extends ChainedCommonCreateSlotBuilder<T>> - Interface in org.postgresql.replication.fluent
-
Fluent interface for specify common parameters for create Logical and Physical replication slot.
- ChainedCommonStreamBuilder<T extends 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.
- 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
-
- checkClientTrusted(X509Certificate[], String) - Method in class org.postgresql.ssl.NonValidatingFactory.NonValidatingTM
-
- checkClientTrusted(X509Certificate[], String) - Method in class org.postgresql.ssl.SingleCertValidatingFactory.SingleCertTrustManager
-
- checkClosed() - Method in class org.postgresql.jdbc.PgConnection
-
- checkClosed() - Method in class org.postgresql.jdbc.PgResultSet
-
- checkClosed() - Method in class org.postgresql.jdbc.PgStatement
-
- checkColumnIndex(int) - Method in class org.postgresql.jdbc.PgResultSet
-
- checkCompletion() - Method in class org.postgresql.jdbc.PgStatement
-
- checkFreed() - Method in class org.postgresql.jdbc.AbstractBlobClob
-
Checks that this LOB hasn't been free()d already.
- checkNoResultUpdate() - Method in class org.postgresql.jdbc.PgStatement
-
- checkServerTrusted(X509Certificate[], String) - Method in class org.postgresql.ssl.NonValidatingFactory.NonValidatingTM
-
- checkServerTrusted(X509Certificate[], String) - Method in class org.postgresql.ssl.SingleCertValidatingFactory.SingleCertTrustManager
-
- 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
-
- clear() - Method in interface org.postgresql.core.ParameterList
-
Unbind all parameter values bound in this list.
- 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.
- clearResultBufferCount() - Method in class org.postgresql.core.PGStream
-
Clear count of byte buffer.
- 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.
- 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 overidden 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 interface org.postgresql.core.ResultCursor
-
Close this cursor.
- close() - Method in class org.postgresql.core.v3.replication.V3PGReplicationStream
-
- 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.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.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(Connection) - Static method in class org.postgresql.util.JdbcBlackHole
-
- close(Statement) - Static method in class org.postgresql.util.JdbcBlackHole
-
- close(ResultSet) - Static method in class org.postgresql.util.JdbcBlackHole
-
- close() - Method in class org.postgresql.util.LogWriterHandler
-
- close() - Method in class org.postgresql.util.ReaderInputStream
-
- closeForNextExecution() - Method in class org.postgresql.jdbc.PgStatement
-
- 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() - Method in class org.postgresql.jdbc.PgStatement
-
- closePath() - Method in class org.postgresql.geometric.PGpath
-
- closeStream(PGStream) - Method in class org.postgresql.core.ConnectionFactory
-
Safely close the given stream.
- command - Variable in class org.postgresql.core.NativeQuery
-
- 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
-
- commit() - Method in class org.postgresql.jdbc.PgConnection
-
- commit(Xid, boolean) - Method in class org.postgresql.xa.PGXAConnection
-
- CommonOptions - Interface in org.postgresql.replication.fluent
-
Common parameters for logical and physical replication.
- compareTo(LogSequenceNumber) - Method in class org.postgresql.replication.LogSequenceNumber
-
- CONCAT - Static variable in class org.postgresql.jdbc.EscapedFunctions
-
Deprecated.
- concurrency - Variable in class org.postgresql.jdbc.PgStatement
-
- conn - Variable in class org.postgresql.jdbc.AbstractBlobClob
-
- connect(String, Properties) - Method in class org.postgresql.Driver
-
Try to make a database connection to the given URL.
- 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.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
-
- 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
-
- ConnectionPool - Class in org.postgresql.jdbc2.optional
-
- ConnectionPool() - Constructor for class org.postgresql.jdbc2.optional.ConnectionPool
-
Deprecated.
- continueSSPI(int) - Method in interface org.postgresql.sspi.ISSPIClient
-
- continueSSPI(int) - Method in class org.postgresql.sspi.SSPIClient
-
Continue an existing authentication conversation with the back-end in response to an
authentication request of type AUTH_REQ_GSS_CONT.
- 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.
- 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.largeobject.LargeObject
-
- CopyDual - Interface in org.postgresql.copy
-
Bidirectional via copy stream protocol.
- copyDual(String) - Method in class org.postgresql.copy.CopyManager
-
- CopyDualImpl - Class in org.postgresql.core.v3
-
- CopyDualImpl() - Constructor for class org.postgresql.core.v3.CopyDualImpl
-
- CopyIn - Interface in org.postgresql.copy
-
Copy bulk data from client into a PostgreSQL table very fast.
- copyIn(String) - Method in class org.postgresql.copy.CopyManager
-
- 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, 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, ByteStreamWriter) - Method in class org.postgresql.copy.CopyManager
-
Use COPY FROM STDIN for very fast copying from an ByteStreamWriter into a database table.
- CopyInImpl - Class in org.postgresql.core.v3
-
COPY FROM STDIN operation.
- CopyInImpl() - Constructor for class org.postgresql.core.v3.CopyInImpl
-
- 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, Writer) - Method in class org.postgresql.copy.CopyManager
-
Pass results of a COPY TO STDOUT query from database into a Writer.
- copyOut(String, OutputStream) - Method in class org.postgresql.copy.CopyManager
-
Pass results of a COPY TO STDOUT query from database into an OutputStream.
- 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
-
- COS - Static variable in class org.postgresql.jdbc.EscapedFunctions
-
Deprecated.
- COT - Static variable in class org.postgresql.jdbc.EscapedFunctions
-
Deprecated.
- create() - Method in class org.postgresql.largeobject.LargeObjectManager
-
- create(int) - Method in class org.postgresql.largeobject.LargeObjectManager
-
- create(Key) - Method in interface org.postgresql.util.LruCache.CreateAction
-
- createArrayOf(String, Object) - Method in class org.postgresql.jdbc.PgConnection
-
- createArrayOf(String, Object[]) - Method in class org.postgresql.jdbc.PgConnection
-
- createArrayOf(String, Object) - Method in interface org.postgresql.PGConnection
-
Creates an
Array
wrapping
elements.
- createBatchHandler(Query[], ParameterList[]) - Method in class org.postgresql.jdbc.PgStatement
-
- createBlob() - Method in class org.postgresql.jdbc.PgConnection
-
- createClob() - Method in class org.postgresql.jdbc.PgConnection
-
- 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.
- createConnectionPoolDataSource(Properties) - Method in class org.postgresql.osgi.PGDataSourceFactory
-
- createDataSource(Properties) - Method in class org.postgresql.osgi.PGDataSourceFactory
-
Will create and return either a
SimpleDataSource
or a
PoolingDataSource
depending on the presence in the supplied properties of any pool-related property (eg.:
JDBC_INITIAL_POOL_SIZE
or
JDBC_MAX_POOL_SIZE
).
- createDriver(Properties) - Method in class org.postgresql.osgi.PGDataSourceFactory
-
- 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
-
- createFastpathParameters(int) - Method in class org.postgresql.core.v3.QueryExecutorImpl
-
- 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
-
- 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.
- 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
-
- 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(InetAddress, int) - Method in class org.postgresql.ssl.WrappedFactory
-
- 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, 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
-
- createStatement() - Method in class org.postgresql.jdbc.PgConnection
-
- createStatement(int, int, int) - Method in class org.postgresql.jdbc.PgConnection
-
- createStatement(int, int) - Method in class org.postgresql.jdbc.PgConnection
-
- createStatementTypeInfo(SqlCommandType, boolean, int, int, boolean, int) - Static method in class org.postgresql.core.SqlCommand
-
- createStatementTypeInfo(SqlCommandType) - Static method in class org.postgresql.core.SqlCommand
-
- createStatementTypeInfo(SqlCommandType, boolean) - 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
-
- createXADataSource(Properties) - Method in class org.postgresql.osgi.PGDataSourceFactory
-
- createXMLReader() - Method in class org.postgresql.xml.DefaultPGXmlFactoryFactory
-
- createXMLReader() - Method in class org.postgresql.xml.LegacyInsecurePGXmlFactoryFactory
-
- createXMLReader() - Method in interface org.postgresql.xml.PGXmlFactoryFactory
-
- credentialCacheExists() - Static method in class org.postgresql.util.internal.Unsafe
-
- CURDATE - Static variable in class org.postgresql.jdbc.EscapedFunctions
-
Deprecated.
- currentRow - Variable in class org.postgresql.jdbc.PgResultSet
-
- 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.
- generatedKeyAlwaysReturned() - Method in class org.postgresql.jdbc.PgDatabaseMetaData
-
- 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(int) - Method in class org.postgresql.core.Tuple
-
Get the data for the given field
- get(Properties) - Method in enum org.postgresql.PGProperty
-
Returns the value of the connection parameters according to the given Properties
or the
default value.
- 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
-
- 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(long, int) - Method in class org.postgresql.jdbc.PgArray
-
- getArray(Map<String, Class<?>>) - 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.PgResultSet
-
- getArray(int) - Method in class org.postgresql.jdbc.PgResultSet
-
- 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
-
- getArrayImpl(Map<String, Class<?>>) - Method in class org.postgresql.jdbc.PgArray
-
- getArrayImpl(long, int, Map<String, Class<?>>) - Method in class org.postgresql.jdbc.PgArray
-
- 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
-
- getAutoCommit() - Method in class org.postgresql.jdbc.PgConnection
-
- getAutoSave() - Method in interface org.postgresql.core.QueryExecutor
-
- getAutoSave() - Method in class org.postgresql.core.QueryExecutorBase
-
- 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.
- 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
-
- getBestRowIdentifier(String, String, String, int, boolean) - Method in class org.postgresql.jdbc.PgDatabaseMetaData
-
- getBigDecimal(int) - Method in class org.postgresql.jdbc.PgResultSet
-
- getBigDecimal(String) - Method in class org.postgresql.jdbc.PgResultSet
-
- getBigDecimal(int, int) - Method in class org.postgresql.jdbc.PgResultSet
-
- getBigDecimal(String, int) - Method in class org.postgresql.jdbc.PgResultSet
-
- getBinaryStream() - Method in class org.postgresql.jdbc.AbstractBlobClob
-
- getBinaryStream(long, long) - Method in class org.postgresql.jdbc.PgBlob
-
- getBinaryStream(int) - Method in class org.postgresql.jdbc.PgResultSet
-
- getBinaryStream(String) - Method in class org.postgresql.jdbc.PgResultSet
-
- getBinaryStream() - Method in class org.postgresql.jdbc.PgSQLXML
-
- 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
-
- getBlob(String) - Method in class org.postgresql.jdbc.PgResultSet
-
- getBlob(int) - Method in class org.postgresql.jdbc.PgResultSet
-
- 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.PgResultSet
-
- getBoolean(Properties) - Method in enum org.postgresql.PGProperty
-
Return the boolean value for this connection parameter in the given Properties
.
- getBuffer() - Method in class org.postgresql.core.VisibleBufferedInputStream
-
Returns direct handle to the used buffer.
- getByte(int) - Method in class org.postgresql.jdbc.PgResultSet
-
- getByte(String) - Method in class org.postgresql.jdbc.PgResultSet
-
- getBytes(long, int) - Method in class org.postgresql.jdbc.AbstractBlobClob
-
- getBytes(int) - Method in class org.postgresql.jdbc.PgResultSet
- getBytes(String) - Method in class org.postgresql.jdbc.PgResultSet
-
- getBytes() - Method in class org.postgresql.util.StreamWrapper
-
- 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.
- getCancelSignalTimeout() - Method in class org.postgresql.ds.common.BaseDataSource
-
- 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
-
PostgreSQL does not support multiple catalogs from a single connection, so to reduce confusion
we only return the current catalog.
- getCatalogSeparator() - Method in class org.postgresql.jdbc.PgDatabaseMetaData
-
- getCatalogTerm() - Method in class org.postgresql.jdbc.PgDatabaseMetaData
- getCertificateChain(String) - Method in class org.postgresql.ssl.LazyKeyManager
-
- getCertificateChain(String) - Method in class org.postgresql.ssl.PKCS12KeyManager
-
- getCharacterStream(long, long) - Method in class org.postgresql.jdbc.PgClob
-
- getCharacterStream() - Method in class org.postgresql.jdbc.PgClob
-
- getCharacterStream(String) - Method in class org.postgresql.jdbc.PgResultSet
-
- getCharacterStream(int) - Method in class org.postgresql.jdbc.PgResultSet
-
- getCharacterStream() - Method in class org.postgresql.jdbc.PgSQLXML
-
- getChoices() - Method in enum 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(String) - Method in class org.postgresql.jdbc.PgConnection
-
- getClientInfo() - Method in class org.postgresql.jdbc.PgConnection
-
- getClientInfoProperties() - Method in class org.postgresql.jdbc.PgDatabaseMetaData
-
- getClob(String) - Method in class org.postgresql.jdbc.PgResultSet
-
- getClob(int) - Method in class org.postgresql.jdbc.PgResultSet
-
- 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(String, String) - 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(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.
- getConnection() - Method in class org.postgresql.ds.PGPoolingDataSource
-
Deprecated.
Gets a connection from the connection pool.
- 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.
- 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
-
- 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, Calendar) - Method in class org.postgresql.jdbc.PgResultSet
-
- getDate(String, Calendar) - Method in class org.postgresql.jdbc.PgResultSet
-
- getDate(int) - Method in class org.postgresql.jdbc.PgResultSet
-
- getDate(String) - 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.
- getDecodingReader(InputStream) - Method in class org.postgresql.core.Encoding
-
Get a Reader that decodes the given InputStream using this encoding.
- 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.
- getDefaultRowFetchSize() - Method in class org.postgresql.ds.common.BaseDataSource
-
- getDefaultTransactionIsolation() - Method in class org.postgresql.jdbc.PgDatabaseMetaData
-
- getDefaultValue() - Method in enum 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 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
-
- 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
-
- getDouble(int) - Method in class org.postgresql.jdbc.PgResultSet
-
- 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
-
- 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.jdbc.PgConnection
-
- getEncodingWriter(OutputStream) - Method in class org.postgresql.core.Encoding
-
Get a Writer that encodes to the given OutputStream using this encoding.
- getEncodingWriter() - Method in class org.postgresql.core.PGStream
-
Get a Writer instance that encodes directly onto the underlying stream.
- 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
- getFastpathAPI() - Method in class org.postgresql.jdbc.PgConnection
-
- getFastpathAPI() - Method in interface org.postgresql.PGConnection
-
- 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
-
- getFile() - Method in class org.postgresql.util.ServerErrorMessage
-
- getFixedString(int) - Method in class org.postgresql.jdbc.PgResultSet
-
This is used to fix get*() methods on Money fields.
- getFloat(int) - Method in class org.postgresql.jdbc.PgResultSet
-
- 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?
- 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
-
- getGssEncMode() - Method in class org.postgresql.ds.common.BaseDataSource
-
- getGssLib() - 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
-
- 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.
- getInputStream() - Method in class org.postgresql.largeobject.LargeObject
-
- 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
-
- getInt(int) - Method in class org.postgresql.jdbc.PgResultSet
-
- getInt(String) - Method in class org.postgresql.jdbc.PgResultSet
-
- getInt(Properties) - Method in enum 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 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
-
- getInternalPosition() - Method in class org.postgresql.util.ServerErrorMessage
-
- getInternalQuery() - Method in class org.postgresql.util.ServerErrorMessage
-
- getIntNoCheck(Properties) - Method in enum org.postgresql.PGProperty
-
Return the int value for this connection parameter in the given Properties
.
- getIOException() - Method in exception 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
-
- 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
-
- 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 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(boolean) - Method in class org.postgresql.jdbc.AbstractBlobClob
-
- getLoadBalanceHosts() - Method in class org.postgresql.ds.common.BaseDataSource
-
- getLocalSocketAddress() - Method in class org.postgresql.util.HostSpec
-
- 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
-
- getLoggerLevel() - Method in class org.postgresql.ds.common.BaseDataSource
-
- 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(String, FastpathArg[]) - Method in class org.postgresql.fastpath.Fastpath
-
Deprecated.
This convenience method assumes that the return value is a long (bigint).
- getLong(int) - Method in class org.postgresql.jdbc.PgResultSet
-
- getLong(String) - Method in class org.postgresql.jdbc.PgResultSet
-
- getLongOID() - Method in class org.postgresql.largeobject.LargeObject
-
- getMajorVersion() - Method in class org.postgresql.Driver
-
- 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
-
- 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
-
- 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 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.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 interface org.postgresql.PGNotification
-
Returns name of this notification.
- getName() - Method in enum org.postgresql.PGProperty
-
Returns the name of the connection parameter.
- 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.
- getNCharacterStream(int) - Method in class org.postgresql.jdbc.PgResultSet
-
- getNCharacterStream(String) - Method in class org.postgresql.jdbc.PgResultSet
-
- getNClob(int) - Method in class org.postgresql.jdbc.PgResultSet
-
- 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
-
- 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(int) - 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 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.PgResultSet
-
- getNString(String) - Method in class org.postgresql.jdbc.PgResultSet
-
- getNumericFunctions() - Method in class org.postgresql.jdbc.PgDatabaseMetaData
-
- 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(int) - Method in class org.postgresql.jdbc.PgResultSet
-
- getObject(String) - Method in class org.postgresql.jdbc.PgResultSet
-
- getObject(int, Class<T>) - Method in class org.postgresql.jdbc.PgResultSet
-
- getObject(String, Class<T>) - Method in class org.postgresql.jdbc.PgResultSet
-
- getObject(String, Map<String, Class<?>>) - Method in class org.postgresql.jdbc.PgResultSet
-
- getObject(int, Map<String, Class<?>>) - Method in class org.postgresql.jdbc.PgResultSet
-
- getObjectImpl(String, Map<String, Class<?>>) - Method in class org.postgresql.jdbc.PgResultSet
-
- getObjectImpl(int, 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
-
- getOid() - Method in class org.postgresql.core.CommandCompleteParser
-
- getOID() - Method in class org.postgresql.core.Field
-
- getOID(String, FastpathArg[]) - Method in class org.postgresql.fastpath.Fastpath
-
Deprecated.
This convenience method assumes that the return value is an oid.
- getOID() - Method in class org.postgresql.largeobject.LargeObject
-
- getOptions() - Method in class org.postgresql.ds.common.BaseDataSource
-
- getOutParameterCount() - Method in interface org.postgresql.core.ParameterList
-
Get the number of OUT parameters in this list.
- getOutputPlugin() - Method in class org.postgresql.replication.ReplicationSlotInfo
-
Output Plugin used on slot creation.
- getOutputStream() - Method in class org.postgresql.largeobject.LargeObject
-
- 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.jdbc.PgParameterMetaData
-
- getParameterMode(int) - Method in class org.postgresql.jdbc.PgParameterMetaData
-
For now report all parameters as inputs.
- 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
-
- 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.
- 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(String) - Method in interface org.postgresql.core.TypeInfo
-
Look up the oid for a given postgresql type name.
- 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(String) - Method in class org.postgresql.jdbc.TypeInfoCache
-
- getPGType(int) - 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
-
- 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(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
-
- 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, int) - Method in interface org.postgresql.core.TypeInfo
-
- getPrecision(int) - Method in class org.postgresql.jdbc.PgParameterMetaData
-
- getPrecision(int) - Method in class org.postgresql.jdbc.PgResultSetMetaData
-
- 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.
- 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(PGProperty) - Method in class org.postgresql.ds.common.BaseDataSource
-
- getProperty(Reference, String) - Method in class org.postgresql.ds.common.PGObjectFactory
-
- 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
-
- 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
-
- getPseudoColumns(String, String, String, String) - Method in class org.postgresql.jdbc.PgDatabaseMetaData
-
- 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
-
- 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(String) - Method in class org.postgresql.jdbc.PgResultSet
-
- getRef(int) - 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
-
- 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.
- 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.
- getResultSet() - Method in class org.postgresql.jdbc.PgArray
-
- getResultSet(long, int) - Method in class org.postgresql.jdbc.PgArray
-
- getResultSet(Map<String, Class<?>>) - Method in class org.postgresql.jdbc.PgArray
-
- getResultSet(long, int, Map<String, Class<?>>) - Method in class org.postgresql.jdbc.PgArray
-
- getResultSet() - Method in class org.postgresql.jdbc.PgStatement
-
- getResultSet() - Method in class org.postgresql.jdbc.ResultWrapper
-
- 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.
- 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(Map<String, Class<?>>) - Method in class org.postgresql.jdbc.PgArray
-
- getResultSetImpl(long, int, 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.PgResultSet
-
- 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 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, int) - Method in interface org.postgresql.core.TypeInfo
-
- getScale(int) - Method in class org.postgresql.jdbc.PgParameterMetaData
-
- getScale(int) - Method in class org.postgresql.jdbc.PgResultSetMetaData
-
- 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.
- 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 org.postgresql.util.PSQLException
-
- getServerErrorMessage() - Method in exception 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
-
- getSetString(Properties) - Method in enum 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.PgResultSet
-
- getShort(String) - Method in class org.postgresql.jdbc.PgResultSet
-
- getSingleResultSet() - Method in class org.postgresql.jdbc.PgStatement
-
- getSize() - Method in class org.postgresql.core.CachedQuery
-
- 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(Properties) - Static method in class org.postgresql.core.SocketFactoryFactory
-
- getSocketFactory() - Method in class org.postgresql.ds.common.BaseDataSource
-
- 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).
- 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(String) - Method in interface org.postgresql.core.TypeInfo
-
Look up the SQL typecode for a given postgresql type name.
- getSQLType(int) - Method in class org.postgresql.jdbc.PgResultSet
-
- getSQLType(int) - Method in class org.postgresql.jdbc.PgResultSetMetaData
-
- getSQLType(String) - Method in class org.postgresql.jdbc.TypeInfoCache
-
- getSQLType(int) - Method in class org.postgresql.jdbc.TypeInfoCache
-
- getSQLXML(int) - Method in class org.postgresql.jdbc.PgResultSet
-
- 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
-
- 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
-
- 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
-
- 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 org.postgresql.util.PSQLState
-
- getStatement() - Method in class org.postgresql.jdbc.PgResultSet
-
- 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
-
- getString(int) - Method in class org.postgresql.jdbc.PgResultSet
-
- getString(String) - Method in class org.postgresql.jdbc.PgResultSet
-
- getString() - Method in class org.postgresql.jdbc.PgSQLXML
-
- getStringFunctions() - Method in class org.postgresql.jdbc.PgDatabaseMetaData
-
- getStringType() - Method in class org.postgresql.ds.common.BaseDataSource
-
- getStringVarcharFlag() - Method in interface org.postgresql.core.BaseConnection
-
- getStringVarcharFlag() - Method in class org.postgresql.jdbc.PgConnection
-
- getSubqueries() - Method in interface org.postgresql.core.Query
-
Return a list of the Query objects that make up this query.
- 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
-
- getSupportedCipherSuites() - Method in class org.postgresql.ssl.WrappedFactory
-
- getSystemFunctions() - Method in class org.postgresql.jdbc.PgDatabaseMetaData
-
- Gettable<K,V> - Interface in org.postgresql.util
-
- getTable() - Method in class org.postgresql.util.ServerErrorMessage
-
- 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 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
-
- getTime(int, Calendar) - Method in class org.postgresql.jdbc.PgResultSet
-
- getTime(String, Calendar) - Method in class org.postgresql.jdbc.PgResultSet
-
- getTime(int) - Method in class org.postgresql.jdbc.PgResultSet
-
- getTime(String) - Method in class org.postgresql.jdbc.PgResultSet
-
- getTimeDateFunctions() - Method in class org.postgresql.jdbc.PgDatabaseMetaData
-
- getTimer() - Method in class org.postgresql.util.SharedTimer
-
- getTimestamp(int, Calendar) - Method in class org.postgresql.jdbc.PgResultSet
-
- getTimestamp(String, Calendar) - Method in class org.postgresql.jdbc.PgResultSet
-
- getTimestamp(int) - Method in class org.postgresql.jdbc.PgResultSet
-
- getTimestamp(String) - Method in class org.postgresql.jdbc.PgResultSet
-
- getTimestampUtils() - Method in interface org.postgresql.core.BaseConnection
-
- getTimestampUtils() - Method in class org.postgresql.jdbc.PgConnection
-
- 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
-
- getTypeMap() - Method in class org.postgresql.jdbc.PgConnection
-
- getTypeOIDs() - Method in interface org.postgresql.core.ParameterList
-
Return the oids of the parameters in this list.
- 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.PgResultSet
-
- 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.
- 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(String) - Method in class org.postgresql.jdbc.PgResultSet
-
- getUUID(byte[]) - Method in class org.postgresql.jdbc.PgResultSet
-
- 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.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 overidden, 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.
- getVersion() - Static method in class org.postgresql.Driver
-
- getVersionColumns(String, String, String) - Method in class org.postgresql.jdbc.PgDatabaseMetaData
-
- getVersionNum() - Method in enum 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
-
- 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
-
- 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
-
- GSSCallbackHandler - Class in org.postgresql.gss
-
- GSSCallbackHandler(String, String) - Constructor for class org.postgresql.gss.GSSCallbackHandler
-
- GssEncAction - Class in org.postgresql.gss
-
- GssEncAction(PGStream, GSSCredential, String, String, String, boolean, boolean) - Constructor for class org.postgresql.gss.GssEncAction
-
- GSSEncMode - Enum in org.postgresql.jdbc
-
- GSSInputStream - Class in org.postgresql.gss
-
- GSSInputStream(InputStream, GSSContext, MessageProp) - Constructor for class org.postgresql.gss.GSSInputStream
-
- GSSOutputStream - Class in org.postgresql.gss
-
- GSSOutputStream(OutputStream, GSSContext, MessageProp, int) - Constructor for class org.postgresql.gss.GSSOutputStream
-
- 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.
- ParameterList - Interface in org.postgresql.core
-
Abstraction of a list of parameters to be substituted into a Query.
- 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.
- 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.
- parseBackendTimeZone(String) - Static method in class org.postgresql.jdbc.TimestampUtils
-
Converts backend's TimeZone parameter to java format.
- 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.
- parseCreateKeyword(char[], int) - Static method in class org.postgresql.core.Parser
-
Parse string to check presence of CREATE keyword regardless of case.
- 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.
- parseInsertKeyword(char[], int) - Static method in class org.postgresql.core.Parser
-
Parse string to check presence of INSERT keyword regardless of case.
- 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
-
- 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.
- Parser - Class in org.postgresql.core
-
Basic query parser infrastructure.
- Parser() - Constructor for class org.postgresql.core.Parser
-
- 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 class org.postgresql.core.Utils
-
- 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.
- 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.
- parseValuesKeyword(char[], int) - Static method in class org.postgresql.core.Parser
-
Parse string to check presence of VALUES keyword regardless of case.
- parseWithKeyword(char[], int) - Static method in class org.postgresql.core.Parser
-
Parse string to check presence of WITH keyword regardless of case.
- 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.
- PgArray - Class in org.postgresql.jdbc
-
Array is used collect one column of query result data.
- PgArray(BaseConnection, int, String) - Constructor for class org.postgresql.jdbc.PgArray
-
Create a new Array.
- PgArray(BaseConnection, int, byte[]) - Constructor for class org.postgresql.jdbc.PgArray
-
Create a new Array.
- PGBinaryObject - Interface in org.postgresql.util
-
PGBinaryObject is a inteface that classes extending
PGobject
can use to take advantage of
more optimal binary encoding of the data type.
- PGBindException - Exception in org.postgresql.core
-
- PGBindException(IOException) - Constructor for exception 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(double, double, double, double) - Constructor for class org.postgresql.geometric.PGbox
-
- PGbox(PGpoint, PGpoint) - Constructor for class org.postgresql.geometric.PGbox
-
- PGbox(String) - Constructor for class org.postgresql.geometric.PGbox
-
- PGbox() - Constructor for class org.postgresql.geometric.PGbox
-
Required constructor.
- PGBundleActivator - Class in org.postgresql.osgi
-
This class is an OSGi Bundle Activator and should only be used internally by the OSGi Framework.
- PGBundleActivator() - Constructor for class org.postgresql.osgi.PGBundleActivator
-
- 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
-
- PGcircle - Class in org.postgresql.geometric
-
This represents org.postgresql's circle datatype, consisting of a point and a radius.
- PGcircle(double, double, double) - Constructor for class org.postgresql.geometric.PGcircle
-
- PGcircle(PGpoint, double) - Constructor for class org.postgresql.geometric.PGcircle
-
- PGcircle(String) - Constructor for class org.postgresql.geometric.PGcircle
-
- PGcircle() - Constructor for class org.postgresql.geometric.PGcircle
-
This constructor is used by the driver.
- PgClob - Class in org.postgresql.jdbc
-
- PgClob(BaseConnection, long) - Constructor for class org.postgresql.jdbc.PgClob
-
- PgConnection - Class in org.postgresql.jdbc
-
- PgConnection(HostSpec[], String, String, 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
-
- 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(PGConnection, String) - Constructor for class org.postgresql.copy.PGCopyInputStream
-
Uses given connection for specified COPY TO STDOUT operation.
- PGCopyInputStream(CopyOut) - Constructor for class org.postgresql.copy.PGCopyInputStream
-
Use given CopyOut operation for reading.
- PGCopyOutputStream - Class in org.postgresql.copy
-
OutputStream for buffered input into a PostgreSQL COPY FROM STDIN operation.
- 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.
- 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.
- PgDatabaseMetaData - Class in org.postgresql.jdbc
-
- PgDatabaseMetaData(PgConnection) - Constructor for class org.postgresql.jdbc.PgDatabaseMetaData
-
- PGDataSourceFactory - Class in org.postgresql.osgi
-
This factory service is designed to be used in OSGi Enterprise environments to create and
configure JDBC data-sources.
- PGDataSourceFactory() - Constructor for class org.postgresql.osgi.PGDataSourceFactory
-
- 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(String) - Constructor for class org.postgresql.util.PGInterval
-
Initialize a interval with a given interval string representation.
- PGInterval(int, int, int, int, int, double) - Constructor for class org.postgresql.util.PGInterval
-
Initializes all values of this interval to the specified values.
- 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(double, double, double) - Constructor for class org.postgresql.geometric.PGline
-
- PGline(double, double, double, double) - Constructor for class org.postgresql.geometric.PGline
-
- PGline(PGpoint, PGpoint) - Constructor for class org.postgresql.geometric.PGline
-
- PGline(PGlseg) - Constructor for class org.postgresql.geometric.PGline
-
- PGline(String) - Constructor for class org.postgresql.geometric.PGline
-
- PGline() - Constructor for class org.postgresql.geometric.PGline
-
required by the driver.
- PGlseg - Class in org.postgresql.geometric
-
This implements a lseg (line segment) consisting of two points.
- PGlseg(double, double, double, double) - Constructor for class org.postgresql.geometric.PGlseg
-
- PGlseg(PGpoint, PGpoint) - Constructor for class org.postgresql.geometric.PGlseg
-
- PGlseg(String) - Constructor for class org.postgresql.geometric.PGlseg
-
- PGlseg() - Constructor for class org.postgresql.geometric.PGlseg
-
required by the driver.
- PGmoney - Class in org.postgresql.util
-
This implements a class that handles the PostgreSQL money and cash types.
- PGmoney(double) - Constructor for class org.postgresql.util.PGmoney
-
- PGmoney(String) - Constructor for class org.postgresql.util.PGmoney
-
- PGmoney() - Constructor for class org.postgresql.util.PGmoney
-
- 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
-
- PgParameterMetaData - Class in org.postgresql.jdbc
-
- PgParameterMetaData(BaseConnection, int[]) - Constructor for class org.postgresql.jdbc.PgParameterMetaData
-
- PGpath - Class in org.postgresql.geometric
-
This implements a path (a multiple segmented line, which may be closed).
- PGpath(PGpoint[], boolean) - Constructor for class org.postgresql.geometric.PGpath
-
- PGpath() - Constructor for class org.postgresql.geometric.PGpath
-
Required by the driver.
- PGpath(String) - Constructor for class org.postgresql.geometric.PGpath
-
- PGpoint - Class in org.postgresql.geometric
-
It maps to the point datatype in org.postgresql.
- 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.
- PGpoint() - Constructor for class org.postgresql.geometric.PGpoint
-
Required by the driver.
- PGpolygon - Class in org.postgresql.geometric
-
This implements the polygon datatype within PostgreSQL.
- PGpolygon(PGpoint[]) - Constructor for class org.postgresql.geometric.PGpolygon
-
Creates a polygon using an array of PGpoints.
- PGpolygon(String) - Constructor for class org.postgresql.geometric.PGpolygon
-
- PGpolygon() - Constructor for class org.postgresql.geometric.PGpolygon
-
Required by the driver.
- PGPooledConnection - Class in org.postgresql.ds
-
PostgreSQL implementation of the PooledConnection interface.
- PGPooledConnection(Connection, boolean, boolean) - Constructor for class org.postgresql.ds.PGPooledConnection
-
Creates a new PooledConnection representing the specified physical connection.
- PGPooledConnection(Connection, boolean) - Constructor for class org.postgresql.ds.PGPooledConnection
-
- PGPoolingDataSource - Class in org.postgresql.ds
-
- PGPoolingDataSource() - Constructor for class org.postgresql.ds.PGPoolingDataSource
-
Deprecated.
- PGProperty - Enum in org.postgresql
-
All connection parameters that can be either set in JDBC URL, in Driver properties or in
datasource setters.
- PGPropertyMaxResultBufferParser - Class in org.postgresql.util
-
- PGPropertyMaxResultBufferParser() - Constructor for class org.postgresql.util.PGPropertyMaxResultBufferParser
-
- PGRefCursorResultSet - Interface in org.postgresql
-
- PGReplicationConnection - Interface in org.postgresql.replication
-
- 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.CursorResultHandler - 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
-
- 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
-
- PgStatement - Class in org.postgresql.jdbc
-
- 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 - 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, 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
-
- PGStream(SocketFactory, HostSpec) - Constructor for class org.postgresql.core.PGStream
-
- pgStream - Variable in class org.postgresql.core.QueryExecutorBase
-
- 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.
- PGXAConnection - Class in org.postgresql.xa
-
- PGXAConnection(BaseConnection) - Constructor for class org.postgresql.xa.PGXAConnection
-
- 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 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.
- 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
-
- 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.
- PKCS12KeyManager - Class in org.postgresql.ssl
-
- PKCS12KeyManager(String, CallbackHandler) - Constructor for class org.postgresql.ssl.PKCS12KeyManager
-
- POINT - Static variable in class org.postgresql.core.Oid
-
- 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_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
-
- PoolingDataSource - Class in org.postgresql.jdbc2.optional
-
- PoolingDataSource() - Constructor for class org.postgresql.jdbc2.optional.PoolingDataSource
-
Deprecated.
- port - Variable in class org.postgresql.util.HostSpec
-
- position(byte[], long) - Method in class org.postgresql.jdbc.AbstractBlobClob
-
Iterate over the buffer looking for the specified pattern.
- position(Blob, long) - Method in class org.postgresql.jdbc.AbstractBlobClob
-
This is simply passing the byte value of the pattern Blob.
- position(String, long) - Method in class org.postgresql.jdbc.PgClob
-
For now, this is not implemented.
- position(Clob, long) - Method in class org.postgresql.jdbc.PgClob
-
This should be simply passing the byte value of the pattern Blob.
- 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.
- PreferQueryMode - Enum 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.
- prepare(Xid) - Method in class org.postgresql.xa.PGXAConnection
-
Prepares transaction.
- prepareCall(String) - Method in class org.postgresql.jdbc.PgConnection
-
- prepareCall(String, int, int, int) - Method in class org.postgresql.jdbc.PgConnection
-
- prepareCall(String, int, int) - Method in class org.postgresql.jdbc.PgConnection
-
- prepareStatement(String) - Method in class org.postgresql.jdbc.PgConnection
-
- prepareStatement(String, int, int, int) - Method in class org.postgresql.jdbc.PgConnection
-
- prepareStatement(String, int, int) - 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, String[]) - Method in class org.postgresql.jdbc.PgConnection
-
- prepareThreshold - Variable in class org.postgresql.jdbc.PgConnection
-
- previous() - Method in class org.postgresql.jdbc.PgResultSet
-
- 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(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() - Method in class org.postgresql.core.v3.QueryExecutorImpl
-
- 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
-
- processServerFirstMessage(int) - Method in class org.postgresql.jre7.sasl.ScramAuthenticator
-
- processServerMechanismsAndInit() - Method in class org.postgresql.jre7.sasl.ScramAuthenticator
-
- Provider<T> - Interface in org.postgresql.core
-
Represents a provider of results.
- PSQLException - Exception in org.postgresql.util
-
- PSQLException(String, PSQLState, Throwable) - Constructor for exception org.postgresql.util.PSQLException
-
- PSQLException(String, PSQLState) - Constructor for exception org.postgresql.util.PSQLException
-
- PSQLException(ServerErrorMessage) - Constructor for exception org.postgresql.util.PSQLException
-
- PSQLException(ServerErrorMessage, boolean) - Constructor for exception 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 in org.postgresql.util
-
This class is used for holding SQLState codes.
- PSQLWarning - Exception in org.postgresql.util
-
- PSQLWarning(ServerErrorMessage) - Constructor for exception org.postgresql.util.PSQLWarning
-
- 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
-
- 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.
- RADIANS - Static variable in class org.postgresql.jdbc.EscapedFunctions
-
Deprecated.
- radius - Variable in class org.postgresql.geometric.PGcircle
-
This is the radius.
- read() - Method in class org.postgresql.copy.PGCopyInputStream
-
- read(byte[]) - Method in class org.postgresql.copy.PGCopyInputStream
-
- read(byte[], int, int) - 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(byte[], int, int) - Method in class org.postgresql.core.VisibleBufferedInputStream
- read() - Method in class org.postgresql.gss.GSSInputStream
-
- read(byte[], int, int) - Method in class org.postgresql.gss.GSSInputStream
-
- read() - Method in class org.postgresql.largeobject.BlobInputStream
-
The minimum required to implement input stream.
- read(int) - Method in class org.postgresql.largeobject.LargeObject
-
Reads some data from the object, and return as a byte[] array.
- read(byte[], int, int) - Method in class org.postgresql.largeobject.LargeObject
-
Reads some data from the object into an existing array.
- READ - Static variable in class org.postgresql.largeobject.LargeObjectManager
-
This mode indicates we want to read an object.
- read() - Method in interface org.postgresql.replication.PGReplicationStream
-
Read next wal record from backend.
- read() - Method in class org.postgresql.util.ReaderInputStream
-
- read(byte[], int, int) - Method in class org.postgresql.util.ReaderInputStream
-
- readBaseObject(ObjectInputStream) - Method in class org.postgresql.ds.common.BaseDataSource
-
- 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
-
- 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(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() - Method in class org.postgresql.copy.PGCopyInputStream
-
- readFromCopy(boolean) - Method in class org.postgresql.copy.PGCopyInputStream
-
- readFromCopy() - Method in class org.postgresql.core.v3.CopyDualImpl
-
- readFromCopy(boolean) - Method in class org.postgresql.core.v3.CopyDualImpl
-
- readFromCopy() - Method in class org.postgresql.core.v3.CopyOutImpl
-
- readFromCopy(boolean) - Method in class org.postgresql.core.v3.CopyOutImpl
-
- 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
-
- READWRITE - Static variable in class org.postgresql.largeobject.LargeObjectManager
-
This mode is the default.
- receive(int) - Method in class org.postgresql.core.PGStream
-
Reads in a given number of bytes from the backend.
- receive(byte[], int, int) - Method in class org.postgresql.core.PGStream
-
Reads in a given number of bytes from the backend.
- 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.
- receiveEOF() - Method in class org.postgresql.core.PGStream
-
Consume an expected EOF from the backend.
- 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.
- receiveInteger2() - Method in class org.postgresql.core.PGStream
-
Receives a two byte integer from the backend.
- receiveInteger4() - Method in class org.postgresql.core.PGStream
-
Receives a four byte integer from the backend.
- receiveParameterStatus() - Method in class org.postgresql.core.v3.QueryExecutorImpl
-
- receiveString(int) - Method in class org.postgresql.core.PGStream
-
Receives a fixed-size string from the backend.
- receiveString() - Method in class org.postgresql.core.PGStream
-
Receives a null-terminated 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.
- REF_CURSOR - Static variable in class org.postgresql.core.Oid
-
- REF_CURSOR_ARRAY - Static variable in class org.postgresql.core.Oid
-
- refreshRow() - Method in class org.postgresql.jdbc.PgResultSet
-
- register() - Static method in class org.postgresql.Driver
-
- register(int, ArrayAssistant) - Static method in class org.postgresql.jdbc2.ArrayAssistantRegistry
-
- registerOutParameter(int, int) - Method in interface org.postgresql.core.ParameterList
-
- relative(int) - Method in class org.postgresql.jdbc.PgResultSet
-
- releaseQuery(CachedQuery) - Method in interface org.postgresql.core.QueryExecutor
-
- releaseQuery(CachedQuery) - Method in class org.postgresql.core.QueryExecutorBase
-
- releaseSavepoint(Savepoint) - Method in class org.postgresql.jdbc.PgConnection
-
- releaseTimer() - Method in class org.postgresql.util.SharedTimer
-
- remaining() - Method in class org.postgresql.core.FixedLengthOutputStream
-
- remove(String, String, String) - Static method in class org.postgresql.util.PGtokenizer
-
This removes the lead/trailing strings from a string.
- remove(String, String) - Method in class org.postgresql.util.PGtokenizer
-
This removes the lead/trailing strings from all tokens.
- removeAngle(String) - Static method in class org.postgresql.util.PGtokenizer
-
Removes < and > from the beginning and end of a string.
- removeAngle() - 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.
- removeBox() - Method in class org.postgresql.util.PGtokenizer
-
Removes [ and ] from the beginning and end of all tokens.
- 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(String) - Static method in class org.postgresql.util.PGtokenizer
-
Removes curly braces { and } from the beginning and end of a string.
- removeCurlyBrace() - 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.
- removePara() - Method in class org.postgresql.util.PGtokenizer
-
Removes ( and ) from the beginning and end of all tokens.
- 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.
- 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
-
- ReplicationCreateSlotBuilder - Class in org.postgresql.replication.fluent
-
- ReplicationCreateSlotBuilder(BaseConnection) - Constructor for class org.postgresql.replication.fluent.ReplicationCreateSlotBuilder
-
- 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 - Enum in org.postgresql.replication
-
- reportHostStatus(HostSpec, HostStatus) - Static method in class org.postgresql.hostchooser.GlobalHostStatusTracker
-
Store the actual observed host status.
- requireEncryption() - Method in enum org.postgresql.jdbc.GSSEncMode
-
- requireEncryption() - Method in enum 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.
- resolveEntity(String, String) - Method in class org.postgresql.xml.EmptyStringEntityResolver
-
- result - Variable in class org.postgresql.core.EncodingPredictor.DecodeResult
-
- result - Variable in class org.postgresql.jdbc.PgStatement
-
The current results.
- ResultCursor - Interface in org.postgresql.core
-
Abstraction of a cursor over a returned resultset.
- 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
-
- 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
-
- resultsettype - Variable in class org.postgresql.jdbc.PgStatement
-
- ResultWrapper - Class in org.postgresql.jdbc
-
Helper class that storing result info.
- ResultWrapper(ResultSet) - Constructor for class org.postgresql.jdbc.ResultWrapper
-
- ResultWrapper(long, long) - Constructor for class org.postgresql.jdbc.ResultWrapper
-
- returnsRows() - Method in class org.postgresql.core.SqlCommand
-
- 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:
- ROUND - Static variable in class org.postgresql.jdbc.EscapedFunctions
-
Deprecated.
- rowDeleted() - Method in class org.postgresql.jdbc.PgResultSet
-
- rowInserted() - Method in class org.postgresql.jdbc.PgResultSet
-
- rowOffset - Variable in class org.postgresql.jdbc.PgResultSet
-
- rows - Variable in class org.postgresql.jdbc.PgResultSet
-
- rowUpdated() - Method in class org.postgresql.jdbc.PgResultSet
-
- RTRIM - Static variable in class org.postgresql.jdbc.EscapedFunctions
-
Deprecated.
- run(QueryExecutor, String, boolean) - Static method in class org.postgresql.core.SetupQueryRunner
-
- run() - Method in class org.postgresql.gss.GssEncAction
-
- run() - Method in class org.postgresql.jdbc.PgConnection.AbortCommand
-
- scale(int) - Method in class org.postgresql.util.PGInterval
-
Scale this interval by an integer factor.
- scanCStringLength() - Method in class org.postgresql.core.VisibleBufferedInputStream
-
Scans the length of the next null terminated string (C-style string) from the stream.
- ScramAuthenticator - Class in org.postgresql.jre7.sasl
-
- ScramAuthenticator(String, String, PGStream) - Constructor for class org.postgresql.jre7.sasl.ScramAuthenticator
-
- SECOND - Static variable in class org.postgresql.jdbc.EscapedFunctions
-
Deprecated.
- 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
-
- seek(int, int) - Method in class org.postgresql.largeobject.LargeObject
-
Sets the current position within the object.
- seek(int) - Method in class org.postgresql.largeobject.LargeObject
-
Sets the current position within the object.
- seek64(long, int) - Method in class org.postgresql.largeobject.LargeObject
-
Sets the current position within the object using 64-bit value (9.3+).
- 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.
- 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.
- 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
-
- sendCloseMessage() - 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.
- sendQueryCancel() - Method in interface org.postgresql.core.QueryExecutor
-
Sends a query cancellation for this connection.
- sendQueryCancel() - Method in class org.postgresql.core.QueryExecutorBase
-
- sendScramClientFirstMessage() - Method in class org.postgresql.jre7.sasl.ScramAuthenticator
-
- sendStream(InputStream, int) - Method in class org.postgresql.core.PGStream
-
Copy data from an input stream to the connection.
- ServerErrorMessage - Class in org.postgresql.util
-
- ServerErrorMessage(EncodingPredictor.DecodeResult) - Constructor for class org.postgresql.util.ServerErrorMessage
-
- ServerErrorMessage(String) - Constructor for class org.postgresql.util.ServerErrorMessage
-
- ServerVersion - Enum in org.postgresql.core
-
Enumeration for PostgreSQL versions.
- set(int, byte[]) - Method in class org.postgresql.core.Tuple
-
Set the given field to the given data.
- set(Properties, String) - Method in enum org.postgresql.PGProperty
-
Set the value for this connection parameter in the given Properties
.
- set(Properties, boolean) - Method in enum org.postgresql.PGProperty
-
Set the boolean value for this connection parameter in the given Properties
.
- set(Properties, int) - Method in enum org.postgresql.PGProperty
-
Set the int 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.
- setAsciiStream(long) - Method in class org.postgresql.jdbc.PgClob
-
- setAssumeMinServerVersion(String) - Method in class org.postgresql.ds.common.BaseDataSource
-
- setAutoCommit(boolean) - Method in class org.postgresql.jdbc.PgConnection
-
- setAutoSave(AutoSave) - Method in interface org.postgresql.core.QueryExecutor
-
- setAutoSave(AutoSave) - Method in class org.postgresql.core.QueryExecutorBase
-
- 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.
- setBackendKeyData(int, int) - Method in class org.postgresql.core.QueryExecutorBase
-
- setBinaryParameter(int, byte[], int) - Method in interface org.postgresql.core.ParameterList
-
Binds given byte[] value to a parameter.
- 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(long) - Method in class org.postgresql.jdbc.AbstractBlobClob
-
- setBinaryStream() - Method in class org.postgresql.jdbc.PgSQLXML
-
- 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
-
- 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, InputStream, int) - Method in interface org.postgresql.core.ParameterList
-
Binds a binary bytea value stored as an InputStream.
- setBytea(int, InputStream) - Method in interface org.postgresql.core.ParameterList
-
Binds a binary bytea value stored as an InputStream.
- setBytea(int, ByteStreamWriter) - Method in interface org.postgresql.core.ParameterList
-
Binds a binary bytea value stored as a ByteStreamWriter.
- setBytes(long, byte[]) - Method in class org.postgresql.jdbc.PgBlob
-
- setBytes(long, byte[], int, int) - Method in class org.postgresql.jdbc.PgBlob
-
- 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
-
- setCharacterStream(long) - Method in class org.postgresql.jdbc.PgClob
-
- setCharacterStream() - Method in class org.postgresql.jdbc.PgSQLXML
-
- 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
-
- 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.
- 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
-
- 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
-
- 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
-
- 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
-
- setGssEncMode(String) - Method in class org.postgresql.ds.common.BaseDataSource
-
- setGssLib(String) - Method in class org.postgresql.ds.common.BaseDataSource
-
- 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.
- setIntParameter(int, int) - Method in interface org.postgresql.core.ParameterList
-
Binds an integer value to a parameter.
- 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.
- setLoadBalanceHosts(boolean) - 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
-
Moves the point to the supplied java.awt.Point refer to java.awt.Point for description of this.
- setLoggerFile(String) - Method in class org.postgresql.ds.common.BaseDataSource
-
- setLoggerLevel(String) - Method in class org.postgresql.ds.common.BaseDataSource
-
- 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.
- 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.
- 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.
- 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
-
- setNull(int, int) - Method in interface org.postgresql.core.ParameterList
-
Binds a SQL NULL value to a parameter.
- 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.
- setPGType(String) - Method in class org.postgresql.core.Field
-
- setPoolable(boolean) - Method in class org.postgresql.jdbc.PgStatement
-
- 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 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.
- setProperty(String, String) - Method in class org.postgresql.ds.common.BaseDataSource
-
- setProperty(PGProperty, String) - Method in class org.postgresql.ds.common.BaseDataSource
-
- setProtocolVersion(int) - Method in class org.postgresql.ds.common.BaseDataSource
-
- 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
-
- setReplication(String) - Method in class org.postgresql.ds.common.BaseDataSource
-
- setResult(Class<T>) - Method in class org.postgresql.jdbc.PgSQLXML
-
- setReWriteBatchedInserts(boolean) - Method in class org.postgresql.ds.common.BaseDataSource
-
- 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
-
- 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.ds.common.BaseDataSource
-
- setSQLType(int) - Method in class org.postgresql.core.Field
-
- 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
-
- 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
-
- 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
-
- 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
-
- 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.
- 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
-
- 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.
- setTimeoutRequested(boolean) - Method in class org.postgresql.core.VisibleBufferedInputStream
-
- 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
-
- setUnknownLength(int) - Method in class org.postgresql.ds.common.BaseDataSource
-
- 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
-
- setUrl(String) - Method in class org.postgresql.ds.common.BaseDataSource
-
- setURL(String) - Method in class org.postgresql.ds.common.BaseDataSource
-
- 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
-
- setUseSpNego(boolean) - Method in class org.postgresql.ds.common.BaseDataSource
-
- 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(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.util.PGmoney
-
- setValue(String) - Method in class org.postgresql.util.PGobject
-
This method sets the value of this object.
- 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.
- SharedTimer - Class in org.postgresql.util
-
- SharedTimer() - Constructor for class org.postgresql.util.SharedTimer
-
- shouldResolve() - Method in class org.postgresql.util.HostSpec
-
- SIGN - Static variable in class org.postgresql.jdbc.EscapedFunctions
-
Deprecated.
- SimpleDataSource - Class in org.postgresql.jdbc2.optional
-
- SimpleDataSource() - Constructor for class org.postgresql.jdbc2.optional.SimpleDataSource
-
Deprecated.
- SIN - Static variable in class org.postgresql.jdbc.EscapedFunctions
-
Deprecated.
- 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
-
- 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.
- 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
- slotName - Variable in class org.postgresql.replication.fluent.AbstractCreateSlotBuilder
-
- slotName - Variable in class org.postgresql.replication.fluent.AbstractStreamBuilder
-
- SocketFactoryFactory - Class in org.postgresql.core
-
- SocketFactoryFactory() - Constructor for class org.postgresql.core.SocketFactoryFactory
-
- SPACE - Static variable in class org.postgresql.jdbc.EscapedFunctions
-
Deprecated.
- SQL_TSI_DAY - Static variable in class org.postgresql.jdbc.EscapedFunctions
-
Deprecated.
- SQL_TSI_FRAC_SECOND - Static variable in class org.postgresql.jdbc.EscapedFunctions
-
Deprecated.
- SQL_TSI_HOUR - Static variable in class org.postgresql.jdbc.EscapedFunctions
-
Deprecated.
- SQL_TSI_MINUTE - Static variable in class org.postgresql.jdbc.EscapedFunctions
-
Deprecated.
- SQL_TSI_MONTH - Static variable in class org.postgresql.jdbc.EscapedFunctions
-
Deprecated.
- SQL_TSI_QUARTER - Static variable in class org.postgresql.jdbc.EscapedFunctions
-
Deprecated.
- SQL_TSI_ROOT - Static variable in class org.postgresql.jdbc.EscapedFunctions
-
Deprecated.
- SQL_TSI_SECOND - Static variable in class org.postgresql.jdbc.EscapedFunctions
-
Deprecated.
- SQL_TSI_WEEK - Static variable in class org.postgresql.jdbc.EscapedFunctions
-
Deprecated.
- SQL_TSI_YEAR - Static variable in class org.postgresql.jdbc.EscapedFunctions
-
Deprecated.
- sqlceiling(List<?>) - Static method in class org.postgresql.jdbc.EscapedFunctions
-
Deprecated.
ceiling to ceil translation.
- sqlceiling(StringBuilder, List<? extends CharSequence>) - Static method in class org.postgresql.jdbc.EscapedFunctions2
-
ceiling to ceil translation
- sqlchar(List<?>) - Static method in class org.postgresql.jdbc.EscapedFunctions
-
Deprecated.
char to chr translation.
- sqlchar(StringBuilder, List<? extends CharSequence>) - Static method in class org.postgresql.jdbc.EscapedFunctions2
-
char to chr translation
- SqlCommand - Class in org.postgresql.core
-
Data Modification Language inspection support.
- SqlCommandType - Enum in org.postgresql.core
-
Type information inspection support.
- sqlconcat(List<?>) - Static method in class org.postgresql.jdbc.EscapedFunctions
-
Deprecated.
concat translation.
- sqlconcat(StringBuilder, List<? extends CharSequence>) - Static method in class org.postgresql.jdbc.EscapedFunctions2
-
concat translation
- sqlcurdate(List<?>) - Static method in class org.postgresql.jdbc.EscapedFunctions
-
Deprecated.
curdate to current_date translation.
- sqlcurdate(StringBuilder, List<? extends CharSequence>) - Static method in class org.postgresql.jdbc.EscapedFunctions2
-
curdate to current_date translation
- sqlcurtime(List<?>) - Static method in class org.postgresql.jdbc.EscapedFunctions
-
Deprecated.
curtime to current_time translation.
- sqlcurtime(StringBuilder, List<? extends CharSequence>) - Static method in class org.postgresql.jdbc.EscapedFunctions2
-
curtime to current_time translation
- sqldatabase(List<?>) - Static method in class org.postgresql.jdbc.EscapedFunctions
-
Deprecated.
database translation.
- sqldatabase(StringBuilder, List<? extends CharSequence>) - Static method in class org.postgresql.jdbc.EscapedFunctions2
-
database translation
- sqldayname(List<?>) - Static method in class org.postgresql.jdbc.EscapedFunctions
-
Deprecated.
dayname translation.
- sqldayname(StringBuilder, List<? extends CharSequence>) - Static method in class org.postgresql.jdbc.EscapedFunctions2
-
dayname translation
- sqldayofmonth(List<?>) - Static method in class org.postgresql.jdbc.EscapedFunctions
-
Deprecated.
dayofmonth translation.
- sqldayofmonth(StringBuilder, List<? extends CharSequence>) - Static method in class org.postgresql.jdbc.EscapedFunctions2
-
dayofmonth translation
- 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.
- 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
- sqldayofyear(List<?>) - Static method in class org.postgresql.jdbc.EscapedFunctions
-
Deprecated.
dayofyear translation.
- sqldayofyear(StringBuilder, List<? extends CharSequence>) - Static method in class org.postgresql.jdbc.EscapedFunctions2
-
dayofyear translation
- sqlhour(List<?>) - Static method in class org.postgresql.jdbc.EscapedFunctions
-
Deprecated.
hour translation.
- sqlhour(StringBuilder, List<? extends CharSequence>) - Static method in class org.postgresql.jdbc.EscapedFunctions2
-
hour translation
- sqlifnull(List<?>) - Static method in class org.postgresql.jdbc.EscapedFunctions
-
Deprecated.
ifnull translation.
- sqlifnull(StringBuilder, List<? extends CharSequence>) - Static method in class org.postgresql.jdbc.EscapedFunctions2
-
ifnull translation
- sqlinsert(List<?>) - Static method in class org.postgresql.jdbc.EscapedFunctions
-
Deprecated.
insert to overlay translation.
- sqlinsert(StringBuilder, List<? extends CharSequence>) - Static method in class org.postgresql.jdbc.EscapedFunctions2
-
insert to overlay translation
- sqllcase(List<?>) - Static method in class org.postgresql.jdbc.EscapedFunctions
-
Deprecated.
lcase to lower translation.
- sqllcase(StringBuilder, List<? extends CharSequence>) - Static method in class org.postgresql.jdbc.EscapedFunctions2
-
lcase to lower translation
- sqlleft(List<?>) - Static method in class org.postgresql.jdbc.EscapedFunctions
-
Deprecated.
left to substring translation.
- sqlleft(StringBuilder, List<? extends CharSequence>) - Static method in class org.postgresql.jdbc.EscapedFunctions2
-
left to substring translation
- sqllength(List<?>) - Static method in class org.postgresql.jdbc.EscapedFunctions
-
Deprecated.
length translation.
- sqllength(StringBuilder, List<? extends CharSequence>) - Static method in class org.postgresql.jdbc.EscapedFunctions2
-
length translation
- sqllocate(List<?>) - Static method in class org.postgresql.jdbc.EscapedFunctions
-
Deprecated.
locate translation.
- sqllocate(StringBuilder, List<? extends CharSequence>) - Static method in class org.postgresql.jdbc.EscapedFunctions2
-
locate translation
- sqllog(List<?>) - Static method in class org.postgresql.jdbc.EscapedFunctions
-
Deprecated.
log to ln translation.
- sqllog(StringBuilder, List<? extends CharSequence>) - Static method in class org.postgresql.jdbc.EscapedFunctions2
-
log to ln translation
- sqllog10(List<?>) - Static method in class org.postgresql.jdbc.EscapedFunctions
-
Deprecated.
log10 to log translation.
- sqllog10(StringBuilder, List<? extends CharSequence>) - Static method in class org.postgresql.jdbc.EscapedFunctions2
-
log10 to log translation
- sqlltrim(List<?>) - Static method in class org.postgresql.jdbc.EscapedFunctions
-
Deprecated.
ltrim translation.
- sqlltrim(StringBuilder, List<? extends CharSequence>) - Static method in class org.postgresql.jdbc.EscapedFunctions2
-
ltrim translation
- sqlminute(List<?>) - Static method in class org.postgresql.jdbc.EscapedFunctions
-
Deprecated.
minute translation.
- sqlminute(StringBuilder, List<? extends CharSequence>) - Static method in class org.postgresql.jdbc.EscapedFunctions2
-
minute translation
- sqlmonth(List<?>) - Static method in class org.postgresql.jdbc.EscapedFunctions
-
Deprecated.
month translation.
- sqlmonth(StringBuilder, List<? extends CharSequence>) - Static method in class org.postgresql.jdbc.EscapedFunctions2
-
month translation
- sqlmonthname(List<?>) - Static method in class org.postgresql.jdbc.EscapedFunctions
-
Deprecated.
monthname translation.
- sqlmonthname(StringBuilder, List<? extends CharSequence>) - Static method in class org.postgresql.jdbc.EscapedFunctions2
-
monthname translation
- sqlpower(List<?>) - Static method in class org.postgresql.jdbc.EscapedFunctions
-
Deprecated.
power to pow translation.
- sqlpower(StringBuilder, List<? extends CharSequence>) - Static method in class org.postgresql.jdbc.EscapedFunctions2
-
power to pow translation
- sqlquarter(List<?>) - Static method in class org.postgresql.jdbc.EscapedFunctions
-
Deprecated.
quarter translation.
- sqlquarter(StringBuilder, List<? extends CharSequence>) - Static method in class org.postgresql.jdbc.EscapedFunctions2
-
quarter translation
- sqlright(List<?>) - Static method in class org.postgresql.jdbc.EscapedFunctions
-
Deprecated.
right to substring translation.
- sqlright(StringBuilder, List<? extends CharSequence>) - Static method in class org.postgresql.jdbc.EscapedFunctions2
-
right to substring translation
- sqlrtrim(List<?>) - Static method in class org.postgresql.jdbc.EscapedFunctions
-
Deprecated.
rtrim translation.
- sqlrtrim(StringBuilder, List<? extends CharSequence>) - Static method in class org.postgresql.jdbc.EscapedFunctions2
-
rtrim translation
- sqlsecond(List<?>) - Static method in class org.postgresql.jdbc.EscapedFunctions
-
Deprecated.
second translation.
- sqlsecond(StringBuilder, List<? extends CharSequence>) - Static method in class org.postgresql.jdbc.EscapedFunctions2
-
second translation
- sqlspace(List<?>) - Static method in class org.postgresql.jdbc.EscapedFunctions
-
Deprecated.
space translation.
- sqlspace(StringBuilder, List<? extends CharSequence>) - Static method in class org.postgresql.jdbc.EscapedFunctions2
-
space translation
- sqlsubstring(List<?>) - Static method in class org.postgresql.jdbc.EscapedFunctions
-
Deprecated.
substring to substr translation.
- sqlsubstring(StringBuilder, List<? extends CharSequence>) - Static method in class org.postgresql.jdbc.EscapedFunctions2
-
substring to substr translation
- sqltimestampadd(List<? extends Object>) - Static method in class org.postgresql.jdbc.EscapedFunctions
-
Deprecated.
time stamp add.
- sqltimestampadd(StringBuilder, List<? extends CharSequence>) - Static method in class org.postgresql.jdbc.EscapedFunctions2
-
time stamp add
- sqltimestampdiff(List<? extends Object>) - Static method in class org.postgresql.jdbc.EscapedFunctions
-
Deprecated.
time stamp diff.
- sqltimestampdiff(StringBuilder, List<? extends CharSequence>) - Static method in class org.postgresql.jdbc.EscapedFunctions2
-
time stamp diff
- sqltruncate(List<?>) - Static method in class org.postgresql.jdbc.EscapedFunctions
-
Deprecated.
truncate to trunc translation.
- sqltruncate(StringBuilder, List<? extends CharSequence>) - Static method in class org.postgresql.jdbc.EscapedFunctions2
-
truncate to trunc translation
- sqlucase(List<?>) - Static method in class org.postgresql.jdbc.EscapedFunctions
-
Deprecated.
ucase to upper translation.
- sqlucase(StringBuilder, List<? extends CharSequence>) - Static method in class org.postgresql.jdbc.EscapedFunctions2
-
ucase to upper translation
- sqluser(List<?>) - Static method in class org.postgresql.jdbc.EscapedFunctions
-
Deprecated.
user translation.
- sqluser(StringBuilder, List<? extends CharSequence>) - Static method in class org.postgresql.jdbc.EscapedFunctions2
-
user translation
- sqlweek(List<?>) - Static method in class org.postgresql.jdbc.EscapedFunctions
-
Deprecated.
week translation.
- sqlweek(StringBuilder, List<? extends CharSequence>) - Static method in class org.postgresql.jdbc.EscapedFunctions2
-
week translation
- sqlyear(List<?>) - Static method in class org.postgresql.jdbc.EscapedFunctions
-
Deprecated.
year translation.
- sqlyear(StringBuilder, List<? extends CharSequence>) - Static method in class org.postgresql.jdbc.EscapedFunctions2
-
year translation
- SQRT - Static variable in class org.postgresql.jdbc.EscapedFunctions
-
Deprecated.
- SslMode - Enum in org.postgresql.jdbc
-
- SSPI_DEFAULT_SPN_SERVICE_CLASS - Static variable in class org.postgresql.sspi.SSPIClient
-
- SSPIClient - Class 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.
- SSPIClient(PGStream, String, boolean) - Constructor for class org.postgresql.sspi.SSPIClient
-
Instantiate an SSPIClient for authentication of a connection.
- start(BundleContext) - Method in class org.postgresql.osgi.PGBundleActivator
-
- 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(LogicalReplicationOptions) - Method in interface org.postgresql.replication.fluent.logical.StartLogicalReplicationCallback
-
- 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(PhysicalReplicationOptions) - Method in interface org.postgresql.replication.fluent.physical.StartPhysicalReplicationCallback
-
- start(Xid, int) - Method in class org.postgresql.xa.PGXAConnection
-
Preconditions:
- 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
-
- 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
-
- startSSPI() - Method in class org.postgresql.sspi.SSPIClient
-
Respond to an authentication request from the back-end for SSPI authentication (AUTH_REQ_SSPI).
- statement - Variable in class org.postgresql.jdbc.PgResultSet
-
- StatementResultHandler() - Constructor for class org.postgresql.jdbc.PgStatement.StatementResultHandler
-
- statusIntervalMs - Variable in class org.postgresql.replication.fluent.AbstractStreamBuilder
-
- stop(BundleContext) - Method in class org.postgresql.osgi.PGBundleActivator
-
- 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
-
- storesUpperCaseIdentifiers() - Method in class org.postgresql.jdbc.PgDatabaseMetaData
-
- storesUpperCaseQuotedIdentifiers() - Method in class org.postgresql.jdbc.PgDatabaseMetaData
-
- 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, int) - Constructor for class org.postgresql.util.StreamWrapper
-
- StreamWrapper(InputStream) - Constructor for class org.postgresql.util.StreamWrapper
-
- SUBSTRING - Static variable in class org.postgresql.jdbc.EscapedFunctions
-
Deprecated.
- 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
- 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
-
- val - Variable in class org.postgresql.util.PGmoney
-
- value() - Method in enum org.postgresql.jdbc.AutoSave
-
- value() - Method in enum org.postgresql.jdbc.EscapeSyntaxCallMode
-
- value - Variable in enum org.postgresql.jdbc.GSSEncMode
-
- value() - Method in enum org.postgresql.jdbc.PreferQueryMode
-
- value - Variable in enum org.postgresql.jdbc.SslMode
-
- value - Variable in class org.postgresql.util.PGobject
-
- valueOf(String) - Static method in enum org.postgresql.core.JavaVersion
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in class org.postgresql.core.Oid
-
- valueOf(String) - Static method in enum org.postgresql.core.ServerVersion
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.postgresql.core.SqlCommandType
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.postgresql.core.TransactionState
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.postgresql.hostchooser.HostRequirement
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.postgresql.hostchooser.HostStatus
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.postgresql.jdbc.AutoSave
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.postgresql.jdbc.EscapeSyntaxCallMode
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.postgresql.jdbc.GSSEncMode
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.postgresql.jdbc.PreferQueryMode
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.postgresql.jdbc.SslMode
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.postgresql.PGProperty
-
Returns the enum constant of this type with the specified name.
- valueOf(long) - Static method in class org.postgresql.replication.LogSequenceNumber
-
- valueOf(String) - Static method in class org.postgresql.replication.LogSequenceNumber
-
Create LSN instance by string represent LSN.
- valueOf(String) - Static method in enum org.postgresql.replication.ReplicationType
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.postgresql.util.PSQLState
-
Returns the enum constant of this type with the specified name.
- values() - Static method in enum org.postgresql.core.JavaVersion
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum org.postgresql.core.ServerVersion
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum org.postgresql.core.SqlCommandType
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum org.postgresql.core.TransactionState
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum org.postgresql.hostchooser.HostRequirement
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum org.postgresql.hostchooser.HostStatus
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum org.postgresql.jdbc.AutoSave
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum org.postgresql.jdbc.EscapeSyntaxCallMode
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum org.postgresql.jdbc.GSSEncMode
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum org.postgresql.jdbc.PreferQueryMode
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- VALUES - Static variable in enum org.postgresql.jdbc.SslMode
-
- values() - Static method in enum org.postgresql.jdbc.SslMode
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum org.postgresql.PGProperty
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum org.postgresql.replication.ReplicationType
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum org.postgresql.util.PSQLState
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- 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
-
- verify(String, SSLSession) - Method in class org.postgresql.ssl.PGjdbcHostnameVerifier
-
- verifyCertificate() - Method in enum org.postgresql.jdbc.SslMode
-
- verifyHostName(String, String) - Static method in class org.postgresql.ssl.jdbc4.LibPQFactory
-
- verifyHostName(String, String) - Method in class org.postgresql.ssl.PGjdbcHostnameVerifier
-
- verifyPeerName() - Method in enum org.postgresql.jdbc.SslMode
-
- verifyServerSignature(int) - Method in class org.postgresql.jre7.sasl.ScramAuthenticator
-
- 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
-