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 SQLExceptionCLOSED_BLOBstatic SQLExceptionCLOSED_CLOBstatic SQLExceptionCLOSED_CONNECTIONstatic SQLExceptionCLOSED_RESULT_SETstatic SQLExceptionCLOSED_STATEMENTstatic SQLExceptionCOLUMN_INDEX_OUT_OF_BOUNDSstatic SQLExceptionCURSOR_NOT_SCROLLABLEstatic SQLExceptionILLEGAL_ARGUMENTstatic SQLExceptionINVALID_COLUMN_NAMEstatic SQLExceptionINVALID_COMMAND_FOR_GENERATED_KEYSstatic SQLExceptionNO_RESULT_COUNT_AVAILABLEstatic SQLExceptionNO_RESULT_SET_AVAILABLEstatic SQLExceptionNOT_ALLOWED_ON_PREP_STMTstatic SQLExceptionNOT_IMPLEMENTEDstatic SQLExceptionNOT_SUPPORTEDstatic SQLExceptionPARAMETER_INDEX_OUT_OF_BOUNDSstatic SQLExceptionROW_INDEX_OUT_OF_BOUNDSstatic SQLExceptionRS_NOT_UPDATABLEstatic SQLExceptionSERVER_VERSION_NOT_SUPPORTEDstatic SQLExceptionUNWRAP_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
-
-