Package com.impossibl.postgres.jdbc
Class Exceptions
- java.lang.Object
-
- com.impossibl.postgres.jdbc.Exceptions
-
public class Exceptions extends Object
-
-
Field Summary
Fields Modifier and Type Field Description static SQLException
CLOSED_BLOB
static SQLException
CLOSED_CLOB
static SQLException
CLOSED_CONNECTION
static SQLException
CLOSED_RESULT_SET
static SQLException
CLOSED_STATEMENT
static SQLException
COLUMN_INDEX_OUT_OF_BOUNDS
static SQLException
CURSOR_NOT_SCROLLABLE
static SQLException
ILLEGAL_ARGUMENT
static SQLException
INVALID_COLUMN_NAME
static SQLException
INVALID_COMMAND_FOR_GENERATED_KEYS
static SQLException
NO_RESULT_COUNT_AVAILABLE
static SQLException
NO_RESULT_SET_AVAILABLE
static SQLException
NOT_ALLOWED_ON_PREP_STMT
static SQLException
NOT_IMPLEMENTED
static SQLException
NOT_SUPPORTED
static SQLException
PARAMETER_INDEX_OUT_OF_BOUNDS
static SQLException
ROW_INDEX_OUT_OF_BOUNDS
static SQLException
RS_NOT_UPDATABLE
static SQLException
SERVER_VERSION_NOT_SUPPORTED
static SQLException
UNWRAP_ERROR
-
Constructor Summary
Constructors Constructor Description Exceptions()
-
-
-
Field Detail
-
NOT_SUPPORTED
public static final SQLException NOT_SUPPORTED
-
NOT_IMPLEMENTED
public static final SQLException NOT_IMPLEMENTED
-
NOT_ALLOWED_ON_PREP_STMT
public static final SQLException NOT_ALLOWED_ON_PREP_STMT
-
INVALID_COMMAND_FOR_GENERATED_KEYS
public static final SQLException INVALID_COMMAND_FOR_GENERATED_KEYS
-
NO_RESULT_SET_AVAILABLE
public static final SQLException NO_RESULT_SET_AVAILABLE
-
NO_RESULT_COUNT_AVAILABLE
public static final SQLException NO_RESULT_COUNT_AVAILABLE
-
ILLEGAL_ARGUMENT
public static final SQLException ILLEGAL_ARGUMENT
-
CLOSED_STATEMENT
public static final SQLException CLOSED_STATEMENT
-
CLOSED_RESULT_SET
public static final SQLException CLOSED_RESULT_SET
-
CLOSED_CONNECTION
public static final SQLException CLOSED_CONNECTION
-
CLOSED_BLOB
public static final SQLException CLOSED_BLOB
-
CLOSED_CLOB
public static final SQLException CLOSED_CLOB
-
INVALID_COLUMN_NAME
public static final SQLException INVALID_COLUMN_NAME
-
COLUMN_INDEX_OUT_OF_BOUNDS
public static final SQLException COLUMN_INDEX_OUT_OF_BOUNDS
-
ROW_INDEX_OUT_OF_BOUNDS
public static final SQLException ROW_INDEX_OUT_OF_BOUNDS
-
PARAMETER_INDEX_OUT_OF_BOUNDS
public static final SQLException PARAMETER_INDEX_OUT_OF_BOUNDS
-
SERVER_VERSION_NOT_SUPPORTED
public static final SQLException SERVER_VERSION_NOT_SUPPORTED
-
UNWRAP_ERROR
public static final SQLException UNWRAP_ERROR
-
CURSOR_NOT_SCROLLABLE
public static final SQLException CURSOR_NOT_SCROLLABLE
-
RS_NOT_UPDATABLE
public static final SQLException RS_NOT_UPDATABLE
-
-