Package com.alibaba.druid.wall.violation
Interface ErrorCode
-
public interface ErrorCode
-
-
Field Summary
-
-
-
Field Detail
-
SYNTAX_ERROR
static final int SYNTAX_ERROR
- See Also:
- Constant Field Values
-
SELECT_NOT_ALLOW
static final int SELECT_NOT_ALLOW
- See Also:
- Constant Field Values
-
SELECT_INTO_NOT_ALLOW
static final int SELECT_INTO_NOT_ALLOW
- See Also:
- Constant Field Values
-
INSERT_NOT_ALLOW
static final int INSERT_NOT_ALLOW
- See Also:
- Constant Field Values
-
DELETE_NOT_ALLOW
static final int DELETE_NOT_ALLOW
- See Also:
- Constant Field Values
-
UPDATE_NOT_ALLOW
static final int UPDATE_NOT_ALLOW
- See Also:
- Constant Field Values
-
MINUS_NOT_ALLOW
static final int MINUS_NOT_ALLOW
- See Also:
- Constant Field Values
-
INTERSET_NOT_ALLOW
static final int INTERSET_NOT_ALLOW
- See Also:
- Constant Field Values
-
MERGE_NOT_ALLOW
static final int MERGE_NOT_ALLOW
- See Also:
- Constant Field Values
-
REPLACE_NOT_ALLOW
static final int REPLACE_NOT_ALLOW
- See Also:
- Constant Field Values
-
HINT_NOT_ALLOW
static final int HINT_NOT_ALLOW
- See Also:
- Constant Field Values
-
CALL_NOT_ALLOW
static final int CALL_NOT_ALLOW
- See Also:
- Constant Field Values
-
COMMIT_NOT_ALLOW
static final int COMMIT_NOT_ALLOW
- See Also:
- Constant Field Values
-
ROLLBACK_NOT_ALLOW
static final int ROLLBACK_NOT_ALLOW
- See Also:
- Constant Field Values
-
START_TRANSACTION_NOT_ALLOW
static final int START_TRANSACTION_NOT_ALLOW
- See Also:
- Constant Field Values
-
BLOCK_NOT_ALLOW
static final int BLOCK_NOT_ALLOW
- See Also:
- Constant Field Values
-
SET_NOT_ALLOW
static final int SET_NOT_ALLOW
- See Also:
- Constant Field Values
-
DESC_NOT_ALLOW
static final int DESC_NOT_ALLOW
- See Also:
- Constant Field Values
-
SHOW_NOT_ALLOW
static final int SHOW_NOT_ALLOW
- See Also:
- Constant Field Values
-
USE_NOT_ALLOW
static final int USE_NOT_ALLOW
- See Also:
- Constant Field Values
-
NONE_BASE_STATEMENT_NOT_ALLOW
static final int NONE_BASE_STATEMENT_NOT_ALLOW
- See Also:
- Constant Field Values
-
TRUNCATE_NOT_ALLOW
static final int TRUNCATE_NOT_ALLOW
- See Also:
- Constant Field Values
-
CREATE_TABLE_NOT_ALLOW
static final int CREATE_TABLE_NOT_ALLOW
- See Also:
- Constant Field Values
-
ALTER_TABLE_NOT_ALLOW
static final int ALTER_TABLE_NOT_ALLOW
- See Also:
- Constant Field Values
-
DROP_TABLE_NOT_ALLOW
static final int DROP_TABLE_NOT_ALLOW
- See Also:
- Constant Field Values
-
COMMENT_STATEMENT_NOT_ALLOW
static final int COMMENT_STATEMENT_NOT_ALLOW
- See Also:
- Constant Field Values
-
RENAME_TABLE_NOT_ALLOW
static final int RENAME_TABLE_NOT_ALLOW
- See Also:
- Constant Field Values
-
LOCK_TABLE_NOT_ALLOW
static final int LOCK_TABLE_NOT_ALLOW
- See Also:
- Constant Field Values
-
LIMIT_ZERO
static final int LIMIT_ZERO
- See Also:
- Constant Field Values
-
MULTI_STATEMENT
static final int MULTI_STATEMENT
- See Also:
- Constant Field Values
-
FUNCTION_DENY
static final int FUNCTION_DENY
- See Also:
- Constant Field Values
-
SCHEMA_DENY
static final int SCHEMA_DENY
- See Also:
- Constant Field Values
-
VARIANT_DENY
static final int VARIANT_DENY
- See Also:
- Constant Field Values
-
TABLE_DENY
static final int TABLE_DENY
- See Also:
- Constant Field Values
-
OBJECT_DENY
static final int OBJECT_DENY
- See Also:
- Constant Field Values
-
ALWAYS_TRUE
static final int ALWAYS_TRUE
- See Also:
- Constant Field Values
-
CONST_ARITHMETIC
static final int CONST_ARITHMETIC
- See Also:
- Constant Field Values
-
XOR
static final int XOR
- See Also:
- Constant Field Values
-
BITWISE
static final int BITWISE
- See Also:
- Constant Field Values
-
NONE_CONDITION
static final int NONE_CONDITION
- See Also:
- Constant Field Values
-
LIKE_NUMBER
static final int LIKE_NUMBER
- See Also:
- Constant Field Values
-
EMPTY_QUERY_HAS_CONDITION
static final int EMPTY_QUERY_HAS_CONDITION
- See Also:
- Constant Field Values
-
DOUBLE_CONST_CONDITION
static final int DOUBLE_CONST_CONDITION
- See Also:
- Constant Field Values
-
SAME_CONST_LIKE
static final int SAME_CONST_LIKE
- See Also:
- Constant Field Values
-
CONST_CASE_CONDITION
static final int CONST_CASE_CONDITION
- See Also:
- Constant Field Values
-
EVIL_HINTS
static final int EVIL_HINTS
- See Also:
- Constant Field Values
-
EVIL_NAME
static final int EVIL_NAME
- See Also:
- Constant Field Values
-
EVIL_CONCAT
static final int EVIL_CONCAT
- See Also:
- Constant Field Values
-
ALWAYS_FALSE
static final int ALWAYS_FALSE
- See Also:
- Constant Field Values
-
NOT_PARAMETERIZED
static final int NOT_PARAMETERIZED
- See Also:
- Constant Field Values
-
MULTI_TENANT
static final int MULTI_TENANT
- See Also:
- Constant Field Values
-
INTO_OUTFILE
static final int INTO_OUTFILE
- See Also:
- Constant Field Values
-
READ_ONLY
static final int READ_ONLY
- See Also:
- Constant Field Values
-
UNION
static final int UNION
- See Also:
- Constant Field Values
-
INVALID_JOIN_CONDITION
static final int INVALID_JOIN_CONDITION
- See Also:
- Constant Field Values
-
COMPOUND
static final int COMPOUND
- See Also:
- Constant Field Values
-
UPDATE_CHECK_FAIL
static final int UPDATE_CHECK_FAIL
- See Also:
- Constant Field Values
-
OTHER
static final int OTHER
- See Also:
- Constant Field Values
-
-