| 
 | ||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface SQLParserConstants
This interface defines the constants used by SQLParser, including: scopes indicating the current context for the SQLParser; and sql statement type constansts.
| Field Summary | |
|---|---|
| static java.lang.String | COLUMNS | 
| static java.lang.String | DATABASES | 
| static java.lang.String | DDL_STATEMENTS | 
| static java.lang.String | DML_STATEMENTS | 
| static java.lang.String | EVENT_PARAMETERS | 
| static java.lang.String | GLOBAL_VARIABLES | 
| static java.lang.String | PARAMETERS | 
| static int | SCOPE_CATALOGSScope constant indicating catalog list information is required. | 
| static int | SCOPE_COLUMNSScope constant indicating column list information is required. | 
| static int | SCOPE_DATA_TYPESScope constant indicating data type list information is required. | 
| static int | SCOPE_DEFAULTScope constant indicating the default scope. | 
| static int | SCOPE_DEFINE_VARIABLESScope constant indicating variable list information is NOT required because we are defining a new one. | 
| static int | SCOPE_EVENTSScope constant indicating event list information is required. | 
| static int | SCOPE_FUNCTIONSScope constant indicating function list information is required. | 
| static int | SCOPE_INDEXESScope constant indicating index list information is required. | 
| static int | SCOPE_REFERENCE_VARIABLESScope constant indicating variable list information is required. | 
| static int | SCOPE_SCHEMASScope constant indicating schema list information is required. | 
| static int | SCOPE_SEGMENTScope constant indicating the segment scope. | 
| static int | SCOPE_STORED_PROCEDURESScope constant indicating procedure list information is required. | 
| static int | SCOPE_TABLESScope constant indicating table list information is required. | 
| static int | SCOPE_TRIGGERSScope constant indicating trigger list information is required. | 
| static int | SCOPE_VIEWSScope constant indicating table list information is required. | 
| static int | SCOPE_WITHOUT_TABLEScope constant indicating table name should be removed for columns. | 
| static java.lang.String | TABLES | 
| static int | TYPE_SQL_ALTER_DATABASE | 
| static int | TYPE_SQL_ALTER_EVENT | 
| static int | TYPE_SQL_ALTER_FUNCTION | 
| static int | TYPE_SQL_ALTER_INDEX | 
| static int | TYPE_SQL_ALTER_PROCEDURE | 
| static int | TYPE_SQL_ALTER_TABLE | 
| static int | TYPE_SQL_ALTER_TRIGGER | 
| static int | TYPE_SQL_ALTER_VIEW | 
| static int | TYPE_SQL_BEGIN | 
| static int | TYPE_SQL_BEGIN_TRANSACTION | 
| static int | TYPE_SQL_CALL | 
| static int | TYPE_SQL_CREATE_DATABASE | 
| static int | TYPE_SQL_CREATE_DEFAULT | 
| static int | TYPE_SQL_CREATE_EVENT | 
| static int | TYPE_SQL_CREATE_FUNCTION | 
| static int | TYPE_SQL_CREATE_INDEX | 
| static int | TYPE_SQL_CREATE_PROCEDURE | 
| static int | TYPE_SQL_CREATE_TABLE | 
| static int | TYPE_SQL_CREATE_TRIGGER | 
| static int | TYPE_SQL_CREATE_VIEW | 
| static int | TYPE_SQL_DECLARE | 
| static int | TYPE_SQL_DELETE | 
| static int | TYPE_SQL_DROP_VIEW | 
| static int | TYPE_SQL_EVENT_CONDITION | 
| static int | TYPE_SQL_INSERT | 
| static int | TYPE_SQL_OTHERS | 
| static int | TYPE_SQL_ROOT | 
| static int | TYPE_SQL_ROUTINE_HEADERIndicates that only the routine header is interesting to the consumer. | 
| static int | TYPE_SQL_SELECT | 
| static int | TYPE_SQL_SELECT_INTO | 
| static int | TYPE_SQL_UPDATE | 
| static java.lang.String | VARIABLE_ASSIGNMENTS | 
| static java.lang.String | VARIABLE_DECLARATIONS | 
| static java.lang.String | VARIABLE_REFERENCES | 
| Field Detail | 
|---|
static final int SCOPE_DEFAULT
static final int SCOPE_CATALOGS
static final int SCOPE_SCHEMAS
static final int SCOPE_TABLES
static final int SCOPE_VIEWS
static final int SCOPE_COLUMNS
static final int SCOPE_INDEXES
static final int SCOPE_DATA_TYPES
static final int SCOPE_STORED_PROCEDURES
static final int SCOPE_FUNCTIONS
static final int SCOPE_TRIGGERS
static final int SCOPE_EVENTS
static final int SCOPE_DEFINE_VARIABLES
static final int SCOPE_REFERENCE_VARIABLES
static final int SCOPE_WITHOUT_TABLE
static final int SCOPE_SEGMENT
static final int TYPE_SQL_ROOT
static final int TYPE_SQL_OTHERS
static final int TYPE_SQL_SELECT
static final int TYPE_SQL_INSERT
static final int TYPE_SQL_DELETE
static final int TYPE_SQL_UPDATE
static final int TYPE_SQL_CREATE_DATABASE
static final int TYPE_SQL_CREATE_TABLE
static final int TYPE_SQL_CREATE_VIEW
static final int TYPE_SQL_CREATE_PROCEDURE
static final int TYPE_SQL_CREATE_FUNCTION
static final int TYPE_SQL_CREATE_EVENT
static final int TYPE_SQL_CREATE_TRIGGER
static final int TYPE_SQL_CREATE_DEFAULT
static final int TYPE_SQL_DECLARE
static final int TYPE_SQL_BEGIN
static final int TYPE_SQL_CREATE_INDEX
static final int TYPE_SQL_ALTER_DATABASE
static final int TYPE_SQL_ALTER_TABLE
static final int TYPE_SQL_ALTER_VIEW
static final int TYPE_SQL_ALTER_PROCEDURE
static final int TYPE_SQL_ALTER_FUNCTION
static final int TYPE_SQL_ALTER_EVENT
static final int TYPE_SQL_ALTER_TRIGGER
static final int TYPE_SQL_CALL
static final int TYPE_SQL_BEGIN_TRANSACTION
static final int TYPE_SQL_ALTER_INDEX
static final int TYPE_SQL_DROP_VIEW
static final int TYPE_SQL_SELECT_INTO
static final int TYPE_SQL_EVENT_CONDITION
static final int TYPE_SQL_ROUTINE_HEADER
static final java.lang.String DATABASES
static final java.lang.String TABLES
static final java.lang.String COLUMNS
static final java.lang.String VARIABLE_REFERENCES
static final java.lang.String VARIABLE_DECLARATIONS
static final java.lang.String VARIABLE_ASSIGNMENTS
static final java.lang.String GLOBAL_VARIABLES
static final java.lang.String PARAMETERS
static final java.lang.String EVENT_PARAMETERS
static final java.lang.String DML_STATEMENTS
static final java.lang.String DDL_STATEMENTS
| 
 | ||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||