railo.runtime.sql.old
Class ZqlJJParser
java.lang.Object
railo.runtime.sql.old.ZqlJJParser
- All Implemented Interfaces:
- ZqlJJParserConstants
public final class ZqlJJParser
- extends Object
- implements ZqlJJParserConstants
Fields inherited from interface railo.runtime.sql.old.ZqlJJParserConstants |
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 |
token_source
public ZqlJJParserTokenManager token_source
token
public Token token
jj_nt
public Token jj_nt
lookingAhead
public boolean lookingAhead
ZqlJJParser
public ZqlJJParser(InputStream inputstream)
ZqlJJParser
public ZqlJJParser(Reader reader)
ZqlJJParser
public ZqlJJParser(ZqlJJParserTokenManager zqljjparsertokenmanager)
main
public static void main(String[] args)
throws ParseException
- Throws:
ParseException
BasicDataTypeDeclaration
public final void BasicDataTypeDeclaration()
throws ParseException
- Throws:
ParseException
SQLStatements
public final Vector SQLStatements()
throws ParseException
- Throws:
ParseException
SQLStatement
public final ZStatement SQLStatement()
throws ParseException
- Throws:
ParseException
CommitStatement
public final ZTransactStmt CommitStatement()
throws ParseException
- Throws:
ParseException
LockTableStatement
public final ZLockTable LockTableStatement()
throws ParseException
- Throws:
ParseException
RollbackStatement
public final ZTransactStmt RollbackStatement()
throws ParseException
- Throws:
ParseException
SetTransactionStatement
public final ZTransactStmt SetTransactionStatement()
throws ParseException
- Throws:
ParseException
LockMode
public final String LockMode()
throws ParseException
- Throws:
ParseException
UpdateStatement
public final ZUpdate UpdateStatement()
throws ParseException
- Throws:
ParseException
ColumnValues
public final void ColumnValues(ZUpdate zupdate)
throws ParseException
- Throws:
ParseException
UpdatedValue
public final ZExp UpdatedValue()
throws ParseException
- Throws:
ParseException
InsertStatement
public final ZInsert InsertStatement()
throws ParseException
- Throws:
ParseException
DeleteStatement
public final ZDelete DeleteStatement()
throws ParseException
- Throws:
ParseException
QueryStatement
public final ZQuery QueryStatement()
throws ParseException
- Throws:
ParseException
TableColumn
public final String TableColumn()
throws ParseException
- Throws:
ParseException
OracleObjectName
public final String OracleObjectName()
throws ParseException
- Throws:
ParseException
Relop
public final String Relop()
throws ParseException
- Throws:
ParseException
TableReference
public final String TableReference()
throws ParseException
- Throws:
ParseException
NumOrID
public final void NumOrID()
throws ParseException
- Throws:
ParseException
SelectStatement
public final ZQuery SelectStatement()
throws ParseException
- Throws:
ParseException
SelectWithoutOrder
public final ZQuery SelectWithoutOrder()
throws ParseException
- Throws:
ParseException
SelectList
public final Vector SelectList()
throws ParseException
- Throws:
ParseException
SelectItem
public final ZSelectItem SelectItem()
throws ParseException
- Throws:
ParseException
SelectAlias
public final String SelectAlias()
throws ParseException
- Throws:
ParseException
SelectStar
public final String SelectStar()
throws ParseException
- Throws:
ParseException
FromClause
public final Vector FromClause()
throws ParseException
- Throws:
ParseException
FromItem
public final ZFromItem FromItem()
throws ParseException
- Throws:
ParseException
WhereClause
public final ZExp WhereClause()
throws ParseException
- Throws:
ParseException
ConnectClause
public final void ConnectClause()
throws ParseException
- Throws:
ParseException
GroupByClause
public final ZGroupBy GroupByClause()
throws ParseException
- Throws:
ParseException
SetClause
public final ZExpression SetClause()
throws ParseException
- Throws:
ParseException
OrderByClause
public final Vector OrderByClause()
throws ParseException
- Throws:
ParseException
ForUpdateClause
public final void ForUpdateClause()
throws ParseException
- Throws:
ParseException
SQLExpression
public final ZExp SQLExpression()
throws ParseException
- Throws:
ParseException
SQLAndExpression
public final ZExp SQLAndExpression()
throws ParseException
- Throws:
ParseException
SQLUnaryLogicalExpression
public final ZExp SQLUnaryLogicalExpression()
throws ParseException
- Throws:
ParseException
ExistsClause
public final ZExpression ExistsClause()
throws ParseException
- Throws:
ParseException
SQLRelationalExpression
public final ZExp SQLRelationalExpression()
throws ParseException
- Throws:
ParseException
SQLExpressionList
public final Vector SQLExpressionList()
throws ParseException
- Throws:
ParseException
SQLRelationalOperatorExpression
public final ZExpression SQLRelationalOperatorExpression()
throws ParseException
- Throws:
ParseException
SQLSimpleExpressionOrPreparedCol
public final ZExp SQLSimpleExpressionOrPreparedCol()
throws ParseException
- Throws:
ParseException
PreparedCol
public final ZExp PreparedCol()
throws ParseException
- Throws:
ParseException
SQLInClause
public final ZExpression SQLInClause()
throws ParseException
- Throws:
ParseException
SQLBetweenClause
public final ZExpression SQLBetweenClause()
throws ParseException
- Throws:
ParseException
SQLLikeClause
public final ZExpression SQLLikeClause()
throws ParseException
- Throws:
ParseException
IsNullClause
public final ZExpression IsNullClause()
throws ParseException
- Throws:
ParseException
SQLSimpleExpression
public final ZExp SQLSimpleExpression()
throws ParseException
- Throws:
ParseException
SQLMultiplicativeExpression
public final ZExp SQLMultiplicativeExpression()
throws ParseException
- Throws:
ParseException
SQLExpotentExpression
public final ZExp SQLExpotentExpression()
throws ParseException
- Throws:
ParseException
SQLUnaryExpression
public final ZExp SQLUnaryExpression()
throws ParseException
- Throws:
ParseException
SQLPrimaryExpression
public final ZExp SQLPrimaryExpression()
throws ParseException
- Throws:
ParseException
AggregateFunc
public final String AggregateFunc()
throws ParseException
- Throws:
ParseException
FunctionCall
public final ZExpression FunctionCall()
throws ParseException
- Throws:
ParseException
OuterJoinExpression
public final void OuterJoinExpression()
throws ParseException
- Throws:
ParseException
SubQuery
public final ZQuery SubQuery()
throws ParseException
- Throws:
ParseException
ReInit
public void ReInit(InputStream inputstream)
ReInit
public void ReInit(Reader reader)
ReInit
public void ReInit(ZqlJJParserTokenManager zqljjparsertokenmanager)
getNextToken
public final Token getNextToken()
getToken
public final Token getToken(int i)
generateParseException
public final ParseException generateParseException()
enable_tracing
public final void enable_tracing()
disable_tracing
public final void disable_tracing()
Copyright © 2012 Railo