Uses of Class
org.postgresql.util.PSQLState

Packages that use PSQLState
org.postgresql.util   
 

Uses of PSQLState in org.postgresql.util
 

Fields in org.postgresql.util declared as PSQLState
static PSQLState PSQLState.ACTIVE_SQL_TRANSACTION
           
static PSQLState PSQLState.BAD_DATETIME_FORMAT
           
static PSQLState PSQLState.COMMUNICATION_ERROR
           
static PSQLState PSQLState.CONNECTION_DOES_NOT_EXIST
           
static PSQLState PSQLState.CONNECTION_FAILURE
          After a connection has been established, it went bad.
static PSQLState PSQLState.CONNECTION_FAILURE_DURING_TRANSACTION
           
static PSQLState PSQLState.CONNECTION_REJECTED
          The server rejected our connection attempt.
static PSQLState PSQLState.CONNECTION_UNABLE_TO_CONNECT
          We could establish a connection with the server for unknown reasons.
static PSQLState PSQLState.DATA_ERROR
           
static PSQLState PSQLState.DATA_TYPE_MISMATCH
           
static PSQLState PSQLState.DATETIME_OVERFLOW
           
static PSQLState PSQLState.INVALID_CURSOR_STATE
           
static PSQLState PSQLState.INVALID_NAME
           
static PSQLState PSQLState.INVALID_PARAMETER_TYPE
           
static PSQLState PSQLState.INVALID_PARAMETER_VALUE
           
static PSQLState PSQLState.INVALID_SAVEPOINT_SPECIFICATION
           
static PSQLState PSQLState.MOST_SPECIFIC_TYPE_DOES_NOT_MATCH
           
static PSQLState PSQLState.NO_ACTIVE_SQL_TRANSACTION
           
static PSQLState PSQLState.NO_DATA
           
static PSQLState PSQLState.NOT_IMPLEMENTED
           
static PSQLState PSQLState.NUMERIC_CONSTANT_OUT_OF_RANGE
           
static PSQLState PSQLState.NUMERIC_VALUE_OUT_OF_RANGE
           
static PSQLState PSQLState.OBJECT_NOT_IN_STATE
           
static PSQLState PSQLState.OUT_OF_MEMORY
           
static PSQLState PSQLState.PROTOCOL_VIOLATION
          The server sent us a response the driver was not prepared for and is either bizarre datastream corruption, a driver bug, or a protocol violation on the server's part.
static PSQLState PSQLState.STATEMENT_NOT_ALLOWED_IN_FUNCTION_CALL
           
static PSQLState PSQLState.SYNTAX_ERROR
           
static PSQLState PSQLState.SYSTEM_ERROR
           
static PSQLState PSQLState.TOO_MANY_RESULTS
           
static PSQLState PSQLState.TRANSACTION_STATE_INVALID
           
static PSQLState PSQLState.UNDEFINED_COLUMN
           
static PSQLState PSQLState.UNDEFINED_FUNCTION
           
static PSQLState PSQLState.UNEXPECTED_ERROR
           
static PSQLState PSQLState.UNKNOWN_STATE
           
static PSQLState PSQLState.WRONG_OBJECT_TYPE
           
 

Constructors in org.postgresql.util with parameters of type PSQLState
PSQLException(String msg, PSQLState state)
           
PSQLException(String msg, PSQLState state, Throwable cause)
           
 



Copyright © 2013. All Rights Reserved.