Package org.apache.cayenne.ejbql.parser
Interface EJBQLConstants
- All Known Implementing Classes:
EJBQL
,EJBQLTokenManager
public interface EJBQLConstants
Token literal values and constants.
Generated by org.javacc.parser.OtherFilesGen#start()
-
Field Summary
Fields Modifier and Type Field Description static int
ABS
RegularExpression Id.static int
ALL
RegularExpression Id.static int
AND
RegularExpression Id.static int
ANY
RegularExpression Id.static int
AS
RegularExpression Id.static int
ASC
RegularExpression Id.static int
AVG
RegularExpression Id.static int
BETWEEN
RegularExpression Id.static int
BOOLEAN_LITERAL
RegularExpression Id.static int
BOTH
RegularExpression Id.static int
BY
RegularExpression Id.static int
CHARACTER_LITERAL
RegularExpression Id.static int
COMMA
RegularExpression Id.static int
CONCAT
RegularExpression Id.static int
COUNT
RegularExpression Id.static int
CURRENT_DATE
RegularExpression Id.static int
CURRENT_TIME
RegularExpression Id.static int
CURRENT_TIMESTAMP
RegularExpression Id.static int
DECIMAL_LITERAL
RegularExpression Id.static int
DEFAULT
Lexical state.static int
DELETE
RegularExpression Id.static int
DESC
RegularExpression Id.static int
DIGIT
RegularExpression Id.static int
DISTINCT
RegularExpression Id.static int
DIV
RegularExpression Id.static int
DOT
RegularExpression Id.static int
EMPTY
RegularExpression Id.static int
EOF
End of File.static int
EQ
RegularExpression Id.static int
ESCAPE
RegularExpression Id.static int
EXISTS
RegularExpression Id.static int
EXPONENT
RegularExpression Id.static int
FETCH
RegularExpression Id.static int
FROM
RegularExpression Id.static int
GE
RegularExpression Id.static int
GROUP
RegularExpression Id.static int
GT
RegularExpression Id.static int
HAVING
RegularExpression Id.static int
IDENTIFIER
RegularExpression Id.static int
IN
RegularExpression Id.static int
INNER
RegularExpression Id.static int
INTEGER_LITERAL
RegularExpression Id.static int
IS
RegularExpression Id.static int
JOIN
RegularExpression Id.static int
LE
RegularExpression Id.static int
LEADING
RegularExpression Id.static int
LEFT
RegularExpression Id.static int
LENGTH
RegularExpression Id.static int
LETTER
RegularExpression Id.static int
LIKE
RegularExpression Id.static int
LOCATE
RegularExpression Id.static int
LOWER
RegularExpression Id.static int
LT
RegularExpression Id.static int
MAX
RegularExpression Id.static int
MEMBER
RegularExpression Id.static int
MIN
RegularExpression Id.static int
MINUS
RegularExpression Id.static int
MOD
RegularExpression Id.static int
NE
RegularExpression Id.static int
NEW
RegularExpression Id.static int
NOT
RegularExpression Id.static int
NULL
RegularExpression Id.static int
OBJECT
RegularExpression Id.static int
OF
RegularExpression Id.static int
OR
RegularExpression Id.static int
ORDER
RegularExpression Id.static int
OUTER
RegularExpression Id.static int
PLUS
RegularExpression Id.static int
SELECT
RegularExpression Id.static int
SET
RegularExpression Id.static int
SIZE
RegularExpression Id.static int
SOME
RegularExpression Id.static int
SQRT
RegularExpression Id.static int
STRING_LITERAL
RegularExpression Id.static int
SUBSTRING
RegularExpression Id.static int
SUM
RegularExpression Id.static int
TIMES
RegularExpression Id.static String[]
tokenImage
Literal token values.static int
TRAILING
RegularExpression Id.static int
TRIM
RegularExpression Id.static int
UPDATE
RegularExpression Id.static int
UPPER
RegularExpression Id.static int
WHERE
RegularExpression Id.
-
Field Details
-
EOF
static final int EOFEnd of File.- See Also:
- Constant Field Values
-
COMMA
static final int COMMARegularExpression Id.- See Also:
- Constant Field Values
-
DOT
static final int DOTRegularExpression Id.- See Also:
- Constant Field Values
-
EQ
static final int EQRegularExpression Id.- See Also:
- Constant Field Values
-
NE
static final int NERegularExpression Id.- See Also:
- Constant Field Values
-
GT
static final int GTRegularExpression Id.- See Also:
- Constant Field Values
-
GE
static final int GERegularExpression Id.- See Also:
- Constant Field Values
-
LT
static final int LTRegularExpression Id.- See Also:
- Constant Field Values
-
LE
static final int LERegularExpression Id.- See Also:
- Constant Field Values
-
PLUS
static final int PLUSRegularExpression Id.- See Also:
- Constant Field Values
-
MINUS
static final int MINUSRegularExpression Id.- See Also:
- Constant Field Values
-
TIMES
static final int TIMESRegularExpression Id.- See Also:
- Constant Field Values
-
DIV
static final int DIVRegularExpression Id.- See Also:
- Constant Field Values
-
NEW
static final int NEWRegularExpression Id.- See Also:
- Constant Field Values
-
ALL
static final int ALLRegularExpression Id.- See Also:
- Constant Field Values
-
ANY
static final int ANYRegularExpression Id.- See Also:
- Constant Field Values
-
EXISTS
static final int EXISTSRegularExpression Id.- See Also:
- Constant Field Values
-
SOME
static final int SOMERegularExpression Id.- See Also:
- Constant Field Values
-
EMPTY
static final int EMPTYRegularExpression Id.- See Also:
- Constant Field Values
-
ASC
static final int ASCRegularExpression Id.- See Also:
- Constant Field Values
-
DESC
static final int DESCRegularExpression Id.- See Also:
- Constant Field Values
-
ORDER
static final int ORDERRegularExpression Id.- See Also:
- Constant Field Values
-
BY
static final int BYRegularExpression Id.- See Also:
- Constant Field Values
-
IS
static final int ISRegularExpression Id.- See Also:
- Constant Field Values
-
MEMBER
static final int MEMBERRegularExpression Id.- See Also:
- Constant Field Values
-
OF
static final int OFRegularExpression Id.- See Also:
- Constant Field Values
-
LIKE
static final int LIKERegularExpression Id.- See Also:
- Constant Field Values
-
ESCAPE
static final int ESCAPERegularExpression Id.- See Also:
- Constant Field Values
-
BETWEEN
static final int BETWEENRegularExpression Id.- See Also:
- Constant Field Values
-
NULL
static final int NULLRegularExpression Id.- See Also:
- Constant Field Values
-
AVG
static final int AVGRegularExpression Id.- See Also:
- Constant Field Values
-
MIN
static final int MINRegularExpression Id.- See Also:
- Constant Field Values
-
MAX
static final int MAXRegularExpression Id.- See Also:
- Constant Field Values
-
SUM
static final int SUMRegularExpression Id.- See Also:
- Constant Field Values
-
COUNT
static final int COUNTRegularExpression Id.- See Also:
- Constant Field Values
-
OR
static final int ORRegularExpression Id.- See Also:
- Constant Field Values
-
AND
static final int ANDRegularExpression Id.- See Also:
- Constant Field Values
-
NOT
static final int NOTRegularExpression Id.- See Also:
- Constant Field Values
-
CONCAT
static final int CONCATRegularExpression Id.- See Also:
- Constant Field Values
-
SUBSTRING
static final int SUBSTRINGRegularExpression Id.- See Also:
- Constant Field Values
-
TRIM
static final int TRIMRegularExpression Id.- See Also:
- Constant Field Values
-
LOWER
static final int LOWERRegularExpression Id.- See Also:
- Constant Field Values
-
UPPER
static final int UPPERRegularExpression Id.- See Also:
- Constant Field Values
-
LEADING
static final int LEADINGRegularExpression Id.- See Also:
- Constant Field Values
-
TRAILING
static final int TRAILINGRegularExpression Id.- See Also:
- Constant Field Values
-
BOTH
static final int BOTHRegularExpression Id.- See Also:
- Constant Field Values
-
LENGTH
static final int LENGTHRegularExpression Id.- See Also:
- Constant Field Values
-
LOCATE
static final int LOCATERegularExpression Id.- See Also:
- Constant Field Values
-
ABS
static final int ABSRegularExpression Id.- See Also:
- Constant Field Values
-
SQRT
static final int SQRTRegularExpression Id.- See Also:
- Constant Field Values
-
MOD
static final int MODRegularExpression Id.- See Also:
- Constant Field Values
-
SIZE
static final int SIZERegularExpression Id.- See Also:
- Constant Field Values
-
CURRENT_DATE
static final int CURRENT_DATERegularExpression Id.- See Also:
- Constant Field Values
-
CURRENT_TIME
static final int CURRENT_TIMERegularExpression Id.- See Also:
- Constant Field Values
-
CURRENT_TIMESTAMP
static final int CURRENT_TIMESTAMPRegularExpression Id.- See Also:
- Constant Field Values
-
SELECT
static final int SELECTRegularExpression Id.- See Also:
- Constant Field Values
-
DISTINCT
static final int DISTINCTRegularExpression Id.- See Also:
- Constant Field Values
-
FROM
static final int FROMRegularExpression Id.- See Also:
- Constant Field Values
-
UPDATE
static final int UPDATERegularExpression Id.- See Also:
- Constant Field Values
-
DELETE
static final int DELETERegularExpression Id.- See Also:
- Constant Field Values
-
WHERE
static final int WHERERegularExpression Id.- See Also:
- Constant Field Values
-
GROUP
static final int GROUPRegularExpression Id.- See Also:
- Constant Field Values
-
HAVING
static final int HAVINGRegularExpression Id.- See Also:
- Constant Field Values
-
AS
static final int ASRegularExpression Id.- See Also:
- Constant Field Values
-
LEFT
static final int LEFTRegularExpression Id.- See Also:
- Constant Field Values
-
OUTER
static final int OUTERRegularExpression Id.- See Also:
- Constant Field Values
-
INNER
static final int INNERRegularExpression Id.- See Also:
- Constant Field Values
-
JOIN
static final int JOINRegularExpression Id.- See Also:
- Constant Field Values
-
FETCH
static final int FETCHRegularExpression Id.- See Also:
- Constant Field Values
-
IN
static final int INRegularExpression Id.- See Also:
- Constant Field Values
-
SET
static final int SETRegularExpression Id.- See Also:
- Constant Field Values
-
OBJECT
static final int OBJECTRegularExpression Id.- See Also:
- Constant Field Values
-
INTEGER_LITERAL
static final int INTEGER_LITERALRegularExpression Id.- See Also:
- Constant Field Values
-
DECIMAL_LITERAL
static final int DECIMAL_LITERALRegularExpression Id.- See Also:
- Constant Field Values
-
BOOLEAN_LITERAL
static final int BOOLEAN_LITERALRegularExpression Id.- See Also:
- Constant Field Values
-
EXPONENT
static final int EXPONENTRegularExpression Id.- See Also:
- Constant Field Values
-
STRING_LITERAL
static final int STRING_LITERALRegularExpression Id.- See Also:
- Constant Field Values
-
CHARACTER_LITERAL
static final int CHARACTER_LITERALRegularExpression Id.- See Also:
- Constant Field Values
-
IDENTIFIER
static final int IDENTIFIERRegularExpression Id.- See Also:
- Constant Field Values
-
LETTER
static final int LETTERRegularExpression Id.- See Also:
- Constant Field Values
-
DIGIT
static final int DIGITRegularExpression Id.- See Also:
- Constant Field Values
-
DEFAULT
static final int DEFAULTLexical state.- See Also:
- Constant Field Values
-
tokenImage
Literal token values.
-