net.sf.imageCave.database
Interface DataQueryTokenTypes
- All Known Implementing Classes:
- DataQueryLexer, DataQueryParser
- public interface DataQueryTokenTypes
EOF
public static final int EOF
- See Also:
- Constant Field Values
NULL_TREE_LOOKAHEAD
public static final int NULL_TREE_LOOKAHEAD
- See Also:
- Constant Field Values
DQ_IDENTIFIER
public static final int DQ_IDENTIFIER
- See Also:
- Constant Field Values
CONDITION
public static final int CONDITION
- See Also:
- Constant Field Values
STATEMENT
public static final int STATEMENT
- See Also:
- Constant Field Values
EXPRESSION
public static final int EXPRESSION
- See Also:
- Constant Field Values
SEMI
public static final int SEMI
- See Also:
- Constant Field Values
AND
public static final int AND
- See Also:
- Constant Field Values
OR
public static final int OR
- See Also:
- Constant Field Values
EQ
public static final int EQ
- See Also:
- Constant Field Values
LEQ
public static final int LEQ
- See Also:
- Constant Field Values
GEQ
public static final int GEQ
- See Also:
- Constant Field Values
LT
public static final int LT
- See Also:
- Constant Field Values
GT
public static final int GT
- See Also:
- Constant Field Values
NEQ
public static final int NEQ
- See Also:
- Constant Field Values
IDENTIFIER
public static final int IDENTIFIER
- See Also:
- Constant Field Values
LITERAL
public static final int LITERAL
- See Also:
- Constant Field Values
OPARAN
public static final int OPARAN
- See Also:
- Constant Field Values
CPARAN
public static final int CPARAN
- See Also:
- Constant Field Values
WS
public static final int WS
- See Also:
- Constant Field Values
ML_COMMENT
public static final int ML_COMMENT
- See Also:
- Constant Field Values
ESCAPE
public static final int ESCAPE
- See Also:
- Constant Field Values
DIGIT
public static final int DIGIT
- See Also:
- Constant Field Values
Copyright 2004 Brian Lund, Justin Rasmussen, & Stuart Tett. All Rights Reserved.