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.jre8.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 intPGProperty. getInt(java.util.Properties properties)Return the int value for this connection parameter in the givenProperties.java.lang.IntegerPGProperty. getInteger(java.util.Properties properties)Return theIntegervalue 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.SocketFactorySocketFactoryFactory. getSocketFactory(java.util.Properties info)InstantiatesSocketFactorybased on thePGProperty.SOCKET_FACTORY.static javax.net.ssl.SSLSocketFactorySocketFactoryFactory. getSslSocketFactory(java.util.Properties info)InstantiatesSSLSocketFactorybased on thePGProperty.SSL_FACTORY.voidCommandCompleteParser. parse(java.lang.String status)ParsesCommandComplete (B)message.static intOid. 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 voidCopyDualImpl. handleCommandStatus(java.lang.String status)voidCopyOperationImpl. handleCommandStatus(java.lang.String status)protected voidCopyInImpl. handleCopydata(byte[] data)protected abstract voidCopyOperationImpl. 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 SslModeSslMode. of(java.util.Properties info)voidTimestampUtils. toBinDate(java.util.TimeZone tz, byte[] bytes, java.sql.Date value)Converts the SQL Date to binary representation forOid.DATE.java.sql.DateTimestampUtils. toDateBin(java.util.TimeZone tz, byte[] bytes)Returns the SQL Date object matching the given bytes withOid.DATE.java.time.LocalDateTimeTimestampUtils. toLocalDateTimeBin(java.util.TimeZone tz, byte[] bytes)Returns the local date time object matching the given bytes withOid.TIMESTAMPorOid.TIMESTAMPTZ.java.time.LocalTimeTimestampUtils. toLocalTimeBin(byte[] bytes)Returns the SQL Time object matching the given bytes withOid.TIME.java.sql.TimeTimestampUtils. toTimeBin(java.util.TimeZone tz, byte[] bytes)Returns the SQL Time object matching the given bytes withOid.TIMEorOid.TIMETZ.java.sql.TimestampTimestampUtils. toTimestampBin(java.util.TimeZone tz, byte[] bytes, boolean timestamptz)Returns the SQL Timestamp object matching the given bytes withOid.TIMESTAMPorOid.TIMESTAMPTZ. -
Uses of PSQLException in org.postgresql.jre8.sasl
Methods in org.postgresql.jre8.sasl that throw PSQLException Modifier and Type Method Description voidScramAuthenticator. processServerFirstMessage(int length)voidScramAuthenticator. processServerMechanismsAndInit()voidScramAuthenticator. verifyServerSignature(int length) -
Uses of PSQLException in org.postgresql.ssl
Methods in org.postgresql.ssl that throw PSQLException Modifier and Type Method Description static voidMakeSSL. convert(PGStream stream, java.util.Properties info)voidLazyKeyManager. throwKeyManagerException()getCertificateChain and getPrivateKey cannot throw exeptions, therefore any exception is stored inLazyKeyManager.errorand can be raised by this method.voidLibPQFactory. throwKeyManagerException()Propagates any exception fromLazyKeyManager.Constructors in org.postgresql.ssl that throw PSQLException Constructor Description LibPQFactory(java.util.Properties info) -
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
Constructors in org.postgresql.util that throw PSQLException Constructor Description StreamWrapper(java.io.InputStream stream)
-