Uses of Class
org.postgresql.util.PSQLException
Packages that use PSQLException
Package
Description
-
Uses of PSQLException in org.postgresql
Methods in org.postgresql that throw PSQLExceptionModifier and TypeMethodDescriptionint
PGProperty.getInt
(Properties properties) Return the int value for this connection parameter in the givenProperties
.PGProperty.getInteger
(Properties properties) Return theInteger
value for this connection parameter in the givenProperties
. -
Uses of PSQLException in org.postgresql.core
Methods in org.postgresql.core that throw PSQLExceptionModifier and TypeMethodDescriptionstatic SocketFactory
SocketFactoryFactory.getSocketFactory
(Properties info) InstantiatesSocketFactory
based on thePGProperty.SOCKET_FACTORY
.static SSLSocketFactory
SocketFactoryFactory.getSslSocketFactory
(Properties info) InstantiatesSSLSocketFactory
based on thePGProperty.SSL_FACTORY
.void
ParsesCommandComplete (B)
message.void
PGStream.setMaxResultBuffer
(String value) Method to set MaxResultBuffer inside PGStream.static int
-
Uses of PSQLException in org.postgresql.core.v3
Methods in org.postgresql.core.v3 that throw PSQLExceptionModifier and TypeMethodDescriptionvoid
CopyDualImpl.handleCommandStatus
(String status) void
CopyOperationImpl.handleCommandStatus
(String status) protected void
CopyInImpl.handleCopydata
(byte[] data) protected abstract void
CopyOperationImpl.handleCopydata
(byte[] data) Consume received copy data. -
Uses of PSQLException in org.postgresql.gss
Methods in org.postgresql.gss that throw PSQLException -
Uses of PSQLException in org.postgresql.jdbc
Methods in org.postgresql.jdbc that throw PSQLExceptionModifier and TypeMethodDescriptionstatic GSSEncMode
GSSEncMode.of
(Properties info) static SslMode
SslMode.of
(Properties info) void
Converts the SQL Date to binary representation forOid.DATE
.Returns the SQL Date object matching the given bytes withOid.DATE
.TimestampUtils.toLocalDateBin
(byte[] bytes) Returns the local date time object matching the given bytes withOid.DATE
orOid.TIMESTAMP
.TimestampUtils.toLocalDateTimeBin
(byte[] bytes) Returns the local date time object matching the given bytes withOid.TIMESTAMP
orOid.TIMESTAMPTZ
.TimestampUtils.toLocalTimeBin
(byte[] bytes) Returns the SQL Time object matching the given bytes withOid.TIME
.TimestampUtils.toOffsetDateTimeBin
(byte[] bytes) Returns the offset date time object matching the given bytes with Oid#TIMESTAMPTZ.TimestampUtils.toOffsetTimeBin
(byte[] bytes) Returns the offset time object matching the given bytes with Oid#TIMETZ or Oid#TIME.Returns the SQL Time object matching the given bytes withOid.TIME
orOid.TIMETZ
.TimestampUtils.toTimestampBin
(TimeZone tz, byte[] bytes, boolean timestamptz) Returns the SQL Timestamp object matching the given bytes withOid.TIMESTAMP
orOid.TIMESTAMPTZ
. -
Uses of PSQLException in org.postgresql.jre7.sasl
Methods in org.postgresql.jre7.sasl that throw PSQLExceptionModifier and TypeMethodDescriptionvoid
ScramAuthenticator.processServerFirstMessage
(int length) void
ScramAuthenticator.processServerMechanismsAndInit()
void
ScramAuthenticator.verifyServerSignature
(int length) -
Uses of PSQLException in org.postgresql.plugin
Methods in org.postgresql.plugin that throw PSQLExceptionModifier and TypeMethodDescriptionchar[]
AuthenticationPlugin.getPassword
(AuthenticationRequestType type) Callback method to provide the password to use for authentication. -
Uses of PSQLException in org.postgresql.ssl
Methods in org.postgresql.ssl that throw PSQLExceptionModifier and TypeMethodDescriptionstatic void
MakeSSL.convert
(PGStream stream, Properties info) void
LazyKeyManager.throwKeyManagerException()
getCertificateChain and getPrivateKey cannot throw exceptions, therefore any exception is stored inLazyKeyManager.error
and can be raised by this method.void
LibPQFactory.throwKeyManagerException()
Propagates any exception fromLazyKeyManager
.void
PKCS12KeyManager.throwKeyManagerException()
getCertificateChain and getPrivateKey cannot throw exceptions, therefore any exception is stored inPKCS12KeyManager.error
and can be raised by this method.Constructors in org.postgresql.ssl that throw PSQLExceptionModifierConstructorDescriptionLibPQFactory
(Properties info) PKCS12KeyManager
(String pkcsFile, CallbackHandler cbh) -
Uses of PSQLException in org.postgresql.ssl.jdbc4
Constructors in org.postgresql.ssl.jdbc4 that throw PSQLException -
Uses of PSQLException in org.postgresql.util
Methods in org.postgresql.util that throw PSQLExceptionModifier and TypeMethodDescriptionstatic long
PGPropertyMaxResultBufferParser.parseProperty
(String value) Method to parse value of max result buffer size.Constructors in org.postgresql.util that throw PSQLException
LibPQFactory