public final class ZqlJJParser extends Object implements ZqlJJParserConstants
Modifier and Type | Field and Description |
---|---|
Token |
jj_nt |
boolean |
lookingAhead |
Token |
token |
ZqlJJParserTokenManager |
token_source |
DEFAULT, DIGIT, EOF, FLOAT, INTEGER, K_ALL, K_AND, K_ANY, K_AS, K_ASC, K_AVG, K_BETWEEN, K_BINARY_INTEGER, K_BOOLEAN, K_BY, K_CHAR, K_COMMENT, K_COMMIT, K_CONNECT, K_COUNT, K_DATE, K_DELETE, K_DESC, K_DISTINCT, K_EXCLUSIVE, K_EXISTS, K_EXIT, K_FLOAT, K_FOR, K_FROM, K_GROUP, K_HAVING, K_IN, K_INSERT, K_INTEGER, K_INTERSECT, K_INTO, K_IS, K_LIKE, K_LOCK, K_MAX, K_MIN, K_MINUS, K_MODE, K_NATURAL, K_NOT, K_NOWAIT, K_NULL, K_NUMBER, K_OF, K_ONLY, K_OR, K_ORDER, K_PRIOR, K_QUIT, K_READ, K_REAL, K_ROLLBACK, K_ROW, K_SELECT, K_SET, K_SHARE, K_SMALLINT, K_START, K_SUM, K_TABLE, K_TRANSACTION, K_UNION, K_UPDATE, K_VALUES, K_VARCHAR, K_VARCHAR2, K_WHERE, K_WITH, K_WORK, K_WRITE, LETTER, LINE_COMMENT, MULTI_LINE_COMMENT, S_BIND, S_CHAR_LITERAL, S_IDENTIFIER, S_NUMBER, S_QUOTED_IDENTIFIER, SPECIAL_CHARS, tokenImage
Constructor and Description |
---|
ZqlJJParser(InputStream inputstream) |
ZqlJJParser(Reader reader) |
ZqlJJParser(ZqlJJParserTokenManager zqljjparsertokenmanager) |
public ZqlJJParserTokenManager token_source
public boolean lookingAhead
public ZqlJJParser(InputStream inputstream)
public ZqlJJParser(Reader reader)
public ZqlJJParser(ZqlJJParserTokenManager zqljjparsertokenmanager)
public static void main(String[] args) throws ParseException
ParseException
public final void BasicDataTypeDeclaration() throws ParseException
ParseException
public final Vector SQLStatements() throws ParseException
ParseException
public final ZStatement SQLStatement() throws ParseException
ParseException
public final ZTransactStmt CommitStatement() throws ParseException
ParseException
public final ZLockTable LockTableStatement() throws ParseException
ParseException
public final ZTransactStmt RollbackStatement() throws ParseException
ParseException
public final ZTransactStmt SetTransactionStatement() throws ParseException
ParseException
public final String LockMode() throws ParseException
ParseException
public final ZUpdate UpdateStatement() throws ParseException
ParseException
public final void ColumnValues(ZUpdate zupdate) throws ParseException
ParseException
public final ZExp UpdatedValue() throws ParseException
ParseException
public final ZInsert InsertStatement() throws ParseException
ParseException
public final ZDelete DeleteStatement() throws ParseException
ParseException
public final ZQuery QueryStatement() throws ParseException
ParseException
public final String TableColumn() throws ParseException
ParseException
public final String OracleObjectName() throws ParseException
ParseException
public final String Relop() throws ParseException
ParseException
public final String TableReference() throws ParseException
ParseException
public final void NumOrID() throws ParseException
ParseException
public final ZQuery SelectStatement() throws ParseException
ParseException
public final ZQuery SelectWithoutOrder() throws ParseException
ParseException
public final Vector SelectList() throws ParseException
ParseException
public final ZSelectItem SelectItem() throws ParseException
ParseException
public final String SelectAlias() throws ParseException
ParseException
public final String SelectStar() throws ParseException
ParseException
public final Vector FromClause() throws ParseException
ParseException
public final ZFromItem FromItem() throws ParseException
ParseException
public final ZExp WhereClause() throws ParseException
ParseException
public final void ConnectClause() throws ParseException
ParseException
public final ZGroupBy GroupByClause() throws ParseException
ParseException
public final ZExpression SetClause() throws ParseException
ParseException
public final Vector OrderByClause() throws ParseException
ParseException
public final void ForUpdateClause() throws ParseException
ParseException
public final ZExp SQLExpression() throws ParseException
ParseException
public final ZExp SQLAndExpression() throws ParseException
ParseException
public final ZExp SQLUnaryLogicalExpression() throws ParseException
ParseException
public final ZExpression ExistsClause() throws ParseException
ParseException
public final ZExp SQLRelationalExpression() throws ParseException
ParseException
public final Vector SQLExpressionList() throws ParseException
ParseException
public final ZExpression SQLRelationalOperatorExpression() throws ParseException
ParseException
public final ZExp SQLSimpleExpressionOrPreparedCol() throws ParseException
ParseException
public final ZExp PreparedCol() throws ParseException
ParseException
public final ZExpression SQLInClause() throws ParseException
ParseException
public final ZExpression SQLBetweenClause() throws ParseException
ParseException
public final ZExpression SQLLikeClause() throws ParseException
ParseException
public final ZExpression IsNullClause() throws ParseException
ParseException
public final ZExp SQLSimpleExpression() throws ParseException
ParseException
public final ZExp SQLMultiplicativeExpression() throws ParseException
ParseException
public final ZExp SQLExpotentExpression() throws ParseException
ParseException
public final ZExp SQLUnaryExpression() throws ParseException
ParseException
public final ZExp SQLPrimaryExpression() throws ParseException
ParseException
public final String AggregateFunc() throws ParseException
ParseException
public final ZExpression FunctionCall() throws ParseException
ParseException
public final void OuterJoinExpression() throws ParseException
ParseException
public final ZQuery SubQuery() throws ParseException
ParseException
public void ReInit(InputStream inputstream)
public void ReInit(ZqlJJParserTokenManager zqljjparsertokenmanager)
public final Token getNextToken()
public final ParseException generateParseException()
public final void enable_tracing()
public final void disable_tracing()
Copyright © 2015 Lucee