索引

A B C D E F G H I J K L M N O P Q R S T U V W X Y 
All Classes and Interfaces|すべてのパッケージ|直列化された形式|定数フィールド値

A

a - クラスの変数 org.postgresql.geometric.PGline
Coefficient of x.
abort() - インタフェースのメソッド org.postgresql.core.QueryExecutor
Abort at network level without sending the Terminate message to the backend.
abort() - クラスのメソッド org.postgresql.core.QueryExecutorBase
 
abort() - クラスのメソッド org.postgresql.core.QueryExecutorCloseAction
 
abort() - クラスのメソッド org.postgresql.jdbc.PgConnection
 
abort(Executor) - クラスのメソッド org.postgresql.jdbc.PgConnection
 
AbortCommand() - クラスのコンストラクタ org.postgresql.jdbc.PgConnection.AbortCommand
 
ABS - クラスのstatic変数 org.postgresql.jdbc.EscapedFunctions
推奨されていません。
 
absolute(int) - クラスのメソッド org.postgresql.jdbc.PgResultSet
 
AbstractBlobClob - org.postgresql.jdbcのクラス
This class holds all of the methods common to both Blobs and Clobs.
AbstractBlobClob(BaseConnection, long) - クラスのコンストラクタ org.postgresql.jdbc.AbstractBlobClob
 
AbstractCreateSlotBuilder<T extends ChainedCommonCreateSlotBuilder<T>> - org.postgresql.replication.fluentのクラス
 
AbstractCreateSlotBuilder(BaseConnection) - クラスのコンストラクタ org.postgresql.replication.fluent.AbstractCreateSlotBuilder
 
AbstractStreamBuilder<T extends ChainedCommonStreamBuilder<T>> - org.postgresql.replication.fluentのクラス
 
AbstractStreamBuilder() - クラスのコンストラクタ org.postgresql.replication.fluent.AbstractStreamBuilder
 
acceptsURL(String) - クラスのメソッド org.postgresql.Driver
Returns true if the driver thinks it can open a connection to the given URL.
ACOS - クラスのstatic変数 org.postgresql.jdbc.EscapedFunctions
推奨されていません。
 
ACTIVE_SQL_TRANSACTION - 列挙の列挙型定数 org.postgresql.util.PSQLState
 
ADAPTIVE_FETCH - 列挙の列挙型定数 org.postgresql.PGProperty
Specifies if number of rows, used during fetching rows of a result set, should be computed dynamically.
ADAPTIVE_FETCH_MAXIMUM - 列挙の列挙型定数 org.postgresql.PGProperty
Specifies the highest number of rows which can be calculated by adaptiveFetch.
ADAPTIVE_FETCH_MINIMUM - 列挙の列挙型定数 org.postgresql.PGProperty
Specifies the lowest number of rows which can be calculated by adaptiveFetch.
adaptiveFetch - クラスの変数 org.postgresql.jdbc.PgResultSet
 
adaptiveFetch - クラスの変数 org.postgresql.jdbc.PgStatement
 
AdaptiveFetchCache - org.postgresql.core.v3.adaptivefetchのクラス
The main purpose of this class is to handle adaptive fetching process.
AdaptiveFetchCache(long, Properties) - クラスのコンストラクタ org.postgresql.core.v3.adaptivefetch.AdaptiveFetchCache
 
AdaptiveFetchCacheEntry - org.postgresql.core.v3.adaptivefetchのクラス
 
AdaptiveFetchCacheEntry() - クラスのコンストラクタ org.postgresql.core.v3.adaptivefetch.AdaptiveFetchCacheEntry
 
add(int) - クラスのメソッド org.postgresql.util.IntList
 
add(Calendar) - クラスのメソッド org.postgresql.util.PGInterval
Rolls this interval on a given calendar.
add(Date) - クラスのメソッド org.postgresql.util.PGInterval
Rolls this interval on a given date.
add(PGInterval) - クラスのメソッド org.postgresql.util.PGInterval
Add this interval's value to the passed interval.
addBatch(String) - クラスのメソッド org.postgresql.jdbc.PgStatement
 
addBinaryReceiveOid(int) - インタフェースのメソッド org.postgresql.core.QueryExecutor
Adds a single oid that should be received using binary encoding.
addBinaryReceiveOid(int) - クラスのメソッド org.postgresql.core.v3.QueryExecutorImpl
 
addBinarySendOid(int) - インタフェースのメソッド org.postgresql.core.QueryExecutor
Adds a single oid that should be sent using binary encoding.
addBinarySendOid(int) - クラスのメソッド org.postgresql.core.v3.QueryExecutorImpl
 
addConnectionEventListener(ConnectionEventListener) - クラスのメソッド org.postgresql.ds.PGPooledConnection
Adds a listener for close or fatal error events on the connection handed out to a client.
addCoreType(String, Integer, Integer, String, Integer) - インタフェースのメソッド org.postgresql.core.TypeInfo
 
addCoreType(String, Integer, Integer, String, Integer) - クラスのメソッド org.postgresql.jdbc.TypeInfoCache
 
addDataSource(String) - クラスのメソッド org.postgresql.ds.PGPoolingDataSource
推奨されていません。
 
addDataType(String, Class<? extends PGobject>) - インタフェースのメソッド org.postgresql.core.TypeInfo
 
addDataType(String, Class<? extends PGobject>) - クラスのメソッド org.postgresql.jdbc.PgConnection
 
addDataType(String, Class<? extends PGobject>) - クラスのメソッド org.postgresql.jdbc.TypeInfoCache
 
addDataType(String, Class<? extends PGobject>) - インタフェースのメソッド org.postgresql.PGConnection
This allows client code to add a handler for one of org.postgresql's more unique data types.
addDataType(String, String) - クラスのメソッド org.postgresql.jdbc.PgConnection
 
addDataType(String, String) - インタフェースのメソッド org.postgresql.PGConnection
推奨されていません。
As of 8.0, replaced by PGConnection.addDataType(String, Class). This deprecated method does not work correctly for registering classes that cannot be directly loaded by the JDBC driver's classloader.
addFunction(String, int) - クラスのメソッド org.postgresql.fastpath.Fastpath
推奨されていません。
This adds a function to our lookup table.
addFunctions(ResultSet) - クラスのメソッド org.postgresql.fastpath.Fastpath
推奨されていません。
This takes a ResultSet containing two columns.
addNewQuery(boolean, Query) - クラスのメソッド org.postgresql.core.v3.adaptivefetch.AdaptiveFetchCache
Add query to being cached and computing adaptive fetch size.
addNotification(PGNotification) - クラスのメソッド org.postgresql.core.QueryExecutorBase
 
addQueryToAdaptiveFetchCache(boolean, ResultCursor) - インタフェースのメソッド org.postgresql.core.QueryExecutor
Add query to adaptive fetch cache inside QueryExecutor.
addQueryToAdaptiveFetchCache(boolean, ResultCursor) - クラスのメソッド org.postgresql.core.v3.QueryExecutorImpl
 
addStatementEventListener(StatementEventListener) - クラスのメソッド org.postgresql.ds.PGPooledConnection
 
addSubLO(LargeObject) - クラスのメソッド org.postgresql.jdbc.AbstractBlobClob
 
addTimerTask(TimerTask, long) - インタフェースのメソッド org.postgresql.core.BaseConnection
Schedule a TimerTask for later execution.
addTimerTask(TimerTask, long) - クラスのメソッド org.postgresql.jdbc.PgConnection
 
addWarning(SQLWarning) - クラスのメソッド org.postgresql.core.QueryExecutorBase
 
addWarning(SQLWarning) - クラスのメソッド org.postgresql.jdbc.PgConnection
This adds a warning to the warning chain.
addWarning(SQLWarning) - クラスのメソッド org.postgresql.jdbc.PgResultSet
 
addWarning(SQLWarning) - クラスのメソッド org.postgresql.jdbc.PgStatement
Either initializes new warning wrapper, or adds warning onto the chain.
afterLast() - クラスのメソッド org.postgresql.jdbc.PgResultSet
 
ALLOW - 列挙の列挙型定数 org.postgresql.jdbc.GSSEncMode
Start with non-encrypted connection, then try encrypted one.
ALLOW - 列挙の列挙型定数 org.postgresql.jdbc.SslMode
Start with non-encrypted connection, then try encrypted one.
ALLOW_ENCODING_CHANGES - 列挙の列挙型定数 org.postgresql.PGProperty
When using the V3 protocol the driver monitors changes in certain server configuration parameters that should not be touched by end users.
allowConnectingTo(HostStatus) - 列挙のメソッド org.postgresql.hostchooser.HostRequirement
 
allProceduresAreCallable() - クラスのメソッド org.postgresql.jdbc.PgDatabaseMetaData
 
allTablesAreSelectable() - クラスのメソッド org.postgresql.jdbc.PgDatabaseMetaData
 
ALTER - 列挙の列挙型定数 org.postgresql.core.SqlCommandType
 
alterUserPassword(String, char[], String) - インタフェースのメソッド org.postgresql.PGConnection
Change a user's password to the specified new password.
ALWAYS - 列挙の列挙型定数 org.postgresql.jdbc.AutoSave
 
any - 列挙の列挙型定数 org.postgresql.hostchooser.HostRequirement
 
append(ResultWrapper) - クラスのメソッド org.postgresql.jdbc.ResultWrapper
 
appendAll(ParameterList) - インタフェースのメソッド org.postgresql.core.ParameterList
Use this operation to append more parameters to the current list.
appendBindName(StringBuilder, int) - クラスのstaticメソッド org.postgresql.core.NativeQuery
 
appendCall(StringBuilder, String, String, String, List<? extends CharSequence>) - クラスのstaticメソッド org.postgresql.jdbc.EscapedFunctions2
Appends begin arg0 separator arg1 separator end sequence to the input StringBuilder
APPLICATION_NAME - 列挙の列挙型定数 org.postgresql.PGProperty
The application name (require server version >= 9.0).
ArrayAssistant - org.postgresql.jdbc2のインタフェース
Implement this interface and register the its instance to ArrayAssistantRegistry, to let Postgres driver to support more array type.
ArrayAssistantRegistry - org.postgresql.jdbc2のクラス
Array assistants register here.
ArrayAssistantRegistry() - クラスのコンストラクタ org.postgresql.jdbc2.ArrayAssistantRegistry
 
arrayList - クラスの変数 org.postgresql.jdbc.PgArray
Value of field as ArrayDecoding.PgArrayList.
ASCII - クラスのstatic変数 org.postgresql.jdbc.EscapedFunctions
推奨されていません。
 
ASIN - クラスのstatic変数 org.postgresql.jdbc.EscapedFunctions
推奨されていません。
 
asLong() - クラスのメソッド org.postgresql.replication.LogSequenceNumber
 
assertPosition(long) - クラスのメソッド org.postgresql.jdbc.AbstractBlobClob
Throws an exception if the pos value exceeds the max value by which the large object API can index.
assertPosition(long, long) - クラスのメソッド org.postgresql.jdbc.AbstractBlobClob
Throws an exception if the pos value exceeds the max value by which the large object API can index.
asString() - クラスのメソッド org.postgresql.replication.LogSequenceNumber
 
ASSUME_MIN_SERVER_VERSION - 列挙の列挙型定数 org.postgresql.PGProperty
Assume the server is at least that version.
ATAN - クラスのstatic変数 org.postgresql.jdbc.EscapedFunctions
推奨されていません。
 
ATAN2 - クラスのstatic変数 org.postgresql.jdbc.EscapedFunctions
推奨されていません。
 
authenticate(boolean, PGStream, String, String, char[], String, String, boolean, boolean, boolean) - クラスのstaticメソッド org.postgresql.gss.MakeGSS
 
AUTHENTICATION_PLUGIN_CLASS_NAME - 列挙の列挙型定数 org.postgresql.PGProperty
AuthenticationPluginClass
AuthenticationPlugin - org.postgresql.pluginのインタフェース
 
AuthenticationRequestType - org.postgresql.pluginの列挙
 
autoCommitFailureClosesAllResultSets() - クラスのメソッド org.postgresql.jdbc.PgDatabaseMetaData
 
AutoSave - org.postgresql.jdbcの列挙
 
AUTOSAVE - 列挙の列挙型定数 org.postgresql.PGProperty
Specifies what the driver should do if a query fails.
available() - クラスのメソッド org.postgresql.copy.PGCopyInputStream
 
available() - クラスのメソッド org.postgresql.core.VisibleBufferedInputStream

B

b - クラスの変数 org.postgresql.geometric.PGline
Coefficient of y.
BAD_DATETIME_FORMAT - 列挙の列挙型定数 org.postgresql.util.PSQLState
 
BaseConnection - org.postgresql.coreのインタフェース
Driver-internal connection interface.
BaseDataSource - org.postgresql.ds.commonのクラス
Base class for data sources and related classes.
BaseDataSource() - クラスのコンストラクタ org.postgresql.ds.common.BaseDataSource
 
BaseStatement - org.postgresql.coreのインタフェース
Driver-internal statement interface.
baseType() - クラスのメソッド org.postgresql.jdbc.UUIDArrayAssistant
 
baseType() - インタフェースのメソッド org.postgresql.jdbc2.ArrayAssistant
get array base type.
BatchedQuery - org.postgresql.core.v3のクラス
Purpose of this object is to support batched query re write behaviour.
BatchedQuery(NativeQuery, TypeTransferModeRegistry, int, int, boolean) - クラスのコンストラクタ org.postgresql.core.v3.BatchedQuery
 
batchParameters - クラスの変数 org.postgresql.jdbc.PgStatement
 
BatchResultHandler - org.postgresql.jdbcのクラス
Internal class, it is not a part of public API.
batchStatements - クラスの変数 org.postgresql.jdbc.PgStatement
 
beforeFirst() - クラスのメソッド org.postgresql.jdbc.PgResultSet
 
BINARY_FORMAT - クラスのstatic変数 org.postgresql.core.Field
 
BINARY_TRANSFER - 列挙の列挙型定数 org.postgresql.PGProperty
Use binary format for sending and receiving data if possible.
BINARY_TRANSFER_DISABLE - 列挙の列挙型定数 org.postgresql.PGProperty
Comma separated list of types to disable binary transfer.
BINARY_TRANSFER_ENABLE - 列挙の列挙型定数 org.postgresql.PGProperty
Comma separated list of types to enable binary transfer.
binaryTransferSend(int) - インタフェースのメソッド org.postgresql.core.BaseConnection
Returns true if value for the given oid should be sent using binary transfer.
binaryTransferSend(int) - クラスのメソッド org.postgresql.jdbc.PgConnection
 
bindName(int) - クラスのstaticメソッド org.postgresql.core.NativeQuery
Returns $1, $2, etc names of bind variables used by backend.
bindPositions - クラスの変数 org.postgresql.core.NativeQuery
 
BIT - クラスのstatic変数 org.postgresql.core.Oid
 
BIT_ARRAY - クラスのstatic変数 org.postgresql.core.Oid
 
BLANK - 列挙の列挙型定数 org.postgresql.core.SqlCommandType
Use BLANK for empty sql queries or when parsing the sql string is not necessary.
BLANK - クラスのstatic変数 org.postgresql.core.SqlCommand
 
BlobInputStream - org.postgresql.largeobjectのクラス
This is an implementation of an InputStream from a large object.
BlobInputStream(LargeObject) - クラスのコンストラクタ org.postgresql.largeobject.BlobInputStream
 
BlobInputStream(LargeObject, int) - クラスのコンストラクタ org.postgresql.largeobject.BlobInputStream
 
BlobInputStream(LargeObject, int, long) - クラスのコンストラクタ org.postgresql.largeobject.BlobInputStream
 
BlobOutputStream - org.postgresql.largeobjectのクラス
This implements a basic output stream that writes to a LargeObject.
BlobOutputStream(LargeObject) - クラスのコンストラクタ org.postgresql.largeobject.BlobOutputStream
Create an OutputStream to a large object.
BlobOutputStream(LargeObject, int) - クラスのコンストラクタ org.postgresql.largeobject.BlobOutputStream
Create an OutputStream to a large object.
bool(byte[], int) - クラスのstaticメソッド org.postgresql.util.ByteConverter
Parses a boolean value from the byte array.
bool(byte[], int, boolean) - クラスのstaticメソッド org.postgresql.util.ByteConverter
Encodes a boolean value to the byte array.
BOOL - クラスのstatic変数 org.postgresql.core.Oid
 
BOOL_ARRAY - クラスのstatic変数 org.postgresql.core.Oid
 
borrow(Key) - クラスのメソッド org.postgresql.util.LruCache
Borrows an entry from the cache.
borrowCallableQuery(String) - インタフェースのメソッド org.postgresql.core.QueryExecutor
 
borrowCallableQuery(String) - クラスのメソッド org.postgresql.core.QueryExecutorBase
 
borrowQuery(String) - インタフェースのメソッド org.postgresql.core.QueryExecutor
 
borrowQuery(String) - クラスのメソッド org.postgresql.core.QueryExecutorBase
 
borrowQueryByKey(Object) - インタフェースのメソッド org.postgresql.core.QueryExecutor
 
borrowQueryByKey(Object) - クラスのメソッド org.postgresql.core.QueryExecutorBase
 
borrowReturningQuery(String, String[]) - インタフェースのメソッド org.postgresql.core.QueryExecutor
 
borrowReturningQuery(String, String[]) - クラスのメソッド org.postgresql.core.QueryExecutorBase
 
BOX - クラスのstatic変数 org.postgresql.core.Oid
 
BOX_ARRAY - クラスのstatic変数 org.postgresql.core.Oid
 
BPCHAR - クラスのstatic変数 org.postgresql.core.Oid
 
BPCHAR_ARRAY - クラスのstatic変数 org.postgresql.core.Oid
 
buildElement(byte[], int, int) - クラスのメソッド org.postgresql.jdbc.UUIDArrayAssistant
 
buildElement(byte[], int, int) - インタフェースのメソッド org.postgresql.jdbc2.ArrayAssistant
build a array element from its binary bytes.
buildElement(String) - クラスのメソッド org.postgresql.jdbc.UUIDArrayAssistant
 
buildElement(String) - インタフェースのメソッド org.postgresql.jdbc2.ArrayAssistant
build an array element from its literal string.
BYTEA - クラスのstatic変数 org.postgresql.core.Oid
 
BYTEA_ARRAY - クラスのstatic変数 org.postgresql.core.Oid
 
ByteBufferByteStreamWriter - org.postgresql.utilのクラス
A ByteStreamWriter that writes a java.nio.ByteBuffer to a byte array parameter.
ByteBufferByteStreamWriter(ByteBuffer) - クラスのコンストラクタ org.postgresql.util.ByteBufferByteStreamWriter
Construct the writer with the given ByteBuffer
ByteConverter - org.postgresql.utilのクラス
Helper methods to parse java base types from byte arrays.
bytesToHex(byte[], byte[], int) - クラスのstaticメソッド org.postgresql.util.MD5Digest
 
bytesToInt(byte[]) - クラスのstaticメソッド org.postgresql.util.ByteConverter
Convert a variable length array of bytes to an integer
ByteStreamWriter - org.postgresql.utilのインタフェース
A class that can be used to set a byte array parameter by writing to an OutputStream.
ByteStreamWriter.ByteStreamTarget - org.postgresql.utilのインタフェース
Provides a target to write bytes to.

C

c - クラスの変数 org.postgresql.geometric.PGline
Constant.
CachedQuery - org.postgresql.coreのクラス
Stores information on the parsed JDBC query.
CachedQuery(Object, Query, boolean) - クラスのコンストラクタ org.postgresql.core.CachedQuery
 
cacheSQLTypes() - クラスのメソッド org.postgresql.jdbc.TypeInfoCache
 
calculateBindLength(int) - クラスのstaticメソッド org.postgresql.core.NativeQuery
Calculate the text length required for the given number of bind variables including dollars.
call() - クラスのメソッド org.postgresql.gss.GssEncAction
 
CALL - 列挙の列挙型定数 org.postgresql.jdbc.EscapeSyntaxCallMode
 
CALL_IF_NO_RETURN - 列挙の列挙型定数 org.postgresql.jdbc.EscapeSyntaxCallMode
 
cancel() - クラスのメソッド org.postgresql.jdbc.PgStatement
 
CANCEL_SIGNAL_TIMEOUT - 列挙の列挙型定数 org.postgresql.PGProperty
Cancel command is sent out of band over its own connection, so cancel message can itself get stuck.
cancelCopy() - インタフェースのメソッド org.postgresql.copy.CopyOperation
Cancels this copy operation, discarding any exchanged data.
cancelCopy() - クラスのメソッド org.postgresql.copy.PGCopyInputStream
 
cancelCopy() - クラスのメソッド org.postgresql.copy.PGCopyOutputStream
 
cancelCopy() - クラスのメソッド org.postgresql.core.v3.CopyOperationImpl
 
cancelCopy(CopyOperationImpl) - クラスのメソッド org.postgresql.core.v3.QueryExecutorImpl
Finishes a copy operation and unlocks connection discarding any exchanged data.
cancelQuery() - インタフェースのメソッド org.postgresql.core.BaseConnection
Cancel the current query executing on this connection.
cancelQuery() - クラスのメソッド org.postgresql.jdbc.PgConnection
 
cancelQuery() - インタフェースのメソッド org.postgresql.PGConnection
Sends a query cancellation for this connection.
cancelRowUpdates() - クラスのメソッド org.postgresql.jdbc.PgResultSet
 
CandidateHost - org.postgresql.hostchooserのクラス
Candidate host to be connected.
CandidateHost(HostSpec, HostRequirement) - クラスのコンストラクタ org.postgresql.hostchooser.CandidateHost
 
CanEstimateSize - org.postgresql.utilのインタフェース
 
CANNOT_COERCE - 列挙の列挙型定数 org.postgresql.util.PSQLState
 
canonicalize(String) - クラスのstaticメソッド org.postgresql.core.Encoding
Indicates that string should be staged as a canonicalized value.
castNonNull(T) - クラスのstaticメソッド org.postgresql.util.internal.Nullness
 
castNonNull(T, String) - クラスのstaticメソッド org.postgresql.util.internal.Nullness
 
CEILING - クラスのstatic変数 org.postgresql.jdbc.EscapedFunctions
推奨されていません。
 
center - クラスの変数 org.postgresql.geometric.PGcircle
This is the center point.
ChainedCommonCreateSlotBuilder<T extends ChainedCommonCreateSlotBuilder<T>> - org.postgresql.replication.fluentのインタフェース
Fluent interface for specify common parameters for create Logical and Physical replication slot.
ChainedCommonStreamBuilder<T extends ChainedCommonStreamBuilder<T>> - org.postgresql.replication.fluentのインタフェース
Fluent interface for specify common parameters for Logical and Physical replication.
ChainedCreateReplicationSlotBuilder - org.postgresql.replication.fluentのインタフェース
Fluent interface for specify common parameters for Logical and Physical replication.
ChainedLogicalCreateSlotBuilder - org.postgresql.replication.fluent.logicalのインタフェース
Logical replication slot specific parameters.
ChainedLogicalStreamBuilder - org.postgresql.replication.fluent.logicalのインタフェース
 
ChainedPhysicalCreateSlotBuilder - org.postgresql.replication.fluent.physicalのインタフェース
Physical replication slot specific parameters.
ChainedPhysicalStreamBuilder - org.postgresql.replication.fluent.physicalのインタフェース
 
ChainedStreamBuilder - org.postgresql.replication.fluentのインタフェース
Start point for fluent API that build replication stream(logical or physical).
changeSocket(Socket) - クラスのメソッド org.postgresql.core.PGStream
Switch this stream to using a new socket.
CHAR - クラスのstatic変数 org.postgresql.core.Oid
 
CHAR - クラスのstatic変数 org.postgresql.jdbc.EscapedFunctions
推奨されていません。
 
CHAR_ARRAY - クラスのstatic変数 org.postgresql.core.Oid
 
charTerminatesIdentifier(char) - クラスのstaticメソッド org.postgresql.core.Parser
 
CHECK_VIOLATION - 列挙の列挙型定数 org.postgresql.util.PSQLState
 
checkClientTrusted(X509Certificate[], String) - クラスのメソッド org.postgresql.ssl.NonValidatingFactory.NonValidatingTM
 
checkClientTrusted(X509Certificate[], String) - クラスのメソッド org.postgresql.ssl.SingleCertValidatingFactory.SingleCertTrustManager
 
checkClosed() - クラスのメソッド org.postgresql.jdbc.PgConnection
 
checkClosed() - クラスのメソッド org.postgresql.jdbc.PgResultSet
 
checkClosed() - クラスのメソッド org.postgresql.jdbc.PgStatement
 
checkColumnIndex(int) - クラスのメソッド org.postgresql.jdbc.PgResultSet
 
checkCompletion() - クラスのメソッド org.postgresql.jdbc.PgStatement
 
checkFreed() - クラスのメソッド org.postgresql.jdbc.AbstractBlobClob
Checks that this LOB hasn't been free()d already.
checkNoResultUpdate() - クラスのメソッド org.postgresql.jdbc.PgStatement
 
checkServerTrusted(X509Certificate[], String) - クラスのメソッド org.postgresql.ssl.NonValidatingFactory.NonValidatingTM
 
checkServerTrusted(X509Certificate[], String) - クラスのメソッド org.postgresql.ssl.SingleCertValidatingFactory.SingleCertTrustManager
 
chooseClientAlias(String[], Principal[], Socket) - クラスのメソッド org.postgresql.ssl.LazyKeyManager
 
chooseClientAlias(String[], Principal[], Socket) - クラスのメソッド org.postgresql.ssl.PKCS12KeyManager
 
chooseServerAlias(String, Principal[], Socket) - クラスのメソッド org.postgresql.ssl.LazyKeyManager
 
chooseServerAlias(String, Principal[], Socket) - クラスのメソッド org.postgresql.ssl.PKCS12KeyManager
 
CIDR - クラスのstatic変数 org.postgresql.core.Oid
 
CIRCLE - クラスのstatic変数 org.postgresql.core.Oid
 
clean() - インタフェースのメソッド org.postgresql.util.LazyCleaner.Cleanable
 
CLEANUP_SAVEPOINTS - 列挙の列挙型定数 org.postgresql.PGProperty
Determine whether SAVEPOINTS used in AUTOSAVE will be released per query or not
clear() - インタフェースのメソッド org.postgresql.core.ParameterList
Unbind all parameter values bound in this list.
clear() - クラスのメソッド org.postgresql.util.IntList
 
clearBatch() - クラスのメソッド org.postgresql.jdbc.PgStatement
 
clearMaxRowSizeBytes() - クラスのメソッド org.postgresql.core.PGStream
Clear value of max row size noticed so far.
clearResultBufferCount() - クラスのメソッド org.postgresql.core.PGStream
Clear count of byte buffer.
CLEARTEXT_PASSWORD - 列挙の列挙型定数 org.postgresql.plugin.AuthenticationRequestType
 
clearWarnings() - クラスのメソッド org.postgresql.jdbc.PgConnection
 
clearWarnings() - クラスのメソッド org.postgresql.jdbc.PgResultSet
 
clearWarnings() - クラスのメソッド org.postgresql.jdbc.PgStatement
Clears the warning chain.
clone() - クラスのメソッド org.postgresql.geometric.PGbox
 
clone() - クラスのメソッド org.postgresql.geometric.PGcircle
 
clone() - クラスのメソッド org.postgresql.geometric.PGline
 
clone() - クラスのメソッド org.postgresql.geometric.PGlseg
 
clone() - クラスのメソッド org.postgresql.geometric.PGpath
 
clone() - クラスのメソッド org.postgresql.geometric.PGpoint
 
clone() - クラスのメソッド org.postgresql.geometric.PGpolygon
 
clone() - クラスのメソッド org.postgresql.util.PGInterval
 
clone() - クラスのメソッド org.postgresql.util.PGmoney
 
clone() - クラスのメソッド org.postgresql.util.PGobject
This must be overridden to allow the object to be cloned.
clone() - クラスのメソッド org.postgresql.util.PGTime
 
clone() - クラスのメソッド org.postgresql.util.PGTimestamp
 
close() - クラスのメソッド org.postgresql.copy.PGCopyInputStream
 
close() - クラスのメソッド org.postgresql.copy.PGCopyOutputStream
 
close() - クラスのメソッド org.postgresql.core.PGStream
Closes the connection.
close() - インタフェースのメソッド org.postgresql.core.Query
Close this query and free any server-side resources associated with it.
close() - インタフェースのメソッド org.postgresql.core.QueryExecutor
Close this connection cleanly.
close() - クラスのメソッド org.postgresql.core.QueryExecutorBase
 
close() - クラスのメソッド org.postgresql.core.QueryExecutorCloseAction
 
close() - インタフェースのメソッド org.postgresql.core.ResultCursor
Close this cursor.
close() - クラスのメソッド org.postgresql.core.v3.replication.V3PGReplicationStream
 
close() - クラスのメソッド org.postgresql.core.v3.BatchedQuery
 
close() - クラスのメソッド org.postgresql.core.VisibleBufferedInputStream
close() - クラスのメソッド org.postgresql.ds.PGPooledConnection
Closes the physical database connection represented by this PooledConnection.
close() - クラスのメソッド org.postgresql.ds.PGPoolingDataSource
推奨されていません。
Closes this DataSource, and all the pooled connections, whether in use or not.
close() - クラスのメソッド 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() - クラスのメソッド org.postgresql.jdbc.PgResultSet
 
close() - クラスのメソッド 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() - クラスのメソッド org.postgresql.jdbc.ResourceLock
Unlock on exit of try-with-resources block.
close() - クラスのメソッド org.postgresql.largeobject.BlobInputStream
Closes this input stream and releases any system resources associated with the stream.
close() - クラスのメソッド org.postgresql.largeobject.BlobOutputStream
 
close() - クラスのメソッド org.postgresql.largeobject.LargeObject
This method closes the object.
close() - インタフェースのメソッド org.postgresql.replication.PGReplicationStream
Stop replication changes from server and free resources.
close() - クラスのメソッド org.postgresql.util.LogWriterHandler
 
close() - クラスのメソッド org.postgresql.util.ReaderInputStream
 
close() - クラスのメソッド org.postgresql.util.StreamWrapper
 
close(Connection) - クラスのstaticメソッド org.postgresql.util.JdbcBlackHole
 
close(ResultSet) - クラスのstaticメソッド org.postgresql.util.JdbcBlackHole
 
close(Statement) - クラスのstaticメソッド org.postgresql.util.JdbcBlackHole
 
closeAction - クラスの変数 org.postgresql.core.QueryExecutorBase
 
closeForNextExecution() - クラスのメソッド org.postgresql.jdbc.PgStatement
 
closeImpl() - クラスのメソッド org.postgresql.jdbc.PgStatement
This is guaranteed to be called exactly once even in case of concurrent PgStatement.close() calls.
closeInternally() - クラスのメソッド org.postgresql.jdbc.PgResultSet
 
closeOnCompletion() - クラスのメソッド org.postgresql.jdbc.PgStatement
 
closePath() - クラスのメソッド org.postgresql.geometric.PGpath
 
closeStream(PGStream) - クラスのメソッド org.postgresql.core.ConnectionFactory
Safely close the given stream.
CM_STATUS_MODE - 列挙の列挙型定数 org.postgresql.PGProperty
Connection Manager connection mode
command - クラスの変数 org.postgresql.core.NativeQuery
 
CommandCompleteParser - org.postgresql.coreのクラス
Parses oid and rows from a CommandComplete (B) message (end of Execute).
CommandCompleteParser() - クラスのコンストラクタ org.postgresql.core.CommandCompleteParser
 
commit() - クラスのメソッド org.postgresql.jdbc.PgConnection
 
commit(Xid, boolean) - クラスのメソッド org.postgresql.xa.PGXAConnection
 
CommonOptions - org.postgresql.replication.fluentのインタフェース
Common parameters for logical and physical replication.
COMMUNICATION_ERROR - 列挙の列挙型定数 org.postgresql.util.PSQLState
 
compareTo(LogSequenceNumber) - クラスのメソッド org.postgresql.replication.LogSequenceNumber
 
CONCAT - クラスのstatic変数 org.postgresql.jdbc.EscapedFunctions
推奨されていません。
 
concurrency - クラスの変数 org.postgresql.jdbc.PgStatement
 
conn - クラスの変数 org.postgresql.jdbc.AbstractBlobClob
 
connect(String, Properties) - クラスのメソッド org.postgresql.Driver
Try to make a database connection to the given URL.
CONNECT_TIMEOUT - 列挙の列挙型定数 org.postgresql.PGProperty
The timeout value used for socket connect operations.
ConnectFail - 列挙の列挙型定数 org.postgresql.hostchooser.HostStatus
 
connection - クラスの変数 org.postgresql.jdbc.PgArray
A database connection.
connection - クラスの変数 org.postgresql.jdbc.PgDatabaseMetaData
 
connection - クラスの変数 org.postgresql.jdbc.PgResultSet
 
connection - クラスの変数 org.postgresql.jdbc.PgResultSetMetaData
 
connection - クラスの変数 org.postgresql.jdbc.PgStatement
 
connection - クラスの変数 org.postgresql.replication.fluent.AbstractCreateSlotBuilder
 
CONNECTION_DOES_NOT_EXIST - 列挙の列挙型定数 org.postgresql.util.PSQLState
 
CONNECTION_FAILURE - 列挙の列挙型定数 org.postgresql.util.PSQLState
After a connection has been established, it went bad.
CONNECTION_FAILURE_DURING_TRANSACTION - 列挙の列挙型定数 org.postgresql.util.PSQLState
 
CONNECTION_REJECTED - 列挙の列挙型定数 org.postgresql.util.PSQLState
The server rejected our connection attempt.
CONNECTION_UNABLE_TO_CONNECT - 列挙の列挙型定数 org.postgresql.util.PSQLState
We could establish a connection with the server for unknown reasons.
ConnectionFactory - org.postgresql.coreのクラス
Handles protocol-specific connection setup.
ConnectionFactory() - クラスのコンストラクタ org.postgresql.core.ConnectionFactory
 
ConnectionFactoryImpl - org.postgresql.core.v3のクラス
ConnectionFactory implementation for version 3 (7.4+) connections.
ConnectionFactoryImpl() - クラスのコンストラクタ org.postgresql.core.v3.ConnectionFactoryImpl
 
ConnectionPool - org.postgresql.jdbc2.optionalのクラス
推奨されていません。
ConnectionPool() - クラスのコンストラクタ org.postgresql.jdbc2.optional.ConnectionPool
推奨されていません。
 
ConnectOK - 列挙の列挙型定数 org.postgresql.hostchooser.HostStatus
 
CONSERVATIVE - 列挙の列挙型定数 org.postgresql.jdbc.AutoSave
 
continueSSPI(int) - インタフェースのメソッド org.postgresql.sspi.ISSPIClient
 
continueSSPI(int) - クラスのメソッド 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メソッド org.postgresql.ssl.MakeSSL
 
convertArrayToBaseOid(int) - クラスのメソッド 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) - クラスのメソッド org.postgresql.jdbc.TimestampUtils
Extracts the date part from a timestamp.
convertToTime(long, TimeZone) - クラスのメソッド org.postgresql.jdbc.TimestampUtils
Extracts the time part from a timestamp.
copy() - インタフェースのメソッド org.postgresql.core.ParameterList
Perform a shallow copy of this ParameterList, returning a new instance (still suitable for passing to the owning Query).
copy() - クラスのメソッド org.postgresql.largeobject.LargeObject
 
copyDual(String) - クラスのメソッド org.postgresql.copy.CopyManager
 
CopyDual - org.postgresql.copyのインタフェース
Bidirectional via copy stream protocol.
CopyDualImpl - org.postgresql.core.v3のクラス
 
CopyDualImpl() - クラスのコンストラクタ org.postgresql.core.v3.CopyDualImpl
 
copyIn(String) - クラスのメソッド org.postgresql.copy.CopyManager
 
copyIn(String, InputStream) - クラスのメソッド org.postgresql.copy.CopyManager
Use COPY FROM STDIN for very fast copying from an InputStream into a database table.
copyIn(String, InputStream, int) - クラスのメソッド org.postgresql.copy.CopyManager
Use COPY FROM STDIN for very fast copying from an InputStream into a database table.
copyIn(String, Reader) - クラスのメソッド org.postgresql.copy.CopyManager
Use COPY FROM STDIN for very fast copying from a Reader into a database table.
copyIn(String, Reader, int) - クラスのメソッド org.postgresql.copy.CopyManager
Use COPY FROM STDIN for very fast copying from a Reader into a database table.
copyIn(String, ByteStreamWriter) - クラスのメソッド org.postgresql.copy.CopyManager
Use COPY FROM STDIN for very fast copying from an ByteStreamWriter into a database table.
CopyIn - org.postgresql.copyのインタフェース
Copy bulk data from client into a PostgreSQL table very fast.
CopyInImpl - org.postgresql.core.v3のクラス
COPY FROM STDIN operation.
CopyInImpl() - クラスのコンストラクタ org.postgresql.core.v3.CopyInImpl
 
CopyManager - org.postgresql.copyのクラス
API for PostgreSQL COPY bulk data transfer.
CopyManager(BaseConnection) - クラスのコンストラクタ org.postgresql.copy.CopyManager
 
CopyOperation - org.postgresql.copyのインタフェース
Exchange bulk data between client and PostgreSQL database tables.
CopyOperationImpl - org.postgresql.core.v3のクラス
 
CopyOperationImpl() - クラスのコンストラクタ org.postgresql.core.v3.CopyOperationImpl
 
copyOut(String) - クラスのメソッド org.postgresql.copy.CopyManager
 
copyOut(String, OutputStream) - クラスのメソッド org.postgresql.copy.CopyManager
Pass results of a COPY TO STDOUT query from database into an OutputStream.
copyOut(String, Writer) - クラスのメソッド org.postgresql.copy.CopyManager
Pass results of a COPY TO STDOUT query from database into a Writer.
CopyOut - org.postgresql.copyのインタフェース
 
CopyOutImpl - org.postgresql.core.v3のクラス
Anticipated flow of a COPY TO STDOUT operation:
CopyOutImpl() - クラスのコンストラクタ org.postgresql.core.v3.CopyOutImpl
 
COS - クラスのstatic変数 org.postgresql.jdbc.EscapedFunctions
推奨されていません。
 
COT - クラスのstatic変数 org.postgresql.jdbc.EscapedFunctions
推奨されていません。
 
create() - クラスのメソッド org.postgresql.largeobject.LargeObjectManager
推奨されていません。
As of 8.3, replaced by LargeObjectManager.createLO()
create(int) - クラスのメソッド org.postgresql.largeobject.LargeObjectManager
推奨されていません。
As of 8.3, replaced by LargeObjectManager.createLO(int)
create(Key) - インタフェースのメソッド org.postgresql.util.LruCache.CreateAction
 
CREATE - 列挙の列挙型定数 org.postgresql.core.SqlCommandType
 
createArrayOf(String, Object) - クラスのメソッド org.postgresql.jdbc.PgConnection
 
createArrayOf(String, Object) - インタフェースのメソッド org.postgresql.PGConnection
Creates an Array wrapping elements.
createArrayOf(String, Object[]) - クラスのメソッド org.postgresql.jdbc.PgConnection
 
createBatchHandler(Query[], ParameterList[]) - クラスのメソッド org.postgresql.jdbc.PgStatement
 
createBlob() - クラスのメソッド org.postgresql.jdbc.PgConnection
 
createClob() - クラスのメソッド org.postgresql.jdbc.PgConnection
 
createCloseAction() - クラスのメソッド org.postgresql.core.QueryExecutorBase
 
createColumnNameIndexMap(Field[], boolean) - クラスのstaticメソッド org.postgresql.jdbc.PgResultSet
 
createConnectionEvent(SQLException) - クラスのメソッド org.postgresql.ds.PGPooledConnection
 
createConnectionPool() - クラスのメソッド org.postgresql.ds.PGPoolingDataSource
推奨されていません。
Creates the appropriate ConnectionPool to use for this DataSource.
createConnectionPoolDataSource(Properties) - クラスのメソッド org.postgresql.osgi.PGDataSourceFactory
 
createDataSource(Properties) - クラスのメソッド 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) - クラスのメソッド org.postgresql.osgi.PGDataSourceFactory
 
createDriverResultSet(Field[], List<Tuple>) - インタフェースのメソッド org.postgresql.core.BaseStatement
Create a synthetic resultset from data provided by the driver.
createDriverResultSet(Field[], List<Tuple>) - クラスのメソッド org.postgresql.jdbc.PgStatement
 
createFastpathParameters(int) - インタフェースのメソッド org.postgresql.core.QueryExecutor
推奨されていません。
This API is somewhat obsolete, as one may achieve similar performance and greater functionality by setting up a prepared statement to define the function call. Then, executing the statement with binary transmission of parameters and results substitutes for a fast-path function call.
createFastpathParameters(int) - クラスのメソッド org.postgresql.core.v3.QueryExecutorImpl
 
createHostChooser(HostSpec[], HostRequirement, Properties) - クラスのstaticメソッド org.postgresql.hostchooser.HostChooserFactory
 
createLO() - クラスのメソッド org.postgresql.largeobject.LargeObjectManager
This creates a large object, returning its OID.
createLO(int) - クラスのメソッド org.postgresql.largeobject.LargeObjectManager
This creates a large object, returning its OID.
createMetaData() - クラスのメソッド org.postgresql.jdbc.PgResultSet
 
createMetaDataStatement() - クラスのメソッド org.postgresql.jdbc.PgDatabaseMetaData
 
createNClob() - クラスのメソッド org.postgresql.jdbc.PgConnection
 
createOIDArg(long) - クラスのstaticメソッド org.postgresql.fastpath.Fastpath
推奨されていません。
Creates a FastpathArg with an oid parameter.
createParameterList() - インタフェースのメソッド org.postgresql.core.Query
Create a ParameterList suitable for storing parameters associated with this Query.
createParameterList() - クラスのメソッド org.postgresql.core.v3.BatchedQuery
 
createQuery(String, boolean, boolean, String...) - インタフェースのメソッド org.postgresql.core.BaseConnection
 
createQuery(String, boolean, boolean, String...) - クラスのメソッド org.postgresql.jdbc.PgConnection
 
createQuery(String, boolean, boolean, String...) - インタフェースのメソッド org.postgresql.core.QueryExecutor
 
createQuery(String, boolean, boolean, String...) - クラスのメソッド org.postgresql.core.QueryExecutorBase
 
createQueryByKey(Object) - インタフェースのメソッド org.postgresql.core.QueryExecutor
 
createQueryByKey(Object) - クラスのメソッド org.postgresql.core.QueryExecutorBase
 
createQueryKey(String, boolean, boolean, String...) - インタフェースのメソッド org.postgresql.core.QueryExecutor
 
createQueryKey(String, boolean, boolean, String...) - クラスのメソッド org.postgresql.core.QueryExecutorBase
 
createQueryObject(Class<T>) - クラスのメソッド org.postgresql.jdbc.PgConnection
 
createReference() - クラスのメソッド org.postgresql.ds.common.BaseDataSource
Generates a reference using the appropriate object factory.
createReference() - クラスのメソッド org.postgresql.xa.PGXADataSource
Generates a reference using the appropriate object factory.
createReplicationSlot() - インタフェースのメソッド org.postgresql.replication.PGReplicationConnection
Create replication slot, that can be next use in PGReplicationConnection.replicationStream()
createReplicationSlot() - クラスのメソッド org.postgresql.replication.PGReplicationConnectionImpl
 
createResultSet(Query, Field[], List<Tuple>, ResultCursor) - クラスのメソッド org.postgresql.jdbc.PgStatement
 
createResultSet(Query, Field[], List<Tuple>, ResultCursor) - インタフェースのメソッド org.postgresql.core.BaseStatement
Create a resultset from data retrieved from the server.
createSimpleQuery(String) - インタフェースのメソッド org.postgresql.core.QueryExecutor
Create an unparameterized Query object suitable for execution by this QueryExecutor.
createSimpleQuery(String) - クラスのメソッド org.postgresql.core.v3.QueryExecutorImpl
 
createSocket(String, int) - クラスのメソッド org.postgresql.ssl.WrappedFactory
 
createSocket(String, int, InetAddress, int) - クラスのメソッド org.postgresql.ssl.WrappedFactory
 
createSocket(InetAddress, int) - クラスのメソッド org.postgresql.ssl.WrappedFactory
 
createSocket(InetAddress, int, InetAddress, int) - クラスのメソッド org.postgresql.ssl.WrappedFactory
 
createSocket(Socket, String, int, boolean) - クラスのメソッド org.postgresql.ssl.WrappedFactory
 
createSQLXML() - クラスのメソッド org.postgresql.jdbc.PgConnection
 
createStatement() - クラスのメソッド org.postgresql.jdbc.PgConnection
 
createStatement(int, int) - クラスのメソッド org.postgresql.jdbc.PgConnection
 
createStatement(int, int, int) - クラスのメソッド org.postgresql.jdbc.PgConnection
 
createStatementTypeInfo(SqlCommandType) - クラスのstaticメソッド org.postgresql.core.SqlCommand
 
createStatementTypeInfo(SqlCommandType, boolean) - クラスのstaticメソッド org.postgresql.core.SqlCommand
 
createStatementTypeInfo(SqlCommandType, boolean, int, int, boolean, int) - クラスのstaticメソッド org.postgresql.core.SqlCommand
 
createStruct(String, Object[]) - クラスのメソッド org.postgresql.jdbc.PgConnection
 
createTypeInfo(BaseConnection, int) - クラスのメソッド org.postgresql.jdbc.PgConnection
 
createXADataSource(Properties) - クラスのメソッド org.postgresql.osgi.PGDataSourceFactory
 
createXMLReader() - クラスのメソッド org.postgresql.xml.DefaultPGXmlFactoryFactory
 
createXMLReader() - クラスのメソッド org.postgresql.xml.LegacyInsecurePGXmlFactoryFactory
 
createXMLReader() - インタフェースのメソッド org.postgresql.xml.PGXmlFactoryFactory
 
credentialCacheExists(Properties) - クラスのstaticメソッド org.postgresql.util.KerberosTicket
 
CURDATE - クラスのstatic変数 org.postgresql.jdbc.EscapedFunctions
推奨されていません。
 
CURRENT_SCHEMA - 列挙の列挙型定数 org.postgresql.PGProperty
Specify the schema (or several schema separated by commas) to be set in the search-path.
currentRow - クラスの変数 org.postgresql.jdbc.PgResultSet
 
cursor - クラスの変数 org.postgresql.jdbc.PgResultSet
 
CursorResultHandler() - クラスのコンストラクタ org.postgresql.jdbc.PgResultSet.CursorResultHandler
 
CURTIME - クラスのstatic変数 org.postgresql.jdbc.EscapedFunctions
推奨されていません。
 

D

DATA_ERROR - 列挙の列挙型定数 org.postgresql.util.PSQLState
 
DATA_TYPE_MISMATCH - 列挙の列挙型定数 org.postgresql.util.PSQLState
 
DATABASE - クラスのstatic変数 org.postgresql.jdbc.EscapedFunctions
推奨されていません。
 
DATABASE_METADATA_CACHE_FIELDS - 列挙の列挙型定数 org.postgresql.PGProperty
Specifies the maximum number of fields to be cached per connection.
DATABASE_METADATA_CACHE_FIELDS_MIB - 列挙の列挙型定数 org.postgresql.PGProperty
Specifies the maximum size (in megabytes) of fields to be cached per connection.
dataDefinitionCausesTransactionCommit() - クラスのメソッド org.postgresql.jdbc.PgDatabaseMetaData
Does a data definition statement within a transaction force the transaction to commit?
dataDefinitionIgnoredInTransactions() - クラスのメソッド org.postgresql.jdbc.PgDatabaseMetaData
 
dataSourceName - クラスの変数 org.postgresql.ds.PGPoolingDataSource
推奨されていません。
 
dataSources - クラスのstatic変数 org.postgresql.ds.PGPoolingDataSource
推奨されていません。
 
DATATYPE_MISMATCH - 列挙の列挙型定数 org.postgresql.util.PSQLState
 
DATE - クラスのstatic変数 org.postgresql.core.Oid
 
DATE_ARRAY - クラスのstatic変数 org.postgresql.core.Oid
 
DATE_NEGATIVE_INFINITY - インタフェースのstatic変数 org.postgresql.PGStatement
 
DATE_NEGATIVE_SMALLER_INFINITY - インタフェースのstatic変数 org.postgresql.PGStatement
 
DATE_POSITIVE_INFINITY - インタフェースのstatic変数 org.postgresql.PGStatement
 
DATE_POSITIVE_SMALLER_INFINITY - インタフェースのstatic変数 org.postgresql.PGStatement
 
DATETIME_OVERFLOW - 列挙の列挙型定数 org.postgresql.util.PSQLState
 
DAYNAME - クラスのstatic変数 org.postgresql.jdbc.EscapedFunctions
推奨されていません。
 
DAYOFMONTH - クラスのstatic変数 org.postgresql.jdbc.EscapedFunctions
推奨されていません。
 
DAYOFWEEK - クラスのstatic変数 org.postgresql.jdbc.EscapedFunctions
推奨されていません。
 
DAYOFYEAR - クラスのstatic変数 org.postgresql.jdbc.EscapedFunctions
推奨されていません。
 
DbKeyStoreSocketException(String) - 例外のコンストラクタ org.postgresql.ssl.DbKeyStoreSocketFactory.DbKeyStoreSocketException
 
DbKeyStoreSocketFactory - org.postgresql.sslのクラス
 
DbKeyStoreSocketFactory() - クラスのコンストラクタ org.postgresql.ssl.DbKeyStoreSocketFactory
 
DbKeyStoreSocketFactory.DbKeyStoreSocketException - org.postgresql.sslの例外
 
DEADLOCK_DETECTED - 列挙の列挙型定数 org.postgresql.util.PSQLState
 
decode(byte[]) - クラスのメソッド org.postgresql.core.Encoding
Decode an array of bytes into a string.
decode(byte[], int, int) - クラスのメソッド org.postgresql.core.Encoding
Decode an array of bytes into a string.
decode(byte[], int, int) - クラスのstaticメソッド org.postgresql.core.EncodingPredictor
 
decode(String) - クラスのstaticメソッド org.postgresql.util.URLCoder
Decodes x-www-form-urlencoded string into Java string.
decodeCanonicalized(byte[]) - クラスのメソッド org.postgresql.core.Encoding
Decode an array of bytes possibly into a canonicalized string.
decodeCanonicalized(byte[], int, int) - クラスのメソッド org.postgresql.core.Encoding
Decode an array of bytes possibly into a canonicalized string.
decodeCanonicalizedIfPresent(byte[], int, int) - クラスのメソッド org.postgresql.core.Encoding
 
decrementCounter() - クラスのメソッド org.postgresql.core.v3.adaptivefetch.AdaptiveFetchCacheEntry
 
DEFAULT_NON_PROXY_HOSTS - クラスのstatic変数 org.postgresql.util.HostSpec
 
DEFAULT_ROW_FETCH_SIZE - 列挙の列挙型定数 org.postgresql.PGProperty
Default parameter for Statement.getFetchSize().
defaultEncoding() - クラスのstaticメソッド org.postgresql.core.Encoding
Get an Encoding using the default encoding for the JVM.
defaultFetchSize - クラスの変数 org.postgresql.jdbc.PgConnection
Default fetch size for statement.
DefaultJavaSSLFactory - org.postgresql.sslのクラス
Socket factory that uses Java's default truststore to validate server certificate.
DefaultJavaSSLFactory(Properties) - クラスのコンストラクタ org.postgresql.ssl.DefaultJavaSSLFactory
 
DefaultPGXmlFactoryFactory - org.postgresql.xmlのクラス
Default implementation of PGXmlFactoryFactory that configures each factory per OWASP recommendations.
DEGREES - クラスのstatic変数 org.postgresql.jdbc.EscapedFunctions
推奨されていません。
 
delete(int) - クラスのメソッド org.postgresql.largeobject.LargeObjectManager
推奨されていません。
As of 8.3, replaced by LargeObjectManager.delete(long)
delete(long) - クラスのメソッド org.postgresql.largeobject.LargeObjectManager
This deletes a large object.
DELETE - 列挙の列挙型定数 org.postgresql.core.SqlCommandType
 
deleteRow() - クラスのメソッド org.postgresql.jdbc.PgResultSet
 
deletesAreDetected(int) - クラスのメソッド org.postgresql.jdbc.PgDatabaseMetaData
 
deregister() - クラスのstaticメソッド org.postgresql.Driver
According to JDBC specification, this driver is registered against DriverManager when the class is loaded.
deriveForMultiBatch(int) - クラスのメソッド org.postgresql.core.v3.BatchedQuery
 
digitAt(String, int) - クラスのstaticメソッド org.postgresql.core.Parser
Converts digit at position pos in string s to integer or throws.
DISABLE - 列挙の列挙型定数 org.postgresql.jdbc.GSSEncMode
Do not use encrypted connections.
DISABLE - 列挙の列挙型定数 org.postgresql.jdbc.SslMode
Do not use encrypted connections.
DISABLE_COLUMN_SANITISER - 列挙の列挙型定数 org.postgresql.PGProperty
Enable optimization that disables column name sanitiser.
dispose() - インタフェースのメソッド org.postgresql.sspi.ISSPIClient
 
dispose() - クラスのメソッド org.postgresql.sspi.SSPIClient
Clean up native win32 resources after completion or failure of SSPI authentication.
DIVISION_BY_ZERO - 列挙の列挙型定数 org.postgresql.util.PSQLState
 
doesMaxRowSizeIncludeBlobs() - クラスのメソッド org.postgresql.jdbc.PgDatabaseMetaData
 
doSubprotocolBegin() - クラスのメソッド org.postgresql.core.v3.QueryExecutorImpl
 
Driver - org.postgresqlのクラス
The Java SQL framework allows for multiple database drivers.
Driver() - クラスのコンストラクタ org.postgresql.Driver
 
DRIVER_FULL_NAME - クラスのstatic変数 org.postgresql.util.DriverInfo
 
DRIVER_NAME - クラスのstatic変数 org.postgresql.util.DriverInfo
 
DRIVER_SHORT_NAME - クラスのstatic変数 org.postgresql.util.DriverInfo
 
DRIVER_VERSION - クラスのstatic変数 org.postgresql.util.DriverInfo
 
DriverInfo - org.postgresql.utilのクラス
Utility class with constants of Driver information.
dropReplicationSlot(String) - インタフェースのメソッド org.postgresql.replication.PGReplicationConnection
 
dropReplicationSlot(String) - クラスのメソッド org.postgresql.replication.PGReplicationConnectionImpl
 
DsMakeSpn(String, String, String, short, String) - クラスのメソッド org.postgresql.sspi.NTDSAPIWrapper
Convenience wrapper for NTDSAPI DsMakeSpn with Java friendly string and exception handling.

E

EmptyStringEntityResolver - org.postgresql.xmlのクラス
 
EmptyStringEntityResolver() - クラスのコンストラクタ org.postgresql.xml.EmptyStringEntityResolver
 
ENABLE_FDW_ACS - 列挙の列挙型定数 org.postgresql.PGProperty
 
encode(byte[], byte[], byte[]) - クラスのstaticメソッド org.postgresql.util.MD5Digest
Encodes user/password/salt information in the following way: MD5(MD5(password + user) + salt).
encode(String) - クラスのメソッド org.postgresql.core.Encoding
Encode a string to an array of bytes.
encode(String) - クラスのstaticメソッド org.postgresql.util.URLCoder
Encodes Java string into x-www-form-urlencoded format
encodeMd5(String, char[]) - クラスのstaticメソッド org.postgresql.util.PasswordUtil
推奨されていません。
encodePassword(String, char[], String) - クラスのstaticメソッド org.postgresql.util.PasswordUtil
Encode the given password for the specified encryption type.
encodeScramSha256(char[]) - クラスのstaticメソッド org.postgresql.util.PasswordUtil
Encode the given password for SCRAM-SHA-256 authentication using the default iteration count and a random salt.
encodeScramSha256(char[], int, byte[]) - クラスのstaticメソッド org.postgresql.util.PasswordUtil
Generate the encoded text representation of the given password for SCRAM-SHA-256 authentication.
encodeString(String) - インタフェースのメソッド org.postgresql.core.BaseConnection
Encode a string using the database's client_encoding (usually UTF8, but can vary on older server versions).
encodeString(String) - クラスのメソッド org.postgresql.jdbc.PgConnection
 
encoding - クラスの変数 org.postgresql.core.EncodingPredictor.DecodeResult
 
Encoding - org.postgresql.coreのクラス
Representation of a particular character encoding.
Encoding(Charset) - クラスのコンストラクタ org.postgresql.core.Encoding
Use the charset passed as parameter and tests at creation time whether the specified encoding is compatible with ASCII numbers.
Encoding(Charset, boolean) - クラスのコンストラクタ org.postgresql.core.Encoding
Subclasses may use this constructor if they know in advance of their ASCII number compatibility.
EncodingPredictor - org.postgresql.coreのクラス
Predicts encoding for error messages based on some heuristics.
EncodingPredictor() - クラスのコンストラクタ org.postgresql.core.EncodingPredictor
 
EncodingPredictor.DecodeResult - org.postgresql.coreのクラス
In certain cases the encoding is not known for sure (e.g. before authentication).
end(Xid, int) - クラスのメソッド org.postgresql.xa.PGXAConnection
Preconditions:
endCopy() - インタフェースのメソッド org.postgresql.copy.CopyIn
Finishes copy operation successfully.
endCopy() - クラスのメソッド org.postgresql.copy.PGCopyOutputStream
 
endCopy() - クラスのメソッド org.postgresql.core.v3.CopyDualImpl
 
endCopy() - クラスのメソッド org.postgresql.core.v3.CopyInImpl
 
endCopy(CopyOperationImpl) - クラスのメソッド org.postgresql.core.v3.QueryExecutorImpl
Finishes writing to copy and unlocks connection.
ensureBytes(int) - クラスのメソッド org.postgresql.core.VisibleBufferedInputStream
Ensures that the buffer contains at least n bytes.
ensureBytes(int, boolean) - クラスのメソッド org.postgresql.core.VisibleBufferedInputStream
Ensures that the buffer contains at least n bytes.
ensureBytes(int, boolean, boolean) - クラスのメソッド org.postgresql.core.VisibleBufferedInputStream
Ensures that the buffer contains at least n bytes.
equals(Object) - クラスのメソッド org.postgresql.core.CommandCompleteParser
 
equals(Object) - クラスのメソッド org.postgresql.geometric.PGbox
 
equals(Object) - クラスのメソッド org.postgresql.geometric.PGcircle
 
equals(Object) - クラスのメソッド org.postgresql.geometric.PGline
 
equals(Object) - クラスのメソッド org.postgresql.geometric.PGlseg
 
equals(Object) - クラスのメソッド org.postgresql.geometric.PGpath
 
equals(Object) - クラスのメソッド org.postgresql.geometric.PGpoint
 
equals(Object) - クラスのメソッド org.postgresql.geometric.PGpolygon
 
equals(Object) - クラスのメソッド org.postgresql.jdbc.FieldMetadata.Key
 
equals(Object) - クラスのメソッド org.postgresql.replication.LogSequenceNumber
 
equals(Object) - クラスのメソッド org.postgresql.util.HostSpec
 
equals(Object) - クラスのメソッド org.postgresql.util.PGInterval
Returns whether an object is equal to this one or not.
equals(Object) - クラスのメソッド org.postgresql.util.PGmoney
 
equals(Object) - クラスのメソッド org.postgresql.util.PGobject
This must be overridden to allow comparisons of objects.
equals(Object) - クラスのメソッド org.postgresql.util.PGTime
 
equals(Object) - クラスのメソッド org.postgresql.util.PGTimestamp
 
equals(Object, Object) - クラスのstaticメソッド org.postgresql.util.PGobject
 
error(SAXParseException) - クラスのメソッド org.postgresql.xml.NullErrorHandler
 
ESCAPE_SYNTAX_CALL_MODE - 列挙の列挙型定数 org.postgresql.PGProperty
Specifies how the driver transforms JDBC escape call syntax into underlying SQL, for invoking procedures or functions.
escapeArrayElement(StringBuilder, String) - クラスのstaticメソッド org.postgresql.jdbc.PgArray
 
EscapedFunctions - org.postgresql.jdbcのクラス
推奨されていません。
EscapedFunctions() - クラスのコンストラクタ org.postgresql.jdbc.EscapedFunctions
推奨されていません。
 
EscapedFunctions2 - org.postgresql.jdbcのクラス
This class stores supported escaped function.
EscapedFunctions2() - クラスのコンストラクタ org.postgresql.jdbc.EscapedFunctions2
 
escapeIdentifier(StringBuilder, String) - クラスのstaticメソッド org.postgresql.core.Utils
Escape the given identifier value and append it to the string builder sbuf.
escapeIdentifier(String) - クラスのメソッド org.postgresql.jdbc.PgConnection
 
escapeIdentifier(String) - インタフェースのメソッド org.postgresql.PGConnection
Return the given string suitably quoted to be used as an identifier in an SQL statement string.
escapeLiteral(StringBuilder, String, boolean) - クラスのstaticメソッド org.postgresql.core.Utils
Escape the given literal value and append it to the string builder sbuf.
escapeLiteral(String) - クラスのメソッド org.postgresql.jdbc.PgConnection
 
escapeLiteral(String) - インタフェースのメソッド org.postgresql.PGConnection
Return the given string suitably quoted to be used as a string literal in an SQL statement string.
escapeQuotes(String) - クラスのメソッド org.postgresql.jdbc.PgDatabaseMetaData
Turn the provided value into a valid string literal for direct inclusion into a query.
escapeString(String) - インタフェースのメソッド org.postgresql.core.BaseConnection
Escapes a string for use as string-literal within an SQL command.
escapeString(String) - クラスのメソッド org.postgresql.jdbc.PgConnection
 
EscapeSyntaxCallMode - org.postgresql.jdbcの列挙
Specifies whether a SELECT/CALL statement is used for the underlying SQL for JDBC escape call syntax: 'select' means to always use SELECT, 'callIfNoReturn' means to use CALL if there is no return parameter (otherwise use SELECT), and 'call' means to always use CALL.
evict(Value) - インタフェースのメソッド org.postgresql.util.LruCache.EvictAction
 
EXCLUSION_VIOLATION - 列挙の列挙型定数 org.postgresql.util.PSQLState
 
execSQLQuery(String) - インタフェースのメソッド org.postgresql.core.BaseConnection
Execute a SQL query that returns a single resultset.
execSQLQuery(String) - クラスのメソッド org.postgresql.jdbc.PgConnection
 
execSQLQuery(String, int, int) - インタフェースのメソッド org.postgresql.core.BaseConnection
 
execSQLQuery(String, int, int) - クラスのメソッド org.postgresql.jdbc.PgConnection
 
execSQLUpdate(String) - インタフェースのメソッド org.postgresql.core.BaseConnection
Execute a SQL query that does not return results.
execSQLUpdate(String) - クラスのメソッド org.postgresql.jdbc.PgConnection
 
execute(String) - クラスのメソッド org.postgresql.jdbc.PgStatement
 
execute(String, int) - クラスのメソッド org.postgresql.jdbc.PgStatement
 
execute(String, int[]) - クラスのメソッド org.postgresql.jdbc.PgStatement
 
execute(String, String[]) - クラスのメソッド org.postgresql.jdbc.PgStatement
 
execute(CachedQuery, ParameterList, int) - クラスのメソッド org.postgresql.jdbc.PgStatement
 
execute(Query[], ParameterList[], BatchResultHandler, int, int, int) - インタフェースのメソッド org.postgresql.core.QueryExecutor
Execute several Query, passing results to a provided ResultHandler.
execute(Query[], ParameterList[], BatchResultHandler, int, int, int) - クラスのメソッド org.postgresql.core.v3.QueryExecutorImpl
 
execute(Query[], ParameterList[], BatchResultHandler, int, int, int, boolean) - インタフェースのメソッド org.postgresql.core.QueryExecutor
Execute several Query with adaptive fetch, passing results to a provided ResultHandler.
execute(Query[], ParameterList[], BatchResultHandler, int, int, int, boolean) - クラスのメソッド org.postgresql.core.v3.QueryExecutorImpl
 
execute(Query, ParameterList, ResultHandler, int, int, int) - インタフェースのメソッド org.postgresql.core.QueryExecutor
Execute a Query, passing results to a provided ResultHandler.
execute(Query, ParameterList, ResultHandler, int, int, int) - クラスのメソッド org.postgresql.core.v3.QueryExecutorImpl
 
execute(Query, ParameterList, ResultHandler, int, int, int, boolean) - インタフェースのメソッド org.postgresql.core.QueryExecutor
Execute a Query with adaptive fetch, passing results to a provided ResultHandler.
execute(Query, ParameterList, ResultHandler, int, int, int, boolean) - クラスのメソッド org.postgresql.core.v3.QueryExecutorImpl
 
executeBatch() - クラスのメソッド org.postgresql.jdbc.PgStatement
 
executeLargeBatch() - クラスのメソッド org.postgresql.jdbc.PgStatement
 
executeLargeUpdate(String) - クラスのメソッド org.postgresql.jdbc.PgStatement
 
executeLargeUpdate(String, int) - クラスのメソッド org.postgresql.jdbc.PgStatement
 
executeLargeUpdate(String, int[]) - クラスのメソッド org.postgresql.jdbc.PgStatement
 
executeLargeUpdate(String, String[]) - クラスのメソッド org.postgresql.jdbc.PgStatement
 
executeQuery(String) - クラスのメソッド org.postgresql.jdbc.PgStatement
 
executeUpdate(String) - クラスのメソッド org.postgresql.jdbc.PgStatement
 
executeUpdate(String, int) - クラスのメソッド org.postgresql.jdbc.PgStatement
 
executeUpdate(String, int[]) - クラスのメソッド org.postgresql.jdbc.PgStatement
 
executeUpdate(String, String[]) - クラスのメソッド org.postgresql.jdbc.PgStatement
 
executeWithFlags(int) - インタフェースのメソッド org.postgresql.core.BaseStatement
Execute a prepared query, passing additional query flags.
executeWithFlags(int) - クラスのメソッド org.postgresql.jdbc.PgStatement
 
executeWithFlags(String, int) - インタフェースのメソッド org.postgresql.core.BaseStatement
Execute a query, passing additional query flags.
executeWithFlags(String, int) - クラスのメソッド org.postgresql.jdbc.PgStatement
 
executeWithFlags(CachedQuery, int) - インタフェースのメソッド org.postgresql.core.BaseStatement
Execute a query, passing additional query flags.
executeWithFlags(CachedQuery, int) - クラスのメソッド org.postgresql.jdbc.PgStatement
 
EXP - クラスのstatic変数 org.postgresql.jdbc.EscapedFunctions
推奨されていません。
 
ExpressionProperties - org.postgresql.utilのクラス
 
ExpressionProperties(Properties...) - クラスのコンストラクタ org.postgresql.util.ExpressionProperties
Creates an empty property list with the specified defaults.
EXTENDED - 列挙の列挙型定数 org.postgresql.jdbc.PreferQueryMode
 
EXTENDED_CACHE_EVERYTHING - 列挙の列挙型定数 org.postgresql.jdbc.PreferQueryMode
 
EXTENDED_FOR_PREPARED - 列挙の列挙型定数 org.postgresql.jdbc.PreferQueryMode
 

F

factory - クラスの変数 org.postgresql.ssl.WrappedFactory
 
FAILED - 列挙の列挙型定数 org.postgresql.core.TransactionState
 
fastpath(int, boolean, FastpathArg[]) - クラスのメソッド org.postgresql.fastpath.Fastpath
推奨されていません。
fastpath(int, FastpathArg[]) - クラスのメソッド org.postgresql.fastpath.Fastpath
推奨されていません。
Send a function call to the PostgreSQL backend.
fastpath(String, boolean, FastpathArg[]) - クラスのメソッド org.postgresql.fastpath.Fastpath
推奨されていません。
fastpath(String, FastpathArg[]) - クラスのメソッド org.postgresql.fastpath.Fastpath
推奨されていません。
Send a function call to the PostgreSQL backend by name.
Fastpath - org.postgresql.fastpathのクラス
推奨されていません。
This API is somewhat obsolete, as one may achieve similar performance and greater functionality by setting up a prepared statement to define the function call. Then, executing the statement with binary transmission of parameters and results substitutes for a fast-path function call.
Fastpath(BaseConnection) - クラスのコンストラクタ org.postgresql.fastpath.Fastpath
推奨されていません。
Initialises the fastpath system.
FastpathArg - org.postgresql.fastpathのクラス
推奨されていません。
This API is somewhat obsolete, as one may achieve similar performance and greater functionality by setting up a prepared statement to define the function call. Then, executing the statement with binary transmission of parameters and results substitutes for a fast-path function call.
FastpathArg(byte[]) - クラスのコンストラクタ org.postgresql.fastpath.FastpathArg
推奨されていません。
Constructs an argument that consists of an array of bytes.
FastpathArg(byte[], int, int) - クラスのコンストラクタ org.postgresql.fastpath.FastpathArg
推奨されていません。
Constructs an argument that consists of part of a byte array.
FastpathArg(int) - クラスのコンストラクタ org.postgresql.fastpath.FastpathArg
推奨されていません。
Constructs an argument that consists of an integer value.
FastpathArg(long) - クラスのコンストラクタ org.postgresql.fastpath.FastpathArg
推奨されていません。
Constructs an argument that consists of an integer value.
FastpathArg(String) - クラスのコンストラクタ org.postgresql.fastpath.FastpathArg
推奨されていません。
Constructs an argument that consists of a String.
fastpathCall(int, ParameterList, boolean) - インタフェースのメソッド org.postgresql.core.QueryExecutor
推奨されていません。
This API is somewhat obsolete, as one may achieve similar performance and greater functionality by setting up a prepared statement to define the function call. Then, executing the statement with binary transmission of parameters and results substitutes for a fast-path function call.
fastpathCall(int, ParameterList, boolean) - クラスのメソッド org.postgresql.core.v3.QueryExecutorImpl
 
fatalError(SAXParseException) - クラスのメソッド org.postgresql.xml.NullErrorHandler
 
fetch(ResultCursor, ResultHandler, int, boolean) - インタフェースのメソッド org.postgresql.core.QueryExecutor
Fetch additional rows from a cursor.
fetch(ResultCursor, ResultHandler, int, boolean) - クラスのメソッド org.postgresql.core.v3.QueryExecutorImpl
 
fetchdirection - クラスの変数 org.postgresql.jdbc.PgStatement
 
fetchSize - クラスの変数 org.postgresql.jdbc.PgResultSet
 
fetchSize - クラスの変数 org.postgresql.jdbc.PgStatement
Number of rows to get in a batch.
Field - org.postgresql.coreのクラス
 
Field(String, int) - クラスのコンストラクタ org.postgresql.core.Field
Constructor without mod parameter.
Field(String, int, int, int) - クラスのコンストラクタ org.postgresql.core.Field
Construct a field based on the information fed to it.
Field(String, int, int, int, int, int) - クラスのコンストラクタ org.postgresql.core.Field
Construct a field based on the information fed to it.
fieldBytes - クラスの変数 org.postgresql.jdbc.PgArray
 
fieldCount() - クラスのメソッド org.postgresql.core.Tuple
Number of fields in the tuple
FieldMetadata - org.postgresql.jdbcのクラス
This is an internal class to hold field metadata info like table name, column name, etc.
FieldMetadata(String) - クラスのコンストラクタ org.postgresql.jdbc.FieldMetadata
 
FieldMetadata.Key - org.postgresql.jdbcのクラス
 
fields - クラスの変数 org.postgresql.jdbc.PgResultSet
 
fields - クラスの変数 org.postgresql.jdbc.PgResultSetMetaData
 
fieldString - クラスの変数 org.postgresql.jdbc.PgArray
Field value as String.
findColumn(String) - クラスのメソッド org.postgresql.jdbc.PgResultSet
 
first() - クラスのメソッド org.postgresql.jdbc.PgResultSet
 
firstUnclosedResult - クラスの変数 org.postgresql.jdbc.PgStatement
The first unclosed result.
FixedLengthOutputStream - org.postgresql.coreのクラス
A stream that refuses to write more than a maximum number of bytes.
FixedLengthOutputStream(int, OutputStream) - クラスのコンストラクタ org.postgresql.core.FixedLengthOutputStream
 
float4(byte[], int) - クラスのstaticメソッド org.postgresql.util.ByteConverter
Parses a float value from the byte array.
float4(byte[], int, float) - クラスのstaticメソッド org.postgresql.util.ByteConverter
Encodes a int value to the byte array.
FLOAT4 - クラスのstatic変数 org.postgresql.core.Oid
 
FLOAT4_ARRAY - クラスのstatic変数 org.postgresql.core.Oid
 
float8(byte[], int) - クラスのstaticメソッド org.postgresql.util.ByteConverter
Parses a double value from the byte array.
float8(byte[], int, double) - クラスのstaticメソッド org.postgresql.util.ByteConverter
Encodes a int value to the byte array.
FLOAT8 - クラスのstatic変数 org.postgresql.core.Oid
 
FLOAT8_ARRAY - クラスのstatic変数 org.postgresql.core.Oid
 
FLOOR - クラスのstatic変数 org.postgresql.jdbc.EscapedFunctions
推奨されていません。
 
flush() - クラスのメソッド org.postgresql.copy.PGCopyOutputStream
 
flush() - クラスのメソッド org.postgresql.core.PGStream
Flush any pending output to the backend.
flush() - クラスのメソッド org.postgresql.gss.GSSOutputStream
 
flush() - クラスのメソッド org.postgresql.largeobject.BlobOutputStream
Flushes this output stream and forces any buffered output bytes to be written out.
flush() - クラスのメソッド org.postgresql.util.LogWriterHandler
 
flushCopy() - インタフェースのメソッド org.postgresql.copy.CopyIn
Force any buffered output to be sent over the network to the backend.
flushCopy() - クラスのメソッド org.postgresql.copy.PGCopyOutputStream
 
flushCopy() - クラスのメソッド org.postgresql.core.v3.CopyDualImpl
 
flushCopy() - クラスのメソッド org.postgresql.core.v3.CopyInImpl
 
flushCopy(CopyOperationImpl) - クラスのメソッド org.postgresql.core.v3.QueryExecutorImpl
 
forcebinary - クラスの変数 org.postgresql.jdbc.PgConnection
 
forceUpdateStatus() - クラスのメソッド org.postgresql.core.v3.replication.V3PGReplicationStream
 
forceUpdateStatus() - インタフェースのメソッド org.postgresql.replication.PGReplicationStream
Force send last received, flushed and applied LSN status to backend.
FOREIGN_KEY_VIOLATION - 列挙の列挙型定数 org.postgresql.util.PSQLState
 
forget(Xid) - クラスのメソッド org.postgresql.xa.PGXAConnection
Does nothing, since we don't do heuristics.
forName(String) - 列挙のstaticメソッド org.postgresql.PGProperty
 
free() - クラスのメソッド org.postgresql.jdbc.AbstractBlobClob
 
free() - クラスのメソッド org.postgresql.jdbc.PgArray
 
free() - クラスのメソッド org.postgresql.jdbc.PgSQLXML
 
from(String) - 列挙のstaticメソッド org.postgresql.core.ServerVersion
Attempt to parse the server version string into an XXYYZZ form version number into a Version.
from(String) - 列挙のstaticメソッド org.postgresql.core.JavaVersion
Java version string like in "java.version" property.
fromBytes(byte[], Encoding) - クラスのstaticメソッド org.postgresql.util.HStoreConverter
 
fromString(String) - クラスのstaticメソッド org.postgresql.util.HStoreConverter
 

G

genAlterUserPasswordSQL(String, char[], String) - クラスのstaticメソッド org.postgresql.util.PasswordUtil
Generate the SQL statement to alter a user's password using the given encryption.
generatedKeyAlwaysReturned() - クラスのメソッド org.postgresql.jdbc.PgDatabaseMetaData
 
generatedKeys - クラスの変数 org.postgresql.jdbc.PgStatement
Results returned by a statement that wants generated keys.
get() - インタフェースのメソッド org.postgresql.core.Provider
Gets a result.
get(int) - クラスのメソッド org.postgresql.core.Tuple
Get the data for the given field
get(int) - クラスのメソッド org.postgresql.util.IntList
 
get(Properties) - 列挙のメソッド org.postgresql.PGProperty
推奨されていません。
get(K) - インタフェースのメソッド org.postgresql.util.Gettable
 
get(Key) - クラスのメソッド org.postgresql.util.LruCache
Returns an entry from the cache.
getAcceptedIssuers() - クラスのメソッド org.postgresql.ssl.NonValidatingFactory.NonValidatingTM
 
getAcceptedIssuers() - クラスのメソッド org.postgresql.ssl.SingleCertValidatingFactory.SingleCertTrustManager
 
getAdaptiveFetch() - インタフェースのメソッド org.postgresql.core.QueryExecutor
Get state of adaptive fetch inside QueryExecutor.
getAdaptiveFetch() - クラスのメソッド org.postgresql.core.v3.adaptivefetch.AdaptiveFetchCache
Get state of adaptive fetch.
getAdaptiveFetch() - クラスのメソッド org.postgresql.core.v3.QueryExecutorImpl
 
getAdaptiveFetch() - クラスのメソッド org.postgresql.ds.common.BaseDataSource
 
getAdaptiveFetch() - クラスのメソッド org.postgresql.jdbc.PgConnection
 
getAdaptiveFetch() - クラスのメソッド org.postgresql.jdbc.PgResultSet
Get state of adaptive fetch for resultSet.
getAdaptiveFetch() - クラスのメソッド org.postgresql.jdbc.PgStatement
 
getAdaptiveFetch() - インタフェースのメソッド org.postgresql.PGConnection
Get state of adaptive fetch for connection.
getAdaptiveFetch() - インタフェースのメソッド org.postgresql.PGStatement
Get state of adaptive fetch for statement.
getAdaptiveFetchMaximum() - クラスのメソッド org.postgresql.ds.common.BaseDataSource
 
getAdaptiveFetchMinimum() - クラスのメソッド org.postgresql.ds.common.BaseDataSource
 
getAdaptiveFetchSize(boolean, ResultCursor) - インタフェースのメソッド org.postgresql.core.QueryExecutor
Get fetch size computed by adaptive fetch size for given query.
getAdaptiveFetchSize(boolean, ResultCursor) - クラスのメソッド org.postgresql.core.v3.QueryExecutorImpl
 
getAllowEncodingChanges() - クラスのメソッド org.postgresql.ds.common.BaseDataSource
 
getApplicationName() - インタフェースのメソッド org.postgresql.core.QueryExecutor
Returns application_name connection property.
getApplicationName() - クラスのメソッド org.postgresql.core.v3.QueryExecutorImpl
 
getApplicationName() - クラスのメソッド org.postgresql.ds.common.BaseDataSource
 
getArray() - クラスのメソッド org.postgresql.jdbc.PgArray
 
getArray(int) - クラスのメソッド org.postgresql.jdbc.PgResultSet
 
getArray(long, int) - クラスのメソッド org.postgresql.jdbc.PgArray
 
getArray(long, int, Map<String, Class<?>>) - クラスのメソッド org.postgresql.jdbc.PgArray
 
getArray(String) - クラスのメソッド org.postgresql.jdbc.PgResultSet
 
getArray(Map<String, Class<?>>) - クラスのメソッド org.postgresql.jdbc.PgArray
 
getArrayDelimiter(int) - インタフェースのメソッド org.postgresql.core.TypeInfo
Determine the delimiter for the elements of the given array type oid.
getArrayDelimiter(int) - クラスのメソッド org.postgresql.jdbc.TypeInfoCache
 
getArrayImpl(long, int, Map<String, Class<?>>) - クラスのメソッド org.postgresql.jdbc.PgArray
 
getArrayImpl(Map<String, Class<?>>) - クラスのメソッド org.postgresql.jdbc.PgArray
 
getAsciiStream() - クラスのメソッド org.postgresql.jdbc.PgClob
 
getAsciiStream(int) - クラスのメソッド org.postgresql.jdbc.PgResultSet
 
getAsciiStream(String) - クラスのメソッド org.postgresql.jdbc.PgResultSet
 
getAssistant(int) - クラスのstaticメソッド org.postgresql.jdbc2.ArrayAssistantRegistry
 
getAssumeMinServerVersion() - クラスのメソッド org.postgresql.ds.common.BaseDataSource
 
getAttributes(String, String, String, String) - クラスのメソッド org.postgresql.jdbc.PgDatabaseMetaData
 
getAuthenticationPluginClassName() - クラスのメソッド org.postgresql.ds.common.BaseDataSource
 
getAutoCommit() - クラスのメソッド org.postgresql.jdbc.PgConnection
 
getAutosave() - クラスのメソッド org.postgresql.ds.common.BaseDataSource
 
getAutosave() - クラスのメソッド org.postgresql.jdbc.PgConnection
 
getAutosave() - インタフェースのメソッド org.postgresql.PGConnection
Connection configuration regarding automatic per-query savepoints.
getAutoSave() - インタフェースのメソッド org.postgresql.core.QueryExecutor
 
getAutoSave() - クラスのメソッド org.postgresql.core.QueryExecutorBase
 
getBackendPID() - インタフェースのメソッド org.postgresql.core.QueryExecutor
Return the process ID (PID) of the backend server process handling this connection.
getBackendPID() - クラスのメソッド org.postgresql.core.QueryExecutorBase
 
getBackendPID() - クラスのメソッド org.postgresql.jdbc.PgConnection
 
getBackendPID() - インタフェースのメソッド org.postgresql.PGConnection
Return the process ID (PID) of the backend server process handling this connection.
getBaseColumnName(int) - クラスのメソッド org.postgresql.jdbc.PgResultSetMetaData
 
getBaseColumnName(int) - インタフェースのメソッド org.postgresql.PGResultSetMetaData
Returns the underlying column name of a query result, or "" if it is unable to be determined.
getBaseSchemaName(int) - クラスのメソッド org.postgresql.jdbc.PgResultSetMetaData
 
getBaseSchemaName(int) - インタフェースのメソッド org.postgresql.PGResultSetMetaData
Returns the underlying schema name of query result, or "" if it is unable to be determined.
getBaseTableName(int) - クラスのメソッド org.postgresql.jdbc.PgResultSetMetaData
 
getBaseTableName(int) - インタフェースのメソッド org.postgresql.PGResultSetMetaData
Returns the underlying table name of query result, or "" if it is unable to be determined.
getBaseType() - クラスのメソッド org.postgresql.jdbc.PgArray
 
getBaseTypeName() - クラスのメソッド org.postgresql.jdbc.PgArray
 
getBatchRewriteValuesBraceClosePosition() - クラスのメソッド org.postgresql.core.SqlCommand
 
getBatchRewriteValuesBraceOpenPosition() - クラスのメソッド org.postgresql.core.SqlCommand
 
getBatchSize() - インタフェースのメソッド org.postgresql.core.Query
Get the number of times this Query has been batched.
getBatchSize() - クラスのメソッド org.postgresql.core.v3.BatchedQuery
 
getBestRowIdentifier(String, String, String, int, boolean) - クラスのメソッド org.postgresql.jdbc.PgDatabaseMetaData
 
getBigDecimal(int) - クラスのメソッド org.postgresql.jdbc.PgResultSet
 
getBigDecimal(int, int) - クラスのメソッド org.postgresql.jdbc.PgResultSet
 
getBigDecimal(String) - クラスのメソッド org.postgresql.jdbc.PgResultSet
 
getBigDecimal(String, int) - クラスのメソッド org.postgresql.jdbc.PgResultSet
 
getBinaryReceiveOids() - インタフェースのメソッド org.postgresql.core.QueryExecutor
推奨されていません。
the method returns a copy of the set, so it is not efficient. Use TypeTransferModeRegistry.useBinaryForReceive(int)
getBinaryReceiveOids() - クラスのメソッド org.postgresql.core.v3.QueryExecutorImpl
 
getBinarySendOids() - インタフェースのメソッド org.postgresql.core.QueryExecutor
推奨されていません。
the method returns a copy of the set, so it is not efficient. Use TypeTransferModeRegistry.useBinaryForSend(int)
getBinarySendOids() - クラスのメソッド org.postgresql.core.v3.QueryExecutorImpl
 
getBinaryStream() - クラスのメソッド org.postgresql.jdbc.AbstractBlobClob
 
getBinaryStream() - クラスのメソッド org.postgresql.jdbc.PgSQLXML
 
getBinaryStream(int) - クラスのメソッド org.postgresql.jdbc.PgResultSet
 
getBinaryStream(long, long) - クラスのメソッド org.postgresql.jdbc.PgBlob
 
getBinaryStream(String) - クラスのメソッド org.postgresql.jdbc.PgResultSet
 
getBinaryTransfer() - クラスのメソッド org.postgresql.ds.common.BaseDataSource
 
getBinaryTransferDisable() - クラスのメソッド org.postgresql.ds.common.BaseDataSource
 
getBinaryTransferEnable() - クラスのメソッド org.postgresql.ds.common.BaseDataSource
 
getBindCount() - クラスのメソッド org.postgresql.core.v3.BatchedQuery
 
getBlob(int) - クラスのメソッド org.postgresql.jdbc.PgResultSet
 
getBlob(String) - クラスのメソッド org.postgresql.jdbc.PgResultSet
 
getBoolean(int) - クラスのメソッド 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) - クラスのメソッド org.postgresql.jdbc.PgResultSet
 
getBoolean(Properties) - 列挙のメソッド org.postgresql.PGProperty
Return the boolean value for this connection parameter in the given Properties.
getBuffer() - クラスのメソッド org.postgresql.core.VisibleBufferedInputStream
Returns direct handle to the used buffer.
getByte(int) - クラスのメソッド org.postgresql.jdbc.PgResultSet
 
getByte(String) - クラスのメソッド org.postgresql.jdbc.PgResultSet
 
getBytes() - クラスのメソッド org.postgresql.util.StreamWrapper
 
getBytes(int) - クラスのメソッド org.postgresql.jdbc.PgResultSet
getBytes(long, int) - クラスのメソッド org.postgresql.jdbc.AbstractBlobClob
 
getBytes(String) - クラスのメソッド org.postgresql.jdbc.PgResultSet
 
getCalendar() - クラスのメソッド org.postgresql.util.PGTime
Returns the calendar object for this time.
getCalendar() - クラスのメソッド org.postgresql.util.PGTimestamp
Returns the calendar object for this timestamp.
getCancelSignalTimeout() - クラスのメソッド org.postgresql.ds.common.BaseDataSource
 
getCatalog() - クラスのメソッド org.postgresql.jdbc.PgConnection
 
getCatalogName(int) - クラスのメソッド org.postgresql.jdbc.PgResultSetMetaData
getCatalogs() - クラスのメソッド org.postgresql.jdbc.PgDatabaseMetaData
 
getCatalogSeparator() - クラスのメソッド org.postgresql.jdbc.PgDatabaseMetaData
 
getCatalogTerm() - クラスのメソッド org.postgresql.jdbc.PgDatabaseMetaData
getCertificateChain(String) - クラスのメソッド org.postgresql.ssl.LazyKeyManager
 
getCertificateChain(String) - クラスのメソッド org.postgresql.ssl.PKCS12KeyManager
 
getCharacterStream() - クラスのメソッド org.postgresql.jdbc.PgClob
 
getCharacterStream() - クラスのメソッド org.postgresql.jdbc.PgSQLXML
 
getCharacterStream(int) - クラスのメソッド org.postgresql.jdbc.PgResultSet
 
getCharacterStream(long, long) - クラスのメソッド org.postgresql.jdbc.PgClob
 
getCharacterStream(String) - クラスのメソッド org.postgresql.jdbc.PgResultSet
 
getChoices() - 列挙のメソッド org.postgresql.PGProperty
Returns the available values for this connection parameter.
getCleanupSavepoints() - クラスのメソッド org.postgresql.ds.common.BaseDataSource
see PGProperty#CLEANUP_SAVEPOINTS
getClientAliases(String, Principal[]) - クラスのメソッド org.postgresql.ssl.LazyKeyManager
 
getClientAliases(String, Principal[]) - クラスのメソッド org.postgresql.ssl.PKCS12KeyManager
 
getClientInfo() - クラスのメソッド org.postgresql.jdbc.PgConnection
 
getClientInfo(String) - クラスのメソッド org.postgresql.jdbc.PgConnection
 
getClientInfoProperties() - クラスのメソッド org.postgresql.jdbc.PgDatabaseMetaData
 
getClob(int) - クラスのメソッド org.postgresql.jdbc.PgResultSet
 
getClob(String) - クラスのメソッド org.postgresql.jdbc.PgResultSet
 
getCloseAction() - インタフェースのメソッド org.postgresql.core.QueryExecutor
Returns an action that would close the connection cleanly.
getCloseAction() - クラスのメソッド org.postgresql.core.QueryExecutorBase
 
getCmStatusMode() - クラスのメソッド org.postgresql.ds.common.BaseDataSource
 
getCMStream() - クラスのメソッド org.postgresql.core.PGStream
 
getColumn() - クラスのメソッド org.postgresql.util.ServerErrorMessage
 
getColumnClassName(int) - クラスのメソッド org.postgresql.jdbc.PgResultSetMetaData
 
getColumnCount() - クラスのメソッド org.postgresql.jdbc.PgResultSetMetaData
 
getColumnDisplaySize(int) - クラスのメソッド org.postgresql.jdbc.PgResultSetMetaData
 
getColumnLabel() - クラスのメソッド org.postgresql.core.Field
 
getColumnLabel(int) - クラスのメソッド org.postgresql.jdbc.PgResultSetMetaData
 
getColumnName(int) - クラスのメソッド org.postgresql.jdbc.PgResultSetMetaData
 
getColumnOID(int) - クラスのメソッド org.postgresql.jdbc.PgResultSet
Returns the OID of a field.
getColumnPrivileges(String, String, String, String) - クラスのメソッド org.postgresql.jdbc.PgDatabaseMetaData
 
getColumns(String, String, String, String) - クラスのメソッド org.postgresql.jdbc.PgDatabaseMetaData
 
getColumnType(int) - クラスのメソッド org.postgresql.jdbc.PgResultSetMetaData
 
getColumnTypeName(int) - クラスのメソッド org.postgresql.jdbc.PgResultSetMetaData
 
getCommand() - クラスのメソッド org.postgresql.core.NativeQuery
 
getConcurrency() - クラスのメソッド org.postgresql.jdbc.PgResultSet
 
getConnection() - クラスのメソッド org.postgresql.ds.common.BaseDataSource
Gets a connection to the PostgreSQL database.
getConnection() - クラスのメソッド org.postgresql.ds.PGPooledConnection
Gets a handle for a client to use.
getConnection() - クラスのメソッド org.postgresql.ds.PGPoolingDataSource
推奨されていません。
Gets a connection from the connection pool.
getConnection() - クラスのメソッド org.postgresql.jdbc.PgDatabaseMetaData
 
getConnection() - クラスのメソッド org.postgresql.jdbc.PgStatement
 
getConnection() - クラスのメソッド org.postgresql.xa.PGXAConnection
XAConnection interface.
getConnection(String, String) - クラスのメソッド org.postgresql.ds.common.BaseDataSource
Gets a connection to the PostgreSQL database.
getConnection(String, String) - クラスのメソッド org.postgresql.ds.PGPoolingDataSource
推奨されていません。
Gets a non-pooled connection, unless the user and password are the same as the default values for this connection pool.
getConnectTimeout() - クラスのメソッド org.postgresql.ds.common.BaseDataSource
 
getConsistentPoint() - クラスのメソッド org.postgresql.replication.ReplicationSlotInfo
LSN at which we became consistent.
getConstraint() - クラスのメソッド org.postgresql.util.ServerErrorMessage
 
getCopyAPI() - クラスのメソッド org.postgresql.jdbc.PgConnection
 
getCopyAPI() - インタフェースのメソッド org.postgresql.PGConnection
This returns the COPY API for the current connection.
getCounter() - クラスのメソッド org.postgresql.core.v3.adaptivefetch.AdaptiveFetchCacheEntry
 
getCrossReference(String, String, String, String, String, String) - クラスのメソッド org.postgresql.jdbc.PgDatabaseMetaData
 
getCurrentSchema() - クラスのメソッド org.postgresql.ds.common.BaseDataSource
 
getCursorName() - クラスのメソッド org.postgresql.jdbc.PgConnection
getCursorName gets the cursor name.
getCursorName() - クラスのメソッド org.postgresql.jdbc.PgResultSet
 
getData(String, FastpathArg[]) - クラスのメソッド org.postgresql.fastpath.Fastpath
推奨されていません。
This convenience method assumes that the return value is not an Integer.
getDatabase() - インタフェースのメソッド org.postgresql.core.QueryExecutor
 
getDatabase() - クラスのメソッド org.postgresql.core.QueryExecutorBase
 
getDatabaseEncoding(String) - クラスのstaticメソッド org.postgresql.core.Encoding
Construct an Encoding for a given database encoding.
getDatabaseMajorVersion() - クラスのメソッド org.postgresql.jdbc.PgDatabaseMetaData
 
getDatabaseMetadataCacheFields() - クラスのメソッド org.postgresql.ds.common.BaseDataSource
 
getDatabaseMetadataCacheFieldsMiB() - クラスのメソッド org.postgresql.ds.common.BaseDataSource
 
getDatabaseMinorVersion() - クラスのメソッド org.postgresql.jdbc.PgDatabaseMetaData
 
getDatabaseName() - クラスのメソッド org.postgresql.ds.common.BaseDataSource
Gets the name of the PostgreSQL database, running on the server identified by the serverName property.
getDatabaseProductName() - クラスのメソッド org.postgresql.jdbc.PgDatabaseMetaData
Retrieves the name of this database product.
getDatabaseProductVersion() - クラスのメソッド org.postgresql.jdbc.PgDatabaseMetaData
 
getDataSource(String) - クラスのstaticメソッド org.postgresql.ds.PGPoolingDataSource
推奨されていません。
 
getDataSourceName() - クラスのメソッド org.postgresql.ds.PGPoolingDataSource
推奨されていません。
Gets the name of this DataSource.
getDatatype() - クラスのメソッド org.postgresql.util.ServerErrorMessage
 
getDate(int) - クラスのメソッド org.postgresql.jdbc.PgResultSet
 
getDate(int, Calendar) - クラスのメソッド org.postgresql.jdbc.PgResultSet
 
getDate(String) - クラスのメソッド org.postgresql.jdbc.PgResultSet
 
getDate(String, Calendar) - クラスのメソッド org.postgresql.jdbc.PgResultSet
 
getDays() - クラスのメソッド org.postgresql.util.PGInterval
Returns the days represented by this interval.
getDBVersionNumber() - クラスのメソッド org.postgresql.jdbc.PgConnection
Get server version number.
getDecodingReader(InputStream) - クラスのメソッド org.postgresql.core.Encoding
Get a Reader that decodes the given InputStream using this encoding.
getDefaultCipherSuites() - クラスのメソッド org.postgresql.ssl.WrappedFactory
 
getDefaultFetchSize() - クラスのメソッド org.postgresql.jdbc.PgConnection
 
getDefaultFetchSize() - インタフェースのメソッド org.postgresql.PGConnection
Get the default fetch size for statements created from this connection.
getDefaultRowFetchSize() - クラスのメソッド org.postgresql.ds.common.BaseDataSource
 
getDefaultTransactionIsolation() - クラスのメソッド org.postgresql.jdbc.PgDatabaseMetaData
 
getDefaultValue() - 列挙のメソッド org.postgresql.PGEnvironment
Returns the default value for this parameter.
getDefaultValue() - 列挙のメソッド org.postgresql.PGProperty
Returns the default value for this connection parameter.
getDescription() - クラスのメソッド org.postgresql.ds.common.BaseDataSource
Gets a description of this DataSource-ish thing.
getDescription() - クラスのメソッド org.postgresql.ds.PGConnectionPoolDataSource
Gets a description of this DataSource.
getDescription() - クラスのメソッド org.postgresql.ds.PGPoolingDataSource
推奨されていません。
Gets a description of this DataSource.
getDescription() - クラスのメソッド org.postgresql.ds.PGSimpleDataSource
Gets a description of this DataSource.
getDescription() - 列挙のメソッド org.postgresql.PGEnvironment
Returns the description for this parameter.
getDescription() - 列挙のメソッド org.postgresql.PGProperty
Returns the description for this connection parameter.
getDescription() - クラスのメソッド org.postgresql.xa.PGXADataSource
 
getDetail() - クラスのメソッド org.postgresql.util.ServerErrorMessage
 
getDisableColumnSanitiser() - クラスのメソッド org.postgresql.ds.common.BaseDataSource
 
getDisplaySize(int, int) - インタフェースのメソッド org.postgresql.core.TypeInfo
 
getDisplaySize(int, int) - クラスのメソッド org.postgresql.jdbc.TypeInfoCache
 
getDouble(int) - クラスのメソッド org.postgresql.jdbc.PgResultSet
 
getDouble(String) - クラスのメソッド org.postgresql.jdbc.PgResultSet
 
getDriverMajorVersion() - クラスのメソッド org.postgresql.jdbc.PgDatabaseMetaData
 
getDriverMinorVersion() - クラスのメソッド org.postgresql.jdbc.PgDatabaseMetaData
 
getDriverName() - クラスのメソッド org.postgresql.jdbc.PgDatabaseMetaData
 
getDriverVersion() - クラスのメソッド org.postgresql.jdbc.PgDatabaseMetaData
 
getEnableFdwAcs() - クラスのメソッド org.postgresql.ds.common.BaseDataSource
 
getEncoding() - インタフェースのメソッド org.postgresql.core.BaseConnection
 
getEncoding() - クラスのメソッド org.postgresql.core.PGStream
 
getEncoding() - インタフェースのメソッド org.postgresql.core.QueryExecutor
 
getEncoding() - クラスのメソッド org.postgresql.core.QueryExecutorBase
 
getEncoding() - クラスのメソッド org.postgresql.jdbc.PgConnection
 
getEncodingWriter() - クラスのメソッド org.postgresql.core.PGStream
Get a Writer instance that encodes directly onto the underlying stream.
getEncodingWriter(OutputStream) - クラスのメソッド org.postgresql.core.Encoding
Get a Writer that encodes to the given OutputStream using this encoding.
getEscapeSyntaxCallMode() - インタフェースのメソッド org.postgresql.core.QueryExecutor
 
getEscapeSyntaxCallMode() - クラスのメソッド org.postgresql.core.QueryExecutorBase
 
getEscapeSyntaxCallMode() - クラスのメソッド org.postgresql.ds.common.BaseDataSource
 
getException() - インタフェースのメソッド org.postgresql.core.ResultHandler
Returns the first encountered exception.
getException() - クラスのメソッド org.postgresql.core.ResultHandlerBase
 
getException() - クラスのメソッド org.postgresql.core.ResultHandlerDelegate
 
getExecuteCount() - クラスのメソッド org.postgresql.core.CachedQuery
Number of times this statement has been used.
getExportedKeys(String, String, String) - クラスのメソッド org.postgresql.jdbc.PgDatabaseMetaData
 
getExtraNameCharacters() - クラスのメソッド org.postgresql.jdbc.PgDatabaseMetaData
getFastLong(byte[], long, long) - クラスのstaticメソッド org.postgresql.util.NumberParser
Optimised byte[] to number parser.
getFastpathAPI() - クラスのメソッド org.postgresql.jdbc.PgConnection
 
getFastpathAPI() - インタフェースのメソッド org.postgresql.PGConnection
推奨されていません。
This API is somewhat obsolete, as one may achieve similar performance and greater functionality by setting up a prepared statement to define the function call. Then, executing the statement with binary transmission of parameters and results substitutes for a fast-path function call.
getFetchDirection() - クラスのメソッド org.postgresql.jdbc.PgResultSet
 
getFetchDirection() - クラスのメソッド org.postgresql.jdbc.PgStatement
 
getFetchingCursorName() - クラスのメソッド org.postgresql.jdbc.PgStatement
 
getFetchSize() - クラスのメソッド org.postgresql.jdbc.PgResultSet
 
getFetchSize() - クラスのメソッド org.postgresql.jdbc.PgStatement
 
getFetchSizeForQuery(boolean, Query) - クラスのメソッド org.postgresql.core.v3.adaptivefetch.AdaptiveFetchCache
Get adaptive fetch size for given query.
getField(int) - クラスのメソッド org.postgresql.jdbc.PgResultSetMetaData
For several routines in this package, we need to convert a columnIndex into a Field[] descriptor.
getFieldCount() - インタフェースのメソッド org.postgresql.copy.CopyOperation
 
getFieldCount() - クラスのメソッド org.postgresql.copy.PGCopyInputStream
 
getFieldCount() - クラスのメソッド org.postgresql.copy.PGCopyOutputStream
 
getFieldCount() - クラスのメソッド org.postgresql.core.v3.CopyOperationImpl
 
getFieldFormat(int) - インタフェースのメソッド org.postgresql.copy.CopyOperation
 
getFieldFormat(int) - クラスのメソッド org.postgresql.copy.PGCopyInputStream
 
getFieldFormat(int) - クラスのメソッド org.postgresql.copy.PGCopyOutputStream
 
getFieldFormat(int) - クラスのメソッド org.postgresql.core.v3.CopyOperationImpl
 
getFieldMetadataCache() - インタフェースのメソッド org.postgresql.core.BaseConnection
Return metadata cache for given connection.
getFieldMetadataCache() - クラスのメソッド org.postgresql.jdbc.PgConnection
 
getFile() - クラスのメソッド org.postgresql.util.ServerErrorMessage
 
getFixedString(int) - クラスのメソッド org.postgresql.jdbc.PgResultSet
This is used to fix get*() methods on Money fields.
getFloat(int) - クラスのメソッド org.postgresql.jdbc.PgResultSet
 
getFloat(String) - クラスのメソッド org.postgresql.jdbc.PgResultSet
 
getForceBinary() - クラスのメソッド org.postgresql.jdbc.PgConnection
 
getForceBinaryTransfer() - クラスのメソッド org.postgresql.jdbc.PgStatement
 
getFormat() - インタフェースのメソッド org.postgresql.copy.CopyOperation
 
getFormat() - クラスのメソッド org.postgresql.copy.PGCopyInputStream
 
getFormat() - クラスのメソッド org.postgresql.copy.PGCopyOutputStream
 
getFormat() - クラスのメソッド org.postgresql.core.Field
 
getFormat() - クラスのメソッド org.postgresql.core.v3.CopyOperationImpl
 
getFormat(int) - クラスのメソッド org.postgresql.jdbc.PgResultSetMetaData
 
getFormat(int) - インタフェースのメソッド org.postgresql.PGResultSetMetaData
Is a column Text or Binary?
getFunction(String) - クラスのstaticメソッド org.postgresql.jdbc.EscapedFunctions
推奨されていません。
get Method object implementing the given function.
getFunction(String) - クラスのstaticメソッド org.postgresql.jdbc.EscapedFunctions2
get Method object implementing the given function
getFunctionColumns(String, String, String, String) - クラスのメソッド org.postgresql.jdbc.PgDatabaseMetaData
 
getFunctions(String, String, String) - クラスのメソッド org.postgresql.jdbc.PgDatabaseMetaData
 
getGeneratedKeys() - クラスのメソッド org.postgresql.jdbc.BatchResultHandler
 
getGeneratedKeys() - クラスのメソッド org.postgresql.jdbc.PgStatement
 
getGroupStartupParameters() - クラスのメソッド org.postgresql.ds.common.BaseDataSource
This is important in pool-by-transaction scenarios in order to make sure that all the statements reaches the same connection that is being initialized.
getGssEncMode() - クラスのメソッド org.postgresql.ds.common.BaseDataSource
 
getGssLib() - クラスのメソッド org.postgresql.ds.common.BaseDataSource
 
getGssResponseTimeout() - クラスのメソッド org.postgresql.ds.common.BaseDataSource
 
getHandledRowCount() - インタフェースのメソッド org.postgresql.copy.CopyOperation
After successful end of copy, returns the number of database records handled in that operation.
getHandledRowCount() - クラスのメソッド org.postgresql.copy.PGCopyInputStream
 
getHandledRowCount() - クラスのメソッド org.postgresql.copy.PGCopyOutputStream
 
getHandledRowCount() - クラスのメソッド org.postgresql.core.v3.CopyOperationImpl
 
getHideUnprivilegedObjects() - クラスのメソッド org.postgresql.ds.common.BaseDataSource
 
getHideUnprivilegedObjects() - クラスのメソッド org.postgresql.jdbc.PgConnection
 
getHint() - クラスのメソッド org.postgresql.util.ServerErrorMessage
 
getHoldability() - クラスのメソッド org.postgresql.jdbc.PgConnection
 
getHoldability() - クラスのメソッド org.postgresql.jdbc.PgResultSet
 
getHost() - クラスのメソッド org.postgresql.util.HostSpec
 
getHostRecheckSeconds() - クラスのメソッド org.postgresql.ds.common.BaseDataSource
 
getHostSpec() - クラスのメソッド org.postgresql.core.PGStream
 
getHostSpec() - インタフェースのメソッド org.postgresql.core.QueryExecutor
 
getHostSpec() - クラスのメソッド org.postgresql.core.QueryExecutorBase
 
getHostStatus() - クラスのメソッド org.postgresql.util.HostSpec
 
getHours() - クラスのメソッド org.postgresql.util.PGInterval
Returns the hours represented by this interval.
getID(String) - クラスのメソッド org.postgresql.fastpath.Fastpath
推奨されていません。
This returns the function id associated by its name.
getIdentifierQuoteString() - クラスのメソッド org.postgresql.jdbc.PgDatabaseMetaData
What is the string used to quote SQL identifiers?
getImportedExportedKeys(String, String, String, String, String, String) - クラスのメソッド org.postgresql.jdbc.PgDatabaseMetaData
 
getImportedKeys(String, String, String) - クラスのメソッド org.postgresql.jdbc.PgDatabaseMetaData
 
getIndex() - クラスのメソッド org.postgresql.core.VisibleBufferedInputStream
Returns the current read position in the buffer.
getIndexInfo(String, String, String, boolean, boolean) - クラスのメソッド org.postgresql.jdbc.PgDatabaseMetaData
 
getInitialConnections() - クラスのメソッド org.postgresql.ds.PGPoolingDataSource
推奨されていません。
Gets the number of connections that will be created when this DataSource is initialized.
getInParameterCount() - インタフェースのメソッド org.postgresql.core.ParameterList
Get the number of IN parameters in this list.
getInputStream() - クラスのメソッド org.postgresql.largeobject.LargeObject
Returns an InputStream from this object.
getInputStream(int, long) - クラスのメソッド org.postgresql.largeobject.LargeObject
Returns an InputStream from this object, that will limit the amount of data that is visible.
getInputStream(long) - クラスのメソッド org.postgresql.largeobject.LargeObject
Returns an InputStream from this object, that will limit the amount of data that is visible.
getInsertOID() - クラスのメソッド org.postgresql.jdbc.ResultWrapper
 
getInstance() - クラスのstaticメソッド org.postgresql.util.LazyCleaner
Returns a default cleaner instance.
getInt(int) - クラスのメソッド org.postgresql.jdbc.PgResultSet
 
getInt(String) - クラスのメソッド org.postgresql.jdbc.PgResultSet
 
getInt(Properties) - 列挙のメソッド org.postgresql.PGProperty
Return the int value for this connection parameter in the given Properties.
getInteger(String, FastpathArg[]) - クラスのメソッド org.postgresql.fastpath.Fastpath
推奨されていません。
This convenience method assumes that the return value is an integer.
getInteger(Properties) - 列挙のメソッド org.postgresql.PGProperty
Return the Integer value for this connection parameter in the given Properties.
getIntegerDateTimes() - インタフェースのメソッド org.postgresql.core.QueryExecutor
Returns true if server uses integer instead of double for binary date and time encodings.
getIntegerDateTimes() - クラスのメソッド org.postgresql.core.v3.QueryExecutorImpl
 
getInternalPosition() - クラスのメソッド org.postgresql.util.ServerErrorMessage
 
getInternalQuery() - クラスのメソッド org.postgresql.util.ServerErrorMessage
 
getIntNoCheck(Properties) - 列挙のメソッド org.postgresql.PGProperty
Return the int value for this connection parameter in the given Properties.
getIOException() - 例外のメソッド org.postgresql.core.PGBindException
 
getIsolationLevelName(int) - クラスのメソッド org.postgresql.jdbc.PgConnection
 
getJaasApplicationName() - クラスのメソッド org.postgresql.ds.common.BaseDataSource
 
getJaasLogin() - クラスのメソッド org.postgresql.ds.common.BaseDataSource
 
getJavaArrayType(String) - インタフェースのメソッド org.postgresql.core.TypeInfo
 
getJavaArrayType(String) - クラスのメソッド org.postgresql.jdbc.TypeInfoCache
 
getJavaClass(int) - インタフェースのメソッド org.postgresql.core.TypeInfo
 
getJavaClass(int) - クラスのメソッド org.postgresql.jdbc.TypeInfoCache
 
getJDBCMajorVersion() - クラスのメソッド org.postgresql.jdbc.PgDatabaseMetaData
 
getJDBCMinorVersion() - クラスのメソッド org.postgresql.jdbc.PgDatabaseMetaData
 
getJVMEncoding(String) - クラスのstaticメソッド org.postgresql.core.Encoding
Construct an Encoding for a given JVM encoding.
getKerberosServerName() - クラスのメソッド org.postgresql.ds.common.BaseDataSource
 
getKeys() - クラスのメソッド org.postgresql.translation.messages_bg
 
getKeys() - クラスのメソッド org.postgresql.translation.messages_cs
 
getKeys() - クラスのメソッド org.postgresql.translation.messages_de
 
getKeys() - クラスのメソッド org.postgresql.translation.messages_es
 
getKeys() - クラスのメソッド org.postgresql.translation.messages_fr
 
getKeys() - クラスのメソッド org.postgresql.translation.messages_it
 
getKeys() - クラスのメソッド org.postgresql.translation.messages_ja
 
getKeys() - クラスのメソッド org.postgresql.translation.messages_nl
 
getKeys() - クラスのメソッド org.postgresql.translation.messages_pl
 
getKeys() - クラスのメソッド org.postgresql.translation.messages_pt_BR
 
getKeys() - クラスのメソッド org.postgresql.translation.messages_ru
 
getKeys() - クラスのメソッド org.postgresql.translation.messages_sr
 
getKeys() - クラスのメソッド org.postgresql.translation.messages_tr
 
getKeys() - クラスのメソッド org.postgresql.translation.messages_zh_CN
 
getKeys() - クラスのメソッド org.postgresql.translation.messages_zh_TW
 
getKeyStorePassword() - クラスのメソッド org.postgresql.ssl.DbKeyStoreSocketFactory
 
getKeyStoreStream() - クラスのメソッド org.postgresql.ssl.DbKeyStoreSocketFactory
 
getLargeMaxRows() - クラスのメソッド org.postgresql.jdbc.PgStatement
 
getLargeObjectAPI() - クラスのメソッド org.postgresql.jdbc.PgConnection
 
getLargeObjectAPI() - インタフェースのメソッド org.postgresql.PGConnection
This returns the LargeObject API for the current connection.
getLargeUpdateCount() - クラスのメソッド org.postgresql.jdbc.BatchResultHandler
 
getLargeUpdateCount() - クラスのメソッド org.postgresql.jdbc.PgStatement
 
getLastAppliedLSN() - クラスのメソッド org.postgresql.core.v3.replication.V3PGReplicationStream
 
getLastAppliedLSN() - インタフェースのメソッド org.postgresql.replication.PGReplicationStream
Last applied lsn sent in update message to backed.
getLastFlushedLSN() - クラスのメソッド org.postgresql.core.v3.replication.V3PGReplicationStream
 
getLastFlushedLSN() - インタフェースのメソッド org.postgresql.replication.PGReplicationStream
Last flushed LSN sent in update message to backend.
getLastOID() - クラスのメソッド org.postgresql.jdbc.PgStatement
 
getLastOID() - インタフェースのメソッド org.postgresql.PGStatement
Returns the Last inserted/updated oid.
getLastReceiveLSN() - クラスのメソッド org.postgresql.core.v3.replication.V3PGReplicationStream
 
getLastReceiveLSN() - インタフェースのメソッド org.postgresql.replication.PGReplicationStream
Parameter updates by execute PGReplicationStream.read() method.
getLastUsedFetchSize() - クラスのメソッド org.postgresql.jdbc.PgResultSet
Get fetch size used during last fetch.
getLength() - クラスのメソッド org.postgresql.core.Field
 
getLength() - クラスのメソッド org.postgresql.util.ByteBufferByteStreamWriter
 
getLength() - インタフェースのメソッド org.postgresql.util.ByteStreamWriter
Returns the length of the stream.
getLength() - クラスのメソッド org.postgresql.util.StreamWrapper
 
getLine() - クラスのメソッド org.postgresql.util.ServerErrorMessage
 
getLo(boolean) - クラスのメソッド org.postgresql.jdbc.AbstractBlobClob
 
getLoadBalanceHosts() - クラスのメソッド org.postgresql.ds.common.BaseDataSource
 
getLocalSocketAddress() - クラスのメソッド org.postgresql.ds.common.BaseDataSource
 
getLocalSocketAddress() - クラスのメソッド org.postgresql.util.HostSpec
 
getLogger() - インタフェースのメソッド org.postgresql.core.BaseConnection
 
getLogger() - クラスのメソッド org.postgresql.jdbc.PgConnection
 
getLoggerFile() - クラスのメソッド org.postgresql.ds.common.BaseDataSource
推奨されていません。
Configure via java.util.logging
getLoggerLevel() - クラスのメソッド org.postgresql.ds.common.BaseDataSource
推奨されていません。
Configure via java.util.logging
getLoginTimeout() - クラスのメソッド org.postgresql.ds.common.BaseDataSource
 
getLogServerErrorDetail() - インタフェースのメソッド org.postgresql.core.BaseConnection
Indicates if error details from server used in included in logging and exceptions.
getLogServerErrorDetail() - クラスのメソッド org.postgresql.ds.common.BaseDataSource
 
getLogServerErrorDetail() - クラスのメソッド org.postgresql.jdbc.PgConnection
 
getLogUnclosedConnections() - クラスのメソッド org.postgresql.ds.common.BaseDataSource
 
getLogWriter() - クラスのメソッド org.postgresql.ds.common.BaseDataSource
This implementation don't use a LogWriter.
getLong(int) - クラスのメソッド org.postgresql.jdbc.PgResultSet
 
getLong(String) - クラスのメソッド org.postgresql.jdbc.PgResultSet
 
getLong(String, FastpathArg[]) - クラスのメソッド org.postgresql.fastpath.Fastpath
推奨されていません。
This convenience method assumes that the return value is a long (bigint).
getLongOID() - クラスのメソッド org.postgresql.largeobject.LargeObject
 
getMajorVersion() - クラスのメソッド org.postgresql.Driver
 
getMaxBinaryLiteralLength() - クラスのメソッド org.postgresql.jdbc.PgDatabaseMetaData
 
getMaxCatalogNameLength() - クラスのメソッド org.postgresql.jdbc.PgDatabaseMetaData
 
getMaxCharLiteralLength() - クラスのメソッド org.postgresql.jdbc.PgDatabaseMetaData
 
getMaxColumnNameLength() - クラスのメソッド org.postgresql.jdbc.PgDatabaseMetaData
 
getMaxColumnsInGroupBy() - クラスのメソッド org.postgresql.jdbc.PgDatabaseMetaData
 
getMaxColumnsInIndex() - クラスのメソッド org.postgresql.jdbc.PgDatabaseMetaData
 
getMaxColumnsInOrderBy() - クラスのメソッド org.postgresql.jdbc.PgDatabaseMetaData
 
getMaxColumnsInSelect() - クラスのメソッド org.postgresql.jdbc.PgDatabaseMetaData
 
getMaxColumnsInTable() - クラスのメソッド org.postgresql.jdbc.PgDatabaseMetaData
What is the maximum number of columns in a table?
getMaxConnections() - クラスのメソッド org.postgresql.ds.PGPoolingDataSource
推奨されていません。
Gets the maximum number of connections that the pool will allow.
getMaxConnections() - クラスのメソッド org.postgresql.jdbc.PgDatabaseMetaData
How many active connection can we have at a time to this database?
getMaxCursorNameLength() - クラスのメソッド org.postgresql.jdbc.PgDatabaseMetaData
 
getMaxFieldSize() - クラスのメソッド org.postgresql.jdbc.PgStatement
 
getMaximumPrecision(int) - インタフェースのメソッド org.postgresql.core.TypeInfo
 
getMaximumPrecision(int) - クラスのメソッド org.postgresql.jdbc.TypeInfoCache
 
getMaximumRowSizeBytes() - クラスのメソッド org.postgresql.core.v3.adaptivefetch.AdaptiveFetchCacheEntry
 
getMaxIndexKeys() - クラスのメソッド org.postgresql.jdbc.PgDatabaseMetaData
 
getMaxIndexLength() - クラスのメソッド org.postgresql.jdbc.PgDatabaseMetaData
 
getMaxLogicalLobSize() - クラスのメソッド org.postgresql.jdbc.PgDatabaseMetaData
 
getMaxNameLength() - クラスのメソッド org.postgresql.jdbc.PgDatabaseMetaData
 
getMaxProcedureNameLength() - クラスのメソッド org.postgresql.jdbc.PgDatabaseMetaData
 
getMaxResultBuffer() - クラスのメソッド org.postgresql.core.PGStream
Get MaxResultBuffer from PGStream.
getMaxResultBuffer() - クラスのメソッド org.postgresql.ds.common.BaseDataSource
 
getMaxResultRowSize() - クラスのメソッド org.postgresql.core.v3.BatchedQuery
Return maximum size in bytes that each result row from this query may return.
getMaxRows() - クラスのメソッド org.postgresql.jdbc.PgStatement
 
getMaxRowSize() - クラスのメソッド org.postgresql.jdbc.PgDatabaseMetaData
 
getMaxRowSizeBytes() - クラスのメソッド org.postgresql.core.PGStream
Get actual max row size noticed so far.
getMaxSchemaNameLength() - クラスのメソッド org.postgresql.jdbc.PgDatabaseMetaData
 
getMaxStatementLength() - クラスのメソッド org.postgresql.jdbc.PgDatabaseMetaData
 
getMaxStatements() - クラスのメソッド org.postgresql.jdbc.PgDatabaseMetaData
 
getMaxTableNameLength() - クラスのメソッド org.postgresql.jdbc.PgDatabaseMetaData
 
getMaxTablesInSelect() - クラスのメソッド org.postgresql.jdbc.PgDatabaseMetaData
 
getMaxUserNameLength() - クラスのメソッド org.postgresql.jdbc.PgDatabaseMetaData
 
getMessage() - 例外のメソッド org.postgresql.util.PSQLWarning
 
getMessage() - クラスのメソッド org.postgresql.util.ServerErrorMessage
 
getMetadata() - クラスのメソッド org.postgresql.core.Field
 
getMetaData() - クラスのメソッド org.postgresql.jdbc.PgConnection
 
getMetaData() - クラスのメソッド org.postgresql.jdbc.PgResultSet
 
getMicroSeconds() - クラスのメソッド org.postgresql.util.PGInterval
 
getMinorVersion() - クラスのメソッド org.postgresql.Driver
 
getMinutes() - クラスのメソッド org.postgresql.util.PGInterval
Returns the minutes represented by this interval.
getMod() - クラスのメソッド org.postgresql.core.Field
 
getMonths() - クラスのメソッド org.postgresql.util.PGInterval
Returns the months represented by this interval.
getMoreResults() - クラスのメソッド org.postgresql.jdbc.PgStatement
 
getMoreResults(int) - クラスのメソッド org.postgresql.jdbc.PgStatement
 
getName() - クラスのメソッド org.postgresql.core.Notification
 
getName() - 列挙のメソッド org.postgresql.PGEnvironment
Returns the name of the parameter.
getName() - インタフェースのメソッド org.postgresql.PGNotification
Returns name of this notification.
getName() - 列挙のメソッド org.postgresql.PGProperty
Returns the name of the connection parameter.
getNativeSql() - インタフェースのメソッド org.postgresql.core.Query
Returns SQL in native for database format.
getNativeSql() - クラスのメソッド org.postgresql.core.v3.BatchedQuery
Method to return the sql based on number of batches.
getNCharacterStream(int) - クラスのメソッド org.postgresql.jdbc.PgResultSet
 
getNCharacterStream(String) - クラスのメソッド org.postgresql.jdbc.PgResultSet
 
getNClob(int) - クラスのメソッド org.postgresql.jdbc.PgResultSet
 
getNClob(String) - クラスのメソッド org.postgresql.jdbc.PgResultSet
 
getNetworkTimeout() - クラスのメソッド org.postgresql.core.PGStream
 
getNetworkTimeout() - インタフェースのメソッド org.postgresql.core.QueryExecutor
 
getNetworkTimeout() - クラスのメソッド org.postgresql.core.QueryExecutorBase
 
getNetworkTimeout() - クラスのメソッド org.postgresql.jdbc.PgConnection
 
getNext() - クラスのメソッド org.postgresql.jdbc.ResultWrapper
 
getNotifications() - インタフェースのメソッド org.postgresql.core.QueryExecutor
Retrieve and clear the set of asynchronous notifications pending on this connection.
getNotifications() - クラスのメソッド org.postgresql.core.QueryExecutorBase
 
getNotifications() - クラスのメソッド org.postgresql.jdbc.PgConnection
 
getNotifications() - インタフェースのメソッド org.postgresql.PGConnection
This method returns any notifications that have been received since the last call to this method.
getNotifications(int) - クラスのメソッド org.postgresql.jdbc.PgConnection
 
getNotifications(int) - インタフェースのメソッド org.postgresql.PGConnection
This method returns any notifications that have been received since the last call to this method.
getNString(int) - クラスのメソッド org.postgresql.jdbc.PgResultSet
 
getNString(String) - クラスのメソッド org.postgresql.jdbc.PgResultSet
 
getNumericFunctions() - クラスのメソッド org.postgresql.jdbc.PgDatabaseMetaData
 
getObject(int) - クラスのメソッド org.postgresql.jdbc.PgResultSet
 
getObject(int, Map<String, Class<?>>) - クラスのメソッド org.postgresql.jdbc.PgResultSet
 
getObject(int, Class<T>) - クラスのメソッド org.postgresql.jdbc.PgResultSet
 
getObject(String) - クラスのメソッド org.postgresql.jdbc.PgResultSet
 
getObject(String, String, byte[]) - インタフェースのメソッド org.postgresql.core.BaseConnection
Construct and return an appropriate object for the given type and value.
getObject(String, String, byte[]) - クラスのメソッド org.postgresql.jdbc.PgConnection
 
getObject(String, Map<String, Class<?>>) - クラスのメソッド org.postgresql.jdbc.PgResultSet
 
getObject(String, Class<T>) - クラスのメソッド org.postgresql.jdbc.PgResultSet
 
getObjectImpl(int, Map<String, Class<?>>) - クラスのメソッド org.postgresql.jdbc.PgResultSet
 
getObjectImpl(String, Map<String, Class<?>>) - クラスのメソッド org.postgresql.jdbc.PgResultSet
 
getObjectInstance(Object, Name, Context, Hashtable<?, ?>) - クラスのメソッド org.postgresql.ds.common.PGObjectFactory
Dereferences a PostgreSQL DataSource.
getObjectInstance(Object, Name, Context, Hashtable<?, ?>) - クラスのメソッド org.postgresql.xa.PGXADataSourceFactory
 
getOffset() - クラスのメソッド org.postgresql.util.StreamWrapper
 
getOid() - クラスのメソッド org.postgresql.core.CommandCompleteParser
 
getOID() - クラスのメソッド org.postgresql.core.Field
 
getOID() - クラスのメソッド org.postgresql.largeobject.LargeObject
推奨されていません。
As of 8.3, replaced by LargeObject.getLongOID()
getOID(String, FastpathArg[]) - クラスのメソッド org.postgresql.fastpath.Fastpath
推奨されていません。
This convenience method assumes that the return value is an oid.
getOptions() - クラスのメソッド org.postgresql.ds.common.BaseDataSource
 
getOrDefault(Properties) - 列挙のメソッド org.postgresql.PGProperty
Returns the value of the connection parameter from the given Properties or the default value.
getOrNull(Properties) - 列挙のメソッド org.postgresql.PGProperty
Returns the value of the connection parameter from the given Properties or null if there is no default value
getOutParameterCount() - インタフェースのメソッド org.postgresql.core.ParameterList
Get the number of OUT parameters in this list.
getOutputPlugin() - クラスのメソッド org.postgresql.replication.ReplicationSlotInfo
Output Plugin used on slot creation.
getOutputStream() - クラスのメソッド org.postgresql.largeobject.LargeObject
Returns an OutputStream to this object.
getOutputStream() - インタフェースのメソッド org.postgresql.util.ByteStreamWriter.ByteStreamTarget
Provides an output stream to write bytes to.
getParameter() - クラスのメソッド org.postgresql.core.Notification
 
getParameter() - インタフェースのメソッド org.postgresql.PGNotification
Returns additional information from the notifying process.
getParameterClassName(int) - クラスのメソッド org.postgresql.jdbc.PgParameterMetaData
 
getParameterCount() - インタフェースのメソッド org.postgresql.core.ParameterList
Get the number of parameters in this list.
getParameterCount() - クラスのメソッド org.postgresql.jdbc.PgParameterMetaData
 
getParameterMode(int) - クラスのメソッド org.postgresql.jdbc.PgParameterMetaData
For now report all parameters as inputs.
getParameterStatus(String) - インタフェースのメソッド org.postgresql.core.QueryExecutor
 
getParameterStatus(String) - クラスのメソッド org.postgresql.core.QueryExecutorBase
 
getParameterStatus(String) - クラスのメソッド org.postgresql.jdbc.PgConnection
 
getParameterStatus(String) - インタフェースのメソッド org.postgresql.PGConnection
Shorthand for getParameterStatuses().get(...) .
getParameterStatuses() - インタフェースのメソッド org.postgresql.core.QueryExecutor
 
getParameterStatuses() - クラスのメソッド org.postgresql.core.QueryExecutorBase
 
getParameterStatuses() - クラスのメソッド org.postgresql.jdbc.PgConnection
 
getParameterStatuses() - インタフェースのメソッド org.postgresql.PGConnection
Returns the current values of all parameters reported by the server.
getParameterType(int) - クラスのメソッド org.postgresql.jdbc.PgParameterMetaData
 
getParameterTypeName(int) - クラスのメソッド org.postgresql.jdbc.PgParameterMetaData
 
getParent() - クラスのメソッド org.postgresql.translation.messages_bg
 
getParent() - クラスのメソッド org.postgresql.translation.messages_cs
 
getParent() - クラスのメソッド org.postgresql.translation.messages_de
 
getParent() - クラスのメソッド org.postgresql.translation.messages_es
 
getParent() - クラスのメソッド org.postgresql.translation.messages_fr
 
getParent() - クラスのメソッド org.postgresql.translation.messages_it
 
getParent() - クラスのメソッド org.postgresql.translation.messages_ja
 
getParent() - クラスのメソッド org.postgresql.translation.messages_nl
 
getParent() - クラスのメソッド org.postgresql.translation.messages_pl
 
getParent() - クラスのメソッド org.postgresql.translation.messages_pt_BR
 
getParent() - クラスのメソッド org.postgresql.translation.messages_ru
 
getParent() - クラスのメソッド org.postgresql.translation.messages_sr
 
getParent() - クラスのメソッド org.postgresql.translation.messages_tr
 
getParent() - クラスのメソッド org.postgresql.translation.messages_zh_CN
 
getParent() - クラスのメソッド org.postgresql.translation.messages_zh_TW
 
getParentLogger() - クラスのメソッド org.postgresql.Driver
 
getParentLogger() - クラスのメソッド org.postgresql.ds.common.BaseDataSource
 
getPassword() - クラスのメソッド org.postgresql.ds.common.BaseDataSource
Gets the password to connect with by default.
getPassword(String, String, String, String) - クラスのstaticメソッド org.postgresql.jdbcurlresolver.PgPassParser
Read .pgpass resource
getPassword(AuthenticationRequestType) - インタフェースのメソッド org.postgresql.plugin.AuthenticationPlugin
Callback method to provide the password to use for authentication.
getPGArrayElement(int) - インタフェースのメソッド org.postgresql.core.TypeInfo
Look up the oid of an array's base type given the array's type oid.
getPGArrayElement(int) - クラスのメソッド org.postgresql.jdbc.TypeInfoCache
 
getPGArrayType(String) - クラスのメソッド org.postgresql.jdbc.TypeInfoCache
 
getPGArrayType(String) - インタフェースのメソッド org.postgresql.core.TypeInfo
Determine the oid of the given base postgresql type's array type.
getPGConnection() - クラスのメソッド org.postgresql.jdbc.PgStatement
 
getPGName() - クラスのメソッド org.postgresql.jdbc.PSQLSavepoint
 
getPGobject(String) - インタフェースのメソッド org.postgresql.core.TypeInfo
 
getPGobject(String) - クラスのメソッド org.postgresql.jdbc.TypeInfoCache
 
getPGStatement() - クラスのメソッド org.postgresql.jdbc.PgResultSet
 
getPGType() - クラスのメソッド org.postgresql.core.Field
 
getPGType(int) - クラスのメソッド org.postgresql.jdbc.PgResultSet
 
getPGType(int) - インタフェースのメソッド org.postgresql.core.TypeInfo
Look up the postgresql type name for a given oid.
getPGType(int) - クラスのメソッド org.postgresql.jdbc.PgResultSetMetaData
 
getPGType(int) - クラスのメソッド org.postgresql.jdbc.TypeInfoCache
 
getPGType(String) - インタフェースのメソッド org.postgresql.core.TypeInfo
Look up the oid for a given postgresql type name.
getPGType(String) - クラスのメソッド org.postgresql.jdbc.TypeInfoCache
 
getPGTypeNamesWithSQLTypes() - インタフェースのメソッド org.postgresql.core.TypeInfo
 
getPGTypeNamesWithSQLTypes() - クラスのメソッド org.postgresql.jdbc.TypeInfoCache
 
getPGTypeOidsWithSQLTypes() - インタフェースのメソッド org.postgresql.core.TypeInfo
 
getPGTypeOidsWithSQLTypes() - クラスのメソッド org.postgresql.jdbc.TypeInfoCache
 
getPID() - クラスのメソッド org.postgresql.core.Notification
 
getPID() - インタフェースのメソッド org.postgresql.PGNotification
Returns the process id of the backend process making this notification.
getPooledConnection() - クラスのメソッド org.postgresql.ds.PGConnectionPoolDataSource
Gets a connection which may be pooled by the app server or middleware implementation of DataSource.
getPooledConnection(String, String) - クラスのメソッド org.postgresql.ds.PGConnectionPoolDataSource
Gets a connection which may be pooled by the app server or middleware implementation of DataSource.
getPort() - クラスのメソッド org.postgresql.util.HostSpec
 
getPortNumber() - クラスのメソッド org.postgresql.ds.common.BaseDataSource
推奨されていません。
getPortNumbers() - クラスのメソッド org.postgresql.ds.common.BaseDataSource
Gets the port(s) which the PostgreSQL server is listening on for TCP/IP connections.
getPosition() - クラスのメソッド org.postgresql.util.ServerErrorMessage
 
getPositionInTable() - クラスのメソッド org.postgresql.core.Field
 
getPrecision(int) - クラスのメソッド org.postgresql.jdbc.PgParameterMetaData
 
getPrecision(int) - クラスのメソッド org.postgresql.jdbc.PgResultSetMetaData
 
getPrecision(int, int) - インタフェースのメソッド org.postgresql.core.TypeInfo
 
getPrecision(int, int) - クラスのメソッド org.postgresql.jdbc.TypeInfoCache
 
getPreferQueryMode() - インタフェースのメソッド org.postgresql.core.QueryExecutor
 
getPreferQueryMode() - クラスのメソッド org.postgresql.core.QueryExecutorBase
 
getPreferQueryMode() - クラスのメソッド org.postgresql.ds.common.BaseDataSource
 
getPreferQueryMode() - クラスのメソッド org.postgresql.jdbc.PgConnection
 
getPreferQueryMode() - インタフェースのメソッド org.postgresql.PGConnection
Returns the query mode for this connection.
getPreparedStatementCacheQueries() - クラスのメソッド org.postgresql.ds.common.BaseDataSource
 
getPreparedStatementCacheSizeMiB() - クラスのメソッド org.postgresql.ds.common.BaseDataSource
 
getPrepareThreshold() - クラスのメソッド org.postgresql.ds.common.BaseDataSource
 
getPrepareThreshold() - クラスのメソッド org.postgresql.jdbc.PgConnection
 
getPrepareThreshold() - クラスのメソッド org.postgresql.jdbc.PgStatement
 
getPrepareThreshold() - インタフェースのメソッド org.postgresql.PGConnection
Get the default server-side prepare reuse threshold for statements created from this connection.
getPrepareThreshold() - インタフェースのメソッド org.postgresql.PGStatement
Gets the server-side prepare reuse threshold in use for this statement.
getPrimaryKeys(String, String, String) - クラスのメソッド org.postgresql.jdbc.PgDatabaseMetaData
 
getPrimaryUniqueKeys(String, String, String) - クラスのメソッド org.postgresql.jdbc.PgDatabaseMetaData
 
getPrivateKey(String) - クラスのメソッド org.postgresql.ssl.LazyKeyManager
 
getPrivateKey(String) - クラスのメソッド org.postgresql.ssl.PKCS12KeyManager
 
getProcedureColumns(String, String, String, String) - クラスのメソッド org.postgresql.jdbc.PgDatabaseMetaData
 
getProcedures(String, String, String) - クラスのメソッド org.postgresql.jdbc.PgDatabaseMetaData
 
getProcedureTerm() - クラスのメソッド org.postgresql.jdbc.PgDatabaseMetaData
getProperty(String) - クラスのメソッド org.postgresql.ds.common.BaseDataSource
 
getProperty(String) - クラスのメソッド 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) - クラスのメソッド org.postgresql.util.ExpressionProperties
 
getProperty(Reference, String) - クラスのメソッド org.postgresql.ds.common.PGObjectFactory
 
getProperty(PGProperty) - クラスのメソッド org.postgresql.ds.common.BaseDataSource
 
getPropertyInfo(String, Properties) - クラスのメソッド 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() - インタフェースのメソッド org.postgresql.core.QueryExecutor
 
getProtocolVersion() - クラスのメソッド org.postgresql.core.v3.QueryExecutorImpl
 
getProtocolVersion() - クラスのメソッド org.postgresql.ds.common.BaseDataSource
 
getProtocolVersion() - クラスのメソッド org.postgresql.jdbc.PgConnection
 
getPseudoColumns(String, String, String, String) - クラスのメソッド org.postgresql.jdbc.PgDatabaseMetaData
 
getQueryExecutor() - インタフェースのメソッド org.postgresql.core.BaseConnection
Get the QueryExecutor implementation for this connection.
getQueryExecutor() - クラスのメソッド org.postgresql.core.v3.CopyOperationImpl
 
getQueryExecutor() - クラスのメソッド org.postgresql.jdbc.PgConnection
 
getQueryTimeout() - クラスのメソッド org.postgresql.jdbc.PgStatement
 
getQueryTimeoutMs() - クラスのメソッド org.postgresql.jdbc.PgStatement
The queryTimeout limit is the number of milliseconds the driver will wait for a Statement to execute.
getQuoteReturningIdentifiers() - インタフェースのメソッド org.postgresql.core.QueryExecutor
 
getQuoteReturningIdentifiers() - クラスのメソッド org.postgresql.core.QueryExecutorBase
 
getQuoteReturningIdentifiers() - クラスのメソッド org.postgresql.ds.common.BaseDataSource
 
getRawPropertyValue(String) - クラスのメソッド org.postgresql.util.ExpressionProperties
Returns raw value of a property without any replacements.
getRawValue(int) - クラスのメソッド 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() - クラスのメソッド org.postgresql.ds.common.BaseDataSource
 
getReadOnlyMode() - クラスのメソッド org.postgresql.ds.common.BaseDataSource
 
getReceiveBufferSize() - クラスのメソッド org.postgresql.ds.common.BaseDataSource
 
getRecvBufferSize() - クラスのメソッド org.postgresql.ds.common.BaseDataSource
 
getRef(int) - クラスのメソッド org.postgresql.jdbc.PgResultSet
 
getRef(String) - クラスのメソッド org.postgresql.jdbc.PgResultSet
 
getRefCount() - クラスのメソッド org.postgresql.util.SharedTimer
 
getRefCursor() - クラスのメソッド org.postgresql.jdbc.PgResultSet
 
getRefCursor() - インタフェースのメソッド org.postgresql.PGRefCursorResultSet
推奨されていません。
As of 8.0, replaced with calling getString() on the ResultSet that this ResultSet was obtained from.
getReference() - クラスのメソッド org.postgresql.ds.common.BaseDataSource
 
getReference() - クラスのメソッド org.postgresql.ds.PGPoolingDataSource
推奨されていません。
Adds custom properties for this DataSource to the properties defined in the superclass.
getReplication() - クラスのメソッド org.postgresql.ds.common.BaseDataSource
 
getReplicationAPI() - クラスのメソッド org.postgresql.jdbc.PgConnection
 
getReplicationAPI() - インタフェースのメソッド org.postgresql.PGConnection
 
getReplicationProtocol() - インタフェースのメソッド org.postgresql.core.BaseConnection
Internal protocol for work with physical and logical replication.
getReplicationProtocol() - インタフェースのメソッド org.postgresql.core.QueryExecutor
 
getReplicationProtocol() - クラスのメソッド org.postgresql.core.v3.QueryExecutorImpl
 
getReplicationProtocol() - クラスのメソッド org.postgresql.jdbc.PgConnection
 
getReplicationType() - クラスのメソッド org.postgresql.replication.ReplicationSlotInfo
Replication type of the slot created, might be PHYSICAL or LOGICAL.
getResultSet() - クラスのメソッド org.postgresql.jdbc.PgArray
 
getResultSet() - クラスのメソッド org.postgresql.jdbc.PgStatement
 
getResultSet() - クラスのメソッド org.postgresql.jdbc.ResultWrapper
 
getResultSet(long, int) - クラスのメソッド org.postgresql.jdbc.PgArray
 
getResultSet(long, int, Map<String, Class<?>>) - クラスのメソッド org.postgresql.jdbc.PgArray
 
getResultSet(Map<String, Class<?>>) - クラスのメソッド org.postgresql.jdbc.PgArray
 
getResultSetColumnNameIndexMap() - インタフェースのメソッド org.postgresql.core.Query
Get a map that a result set can use to find the index associated to a name.
getResultSetColumnNameIndexMap() - クラスのメソッド org.postgresql.core.v3.BatchedQuery
 
getResultSetConcurrency() - クラスのメソッド org.postgresql.jdbc.PgStatement
 
getResultSetHoldability() - クラスのメソッド org.postgresql.jdbc.PgDatabaseMetaData
 
getResultSetHoldability() - クラスのメソッド org.postgresql.jdbc.PgStatement
 
getResultSetImpl(long, int, Map<String, Class<?>>) - クラスのメソッド org.postgresql.jdbc.PgArray
 
getResultSetImpl(Map<String, Class<?>>) - クラスのメソッド org.postgresql.jdbc.PgArray
 
getResultSetType() - クラスのメソッド org.postgresql.jdbc.PgStatement
 
getReWriteBatchedInserts() - クラスのメソッド org.postgresql.ds.common.BaseDataSource
 
getRoutine() - クラスのメソッド org.postgresql.util.ServerErrorMessage
 
getRow() - クラスのメソッド org.postgresql.jdbc.PgResultSet
 
getRowId(int) - クラスのメソッド org.postgresql.jdbc.PgResultSet
 
getRowId(String) - クラスのメソッド org.postgresql.jdbc.PgResultSet
 
getRowIdLifetime() - クラスのメソッド org.postgresql.jdbc.PgDatabaseMetaData
 
getRows() - クラスのメソッド org.postgresql.core.CommandCompleteParser
 
getRuntimeVersion() - 列挙のstaticメソッド org.postgresql.core.JavaVersion
Returns enum value that represents current runtime.
getSavepointId() - クラスのメソッド org.postgresql.jdbc.PSQLSavepoint
 
getSavepointName() - クラスのメソッド org.postgresql.jdbc.PSQLSavepoint
 
getScale(int) - クラスのメソッド org.postgresql.jdbc.PgParameterMetaData
 
getScale(int) - クラスのメソッド org.postgresql.jdbc.PgResultSetMetaData
 
getScale(int, int) - インタフェースのメソッド org.postgresql.core.TypeInfo
 
getScale(int, int) - クラスのメソッド org.postgresql.jdbc.TypeInfoCache
 
getSchema() - クラスのメソッド org.postgresql.jdbc.PgConnection
 
getSchema() - クラスのメソッド org.postgresql.util.ServerErrorMessage
 
getSchemaName(int) - クラスのメソッド org.postgresql.jdbc.PgResultSetMetaData
 
getSchemas() - クラスのメソッド org.postgresql.jdbc.PgDatabaseMetaData
 
getSchemas(String, String) - クラスのメソッド org.postgresql.jdbc.PgDatabaseMetaData
 
getSchemaTerm() - クラスのメソッド org.postgresql.jdbc.PgDatabaseMetaData
getSearchStringEscape() - クラスのメソッド org.postgresql.jdbc.PgDatabaseMetaData
 
getSeconds() - クラスのメソッド org.postgresql.util.PGInterval
Returns the seconds represented by this interval.
getSendBufferSize() - クラスのメソッド org.postgresql.ds.common.BaseDataSource
 
getServerAliases(String, Principal[]) - クラスのメソッド org.postgresql.ssl.LazyKeyManager
 
getServerAliases(String, Principal[]) - クラスのメソッド org.postgresql.ssl.PKCS12KeyManager
 
getServerErrorMessage() - 例外のメソッド org.postgresql.util.PSQLException
 
getServerErrorMessage() - 例外のメソッド org.postgresql.util.PSQLWarning
 
getServerMajorVersion() - クラスのメソッド org.postgresql.jdbc.PgConnection
Get server major version.
getServerMinorVersion() - クラスのメソッド org.postgresql.jdbc.PgConnection
Get server minor version.
getServerName() - クラスのメソッド org.postgresql.ds.common.BaseDataSource
推奨されていません。
getServerNames() - クラスのメソッド org.postgresql.ds.common.BaseDataSource
Gets the name of the host(s) the PostgreSQL database is running on.
getServerVersion() - インタフェースのメソッド org.postgresql.core.QueryExecutor
Return the server version from the server_version GUC.
getServerVersion() - クラスのメソッド org.postgresql.core.QueryExecutorBase
 
getServerVersionNum() - インタフェースのメソッド org.postgresql.core.QueryExecutor
Get a machine-readable server version.
getServerVersionNum() - クラスのメソッド org.postgresql.core.QueryExecutorBase
 
getServiceProperties(String) - クラスのstaticメソッド org.postgresql.jdbcurlresolver.PgServiceConfParser
Read pg_service.conf resource
getSetString(Properties) - 列挙のメソッド org.postgresql.PGProperty
Return the property if exists but avoiding the default.
getSeverity() - クラスのメソッド org.postgresql.util.ServerErrorMessage
 
getShardName() - クラスのメソッド org.postgresql.ds.common.BaseDataSource
 
getSharedCalendar(TimeZone) - クラスのメソッド org.postgresql.jdbc.TimestampUtils
Get a shared calendar, applying the supplied time zone or the default time zone if null.
getSharedTimer() - クラスのstaticメソッド org.postgresql.Driver
 
getShort(int) - クラスのメソッド org.postgresql.jdbc.PgResultSet
 
getShort(String) - クラスのメソッド org.postgresql.jdbc.PgResultSet
 
getSingleResultSet() - クラスのメソッド org.postgresql.jdbc.PgStatement
 
getSize() - クラスのメソッド org.postgresql.core.CachedQuery
 
getSize() - クラスのメソッド org.postgresql.core.v3.adaptivefetch.AdaptiveFetchCacheEntry
 
getSize() - クラスのメソッド org.postgresql.jdbc.FieldMetadata
 
getSize() - インタフェースのメソッド org.postgresql.util.CanEstimateSize
 
getSize() - クラスのメソッド org.postgresql.util.PGtokenizer
 
getSlotName() - インタフェースのメソッド 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() - インタフェースのメソッド org.postgresql.replication.fluent.logical.LogicalReplicationOptions
Required parameter for logical replication.
getSlotName() - クラスのメソッド org.postgresql.replication.fluent.logical.LogicalStreamBuilder
 
getSlotName() - クラスのメソッド org.postgresql.replication.fluent.physical.PhysicalStreamBuilder
 
getSlotName() - クラスのメソッド org.postgresql.replication.ReplicationSlotInfo
Replication slot name.
getSlotOptions() - インタフェースのメソッド org.postgresql.replication.fluent.logical.LogicalReplicationOptions
Parameters for output plugin.
getSlotOptions() - クラスのメソッド org.postgresql.replication.fluent.logical.LogicalStreamBuilder
 
getSnapshotName() - クラスのメソッド org.postgresql.replication.ReplicationSlotInfo
Exported snapshot name at the point of replication slot creation.
getSocket() - クラスのメソッド org.postgresql.core.PGStream
 
getSocketFactory() - クラスのメソッド org.postgresql.core.PGStream
 
getSocketFactory() - クラスのメソッド org.postgresql.ds.common.BaseDataSource
 
getSocketFactory(Properties) - クラスのstaticメソッド org.postgresql.core.SocketFactoryFactory
Instantiates SocketFactory based on the PGProperty.SOCKET_FACTORY.
getSocketFactoryArg() - クラスのメソッド org.postgresql.ds.common.BaseDataSource
 
getSocketTimeout() - クラスのメソッド org.postgresql.ds.common.BaseDataSource
 
getSource(Class<T>) - クラスのメソッド org.postgresql.jdbc.PgSQLXML
 
getSql() - クラスのメソッド org.postgresql.core.JdbcCallParseInfo
SQL in a native for certain backend version.
getSqlCommand() - インタフェースのメソッド org.postgresql.core.Query
Returns properties of the query (sql keyword, and some other parsing info).
getSqlCommand() - クラスのメソッド org.postgresql.core.v3.BatchedQuery
 
getSQLKeywords() - クラスのメソッド org.postgresql.jdbc.PgDatabaseMetaData
getSQLState() - クラスのメソッド org.postgresql.util.ServerErrorMessage
 
getSQLStateType() - クラスのメソッド org.postgresql.jdbc.PgDatabaseMetaData
 
getSQLType() - クラスのメソッド org.postgresql.core.Field
 
getSQLType(int) - クラスのメソッド org.postgresql.jdbc.PgResultSet
 
getSQLType(int) - インタフェースのメソッド org.postgresql.core.TypeInfo
Look up the SQL typecode for a given type oid.
getSQLType(int) - クラスのメソッド org.postgresql.jdbc.PgResultSetMetaData
 
getSQLType(int) - クラスのメソッド org.postgresql.jdbc.TypeInfoCache
 
getSQLType(String) - インタフェースのメソッド org.postgresql.core.TypeInfo
Look up the SQL typecode for a given postgresql type name.
getSQLType(String) - クラスのメソッド org.postgresql.jdbc.TypeInfoCache
 
getSQLXML(int) - クラスのメソッド org.postgresql.jdbc.PgResultSet
 
getSQLXML(String) - クラスのメソッド org.postgresql.jdbc.PgResultSet
 
getSsl() - クラスのメソッド org.postgresql.ds.common.BaseDataSource
 
getSslcert() - クラスのメソッド org.postgresql.ds.common.BaseDataSource
 
getSslCert() - クラスのメソッド org.postgresql.ds.common.BaseDataSource
 
getSslfactory() - クラスのメソッド org.postgresql.ds.common.BaseDataSource
 
getSslfactoryarg() - クラスのメソッド org.postgresql.ds.common.BaseDataSource
 
getSslFactoryArg() - クラスのメソッド org.postgresql.ds.common.BaseDataSource
 
getSslhostnameverifier() - クラスのメソッド org.postgresql.ds.common.BaseDataSource
 
getSslHostnameVerifier() - クラスのメソッド org.postgresql.ds.common.BaseDataSource
 
getSslkey() - クラスのメソッド org.postgresql.ds.common.BaseDataSource
 
getSslKey() - クラスのメソッド org.postgresql.ds.common.BaseDataSource
 
getSslmode() - クラスのメソッド org.postgresql.ds.common.BaseDataSource
 
getSslMode() - クラスのメソッド org.postgresql.ds.common.BaseDataSource
 
getSslpassword() - クラスのメソッド org.postgresql.ds.common.BaseDataSource
 
getSslPassword() - クラスのメソッド org.postgresql.ds.common.BaseDataSource
 
getSslpasswordcallback() - クラスのメソッド org.postgresql.ds.common.BaseDataSource
 
getSslPasswordCallback() - クラスのメソッド org.postgresql.ds.common.BaseDataSource
 
getSslResponseTimeout() - クラスのメソッド org.postgresql.ds.common.BaseDataSource
 
getSslrootcert() - クラスのメソッド org.postgresql.ds.common.BaseDataSource
 
getSslRootCert() - クラスのメソッド org.postgresql.ds.common.BaseDataSource
 
getSslServerCertCn() - クラスのメソッド org.postgresql.ds.common.BaseDataSource
 
getSslSocketFactory(Properties) - クラスのstaticメソッド org.postgresql.core.SocketFactoryFactory
Instantiates SSLSocketFactory based on the PGProperty.SSL_FACTORY.
getSspiServiceClass() - クラスのメソッド org.postgresql.ds.common.BaseDataSource
 
getStandardConformingStrings() - インタフェースのメソッド 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() - インタフェースのメソッド 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() - クラスのメソッド org.postgresql.core.QueryExecutorBase
 
getStandardConformingStrings() - クラスのメソッド org.postgresql.jdbc.PgConnection
 
getStartLSNPosition() - インタフェースのメソッド org.postgresql.replication.fluent.CommonOptions
 
getStartLSNPosition() - クラスのメソッド org.postgresql.replication.fluent.logical.LogicalStreamBuilder
 
getStartLSNPosition() - クラスのメソッド org.postgresql.replication.fluent.physical.PhysicalStreamBuilder
 
getState() - 列挙のメソッド org.postgresql.util.PSQLState
 
getStatement() - クラスのメソッド org.postgresql.jdbc.PgResultSet
 
getStatusInterval() - インタフェースのメソッド org.postgresql.replication.fluent.CommonOptions
Specifies the number of millisecond between status packets sent back to the server.
getStatusInterval() - クラスのメソッド org.postgresql.replication.fluent.logical.LogicalStreamBuilder
 
getStatusInterval() - クラスのメソッド org.postgresql.replication.fluent.physical.PhysicalStreamBuilder
 
getStream() - クラスのメソッド org.postgresql.util.StreamWrapper
 
getString() - クラスのメソッド org.postgresql.jdbc.PgSQLXML
 
getString(int) - クラスのメソッド org.postgresql.jdbc.PgResultSet
 
getString(String) - クラスのメソッド org.postgresql.jdbc.PgResultSet
 
getStringFunctions() - クラスのメソッド org.postgresql.jdbc.PgDatabaseMetaData
 
getStringType() - クラスのメソッド org.postgresql.ds.common.BaseDataSource
 
getStringVarcharFlag() - インタフェースのメソッド org.postgresql.core.BaseConnection
 
getStringVarcharFlag() - クラスのメソッド org.postgresql.jdbc.PgConnection
 
getSubqueries() - インタフェースのメソッド org.postgresql.core.Query
Return a list of the Query objects that make up this query.
getSubqueries() - クラスのメソッド org.postgresql.core.v3.BatchedQuery
 
getSubString(long, int) - クラスのメソッド org.postgresql.jdbc.PgClob
 
getSuperTables(String, String, String) - クラスのメソッド org.postgresql.jdbc.PgDatabaseMetaData
 
getSuperTypes(String, String, String) - クラスのメソッド org.postgresql.jdbc.PgDatabaseMetaData
 
getSupportedCipherSuites() - クラスのメソッド org.postgresql.ssl.WrappedFactory
 
getSystemFunctions() - クラスのメソッド org.postgresql.jdbc.PgDatabaseMetaData
 
getTable() - クラスのメソッド org.postgresql.util.ServerErrorMessage
 
Gettable<K extends @NonNull Object,V extends @NonNull Object> - org.postgresql.utilのインタフェース
 
GettableHashMap<K extends @NonNull Object,V extends @NonNull Object> - org.postgresql.utilのクラス
 
GettableHashMap() - クラスのコンストラクタ org.postgresql.util.GettableHashMap
 
getTableName(int) - クラスのメソッド org.postgresql.jdbc.PgResultSetMetaData
 
getTableOid() - クラスのメソッド org.postgresql.core.Field
 
getTablePrivileges(String, String, String) - クラスのメソッド org.postgresql.jdbc.PgDatabaseMetaData
 
getTables(String, String, String, String[]) - クラスのメソッド org.postgresql.jdbc.PgDatabaseMetaData
 
getTableTypes() - クラスのメソッド org.postgresql.jdbc.PgDatabaseMetaData
 
getTargetServerType() - クラスのメソッド org.postgresql.ds.common.BaseDataSource
 
getTargetServerType(String) - 列挙のstaticメソッド org.postgresql.hostchooser.HostRequirement
The postgreSQL project has decided not to use the term slave to refer to alternate servers.
getTcpKeepAlive() - クラスのメソッド org.postgresql.ds.common.BaseDataSource
 
getTcpNoDelay() - クラスのメソッド org.postgresql.ds.common.BaseDataSource
 
getTime(int) - クラスのメソッド org.postgresql.jdbc.PgResultSet
 
getTime(int, Calendar) - クラスのメソッド org.postgresql.jdbc.PgResultSet
 
getTime(String) - クラスのメソッド org.postgresql.jdbc.PgResultSet
 
getTime(String, Calendar) - クラスのメソッド org.postgresql.jdbc.PgResultSet
 
getTimeDateFunctions() - クラスのメソッド org.postgresql.jdbc.PgDatabaseMetaData
 
getTimer() - クラスのメソッド org.postgresql.util.SharedTimer
 
getTimestamp(int) - クラスのメソッド org.postgresql.jdbc.PgResultSet
 
getTimestamp(int, Calendar) - クラスのメソッド org.postgresql.jdbc.PgResultSet
 
getTimestamp(String) - クラスのメソッド org.postgresql.jdbc.PgResultSet
 
getTimestamp(String, Calendar) - クラスのメソッド org.postgresql.jdbc.PgResultSet
 
getTimestampUtils() - インタフェースのメソッド org.postgresql.core.BaseConnection
推奨されていません。
getTimestampUtils() - クラスのメソッド org.postgresql.jdbc.PgConnection
推奨されていません。
getTimestampUtils() - クラスのメソッド org.postgresql.jdbc.PgStatement
 
getTimeZone() - インタフェースのメソッド org.postgresql.core.QueryExecutor
Returns backend timezone in java format.
getTimeZone() - クラスのメソッド org.postgresql.core.v3.QueryExecutorImpl
 
getToken(int) - クラスのメソッド org.postgresql.util.PGtokenizer
 
getTransactionIsolation() - クラスのメソッド org.postgresql.jdbc.PgConnection
 
getTransactionState() - インタフェースのメソッド org.postgresql.core.BaseConnection
Get the current transaction state of this connection.
getTransactionState() - インタフェースのメソッド org.postgresql.core.QueryExecutor
Get the current transaction state of this connection.
getTransactionState() - クラスのメソッド org.postgresql.core.QueryExecutorBase
 
getTransactionState() - クラスのメソッド org.postgresql.jdbc.PgConnection
 
getTransactionTimeout() - クラスのメソッド org.postgresql.xa.PGXAConnection
We don't do transaction timeouts.
getType() - クラスのメソッド org.postgresql.core.SqlCommand
 
getType() - クラスのメソッド org.postgresql.jdbc.PgResultSet
 
getType() - クラスのメソッド org.postgresql.util.PGobject
As this cannot change during the life of the object, it's final.
getTypeForAlias(String) - クラスのメソッド org.postgresql.jdbc.TypeInfoCache
 
getTypeForAlias(String) - インタフェースのメソッド org.postgresql.core.TypeInfo
 
getTypeInfo() - インタフェースのメソッド org.postgresql.core.BaseConnection
 
getTypeInfo() - クラスのメソッド org.postgresql.jdbc.PgConnection
 
getTypeInfo() - クラスのメソッド org.postgresql.jdbc.PgDatabaseMetaData
 
getTypeMap() - クラスのメソッド org.postgresql.jdbc.PgConnection
 
getTypeOIDs() - インタフェースのメソッド org.postgresql.core.ParameterList
Return the oids of the parameters in this list.
getUDTs(String, String, String, int[]) - クラスのメソッド org.postgresql.jdbc.PgDatabaseMetaData
 
getUnicodeStream(int) - クラスのメソッド org.postgresql.jdbc.PgResultSet
 
getUnicodeStream(String) - クラスのメソッド org.postgresql.jdbc.PgResultSet
 
getUnknownLength() - クラスのメソッド org.postgresql.ds.common.BaseDataSource
 
getUpdateCount() - クラスのメソッド org.postgresql.jdbc.BatchResultHandler
 
getUpdateCount() - クラスのメソッド org.postgresql.jdbc.PgStatement
 
getUpdateCount() - クラスのメソッド org.postgresql.jdbc.ResultWrapper
 
getUrl() - クラスのメソッド org.postgresql.ds.common.BaseDataSource
Generates a DriverManager URL from the other properties supplied.
getURL() - クラスのメソッド org.postgresql.ds.common.BaseDataSource
Generates a DriverManager URL from the other properties supplied.
getURL() - クラスのメソッド org.postgresql.jdbc.PgConnection
We are required to bring back certain information by the DatabaseMetaData class.
getURL() - クラスのメソッド org.postgresql.jdbc.PgDatabaseMetaData
 
getURL(int) - クラスのメソッド org.postgresql.jdbc.PgResultSet
 
getURL(String) - クラスのメソッド org.postgresql.jdbc.PgResultSet
 
getUser() - インタフェースのメソッド org.postgresql.core.QueryExecutor
 
getUser() - クラスのメソッド org.postgresql.core.QueryExecutorBase
 
getUser() - クラスのメソッド org.postgresql.ds.common.BaseDataSource
Gets the user to connect as by default.
getUserConfigRootDirectory() - クラスのstaticメソッド org.postgresql.util.OSUtil
 
getUserName() - クラスのメソッド org.postgresql.jdbc.PgConnection
Method getUserName() brings back the User Name (again, we saved it).
getUserName() - クラスのメソッド org.postgresql.jdbc.PgDatabaseMetaData
 
getUseSpNego() - クラスのメソッド org.postgresql.ds.common.BaseDataSource
 
getUUID(byte[]) - クラスのメソッド org.postgresql.jdbc.PgResultSet
 
getUUID(String) - クラスのメソッド org.postgresql.jdbc.PgResultSet
 
getValue() - クラスのメソッド org.postgresql.geometric.PGbox
 
getValue() - クラスのメソッド org.postgresql.geometric.PGcircle
 
getValue() - クラスのメソッド org.postgresql.geometric.PGline
 
getValue() - クラスのメソッド org.postgresql.geometric.PGlseg
 
getValue() - クラスのメソッド org.postgresql.geometric.PGpath
This returns the path in the syntax expected by org.postgresql.
getValue() - クラスのメソッド org.postgresql.geometric.PGpoint
 
getValue() - クラスのメソッド org.postgresql.geometric.PGpolygon
 
getValue() - クラスのメソッド org.postgresql.util.PGInterval
Returns the stored interval information as a string.
getValue() - クラスのメソッド org.postgresql.util.PGmoney
 
getValue() - クラスのメソッド org.postgresql.util.PGobject
This must be overridden, to return the value of the object, in the form required by org.postgresql.
getValues() - インタフェースのメソッド org.postgresql.core.ParameterList
Returns the bound parameter values.
getVersion() - クラスのstaticメソッド org.postgresql.Driver
推奨されていません。
getVersionColumns(String, String, String) - クラスのメソッド org.postgresql.jdbc.PgDatabaseMetaData
 
getVersionNum() - 列挙のメソッド org.postgresql.core.ServerVersion
Get a machine-readable version number.
getVersionNum() - インタフェースのメソッド org.postgresql.core.Version
Get a machine-readable version number.
getWarning() - インタフェースのメソッド org.postgresql.core.ResultHandler
Returns the first encountered warning.
getWarning() - クラスのメソッド org.postgresql.core.ResultHandlerBase
 
getWarning() - クラスのメソッド org.postgresql.core.ResultHandlerDelegate
 
getWarnings() - インタフェースのメソッド org.postgresql.core.QueryExecutor
Retrieve and clear the chain of warnings accumulated on this connection.
getWarnings() - クラスのメソッド org.postgresql.core.QueryExecutorBase
 
getWarnings() - クラスのメソッド org.postgresql.jdbc.PgConnection
 
getWarnings() - クラスのメソッド org.postgresql.jdbc.PgResultSet
 
getWarnings() - クラスのメソッド org.postgresql.jdbc.PgStatement
 
getWatchedCount() - クラスのメソッド org.postgresql.util.LazyCleaner
 
getWhere() - クラスのメソッド org.postgresql.util.ServerErrorMessage
 
getWholeSeconds() - クラスのメソッド org.postgresql.util.PGInterval
 
getWrapped() - クラスのメソッド org.postgresql.core.VisibleBufferedInputStream
 
getXAConnection() - クラスのメソッド org.postgresql.xa.PGXADataSource
Gets a connection to the PostgreSQL database.
getXAConnection(String, String) - クラスのメソッド org.postgresql.xa.PGXADataSource
Gets a XA-enabled connection to the PostgreSQL database.
getXAResource() - クラスのメソッド org.postgresql.xa.PGXAConnection
 
getXmlFactoryFactory() - インタフェースのメソッド org.postgresql.core.BaseConnection
Retrieve the factory to instantiate XML processing factories.
getXmlFactoryFactory() - クラスのメソッド org.postgresql.ds.common.BaseDataSource
 
getXmlFactoryFactory() - クラスのメソッド org.postgresql.jdbc.PgConnection
 
getYears() - クラスのメソッド org.postgresql.util.PGInterval
Returns the years represented by this interval.
GlobalHostStatusTracker - org.postgresql.hostchooserのクラス
Keeps track of HostSpec targets in a global map.
GlobalHostStatusTracker() - クラスのコンストラクタ org.postgresql.hostchooser.GlobalHostStatusTracker
 
GROUP_STARTUP_PARAMETERS - 列挙の列挙型定数 org.postgresql.PGProperty
Group startup parameters in a transaction This is important in pool-by-transaction scenarios in order to make sure that all the statements reaches the same connection that is being initialized.
GSS - 列挙の列挙型定数 org.postgresql.plugin.AuthenticationRequestType
 
GSS_ENC_MODE - 列挙の列挙型定数 org.postgresql.PGProperty
 
GSS_LIB - 列挙の列挙型定数 org.postgresql.PGProperty
Force one of SSPI (Windows transparent single-sign-on) GSSAPI (Kerberos, via JSSE) to be used when the server requests Kerberos or SSPI authentication.
GSS_RESPONSE_TIMEOUT - 列挙の列挙型定数 org.postgresql.PGProperty
After requesting an upgrade to SSL from the server there are reports of the server not responding due to a failover without a timeout here, the client can wait forever.
GssEncAction - org.postgresql.gssのクラス
 
GssEncAction(PGStream, Subject, String, String, String, boolean, boolean) - クラスのコンストラクタ org.postgresql.gss.GssEncAction
 
GSSEncMode - org.postgresql.jdbcの列挙
 
GSSInputStream - org.postgresql.gssのクラス
 
GSSInputStream(InputStream, GSSContext, MessageProp) - クラスのコンストラクタ org.postgresql.gss.GSSInputStream
 
GSSOutputStream - org.postgresql.gssのクラス
 
GSSOutputStream(OutputStream, GSSContext, MessageProp, int) - クラスのコンストラクタ org.postgresql.gss.GSSOutputStream
 
GT - org.postgresql.utilのクラス
This class provides a wrapper around a gettext message catalog that can provide a localized version of error messages.

H

handle(Callback[]) - クラスのメソッド org.postgresql.ssl.LibPQFactory.ConsoleCallbackHandler
Handles the callbacks.
handleCommandStatus(String) - クラスのメソッド org.postgresql.core.v3.CopyDualImpl
 
handleCommandStatus(String) - クラスのメソッド org.postgresql.core.v3.CopyOperationImpl
 
handleCommandStatus(String, long, long) - インタフェースのメソッド org.postgresql.core.ResultHandler
Called when a query that did not return a resultset completes.
handleCommandStatus(String, long, long) - クラスのメソッド org.postgresql.core.ResultHandlerBase
 
handleCommandStatus(String, long, long) - クラスのメソッド org.postgresql.core.ResultHandlerDelegate
 
handleCommandStatus(String, long, long) - クラスのメソッド org.postgresql.jdbc.BatchResultHandler
 
handleCommandStatus(String, long, long) - クラスのメソッド org.postgresql.jdbc.PgResultSet.CursorResultHandler
 
handleCommandStatus(String, long, long) - クラスのメソッド org.postgresql.jdbc.PgStatement.StatementResultHandler
 
handleCompletion() - インタフェースのメソッド org.postgresql.core.ResultHandler
Called before a QueryExecutor method returns.
handleCompletion() - クラスのメソッド org.postgresql.core.ResultHandlerBase
 
handleCompletion() - クラスのメソッド org.postgresql.core.ResultHandlerDelegate
 
handleCompletion() - クラスのメソッド org.postgresql.jdbc.BatchResultHandler
 
handleCompletion() - クラスのメソッド org.postgresql.jdbc.PgResultSet.CursorResultHandler
 
handleCopydata(byte[]) - クラスのメソッド org.postgresql.core.v3.CopyDualImpl
 
handleCopydata(byte[]) - クラスのメソッド org.postgresql.core.v3.CopyInImpl
 
handleCopydata(byte[]) - クラスのメソッド org.postgresql.core.v3.CopyOperationImpl
Consume received copy data.
handleCopydata(byte[]) - クラスのメソッド org.postgresql.core.v3.CopyOutImpl
 
handleError(SQLException) - インタフェースのメソッド org.postgresql.core.ResultHandler
Called when an error occurs.
handleError(SQLException) - クラスのメソッド org.postgresql.core.ResultHandlerBase
 
handleError(SQLException) - クラスのメソッド org.postgresql.core.ResultHandlerDelegate
 
handleError(SQLException) - クラスのメソッド org.postgresql.jdbc.BatchResultHandler
 
handleGetObject(String) - クラスのメソッド org.postgresql.translation.messages_bg
 
handleGetObject(String) - クラスのメソッド org.postgresql.translation.messages_cs
 
handleGetObject(String) - クラスのメソッド org.postgresql.translation.messages_de
 
handleGetObject(String) - クラスのメソッド org.postgresql.translation.messages_es
 
handleGetObject(String) - クラスのメソッド org.postgresql.translation.messages_fr
 
handleGetObject(String) - クラスのメソッド org.postgresql.translation.messages_it
 
handleGetObject(String) - クラスのメソッド org.postgresql.translation.messages_ja
 
handleGetObject(String) - クラスのメソッド org.postgresql.translation.messages_nl
 
handleGetObject(String) - クラスのメソッド org.postgresql.translation.messages_pl
 
handleGetObject(String) - クラスのメソッド org.postgresql.translation.messages_pt_BR
 
handleGetObject(String) - クラスのメソッド org.postgresql.translation.messages_ru
 
handleGetObject(String) - クラスのメソッド org.postgresql.translation.messages_sr
 
handleGetObject(String) - クラスのメソッド org.postgresql.translation.messages_tr
 
handleGetObject(String) - クラスのメソッド org.postgresql.translation.messages_zh_CN
 
handleGetObject(String) - クラスのメソッド org.postgresql.translation.messages_zh_TW
 
handleResultRows(Query, Field[], List<Tuple>, ResultCursor) - インタフェースのメソッド org.postgresql.core.ResultHandler
Called when result rows are received from a query.
handleResultRows(Query, Field[], List<Tuple>, ResultCursor) - クラスのメソッド org.postgresql.core.ResultHandlerBase
 
handleResultRows(Query, Field[], List<Tuple>, ResultCursor) - クラスのメソッド org.postgresql.core.ResultHandlerDelegate
 
handleResultRows(Query, Field[], List<Tuple>, ResultCursor) - クラスのメソッド org.postgresql.jdbc.BatchResultHandler
 
handleResultRows(Query, Field[], List<Tuple>, ResultCursor) - クラスのメソッド org.postgresql.jdbc.PgResultSet.CursorResultHandler
 
handleResultRows(Query, Field[], List<Tuple>, ResultCursor) - クラスのメソッド org.postgresql.jdbc.PgStatement.StatementResultHandler
 
handleWarning(SQLWarning) - インタフェースのメソッド org.postgresql.core.ResultHandler
Called when a warning is emitted.
handleWarning(SQLWarning) - クラスのメソッド org.postgresql.core.ResultHandlerBase
 
handleWarning(SQLWarning) - クラスのメソッド org.postgresql.core.ResultHandlerDelegate
 
handleWarning(SQLWarning) - クラスのメソッド org.postgresql.jdbc.BatchResultHandler
 
handleWarning(SQLWarning) - クラスのメソッド org.postgresql.jdbc.PgStatement.StatementResultHandler
 
hasAsciiNumbers() - クラスのメソッド org.postgresql.core.Encoding
Returns true if this encoding has characters '-' and '0'..'9' in exactly same position as ascii.
hasBinaryFields() - クラスのメソッド org.postgresql.core.v3.BatchedQuery
 
hasFastDefaultTimeZone() - クラスのメソッド org.postgresql.jdbc.TimestampUtils
 
hashCode() - クラスのメソッド org.postgresql.core.CommandCompleteParser
 
hashCode() - クラスのメソッド org.postgresql.geometric.PGbox
 
hashCode() - クラスのメソッド org.postgresql.geometric.PGcircle
 
hashCode() - クラスのメソッド org.postgresql.geometric.PGline
 
hashCode() - クラスのメソッド org.postgresql.geometric.PGlseg
 
hashCode() - クラスのメソッド org.postgresql.geometric.PGpath
 
hashCode() - クラスのメソッド org.postgresql.geometric.PGpoint
 
hashCode() - クラスのメソッド org.postgresql.geometric.PGpolygon
 
hashCode() - クラスのメソッド org.postgresql.jdbc.FieldMetadata.Key
 
hashCode() - クラスのメソッド org.postgresql.replication.LogSequenceNumber
 
hashCode() - クラスのメソッド org.postgresql.util.HostSpec
 
hashCode() - クラスのメソッド org.postgresql.util.PGInterval
Returns a hashCode for this object.
hashCode() - クラスのメソッド org.postgresql.util.PGmoney
 
hashCode() - クラスのメソッド org.postgresql.util.PGobject
Compute hash.
hashCode() - クラスのメソッド org.postgresql.util.PGTime
 
hashCode() - クラスのメソッド org.postgresql.util.PGTimestamp
 
hasMessagePending() - クラスのメソッド org.postgresql.core.PGStream
Check for pending backend messages without blocking.
hasMessagePending(int, int, boolean) - クラスのメソッド org.postgresql.core.PGStream
Check for pending backend messages without blocking.
hasNotifications() - クラスのメソッド org.postgresql.core.QueryExecutorBase
 
haveMinimumServerVersion(int) - インタフェースのメソッド org.postgresql.core.BaseConnection
Check if we have at least a particular server version.
haveMinimumServerVersion(int) - クラスのメソッド org.postgresql.jdbc.PgConnection
 
haveMinimumServerVersion(Version) - インタフェースのメソッド org.postgresql.core.BaseConnection
Check if we have at least a particular server version.
haveMinimumServerVersion(Version) - クラスのメソッド org.postgresql.jdbc.PgConnection
 
HIDE_UNPRIVILEGED_OBJECTS - 列挙の列挙型定数 org.postgresql.PGProperty
Enable mode to filter out the names of database objects for which the current user has no privileges granted from appearing in the DatabaseMetaData returned by the driver.
hintReadOnly() - インタフェースのメソッド org.postgresql.core.BaseConnection
Indicates if statements to backend should be hinted as read only.
hintReadOnly() - クラスのメソッド org.postgresql.jdbc.PgConnection
 
host - クラスの変数 org.postgresql.util.HostSpec
 
HOST_RECHECK_SECONDS - 列挙の列挙型定数 org.postgresql.PGProperty
 
HostChooser - org.postgresql.hostchooserのインタフェース
Lists connections in preferred order.
HostChooserFactory - org.postgresql.hostchooserのクラス
Chooses a HostChooser instance based on the number of hosts and properties.
HostChooserFactory() - クラスのコンストラクタ org.postgresql.hostchooser.HostChooserFactory
 
HOSTNAME_PATTERN_COMPARATOR - クラスのstatic変数 org.postgresql.ssl.PGjdbcHostnameVerifier
 
HostRequirement - org.postgresql.hostchooserの列挙
Describes the required server type.
hostSpec - クラスの変数 org.postgresql.hostchooser.CandidateHost
 
HostSpec - org.postgresql.utilのクラス
Simple container for host and port.
HostSpec(String, int) - クラスのコンストラクタ org.postgresql.util.HostSpec
 
HostSpec(String, int, String) - クラスのコンストラクタ org.postgresql.util.HostSpec
 
HostStatus - org.postgresql.hostchooserの列挙
Known state of a server.
HOUR - クラスのstatic変数 org.postgresql.jdbc.EscapedFunctions
推奨されていません。
 
HStoreConverter - org.postgresql.utilのクラス
 
HStoreConverter() - クラスのコンストラクタ org.postgresql.util.HStoreConverter
 

I

IDLE - 列挙の列挙型定数 org.postgresql.core.TransactionState
 
IFNULL - クラスのstatic変数 org.postgresql.jdbc.EscapedFunctions
推奨されていません。
 
IN_FAILED_SQL_TRANSACTION - 列挙の列挙型定数 org.postgresql.util.PSQLState
 
increaseExecuteCount() - クラスのメソッド org.postgresql.core.CachedQuery
 
increaseExecuteCount(int) - クラスのメソッド org.postgresql.core.CachedQuery
 
incrementCounter() - クラスのメソッド org.postgresql.core.v3.adaptivefetch.AdaptiveFetchCacheEntry
 
INET - クラスのstatic変数 org.postgresql.core.Oid
 
initialize() - クラスのメソッド org.postgresql.ds.PGPoolingDataSource
推奨されていません。
Initializes this DataSource.
initializeFrom(BaseDataSource) - クラスのメソッド org.postgresql.ds.common.BaseDataSource
 
INSERT - 列挙の列挙型定数 org.postgresql.core.SqlCommandType
 
INSERT - クラスのstatic変数 org.postgresql.jdbc.EscapedFunctions
推奨されていません。
 
insertRow() - クラスのメソッド org.postgresql.jdbc.PgResultSet
 
insertsAreDetected(int) - クラスのメソッド org.postgresql.jdbc.PgDatabaseMetaData
 
INSTANCE - クラスのstatic変数 org.postgresql.ssl.PGjdbcHostnameVerifier
 
INSTANCE - クラスのstatic変数 org.postgresql.xml.DefaultPGXmlFactoryFactory
 
INSTANCE - クラスのstatic変数 org.postgresql.xml.EmptyStringEntityResolver
 
INSTANCE - クラスのstatic変数 org.postgresql.xml.LegacyInsecurePGXmlFactoryFactory
 
INSTANCE - クラスのstatic変数 org.postgresql.xml.NullErrorHandler
 
instantiate(Class<T>, String, Properties, boolean, String) - クラスのstaticメソッド org.postgresql.util.ObjectFactory
Instantiates a class using the appropriate constructor.
int2(byte[], int) - クラスのstaticメソッド org.postgresql.util.ByteConverter
Parses a short value from the byte array.
int2(byte[], int, int) - クラスのstaticメソッド org.postgresql.util.ByteConverter
Encodes a int value to the byte array.
INT2 - クラスのstatic変数 org.postgresql.core.Oid
 
INT2_ARRAY - クラスのstatic変数 org.postgresql.core.Oid
 
int4(byte[], int) - クラスのstaticメソッド org.postgresql.util.ByteConverter
Parses an int value from the byte array.
int4(byte[], int, int) - クラスのstaticメソッド org.postgresql.util.ByteConverter
Encodes a int value to the byte array.
INT4 - クラスのstatic変数 org.postgresql.core.Oid
 
INT4_ARRAY - クラスのstatic変数 org.postgresql.core.Oid
 
int8(byte[], int) - クラスのstaticメソッド org.postgresql.util.ByteConverter
Parses a long value from the byte array.
int8(byte[], int, long) - クラスのstaticメソッド org.postgresql.util.ByteConverter
Encodes a long value to the byte array.
INT8 - クラスのstatic変数 org.postgresql.core.Oid
 
INT8_ARRAY - クラスのstatic変数 org.postgresql.core.Oid
 
internalGetObject(int, Field) - クラスのメソッド org.postgresql.jdbc.PgResultSet
 
INTERVAL - クラスのstatic変数 org.postgresql.core.Oid
 
INTERVAL_ARRAY - クラスのstatic変数 org.postgresql.core.Oid
 
IntList - org.postgresql.utilのクラス
A specialized class to store a list of int values, so it does not need auto-boxing.
IntList() - クラスのコンストラクタ org.postgresql.util.IntList
 
intOidToLong(int) - インタフェースのメソッド org.postgresql.core.TypeInfo
Java Integers are signed 32-bit integers, but oids are unsigned 32-bit integers.
intOidToLong(int) - クラスのメソッド org.postgresql.jdbc.TypeInfoCache
 
INVALID - 列挙の列挙型定数 org.postgresql.core.ServerVersion
 
INVALID_AUTHORIZATION_SPECIFICATION - 列挙の列挙型定数 org.postgresql.util.PSQLState
 
INVALID_CURSOR_STATE - 列挙の列挙型定数 org.postgresql.util.PSQLState
 
INVALID_LSN - クラスのstatic変数 org.postgresql.replication.LogSequenceNumber
Zero is used indicate an invalid pointer.
INVALID_NAME - 列挙の列挙型定数 org.postgresql.util.PSQLState
 
INVALID_PARAMETER_TYPE - 列挙の列挙型定数 org.postgresql.util.PSQLState
 
INVALID_PARAMETER_VALUE - 列挙の列挙型定数 org.postgresql.util.PSQLState
 
INVALID_PASSWORD - 列挙の列挙型定数 org.postgresql.util.PSQLState
 
INVALID_SAVEPOINT_SPECIFICATION - 列挙の列挙型定数 org.postgresql.util.PSQLState
 
INVALID_SQL_STATEMENT_NAME - 列挙の列挙型定数 org.postgresql.util.PSQLState
 
INVALID_TRANSACTION_TERMINATION - 列挙の列挙型定数 org.postgresql.util.PSQLState
 
invalidate() - クラスのメソッド org.postgresql.jdbc.PSQLSavepoint
 
IO_ERROR - 列挙の列挙型定数 org.postgresql.util.PSQLState
 
isActive() - インタフェースのメソッド org.postgresql.copy.CopyOperation
 
isActive() - クラスのメソッド org.postgresql.copy.PGCopyInputStream
 
isActive() - クラスのメソッド org.postgresql.copy.PGCopyOutputStream
 
isActive() - クラスのメソッド org.postgresql.core.v3.CopyOperationImpl
 
isAfterLast() - クラスのメソッド org.postgresql.jdbc.PgResultSet
 
isAllowEncodingChanges() - クラスのメソッド org.postgresql.ds.common.BaseDataSource
 
isArrayWhiteSpace(char) - クラスのstaticメソッド org.postgresql.core.Parser
Identifies white space characters which the backend uses to determine if a String value needs to be quoted in array representation.
isAutoIncrement(int) - クラスのメソッド org.postgresql.jdbc.PgResultSetMetaData
isBatchedReWriteCompatible() - クラスのメソッド org.postgresql.core.SqlCommand
 
isBeforeFirst() - クラスのメソッド org.postgresql.jdbc.PgResultSet
 
isBinary() - クラスのメソッド org.postgresql.jdbc.PgArray
 
isBinary(int) - クラスのメソッド org.postgresql.jdbc.PgResultSet
Returns true if the value of the given column is in binary format.
isCaseSensitive(int) - インタフェースのメソッド org.postgresql.core.TypeInfo
 
isCaseSensitive(int) - クラスのメソッド org.postgresql.jdbc.PgResultSetMetaData
isCaseSensitive(int) - クラスのメソッド org.postgresql.jdbc.TypeInfoCache
 
isCatalogAtStart() - クラスのメソッド org.postgresql.jdbc.PgDatabaseMetaData
 
isCleanupSavePoints() - クラスのメソッド org.postgresql.ds.common.BaseDataSource
 
isClosed() - クラスのメソッド org.postgresql.core.PGStream
 
isClosed() - インタフェースのメソッド org.postgresql.core.QueryExecutor
Check if this connection is closed.
isClosed() - クラスのメソッド org.postgresql.core.QueryExecutorBase
 
isClosed() - クラスのメソッド org.postgresql.core.QueryExecutorCloseAction
 
isClosed() - クラスのメソッド org.postgresql.core.v3.replication.V3PGReplicationStream
 
isClosed() - クラスのメソッド org.postgresql.geometric.PGpath
 
isClosed() - クラスのメソッド org.postgresql.jdbc.PgConnection
 
isClosed() - クラスのメソッド org.postgresql.jdbc.PgResultSet
 
isClosed() - クラスのメソッド org.postgresql.jdbc.PgStatement
 
isClosed() - インタフェースのメソッド org.postgresql.replication.PGReplicationStream
 
isCloseOnCompletion() - クラスのメソッド org.postgresql.jdbc.PgStatement
 
isCM() - クラスのメソッド org.postgresql.core.PGStream
 
isColumnSanitiserDisabled() - インタフェースのメソッド org.postgresql.core.BaseConnection
Return whether to disable column name sanitation.
isColumnSanitiserDisabled() - インタフェースのメソッド org.postgresql.core.QueryExecutor
 
isColumnSanitiserDisabled() - クラスのメソッド org.postgresql.core.QueryExecutorBase
 
isColumnSanitiserDisabled() - クラスのメソッド org.postgresql.ds.common.BaseDataSource
 
isColumnSanitiserDisabled() - クラスのメソッド org.postgresql.jdbc.PgConnection
 
isConnectionError(String) - 列挙のstaticメソッド org.postgresql.util.PSQLState
 
isCurrency(int) - クラスのメソッド org.postgresql.jdbc.PgResultSetMetaData
isDefaultAutoCommit() - クラスのメソッド org.postgresql.ds.PGConnectionPoolDataSource
Gets whether connections supplied by this pool will have autoCommit turned on by default.
isDefinitelyWritable(int) - クラスのメソッド org.postgresql.jdbc.PgResultSetMetaData
isDigitAt(String, int) - クラスのstaticメソッド org.postgresql.core.Parser
Returns true if a given string s has digit at position pos.
isDisableColumnSanitiser() - クラスのメソッド org.postgresql.ds.common.BaseDataSource
 
isDollarQuoteContChar(char) - クラスのstaticメソッド org.postgresql.core.Parser
Checks if a character is valid as the second or later character of a dollar quoting tag.
isDollarQuoteStartChar(char) - クラスのstaticメソッド org.postgresql.core.Parser
Checks if a character is valid as the start of a dollar quoting tag.
isEmpty() - インタフェースのメソッド org.postgresql.core.Query
 
isEmpty() - クラスのメソッド org.postgresql.core.v3.BatchedQuery
 
isFirst() - クラスのメソッド org.postgresql.jdbc.PgResultSet
 
isFlushCacheOnDeallocate() - クラスのメソッド org.postgresql.core.QueryExecutorBase
 
isFunction - クラスの変数 org.postgresql.core.CachedQuery
 
isFunction() - クラスのメソッド org.postgresql.core.JdbcCallParseInfo
Returns if given SQL is a function.
isGssEncrypted() - クラスのメソッド org.postgresql.core.PGStream
 
isIdentifierContChar(char) - クラスのstaticメソッド org.postgresql.core.Parser
Checks if a character is valid as the second or later character of an identifier.
isIdentifierStartChar(char) - クラスのstaticメソッド org.postgresql.core.Parser
Checks if a character is valid as the start of an identifier.
isInitialized() - クラスのメソッド org.postgresql.ds.PGPoolingDataSource
推奨されていません。
 
isLast() - クラスのメソッド org.postgresql.jdbc.PgResultSet
 
isLoadBalanceHosts() - クラスのメソッド org.postgresql.ds.common.BaseDataSource
 
isLogUnclosedConnections() - クラスのメソッド org.postgresql.ds.common.BaseDataSource
 
isNull - クラスの変数 org.postgresql.geometric.PGpoint
True if the point represents null::point.
isNull - クラスの変数 org.postgresql.util.PGmoney
If the object represents null::money
isNull() - クラスのメソッド org.postgresql.util.PGobject
Returns true if the current object wraps `null` value.
isNullable(int) - クラスのメソッド org.postgresql.jdbc.PgParameterMetaData
 
isNullable(int) - クラスのメソッド org.postgresql.jdbc.PgResultSetMetaData
 
isOneShotQuery(CachedQuery) - クラスのメソッド org.postgresql.jdbc.PgStatement
Returns true if query is unlikely to be reused.
isOpen() - クラスのメソッド org.postgresql.geometric.PGpath
 
isOperatorChar(char) - クラスのstaticメソッド org.postgresql.core.Parser
 
isPoolable() - クラスのメソッド org.postgresql.jdbc.PgStatement
 
isPresent(Properties) - 列挙のメソッド org.postgresql.PGProperty
Test whether this property is present in the given Properties.
isReadOnly() - クラスのメソッド org.postgresql.ds.common.BaseDataSource
 
isReadOnly() - クラスのメソッド org.postgresql.jdbc.PgConnection
 
isReadOnly() - クラスのメソッド org.postgresql.jdbc.PgDatabaseMetaData
 
isReadOnly(int) - クラスのメソッド org.postgresql.jdbc.PgResultSetMetaData
isRegistered() - クラスのstaticメソッド org.postgresql.Driver
 
isRequired() - 列挙のメソッド org.postgresql.PGProperty
Returns whether this parameter is required.
isResultSetClosed() - クラスのメソッド org.postgresql.jdbc.PgResultSet
 
isReturningKeywordPresent() - クラスのメソッド org.postgresql.core.SqlCommand
 
isReWriteBatchedInserts() - クラスのメソッド org.postgresql.ds.common.BaseDataSource
 
isReWriteBatchedInsertsEnabled() - インタフェースのメソッド org.postgresql.core.QueryExecutor
 
isReWriteBatchedInsertsEnabled() - クラスのメソッド org.postgresql.core.QueryExecutorBase
 
isSameRM(XAResource) - クラスのメソッド org.postgresql.xa.PGXAConnection
 
isSearchable(int) - クラスのメソッド org.postgresql.jdbc.PgResultSetMetaData
isSigned(int) - インタフェースのメソッド org.postgresql.core.TypeInfo
 
isSigned(int) - クラスのメソッド org.postgresql.jdbc.PgParameterMetaData
PostgreSQL doesn't have unsigned numbers
isSigned(int) - クラスのメソッド org.postgresql.jdbc.PgResultSetMetaData
isSigned(int) - クラスのメソッド org.postgresql.jdbc.TypeInfoCache
 
isSpace(char) - クラスのstaticメソッド org.postgresql.core.Parser
Identifies characters which the backend scanner considers to be whitespace.
ISSPIClient - org.postgresql.sspiのインタフェース
Use Waffle-JNI to support SSPI authentication when PgJDBC is running on a Windows client and talking to a Windows server.
isSsl() - クラスのメソッド org.postgresql.ds.common.BaseDataSource
 
isSSPISupported() - インタフェースのメソッド org.postgresql.sspi.ISSPIClient
 
isSSPISupported() - クラスのメソッド org.postgresql.sspi.SSPIClient
Test whether we can attempt SSPI authentication.
isStatementDescribed() - インタフェースのメソッド org.postgresql.core.Query
 
isStatementDescribed() - クラスのメソッド org.postgresql.core.v3.BatchedQuery
 
isTcpKeepAlive() - クラスのメソッド org.postgresql.ds.common.BaseDataSource
 
isThreadRunning() - クラスのメソッド org.postgresql.util.LazyCleaner
 
isTypeInitialized() - クラスのメソッド org.postgresql.core.Field
 
isUseServerPrepare() - クラスのメソッド org.postgresql.jdbc.PgStatement
 
isUseServerPrepare() - インタフェースのメソッド org.postgresql.PGStatement
Checks if this statement will be executed as a server-prepared statement.
isValid(int) - クラスのメソッド org.postgresql.jdbc.PgConnection
 
isWindows() - クラスのstaticメソッド org.postgresql.util.OSUtil
 
isWrapperFor(Class<?>) - クラスのメソッド org.postgresql.ds.PGPoolingDataSource
推奨されていません。
 
isWrapperFor(Class<?>) - クラスのメソッド org.postgresql.ds.PGSimpleDataSource
 
isWrapperFor(Class<?>) - クラスのメソッド org.postgresql.jdbc.PgConnection
 
isWrapperFor(Class<?>) - クラスのメソッド org.postgresql.jdbc.PgDatabaseMetaData
 
isWrapperFor(Class<?>) - クラスのメソッド org.postgresql.jdbc.PgParameterMetaData
 
isWrapperFor(Class<?>) - クラスのメソッド org.postgresql.jdbc.PgResultSet
 
isWrapperFor(Class<?>) - クラスのメソッド org.postgresql.jdbc.PgResultSetMetaData
 
isWrapperFor(Class<?>) - クラスのメソッド org.postgresql.jdbc.PgStatement
 
isWritable(int) - クラスのメソッド org.postgresql.jdbc.PgResultSetMetaData
iterator() - インタフェースのメソッド org.postgresql.hostchooser.HostChooser
Lists connection hosts in preferred order.

J

JAAS_APPLICATION_NAME - 列挙の列挙型定数 org.postgresql.PGProperty
Specifies the name of the JAAS system or application login configuration.
JAAS_LOGIN - 列挙の列挙型定数 org.postgresql.PGProperty
Flag to enable/disable obtaining a GSS credential via JAAS login before authenticating.
JavaVersion - org.postgresql.coreの列挙
 
JDBC_MAJOR_VERSION - クラスのstatic変数 org.postgresql.util.DriverInfo
 
JDBC_MINOR_VERSION - クラスのstatic変数 org.postgresql.util.DriverInfo
 
JDBC_VERSION - クラスのstatic変数 org.postgresql.util.DriverInfo
 
Jdbc3ConnectionPool - org.postgresql.jdbc3のクラス
推奨されていません。
Jdbc3ConnectionPool() - クラスのコンストラクタ org.postgresql.jdbc3.Jdbc3ConnectionPool
推奨されていません。
 
Jdbc3PoolingDataSource - org.postgresql.jdbc3のクラス
推奨されていません。
Since 42.0.0, see PGPoolingDataSource
Jdbc3PoolingDataSource() - クラスのコンストラクタ org.postgresql.jdbc3.Jdbc3PoolingDataSource
推奨されていません。
 
Jdbc3SimpleDataSource - org.postgresql.jdbc3のクラス
推奨されていません。
Jdbc3SimpleDataSource() - クラスのコンストラクタ org.postgresql.jdbc3.Jdbc3SimpleDataSource
推奨されていません。
 
JdbcBlackHole - org.postgresql.utilのクラス
 
JdbcBlackHole() - クラスのコンストラクタ org.postgresql.util.JdbcBlackHole
 
JdbcCallParseInfo - org.postgresql.coreのクラス
JdbcCallParseInfo(String, boolean) - クラスのコンストラクタ org.postgresql.core.JdbcCallParseInfo
 
jdbcCompliant() - クラスのメソッド org.postgresql.Driver
Report whether the driver is a genuine JDBC compliant driver.
JSON - クラスのstatic変数 org.postgresql.core.Oid
 
JSON_ARRAY - クラスのstatic変数 org.postgresql.core.Oid
 
JSONB - クラスのstatic変数 org.postgresql.core.Oid
 
JSONB_ARRAY - クラスのstatic変数 org.postgresql.core.Oid
 

K

KERBEROS_SERVER_NAME - 列挙の列挙型定数 org.postgresql.PGProperty
The Kerberos service name to use when authenticating with GSSAPI.
KerberosTicket - org.postgresql.utilのクラス
 
KerberosTicket() - クラスのコンストラクタ org.postgresql.util.KerberosTicket
 
key - クラスの変数 org.postgresql.core.CachedQuery
Cache key.

L

LargeObject - org.postgresql.largeobjectのクラス
This class provides the basic methods required to run the interface, plus a pair of methods that provide InputStream and OutputStream classes for this object.
LargeObject(Fastpath, long, int) - クラスのコンストラクタ org.postgresql.largeobject.LargeObject
This opens a large object.
LargeObject(Fastpath, long, int, BaseConnection, boolean) - クラスのコンストラクタ org.postgresql.largeobject.LargeObject
This opens a large object.
LargeObjectManager - org.postgresql.largeobjectのクラス
This class implements the large object interface to org.postgresql.
LargeObjectManager(BaseConnection) - クラスのコンストラクタ org.postgresql.largeobject.LargeObjectManager
Constructs the LargeObject API.
last() - クラスのメソッド org.postgresql.jdbc.PgResultSet
 
lastUsedFetchSize - クラスの変数 org.postgresql.jdbc.PgResultSet
 
LazyCleaner - org.postgresql.utilのクラス
LazyCleaner is a utility class that allows to register objects for deferred cleanup.
LazyCleaner(Duration, String) - クラスのコンストラクタ org.postgresql.util.LazyCleaner
 
LazyCleaner.Cleanable<T extends Throwable> - org.postgresql.utilのインタフェース
 
LazyCleaner.CleaningAction<T extends Throwable> - org.postgresql.utilのインタフェース
 
LazyKeyManager - org.postgresql.sslのクラス
A Key manager that only loads the keys, if necessary.
LazyKeyManager(String, String, CallbackHandler, boolean) - クラスのコンストラクタ org.postgresql.ssl.LazyKeyManager
Constructor. certfile and keyfile can be null, in that case no certificate is presented to the server.
LCASE - クラスのstatic変数 org.postgresql.jdbc.EscapedFunctions
推奨されていません。
 
LEFT - クラスのstatic変数 org.postgresql.jdbc.EscapedFunctions
推奨されていません。
 
LegacyInsecurePGXmlFactoryFactory - org.postgresql.xmlのクラス
 
length() - クラスのメソッド org.postgresql.core.Tuple
Total length in bytes of the tuple data.
length() - クラスのメソッド org.postgresql.jdbc.AbstractBlobClob
 
LENGTH - クラスのstatic変数 org.postgresql.jdbc.EscapedFunctions
推奨されていません。
 
lengthInBytes() - クラスのメソッド org.postgresql.geometric.PGbox
 
lengthInBytes() - クラスのメソッド org.postgresql.geometric.PGpoint
 
lengthInBytes() - インタフェースのメソッド org.postgresql.util.PGBinaryObject
This method is called to return the number of bytes needed to store this object in the binary form required by org.postgresql.
LibPQFactory - org.postgresql.ssl.jdbc4のクラス
推奨されていません。
LibPQFactory - org.postgresql.sslのクラス
Provide an SSLSocketFactory that is compatible with the libpq behaviour.
LibPQFactory(Properties) - クラスのコンストラクタ org.postgresql.ssl.jdbc4.LibPQFactory
推奨されていません。
LibPQFactory(Properties) - クラスのコンストラクタ org.postgresql.ssl.LibPQFactory
 
LibPQFactory.ConsoleCallbackHandler - org.postgresql.sslのクラス
A CallbackHandler that reads the password from the console or returns the password given to its constructor.
LINE - クラスのstatic変数 org.postgresql.core.Oid
 
LOAD_BALANCE_HOSTS - 列挙の列挙型定数 org.postgresql.PGProperty
 
loadBaseDataSource(BaseDataSource, Reference) - クラスのメソッド org.postgresql.ds.common.PGObjectFactory
 
LOCAL_SOCKET_ADDRESS - 列挙の列挙型定数 org.postgresql.PGProperty
If this is set then the client side will bind to this address.
localSocketAddress - クラスの変数 org.postgresql.util.HostSpec
 
LOCATE - クラスのstatic変数 org.postgresql.jdbc.EscapedFunctions
推奨されていません。
 
locatorsUpdateCopy() - クラスのメソッド org.postgresql.jdbc.PgDatabaseMetaData
 
lock - クラスの変数 org.postgresql.core.QueryExecutorBase
 
lock - クラスの変数 org.postgresql.jdbc.AbstractBlobClob
 
lock - クラスの変数 org.postgresql.jdbc.PgStatement
 
lockCondition - クラスの変数 org.postgresql.core.QueryExecutorBase
 
LOG - クラスのstatic変数 org.postgresql.jdbc.EscapedFunctions
推奨されていません。
 
LOG_SERVER_ERROR_DETAIL - 列挙の列挙型定数 org.postgresql.PGProperty
Whether to include full server error detail in exception messages.
LOG_UNCLOSED_CONNECTIONS - 列挙の列挙型定数 org.postgresql.PGProperty
When connections that are not explicitly closed are garbage collected, log the stacktrace from the opening of the connection to trace the leak source.
LOG10 - クラスのstatic変数 org.postgresql.jdbc.EscapedFunctions
推奨されていません。
 
LOGGER_FILE - 列挙の列挙型定数 org.postgresql.PGProperty
推奨されていません。
Logging is configured via java.util.logging.
LOGGER_LEVEL - 列挙の列挙型定数 org.postgresql.PGProperty
推奨されていません。
Logging is configured via java.util.logging.
logical() - インタフェースのメソッド org.postgresql.replication.fluent.ChainedCreateReplicationSlotBuilder
Get the logical slot builder.
logical() - インタフェースのメソッド org.postgresql.replication.fluent.ChainedStreamBuilder
Create logical replication stream that decode raw wal logs by output plugin to logical form.
logical() - クラスのメソッド org.postgresql.replication.fluent.ReplicationCreateSlotBuilder
 
logical() - クラスのメソッド org.postgresql.replication.fluent.ReplicationStreamBuilder
 
LOGICAL - 列挙の列挙型定数 org.postgresql.replication.ReplicationType
 
LogicalCreateSlotBuilder - org.postgresql.replication.fluent.logicalのクラス
 
LogicalCreateSlotBuilder(BaseConnection) - クラスのコンストラクタ org.postgresql.replication.fluent.logical.LogicalCreateSlotBuilder
 
LogicalReplicationOptions - org.postgresql.replication.fluent.logicalのインタフェース
 
LogicalStreamBuilder - org.postgresql.replication.fluent.logicalのクラス
 
LogicalStreamBuilder(StartLogicalReplicationCallback) - クラスのコンストラクタ org.postgresql.replication.fluent.logical.LogicalStreamBuilder
 
LOGIN_TIMEOUT - 列挙の列挙型定数 org.postgresql.PGProperty
Specify how long to wait for establishment of a database connection.
LogSequenceNumber - org.postgresql.replicationのクラス
LSN (Log Sequence Number) data which is a pointer to a location in the XLOG.
logServerErrorDetail - クラスの変数 org.postgresql.core.QueryExecutorBase
 
LogWriterHandler - org.postgresql.utilのクラス
 
LogWriterHandler(Writer) - クラスのコンストラクタ org.postgresql.util.LogWriterHandler
 
longOidToInt(long) - インタフェースのメソッド org.postgresql.core.TypeInfo
Java Integers are signed 32-bit integers, but oids are unsigned 32-bit integers.
longOidToInt(long) - クラスのメソッド org.postgresql.jdbc.TypeInfoCache
 
LruCache<Key,Value extends CanEstimateSize> - org.postgresql.utilのクラス
Caches values in simple least-recently-accessed order.
LruCache(int, long, boolean) - クラスのコンストラクタ org.postgresql.util.LruCache
 
LruCache(int, long, boolean, LruCache.CreateAction<Key, Value>, LruCache.EvictAction<Value>) - クラスのコンストラクタ org.postgresql.util.LruCache
 
LruCache.CreateAction<Key,Value> - org.postgresql.utilのインタフェース
When the entry is not present in cache, this create action is used to create one.
LruCache.EvictAction<Value> - org.postgresql.utilのインタフェース
Action that is invoked when the entry is removed from the cache.
LSEG - クラスのstatic変数 org.postgresql.core.Oid
 
LTRIM - クラスのstatic変数 org.postgresql.jdbc.EscapedFunctions
推奨されていません。
 

M

MACADDR - クラスのstatic変数 org.postgresql.core.Oid
 
MACADDR8 - クラスのstatic変数 org.postgresql.core.Oid
 
main(String[]) - クラスのstaticメソッド org.postgresql.util.PGJDBCMain
 
MAJOR_VERSION - クラスのstatic変数 org.postgresql.util.DriverInfo
 
make() - インタフェースのメソッド org.postgresql.replication.fluent.ChainedCommonCreateSlotBuilder
Create slot with specified parameters in database.
make() - クラスのメソッド org.postgresql.replication.fluent.logical.LogicalCreateSlotBuilder
 
make() - クラスのメソッド org.postgresql.replication.fluent.physical.PhysicalCreateSlotBuilder
 
makeArray(int, byte[]) - クラスのメソッド org.postgresql.jdbc.PgResultSet
 
makeArray(int, String) - クラスのメソッド org.postgresql.jdbc.PgConnection
 
makeArray(int, String) - クラスのメソッド org.postgresql.jdbc.PgResultSet
 
makeBlob(long) - クラスのメソッド org.postgresql.jdbc.PgConnection
 
makeBlob(long) - クラスのメソッド org.postgresql.jdbc.PgResultSet
 
makeClob(long) - クラスのメソッド org.postgresql.jdbc.PgConnection
 
makeClob(long) - クラスのメソッド org.postgresql.jdbc.PgResultSet
 
MakeGSS - org.postgresql.gssのクラス
 
MakeGSS() - クラスのコンストラクタ org.postgresql.gss.MakeGSS
 
makeSQLXML() - クラスのメソッド org.postgresql.jdbc.PgConnection
 
MakeSSL - org.postgresql.sslのクラス
 
MakeSSL() - クラスのコンストラクタ org.postgresql.ssl.MakeSSL
 
mark(int) - クラスのメソッド org.postgresql.largeobject.BlobInputStream
Marks the current position in this input stream.
markSupported() - クラスのメソッド org.postgresql.largeobject.BlobInputStream
Tests if this input stream supports the mark and reset methods.
master - 列挙の列挙型定数 org.postgresql.hostchooser.HostRequirement
推奨されていません。
we no longer use the terms master or slave in the driver, or the PostgreSQL project.
MAX_RESULT_BUFFER - 列挙の列挙型定数 org.postgresql.PGProperty
Specifies size of buffer during fetching result set.
MAX_SAVE_POINTS - インタフェースのstatic変数 org.postgresql.core.QueryExecutor
 
maxFieldSize - クラスの変数 org.postgresql.jdbc.PgResultSet
 
maxFieldSize - クラスの変数 org.postgresql.jdbc.PgStatement
 
maxrows - クラスの変数 org.postgresql.jdbc.PgStatement
Maximum number of rows to return, 0 = unlimited.
maxRows - クラスの変数 org.postgresql.jdbc.PgResultSet
 
MD5_PASSWORD - 列挙の列挙型定数 org.postgresql.plugin.AuthenticationRequestType
 
MD5Digest - org.postgresql.utilのクラス
MD5-based utility function to obfuscate passwords before network transmission.
messages_bg - org.postgresql.translationのクラス
 
messages_bg() - クラスのコンストラクタ org.postgresql.translation.messages_bg
 
messages_cs - org.postgresql.translationのクラス
 
messages_cs() - クラスのコンストラクタ org.postgresql.translation.messages_cs
 
messages_de - org.postgresql.translationのクラス
 
messages_de() - クラスのコンストラクタ org.postgresql.translation.messages_de
 
messages_es - org.postgresql.translationのクラス
 
messages_es() - クラスのコンストラクタ org.postgresql.translation.messages_es
 
messages_fr - org.postgresql.translationのクラス
 
messages_fr() - クラスのコンストラクタ org.postgresql.translation.messages_fr
 
messages_it - org.postgresql.translationのクラス
 
messages_it() - クラスのコンストラクタ org.postgresql.translation.messages_it
 
messages_ja - org.postgresql.translationのクラス
 
messages_ja() - クラスのコンストラクタ org.postgresql.translation.messages_ja
 
messages_nl - org.postgresql.translationのクラス
 
messages_nl() - クラスのコンストラクタ org.postgresql.translation.messages_nl
 
messages_pl - org.postgresql.translationのクラス
 
messages_pl() - クラスのコンストラクタ org.postgresql.translation.messages_pl
 
messages_pt_BR - org.postgresql.translationのクラス
 
messages_pt_BR() - クラスのコンストラクタ org.postgresql.translation.messages_pt_BR
 
messages_ru - org.postgresql.translationのクラス
 
messages_ru() - クラスのコンストラクタ org.postgresql.translation.messages_ru
 
messages_sr - org.postgresql.translationのクラス
 
messages_sr() - クラスのコンストラクタ org.postgresql.translation.messages_sr
 
messages_tr - org.postgresql.translationのクラス
 
messages_tr() - クラスのコンストラクタ org.postgresql.translation.messages_tr
 
messages_zh_CN - org.postgresql.translationのクラス
 
messages_zh_CN() - クラスのコンストラクタ org.postgresql.translation.messages_zh_CN
 
messages_zh_TW - org.postgresql.translationのクラス
 
messages_zh_TW() - クラスのコンストラクタ org.postgresql.translation.messages_zh_TW
 
metadata - クラスの変数 org.postgresql.jdbc.PgConnection
 
MINOR_VERSION - クラスのstatic変数 org.postgresql.util.DriverInfo
 
MINUTE - クラスのstatic変数 org.postgresql.jdbc.EscapedFunctions
推奨されていません。
 
MOD - クラスのstatic変数 org.postgresql.jdbc.EscapedFunctions
推奨されていません。
 
modifyJdbcCall(String, boolean, int, int, EscapeSyntaxCallMode) - クラスのstaticメソッド org.postgresql.core.Parser
Converts JDBC-specific callable statement escapes { [? =] call <some_function> [(?, [?,..])] } into the PostgreSQL format which is select <some_function> (?, [?, ...]) as result or select * from <some_function> (?, [?, ...]) as result (7.3)
MONEY - クラスのstatic変数 org.postgresql.core.Oid
 
MONEY_ARRAY - クラスのstatic変数 org.postgresql.core.Oid
 
MONTH - クラスのstatic変数 org.postgresql.jdbc.EscapedFunctions
推奨されていません。
 
MONTHNAME - クラスのstatic変数 org.postgresql.jdbc.EscapedFunctions
推奨されていません。
 
MOST_SPECIFIC_TYPE_DOES_NOT_MATCH - 列挙の列挙型定数 org.postgresql.util.PSQLState
 
move(double, double) - クラスのメソッド org.postgresql.geometric.PGpoint
Moves the point to the supplied coordinates.
move(int, int) - クラスのメソッド org.postgresql.geometric.PGpoint
Moves the point to the supplied coordinates.
MOVE - 列挙の列挙型定数 org.postgresql.core.SqlCommandType
 
moveToCurrentRow() - クラスのメソッド org.postgresql.jdbc.PgResultSet
 
moveToInsertRow() - クラスのメソッド org.postgresql.jdbc.PgResultSet
 
mPrepareThreshold - クラスの変数 org.postgresql.jdbc.PgStatement
 
multiStatement - クラスの変数 org.postgresql.core.NativeQuery
 

N

name() - クラスのメソッド org.postgresql.core.Encoding
Get the name of the (JVM) encoding used.
NAME - クラスのstatic変数 org.postgresql.core.Oid
 
NAME_ARRAY - クラスのstatic変数 org.postgresql.core.Oid
 
NativeQuery - org.postgresql.coreのクラス
Represents a query that is ready for execution by backend.
NativeQuery(String, int[], boolean, SqlCommand) - クラスのコンストラクタ org.postgresql.core.NativeQuery
 
NativeQuery(String, SqlCommand) - クラスのコンストラクタ org.postgresql.core.NativeQuery
 
nativeSql - クラスの変数 org.postgresql.core.NativeQuery
 
nativeSQL(String) - クラスのメソッド org.postgresql.jdbc.PgConnection
 
NBPCHAR - クラスのstatic変数 org.postgresql.core.Oid
 
NBPCHAR_ARRAY - クラスのstatic変数 org.postgresql.core.Oid
 
NEVER - 列挙の列挙型定数 org.postgresql.jdbc.AutoSave
 
newDocumentBuilder() - クラスのメソッド org.postgresql.xml.DefaultPGXmlFactoryFactory
 
newDocumentBuilder() - クラスのメソッド org.postgresql.xml.LegacyInsecurePGXmlFactoryFactory
 
newDocumentBuilder() - インタフェースのメソッド org.postgresql.xml.PGXmlFactoryFactory
 
newSAXTransformerFactory() - クラスのメソッド org.postgresql.xml.DefaultPGXmlFactoryFactory
 
newSAXTransformerFactory() - クラスのメソッド org.postgresql.xml.LegacyInsecurePGXmlFactoryFactory
 
newSAXTransformerFactory() - インタフェースのメソッド org.postgresql.xml.PGXmlFactoryFactory
 
newTransformerFactory() - クラスのメソッド org.postgresql.xml.DefaultPGXmlFactoryFactory
 
newTransformerFactory() - クラスのメソッド org.postgresql.xml.LegacyInsecurePGXmlFactoryFactory
 
newTransformerFactory() - インタフェースのメソッド org.postgresql.xml.PGXmlFactoryFactory
 
newXMLInputFactory() - クラスのメソッド org.postgresql.xml.DefaultPGXmlFactoryFactory
 
newXMLInputFactory() - クラスのメソッド org.postgresql.xml.LegacyInsecurePGXmlFactoryFactory
 
newXMLInputFactory() - インタフェースのメソッド org.postgresql.xml.PGXmlFactoryFactory
 
newXMLOutputFactory() - クラスのメソッド org.postgresql.xml.DefaultPGXmlFactoryFactory
 
newXMLOutputFactory() - クラスのメソッド org.postgresql.xml.LegacyInsecurePGXmlFactoryFactory
 
newXMLOutputFactory() - インタフェースのメソッド org.postgresql.xml.PGXmlFactoryFactory
 
next() - クラスのメソッド org.postgresql.jdbc.PgResultSet
 
NO_ACTIVE_SQL_TRANSACTION - 列挙の列挙型定数 org.postgresql.util.PSQLState
 
NO_DATA - 列挙の列挙型定数 org.postgresql.util.PSQLState
 
NonValidatingFactory - org.postgresql.sslのクラス
Provide a SSLSocketFactory that allows SSL connections to be made without validating the server's certificate.
NonValidatingFactory(String) - クラスのコンストラクタ org.postgresql.ssl.NonValidatingFactory
We provide a constructor that takes an unused argument solely because the ssl calling code will look for this constructor first and then fall back to the no argument constructor, so we avoid an exception and additional reflection lookups.
NonValidatingFactory.NonValidatingTM - org.postgresql.sslのクラス
 
NonValidatingTM() - クラスのコンストラクタ org.postgresql.ssl.NonValidatingFactory.NonValidatingTM
 
NOT_IMPLEMENTED - 列挙の列挙型定数 org.postgresql.util.PSQLState
 
NOT_NULL_VIOLATION - 列挙の列挙型定数 org.postgresql.util.PSQLState
 
Notification - org.postgresql.coreのクラス
 
Notification(String, int) - クラスのコンストラクタ org.postgresql.core.Notification
 
Notification(String, int, String) - クラスのコンストラクタ org.postgresql.core.Notification
 
notImplemented(Class<?>, String) - クラスのstaticメソッド org.postgresql.Driver
This method was added in v6.5, and simply throws an SQLException for an unimplemented method.
NOW - クラスのstatic変数 org.postgresql.jdbc.EscapedFunctions
推奨されていません。
 
NTDSAPIWrapper - org.postgresql.sspiのクラス
 
NTDSAPIWrapper() - クラスのコンストラクタ org.postgresql.sspi.NTDSAPIWrapper
 
NullErrorHandler - org.postgresql.xmlのクラス
Error handler that silently suppresses all errors.
NullErrorHandler() - クラスのコンストラクタ org.postgresql.xml.NullErrorHandler
 
Nullness - org.postgresql.util.internalのクラス
The methods in this class allow to cast nullable reference to a non-nullable one.
Nullness() - クラスのコンストラクタ org.postgresql.util.internal.Nullness
 
nullPlusNonNullIsNull() - クラスのメソッド org.postgresql.jdbc.PgDatabaseMetaData
 
nullsAreSortedAtEnd() - クラスのメソッド org.postgresql.jdbc.PgDatabaseMetaData
 
nullsAreSortedAtStart() - クラスのメソッド org.postgresql.jdbc.PgDatabaseMetaData
 
nullsAreSortedHigh() - クラスのメソッド org.postgresql.jdbc.PgDatabaseMetaData
 
nullsAreSortedLow() - クラスのメソッド org.postgresql.jdbc.PgDatabaseMetaData
 
NumberParser - org.postgresql.utilのクラス
Optimised byte[] to number parser.
NumberParser() - クラスのコンストラクタ org.postgresql.util.NumberParser
 
numeric(byte[]) - クラスのstaticメソッド org.postgresql.util.ByteConverter
Convert a variable length array of bytes to an integer
numeric(byte[], int, int) - クラスのstaticメソッド org.postgresql.util.ByteConverter
Convert a variable length array of bytes to a Number.
numeric(BigDecimal) - クラスのstaticメソッド org.postgresql.util.ByteConverter
Converts a non-null BigDecimal to binary format for Oid.NUMERIC.
NUMERIC - クラスのstatic変数 org.postgresql.core.Oid
 
NUMERIC_ARRAY - クラスのstatic変数 org.postgresql.core.Oid
 
NUMERIC_CONSTANT_OUT_OF_RANGE - 列挙の列挙型定数 org.postgresql.util.PSQLState
 
NUMERIC_VALUE_OUT_OF_RANGE - 列挙の列挙型定数 org.postgresql.util.PSQLState
 
NVARCHAR - クラスのstatic変数 org.postgresql.core.Oid
 
NVARCHAR_ARRAY - クラスのstatic変数 org.postgresql.core.Oid
 

O

OBJECT_IN_USE - 列挙の列挙型定数 org.postgresql.util.PSQLState
 
OBJECT_NOT_IN_STATE - 列挙の列挙型定数 org.postgresql.util.PSQLState
 
ObjectFactory - org.postgresql.utilのクラス
Helper class to instantiate objects.
ObjectFactory() - クラスのコンストラクタ org.postgresql.util.ObjectFactory
 
obtain() - クラスのメソッド org.postgresql.jdbc.ResourceLock
Obtain a lock and return the ResourceLock for use in try-with-resources block.
of(String) - 列挙のstaticメソッド org.postgresql.jdbc.AutoSave
 
of(String) - 列挙のstaticメソッド org.postgresql.jdbc.EscapeSyntaxCallMode
 
of(String) - 列挙のstaticメソッド org.postgresql.jdbc.PreferQueryMode
 
of(ByteBuffer...) - インタフェースのstaticメソッド org.postgresql.util.ByteStreamWriter
 
of(Properties) - 列挙のstaticメソッド org.postgresql.jdbc.GSSEncMode
 
of(Properties) - 列挙のstaticメソッド org.postgresql.jdbc.SslMode
 
of(ByteStreamWriter) - クラスのstaticメソッド org.postgresql.fastpath.FastpathArg
推奨されていません。
 
Oid - org.postgresql.coreのクラス
Provides constants for well-known backend OIDs for the types we commonly use.
Oid() - クラスのコンストラクタ org.postgresql.core.Oid
 
OID - クラスのstatic変数 org.postgresql.core.Oid
 
OID_ARRAY - クラスのstatic変数 org.postgresql.core.Oid
 
onClean(boolean) - インタフェースのメソッド org.postgresql.util.LazyCleaner.CleaningAction
 
onInsertRow - クラスの変数 org.postgresql.jdbc.PgResultSet
 
onParameterStatus(String, String) - クラスのメソッド org.postgresql.core.QueryExecutorBase
Update the parameter status map in response to a new ParameterStatus wire protocol message.
open - クラスの変数 org.postgresql.geometric.PGpath
True if the path is open, false if closed.
open(int) - クラスのメソッド org.postgresql.largeobject.LargeObjectManager
推奨されていません。
As of 8.3, replaced by LargeObjectManager.open(long)
open(int, boolean) - クラスのメソッド org.postgresql.largeobject.LargeObjectManager
This opens an existing large object, same as previous method, but commits the transaction on close if asked.
open(int, int) - クラスのメソッド org.postgresql.largeobject.LargeObjectManager
推奨されていません。
As of 8.3, replaced by LargeObjectManager.open(long, int)
open(int, int, boolean) - クラスのメソッド org.postgresql.largeobject.LargeObjectManager
This opens an existing large object, same as previous method, but commits the transaction on close if asked.
open(long) - クラスのメソッド org.postgresql.largeobject.LargeObjectManager
This opens an existing large object, based on its OID.
open(long, boolean) - クラスのメソッド org.postgresql.largeobject.LargeObjectManager
This opens an existing large object, same as previous method, but commits the transaction on close if asked.
open(long, int) - クラスのメソッド org.postgresql.largeobject.LargeObjectManager
This opens an existing large object, based on its OID.
open(long, int, boolean) - クラスのメソッド org.postgresql.largeobject.LargeObjectManager
This opens an existing large object, based on its OID.
OPEN - 列挙の列挙型定数 org.postgresql.core.TransactionState
 
openConnection(HostSpec[], Properties) - クラスのstaticメソッド org.postgresql.core.ConnectionFactory
Establishes and initializes a new connection.
openConnectionImpl(HostSpec[], Properties) - クラスのメソッド org.postgresql.core.ConnectionFactory
openConnectionImpl(HostSpec[], Properties) - クラスのメソッド org.postgresql.core.v3.ConnectionFactoryImpl
 
openPath() - クラスのメソッド org.postgresql.geometric.PGpath
 
OPTIONS - 列挙の列挙型定数 org.postgresql.PGProperty
Specify 'options' connection initialization parameter.
ORG_POSTGRESQL_PGPASSFILE - 列挙の列挙型定数 org.postgresql.PGEnvironment
Specified location of password file.
ORG_POSTGRESQL_PGSERVICEFILE - 列挙の列挙型定数 org.postgresql.PGEnvironment
The connection service resource (file, url) allows connection parameters to be associated with a single service name.
org.postgresql - パッケージ org.postgresql
 
org.postgresql.copy - パッケージ org.postgresql.copy
 
org.postgresql.core - パッケージ org.postgresql.core
 
org.postgresql.core.v3 - パッケージ org.postgresql.core.v3
 
org.postgresql.core.v3.adaptivefetch - パッケージ org.postgresql.core.v3.adaptivefetch
 
org.postgresql.core.v3.replication - パッケージ org.postgresql.core.v3.replication
 
org.postgresql.ds - パッケージ org.postgresql.ds
 
org.postgresql.ds.common - パッケージ org.postgresql.ds.common
 
org.postgresql.fastpath - パッケージ org.postgresql.fastpath
 
org.postgresql.geometric - パッケージ org.postgresql.geometric
 
org.postgresql.gss - パッケージ org.postgresql.gss
 
org.postgresql.hostchooser - パッケージ org.postgresql.hostchooser
 
org.postgresql.jdbc - パッケージ org.postgresql.jdbc
 
org.postgresql.jdbc2 - パッケージ org.postgresql.jdbc2
 
org.postgresql.jdbc2.optional - パッケージ org.postgresql.jdbc2.optional
 
org.postgresql.jdbc3 - パッケージ org.postgresql.jdbc3
 
org.postgresql.jdbcurlresolver - パッケージ org.postgresql.jdbcurlresolver
 
org.postgresql.jre7.sasl - パッケージ org.postgresql.jre7.sasl
 
org.postgresql.largeobject - パッケージ org.postgresql.largeobject
 
org.postgresql.osgi - パッケージ org.postgresql.osgi
 
org.postgresql.plugin - パッケージ org.postgresql.plugin
 
org.postgresql.replication - パッケージ org.postgresql.replication
 
org.postgresql.replication.fluent - パッケージ org.postgresql.replication.fluent
 
org.postgresql.replication.fluent.logical - パッケージ org.postgresql.replication.fluent.logical
 
org.postgresql.replication.fluent.physical - パッケージ org.postgresql.replication.fluent.physical
 
org.postgresql.ssl - パッケージ org.postgresql.ssl
 
org.postgresql.ssl.jdbc4 - パッケージ org.postgresql.ssl.jdbc4
 
org.postgresql.sspi - パッケージ org.postgresql.sspi
 
org.postgresql.translation - パッケージ org.postgresql.translation
 
org.postgresql.util - パッケージ org.postgresql.util
 
org.postgresql.util.internal - パッケージ org.postgresql.util.internal
 
org.postgresql.xa - パッケージ org.postgresql.xa
 
org.postgresql.xml - パッケージ org.postgresql.xml
 
originalQuery - クラスの変数 org.postgresql.jdbc.PgResultSet
 
OSUtil - org.postgresql.utilのクラス
Operating system specifics
OSUtil() - クラスのコンストラクタ org.postgresql.util.OSUtil
 
other - 列挙の列挙型定数 org.postgresql.core.JavaVersion
 
othersDeletesAreVisible(int) - クラスのメソッド org.postgresql.jdbc.PgDatabaseMetaData
 
othersInsertsAreVisible(int) - クラスのメソッド org.postgresql.jdbc.PgDatabaseMetaData
 
othersUpdatesAreVisible(int) - クラスのメソッド org.postgresql.jdbc.PgDatabaseMetaData
 
OUT_OF_MEMORY - 列挙の列挙型定数 org.postgresql.util.PSQLState
 
ownDeletesAreVisible(int) - クラスのメソッド org.postgresql.jdbc.PgDatabaseMetaData
 
ownInsertsAreVisible(int) - クラスのメソッド org.postgresql.jdbc.PgDatabaseMetaData
 
ownUpdatesAreVisible(int) - クラスのメソッド org.postgresql.jdbc.PgDatabaseMetaData
 

P

ParameterList - org.postgresql.coreのインタフェース
Abstraction of a list of parameters to be substituted into a Query.
parse(String) - クラスのメソッド org.postgresql.core.CommandCompleteParser
Parses CommandComplete (B) message.
parseACL(String, String) - クラスのメソッド 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メソッド org.postgresql.core.Parser
Parse string to check presence of CREATE keyword regardless of case.
parseAsKeyword(char[], int) - クラスのstaticメソッド org.postgresql.core.Parser
Parse string to check presence of AS keyword regardless of case.
parseAtomicKeyword(char[], int) - クラスのstaticメソッド org.postgresql.core.Parser
Parse string to check presence of ATOMIC keyword regardless of case.
parseBackendTimeZone(String) - クラスのstaticメソッド org.postgresql.jdbc.TimestampUtils
Converts backend's TimeZone parameter to java format.
parseBeginKeyword(char[], int) - クラスのstaticメソッド org.postgresql.core.Parser
Parse string to check presence of BEGIN keyword regardless of case.
parseBlockComment(char[], int) - クラスのstaticメソッド 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メソッド org.postgresql.core.Parser
Parse string to check presence of CREATE keyword regardless of case.
parseDeleteKeyword(char[], int) - クラスのstaticメソッド org.postgresql.core.Parser
Parse string to check presence of DELETE keyword regardless of case.
parseDollarQuotes(char[], int) - クラスのstaticメソッド 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メソッド org.postgresql.core.Parser
Find the end of the double-quoted string starting at the given offset.
parseInsertKeyword(char[], int) - クラスのstaticメソッド org.postgresql.core.Parser
Parse string to check presence of INSERT keyword regardless of case.
parseJdbcSql(String, boolean, boolean, boolean, boolean, boolean, String...) - クラスのstaticメソッド org.postgresql.core.Parser
Parses JDBC query into PostgreSQL's native format.
parseLineComment(char[], int) - クラスのstaticメソッド 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メソッド org.postgresql.core.Parser
Faster version of Long.parseLong(String) when parsing a substring is required
parseMoveKeyword(char[], int) - クラスのstaticメソッド org.postgresql.core.Parser
Parse string to check presence of MOVE keyword regardless of case.
parseProperty(String) - クラスのstaticメソッド org.postgresql.util.PGPropertyMaxResultBufferParser
Method to parse value of max result buffer size.
Parser - org.postgresql.coreのクラス
Basic query parser infrastructure.
Parser() - クラスのコンストラクタ org.postgresql.core.Parser
 
parseReturningKeyword(char[], int) - クラスのstaticメソッド org.postgresql.core.Parser
Parse string to check presence of RETURNING keyword regardless of case.
parseSelectKeyword(char[], int) - クラスのstaticメソッド org.postgresql.core.Parser
Parse string to check presence of SELECT keyword regardless of case.
parseServerVersionStr(String) - クラスのstaticメソッド org.postgresql.core.Utils
推奨されていません。
use specific Version instance
parseSingleQuotes(char[], int, boolean) - クラスのstaticメソッド org.postgresql.core.Parser
Find the end of the single-quoted string starting at the given offset.
parseUpdateKeyword(char[], int) - クラスのstaticメソッド org.postgresql.core.Parser
Parse string to check presence of UPDATE keyword regardless of case.
parseURL(String, Properties) - クラスのstaticメソッド org.postgresql.Driver
Constructs a new DriverURL, splitting the specified URL into its component parts.
parseValuesKeyword(char[], int) - クラスのstaticメソッド org.postgresql.core.Parser
Parse string to check presence of VALUES keyword regardless of case.
parseWithKeyword(char[], int) - クラスのstaticメソッド org.postgresql.core.Parser
Parse string to check presence of WITH keyword regardless of case.
PASSWORD - 列挙の列挙型定数 org.postgresql.PGProperty
Password to use when authenticating.
PasswordUtil - org.postgresql.utilのクラス
 
PasswordUtil() - クラスのコンストラクタ org.postgresql.util.PasswordUtil
 
PATCH_VERSION - クラスのstatic変数 org.postgresql.util.DriverInfo
 
PATH - クラスのstatic変数 org.postgresql.core.Oid
 
peek() - クラスのメソッド org.postgresql.core.VisibleBufferedInputStream
Reads a byte from the buffer without advancing the index pointer.
peekChar() - クラスのメソッド org.postgresql.core.PGStream
Receives a single character from the backend, without advancing the current protocol stream position.
PG_DBNAME - 列挙の列挙型定数 org.postgresql.PGProperty
Database name to connect to (may be specified directly in the JDBC URL).
PG_HOST - 列挙の列挙型定数 org.postgresql.PGProperty
Hostname of the PostgreSQL server (may be specified directly in the JDBC URL).
PG_PORT - 列挙の列挙型定数 org.postgresql.PGProperty
Port of the PostgreSQL server (may be specified directly in the JDBC URL).
PgArray - org.postgresql.jdbcのクラス
Array is used collect one column of query result data.
PgArray(BaseConnection, int, byte[]) - クラスのコンストラクタ org.postgresql.jdbc.PgArray
Create a new Array.
PgArray(BaseConnection, int, String) - クラスのコンストラクタ org.postgresql.jdbc.PgArray
Create a new Array.
PGBinaryObject - org.postgresql.utilのインタフェース
PGBinaryObject is a interface that classes extending PGobject can use to take advantage of more optimal binary encoding of the data type.
PGBindException - org.postgresql.coreの例外
 
PGBindException(IOException) - 例外のコンストラクタ org.postgresql.core.PGBindException
 
PgBlob - org.postgresql.jdbcのクラス
 
PgBlob(BaseConnection, long) - クラスのコンストラクタ org.postgresql.jdbc.PgBlob
 
PGbox - org.postgresql.geometricのクラス
This represents the box datatype within org.postgresql.
PGbox() - クラスのコンストラクタ org.postgresql.geometric.PGbox
Required constructor.
PGbox(double, double, double, double) - クラスのコンストラクタ org.postgresql.geometric.PGbox
 
PGbox(String) - クラスのコンストラクタ org.postgresql.geometric.PGbox
 
PGbox(PGpoint, PGpoint) - クラスのコンストラクタ org.postgresql.geometric.PGbox
 
PGBundleActivator - org.postgresql.osgiのクラス
This class is an OSGi Bundle Activator and should only be used internally by the OSGi Framework.
PGBundleActivator() - クラスのコンストラクタ org.postgresql.osgi.PGBundleActivator
 
PGbytea - org.postgresql.utilのクラス
Converts to and from the postgresql bytea datatype used by the backend.
PGbytea() - クラスのコンストラクタ org.postgresql.util.PGbytea
 
PGcircle - org.postgresql.geometricのクラス
This represents org.postgresql's circle datatype, consisting of a point and a radius.
PGcircle() - クラスのコンストラクタ org.postgresql.geometric.PGcircle
This constructor is used by the driver.
PGcircle(double, double, double) - クラスのコンストラクタ org.postgresql.geometric.PGcircle
 
PGcircle(String) - クラスのコンストラクタ org.postgresql.geometric.PGcircle
 
PGcircle(PGpoint, double) - クラスのコンストラクタ org.postgresql.geometric.PGcircle
 
PgClob - org.postgresql.jdbcのクラス
 
PgClob(BaseConnection, long) - クラスのコンストラクタ org.postgresql.jdbc.PgClob
 
PgConnection - org.postgresql.jdbcのクラス
 
PgConnection(HostSpec[], Properties, String) - クラスのコンストラクタ org.postgresql.jdbc.PgConnection
 
PGConnection - org.postgresqlのインタフェース
This interface defines the public PostgreSQL extensions to java.sql.Connection.
PgConnection.AbortCommand - org.postgresql.jdbcのクラス
 
PGConnectionPoolDataSource - org.postgresql.dsのクラス
PostgreSQL implementation of ConnectionPoolDataSource.
PGConnectionPoolDataSource() - クラスのコンストラクタ org.postgresql.ds.PGConnectionPoolDataSource
 
PGCopyInputStream - org.postgresql.copyのクラス
InputStream for reading from a PostgreSQL COPY TO STDOUT operation.
PGCopyInputStream(CopyOut) - クラスのコンストラクタ org.postgresql.copy.PGCopyInputStream
Use given CopyOut operation for reading.
PGCopyInputStream(PGConnection, String) - クラスのコンストラクタ org.postgresql.copy.PGCopyInputStream
Uses given connection for specified COPY TO STDOUT operation.
PGCopyOutputStream - org.postgresql.copyのクラス
OutputStream for buffered input into a PostgreSQL COPY FROM STDIN operation.
PGCopyOutputStream(CopyIn) - クラスのコンストラクタ org.postgresql.copy.PGCopyOutputStream
Use given CopyIn operation for writing.
PGCopyOutputStream(CopyIn, int) - クラスのコンストラクタ org.postgresql.copy.PGCopyOutputStream
Use given CopyIn operation for writing.
PGCopyOutputStream(PGConnection, String) - クラスのコンストラクタ org.postgresql.copy.PGCopyOutputStream
Uses given connection for specified COPY FROM STDIN operation.
PGCopyOutputStream(PGConnection, String, int) - クラスのコンストラクタ org.postgresql.copy.PGCopyOutputStream
Uses given connection for specified COPY FROM STDIN operation.
PgDatabaseMetaData - org.postgresql.jdbcのクラス
 
PgDatabaseMetaData(PgConnection) - クラスのコンストラクタ org.postgresql.jdbc.PgDatabaseMetaData
 
PGDataSourceFactory - org.postgresql.osgiのクラス
This factory service is designed to be used in OSGi Enterprise environments to create and configure JDBC data-sources.
PGDataSourceFactory() - クラスのコンストラクタ org.postgresql.osgi.PGDataSourceFactory
 
PGEnvironment - org.postgresqlの列挙
Some environment variables are intended to have same meaning as libpq describes here: https://www.postgresql.org/docs/current/libpq-envars.html
PGInterval - org.postgresql.utilのクラス
This implements a class that handles the PostgreSQL interval type.
PGInterval() - クラスのコンストラクタ org.postgresql.util.PGInterval
required by the driver.
PGInterval(int, int, int, int, int, double) - クラスのコンストラクタ org.postgresql.util.PGInterval
Initializes all values of this interval to the specified values.
PGInterval(String) - クラスのコンストラクタ org.postgresql.util.PGInterval
Initialize a interval with a given interval string representation.
PGjdbcHostnameVerifier - org.postgresql.sslのクラス
 
PGjdbcHostnameVerifier() - クラスのコンストラクタ org.postgresql.ssl.PGjdbcHostnameVerifier
 
PGJDBCMain - org.postgresql.utilのクラス
 
PGJDBCMain() - クラスのコンストラクタ org.postgresql.util.PGJDBCMain
 
PGline - org.postgresql.geometricのクラス
This implements a line represented by the linear equation Ax + By + C = 0.
PGline() - クラスのコンストラクタ org.postgresql.geometric.PGline
required by the driver.
PGline(double, double, double) - クラスのコンストラクタ org.postgresql.geometric.PGline
 
PGline(double, double, double, double) - クラスのコンストラクタ org.postgresql.geometric.PGline
 
PGline(PGlseg) - クラスのコンストラクタ org.postgresql.geometric.PGline
 
PGline(PGpoint, PGpoint) - クラスのコンストラクタ org.postgresql.geometric.PGline
 
PGline(String) - クラスのコンストラクタ org.postgresql.geometric.PGline
 
PGlseg - org.postgresql.geometricのクラス
This implements a lseg (line segment) consisting of two points.
PGlseg() - クラスのコンストラクタ org.postgresql.geometric.PGlseg
required by the driver.
PGlseg(double, double, double, double) - クラスのコンストラクタ org.postgresql.geometric.PGlseg
 
PGlseg(String) - クラスのコンストラクタ org.postgresql.geometric.PGlseg
 
PGlseg(PGpoint, PGpoint) - クラスのコンストラクタ org.postgresql.geometric.PGlseg
 
PGmoney - org.postgresql.utilのクラス
This implements a class that handles the PostgreSQL money and cash types.
PGmoney() - クラスのコンストラクタ org.postgresql.util.PGmoney
 
PGmoney(double) - クラスのコンストラクタ org.postgresql.util.PGmoney
 
PGmoney(String) - クラスのコンストラクタ org.postgresql.util.PGmoney
 
PGNotification - org.postgresqlのインタフェース
This interface defines the public PostgreSQL extension for Notifications.
PGobject - 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() - クラスのコンストラクタ org.postgresql.util.PGobject
This is called by org.postgresql.Connection.getObject() to create the object.
PGObjectFactory - org.postgresql.ds.commonのクラス
Returns a DataSource-ish thing based on a JNDI reference.
PGObjectFactory() - クラスのコンストラクタ org.postgresql.ds.common.PGObjectFactory
 
PgParameterMetaData - org.postgresql.jdbcのクラス
 
PgParameterMetaData(BaseConnection, int[]) - クラスのコンストラクタ org.postgresql.jdbc.PgParameterMetaData
 
PGPASSFILE - 列挙の列挙型定数 org.postgresql.PGEnvironment
Specified location of password file.
PgPassParser - org.postgresql.jdbcurlresolverのクラス
helps to read Password File.
PGpath - org.postgresql.geometricのクラス
This implements a path (a multiple segmented line, which may be closed).
PGpath() - クラスのコンストラクタ org.postgresql.geometric.PGpath
Required by the driver.
PGpath(String) - クラスのコンストラクタ org.postgresql.geometric.PGpath
 
PGpath(PGpoint[], boolean) - クラスのコンストラクタ org.postgresql.geometric.PGpath
 
PGpoint - org.postgresql.geometricのクラス
It maps to the point datatype in org.postgresql.
PGpoint() - クラスのコンストラクタ org.postgresql.geometric.PGpoint
Required by the driver.
PGpoint(double, double) - クラスのコンストラクタ org.postgresql.geometric.PGpoint
 
PGpoint(String) - クラスのコンストラクタ org.postgresql.geometric.PGpoint
This is called mainly from the other geometric types, when a point is embedded within their definition.
PGpolygon - org.postgresql.geometricのクラス
This implements the polygon datatype within PostgreSQL.
PGpolygon() - クラスのコンストラクタ org.postgresql.geometric.PGpolygon
Required by the driver.
PGpolygon(String) - クラスのコンストラクタ org.postgresql.geometric.PGpolygon
 
PGpolygon(PGpoint[]) - クラスのコンストラクタ org.postgresql.geometric.PGpolygon
Creates a polygon using an array of PGpoints.
PGPooledConnection - org.postgresql.dsのクラス
PostgreSQL implementation of the PooledConnection interface.
PGPooledConnection(Connection, boolean) - クラスのコンストラクタ org.postgresql.ds.PGPooledConnection
 
PGPooledConnection(Connection, boolean, boolean) - クラスのコンストラクタ org.postgresql.ds.PGPooledConnection
Creates a new PooledConnection representing the specified physical connection.
PGPoolingDataSource - org.postgresql.dsのクラス
推奨されていません。
Since 42.0.0, instead of this class you should use a fully featured connection pool like HikariCP, vibur-dbcp, commons-dbcp, c3p0, etc.
PGPoolingDataSource() - クラスのコンストラクタ org.postgresql.ds.PGPoolingDataSource
推奨されていません。
 
PGProperty - org.postgresqlの列挙
All connection parameters that can be either set in JDBC URL, in Driver properties or in datasource setters.
PGPropertyMaxResultBufferParser - org.postgresql.utilのクラス
 
PGPropertyMaxResultBufferParser() - クラスのコンストラクタ org.postgresql.util.PGPropertyMaxResultBufferParser
 
PGPropertyUtil - org.postgresql.utilのクラス
routines to support PG properties
PGPropertyUtil() - クラスのコンストラクタ org.postgresql.util.PGPropertyUtil
 
PGRefCursorResultSet - org.postgresqlのインタフェース
推奨されていません。
As of 8.0, this interface is only present for backwards- compatibility purposes. New code should call getString() on the ResultSet that contains the refcursor to obtain the underlying cursor name.
PGReplicationConnection - org.postgresql.replicationのインタフェース
Api available only if connection was create with required for replication properties: PGProperty.REPLICATION and PGProperty.ASSUME_MIN_SERVER_VERSION.
PGReplicationConnectionImpl - org.postgresql.replicationのクラス
 
PGReplicationConnectionImpl(BaseConnection) - クラスのコンストラクタ org.postgresql.replication.PGReplicationConnectionImpl
 
PGReplicationStream - org.postgresql.replicationのインタフェース
Not tread safe replication stream (though certain methods can be safely called by different threads).
PgResultSet - org.postgresql.jdbcのクラス
 
PgResultSet.CursorResultHandler - org.postgresql.jdbcのクラス
 
PgResultSetMetaData - org.postgresql.jdbcのクラス
 
PgResultSetMetaData(BaseConnection, Field[]) - クラスのコンストラクタ org.postgresql.jdbc.PgResultSetMetaData
Initialise for a result with a tuple set and a field descriptor set
PGResultSetMetaData - org.postgresqlのインタフェース
 
PgServiceConfParser - org.postgresql.jdbcurlresolverのクラス
helps to read Connection Service File.
PGSERVICEFILE - 列挙の列挙型定数 org.postgresql.PGEnvironment
The connection service resource (file, url) allows connection parameters to be associated with a single service name.
PGSimpleDataSource - org.postgresql.dsのクラス
Simple DataSource which does not perform connection pooling.
PGSimpleDataSource() - クラスのコンストラクタ org.postgresql.ds.PGSimpleDataSource
 
PgSQLXML - org.postgresql.jdbcのクラス
 
PgSQLXML(BaseConnection) - クラスのコンストラクタ org.postgresql.jdbc.PgSQLXML
 
PgSQLXML(BaseConnection, String) - クラスのコンストラクタ org.postgresql.jdbc.PgSQLXML
 
PgStatement - org.postgresql.jdbcのクラス
 
PGStatement - org.postgresqlのインタフェース
This interface defines the public PostgreSQL extensions to java.sql.Statement.
PgStatement.StatementResultHandler - org.postgresql.jdbcのクラス
ResultHandler implementations for updates, queries, and either-or.
pgStream - クラスの変数 org.postgresql.core.QueryExecutorBase
 
PGStream - 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) - クラスのコンストラクタ org.postgresql.core.PGStream
PGStream(SocketFactory, HostSpec, int) - クラスのコンストラクタ org.postgresql.core.PGStream
Constructor: Connect to the PostgreSQL back end and return a stream connection.
PGStream(PGStream, int) - クラスのコンストラクタ org.postgresql.core.PGStream
 
PGSYSCONFDIR - 列挙の列挙型定数 org.postgresql.PGEnvironment
sets the directory containing the PGSERVICEFILE file and possibly other system-wide configuration files.
PGTime - org.postgresql.utilのクラス
This class augments the Java built-in Time to allow for explicit setting of the time zone.
PGTime(long) - クラスのコンストラクタ org.postgresql.util.PGTime
Constructs a PGTime without a time zone.
PGTime(long, Calendar) - クラスのコンストラクタ org.postgresql.util.PGTime
Constructs a PGTime with the given calendar object.
PGTimestamp - org.postgresql.utilのクラス
This class augments the Java built-in Timestamp to allow for explicit setting of the time zone.
PGTimestamp(long) - クラスのコンストラクタ org.postgresql.util.PGTimestamp
Constructs a PGTimestamp without a time zone.
PGTimestamp(long, Calendar) - クラスのコンストラクタ org.postgresql.util.PGTimestamp
Constructs a PGTimestamp with the given time zone.
PGtokenizer - org.postgresql.utilのクラス
This class is used to tokenize the text output of org.postgres.
PGtokenizer(String, char) - クラスのコンストラクタ org.postgresql.util.PGtokenizer
Create a tokeniser.
PGXAConnection - org.postgresql.xaのクラス
The PostgreSQL implementation of XAResource.
PGXAConnection(BaseConnection) - クラスのコンストラクタ org.postgresql.xa.PGXAConnection
 
PGXADataSource - org.postgresql.xaのクラス
XA-enabled DataSource implementation.
PGXADataSource() - クラスのコンストラクタ org.postgresql.xa.PGXADataSource
 
PGXADataSourceFactory - org.postgresql.xaのクラス
An ObjectFactory implementation for PGXADataSource-objects.
PGXADataSourceFactory() - クラスのコンストラクタ org.postgresql.xa.PGXADataSourceFactory
 
PGXAException - 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 - org.postgresql.xmlのインタフェース
 
physical() - インタフェースのメソッド org.postgresql.replication.fluent.ChainedCreateReplicationSlotBuilder
Create physical replication stream for process wal logs in binary form.
physical() - インタフェースのメソッド org.postgresql.replication.fluent.ChainedStreamBuilder
Create physical replication stream for process wal logs in binary form.
physical() - クラスのメソッド org.postgresql.replication.fluent.ReplicationCreateSlotBuilder
 
physical() - クラスのメソッド org.postgresql.replication.fluent.ReplicationStreamBuilder
 
PHYSICAL - 列挙の列挙型定数 org.postgresql.replication.ReplicationType
 
PhysicalCreateSlotBuilder - org.postgresql.replication.fluent.physicalのクラス
 
PhysicalCreateSlotBuilder(BaseConnection) - クラスのコンストラクタ org.postgresql.replication.fluent.physical.PhysicalCreateSlotBuilder
 
PhysicalReplicationOptions - org.postgresql.replication.fluent.physicalのインタフェース
 
PhysicalStreamBuilder - org.postgresql.replication.fluent.physicalのクラス
 
PhysicalStreamBuilder(StartPhysicalReplicationCallback) - クラスのコンストラクタ org.postgresql.replication.fluent.physical.PhysicalStreamBuilder
 
PI - クラスのstatic変数 org.postgresql.jdbc.EscapedFunctions
推奨されていません。
 
PKCS12KeyManager - org.postgresql.sslのクラス
 
PKCS12KeyManager(String, CallbackHandler) - クラスのコンストラクタ org.postgresql.ssl.PKCS12KeyManager
 
point - クラスの変数 org.postgresql.geometric.PGbox
These are the two points.
point - クラスの変数 org.postgresql.geometric.PGlseg
These are the two points.
POINT - クラスのstatic変数 org.postgresql.core.Oid
 
POINT_ARRAY - クラスのstatic変数 org.postgresql.core.Oid
 
points - クラスの変数 org.postgresql.geometric.PGpath
The points defining this path.
points - クラスの変数 org.postgresql.geometric.PGpolygon
The points defining the polygon.
POLYGON - クラスのstatic変数 org.postgresql.core.Oid
 
PoolingDataSource - org.postgresql.jdbc2.optionalのクラス
推奨されていません。
Since 42.0.0, see PGPoolingDataSource
PoolingDataSource() - クラスのコンストラクタ org.postgresql.jdbc2.optional.PoolingDataSource
推奨されていません。
 
port - クラスの変数 org.postgresql.util.HostSpec
 
position(byte[], long) - クラスのメソッド org.postgresql.jdbc.AbstractBlobClob
Iterate over the buffer looking for the specified pattern.
position(String, long) - クラスのメソッド org.postgresql.jdbc.PgClob
For now, this is not implemented.
position(Blob, long) - クラスのメソッド org.postgresql.jdbc.AbstractBlobClob
This is simply passing the byte value of the pattern Blob.
position(Clob, long) - クラスのメソッド org.postgresql.jdbc.PgClob
This should be simply passing the byte value of the pattern Blob.
POSTGRES_EPOCH_2000_01_01 - クラスのstatic変数 org.postgresql.core.v3.replication.V3PGReplicationStream
 
POWER - クラスのstatic変数 org.postgresql.jdbc.EscapedFunctions
推奨されていません。
 
PREFER - 列挙の列挙型定数 org.postgresql.jdbc.GSSEncMode
Start with encrypted connection, fallback to non-encrypted (default).
PREFER - 列挙の列挙型定数 org.postgresql.jdbc.SslMode
Start with encrypted connection, fallback to non-encrypted (default).
PREFER_QUERY_MODE - 列挙の列挙型定数 org.postgresql.PGProperty
Specifies which mode is used to execute queries to database: simple means ('Q' execute, no parse, no bind, text mode only), extended means always use bind/execute messages, extendedForPrepared means extended for prepared statements only, extendedCacheEverything means use extended protocol and try cache every statement (including Statement.execute(String sql)) in a query cache.
preferPrimary - 列挙の列挙型定数 org.postgresql.hostchooser.HostRequirement
 
PreferQueryMode - 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.
preferSecondary - 列挙の列挙型定数 org.postgresql.hostchooser.HostRequirement
 
prepare(Xid) - クラスのメソッド org.postgresql.xa.PGXAConnection
Prepares transaction.
PREPARE_THRESHOLD - 列挙の列挙型定数 org.postgresql.PGProperty
Sets the default threshold for enabling server-side prepare.
prepareCall(String) - クラスのメソッド org.postgresql.jdbc.PgConnection
 
prepareCall(String, int, int) - クラスのメソッド org.postgresql.jdbc.PgConnection
 
prepareCall(String, int, int, int) - クラスのメソッド org.postgresql.jdbc.PgConnection
 
PREPARED_STATEMENT_CACHE_QUERIES - 列挙の列挙型定数 org.postgresql.PGProperty
Specifies the maximum number of entries in cache of prepared statements.
PREPARED_STATEMENT_CACHE_SIZE_MIB - 列挙の列挙型定数 org.postgresql.PGProperty
Specifies the maximum size (in megabytes) of the prepared statement cache.
prepareStatement(String) - クラスのメソッド org.postgresql.jdbc.PgConnection
 
prepareStatement(String, int) - クラスのメソッド org.postgresql.jdbc.PgConnection
 
prepareStatement(String, int[]) - クラスのメソッド org.postgresql.jdbc.PgConnection
 
prepareStatement(String, int, int) - クラスのメソッド org.postgresql.jdbc.PgConnection
 
prepareStatement(String, int, int, int) - クラスのメソッド org.postgresql.jdbc.PgConnection
 
prepareStatement(String, String[]) - クラスのメソッド org.postgresql.jdbc.PgConnection
 
prepareThreshold - クラスの変数 org.postgresql.jdbc.PgConnection
 
previous() - クラスのメソッド org.postgresql.jdbc.PgResultSet
 
primary - 列挙の列挙型定数 org.postgresql.hostchooser.HostRequirement
 
Primary - 列挙の列挙型定数 org.postgresql.hostchooser.HostStatus
 
processNotifies() - インタフェースのメソッド org.postgresql.core.QueryExecutor
Prior to attempting to retrieve notifications, we need to pull any recently received notifications off of the network buffers.
processNotifies() - クラスのメソッド org.postgresql.core.v3.QueryExecutorImpl
 
processNotifies(int) - インタフェースのメソッド 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) - クラスのメソッド org.postgresql.core.v3.QueryExecutorImpl
 
processResults(ResultHandler, int) - クラスのメソッド org.postgresql.core.v3.QueryExecutorImpl
 
processResults(ResultHandler, int, boolean) - クラスのメソッド org.postgresql.core.v3.QueryExecutorImpl
 
processServerFirstMessage(int) - クラスのメソッド org.postgresql.jre7.sasl.ScramAuthenticator
 
processServerMechanismsAndInit() - クラスのメソッド org.postgresql.jre7.sasl.ScramAuthenticator
 
propertiesConsistencyCheck(Properties) - クラスのstaticメソッド org.postgresql.util.PGPropertyUtil
Validate properties.
PROTOCOL_VERSION - 列挙の列挙型定数 org.postgresql.PGProperty
Force use of a particular protocol version when connecting, if set, disables protocol version fallback.
PROTOCOL_VIOLATION - 列挙の列挙型定数 org.postgresql.util.PSQLState
The server sent us a response the driver was not prepared for and is either bizarre datastream corruption, a driver bug, or a protocol violation on the server's part.
Provider<T> - org.postgresql.coreのインタフェース
Represents a provider of results.
PSQLException - org.postgresql.utilの例外
 
PSQLException(String, PSQLState) - 例外のコンストラクタ org.postgresql.util.PSQLException
 
PSQLException(String, PSQLState, Throwable) - 例外のコンストラクタ org.postgresql.util.PSQLException
 
PSQLException(ServerErrorMessage) - 例外のコンストラクタ org.postgresql.util.PSQLException
 
PSQLException(ServerErrorMessage, boolean) - 例外のコンストラクタ org.postgresql.util.PSQLException
 
PSQLSavepoint - org.postgresql.jdbcのクラス
 
PSQLSavepoint(int) - クラスのコンストラクタ org.postgresql.jdbc.PSQLSavepoint
 
PSQLSavepoint(String) - クラスのコンストラクタ org.postgresql.jdbc.PSQLSavepoint
 
PSQLState - org.postgresql.utilの列挙
This class is used for holding SQLState codes.
PSQLWarning - org.postgresql.utilの例外
 
PSQLWarning(ServerErrorMessage) - 例外のコンストラクタ org.postgresql.util.PSQLWarning
 
publish(LogRecord) - クラスのメソッド org.postgresql.util.LogWriterHandler
 
purgeTimerTasks() - インタフェースのメソッド org.postgresql.core.BaseConnection
Invoke purge() on the underlying shared Timer so that internal resources will be released.
purgeTimerTasks() - クラスのメソッド org.postgresql.jdbc.PgConnection
 
put(Key, Value) - クラスのメソッド org.postgresql.util.LruCache
Returns given value to the cache.
putAll(Map<Key, Value>) - クラスのメソッド org.postgresql.util.LruCache
Puts all the values from the given map into the cache.

Q

QUARTER - クラスのstatic変数 org.postgresql.jdbc.EscapedFunctions
推奨されていません。
 
query - クラスの変数 org.postgresql.core.CachedQuery
 
Query - org.postgresql.coreのインタフェース
Abstraction of a generic Query, hiding the details of any protocol-version-specific data needed to execute the query efficiently.
QUERY_BOTH_ROWS_AND_STATUS - インタフェースのstatic変数 org.postgresql.core.QueryExecutor
Flag for query execution used by generated keys where we want to receive both the ResultSet and associated update count from the command status.
QUERY_CANCELED - 列挙の列挙型定数 org.postgresql.util.PSQLState
 
QUERY_DESCRIBE_ONLY - インタフェースのstatic変数 org.postgresql.core.QueryExecutor
Flag for query execution when we don't really want to execute, we just want to get the parameter metadata for the statement.
QUERY_DISALLOW_BATCHING - インタフェースのstatic変数 org.postgresql.core.QueryExecutor
推奨されていません。
in PgJDBC 9.4 as we now auto-size batches.
QUERY_EXECUTE_AS_SIMPLE - インタフェースのstatic変数 org.postgresql.core.QueryExecutor
Execute the query via simple 'Q' command (not parse, bind, exec, but simple execute).
QUERY_FORCE_DESCRIBE_PORTAL - インタフェースのstatic変数 org.postgresql.core.QueryExecutor
Force this query to be described at each execution.
QUERY_FORWARD_CURSOR - インタフェースのstatic変数 org.postgresql.core.QueryExecutor
Flag for query execution that indicates a forward-fetch-capable cursor should be used if possible.
QUERY_NO_BINARY_TRANSFER - インタフェースのstatic変数 org.postgresql.core.QueryExecutor
Flag for query execution to avoid using binary transfer.
QUERY_NO_METADATA - インタフェースのstatic変数 org.postgresql.core.QueryExecutor
Flag for query execution that indicates that resultset metadata isn't needed and can be safely omitted.
QUERY_NO_RESULTS - インタフェースのstatic変数 org.postgresql.core.QueryExecutor
Flag for query execution that indicates that a resultset isn't expected and the query executor can safely discard any rows (although the resultset should still appear to be from a resultset-returning query).
QUERY_ONESHOT - インタフェースのstatic変数 org.postgresql.core.QueryExecutor
Flag for query execution that indicates the given Query object is unlikely to be reused.
QUERY_READ_ONLY_HINT - インタフェースのstatic変数 org.postgresql.core.QueryExecutor
Flag indicating that when beginning a transaction, it should be read only.
QUERY_SUPPRESS_BEGIN - インタフェースのstatic変数 org.postgresql.core.QueryExecutor
Flag for query execution that indicates the automatic BEGIN on the first statement when outside a transaction should not be done.
QueryExecutor - org.postgresql.coreのインタフェース
Abstracts the protocol-specific details of executing a query.
QueryExecutorBase - org.postgresql.coreのクラス
 
QueryExecutorBase(PGStream, int, Properties) - クラスのコンストラクタ org.postgresql.core.QueryExecutorBase
 
QueryExecutorCloseAction - org.postgresql.coreのクラス
The action performs connection cleanup, so it is properly terminated from the backend point of view.
QueryExecutorCloseAction(PGStream) - クラスのコンストラクタ org.postgresql.core.QueryExecutorCloseAction
 
QueryExecutorImpl - org.postgresql.core.v3のクラス
QueryExecutor implementation for the V3 protocol.
QueryExecutorImpl(PGStream, int, Properties) - クラスのコンストラクタ org.postgresql.core.v3.QueryExecutorImpl
 
QUOTE_RETURNING_IDENTIFIERS - 列挙の列挙型定数 org.postgresql.PGProperty
Quote returning columns.
quotelessTableName(String) - クラスのstaticメソッド org.postgresql.jdbc.PgResultSet
Cracks out the table name and schema (if it exists) from a fully qualified table name.

R

RADIANS - クラスのstatic変数 org.postgresql.jdbc.EscapedFunctions
推奨されていません。
 
radius - クラスの変数 org.postgresql.geometric.PGcircle
This is the radius.
read() - クラスのメソッド org.postgresql.copy.PGCopyInputStream
 
read() - クラスのメソッド org.postgresql.core.v3.replication.V3PGReplicationStream
 
read() - クラスのメソッド org.postgresql.core.VisibleBufferedInputStream
read() - クラスのメソッド org.postgresql.gss.GSSInputStream
 
read() - クラスのメソッド org.postgresql.largeobject.BlobInputStream
The minimum required to implement input stream.
read() - インタフェースのメソッド org.postgresql.replication.PGReplicationStream
Read next wal record from backend.
read() - クラスのメソッド org.postgresql.util.ReaderInputStream
 
read(byte[]) - クラスのメソッド org.postgresql.copy.PGCopyInputStream
 
read(byte[], int, int) - クラスのメソッド org.postgresql.copy.PGCopyInputStream
 
read(byte[], int, int) - クラスのメソッド org.postgresql.core.VisibleBufferedInputStream
read(byte[], int, int) - クラスのメソッド org.postgresql.gss.GSSInputStream
 
read(byte[], int, int) - クラスのメソッド org.postgresql.largeobject.BlobInputStream
 
read(byte[], int, int) - クラスのメソッド org.postgresql.largeobject.LargeObject
Reads some data from the object into an existing array.
read(byte[], int, int) - クラスのメソッド org.postgresql.util.ReaderInputStream
 
read(int) - クラスのメソッド org.postgresql.largeobject.LargeObject
Reads some data from the object, and return as a byte[] array.
READ - クラスのstatic変数 org.postgresql.largeobject.LargeObjectManager
This mode indicates we want to read an object.
READ_ONLY - 列挙の列挙型定数 org.postgresql.PGProperty
Puts this connection in read-only mode.
READ_ONLY_MODE - 列挙の列挙型定数 org.postgresql.PGProperty
Connection parameter to control behavior when Connection.setReadOnly(boolean) is set to true.
readBaseObject(ObjectInputStream) - クラスのメソッド org.postgresql.ds.common.BaseDataSource
 
ReaderInputStream - 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) - クラスのコンストラクタ org.postgresql.util.ReaderInputStream
 
readFromCopy() - インタフェースのメソッド org.postgresql.copy.CopyOut
Blocks wait for a row of data to be received from server on an active copy operation.
readFromCopy() - クラスのメソッド org.postgresql.copy.PGCopyInputStream
 
readFromCopy() - クラスのメソッド org.postgresql.core.v3.CopyDualImpl
 
readFromCopy() - クラスのメソッド org.postgresql.core.v3.CopyOutImpl
 
readFromCopy(boolean) - インタフェースのメソッド org.postgresql.copy.CopyOut
Wait for a row of data to be received from server on an active copy operation.
readFromCopy(boolean) - クラスのメソッド org.postgresql.copy.PGCopyInputStream
 
readFromCopy(boolean) - クラスのメソッド org.postgresql.core.v3.CopyDualImpl
 
readFromCopy(boolean) - クラスのメソッド org.postgresql.core.v3.CopyOutImpl
 
readOnlyCopy() - クラスのメソッド org.postgresql.core.Tuple
Create a read-only copy of the tuple
readPending() - クラスのメソッド org.postgresql.core.v3.replication.V3PGReplicationStream
 
readPending() - インタフェースのメソッド org.postgresql.replication.PGReplicationStream
Read next WAL record from backend.
readRaw() - クラスのメソッド org.postgresql.core.VisibleBufferedInputStream
Reads byte from the buffer without any checks.
readStartupMessages() - クラスのメソッド org.postgresql.core.v3.QueryExecutorImpl
 
READWRITE - クラスのstatic変数 org.postgresql.largeobject.LargeObjectManager
This mode is the default.
receive(byte[], int, int) - クラスのメソッド org.postgresql.core.PGStream
Reads in a given number of bytes from the backend.
receive(byte[], int, int, boolean) - クラスのメソッド org.postgresql.core.PGStream
Reads in a given number of bytes from the backend.
receive(int) - クラスのメソッド org.postgresql.core.PGStream
Reads in a given number of bytes from the backend.
RECEIVE_BUFFER_SIZE - 列挙の列挙型定数 org.postgresql.PGProperty
Socket read buffer size (SO_RECVBUF).
receiveCanonicalString() - クラスのメソッド org.postgresql.core.PGStream
Receives a null-terminated string from the backend and attempts to decode to a canonical String.
receiveCanonicalStringIfPresent() - クラスのメソッド org.postgresql.core.PGStream
Receives a null-terminated string from the backend and attempts to decode to a canonical String.
receiveChar() - クラスのメソッド org.postgresql.core.PGStream
Receives a single character from the backend.
receiveEOF() - クラスのメソッド org.postgresql.core.PGStream
Consume an expected EOF from the backend.
receiveErrorString(int) - クラスのメソッド org.postgresql.core.PGStream
Receives a fixed-size string from the backend, and tries to avoid "UTF-8 decode failed" errors.
receiveInteger2() - クラスのメソッド org.postgresql.core.PGStream
Receives a two byte integer from the backend.
receiveInteger2(boolean) - クラスのメソッド org.postgresql.core.PGStream
Receives a two byte integer from the backend.
receiveInteger4() - クラスのメソッド org.postgresql.core.PGStream
Receives a four byte integer from the backend.
receiveInteger4(boolean) - クラスのメソッド org.postgresql.core.PGStream
Receives a four byte integer from the backend.
receiveParameterStatus() - クラスのメソッド org.postgresql.core.v3.QueryExecutorImpl
 
receiveString() - クラスのメソッド org.postgresql.core.PGStream
Receives a null-terminated string from the backend.
receiveString(int) - クラスのメソッド org.postgresql.core.PGStream
Receives a fixed-size string from the backend.
receiveTupleV3() - クラスのメソッド org.postgresql.core.PGStream
Read a tuple from the back end.
recover(int) - クラスのメソッド org.postgresql.xa.PGXAConnection
Recovers transaction.
REF_CURSOR - クラスのstatic変数 org.postgresql.core.Oid
 
REF_CURSOR_ARRAY - クラスのstatic変数 org.postgresql.core.Oid
 
refreshRow() - クラスのメソッド org.postgresql.jdbc.PgResultSet
 
register() - クラスのstaticメソッド org.postgresql.Driver
Register the driver against DriverManager.
register(int, ArrayAssistant) - クラスのstaticメソッド org.postgresql.jdbc2.ArrayAssistantRegistry
 
register(Object, LazyCleaner.CleaningAction<T>) - クラスのメソッド org.postgresql.util.LazyCleaner
 
registerOutParameter(int, int) - インタフェースのメソッド org.postgresql.core.ParameterList
 
relative(int) - クラスのメソッド org.postgresql.jdbc.PgResultSet
 
releaseQuery(CachedQuery) - インタフェースのメソッド org.postgresql.core.QueryExecutor
 
releaseQuery(CachedQuery) - クラスのメソッド org.postgresql.core.QueryExecutorBase
 
releaseSavepoint(Savepoint) - クラスのメソッド org.postgresql.jdbc.PgConnection
 
releaseTimer() - クラスのメソッド org.postgresql.util.SharedTimer
 
remaining() - クラスのメソッド org.postgresql.core.FixedLengthOutputStream
 
remove(String, String) - クラスのメソッド org.postgresql.util.PGtokenizer
This removes the lead/trailing strings from all tokens.
remove(String, String, String) - クラスのstaticメソッド org.postgresql.util.PGtokenizer
This removes the lead/trailing strings from a string.
removeAngle() - クラスのメソッド org.postgresql.util.PGtokenizer
Removes < and > from the beginning and end of all tokens.
removeAngle(String) - クラスのstaticメソッド org.postgresql.util.PGtokenizer
Removes < and > from the beginning and end of a string.
removeBinaryReceiveOid(int) - インタフェースのメソッド org.postgresql.core.QueryExecutor
Remove given oid from the list of oids for binary receive encoding.
removeBinaryReceiveOid(int) - クラスのメソッド org.postgresql.core.v3.QueryExecutorImpl
 
removeBinarySendOid(int) - インタフェースのメソッド org.postgresql.core.QueryExecutor
Remove given oid from the list of oids for binary send encoding.
removeBinarySendOid(int) - クラスのメソッド org.postgresql.core.v3.QueryExecutorImpl
 
removeBox() - クラスのメソッド org.postgresql.util.PGtokenizer
Removes [ and ] from the beginning and end of all tokens.
removeBox(String) - クラスのstaticメソッド org.postgresql.util.PGtokenizer
Removes [ and ] from the beginning and end of a string.
removeConnectionEventListener(ConnectionEventListener) - クラスのメソッド org.postgresql.ds.PGPooledConnection
Removes a listener for close or fatal error events on the connection handed out to a client.
removeCurlyBrace() - クラスのメソッド org.postgresql.util.PGtokenizer
Removes < and > from the beginning and end of all tokens.
removeCurlyBrace(String) - クラスのstaticメソッド org.postgresql.util.PGtokenizer
Removes curly braces { and } from the beginning and end of a string.
removePara() - クラスのメソッド org.postgresql.util.PGtokenizer
Removes ( and ) from the beginning and end of all tokens.
removePara(String) - クラスのstaticメソッド org.postgresql.util.PGtokenizer
Removes ( and ) from the beginning and end of a string.
removeQuery(boolean, Query) - クラスのメソッド org.postgresql.core.v3.adaptivefetch.AdaptiveFetchCache
Remove query information from caching.
removeQueryFromAdaptiveFetchCache(boolean, ResultCursor) - インタフェースのメソッド org.postgresql.core.QueryExecutor
Remove query from adaptive fetch cache inside QueryExecutor
removeQueryFromAdaptiveFetchCache(boolean, ResultCursor) - クラスのメソッド org.postgresql.core.v3.QueryExecutorImpl
 
removeStatementEventListener(StatementEventListener) - クラスのメソッド org.postgresql.ds.PGPooledConnection
 
removeStoredDataSource() - クラスのメソッド org.postgresql.ds.PGPoolingDataSource
推奨されていません。
 
REPEAT - クラスのstatic変数 org.postgresql.jdbc.EscapedFunctions
推奨されていません。
 
REPLACE - クラスのstatic変数 org.postgresql.jdbc.EscapedFunctions
推奨されていません。
 
replaceProcessing(String, boolean, boolean) - クラスのstaticメソッド org.postgresql.core.Parser
Filter the SQL string of Java SQL Escape clauses.
replaceProcessingEnabled - クラスの変数 org.postgresql.jdbc.PgStatement
 
REPLICATION - 列挙の列挙型定数 org.postgresql.PGProperty
Connection parameter passed in the startup message.
ReplicationCreateSlotBuilder - org.postgresql.replication.fluentのクラス
 
ReplicationCreateSlotBuilder(BaseConnection) - クラスのコンストラクタ org.postgresql.replication.fluent.ReplicationCreateSlotBuilder
 
ReplicationProtocol - org.postgresql.coreのインタフェース
Abstracts the protocol-specific details of physic and logic replication.
ReplicationSlotInfo - org.postgresql.replicationのクラス
Information returned on replication slot creation.
ReplicationSlotInfo(String, ReplicationType, LogSequenceNumber, String, String) - クラスのコンストラクタ org.postgresql.replication.ReplicationSlotInfo
 
replicationStream() - インタフェースのメソッド org.postgresql.replication.PGReplicationConnection
After start replication stream this connection not available to use for another queries until replication stream will not close.
replicationStream() - クラスのメソッド org.postgresql.replication.PGReplicationConnectionImpl
 
ReplicationStreamBuilder - org.postgresql.replication.fluentのクラス
 
ReplicationStreamBuilder(BaseConnection) - クラスのコンストラクタ org.postgresql.replication.fluent.ReplicationStreamBuilder
 
ReplicationType - org.postgresql.replicationの列挙
 
reportHostStatus(HostSpec, HostStatus) - クラスのstaticメソッド org.postgresql.hostchooser.GlobalHostStatusTracker
Store the actual observed host status.
REQUIRE - 列挙の列挙型定数 org.postgresql.jdbc.GSSEncMode
Ensure connection is encrypted.
REQUIRE - 列挙の列挙型定数 org.postgresql.jdbc.SslMode
Ensure connection is encrypted.
requireEncryption() - 列挙のメソッド org.postgresql.jdbc.GSSEncMode
 
requireEncryption() - 列挙のメソッド org.postgresql.jdbc.SslMode
 
requiresQuoting(int) - インタフェースのメソッド org.postgresql.core.TypeInfo
 
requiresQuoting(int) - クラスのメソッド org.postgresql.jdbc.TypeInfoCache
 
requiresQuotingSqlType(int) - インタフェースのメソッド org.postgresql.core.TypeInfo
Returns true if particular sqlType requires quoting.
requiresQuotingSqlType(int) - クラスのメソッド org.postgresql.jdbc.TypeInfoCache
Returns true if particular sqlType requires quoting.
reset() - クラスのメソッド org.postgresql.largeobject.BlobInputStream
Repositions this stream to the position at the time the mark method was last called on this input stream.
resetNeedUpdateFieldFormats() - クラスのメソッド org.postgresql.core.v3.BatchedQuery
 
resolveEntity(String, String) - クラスのメソッド org.postgresql.xml.EmptyStringEntityResolver
 
ResourceLock - org.postgresql.jdbcのクラス
Extends a ReentrantLock for use in try-with-resources block.
ResourceLock() - クラスのコンストラクタ org.postgresql.jdbc.ResourceLock
 
result - クラスの変数 org.postgresql.core.EncodingPredictor.DecodeResult
 
result - クラスの変数 org.postgresql.jdbc.PgStatement
The current results.
ResultCursor - org.postgresql.coreのインタフェース
Abstraction of a cursor over a returned resultset.
ResultHandler - org.postgresql.coreのインタフェース
Callback interface for passing query results from the protocol-specific layer to the protocol-independent JDBC implementation code.
ResultHandlerBase - org.postgresql.coreのクラス
Empty implementation of ResultHandler interface.
ResultHandlerBase() - クラスのコンストラクタ org.postgresql.core.ResultHandlerBase
 
ResultHandlerDelegate - org.postgresql.coreのクラス
Internal to the driver class, please do not use in the application.
ResultHandlerDelegate(ResultHandler) - クラスのコンストラクタ org.postgresql.core.ResultHandlerDelegate
 
resultsettype - クラスの変数 org.postgresql.jdbc.PgStatement
 
ResultWrapper - org.postgresql.jdbcのクラス
Helper class that storing result info.
ResultWrapper(long, long) - クラスのコンストラクタ org.postgresql.jdbc.ResultWrapper
 
ResultWrapper(ResultSet) - クラスのコンストラクタ org.postgresql.jdbc.ResultWrapper
 
returnsRows() - クラスのメソッド org.postgresql.core.SqlCommand
 
REWRITE_BATCHED_INSERTS - 列挙の列挙型定数 org.postgresql.PGProperty
Configure optimization to enable batch insert re-writing.
RIGHT - クラスのstatic変数 org.postgresql.jdbc.EscapedFunctions
推奨されていません。
 
rollback() - クラスのメソッド org.postgresql.jdbc.PgConnection
 
rollback(Savepoint) - クラスのメソッド org.postgresql.jdbc.PgConnection
 
rollback(Xid) - クラスのメソッド org.postgresql.xa.PGXAConnection
Preconditions:
ROUND - クラスのstatic変数 org.postgresql.jdbc.EscapedFunctions
推奨されていません。
 
rowDeleted() - クラスのメソッド org.postgresql.jdbc.PgResultSet
 
rowInserted() - クラスのメソッド org.postgresql.jdbc.PgResultSet
 
rowOffset - クラスの変数 org.postgresql.jdbc.PgResultSet
 
rows - クラスの変数 org.postgresql.jdbc.PgResultSet
 
rowUpdated() - クラスのメソッド org.postgresql.jdbc.PgResultSet
 
RTRIM - クラスのstatic変数 org.postgresql.jdbc.EscapedFunctions
推奨されていません。
 
run() - クラスのメソッド org.postgresql.gss.GssEncAction
 
run() - クラスのメソッド org.postgresql.jdbc.PgConnection.AbortCommand
 
run(QueryExecutor, String, boolean) - クラスのstaticメソッド org.postgresql.core.SetupQueryRunner
 

S

SASL - 列挙の列挙型定数 org.postgresql.plugin.AuthenticationRequestType
 
scale(int) - クラスのメソッド org.postgresql.util.PGInterval
Scale this interval by an integer factor.
scanCStringLength() - クラスのメソッド org.postgresql.core.VisibleBufferedInputStream
Scans the length of the next null terminated string (C-style string) from the stream.
scanCStringLength(boolean) - クラスのメソッド org.postgresql.core.VisibleBufferedInputStream
Scans the length of the next null terminated string (C-style string) from the stream.
ScramAuthenticator - org.postgresql.jre7.saslのクラス
 
ScramAuthenticator(String, String, PGStream) - クラスのコンストラクタ org.postgresql.jre7.sasl.ScramAuthenticator
 
SECOND - クラスのstatic変数 org.postgresql.jdbc.EscapedFunctions
推奨されていません。
 
secondary - 列挙の列挙型定数 org.postgresql.hostchooser.HostRequirement
 
Secondary - 列挙の列挙型定数 org.postgresql.hostchooser.HostStatus
 
secureProgress() - インタフェースのメソッド org.postgresql.core.ResultHandler
Callback for batch statements.
secureProgress() - クラスのメソッド org.postgresql.core.ResultHandlerBase
 
secureProgress() - クラスのメソッド org.postgresql.core.ResultHandlerDelegate
 
secureProgress() - クラスのメソッド org.postgresql.jdbc.BatchResultHandler
 
seek(int) - クラスのメソッド org.postgresql.largeobject.LargeObject
Sets the current position within the object.
seek(int, int) - クラスのメソッド org.postgresql.largeobject.LargeObject
Sets the current position within the object.
SEEK_CUR - クラスのstatic変数 org.postgresql.largeobject.LargeObject
Indicates a seek from the current position.
SEEK_END - クラスのstatic変数 org.postgresql.largeobject.LargeObject
Indicates a seek from the end of a file.
SEEK_SET - クラスのstatic変数 org.postgresql.largeobject.LargeObject
Indicates a seek from the beginning of a file.
seek64(long, int) - クラスのメソッド org.postgresql.largeobject.LargeObject
Sets the current position within the object using 64-bit value (9.3+).
SELECT - 列挙の列挙型定数 org.postgresql.core.SqlCommandType
 
SELECT - 列挙の列挙型定数 org.postgresql.jdbc.EscapeSyntaxCallMode
 
self() - クラスのメソッド org.postgresql.replication.fluent.AbstractCreateSlotBuilder
 
self() - クラスのメソッド org.postgresql.replication.fluent.AbstractStreamBuilder
 
self() - クラスのメソッド org.postgresql.replication.fluent.logical.LogicalCreateSlotBuilder
 
self() - クラスのメソッド org.postgresql.replication.fluent.logical.LogicalStreamBuilder
 
self() - クラスのメソッド org.postgresql.replication.fluent.physical.PhysicalCreateSlotBuilder
 
self() - クラスのメソッド org.postgresql.replication.fluent.physical.PhysicalStreamBuilder
 
send(byte[]) - クラスのメソッド org.postgresql.core.PGStream
Send an array of bytes to the backend.
send(byte[], int) - クラスのメソッド org.postgresql.core.PGStream
Send a fixed-size array of bytes to the backend.
send(byte[], int, int) - クラスのメソッド org.postgresql.core.PGStream
Send a fixed-size array of bytes to the backend.
send(ByteStreamWriter) - クラスのメソッド org.postgresql.core.PGStream
Send a fixed-size array of bytes to the backend.
SEND_BUFFER_SIZE - 列挙の列挙型定数 org.postgresql.PGProperty
Socket write buffer size (SO_SNDBUF).
sendChar(int) - クラスのメソッド org.postgresql.core.PGStream
Sends a single character to the back end.
sendCloseMessage() - クラスのメソッド org.postgresql.core.QueryExecutorBase
推奨されていません。
sendCloseMessage() - クラスのメソッド org.postgresql.core.v3.QueryExecutorImpl
 
sendCloseMessage(PGStream) - クラスのメソッド org.postgresql.core.QueryExecutorCloseAction
 
sendInteger2(int) - クラスのメソッド org.postgresql.core.PGStream
Sends a 2-byte integer (short) to the back end.
sendInteger4(int) - クラスのメソッド org.postgresql.core.PGStream
Sends a 4-byte integer to the back end.
sendQueryCancel() - インタフェースのメソッド org.postgresql.core.QueryExecutor
Sends a query cancellation for this connection.
sendQueryCancel() - クラスのメソッド org.postgresql.core.QueryExecutorBase
 
sendScramClientFirstMessage() - クラスのメソッド org.postgresql.jre7.sasl.ScramAuthenticator
 
sendStream(InputStream, int) - クラスのメソッド org.postgresql.core.PGStream
Copy data from an input stream to the connection.
SERIALIZATION_FAILURE - 列挙の列挙型定数 org.postgresql.util.PSQLState
 
ServerErrorMessage - org.postgresql.utilのクラス
 
ServerErrorMessage(String) - クラスのコンストラクタ org.postgresql.util.ServerErrorMessage
 
ServerErrorMessage(EncodingPredictor.DecodeResult) - クラスのコンストラクタ org.postgresql.util.ServerErrorMessage
 
ServerVersion - org.postgresql.coreの列挙
Enumeration for PostgreSQL versions.
SERVICE - 列挙の列挙型定数 org.postgresql.PGProperty
Service name to use for additional parameters.
set(int, byte[]) - クラスのメソッド org.postgresql.core.Tuple
Set the given field to the given data.
set(Properties, boolean) - 列挙のメソッド org.postgresql.PGProperty
Set the boolean value for this connection parameter in the given Properties.
set(Properties, int) - 列挙のメソッド org.postgresql.PGProperty
Set the int value for this connection parameter in the given Properties.
set(Properties, String) - 列挙のメソッド org.postgresql.PGProperty
Set the value for this connection parameter in the given Properties.
setAdaptiveFetch(boolean) - インタフェースのメソッド org.postgresql.core.QueryExecutor
Set state of adaptive fetch inside QueryExecutor.
setAdaptiveFetch(boolean) - クラスのメソッド org.postgresql.core.v3.adaptivefetch.AdaptiveFetchCache
Set state of adaptive fetch.
setAdaptiveFetch(boolean) - クラスのメソッド org.postgresql.core.v3.QueryExecutorImpl
 
setAdaptiveFetch(boolean) - クラスのメソッド org.postgresql.ds.common.BaseDataSource
 
setAdaptiveFetch(boolean) - クラスのメソッド org.postgresql.jdbc.PgConnection
 
setAdaptiveFetch(boolean) - クラスのメソッド org.postgresql.jdbc.PgResultSet
Turn on/off adaptive fetch for ResultSet.
setAdaptiveFetch(boolean) - クラスのメソッド org.postgresql.jdbc.PgStatement
 
setAdaptiveFetch(boolean) - インタフェースのメソッド org.postgresql.PGConnection
Turn on/off adaptive fetch for connection.
setAdaptiveFetch(boolean) - インタフェースのメソッド org.postgresql.PGStatement
Turn on/off adaptive fetch for statement.
setAdaptiveFetchMaximum(int) - クラスのメソッド org.postgresql.ds.common.BaseDataSource
 
setAdaptiveFetchMinimum(int) - クラスのメソッド org.postgresql.ds.common.BaseDataSource
 
setAllowEncodingChanges(boolean) - クラスのメソッド org.postgresql.ds.common.BaseDataSource
 
setApplicationName(String) - クラスのメソッド org.postgresql.ds.common.BaseDataSource
 
setApplicationName(String) - クラスのメソッド org.postgresql.core.v3.QueryExecutorImpl
 
setAppliedLSN(LogSequenceNumber) - クラスのメソッド org.postgresql.core.v3.replication.V3PGReplicationStream
 
setAppliedLSN(LogSequenceNumber) - インタフェースのメソッド org.postgresql.replication.PGReplicationStream
Inform backend which LSN has been applied on standby.
setAsciiStream(long) - クラスのメソッド org.postgresql.jdbc.PgClob
 
setAssumeMinServerVersion(String) - クラスのメソッド org.postgresql.ds.common.BaseDataSource
 
setAuthenticationPluginClassName(String) - クラスのメソッド org.postgresql.ds.common.BaseDataSource
 
setAutoCommit(boolean) - クラスのメソッド org.postgresql.jdbc.PgConnection
 
setAutosave(AutoSave) - クラスのメソッド org.postgresql.ds.common.BaseDataSource
 
setAutosave(AutoSave) - クラスのメソッド org.postgresql.jdbc.PgConnection
 
setAutosave(AutoSave) - インタフェースのメソッド org.postgresql.PGConnection
Configures if connection should use automatic savepoints.
setAutoSave(AutoSave) - インタフェースのメソッド org.postgresql.core.QueryExecutor
 
setAutoSave(AutoSave) - クラスのメソッド org.postgresql.core.QueryExecutorBase
 
setBackendKeyData(int, int) - クラスのメソッド org.postgresql.core.QueryExecutorBase
 
setBinaryParameter(int, byte[], int) - インタフェースのメソッド org.postgresql.core.ParameterList
Binds given byte[] value to a parameter.
setBinaryReceiveOids(Set<Integer>) - インタフェースのメソッド org.postgresql.core.QueryExecutor
Sets the oids that should be received using binary encoding.
setBinaryReceiveOids(Set<Integer>) - クラスのメソッド org.postgresql.core.v3.QueryExecutorImpl
 
setBinarySendOids(Set<Integer>) - インタフェースのメソッド org.postgresql.core.QueryExecutor
Sets the oids that should be sent using binary encoding.
setBinarySendOids(Set<Integer>) - クラスのメソッド org.postgresql.core.v3.QueryExecutorImpl
 
setBinaryStream() - クラスのメソッド org.postgresql.jdbc.PgSQLXML
 
setBinaryStream(long) - クラスのメソッド org.postgresql.jdbc.AbstractBlobClob
 
setBinaryTransfer(boolean) - クラスのメソッド org.postgresql.ds.common.BaseDataSource
 
setBinaryTransferDisable(String) - クラスのメソッド org.postgresql.ds.common.BaseDataSource
 
setBinaryTransferEnable(String) - クラスのメソッド org.postgresql.ds.common.BaseDataSource
 
setBytea(int, byte[], int, int) - インタフェースのメソッド org.postgresql.core.ParameterList
Binds a binary bytea value stored as a bytearray to a parameter.
setBytea(int, InputStream) - インタフェースのメソッド org.postgresql.core.ParameterList
Binds a binary bytea value stored as an InputStream.
setBytea(int, InputStream, int) - インタフェースのメソッド org.postgresql.core.ParameterList
Binds a binary bytea value stored as an InputStream.
setBytea(int, ByteStreamWriter) - インタフェースのメソッド org.postgresql.core.ParameterList
Binds a binary bytea value stored as a ByteStreamWriter.
setBytes(long, byte[]) - クラスのメソッド org.postgresql.jdbc.PgBlob
 
setBytes(long, byte[], int, int) - クラスのメソッド org.postgresql.jdbc.PgBlob
 
setByteValue(byte[], int) - クラスのメソッド org.postgresql.geometric.PGbox
 
setByteValue(byte[], int) - クラスのメソッド org.postgresql.geometric.PGpoint
 
setByteValue(byte[], int) - インタフェースのメソッド org.postgresql.util.PGBinaryObject
This method is called to set the value of this object.
setCalendar(Calendar) - クラスのメソッド org.postgresql.util.PGTime
Sets the calendar object for this time.
setCalendar(Calendar) - クラスのメソッド org.postgresql.util.PGTimestamp
Sets the calendar object for this timestamp.
setCancelSignalTimeout(int) - クラスのメソッド org.postgresql.ds.common.BaseDataSource
 
setCatalog(String) - クラスのメソッド org.postgresql.jdbc.PgConnection
 
setCharacterStream() - クラスのメソッド org.postgresql.jdbc.PgSQLXML
 
setCharacterStream(long) - クラスのメソッド org.postgresql.jdbc.PgClob
 
setCleanupSavepoints(boolean) - クラスのメソッド org.postgresql.ds.common.BaseDataSource
see PGProperty#CLEANUP_SAVEPOINTS
setCleanupSavePoints(boolean) - クラスのメソッド org.postgresql.ds.common.BaseDataSource
 
setClientInfo(String, String) - クラスのメソッド org.postgresql.jdbc.PgConnection
 
setClientInfo(Properties) - クラスのメソッド org.postgresql.jdbc.PgConnection
 
setCM(boolean) - クラスのメソッド org.postgresql.core.PGStream
 
setCmStatusMode(String) - クラスのメソッド org.postgresql.ds.common.BaseDataSource
 
setCMStream(PGStream) - クラスのメソッド org.postgresql.core.PGStream
 
setConnectTimeout(int) - クラスのメソッド org.postgresql.ds.common.BaseDataSource
 
setCounter(int) - クラスのメソッド org.postgresql.core.v3.adaptivefetch.AdaptiveFetchCacheEntry
 
setCurrentSchema(String) - クラスのメソッド org.postgresql.ds.common.BaseDataSource
 
setCursorName(String) - クラスのメソッド org.postgresql.jdbc.PgConnection
In SQL, a result table can be retrieved through a cursor that is named.
setCursorName(String) - クラスのメソッド org.postgresql.jdbc.PgStatement
 
setDatabaseMetadataCacheFields(int) - クラスのメソッド org.postgresql.ds.common.BaseDataSource
 
setDatabaseMetadataCacheFieldsMiB(int) - クラスのメソッド org.postgresql.ds.common.BaseDataSource
 
setDatabaseName(String) - クラスのメソッド org.postgresql.ds.common.BaseDataSource
Sets the name of the PostgreSQL database, running on the server identified by the serverName property.
setDatabaseName(String) - クラスのメソッド org.postgresql.ds.PGPoolingDataSource
推奨されていません。
Ensures the DataSource properties are not changed after the DataSource has been used.
setDataSourceName(String) - クラスのメソッド org.postgresql.ds.PGPoolingDataSource
推奨されていません。
Sets the name of this DataSource.
setDays(int) - クラスのメソッド org.postgresql.util.PGInterval
Set the days of this interval to the specified value.
setDefaultAutoCommit(boolean) - クラスのメソッド org.postgresql.ds.PGConnectionPoolDataSource
Sets whether connections supplied by this pool will have autoCommit turned on by default.
setDefaultFetchSize(int) - クラスのメソッド org.postgresql.jdbc.PgConnection
 
setDefaultFetchSize(int) - インタフェースのメソッド org.postgresql.PGConnection
Set the default fetch size for statements created from this connection.
setDefaultRowFetchSize(int) - クラスのメソッド org.postgresql.ds.common.BaseDataSource
 
setDisableColumnSanitiser(boolean) - クラスのメソッド org.postgresql.ds.common.BaseDataSource
 
setDisableColumnSanitiser(boolean) - クラスのメソッド org.postgresql.jdbc.PgConnection
 
setEnableFdwAcs(String) - クラスのメソッド org.postgresql.ds.common.BaseDataSource
 
setEncoding(Encoding) - クラスのメソッド org.postgresql.core.PGStream
Change the encoding used by this connection.
setEncoding(Encoding) - クラスのメソッド org.postgresql.core.QueryExecutorBase
 
setEscapeProcessing(boolean) - クラスのメソッド org.postgresql.jdbc.PgStatement
 
setEscapeSyntaxCallMode(String) - クラスのメソッド org.postgresql.ds.common.BaseDataSource
 
setFetchDirection(int) - クラスのメソッド org.postgresql.jdbc.PgResultSet
 
setFetchDirection(int) - クラスのメソッド org.postgresql.jdbc.PgStatement
 
setFetchSize(int) - クラスのメソッド org.postgresql.jdbc.PgStatement
 
setFetchSize(int) - クラスのメソッド org.postgresql.jdbc.PgResultSet
 
setFlushCacheOnDeallocate(boolean) - インタフェースのメソッド org.postgresql.core.BaseConnection
By default, the connection resets statement cache in case deallocate all/discard all message is observed.
setFlushCacheOnDeallocate(boolean) - インタフェースのメソッド org.postgresql.core.QueryExecutor
By default, the connection resets statement cache in case deallocate all/discard all message is observed.
setFlushCacheOnDeallocate(boolean) - クラスのメソッド org.postgresql.core.QueryExecutorBase
 
setFlushCacheOnDeallocate(boolean) - クラスのメソッド org.postgresql.jdbc.PgConnection
 
setFlushedLSN(LogSequenceNumber) - クラスのメソッド org.postgresql.core.v3.replication.V3PGReplicationStream
 
setFlushedLSN(LogSequenceNumber) - インタフェースのメソッド org.postgresql.replication.PGReplicationStream
Set flushed LSN.
setForceBinary(boolean) - クラスのメソッド org.postgresql.jdbc.PgConnection
 
setFormat(int) - クラスのメソッド org.postgresql.core.Field
 
setFromReference(Reference) - クラスのメソッド org.postgresql.ds.common.BaseDataSource
 
setGroupStartupParameters(boolean) - クラスのメソッド org.postgresql.ds.common.BaseDataSource
 
setGssEncMode(String) - クラスのメソッド org.postgresql.ds.common.BaseDataSource
 
setGssLib(String) - クラスのメソッド org.postgresql.ds.common.BaseDataSource
 
setGssResponseTimeout(int) - クラスのメソッド org.postgresql.ds.common.BaseDataSource
 
setHasBinaryFields(boolean) - クラスのメソッド org.postgresql.core.v3.BatchedQuery
 
setHideUnprivilegedObjects(boolean) - クラスのメソッド org.postgresql.ds.common.BaseDataSource
 
setHoldability(int) - クラスのメソッド org.postgresql.jdbc.PgConnection
 
setHostRecheckSeconds(int) - クラスのメソッド org.postgresql.ds.common.BaseDataSource
 
setHours(int) - クラスのメソッド org.postgresql.util.PGInterval
Set the hours of this interval to the specified value.
setInitialConnections(int) - クラスのメソッド org.postgresql.ds.PGPoolingDataSource
推奨されていません。
Sets the number of connections that will be created when this DataSource is initialized.
setIntParameter(int, int) - インタフェースのメソッド org.postgresql.core.ParameterList
Binds an integer value to a parameter.
setJaasApplicationName(String) - クラスのメソッド org.postgresql.ds.common.BaseDataSource
 
setJaasLogin(boolean) - クラスのメソッド org.postgresql.ds.common.BaseDataSource
 
setKerberosServerName(String) - クラスのメソッド org.postgresql.ds.common.BaseDataSource
 
setLargeMaxRows(long) - クラスのメソッド org.postgresql.jdbc.PgStatement
 
setLiteralParameter(int, String, int) - インタフェースのメソッド 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) - クラスのメソッド org.postgresql.ds.common.BaseDataSource
 
setLocalSocketAddress(String) - クラスのメソッド org.postgresql.ds.common.BaseDataSource
 
setLocation(int, int) - クラスのメソッド org.postgresql.geometric.PGpoint
Moves the point to the supplied coordinates. refer to java.awt.Point for description of this.
setLocation(Point) - クラスのメソッド org.postgresql.geometric.PGpoint
推奨されていません。
Will be removed for avoiding a dependency to the java.desktop module.
setLoggerFile(String) - クラスのメソッド org.postgresql.ds.common.BaseDataSource
推奨されていません。
Configure via java.util.logging
setLoggerLevel(String) - クラスのメソッド org.postgresql.ds.common.BaseDataSource
推奨されていません。
Configure via java.util.logging
setLoginTimeout(int) - クラスのメソッド org.postgresql.ds.common.BaseDataSource
 
setLogServerErrorDetail(boolean) - クラスのメソッド org.postgresql.ds.common.BaseDataSource
 
setLogUnclosedConnections(boolean) - クラスのメソッド org.postgresql.ds.common.BaseDataSource
 
setLogWriter(PrintWriter) - クラスのメソッド org.postgresql.ds.common.BaseDataSource
This implementation don't use a LogWriter.
setMaxConnections(int) - クラスのメソッド org.postgresql.ds.PGPoolingDataSource
推奨されていません。
Sets the maximum number of connections that the pool will allow.
setMaxFieldSize(int) - クラスのメソッド org.postgresql.jdbc.PgStatement
 
setMaximumRowSizeBytes(int) - クラスのメソッド org.postgresql.core.v3.adaptivefetch.AdaptiveFetchCacheEntry
 
setMaxResultBuffer(String) - クラスのメソッド org.postgresql.core.PGStream
Method to set MaxResultBuffer inside PGStream.
setMaxResultBuffer(String) - クラスのメソッド org.postgresql.ds.common.BaseDataSource
 
setMaxRows(int) - クラスのメソッド org.postgresql.jdbc.PgStatement
 
setMaxRowSizeBytes(int) - クラスのメソッド org.postgresql.core.PGStream
The idea behind this method is to keep in maxRowSize the size of biggest read data row.
setMetadata(FieldMetadata) - クラスのメソッド org.postgresql.core.Field
 
setMinStreamAvailableCheckDelay(int) - クラスのメソッド org.postgresql.core.PGStream
 
setMinutes(int) - クラスのメソッド org.postgresql.util.PGInterval
Set the minutes of this interval to the specified value.
setMonths(int) - クラスのメソッド org.postgresql.util.PGInterval
Set the months of this interval to the specified value.
setNetworkTimeout(int) - クラスのメソッド org.postgresql.core.PGStream
 
setNetworkTimeout(int) - インタフェースのメソッド org.postgresql.core.QueryExecutor
 
setNetworkTimeout(int) - クラスのメソッド org.postgresql.core.QueryExecutorBase
 
setNetworkTimeout(Executor, int) - クラスのメソッド org.postgresql.jdbc.PgConnection
 
setNull(int, int) - インタフェースのメソッド org.postgresql.core.ParameterList
Binds a SQL NULL value to a parameter.
setOptions(String) - クラスのメソッド org.postgresql.ds.common.BaseDataSource
Set command line options for this connection
setPassword(String) - クラスのメソッド org.postgresql.ds.common.BaseDataSource
Sets the password to connect with by default.
setPassword(String) - クラスのメソッド org.postgresql.ds.PGPoolingDataSource
推奨されていません。
Ensures the DataSource properties are not changed after the DataSource has been used.
setPGType(String) - クラスのメソッド org.postgresql.core.Field
 
setPoolable(boolean) - クラスのメソッド org.postgresql.jdbc.PgStatement
 
setPortNumber(int) - クラスのメソッド org.postgresql.ds.common.BaseDataSource
推奨されていません。
setPortNumber(int) - クラスのメソッド org.postgresql.ds.PGPoolingDataSource
推奨されていません。
Ensures the DataSource properties are not changed after the DataSource has been used.
setPortNumbers(int[]) - クラスのメソッド org.postgresql.ds.common.BaseDataSource
Sets the port(s) which the PostgreSQL server is listening on for TCP/IP connections.
setPreferQueryMode(PreferQueryMode) - インタフェースのメソッド org.postgresql.core.QueryExecutor
 
setPreferQueryMode(PreferQueryMode) - クラスのメソッド org.postgresql.core.QueryExecutorBase
 
setPreferQueryMode(PreferQueryMode) - クラスのメソッド org.postgresql.ds.common.BaseDataSource
 
setPreparedStatementCacheQueries(int) - クラスのメソッド org.postgresql.ds.common.BaseDataSource
 
setPreparedStatementCacheSizeMiB(int) - クラスのメソッド org.postgresql.ds.common.BaseDataSource
 
setPrepareThreshold(int) - クラスのメソッド org.postgresql.ds.common.BaseDataSource
 
setPrepareThreshold(int) - クラスのメソッド org.postgresql.jdbc.PgConnection
 
setPrepareThreshold(int) - クラスのメソッド org.postgresql.jdbc.PgStatement
 
setPrepareThreshold(int) - インタフェースのメソッド org.postgresql.PGConnection
Set the default statement reuse threshold before enabling server-side prepare.
setPrepareThreshold(int) - インタフェースのメソッド org.postgresql.PGStatement
Sets the reuse threshold for using server-prepared statements.
setProperty(String, String) - クラスのメソッド org.postgresql.ds.common.BaseDataSource
 
setProperty(PGProperty, String) - クラスのメソッド org.postgresql.ds.common.BaseDataSource
 
setProtocolVersion(int) - クラスのメソッド org.postgresql.ds.common.BaseDataSource
 
setQueryTimeout(int) - クラスのメソッド org.postgresql.jdbc.PgStatement
 
setQueryTimeoutMs(long) - クラスのメソッド org.postgresql.jdbc.PgStatement
Sets the queryTimeout limit.
setQuoteReturningIdentifiers(boolean) - クラスのメソッド org.postgresql.ds.common.BaseDataSource
 
setReadOnly(boolean) - クラスのメソッド org.postgresql.ds.common.BaseDataSource
 
setReadOnly(boolean) - クラスのメソッド org.postgresql.jdbc.PgConnection
 
setReadOnlyMode(String) - クラスのメソッド org.postgresql.ds.common.BaseDataSource
 
setReceiveBufferSize(int) - クラスのメソッド org.postgresql.ds.common.BaseDataSource
 
setRecvBufferSize(int) - クラスのメソッド org.postgresql.ds.common.BaseDataSource
 
setReplication(String) - クラスのメソッド org.postgresql.ds.common.BaseDataSource
 
setResult(Class<T>) - クラスのメソッド org.postgresql.jdbc.PgSQLXML
 
setReWriteBatchedInserts(boolean) - クラスのメソッド org.postgresql.ds.common.BaseDataSource
 
setSavepoint() - クラスのメソッド org.postgresql.jdbc.PgConnection
 
setSavepoint(String) - クラスのメソッド org.postgresql.jdbc.PgConnection
 
setSchema(String) - クラスのメソッド org.postgresql.jdbc.PgConnection
 
setSecContext(GSSContext) - クラスのメソッド org.postgresql.core.PGStream
 
setSeconds(double) - クラスのメソッド org.postgresql.util.PGInterval
Set the seconds of this interval to the specified value.
setSendBufferSize(int) - クラスのメソッド org.postgresql.ds.common.BaseDataSource
 
setServerName(String) - クラスのメソッド org.postgresql.ds.common.BaseDataSource
推奨されていません。
setServerName(String) - クラスのメソッド org.postgresql.ds.PGPoolingDataSource
推奨されていません。
Ensures the DataSource properties are not changed after the DataSource has been used.
setServerNames(String[]) - クラスのメソッド org.postgresql.ds.common.BaseDataSource
Sets the name of the host(s) the PostgreSQL database is running on.
setServerVersion(String) - クラスのメソッド org.postgresql.core.QueryExecutorBase
 
setServerVersionNum(int) - クラスのメソッド org.postgresql.core.QueryExecutorBase
 
setShardName(String) - クラスのメソッド org.postgresql.ds.common.BaseDataSource
 
setSize(int) - クラスのメソッド org.postgresql.core.v3.adaptivefetch.AdaptiveFetchCacheEntry
 
setSocketFactory(String) - クラスのメソッド org.postgresql.ds.common.BaseDataSource
 
setSocketFactoryArg(String) - クラスのメソッド org.postgresql.ds.common.BaseDataSource
 
setSocketTimeout(int) - クラスのメソッド org.postgresql.ds.common.BaseDataSource
 
setSQLType(int) - クラスのメソッド org.postgresql.core.Field
 
setSsl(boolean) - クラスのメソッド org.postgresql.ds.common.BaseDataSource
 
setSslcert(String) - クラスのメソッド org.postgresql.ds.common.BaseDataSource
 
setSslCert(String) - クラスのメソッド org.postgresql.ds.common.BaseDataSource
 
setSslfactory(String) - クラスのメソッド org.postgresql.ds.common.BaseDataSource
 
setSslfactoryarg(String) - クラスのメソッド org.postgresql.ds.common.BaseDataSource
 
setSslFactoryArg(String) - クラスのメソッド org.postgresql.ds.common.BaseDataSource
 
setSslhostnameverifier(String) - クラスのメソッド org.postgresql.ds.common.BaseDataSource
 
setSslHostnameVerifier(String) - クラスのメソッド org.postgresql.ds.common.BaseDataSource
 
setSslkey(String) - クラスのメソッド org.postgresql.ds.common.BaseDataSource
 
setSslKey(String) - クラスのメソッド org.postgresql.ds.common.BaseDataSource
 
setSslmode(String) - クラスのメソッド org.postgresql.ds.common.BaseDataSource
 
setSslMode(String) - クラスのメソッド org.postgresql.ds.common.BaseDataSource
 
setSslpassword(String) - クラスのメソッド org.postgresql.ds.common.BaseDataSource
 
setSslPassword(String) - クラスのメソッド org.postgresql.ds.common.BaseDataSource
 
setSslpasswordcallback(String) - クラスのメソッド org.postgresql.ds.common.BaseDataSource
 
setSslPasswordCallback(String) - クラスのメソッド org.postgresql.ds.common.BaseDataSource
 
setSslResponseTimeout(int) - クラスのメソッド org.postgresql.ds.common.BaseDataSource
 
setSslrootcert(String) - クラスのメソッド org.postgresql.ds.common.BaseDataSource
 
setSslRootCert(String) - クラスのメソッド org.postgresql.ds.common.BaseDataSource
 
setSslServerCertCn(String) - クラスのメソッド org.postgresql.ds.common.BaseDataSource
 
setSspiServiceClass(String) - クラスのメソッド org.postgresql.ds.common.BaseDataSource
 
setStandardConformingStrings(boolean) - クラスのメソッド org.postgresql.core.QueryExecutorBase
 
setString(long, String) - クラスのメソッド org.postgresql.jdbc.PgClob
 
setString(long, String, int, int) - クラスのメソッド org.postgresql.jdbc.PgClob
 
setString(String) - クラスのメソッド org.postgresql.jdbc.PgSQLXML
 
setStringParameter(int, String, int) - インタフェースのメソッド 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) - クラスのメソッド org.postgresql.ds.common.BaseDataSource
 
setTargetServerType(String) - クラスのメソッド org.postgresql.ds.common.BaseDataSource
 
setTcpKeepAlive(boolean) - クラスのメソッド org.postgresql.ds.common.BaseDataSource
 
setTcpNoDelay(boolean) - クラスのメソッド org.postgresql.ds.common.BaseDataSource
 
setText(int, InputStream) - インタフェースのメソッド org.postgresql.core.ParameterList
Binds a text value stored as an InputStream that is a valid UTF-8 byte stream.
setTimeoutRequested(boolean) - クラスのメソッド org.postgresql.core.VisibleBufferedInputStream
 
setTimeZone(TimeZone) - クラスのメソッド org.postgresql.core.v3.QueryExecutorImpl
 
setTransactionIsolation(int) - クラスのメソッド org.postgresql.jdbc.PgConnection
 
setTransactionState(TransactionState) - クラスのメソッド org.postgresql.core.QueryExecutorBase
 
setTransactionTimeout(int) - クラスのメソッド org.postgresql.xa.PGXAConnection
We don't do transaction timeouts.
setType(String) - クラスのメソッド org.postgresql.util.PGobject
This method sets the type of this object.
setTypeMap(Map<String, Class<?>>) - クラスのメソッド org.postgresql.jdbc.PgConnection
 
setTypeMapImpl(Map<String, Class<?>>) - クラスのメソッド org.postgresql.jdbc.PgConnection
 
setUnknownLength(int) - クラスのメソッド org.postgresql.ds.common.BaseDataSource
 
SetupQueryRunner - org.postgresql.coreのクラス
Poor man's Statement & ResultSet, used for initial queries while we're still initializing the system.
SetupQueryRunner() - クラスのコンストラクタ org.postgresql.core.SetupQueryRunner
 
setUrl(String) - クラスのメソッド org.postgresql.ds.common.BaseDataSource
Sets properties from a DriverManager URL.
setURL(String) - クラスのメソッド org.postgresql.ds.common.BaseDataSource
Sets properties from a DriverManager URL.
setUser(String) - クラスのメソッド org.postgresql.ds.common.BaseDataSource
Sets the user to connect as by default.
setUser(String) - クラスのメソッド org.postgresql.ds.PGPoolingDataSource
推奨されていません。
Ensures the DataSource properties are not changed after the DataSource has been used.
setUseServerPrepare(boolean) - クラスのメソッド org.postgresql.jdbc.PgStatement
 
setUseServerPrepare(boolean) - インタフェースのメソッド org.postgresql.PGStatement
推奨されていません。
As of build 302, replaced by PGStatement.setPrepareThreshold(int)
setUseSpNego(boolean) - クラスのメソッド org.postgresql.ds.common.BaseDataSource
 
setValue(int, int, int, int, int, double) - クラスのメソッド org.postgresql.util.PGInterval
Set all values of this interval to the specified values.
setValue(String) - クラスのメソッド org.postgresql.geometric.PGbox
This method sets the value of this object.
setValue(String) - クラスのメソッド org.postgresql.geometric.PGcircle
 
setValue(String) - クラスのメソッド org.postgresql.geometric.PGline
 
setValue(String) - クラスのメソッド org.postgresql.geometric.PGlseg
 
setValue(String) - クラスのメソッド org.postgresql.geometric.PGpath
 
setValue(String) - クラスのメソッド org.postgresql.geometric.PGpoint
 
setValue(String) - クラスのメソッド org.postgresql.geometric.PGpolygon
 
setValue(String) - クラスのメソッド org.postgresql.util.PGInterval
Sets a interval string represented value to this instance.
setValue(String) - クラスのメソッド org.postgresql.util.PGmoney
 
setValue(String) - クラスのメソッド org.postgresql.util.PGobject
This method sets the value of this object.
setWaitMilliSec(int) - クラスのメソッド org.postgresql.core.PGStream
 
setXmlFactoryFactory(String) - クラスのメソッド org.postgresql.ds.common.BaseDataSource
 
setYears(int) - クラスのメソッド org.postgresql.util.PGInterval
Set the years of this interval to the specified value.
SHARD_NAME - 列挙の列挙型定数 org.postgresql.PGProperty
 
SharedTimer - org.postgresql.utilのクラス
 
SharedTimer() - クラスのコンストラクタ org.postgresql.util.SharedTimer
 
shouldResolve() - クラスのメソッド org.postgresql.util.HostSpec
 
SIGN - クラスのstatic変数 org.postgresql.jdbc.EscapedFunctions
推奨されていません。
 
SIMPLE - 列挙の列挙型定数 org.postgresql.jdbc.PreferQueryMode
 
SimpleDataSource - org.postgresql.jdbc2.optionalのクラス
推奨されていません。
SimpleDataSource() - クラスのコンストラクタ org.postgresql.jdbc2.optional.SimpleDataSource
推奨されていません。
 
SIN - クラスのstatic変数 org.postgresql.jdbc.EscapedFunctions
推奨されていません。
 
SingleCertTrustManager(InputStream) - クラスのコンストラクタ org.postgresql.ssl.SingleCertValidatingFactory.SingleCertTrustManager
 
SingleCertValidatingFactory - org.postgresql.sslのクラス
Provides a SSLSocketFactory that authenticates the remote server against an explicit pre-shared SSL certificate.
SingleCertValidatingFactory(String) - クラスのコンストラクタ org.postgresql.ssl.SingleCertValidatingFactory
 
SingleCertValidatingFactory.SingleCertTrustManager - org.postgresql.sslのクラス
 
size() - クラスのメソッド org.postgresql.largeobject.LargeObject
This method is inefficient, as the only way to find out the size of the object is to seek to the end, record the current position, then return to the original position.
size() - クラスのメソッド org.postgresql.util.IntList
 
size64() - クラスのメソッド org.postgresql.largeobject.LargeObject
See #size() for information about efficiency.
skip(int) - クラスのメソッド org.postgresql.core.PGStream
 
skip(long) - クラスのメソッド org.postgresql.core.VisibleBufferedInputStream
slotName - クラスの変数 org.postgresql.replication.fluent.AbstractCreateSlotBuilder
 
slotName - クラスの変数 org.postgresql.replication.fluent.AbstractStreamBuilder
 
SOCKET_FACTORY - 列挙の列挙型定数 org.postgresql.PGProperty
Socket factory used to create socket.
SOCKET_FACTORY_ARG - 列挙の列挙型定数 org.postgresql.PGProperty
The String argument to give to the constructor of the Socket Factory.
SOCKET_TIMEOUT - 列挙の列挙型定数 org.postgresql.PGProperty
The timeout value used for socket read operations.
SocketFactoryFactory - org.postgresql.coreのクラス
Instantiates SocketFactory based on the PGProperty.SOCKET_FACTORY.
SocketFactoryFactory() - クラスのコンストラクタ org.postgresql.core.SocketFactoryFactory
 
SPACE - クラスのstatic変数 org.postgresql.jdbc.EscapedFunctions
推奨されていません。
 
SQL_TSI_DAY - クラスのstatic変数 org.postgresql.jdbc.EscapedFunctions
推奨されていません。
 
SQL_TSI_FRAC_SECOND - クラスのstatic変数 org.postgresql.jdbc.EscapedFunctions
推奨されていません。
 
SQL_TSI_HOUR - クラスのstatic変数 org.postgresql.jdbc.EscapedFunctions
推奨されていません。
 
SQL_TSI_MINUTE - クラスのstatic変数 org.postgresql.jdbc.EscapedFunctions
推奨されていません。
 
SQL_TSI_MONTH - クラスのstatic変数 org.postgresql.jdbc.EscapedFunctions
推奨されていません。
 
SQL_TSI_QUARTER - クラスのstatic変数 org.postgresql.jdbc.EscapedFunctions
推奨されていません。
 
SQL_TSI_ROOT - クラスのstatic変数 org.postgresql.jdbc.EscapedFunctions
推奨されていません。
 
SQL_TSI_SECOND - クラスのstatic変数 org.postgresql.jdbc.EscapedFunctions
推奨されていません。
 
SQL_TSI_WEEK - クラスのstatic変数 org.postgresql.jdbc.EscapedFunctions
推奨されていません。
 
SQL_TSI_YEAR - クラスのstatic変数 org.postgresql.jdbc.EscapedFunctions
推奨されていません。
 
sqlceiling(StringBuilder, List<? extends CharSequence>) - クラスのstaticメソッド org.postgresql.jdbc.EscapedFunctions2
ceiling to ceil translation
sqlceiling(List<?>) - クラスのstaticメソッド org.postgresql.jdbc.EscapedFunctions
推奨されていません。
ceiling to ceil translation.
sqlchar(StringBuilder, List<? extends CharSequence>) - クラスのstaticメソッド org.postgresql.jdbc.EscapedFunctions2
char to chr translation
sqlchar(List<?>) - クラスのstaticメソッド org.postgresql.jdbc.EscapedFunctions
推奨されていません。
char to chr translation.
SqlCommand - org.postgresql.coreのクラス
Data Modification Language inspection support.
SqlCommandType - org.postgresql.coreの列挙
Type information inspection support.
sqlconcat(StringBuilder, List<? extends CharSequence>) - クラスのstaticメソッド org.postgresql.jdbc.EscapedFunctions2
concat translation
sqlconcat(List<?>) - クラスのstaticメソッド org.postgresql.jdbc.EscapedFunctions
推奨されていません。
concat translation.
sqlcurdate(StringBuilder, List<? extends CharSequence>) - クラスのstaticメソッド org.postgresql.jdbc.EscapedFunctions2
curdate to current_date translation
sqlcurdate(List<?>) - クラスのstaticメソッド org.postgresql.jdbc.EscapedFunctions
推奨されていません。
curdate to current_date translation.
sqlcurtime(StringBuilder, List<? extends CharSequence>) - クラスのstaticメソッド org.postgresql.jdbc.EscapedFunctions2
curtime to current_time translation
sqlcurtime(List<?>) - クラスのstaticメソッド org.postgresql.jdbc.EscapedFunctions
推奨されていません。
curtime to current_time translation.
sqldatabase(StringBuilder, List<? extends CharSequence>) - クラスのstaticメソッド org.postgresql.jdbc.EscapedFunctions2
database translation
sqldatabase(List<?>) - クラスのstaticメソッド org.postgresql.jdbc.EscapedFunctions
推奨されていません。
database translation.
sqldayname(StringBuilder, List<? extends CharSequence>) - クラスのstaticメソッド org.postgresql.jdbc.EscapedFunctions2
dayname translation
sqldayname(List<?>) - クラスのstaticメソッド org.postgresql.jdbc.EscapedFunctions
推奨されていません。
dayname translation.
sqldayofmonth(StringBuilder, List<? extends CharSequence>) - クラスのstaticメソッド org.postgresql.jdbc.EscapedFunctions2
dayofmonth translation
sqldayofmonth(List<?>) - クラスのstaticメソッド org.postgresql.jdbc.EscapedFunctions
推奨されていません。
dayofmonth translation.
sqldayofweek(StringBuilder, List<? extends CharSequence>) - クラスのstaticメソッド org.postgresql.jdbc.EscapedFunctions2
dayofweek translation adding 1 to postgresql function since we expect values from 1 to 7
sqldayofweek(List<?>) - クラスのstaticメソッド org.postgresql.jdbc.EscapedFunctions
推奨されていません。
dayofweek translation adding 1 to postgresql function since we expect values from 1 to 7.
sqldayofyear(StringBuilder, List<? extends CharSequence>) - クラスのstaticメソッド org.postgresql.jdbc.EscapedFunctions2
dayofyear translation
sqldayofyear(List<?>) - クラスのstaticメソッド org.postgresql.jdbc.EscapedFunctions
推奨されていません。
dayofyear translation.
sqlhour(StringBuilder, List<? extends CharSequence>) - クラスのstaticメソッド org.postgresql.jdbc.EscapedFunctions2
hour translation
sqlhour(List<?>) - クラスのstaticメソッド org.postgresql.jdbc.EscapedFunctions
推奨されていません。
hour translation.
sqlifnull(StringBuilder, List<? extends CharSequence>) - クラスのstaticメソッド org.postgresql.jdbc.EscapedFunctions2
ifnull translation
sqlifnull(List<?>) - クラスのstaticメソッド org.postgresql.jdbc.EscapedFunctions
推奨されていません。
ifnull translation.
sqlinsert(StringBuilder, List<? extends CharSequence>) - クラスのstaticメソッド org.postgresql.jdbc.EscapedFunctions2
insert to overlay translation
sqlinsert(List<?>) - クラスのstaticメソッド org.postgresql.jdbc.EscapedFunctions
推奨されていません。
insert to overlay translation.
sqllcase(StringBuilder, List<? extends CharSequence>) - クラスのstaticメソッド org.postgresql.jdbc.EscapedFunctions2
lcase to lower translation
sqllcase(List<?>) - クラスのstaticメソッド org.postgresql.jdbc.EscapedFunctions
推奨されていません。
lcase to lower translation.
sqlleft(StringBuilder, List<? extends CharSequence>) - クラスのstaticメソッド org.postgresql.jdbc.EscapedFunctions2
left to substring translation
sqlleft(List<?>) - クラスのstaticメソッド org.postgresql.jdbc.EscapedFunctions
推奨されていません。
left to substring translation.
sqllength(StringBuilder, List<? extends CharSequence>) - クラスのstaticメソッド org.postgresql.jdbc.EscapedFunctions2
length translation
sqllength(List<?>) - クラスのstaticメソッド org.postgresql.jdbc.EscapedFunctions
推奨されていません。
length translation.
sqllocate(StringBuilder, List<? extends CharSequence>) - クラスのstaticメソッド org.postgresql.jdbc.EscapedFunctions2
locate translation
sqllocate(List<?>) - クラスのstaticメソッド org.postgresql.jdbc.EscapedFunctions
推奨されていません。
locate translation.
sqllog(StringBuilder, List<? extends CharSequence>) - クラスのstaticメソッド org.postgresql.jdbc.EscapedFunctions2
log to ln translation
sqllog(List<?>) - クラスのstaticメソッド org.postgresql.jdbc.EscapedFunctions
推奨されていません。
log to ln translation.
sqllog10(StringBuilder, List<? extends CharSequence>) - クラスのstaticメソッド org.postgresql.jdbc.EscapedFunctions2
log10 to log translation
sqllog10(List<?>) - クラスのstaticメソッド org.postgresql.jdbc.EscapedFunctions
推奨されていません。
log10 to log translation.
sqlltrim(StringBuilder, List<? extends CharSequence>) - クラスのstaticメソッド org.postgresql.jdbc.EscapedFunctions2
ltrim translation
sqlltrim(List<?>) - クラスのstaticメソッド org.postgresql.jdbc.EscapedFunctions
推奨されていません。
ltrim translation.
sqlminute(StringBuilder, List<? extends CharSequence>) - クラスのstaticメソッド org.postgresql.jdbc.EscapedFunctions2
minute translation
sqlminute(List<?>) - クラスのstaticメソッド org.postgresql.jdbc.EscapedFunctions
推奨されていません。
minute translation.
sqlmonth(StringBuilder, List<? extends CharSequence>) - クラスのstaticメソッド org.postgresql.jdbc.EscapedFunctions2
month translation
sqlmonth(List<?>) - クラスのstaticメソッド org.postgresql.jdbc.EscapedFunctions
推奨されていません。
month translation.
sqlmonthname(StringBuilder, List<? extends CharSequence>) - クラスのstaticメソッド org.postgresql.jdbc.EscapedFunctions2
monthname translation
sqlmonthname(List<?>) - クラスのstaticメソッド org.postgresql.jdbc.EscapedFunctions
推奨されていません。
monthname translation.
sqlpower(StringBuilder, List<? extends CharSequence>) - クラスのstaticメソッド org.postgresql.jdbc.EscapedFunctions2
power to pow translation
sqlpower(List<?>) - クラスのstaticメソッド org.postgresql.jdbc.EscapedFunctions
推奨されていません。
power to pow translation.
sqlquarter(StringBuilder, List<? extends CharSequence>) - クラスのstaticメソッド org.postgresql.jdbc.EscapedFunctions2
quarter translation
sqlquarter(List<?>) - クラスのstaticメソッド org.postgresql.jdbc.EscapedFunctions
推奨されていません。
quarter translation.
sqlright(StringBuilder, List<? extends CharSequence>) - クラスのstaticメソッド org.postgresql.jdbc.EscapedFunctions2
right to substring translation
sqlright(List<?>) - クラスのstaticメソッド org.postgresql.jdbc.EscapedFunctions
推奨されていません。
right to substring translation.
sqlrtrim(StringBuilder, List<? extends CharSequence>) - クラスのstaticメソッド org.postgresql.jdbc.EscapedFunctions2
rtrim translation
sqlrtrim(List<?>) - クラスのstaticメソッド org.postgresql.jdbc.EscapedFunctions
推奨されていません。
rtrim translation.
sqlsecond(StringBuilder, List<? extends CharSequence>) - クラスのstaticメソッド org.postgresql.jdbc.EscapedFunctions2
second translation
sqlsecond(List<?>) - クラスのstaticメソッド org.postgresql.jdbc.EscapedFunctions
推奨されていません。
second translation.
sqlspace(StringBuilder, List<? extends CharSequence>) - クラスのstaticメソッド org.postgresql.jdbc.EscapedFunctions2
space translation
sqlspace(List<?>) - クラスのstaticメソッド org.postgresql.jdbc.EscapedFunctions
推奨されていません。
space translation.
sqlsubstring(StringBuilder, List<? extends CharSequence>) - クラスのstaticメソッド org.postgresql.jdbc.EscapedFunctions2
substring to substr translation
sqlsubstring(List<?>) - クラスのstaticメソッド org.postgresql.jdbc.EscapedFunctions
推奨されていません。
substring to substr translation.
sqltimestampadd(StringBuilder, List<? extends CharSequence>) - クラスのstaticメソッド org.postgresql.jdbc.EscapedFunctions2
time stamp add
sqltimestampadd(List<? extends Object>) - クラスのstaticメソッド org.postgresql.jdbc.EscapedFunctions
推奨されていません。
time stamp add.
sqltimestampdiff(StringBuilder, List<? extends CharSequence>) - クラスのstaticメソッド org.postgresql.jdbc.EscapedFunctions2
time stamp diff
sqltimestampdiff(List<? extends Object>) - クラスのstaticメソッド org.postgresql.jdbc.EscapedFunctions
推奨されていません。
time stamp diff.
sqltruncate(StringBuilder, List<? extends CharSequence>) - クラスのstaticメソッド org.postgresql.jdbc.EscapedFunctions2
truncate to trunc translation
sqltruncate(List<?>) - クラスのstaticメソッド org.postgresql.jdbc.EscapedFunctions
推奨されていません。
truncate to trunc translation.
sqlucase(StringBuilder, List<? extends CharSequence>) - クラスのstaticメソッド org.postgresql.jdbc.EscapedFunctions2
ucase to upper translation
sqlucase(List<?>) - クラスのstaticメソッド org.postgresql.jdbc.EscapedFunctions
推奨されていません。
ucase to upper translation.
sqluser(StringBuilder, List<? extends CharSequence>) - クラスのstaticメソッド org.postgresql.jdbc.EscapedFunctions2
user translation
sqluser(List<?>) - クラスのstaticメソッド org.postgresql.jdbc.EscapedFunctions
推奨されていません。
user translation.
sqlweek(StringBuilder, List<? extends CharSequence>) - クラスのstaticメソッド org.postgresql.jdbc.EscapedFunctions2
week translation
sqlweek(List<?>) - クラスのstaticメソッド org.postgresql.jdbc.EscapedFunctions
推奨されていません。
week translation.
sqlyear(StringBuilder, List<? extends CharSequence>) - クラスのstaticメソッド org.postgresql.jdbc.EscapedFunctions2
year translation
sqlyear(List<?>) - クラスのstaticメソッド org.postgresql.jdbc.EscapedFunctions
推奨されていません。
year translation.
SQRT - クラスのstatic変数 org.postgresql.jdbc.EscapedFunctions
推奨されていません。
 
SSL - 列挙の列挙型定数 org.postgresql.PGProperty
Control use of SSL: empty or true values imply sslmode==verify-full
SSL_CERT - 列挙の列挙型定数 org.postgresql.PGProperty
File containing the SSL Certificate.
SSL_FACTORY - 列挙の列挙型定数 org.postgresql.PGProperty
Classname of the SSL Factory to use (instance of SSLSocketFactory).
SSL_FACTORY_ARG - 列挙の列挙型定数 org.postgresql.PGProperty
推奨されていません。
use ..Factory(Properties) constructor.
SSL_HOSTNAME_VERIFIER - 列挙の列挙型定数 org.postgresql.PGProperty
Classname of the SSL HostnameVerifier to use (instance of HostnameVerifier).
SSL_KEY - 列挙の列挙型定数 org.postgresql.PGProperty
File containing the SSL Key.
SSL_MODE - 列挙の列挙型定数 org.postgresql.PGProperty
Parameter governing the use of SSL.
SSL_PASSWORD - 列挙の列挙型定数 org.postgresql.PGProperty
The SSL password to use in the default CallbackHandler.
SSL_PASSWORD_CALLBACK - 列挙の列挙型定数 org.postgresql.PGProperty
The classname instantiating CallbackHandler to use.
SSL_RESPONSE_TIMEOUT - 列挙の列挙型定数 org.postgresql.PGProperty
After requesting an upgrade to SSL from the server there are reports of the server not responding due to a failover without a timeout here, the client can wait forever.
SSL_ROOT_CERT - 列挙の列挙型定数 org.postgresql.PGProperty
File containing the root certificate when validating server (sslmode = verify-ca or verify-full).
SSL_SERVER_CERT_CN - 列挙の列挙型定数 org.postgresql.PGProperty
Specify the CN (Common Name) of the server certificate.
SslMode - org.postgresql.jdbcの列挙
 
SSPI_DEFAULT_SPN_SERVICE_CLASS - クラスのstatic変数 org.postgresql.sspi.SSPIClient
 
SSPI_SERVICE_CLASS - 列挙の列挙型定数 org.postgresql.PGProperty
Specifies the name of the SSPI service class that forms the service class part of the SPN.
SSPIClient - 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) - クラスのコンストラクタ org.postgresql.sspi.SSPIClient
Instantiate an SSPIClient for authentication of a connection.
start() - インタフェースのメソッド org.postgresql.replication.fluent.logical.ChainedLogicalStreamBuilder
Open logical replication stream.
start() - クラスのメソッド org.postgresql.replication.fluent.logical.LogicalStreamBuilder
 
start() - インタフェースのメソッド org.postgresql.replication.fluent.physical.ChainedPhysicalStreamBuilder
Open physical replication stream.
start() - クラスのメソッド org.postgresql.replication.fluent.physical.PhysicalStreamBuilder
 
start(Xid, int) - クラスのメソッド org.postgresql.xa.PGXAConnection
Preconditions:
start(BundleContext) - クラスのメソッド org.postgresql.osgi.PGBundleActivator
 
start(LogicalReplicationOptions) - インタフェースのメソッド org.postgresql.replication.fluent.logical.StartLogicalReplicationCallback
 
start(PhysicalReplicationOptions) - インタフェースのメソッド org.postgresql.replication.fluent.physical.StartPhysicalReplicationCallback
 
startCopy(String, boolean) - インタフェースのメソッド org.postgresql.core.QueryExecutor
Issues a COPY FROM STDIN / COPY TO STDOUT statement and returns handler for associated operation.
startCopy(String, boolean) - クラスのメソッド org.postgresql.core.v3.QueryExecutorImpl
Sends given query to BE to start, initialize and lock connection for a CopyOperation.
startLogical(LogicalReplicationOptions) - インタフェースのメソッド org.postgresql.core.ReplicationProtocol
 
startLogical(LogicalReplicationOptions) - クラスのメソッド org.postgresql.core.v3.replication.V3ReplicationProtocol
 
StartLogicalReplicationCallback - org.postgresql.replication.fluent.logicalのインタフェース
 
startPhysical(PhysicalReplicationOptions) - インタフェースのメソッド org.postgresql.core.ReplicationProtocol
 
startPhysical(PhysicalReplicationOptions) - クラスのメソッド org.postgresql.core.v3.replication.V3ReplicationProtocol
 
StartPhysicalReplicationCallback - org.postgresql.replication.fluent.physicalのインタフェース
 
startPosition - クラスの変数 org.postgresql.replication.fluent.AbstractStreamBuilder
 
startSSPI() - インタフェースのメソッド org.postgresql.sspi.ISSPIClient
 
startSSPI() - クラスのメソッド org.postgresql.sspi.SSPIClient
Respond to an authentication request from the back-end for SSPI authentication (AUTH_REQ_SSPI).
statement - クラスの変数 org.postgresql.jdbc.PgResultSet
 
STATEMENT_NOT_ALLOWED_IN_FUNCTION_CALL - 列挙の列挙型定数 org.postgresql.util.PSQLState
 
StatementResultHandler() - クラスのコンストラクタ org.postgresql.jdbc.PgStatement.StatementResultHandler
 
statusIntervalMs - クラスの変数 org.postgresql.replication.fluent.AbstractStreamBuilder
 
stop(BundleContext) - クラスのメソッド org.postgresql.osgi.PGBundleActivator
 
storesLowerCaseIdentifiers() - クラスのメソッド org.postgresql.jdbc.PgDatabaseMetaData
 
storesLowerCaseQuotedIdentifiers() - クラスのメソッド org.postgresql.jdbc.PgDatabaseMetaData
 
storesMixedCaseIdentifiers() - クラスのメソッド org.postgresql.jdbc.PgDatabaseMetaData
 
storesMixedCaseQuotedIdentifiers() - クラスのメソッド org.postgresql.jdbc.PgDatabaseMetaData
 
storesUpperCaseIdentifiers() - クラスのメソッド org.postgresql.jdbc.PgDatabaseMetaData
 
storesUpperCaseQuotedIdentifiers() - クラスのメソッド org.postgresql.jdbc.PgDatabaseMetaData
 
StreamWrapper - org.postgresql.utilのクラス
Wrapper around a length-limited InputStream.
StreamWrapper(byte[], int, int) - クラスのコンストラクタ org.postgresql.util.StreamWrapper
 
StreamWrapper(InputStream) - クラスのコンストラクタ org.postgresql.util.StreamWrapper
 
StreamWrapper(InputStream, int) - クラスのコンストラクタ org.postgresql.util.StreamWrapper
 
STRING_DATA_RIGHT_TRUNCATION - 列挙の列挙型定数 org.postgresql.util.PSQLState
 
STRING_TYPE - 列挙の列挙型定数 org.postgresql.PGProperty
Bind String to either unspecified or varchar.
SUBSTRING - クラスのstatic変数 org.postgresql.jdbc.EscapedFunctions
推奨されていません。
 
supportsAlterTableWithAddColumn() - クラスのメソッド org.postgresql.jdbc.PgDatabaseMetaData
supportsAlterTableWithDropColumn() - クラスのメソッド org.postgresql.jdbc.PgDatabaseMetaData
supportsANSI92EntryLevelSQL() - クラスのメソッド org.postgresql.jdbc.PgDatabaseMetaData
Does this driver support the ANSI-92 entry level SQL grammar?
supportsANSI92FullSQL() - クラスのメソッド org.postgresql.jdbc.PgDatabaseMetaData
supportsANSI92IntermediateSQL() - クラスのメソッド org.postgresql.jdbc.PgDatabaseMetaData
supportsBatchUpdates() - クラスのメソッド org.postgresql.jdbc.PgDatabaseMetaData
 
supportsCatalogsInDataManipulation() - クラスのメソッド org.postgresql.jdbc.PgDatabaseMetaData
 
supportsCatalogsInIndexDefinitions() - クラスのメソッド org.postgresql.jdbc.PgDatabaseMetaData
 
supportsCatalogsInPrivilegeDefinitions() - クラスのメソッド org.postgresql.jdbc.PgDatabaseMetaData
 
supportsCatalogsInProcedureCalls() - クラスのメソッド org.postgresql.jdbc.PgDatabaseMetaData
 
supportsCatalogsInTableDefinitions() - クラスのメソッド org.postgresql.jdbc.PgDatabaseMetaData
 
supportsColumnAliasing() - クラスのメソッド org.postgresql.jdbc.PgDatabaseMetaData
 
supportsConvert() - クラスのメソッド org.postgresql.jdbc.PgDatabaseMetaData
 
supportsConvert(int, int) - クラスのメソッド org.postgresql.jdbc.PgDatabaseMetaData
 
supportsCoreSQLGrammar() - クラスのメソッド org.postgresql.jdbc.PgDatabaseMetaData
Does this driver support the Core ODBC SQL grammar.
supportsCorrelatedSubqueries() - クラスのメソッド org.postgresql.jdbc.PgDatabaseMetaData
supportsDataDefinitionAndDataManipulationTransactions() - クラスのメソッド org.postgresql.jdbc.PgDatabaseMetaData
 
supportsDataManipulationTransactionsOnly() - クラスのメソッド org.postgresql.jdbc.PgDatabaseMetaData
 
supportsDifferentTableCorrelationNames() - クラスのメソッド org.postgresql.jdbc.PgDatabaseMetaData
 
supportsExpressionsInOrderBy() - クラスのメソッド org.postgresql.jdbc.PgDatabaseMetaData
 
supportsExtendedSQLGrammar() - クラスのメソッド org.postgresql.jdbc.PgDatabaseMetaData
Does this driver support the Extended (Level 2) ODBC SQL grammar.
supportsFullOuterJoins() - クラスのメソッド org.postgresql.jdbc.PgDatabaseMetaData
supportsGetGeneratedKeys() - クラスのメソッド org.postgresql.jdbc.PgDatabaseMetaData
 
supportsGroupBy() - クラスのメソッド org.postgresql.jdbc.PgDatabaseMetaData
 
supportsGroupByBeyondSelect() - クラスのメソッド org.postgresql.jdbc.PgDatabaseMetaData
 
supportsGroupByUnrelated() - クラスのメソッド org.postgresql.jdbc.PgDatabaseMetaData
supportsIntegrityEnhancementFacility() - クラスのメソッド org.postgresql.jdbc.PgDatabaseMetaData
 
supportsLikeEscapeClause() - クラスのメソッド org.postgresql.jdbc.PgDatabaseMetaData
 
supportsLimitedOuterJoins() - クラスのメソッド org.postgresql.jdbc.PgDatabaseMetaData
supportsMinimumSQLGrammar() - クラスのメソッド org.postgresql.jdbc.PgDatabaseMetaData
supportsMixedCaseIdentifiers() - クラスのメソッド 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?
supportsMixedCaseQuotedIdentifiers() - クラスのメソッド 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?
supportsMultipleOpenResults() - クラスのメソッド org.postgresql.jdbc.PgDatabaseMetaData
 
supportsMultipleResultSets() - クラスのメソッド org.postgresql.jdbc.PgDatabaseMetaData
 
supportsMultipleTransactions() - クラスのメソッド org.postgresql.jdbc.PgDatabaseMetaData
 
supportsNamedParameters() - クラスのメソッド org.postgresql.jdbc.PgDatabaseMetaData
 
supportsNonNullableColumns() - クラスのメソッド org.postgresql.jdbc.PgDatabaseMetaData
 
supportsOpenCursorsAcrossCommit() - クラスのメソッド org.postgresql.jdbc.PgDatabaseMetaData
In PostgreSQL, Cursors are only open within transactions.
supportsOpenCursorsAcrossRollback() - クラスのメソッド org.postgresql.jdbc.PgDatabaseMetaData
 
supportsOpenStatementsAcrossCommit() - クラスのメソッド org.postgresql.jdbc.PgDatabaseMetaData
supportsOpenStatementsAcrossRollback() - クラスのメソッド org.postgresql.jdbc.PgDatabaseMetaData
supportsOrderByUnrelated() - クラスのメソッド org.postgresql.jdbc.PgDatabaseMetaData
supportsOuterJoins() - クラスのメソッド org.postgresql.jdbc.PgDatabaseMetaData
supportsPositionedDelete() - クラスのメソッド org.postgresql.jdbc.PgDatabaseMetaData
We support cursors for gets only it seems.
supportsPositionedUpdate() - クラスのメソッド org.postgresql.jdbc.PgDatabaseMetaData
 
supportsRefCursors() - クラスのメソッド org.postgresql.jdbc.PgDatabaseMetaData
 
supportsResultSetConcurrency(int, int) - クラスのメソッド org.postgresql.jdbc.PgDatabaseMetaData
 
supportsResultSetHoldability(int) - クラスのメソッド org.postgresql.jdbc.PgDatabaseMetaData
 
supportsResultSetType(int) - クラスのメソッド org.postgresql.jdbc.PgDatabaseMetaData
 
supportsSavepoints() - クラスのメソッド org.postgresql.jdbc.PgDatabaseMetaData
 
supportsSchemasInDataManipulation() - クラスのメソッド org.postgresql.jdbc.PgDatabaseMetaData
supportsSchemasInIndexDefinitions() - クラスのメソッド org.postgresql.jdbc.PgDatabaseMetaData
supportsSchemasInPrivilegeDefinitions() - クラスのメソッド org.postgresql.jdbc.PgDatabaseMetaData
supportsSchemasInProcedureCalls() - クラスのメソッド org.postgresql.jdbc.PgDatabaseMetaData
supportsSchemasInTableDefinitions() - クラスのメソッド org.postgresql.jdbc.PgDatabaseMetaData
supportsSelectForUpdate() - クラスのメソッド org.postgresql.jdbc.PgDatabaseMetaData
supportsStatementPooling() - クラスのメソッド org.postgresql.jdbc.PgDatabaseMetaData
 
supportsStoredFunctionsUsingCallSyntax() - クラスのメソッド org.postgresql.jdbc.PgDatabaseMetaData
 
supportsStoredProcedures() - クラスのメソッド org.postgresql.jdbc.PgDatabaseMetaData
 
supportsSubqueriesInComparisons() - クラスのメソッド org.postgresql.jdbc.PgDatabaseMetaData
 
supportsSubqueriesInExists() - クラスのメソッド org.postgresql.jdbc.PgDatabaseMetaData
 
supportsSubqueriesInIns() - クラスのメソッド org.postgresql.jdbc.PgDatabaseMetaData
 
supportsSubqueriesInQuantifieds() - クラスのメソッド org.postgresql.jdbc.PgDatabaseMetaData
 
supportsTableCorrelationNames() - クラスのメソッド org.postgresql.jdbc.PgDatabaseMetaData
 
supportsTransactionIsolationLevel(int) - クラスのメソッド org.postgresql.jdbc.PgDatabaseMetaData
supportsTransactions() - クラスのメソッド org.postgresql.jdbc.PgDatabaseMetaData
 
supportsUnion() - クラスのメソッド org.postgresql.jdbc.PgDatabaseMetaData
supportsUnionAll() - クラスのメソッド org.postgresql.jdbc.PgDatabaseMetaData
SYNTAX_ERROR - 列挙の列挙型定数 org.postgresql.util.PSQLState
 
SYSTEM_ERROR - 列挙の列挙型定数 org.postgresql.util.PSQLState
 

T

TAN - クラスのstatic変数 org.postgresql.jdbc.EscapedFunctions
推奨されていません。
 
TARGET_SERVER_TYPE - 列挙の列挙型定数 org.postgresql.PGProperty
 
targetServerType - クラスの変数 org.postgresql.hostchooser.CandidateHost
 
TCP_KEEP_ALIVE - 列挙の列挙型定数 org.postgresql.PGProperty
Enable or disable TCP keep-alive.
TCP_NO_DELAY - 列挙の列挙型定数 org.postgresql.PGProperty
 
tell() - クラスのメソッド org.postgresql.largeobject.LargeObject
 
tell64() - クラスのメソッド org.postgresql.largeobject.LargeObject
 
temporaryOption - クラスの変数 org.postgresql.replication.fluent.AbstractCreateSlotBuilder
 
TEXT - クラスのstatic変数 org.postgresql.core.Oid
 
TEXT_ARRAY - クラスのstatic変数 org.postgresql.core.Oid
 
TEXT_FORMAT - クラスのstatic変数 org.postgresql.core.Field
 
thisRow - クラスの変数 org.postgresql.jdbc.PgResultSet
 
throwKeyManagerException() - クラスのメソッド org.postgresql.ssl.LazyKeyManager
getCertificateChain and getPrivateKey cannot throw exceptions, therefore any exception is stored in LazyKeyManager.error and can be raised by this method.
throwKeyManagerException() - クラスのメソッド org.postgresql.ssl.LibPQFactory
Propagates any exception from LazyKeyManager.
throwKeyManagerException() - クラスのメソッド org.postgresql.ssl.PKCS12KeyManager
getCertificateChain and getPrivateKey cannot throw exceptions, therefore any exception is stored in PKCS12KeyManager.error and can be raised by this method.
TIME - クラスのstatic変数 org.postgresql.core.Oid
 
TIME_ARRAY - クラスのstatic変数 org.postgresql.core.Oid
 
timeout - クラスの変数 org.postgresql.jdbc.PgStatement
Timeout (in milliseconds) for a query.
TIMESTAMP - クラスのstatic変数 org.postgresql.core.Oid
 
TIMESTAMP_ARRAY - クラスのstatic変数 org.postgresql.core.Oid
 
TIMESTAMPADD - クラスのstatic変数 org.postgresql.jdbc.EscapedFunctions
推奨されていません。
 
TIMESTAMPDIFF - クラスのstatic変数 org.postgresql.jdbc.EscapedFunctions
推奨されていません。
 
TIMESTAMPTZ - クラスのstatic変数 org.postgresql.core.Oid
 
TIMESTAMPTZ_ARRAY - クラスのstatic変数 org.postgresql.core.Oid
 
TimestampUtils - org.postgresql.jdbcのクラス
Misc utils for handling time and date values.
TimestampUtils(boolean, Provider<TimeZone>) - クラスのコンストラクタ org.postgresql.jdbc.TimestampUtils
 
timeToString(Date, boolean) - クラスのメソッド org.postgresql.jdbc.TimestampUtils
Returns the given time value as String matching what the current postgresql server would send in text mode.
TIMETZ - クラスのstatic変数 org.postgresql.core.Oid
 
TIMETZ_ARRAY - クラスのstatic変数 org.postgresql.core.Oid
 
toArray() - クラスのメソッド org.postgresql.util.IntList
Returns an array containing all the elements in this list.
toBigDecimal(String) - クラスのstaticメソッド org.postgresql.jdbc.PgResultSet
 
toBigDecimal(String, int) - クラスのメソッド org.postgresql.jdbc.PgResultSet
 
toBinDate(TimeZone, byte[], Date) - クラスのメソッド org.postgresql.jdbc.TimestampUtils
Converts the SQL Date to binary representation for Oid.DATE.
toBytes() - クラスのメソッド org.postgresql.jdbc.PgArray
 
toBytes(byte[], int) - クラスのメソッド org.postgresql.geometric.PGbox
 
toBytes(byte[], int) - クラスのメソッド org.postgresql.geometric.PGpoint
Populate the byte array with PGpoint in the binary syntax expected by org.postgresql.
toBytes(byte[], int) - インタフェースのメソッド org.postgresql.util.PGBinaryObject
This method is called the to store the value of the object, in the binary form required by org.postgresql.
toBytes(byte[]) - クラスのstaticメソッド org.postgresql.util.PGbytea
 
toBytes(Map<?, ?>, Encoding) - クラスのstaticメソッド org.postgresql.util.HStoreConverter
 
toDate(Calendar, String) - クラスのメソッド org.postgresql.jdbc.TimestampUtils
 
toDateBin(TimeZone, byte[]) - クラスのメソッド org.postgresql.jdbc.TimestampUtils
Returns the SQL Date object matching the given bytes with Oid.DATE.
toDouble(String) - クラスのstaticメソッド org.postgresql.jdbc.PgResultSet
 
toDriverPropertyInfo(Properties) - 列挙のメソッド org.postgresql.PGProperty
Convert this connection parameter and the value read from the given Properties into a DriverPropertyInfo.
toFloat(String) - クラスのstaticメソッド org.postgresql.jdbc.PgResultSet
 
toHexString(byte[]) - クラスのstaticメソッド org.postgresql.core.Utils
Turn a bytearray into a printable form, representing each byte in hex.
toInt(String) - クラスのstaticメソッド org.postgresql.jdbc.PgResultSet
 
tokenize(String, char) - クラスのメソッド org.postgresql.util.PGtokenizer
This resets this tokenizer with a new string and/or delimiter.
tokenizeToken(int, char) - クラスのメソッド org.postgresql.util.PGtokenizer
This returns a new tokenizer based on one of our tokens.
tokens - クラスの変数 org.postgresql.util.PGtokenizer
 
toLocalDateBin(byte[]) - クラスのメソッド org.postgresql.jdbc.TimestampUtils
Returns the local date time object matching the given bytes with Oid.DATE or Oid.TIMESTAMP.
toLocalDateTime(String) - クラスのメソッド org.postgresql.jdbc.TimestampUtils
Parse a string and return a LocalDateTime representing its value.
toLocalDateTimeBin(byte[]) - クラスのメソッド org.postgresql.jdbc.TimestampUtils
Returns the local date time object matching the given bytes with Oid.TIMESTAMP or Oid.TIMESTAMPTZ.
toLocalTime(String) - クラスのメソッド org.postgresql.jdbc.TimestampUtils
Parse a string and return a LocalTime representing its value.
toLocalTimeBin(byte[]) - クラスのメソッド org.postgresql.jdbc.TimestampUtils
Returns the SQL Time object matching the given bytes with Oid.TIME.
toLong(String) - クラスのstaticメソッド org.postgresql.jdbc.PgResultSet
 
TOO_MANY_RESULTS - 列挙の列挙型定数 org.postgresql.util.PSQLState
 
toOffsetDateTime(String) - クラスのメソッド org.postgresql.jdbc.TimestampUtils
Parse a string and return a OffsetDateTime representing its value.
toOffsetDateTime(Time) - クラスのメソッド org.postgresql.jdbc.TimestampUtils
推奨されていません。
was used internally, and not used anymore
toOffsetDateTimeBin(byte[]) - クラスのメソッド org.postgresql.jdbc.TimestampUtils
Returns the offset date time object matching the given bytes with Oid#TIMESTAMPTZ.
toOffsetTime(String) - クラスのメソッド org.postgresql.jdbc.TimestampUtils
Parse a string and return a OffsetTime representing its value.
toOffsetTimeBin(byte[]) - クラスのメソッド org.postgresql.jdbc.TimestampUtils
Returns the offset time object matching the given bytes with Oid#TIMETZ or Oid#TIME.
toPGString(byte[]) - クラスのstaticメソッド org.postgresql.util.PGbytea
 
toShort(String) - クラスのstaticメソッド org.postgresql.jdbc.PgResultSet
 
toString() - クラスのメソッド org.postgresql.core.CachedQuery
 
toString() - クラスのメソッド org.postgresql.core.CommandCompleteParser
 
toString() - クラスのメソッド org.postgresql.core.Encoding
 
toString() - クラスのメソッド org.postgresql.core.Field
 
toString() - クラスのメソッド org.postgresql.core.v3.BatchedQuery
 
toString() - クラスのメソッド org.postgresql.jdbc.FieldMetadata.Key
 
toString() - クラスのメソッド org.postgresql.jdbc.FieldMetadata
 
toString() - クラスのメソッド org.postgresql.jdbc.PgArray
 
toString() - クラスのメソッド org.postgresql.replication.LogSequenceNumber
 
toString() - クラスのメソッド org.postgresql.util.HostSpec
 
toString() - クラスのメソッド org.postgresql.util.IntList
 
toString() - クラスのメソッド org.postgresql.util.PGobject
This is defined here, so user code need not override it.
toString() - クラスのメソッド org.postgresql.util.ServerErrorMessage
 
toString() - クラスのメソッド org.postgresql.util.StreamWrapper
 
toString(int, boolean) - インタフェースのメソッド org.postgresql.core.ParameterList
Return a human-readable representation of a particular parameter in this ParameterList.
toString(int) - クラスのstaticメソッド org.postgresql.core.Oid
Returns the name of the oid as string.
toString(Calendar, Date) - クラスのメソッド org.postgresql.jdbc.TimestampUtils
 
toString(Calendar, Date, boolean) - クラスのメソッド org.postgresql.jdbc.TimestampUtils
 
toString(Calendar, Time) - クラスのメソッド org.postgresql.jdbc.TimestampUtils
 
toString(Calendar, Time, boolean) - クラスのメソッド org.postgresql.jdbc.TimestampUtils
 
toString(Calendar, Timestamp) - クラスのメソッド org.postgresql.jdbc.TimestampUtils
 
toString(Calendar, Timestamp, boolean) - クラスのメソッド org.postgresql.jdbc.TimestampUtils
 
toString(ParameterList) - クラスのメソッド org.postgresql.core.NativeQuery
Stringize this query to a human-readable form, substituting particular parameter values for parameter placeholders.
toString(ParameterList) - インタフェースのメソッド org.postgresql.core.Query
Stringize this query to a human-readable form, substituting particular parameter values for parameter placeholders.
toString(ParameterList) - クラスのメソッド org.postgresql.core.v3.BatchedQuery
 
toString(LocalDate) - クラスのメソッド org.postgresql.jdbc.TimestampUtils
 
toString(LocalDateTime) - クラスのメソッド org.postgresql.jdbc.TimestampUtils
Formats LocalDateTime to be sent to the backend, thus it adds time zone.
toString(LocalTime) - クラスのメソッド org.postgresql.jdbc.TimestampUtils
 
toString(OffsetDateTime) - クラスのメソッド org.postgresql.jdbc.TimestampUtils
 
toString(OffsetTime) - クラスのメソッド org.postgresql.jdbc.TimestampUtils
 
toString(Map<?, ?>) - クラスのstaticメソッド org.postgresql.util.HStoreConverter
 
toStringOffsetDateTime(byte[]) - クラスのメソッド org.postgresql.jdbc.TimestampUtils
Converts timestamptz to string taking client time zone (TimestampUtils.timeZoneProvider) into account.
toStringOffsetTimeBin(byte[]) - クラスのメソッド org.postgresql.jdbc.TimestampUtils
Converts timetz to string taking client time zone (TimestampUtils.timeZoneProvider) into account.
toTime(Calendar, String) - クラスのメソッド org.postgresql.jdbc.TimestampUtils
 
toTimeBin(TimeZone, byte[]) - クラスのメソッド org.postgresql.jdbc.TimestampUtils
Returns the SQL Time object matching the given bytes with Oid.TIME or Oid.TIMETZ.
toTimestamp(Calendar, String) - クラスのメソッド org.postgresql.jdbc.TimestampUtils
Parse a string and return a timestamp representing its value.
toTimestampBin(TimeZone, byte[], boolean) - クラスのメソッド org.postgresql.jdbc.TimestampUtils
Returns the SQL Timestamp object matching the given bytes with Oid.TIMESTAMP or Oid.TIMESTAMPTZ.
tr(String, Object...) - クラスのstaticメソッド org.postgresql.util.GT
 
TRANSACTION_STATE_INVALID - 列挙の列挙型定数 org.postgresql.util.PSQLState
 
TransactionState - org.postgresql.coreの列挙
 
transformQueriesAndParameters() - クラスのメソッド org.postgresql.jdbc.PgStatement
 
translate(double, double) - クラスのメソッド org.postgresql.geometric.PGpoint
Translate the point by the supplied amount.
translate(int, int) - クラスのメソッド org.postgresql.geometric.PGpoint
Translate the point by the supplied amount.
translatePGPropertyToPGService(String) - クラスのstaticメソッド org.postgresql.util.PGPropertyUtil
translate PGSERVICEFILE keys host, port, dbname Example: "PGHOST" becomes "host"
translatePGServiceToPGProperty(String) - クラスのstaticメソッド org.postgresql.util.PGPropertyUtil
translate PGSERVICEFILE keys host, port, dbname Example: "host" becomes "PGHOST"
truncate(int) - クラスのメソッド org.postgresql.largeobject.LargeObject
Truncates the large object to the given length in bytes.
truncate(long) - クラスのメソッド org.postgresql.jdbc.AbstractBlobClob
For Blobs this should be in bytes while for Clobs it should be in characters.
TRUNCATE - クラスのstatic変数 org.postgresql.jdbc.EscapedFunctions
推奨されていません。
 
truncate64(long) - クラスのメソッド org.postgresql.largeobject.LargeObject
Truncates the large object to the given length in bytes.
TSQUERY - クラスのstatic変数 org.postgresql.core.Oid
 
TSVECTOR - クラスのstatic変数 org.postgresql.core.Oid
 
Tuple - org.postgresql.coreのクラス
Class representing a row in a ResultSet.
Tuple(byte[][]) - クラスのコンストラクタ org.postgresql.core.Tuple
Construct a populated tuple.
Tuple(int) - クラスのコンストラクタ org.postgresql.core.Tuple
Construct an empty tuple.
type - クラスの変数 org.postgresql.util.PGobject
 
TypeInfo - org.postgresql.coreのインタフェース
 
TypeInfoCache - org.postgresql.jdbcのクラス
 
TypeInfoCache(BaseConnection, int) - クラスのコンストラクタ org.postgresql.jdbc.TypeInfoCache
 
typemap - クラスの変数 org.postgresql.jdbc.PgConnection
The current type mappings.
TypeTransferModeRegistry - org.postgresql.core.v3のインタフェース
 

U

UCASE - クラスのstatic変数 org.postgresql.jdbc.EscapedFunctions
推奨されていません。
 
UNDEFINED_COLUMN - 列挙の列挙型定数 org.postgresql.util.PSQLState
 
UNDEFINED_FUNCTION - 列挙の列挙型定数 org.postgresql.util.PSQLState
 
UNDEFINED_OBJECT - 列挙の列挙型定数 org.postgresql.util.PSQLState
 
UNDEFINED_TABLE - 列挙の列挙型定数 org.postgresql.util.PSQLState
 
UNEXPECTED_ERROR - 列挙の列挙型定数 org.postgresql.util.PSQLState
 
UNIQUE_VIOLATION - 列挙の列挙型定数 org.postgresql.util.PSQLState
 
UNKNOWN_LENGTH - 列挙の列挙型定数 org.postgresql.PGProperty
Specifies the length to return for types of unknown length.
UNKNOWN_STATE - 列挙の列挙型定数 org.postgresql.util.PSQLState
 
unlink(int) - クラスのメソッド org.postgresql.largeobject.LargeObjectManager
推奨されていません。
As of 8.3, replaced by LargeObjectManager.unlink(long)
unlink(long) - クラスのメソッド org.postgresql.largeobject.LargeObjectManager
This deletes a large object.
UNSPECIFIED - クラスのstatic変数 org.postgresql.core.Oid
 
unwrap(Class<T>) - クラスのメソッド org.postgresql.ds.PGPoolingDataSource
推奨されていません。
 
unwrap(Class<T>) - クラスのメソッド org.postgresql.ds.PGSimpleDataSource
 
unwrap(Class<T>) - クラスのメソッド org.postgresql.jdbc.PgConnection
 
unwrap(Class<T>) - クラスのメソッド org.postgresql.jdbc.PgDatabaseMetaData
 
unwrap(Class<T>) - クラスのメソッド org.postgresql.jdbc.PgParameterMetaData
 
unwrap(Class<T>) - クラスのメソッド org.postgresql.jdbc.PgResultSet
 
unwrap(Class<T>) - クラスのメソッド org.postgresql.jdbc.PgResultSetMetaData
 
unwrap(Class<T>) - クラスのメソッド org.postgresql.jdbc.PgStatement
 
UPDATE - 列挙の列挙型定数 org.postgresql.core.SqlCommandType
 
updateableCopy() - クラスのメソッド org.postgresql.core.Tuple
Create a copy of the tuple for updating.
updateArray(int, Array) - クラスのメソッド org.postgresql.jdbc.PgResultSet
 
updateArray(String, Array) - クラスのメソッド org.postgresql.jdbc.PgResultSet
 
updateAsciiStream(int, InputStream) - クラスのメソッド org.postgresql.jdbc.PgResultSet
 
updateAsciiStream(int, InputStream, int) - クラスのメソッド org.postgresql.jdbc.PgResultSet
 
updateAsciiStream(int, InputStream, long) - クラスのメソッド org.postgresql.jdbc.PgResultSet
 
updateAsciiStream(String, InputStream) - クラスのメソッド org.postgresql.jdbc.PgResultSet
 
updateAsciiStream(String, InputStream, int) - クラスのメソッド org.postgresql.jdbc.PgResultSet
 
updateAsciiStream(String, InputStream, long) - クラスのメソッド org.postgresql.jdbc.PgResultSet
 
updateBigDecimal(int, BigDecimal) - クラスのメソッド org.postgresql.jdbc.PgResultSet
 
updateBigDecimal(String, BigDecimal) - クラスのメソッド org.postgresql.jdbc.PgResultSet
 
updateBinaryStream(int, InputStream) - クラスのメソッド org.postgresql.jdbc.PgResultSet
 
updateBinaryStream(int, InputStream, int) - クラスのメソッド org.postgresql.jdbc.PgResultSet
 
updateBinaryStream(int, InputStream, long) - クラスのメソッド org.postgresql.jdbc.PgResultSet
 
updateBinaryStream(String, InputStream) - クラスのメソッド org.postgresql.jdbc.PgResultSet
 
updateBinaryStream(String, InputStream, int) - クラスのメソッド org.postgresql.jdbc.PgResultSet
 
updateBinaryStream(String, InputStream, long) - クラスのメソッド org.postgresql.jdbc.PgResultSet
 
updateBlob(int, InputStream) - クラスのメソッド org.postgresql.jdbc.PgResultSet
 
updateBlob(int, InputStream, long) - クラスのメソッド org.postgresql.jdbc.PgResultSet
 
updateBlob(int, Blob) - クラスのメソッド org.postgresql.jdbc.PgResultSet
 
updateBlob(String, InputStream) - クラスのメソッド org.postgresql.jdbc.PgResultSet
 
updateBlob(String, InputStream, long) - クラスのメソッド org.postgresql.jdbc.PgResultSet
 
updateBlob(String, Blob) - クラスのメソッド org.postgresql.jdbc.PgResultSet
 
updateBoolean(int, boolean) - クラスのメソッド org.postgresql.jdbc.PgResultSet
 
updateBoolean(String, boolean) - クラスのメソッド org.postgresql.jdbc.PgResultSet
 
updateByte(int, byte) - クラスのメソッド org.postgresql.jdbc.PgResultSet
 
updateByte(String, byte) - クラスのメソッド org.postgresql.jdbc.PgResultSet
 
updateBytes(int, byte[]) - クラスのメソッド org.postgresql.jdbc.PgResultSet
 
updateBytes(String, byte[]) - クラスのメソッド org.postgresql.jdbc.PgResultSet
 
updateCharacterStream(int, Reader) - クラスのメソッド org.postgresql.jdbc.PgResultSet
 
updateCharacterStream(int, Reader, int) - クラスのメソッド org.postgresql.jdbc.PgResultSet
 
updateCharacterStream(int, Reader, long) - クラスのメソッド org.postgresql.jdbc.PgResultSet
 
updateCharacterStream(String, Reader) - クラスのメソッド org.postgresql.jdbc.PgResultSet
 
updateCharacterStream(String, Reader, int) - クラスのメソッド org.postgresql.jdbc.PgResultSet
 
updateCharacterStream(String, Reader, long) - クラスのメソッド org.postgresql.jdbc.PgResultSet
 
updateClob(int, Reader) - クラスのメソッド org.postgresql.jdbc.PgResultSet
 
updateClob(int, Reader, long) - クラスのメソッド org.postgresql.jdbc.PgResultSet
 
updateClob(int, Clob) - クラスのメソッド org.postgresql.jdbc.PgResultSet
 
updateClob(String, Reader) - クラスのメソッド org.postgresql.jdbc.PgResultSet
 
updateClob(String, Reader, long) - クラスのメソッド org.postgresql.jdbc.PgResultSet
 
updateClob(String, Clob) - クラスのメソッド org.postgresql.jdbc.PgResultSet
 
updateDate(int, Date) - クラスのメソッド org.postgresql.jdbc.PgResultSet
 
updateDate(String, Date) - クラスのメソッド org.postgresql.jdbc.PgResultSet
 
updateDouble(int, double) - クラスのメソッド org.postgresql.jdbc.PgResultSet
 
updateDouble(String, double) - クラスのメソッド org.postgresql.jdbc.PgResultSet
 
updateFloat(int, float) - クラスのメソッド org.postgresql.jdbc.PgResultSet
 
updateFloat(String, float) - クラスのメソッド org.postgresql.jdbc.PgResultSet
 
updateHostStatus(String) - クラスのメソッド org.postgresql.util.HostSpec
 
updateInt(int, int) - クラスのメソッド org.postgresql.jdbc.PgResultSet
 
updateInt(String, int) - クラスのメソッド org.postgresql.jdbc.PgResultSet
 
updateLong(int, long) - クラスのメソッド org.postgresql.jdbc.PgResultSet
 
updateLong(String, long) - クラスのメソッド org.postgresql.jdbc.PgResultSet
 
updateNCharacterStream(int, Reader) - クラスのメソッド org.postgresql.jdbc.PgResultSet
 
updateNCharacterStream(int, Reader, int) - クラスのメソッド org.postgresql.jdbc.PgResultSet
 
updateNCharacterStream(int, Reader, long) - クラスのメソッド org.postgresql.jdbc.PgResultSet
 
updateNCharacterStream(String, Reader) - クラスのメソッド org.postgresql.jdbc.PgResultSet
 
updateNCharacterStream(String, Reader, int) - クラスのメソッド org.postgresql.jdbc.PgResultSet
 
updateNCharacterStream(String, Reader, long) - クラスのメソッド org.postgresql.jdbc.PgResultSet
 
updateNClob(int, Reader) - クラスのメソッド org.postgresql.jdbc.PgResultSet
 
updateNClob(int, Reader, long) - クラスのメソッド org.postgresql.jdbc.PgResultSet
 
updateNClob(int, NClob) - クラスのメソッド org.postgresql.jdbc.PgResultSet
 
updateNClob(String, Reader) - クラスのメソッド org.postgresql.jdbc.PgResultSet
 
updateNClob(String, Reader, long) - クラスのメソッド org.postgresql.jdbc.PgResultSet
 
updateNClob(String, NClob) - クラスのメソッド org.postgresql.jdbc.PgResultSet
 
updateNString(int, String) - クラスのメソッド org.postgresql.jdbc.PgResultSet
 
updateNString(String, String) - クラスのメソッド org.postgresql.jdbc.PgResultSet
 
updateNull(int) - クラスのメソッド org.postgresql.jdbc.PgResultSet
 
updateNull(String) - クラスのメソッド org.postgresql.jdbc.PgResultSet
 
updateObject(int, Object, SQLType) - クラスのメソッド org.postgresql.jdbc.PgResultSet
 
updateObject(int, Object, SQLType, int) - クラスのメソッド org.postgresql.jdbc.PgResultSet
 
updateObject(int, Object) - クラスのメソッド org.postgresql.jdbc.PgResultSet
 
updateObject(int, Object, int) - クラスのメソッド org.postgresql.jdbc.PgResultSet
 
updateObject(String, Object) - クラスのメソッド org.postgresql.jdbc.PgResultSet
 
updateObject(String, Object, int) - クラスのメソッド org.postgresql.jdbc.PgResultSet
 
updateObject(String, Object, SQLType) - クラスのメソッド org.postgresql.jdbc.PgResultSet
 
updateObject(String, Object, SQLType, int) - クラスのメソッド org.postgresql.jdbc.PgResultSet
 
updateQueryFetchSize(boolean, Query, int) - クラスのメソッド org.postgresql.core.v3.adaptivefetch.AdaptiveFetchCache
Update adaptive fetch size for given query.
updateRef(int, Ref) - クラスのメソッド org.postgresql.jdbc.PgResultSet
 
updateRef(String, Ref) - クラスのメソッド org.postgresql.jdbc.PgResultSet
 
updateRow() - クラスのメソッド org.postgresql.jdbc.PgResultSet
 
updateRowId(int, RowId) - クラスのメソッド org.postgresql.jdbc.PgResultSet
 
updateRowId(String, RowId) - クラスのメソッド org.postgresql.jdbc.PgResultSet
 
updatesAreDetected(int) - クラスのメソッド org.postgresql.jdbc.PgDatabaseMetaData
 
updateShort(int, short) - クラスのメソッド org.postgresql.jdbc.PgResultSet
 
updateShort(String, short) - クラスのメソッド org.postgresql.jdbc.PgResultSet
 
updateSQLXML(int, SQLXML) - クラスのメソッド org.postgresql.jdbc.PgResultSet
 
updateSQLXML(String, SQLXML) - クラスのメソッド org.postgresql.jdbc.PgResultSet
 
updateString(int, String) - クラスのメソッド org.postgresql.jdbc.PgResultSet
 
updateString(String, String) - クラスのメソッド org.postgresql.jdbc.PgResultSet
 
updateTime(int, Time) - クラスのメソッド org.postgresql.jdbc.PgResultSet
 
updateTime(String, Time) - クラスのメソッド org.postgresql.jdbc.PgResultSet
 
updateTimestamp(int, Timestamp) - クラスのメソッド org.postgresql.jdbc.PgResultSet
 
updateTimestamp(String, Timestamp) - クラスのメソッド org.postgresql.jdbc.PgResultSet
 
updateValue(int, Object) - クラスのメソッド org.postgresql.jdbc.PgResultSet
 
upperCaseFieldLabels() - クラスのメソッド org.postgresql.jdbc.PgResultSet
This is here to be used by metadata functions to make all column labels upper case.
upperCaseLabel() - クラスのメソッド org.postgresql.core.Field
 
URLCoder - org.postgresql.utilのクラス
This class helps with URL encoding and decoding.
URLCoder() - クラスのコンストラクタ org.postgresql.util.URLCoder
 
USE_SPNEGO - 列挙の列挙型定数 org.postgresql.PGProperty
Use SPNEGO in SSPI authentication requests.
useBinaryForReceive(int) - クラスのメソッド org.postgresql.core.v3.QueryExecutorImpl
 
useBinaryForReceive(int) - インタフェースのメソッド org.postgresql.core.v3.TypeTransferModeRegistry
Returns if given oid should be received in binary format.
useBinaryForSend(int) - クラスのメソッド org.postgresql.core.v3.QueryExecutorImpl
 
useBinaryForSend(int) - インタフェースのメソッド org.postgresql.core.v3.TypeTransferModeRegistry
Returns if given oid should be sent in binary format.
USER - 列挙の列挙型定数 org.postgresql.PGProperty
Username to connect to the database as.
USER - クラスのstatic変数 org.postgresql.jdbc.EscapedFunctions
推奨されていません。
 
usesLocalFilePerTable() - クラスのメソッド org.postgresql.jdbc.PgDatabaseMetaData
Does the database use a file for each table?
usesLocalFiles() - クラスのメソッド org.postgresql.jdbc.PgDatabaseMetaData
Does the database store tables in a local file?
Utils - org.postgresql.coreのクラス
Collection of utilities used by the protocol-level code.
Utils() - クラスのコンストラクタ org.postgresql.core.Utils
 
UUID - クラスのstatic変数 org.postgresql.core.Oid
 
UUID_ARRAY - クラスのstatic変数 org.postgresql.core.Oid
 
UUIDArrayAssistant - org.postgresql.jdbcのクラス
 
UUIDArrayAssistant() - クラスのコンストラクタ org.postgresql.jdbc.UUIDArrayAssistant
 

V

v1_8 - 列挙の列挙型定数 org.postgresql.core.JavaVersion
 
v10 - 列挙の列挙型定数 org.postgresql.core.ServerVersion
 
v11 - 列挙の列挙型定数 org.postgresql.core.ServerVersion
 
v12 - 列挙の列挙型定数 org.postgresql.core.ServerVersion
 
v13 - 列挙の列挙型定数 org.postgresql.core.ServerVersion
 
v14 - 列挙の列挙型定数 org.postgresql.core.ServerVersion
 
v15 - 列挙の列挙型定数 org.postgresql.core.ServerVersion
 
v16 - 列挙の列挙型定数 org.postgresql.core.ServerVersion
 
V3PGReplicationStream - org.postgresql.core.v3.replicationのクラス
 
V3PGReplicationStream(CopyDual, LogSequenceNumber, long, ReplicationType) - クラスのコンストラクタ org.postgresql.core.v3.replication.V3PGReplicationStream
 
V3ReplicationProtocol - org.postgresql.core.v3.replicationのクラス
 
V3ReplicationProtocol(QueryExecutor, PGStream) - クラスのコンストラクタ org.postgresql.core.v3.replication.V3ReplicationProtocol
 
v8_2 - 列挙の列挙型定数 org.postgresql.core.ServerVersion
 
v8_3 - 列挙の列挙型定数 org.postgresql.core.ServerVersion
 
v8_4 - 列挙の列挙型定数 org.postgresql.core.ServerVersion
 
v9_0 - 列挙の列挙型定数 org.postgresql.core.ServerVersion
 
v9_1 - 列挙の列挙型定数 org.postgresql.core.ServerVersion
 
v9_2 - 列挙の列挙型定数 org.postgresql.core.ServerVersion
 
v9_3 - 列挙の列挙型定数 org.postgresql.core.ServerVersion
 
v9_4 - 列挙の列挙型定数 org.postgresql.core.ServerVersion
 
v9_5 - 列挙の列挙型定数 org.postgresql.core.ServerVersion
 
v9_6 - 列挙の列挙型定数 org.postgresql.core.ServerVersion
 
val - クラスの変数 org.postgresql.util.PGmoney
 
value - 列挙の変数 org.postgresql.jdbc.GSSEncMode
 
value - 列挙の変数 org.postgresql.jdbc.SslMode
 
value - クラスの変数 org.postgresql.util.PGobject
 
value() - 列挙のメソッド org.postgresql.jdbc.AutoSave
 
value() - 列挙のメソッド org.postgresql.jdbc.EscapeSyntaxCallMode
 
value() - 列挙のメソッド org.postgresql.jdbc.PreferQueryMode
 
valueOf(long) - クラスのstaticメソッド org.postgresql.replication.LogSequenceNumber
 
valueOf(String) - 列挙のstaticメソッド org.postgresql.core.JavaVersion
指定した名前を持つこの型の列挙型定数を返します。
valueOf(String) - クラスのstaticメソッド org.postgresql.core.Oid
 
valueOf(String) - 列挙のstaticメソッド org.postgresql.core.ServerVersion
指定した名前を持つこの型の列挙型定数を返します。
valueOf(String) - 列挙のstaticメソッド org.postgresql.core.SqlCommandType
指定した名前を持つこの型の列挙型定数を返します。
valueOf(String) - 列挙のstaticメソッド org.postgresql.core.TransactionState
指定した名前を持つこの型の列挙型定数を返します。
valueOf(String) - 列挙のstaticメソッド org.postgresql.hostchooser.HostRequirement
指定した名前を持つこの型の列挙型定数を返します。
valueOf(String) - 列挙のstaticメソッド org.postgresql.hostchooser.HostStatus
指定した名前を持つこの型の列挙型定数を返します。
valueOf(String) - 列挙のstaticメソッド org.postgresql.jdbc.AutoSave
指定した名前を持つこの型の列挙型定数を返します。
valueOf(String) - 列挙のstaticメソッド org.postgresql.jdbc.EscapeSyntaxCallMode
指定した名前を持つこの型の列挙型定数を返します。
valueOf(String) - 列挙のstaticメソッド org.postgresql.jdbc.GSSEncMode
指定した名前を持つこの型の列挙型定数を返します。
valueOf(String) - 列挙のstaticメソッド org.postgresql.jdbc.PreferQueryMode
指定した名前を持つこの型の列挙型定数を返します。
valueOf(String) - 列挙のstaticメソッド org.postgresql.jdbc.SslMode
指定した名前を持つこの型の列挙型定数を返します。
valueOf(String) - 列挙のstaticメソッド org.postgresql.PGEnvironment
指定した名前を持つこの型の列挙型定数を返します。
valueOf(String) - 列挙のstaticメソッド org.postgresql.PGProperty
指定した名前を持つこの型の列挙型定数を返します。
valueOf(String) - 列挙のstaticメソッド org.postgresql.plugin.AuthenticationRequestType
指定した名前を持つこの型の列挙型定数を返します。
valueOf(String) - クラスのstaticメソッド org.postgresql.replication.LogSequenceNumber
Create LSN instance by string represent LSN.
valueOf(String) - 列挙のstaticメソッド org.postgresql.replication.ReplicationType
指定した名前を持つこの型の列挙型定数を返します。
valueOf(String) - 列挙のstaticメソッド org.postgresql.util.PSQLState
指定した名前を持つこの型の列挙型定数を返します。
values() - 列挙のstaticメソッド org.postgresql.core.JavaVersion
この列挙型の定数を含む配列を宣言されている順序で 返します。
values() - 列挙のstaticメソッド org.postgresql.core.ServerVersion
この列挙型の定数を含む配列を宣言されている順序で 返します。
values() - 列挙のstaticメソッド org.postgresql.core.SqlCommandType
この列挙型の定数を含む配列を宣言されている順序で 返します。
values() - 列挙のstaticメソッド org.postgresql.core.TransactionState
この列挙型の定数を含む配列を宣言されている順序で 返します。
values() - 列挙のstaticメソッド org.postgresql.hostchooser.HostRequirement
この列挙型の定数を含む配列を宣言されている順序で 返します。
values() - 列挙のstaticメソッド org.postgresql.hostchooser.HostStatus
この列挙型の定数を含む配列を宣言されている順序で 返します。
values() - 列挙のstaticメソッド org.postgresql.jdbc.AutoSave
この列挙型の定数を含む配列を宣言されている順序で 返します。
values() - 列挙のstaticメソッド org.postgresql.jdbc.EscapeSyntaxCallMode
この列挙型の定数を含む配列を宣言されている順序で 返します。
values() - 列挙のstaticメソッド org.postgresql.jdbc.GSSEncMode
この列挙型の定数を含む配列を宣言されている順序で 返します。
values() - 列挙のstaticメソッド org.postgresql.jdbc.PreferQueryMode
この列挙型の定数を含む配列を宣言されている順序で 返します。
values() - 列挙のstaticメソッド org.postgresql.jdbc.SslMode
この列挙型の定数を含む配列を宣言されている順序で 返します。
values() - 列挙のstaticメソッド org.postgresql.PGEnvironment
この列挙型の定数を含む配列を宣言されている順序で 返します。
values() - 列挙のstaticメソッド org.postgresql.PGProperty
この列挙型の定数を含む配列を宣言されている順序で 返します。
values() - 列挙のstaticメソッド org.postgresql.plugin.AuthenticationRequestType
この列挙型の定数を含む配列を宣言されている順序で 返します。
values() - 列挙のstaticメソッド org.postgresql.replication.ReplicationType
この列挙型の定数を含む配列を宣言されている順序で 返します。
values() - 列挙のstaticメソッド org.postgresql.util.PSQLState
この列挙型の定数を含む配列を宣言されている順序で 返します。
VALUES - 列挙のstatic変数 org.postgresql.jdbc.SslMode
 
VARBIT - クラスのstatic変数 org.postgresql.core.Oid
 
VARBIT_ARRAY - クラスのstatic変数 org.postgresql.core.Oid
 
VARCHAR - クラスのstatic変数 org.postgresql.core.Oid
 
VARCHAR_ARRAY - クラスのstatic変数 org.postgresql.core.Oid
 
verify(String, SSLSession) - クラスのメソッド org.postgresql.ssl.jdbc4.LibPQFactory
推奨されていません。
use PgjdbcHostnameVerifier
verify(String, SSLSession) - クラスのメソッド org.postgresql.ssl.PGjdbcHostnameVerifier
 
VERIFY_CA - 列挙の列挙型定数 org.postgresql.jdbc.SslMode
Ensure connection is encrypted, and client trusts server certificate.
VERIFY_FULL - 列挙の列挙型定数 org.postgresql.jdbc.SslMode
Ensure connection is encrypted, client trusts server certificate, and server hostname matches the one listed in the server certificate.
verifyCertificate() - 列挙のメソッド org.postgresql.jdbc.SslMode
 
verifyHostName(String, String) - クラスのメソッド org.postgresql.ssl.PGjdbcHostnameVerifier
 
verifyHostName(String, String) - クラスのstaticメソッド org.postgresql.ssl.jdbc4.LibPQFactory
推奨されていません。
verifyPeerName() - 列挙のメソッド org.postgresql.jdbc.SslMode
 
verifyServerSignature(int) - クラスのメソッド org.postgresql.jre7.sasl.ScramAuthenticator
 
Version - org.postgresql.coreのインタフェース
 
viaCM() - クラスのメソッド org.postgresql.core.PGStream
 
VisibleBufferedInputStream - org.postgresql.coreのクラス
A faster version of BufferedInputStream.
VisibleBufferedInputStream(InputStream, int) - クラスのコンストラクタ org.postgresql.core.VisibleBufferedInputStream
Creates a new buffer around the given stream.
VOID - クラスのstatic変数 org.postgresql.core.Oid
 

W

wantsGeneratedKeysAlways - クラスの変数 org.postgresql.jdbc.PgStatement
Was this PreparedStatement created to return generated keys for every execution?
wantsGeneratedKeysOnce - クラスの変数 org.postgresql.jdbc.PgStatement
Does the caller of execute/executeUpdate want generated keys for this execution?
wantsHoldableResultSet() - クラスのメソッド org.postgresql.jdbc.PgStatement
 
wantsScrollableResultSet() - クラスのメソッド org.postgresql.jdbc.PgStatement
 
warning(SAXParseException) - クラスのメソッド org.postgresql.xml.NullErrorHandler
 
warnings - クラスの変数 org.postgresql.jdbc.PgResultSet
 
warnings - クラスの変数 org.postgresql.jdbc.PgStatement
The warnings chain.
wasNull() - クラスのメソッド org.postgresql.jdbc.PgResultSet
 
wasNullFlag - クラスの変数 org.postgresql.jdbc.PgResultSet
True if the last obtained column value was SQL NULL as specified by PgResultSet.wasNull().
WEEK - クラスのstatic変数 org.postgresql.jdbc.EscapedFunctions
推奨されていません。
 
willHealOnRetry(SQLException) - インタフェースのメソッド org.postgresql.core.QueryExecutor
 
willHealOnRetry(SQLException) - クラスのメソッド org.postgresql.core.QueryExecutorBase
 
willHealViaReparse(SQLException) - クラスのメソッド org.postgresql.core.QueryExecutorBase
 
WITH - 列挙の列挙型定数 org.postgresql.core.SqlCommandType
 
withClientOffsetSameInstant(OffsetDateTime) - クラスのメソッド org.postgresql.jdbc.TimestampUtils
PostgreSQL does not store the time zone in the binary representation of timestamptz.
withClientOffsetSameInstant(OffsetTime) - クラスのメソッド org.postgresql.jdbc.TimestampUtils
PostgreSQL does not store the time zone in the binary representation of timetz.
withOutputPlugin(String) - インタフェースのメソッド org.postgresql.replication.fluent.logical.ChainedLogicalCreateSlotBuilder
Output plugin that should be use for decode physical represent WAL to some logical form.
withOutputPlugin(String) - クラスのメソッド org.postgresql.replication.fluent.logical.LogicalCreateSlotBuilder
 
withSlotName(String) - クラスのメソッド org.postgresql.replication.fluent.AbstractCreateSlotBuilder
 
withSlotName(String) - クラスのメソッド org.postgresql.replication.fluent.AbstractStreamBuilder
 
withSlotName(String) - インタフェースのメソッド org.postgresql.replication.fluent.ChainedCommonCreateSlotBuilder
Replication slots provide an automated way to ensure that the master does not remove WAL segments until they have been received by all standbys, and that the master does not remove rows which could cause a recovery conflict even when the standby is disconnected.
withSlotName(String) - インタフェースのメソッド org.postgresql.replication.fluent.ChainedCommonStreamBuilder
Replication slots provide an automated way to ensure that the master does not remove WAL segments until they have been received by all standbys, and that the master does not remove rows which could cause a recovery conflict even when the standby is disconnected.
withSlotOption(String, boolean) - インタフェースのメソッド org.postgresql.replication.fluent.logical.ChainedLogicalStreamBuilder
 
withSlotOption(String, boolean) - クラスのメソッド org.postgresql.replication.fluent.logical.LogicalStreamBuilder
 
withSlotOption(String, int) - インタフェースのメソッド org.postgresql.replication.fluent.logical.ChainedLogicalStreamBuilder
 
withSlotOption(String, int) - クラスのメソッド org.postgresql.replication.fluent.logical.LogicalStreamBuilder
 
withSlotOption(String, String) - インタフェースのメソッド org.postgresql.replication.fluent.logical.ChainedLogicalStreamBuilder
 
withSlotOption(String, String) - クラスのメソッド org.postgresql.replication.fluent.logical.LogicalStreamBuilder
 
withSlotOptions(Properties) - インタフェースのメソッド org.postgresql.replication.fluent.logical.ChainedLogicalStreamBuilder
 
withSlotOptions(Properties) - クラスのメソッド org.postgresql.replication.fluent.logical.LogicalStreamBuilder
 
withStartPosition(LogSequenceNumber) - クラスのメソッド org.postgresql.replication.fluent.AbstractStreamBuilder
 
withStartPosition(LogSequenceNumber) - インタフェースのメソッド org.postgresql.replication.fluent.ChainedCommonStreamBuilder
Specify start position from which backend will start stream changes.
withStartPosition(LogSequenceNumber) - クラスのメソッド org.postgresql.replication.fluent.logical.LogicalStreamBuilder
 
withStatusInterval(int, TimeUnit) - クラスのメソッド org.postgresql.replication.fluent.AbstractStreamBuilder
 
withStatusInterval(int, TimeUnit) - インタフェースのメソッド org.postgresql.replication.fluent.ChainedCommonStreamBuilder
Specifies the number of time between status packets sent back to the server.
withTemporaryOption() - クラスのメソッド org.postgresql.replication.fluent.AbstractCreateSlotBuilder
 
withTemporaryOption() - インタフェースのメソッド org.postgresql.replication.fluent.ChainedCommonCreateSlotBuilder
Temporary slots are not saved to disk and are automatically dropped on error or when the session has finished.
wrap(List<NativeQuery>) - インタフェースのメソッド org.postgresql.core.QueryExecutor
Wrap given native query into a ready for execution format.
wrap(List<NativeQuery>) - クラスのメソッド org.postgresql.core.v3.QueryExecutorImpl
 
WrappedFactory - org.postgresql.sslのクラス
Provide a wrapper to a real SSLSocketFactory delegating all calls to the contained instance.
WrappedFactory() - クラスのコンストラクタ org.postgresql.ssl.WrappedFactory
 
write(byte[]) - クラスのメソッド org.postgresql.copy.PGCopyOutputStream
 
write(byte[]) - クラスのメソッド org.postgresql.gss.GSSOutputStream
 
write(byte[]) - クラスのメソッド org.postgresql.largeobject.LargeObject
Writes an array to the object.
write(byte[], int, int) - クラスのメソッド org.postgresql.copy.PGCopyOutputStream
 
write(byte[], int, int) - クラスのメソッド org.postgresql.core.FixedLengthOutputStream
 
write(byte[], int, int) - クラスのメソッド org.postgresql.gss.GSSOutputStream
 
write(byte[], int, int) - クラスのメソッド org.postgresql.largeobject.BlobOutputStream
 
write(byte[], int, int) - クラスのメソッド org.postgresql.largeobject.LargeObject
Writes some data from an array to the object.
write(int) - クラスのメソッド org.postgresql.copy.PGCopyOutputStream
 
write(int) - クラスのメソッド org.postgresql.core.FixedLengthOutputStream
 
write(int) - クラスのメソッド org.postgresql.gss.GSSOutputStream
 
write(int) - クラスのメソッド org.postgresql.largeobject.BlobOutputStream
 
write(ByteStreamWriter) - クラスのメソッド org.postgresql.largeobject.LargeObject
Writes some data from a given writer to the object.
WRITE - クラスのstatic変数 org.postgresql.largeobject.LargeObjectManager
This mode indicates we want to write to an object.
writeBaseObject(ObjectOutputStream) - クラスのメソッド org.postgresql.ds.common.BaseDataSource
 
writeTo(ByteStreamWriter.ByteStreamTarget) - クラスのメソッド org.postgresql.util.ByteBufferByteStreamWriter
 
writeTo(ByteStreamWriter.ByteStreamTarget) - インタフェースのメソッド org.postgresql.util.ByteStreamWriter
Write the data to the provided OutputStream.
writeToCopy(byte[], int, int) - インタフェースのメソッド org.postgresql.copy.CopyIn
Writes specified part of given byte array to an open and writable copy operation.
writeToCopy(byte[], int, int) - クラスのメソッド org.postgresql.copy.PGCopyOutputStream
 
writeToCopy(byte[], int, int) - クラスのメソッド org.postgresql.core.v3.CopyDualImpl
 
writeToCopy(byte[], int, int) - クラスのメソッド org.postgresql.core.v3.CopyInImpl
 
writeToCopy(CopyOperationImpl, byte[], int, int) - クラスのメソッド org.postgresql.core.v3.QueryExecutorImpl
Sends data during a live COPY IN operation.
writeToCopy(CopyOperationImpl, ByteStreamWriter) - クラスのメソッド org.postgresql.core.v3.QueryExecutorImpl
Sends data during a live COPY IN operation.
writeToCopy(ByteStreamWriter) - インタフェースのメソッド org.postgresql.copy.CopyIn
Writes a ByteStreamWriter to an open and writable copy operation.
writeToCopy(ByteStreamWriter) - クラスのメソッド org.postgresql.copy.PGCopyOutputStream
 
writeToCopy(ByteStreamWriter) - クラスのメソッド org.postgresql.core.v3.CopyDualImpl
 
writeToCopy(ByteStreamWriter) - クラスのメソッド org.postgresql.core.v3.CopyInImpl
 
WRONG_OBJECT_TYPE - 列挙の列挙型定数 org.postgresql.util.PSQLState
 

X

x - クラスの変数 org.postgresql.geometric.PGpoint
The X coordinate of the point.
XML - クラスのstatic変数 org.postgresql.core.Oid
 
XML_ARRAY - クラスのstatic変数 org.postgresql.core.Oid
 
XML_FACTORY_FACTORY - 列挙の列挙型定数 org.postgresql.PGProperty
Factory class to instantiate factories for XML processing.

Y

y - クラスの変数 org.postgresql.geometric.PGpoint
The Y coordinate of the point.
YEAR - クラスのstatic変数 org.postgresql.jdbc.EscapedFunctions
推奨されていません。
 
A B C D E F G H I J K L M N O P Q R S T U V W X Y 
All Classes and Interfaces|すべてのパッケージ|直列化された形式|定数フィールド値