Uses of Class
org.postgresql.util.PSQLException
-
-
Uses of PSQLException in org.postgresql
Methods in org.postgresql that throw PSQLException Modifier and Type Method Description intPGProperty. getInt(Properties properties)Return the int value for this connection parameter in the givenProperties.IntegerPGProperty. getInteger(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 SocketFactorySocketFactoryFactory. getSocketFactory(Properties info)InstantiatesSocketFactorybased on thePGProperty.SOCKET_FACTORY.static SSLSocketFactorySocketFactoryFactory. getSslSocketFactory(Properties info)InstantiatesSSLSocketFactorybased on thePGProperty.SSL_FACTORY.voidCommandCompleteParser. parse(String status)ParsesCommandComplete (B)message.voidPGStream. setMaxResultBuffer(String value)Method to set MaxResultBuffer inside PGStream.static intOid. valueOf(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(String status)voidCopyOperationImpl. handleCommandStatus(String status)protected voidCopyInImpl. handleCopydata(byte[] data)protected abstract voidCopyOperationImpl. handleCopydata(byte[] data)Consume received copy data. -
Uses of PSQLException in org.postgresql.gss
Methods in org.postgresql.gss that throw PSQLException Modifier and Type Method Description static voidMakeGSS. authenticate(boolean encrypted, PGStream pgStream, String host, String user, String password, String jaasApplicationName, String kerberosServerName, boolean useSpnego, boolean jaasLogin, boolean logServerErrorDetail) -
Uses of PSQLException in org.postgresql.jdbc
Methods in org.postgresql.jdbc that throw PSQLException Modifier and Type Method Description static GSSEncModeGSSEncMode. of(Properties info)static SslModeSslMode. of(Properties info)voidTimestampUtils. toBinDate(TimeZone tz, byte[] bytes, Date value)Converts the SQL Date to binary representation forOid.DATE.DateTimestampUtils. toDateBin(TimeZone tz, byte[] bytes)Returns the SQL Date object matching the given bytes withOid.DATE.LocalDateTimeTimestampUtils. toLocalDateTimeBin(byte[] bytes)Returns the local date time object matching the given bytes withOid.TIMESTAMPorOid.TIMESTAMPTZ.LocalTimeTimestampUtils. toLocalTimeBin(byte[] bytes)Returns the SQL Time object matching the given bytes withOid.TIME.OffsetDateTimeTimestampUtils. toOffsetDateTimeBin(byte[] bytes)Returns the offset date time object matching the given bytes with Oid#TIMESTAMPTZ.TimeTimestampUtils. toTimeBin(TimeZone tz, byte[] bytes)Returns the SQL Time object matching the given bytes withOid.TIMEorOid.TIMETZ.TimestampTimestampUtils. toTimestampBin(TimeZone tz, byte[] bytes, boolean timestamptz)Returns the SQL Timestamp object matching the given bytes withOid.TIMESTAMPorOid.TIMESTAMPTZ. -
Uses of PSQLException in org.postgresql.jre7.sasl
Methods in org.postgresql.jre7.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, 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.voidPKCS12KeyManager. throwKeyManagerException()getCertificateChain and getPrivateKey cannot throw exeptions, therefore any exception is stored inPKCS12KeyManager.errorand can be raised by this method.Constructors in org.postgresql.ssl that throw PSQLException Constructor Description LibPQFactory(Properties info)PKCS12KeyManager(String pkcsFile, CallbackHandler cbh) -
Uses of PSQLException in org.postgresql.ssl.jdbc4
Constructors in org.postgresql.ssl.jdbc4 that throw PSQLException Constructor Description LibPQFactory(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 longPGPropertyMaxResultBufferParser. parseProperty(String value)Method to parse value of max result buffer size.Constructors in org.postgresql.util that throw PSQLException Constructor Description StreamWrapper(InputStream stream)
-