Uses of Class
org.postgresql.util.PSQLException
-
Packages that use PSQLException Package Description org.postgresql org.postgresql.core org.postgresql.core.v3 org.postgresql.jdbc org.postgresql.jre7.sasl org.postgresql.ssl org.postgresql.ssl.jdbc4 org.postgresql.util -
-
Uses of PSQLException in org.postgresql
Methods in org.postgresql that throw PSQLException Modifier and Type Method Description int
PGProperty. getInt(java.util.Properties properties)
Return the int value for this connection parameter in the givenProperties
.java.lang.Integer
PGProperty. getInteger(java.util.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 PSQLException Modifier and Type Method Description static javax.net.SocketFactory
SocketFactoryFactory. getSocketFactory(java.util.Properties info)
InstantiatesSocketFactory
based on thePGProperty.SOCKET_FACTORY
.static javax.net.ssl.SSLSocketFactory
SocketFactoryFactory. getSslSocketFactory(java.util.Properties info)
InstantiatesSSLSocketFactory
based on thePGProperty.SSL_FACTORY
.void
CommandCompleteParser. parse(java.lang.String status)
ParsesCommandComplete (B)
message.void
PGStream. setMaxResultBuffer(java.lang.String value)
Method to set MaxResultBuffer inside PGStream.static int
Oid. valueOf(java.lang.String oid)
-
Uses of PSQLException in org.postgresql.core.v3
Methods in org.postgresql.core.v3 that throw PSQLException Modifier and Type Method Description void
CopyDualImpl. handleCommandStatus(java.lang.String status)
void
CopyOperationImpl. handleCommandStatus(java.lang.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.jdbc
Methods in org.postgresql.jdbc that throw PSQLException Modifier and Type Method Description static SslMode
SslMode. of(java.util.Properties info)
void
TimestampUtils. toBinDate(java.util.TimeZone tz, byte[] bytes, java.sql.Date value)
Converts the SQL Date to binary representation forOid.DATE
.java.sql.Date
TimestampUtils. toDateBin(java.util.TimeZone tz, byte[] bytes)
Returns the SQL Date object matching the given bytes withOid.DATE
.java.time.LocalDateTime
TimestampUtils. toLocalDateTimeBin(byte[] bytes)
Returns the local date time object matching the given bytes withOid.TIMESTAMP
orOid.TIMESTAMPTZ
.java.time.LocalTime
TimestampUtils. toLocalTimeBin(byte[] bytes)
Returns the SQL Time object matching the given bytes withOid.TIME
.java.time.OffsetDateTime
TimestampUtils. toOffsetDateTimeBin(byte[] bytes)
Returns the offset date time object matching the given bytes with Oid#TIMESTAMPTZ.java.sql.Time
TimestampUtils. toTimeBin(java.util.TimeZone tz, byte[] bytes)
Returns the SQL Time object matching the given bytes withOid.TIME
orOid.TIMETZ
.java.sql.Timestamp
TimestampUtils. toTimestampBin(java.util.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 PSQLException Modifier and Type Method Description void
ScramAuthenticator. processServerFirstMessage(int length)
void
ScramAuthenticator. processServerMechanismsAndInit()
void
ScramAuthenticator. verifyServerSignature(int length)
-
Uses of PSQLException in org.postgresql.ssl
Methods in org.postgresql.ssl that throw PSQLException Modifier and Type Method Description static void
MakeSSL. convert(PGStream stream, java.util.Properties info)
void
LazyKeyManager. throwKeyManagerException()
getCertificateChain and getPrivateKey cannot throw exeptions, 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 exeptions, therefore any exception is stored inPKCS12KeyManager.error
and can be raised by this method.Constructors in org.postgresql.ssl that throw PSQLException Constructor Description LibPQFactory(java.util.Properties info)
PKCS12KeyManager(java.lang.String pkcsFile, javax.security.auth.callback.CallbackHandler cbh)
-
Uses of PSQLException in org.postgresql.ssl.jdbc4
Constructors in org.postgresql.ssl.jdbc4 that throw PSQLException Constructor Description LibPQFactory(java.util.Properties info)
Deprecated.preferLibPQFactory
-
Uses of PSQLException in org.postgresql.util
Methods in org.postgresql.util that throw PSQLException Modifier and Type Method Description static long
PGPropertyMaxResultBufferParser. parseProperty(java.lang.String value)
Method to parse value of max result buffer size.Constructors in org.postgresql.util that throw PSQLException Constructor Description StreamWrapper(java.io.InputStream stream)
-