Package com.softwaremining.sql
Interface SQLCodesDB2
public interface SQLCodesDB2
https://en.wikipedia.org/wiki/DB2_SQL_return_codes
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final int
Relates to WARNING: Row not found or end of cursor .static final int
static final int
static final int
static final int
static final int
Relates to WARNING: Row not found or end of cursor.static final int
static final int
static final int
static final int
static final int
-
Field Details
-
NULL_RETURN
static final int NULL_RETURN- See Also:
-
DUPLICATE_INSERT
static final int DUPLICATE_INSERT- See Also:
-
MULTIPLE_ENTRIES
static final int MULTIPLE_ENTRIES- See Also:
-
TIME_OUT
static final int TIME_OUT- See Also:
-
TIME_OUT_NO_ROLLBACK
static final int TIME_OUT_NO_ROLLBACK- See Also:
-
ERROR
static final int ERROR- See Also:
-
OPEN_CLOSE_ERR
static final int OPEN_CLOSE_ERR- See Also:
-
CURSOR_NOT_OPEN_ERR
static final int CURSOR_NOT_OPEN_ERR- See Also:
-
NORMAL_RETURN
static final int NORMAL_RETURN- See Also:
-
NO_ENTRY
static final int NO_ENTRYRelates to WARNING: Row not found or end of cursor.- See Also:
-
AFTER_END_OF_RESULTSET
static final int AFTER_END_OF_RESULTSETRelates to WARNING: Row not found or end of cursor .- See Also:
-