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.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 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
CopyOperationImpl. handleCommandStatus(java.lang.String status)
-
Uses of PSQLException in org.postgresql.jdbc
Methods in org.postgresql.jdbc that throw PSQLException Modifier and Type Method Description 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(java.util.TimeZone tz, byte[] bytes)
Returns the local date time object matching the given bytes withOid.TIMESTAMP
orOid.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.ssl
Methods in org.postgresql.ssl that throw PSQLException Modifier and Type Method Description static void
MakeSSL. convert(PGStream stream, java.util.Properties info, Logger logger)
-
Uses of PSQLException in org.postgresql.ssl.jdbc4
Methods in org.postgresql.ssl.jdbc4 that throw PSQLException Modifier and Type Method Description void
LazyKeyManager. throwKeyManagerException()
getCertificateChain and getPrivateKey cannot throw exeptions, therefore any exception is stored inLazyKeyManager.error
and can be raised by this methodvoid
LibPQFactory. throwKeyManagerException()
Propagates any exception fromLazyKeyManager
Constructors in org.postgresql.ssl.jdbc4 that throw PSQLException Constructor Description LibPQFactory(java.util.Properties info)
-
Uses of PSQLException in org.postgresql.util
Constructors in org.postgresql.util that throw PSQLException Constructor Description StreamWrapper(java.io.InputStream stream)
-