Uses of Class
org.postgresql.util.PSQLException

Packages that use PSQLException
org.postgresql   
org.postgresql.core   
org.postgresql.core.v2   
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
 int PGProperty.getInt(Properties properties)
          Return the int value for this connection parameter in the given Properties
 Integer PGProperty.getInteger(Properties properties)
          Return the Integer value for this connection parameter in the given Properties
 

Uses of PSQLException in org.postgresql.core
 

Methods in org.postgresql.core that throw PSQLException
static int Oid.valueOf(String oid)
           
 

Uses of PSQLException in org.postgresql.core.v2
 

Methods in org.postgresql.core.v2 that throw PSQLException
static SocketFactory SocketFactoryFactory.getSocketFactory(Properties info)
          Instantiates SocketFactory based on the PGProperty.SOCKET_FACTORY
 

Uses of PSQLException in org.postgresql.core.v3
 

Methods in org.postgresql.core.v3 that throw PSQLException
 void CopyOperationImpl.handleCommandStatus(String status)
           
 

Uses of PSQLException in org.postgresql.jdbc
 

Methods in org.postgresql.jdbc that throw PSQLException
 void TimestampUtils.toBinDate(TimeZone tz, byte[] bytes, Date value)
          Converts the SQL Date to binary representation for Oid.DATE.
 Date TimestampUtils.toDateBin(TimeZone tz, byte[] bytes)
          Returns the SQL Date object matching the given bytes with Oid.DATE.
 Time TimestampUtils.toTimeBin(TimeZone tz, byte[] bytes)
          Returns the SQL Time object matching the given bytes with Oid.TIME or Oid.TIMETZ.
 Timestamp TimestampUtils.toTimestampBin(TimeZone tz, byte[] bytes, boolean timestamptz)
          Returns the SQL Timestamp object matching the given bytes with Oid.TIMESTAMP or Oid.TIMESTAMPTZ.
 

Uses of PSQLException in org.postgresql.ssl
 

Methods in org.postgresql.ssl that throw PSQLException
static void MakeSSL.convert(PGStream stream, Properties info, Logger logger)
           
 

Uses of PSQLException in org.postgresql.ssl.jdbc4
 

Methods in org.postgresql.ssl.jdbc4 that throw PSQLException
 void LibPQFactory.throwKeyManagerException()
          Propagates any exception from LazyKeyManager
 void LazyKeyManager.throwKeyManagerException()
          getCertificateChain and getPrivateKey cannot throw exeptions, therefore any exception is stored in LazyKeyManager.error and can be raised by this method
 

Constructors in org.postgresql.ssl.jdbc4 that throw PSQLException
LibPQFactory(Properties info)
           
 

Uses of PSQLException in org.postgresql.util
 

Constructors in org.postgresql.util that throw PSQLException
StreamWrapper(InputStream stream)
           
 



Copyright © 2016 PostgreSQL Global Development Group. All rights reserved.