Uses of Class
org.postgresql.util.PSQLException
-
Packages that use PSQLException Package Description org.postgresql org.postgresql.core org.postgresql.core.v3 org.postgresql.gss org.postgresql.jdbc org.postgresql.plugin 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.voidPGStream. setMaxResultBuffer(java.lang.String value)Method to set MaxResultBuffer inside PGStream.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.gss
Methods in org.postgresql.gss that throw PSQLException Modifier and Type Method Description static voidMakeGSS. authenticate(boolean encrypted, PGStream pgStream, java.lang.String host, java.lang.String user, char[] password, java.lang.String jaasApplicationName, java.lang.String kerberosServerName, boolean useSpnego, boolean jaasLogin, boolean gssUseDefaultCreds, 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(java.util.Properties info)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.LocalDateTimestampUtils. toLocalDateBin(byte[] bytes)Returns the local date time object matching the given bytes withOid.DATEorOid.TIMESTAMP.java.time.LocalDateTimeTimestampUtils. toLocalDateTimeBin(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.time.OffsetDateTimeTimestampUtils. toOffsetDateTimeBin(byte[] bytes)Returns the offset date time object matching the given bytes with Oid#TIMESTAMPTZ.java.time.OffsetTimeTimestampUtils. toOffsetTimeBin(byte[] bytes)Returns the offset time object matching the given bytes with Oid#TIMETZ or Oid#TIME.java.lang.StringTimestampUtils. toStringOffsetDateTime(byte[] value)Convertstimestamptzto string taking client time zone (TimestampUtils.timeZoneProvider) into account.java.lang.StringTimestampUtils. toStringOffsetTimeBin(byte[] value)Convertstimetzto string taking client time zone (TimestampUtils.timeZoneProvider) into account.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.plugin
Methods in org.postgresql.plugin that throw PSQLException Modifier and Type Method Description char[]AuthenticationPlugin. getPassword(AuthenticationRequestType type)Callback method to provide the password to use for authentication. -
Uses of PSQLException in org.postgresql.ssl
Fields in org.postgresql.ssl declared as PSQLException Modifier and Type Field Description protected PSQLExceptionBaseX509KeyManager. errorMethods in org.postgresql.ssl that throw PSQLException Modifier and Type Method Description static voidMakeSSL. convert(PGStream stream, java.util.Properties info)voidBaseX509KeyManager. throwKeyManagerException()getCertificateChain and getPrivateKey cannot throw exceptions, therefore any exception is stored inBaseX509KeyManager.errorand can be raised by this method.voidLazyKeyManager. throwKeyManagerException()getCertificateChain and getPrivateKey cannot throw exceptions, therefore any exception is stored inLazyKeyManager.errorand can be raised by this method.voidLibPQFactory. throwKeyManagerException()Propagates any exception fromLazyKeyManager.static voidBaseX509KeyManager. validateKeyFilePermissions(java.nio.file.Path keyPath)Validates that the private key file has secure permissions (owner-only readable).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 longPGPropertyMaxResultBufferParser. 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)
-