Uses of Class
org.postgresql.util.PSQLException
Packages that use PSQLException
Package
Description
-
Uses of PSQLException in org.postgresql
Methods in org.postgresql that throw PSQLExceptionModifier and TypeMethodDescriptionintPGProperty.getInt(Properties properties) Return the int value for this connection parameter in the givenProperties.PGProperty.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 PSQLExceptionModifier and TypeMethodDescriptionstatic SocketFactorySocketFactoryFactory.getSocketFactory(Properties info) InstantiatesSocketFactorybased on thePGProperty.SOCKET_FACTORY.static SSLSocketFactorySocketFactoryFactory.getSslSocketFactory(Properties info) InstantiatesSSLSocketFactorybased on thePGProperty.SSL_FACTORY.voidParsesCommandComplete (B)message.voidPGStream.setMaxResultBuffer(String value) Method to set MaxResultBuffer inside PGStream.static int -
Uses of PSQLException in org.postgresql.core.v3
Methods in org.postgresql.core.v3 that throw PSQLExceptionModifier and TypeMethodDescriptionvoidCopyDualImpl.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 PSQLExceptionModifier and TypeMethodDescriptionstatic voidMakeGSS.authenticate(boolean encrypted, PGStream pgStream, String host, String user, char[] password, String jaasApplicationName, String kerberosServerName, boolean useSpnego, boolean jaasLogin, boolean gssUseDefaultCreds, boolean logServerErrorDetail) -
Uses of PSQLException in org.postgresql.jdbc
Methods in org.postgresql.jdbc that throw PSQLExceptionModifier and TypeMethodDescriptionstatic GSSEncModeGSSEncMode.of(Properties info) static SslModeSslMode.of(Properties info) voidConverts the SQL Date to binary representation forOid.DATE.Returns the SQL Date object matching the given bytes withOid.DATE.TimestampUtils.toLocalDateBin(byte[] bytes) Returns the local date time object matching the given bytes withOid.DATEorOid.TIMESTAMP.TimestampUtils.toLocalDateTimeBin(byte[] bytes) Returns the local date time object matching the given bytes withOid.TIMESTAMPorOid.TIMESTAMPTZ.TimestampUtils.toLocalTimeBin(byte[] bytes) Returns the SQL Time object matching the given bytes withOid.TIME.TimestampUtils.toOffsetDateTimeBin(byte[] bytes) Returns the offset date time object matching the given bytes with Oid#TIMESTAMPTZ.TimestampUtils.toOffsetTimeBin(byte[] bytes) Returns the offset time object matching the given bytes with Oid#TIMETZ or Oid#TIME.TimestampUtils.toStringOffsetDateTime(byte[] value) Convertstimestamptzto string taking client time zone (TimestampUtils.timeZoneProvider) into account.TimestampUtils.toStringOffsetTimeBin(byte[] value) Convertstimetzto string taking client time zone (TimestampUtils.timeZoneProvider) into account.Returns the SQL Time object matching the given bytes withOid.TIMEorOid.TIMETZ.TimestampUtils.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.plugin
Methods in org.postgresql.plugin that throw PSQLExceptionModifier and TypeMethodDescriptionchar[]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 PSQLExceptionMethods in org.postgresql.ssl that throw PSQLExceptionModifier and TypeMethodDescriptionstatic voidMakeSSL.convert(PGStream stream, 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(Path keyPath) Validates that the private key file has secure permissions (owner-only readable).Constructors in org.postgresql.ssl that throw PSQLExceptionModifierConstructorDescriptionLibPQFactory(Properties info) PKCS12KeyManager(String pkcsFile, CallbackHandler cbh) -
Uses of PSQLException in org.postgresql.ssl.jdbc4
Constructors in org.postgresql.ssl.jdbc4 that throw PSQLException -
Uses of PSQLException in org.postgresql.util
Methods in org.postgresql.util that throw PSQLExceptionModifier and TypeMethodDescriptionstatic longPGPropertyMaxResultBufferParser.parseProperty(String value) Method to parse value of max result buffer size.Constructors in org.postgresql.util that throw PSQLException
LibPQFactory