Package org.apache.openjpa.kernel.jpql
Interface JPQLConstants
-
- All Known Implementing Classes:
JPQL,JPQLTokenManager
public interface JPQLConstantsToken literal values and constants. Generated by org.javacc.parser.OtherFilesGen#start()
-
-
Field Summary
Fields Modifier and Type Field Description static intABSRegularExpression Id.static intALLRegularExpression Id.static intANDRegularExpression Id.static intANYRegularExpression Id.static intASRegularExpression Id.static intASCRegularExpression Id.static intAVGRegularExpression Id.static intBETWEENRegularExpression Id.static intBOOLEAN_LITERALRegularExpression Id.static intBOTHRegularExpression Id.static intBYRegularExpression Id.static intCASERegularExpression Id.static intCEILINGRegularExpression Id.static intCHARACTER_LITERALRegularExpression Id.static intCLASSRegularExpression Id.static intCOALESCERegularExpression Id.static intCOMMARegularExpression Id.static intCONCATRegularExpression Id.static intCOUNTRegularExpression Id.static intCURRENT_DATERegularExpression Id.static intCURRENT_TIMERegularExpression Id.static intCURRENT_TIMESTAMPRegularExpression Id.static intDATERegularExpression Id.static intDATE_LITERALRegularExpression Id.static intDAYRegularExpression Id.static intDECIMAL_LITERALRegularExpression Id.static intDEFAULTLexical state.static intDELETERegularExpression Id.static intDESCRegularExpression Id.static intDIGITRegularExpression Id.static intDISTINCTRegularExpression Id.static intDIVRegularExpression Id.static intDOTRegularExpression Id.static intELSERegularExpression Id.static intEMPTYRegularExpression Id.static intENDRegularExpression Id.static intENTRYRegularExpression Id.static intEOFEnd of File.static intEQRegularExpression Id.static intESCAPERegularExpression Id.static intEXISTSRegularExpression Id.static intEXPRegularExpression Id.static intEXPONENTRegularExpression Id.static intEXTRACTRegularExpression Id.static intFETCHRegularExpression Id.static intFLOORRegularExpression Id.static intFROMRegularExpression Id.static intGERegularExpression Id.static intGROUPRegularExpression Id.static intGTRegularExpression Id.static intHAVINGRegularExpression Id.static intHOURRegularExpression Id.static intIDENTIFIERRegularExpression Id.static intINRegularExpression Id.static intINDEXRegularExpression Id.static intINNERRegularExpression Id.static intINTEGER_LITERALRegularExpression Id.static intISRegularExpression Id.static intJOINRegularExpression Id.static intKEYRegularExpression Id.static intLERegularExpression Id.static intLEADINGRegularExpression Id.static intLEFTRegularExpression Id.static intLENGTHRegularExpression Id.static intLETTERRegularExpression Id.static intLIKERegularExpression Id.static intLNRegularExpression Id.static intLOCALRegularExpression Id.static intLOCAL_DATERegularExpression Id.static intLOCAL_DATETIMERegularExpression Id.static intLOCAL_TIMERegularExpression Id.static intLOCATERegularExpression Id.static intLOWERRegularExpression Id.static intLTRegularExpression Id.static intMAXRegularExpression Id.static intMEMBERRegularExpression Id.static intMINRegularExpression Id.static intMINUSRegularExpression Id.static intMINUTERegularExpression Id.static intMODRegularExpression Id.static intMONTHRegularExpression Id.static intNERegularExpression Id.static intNEWRegularExpression Id.static intNOTRegularExpression Id.static intNULLRegularExpression Id.static intNULLIFRegularExpression Id.static intOBJECTRegularExpression Id.static intOFRegularExpression Id.static intORRegularExpression Id.static intORDERRegularExpression Id.static intOUTERRegularExpression Id.static intPLUSRegularExpression Id.static intPOWERRegularExpression Id.static intQUARTERRegularExpression Id.static intROUNDRegularExpression Id.static intSECONDRegularExpression Id.static intSELECTRegularExpression Id.static intSETRegularExpression Id.static intSIGNRegularExpression Id.static intSIZERegularExpression Id.static intSOMERegularExpression Id.static intSQRTRegularExpression Id.static intSTRING_LITERALRegularExpression Id.static intSTRING_LITERAL2RegularExpression Id.static intSUBSTRINGRegularExpression Id.static intSUMRegularExpression Id.static intTHENRegularExpression Id.static intTIMERegularExpression Id.static intTIME_LITERALRegularExpression Id.static intTIMESRegularExpression Id.static intTIMESTAMP_LITERALRegularExpression Id.static String[]tokenImageLiteral token values.static intTRAILINGRegularExpression Id.static intTRIMRegularExpression Id.static intTYPERegularExpression Id.static intUPDATERegularExpression Id.static intUPPERRegularExpression Id.static intVALUERegularExpression Id.static intWEEKRegularExpression Id.static intWHENRegularExpression Id.static intWHERERegularExpression Id.static intYEARRegularExpression Id.
-
-
-
Field Detail
-
EOF
static final int EOF
End of File.- See Also:
- Constant Field Values
-
COMMA
static final int COMMA
RegularExpression Id.- See Also:
- Constant Field Values
-
DOT
static final int DOT
RegularExpression Id.- See Also:
- Constant Field Values
-
EQ
static final int EQ
RegularExpression Id.- See Also:
- Constant Field Values
-
NE
static final int NE
RegularExpression Id.- See Also:
- Constant Field Values
-
GT
static final int GT
RegularExpression Id.- See Also:
- Constant Field Values
-
GE
static final int GE
RegularExpression Id.- See Also:
- Constant Field Values
-
LT
static final int LT
RegularExpression Id.- See Also:
- Constant Field Values
-
LE
static final int LE
RegularExpression Id.- See Also:
- Constant Field Values
-
PLUS
static final int PLUS
RegularExpression Id.- See Also:
- Constant Field Values
-
MINUS
static final int MINUS
RegularExpression Id.- See Also:
- Constant Field Values
-
TIMES
static final int TIMES
RegularExpression Id.- See Also:
- Constant Field Values
-
DIV
static final int DIV
RegularExpression Id.- See Also:
- Constant Field Values
-
NEW
static final int NEW
RegularExpression Id.- See Also:
- Constant Field Values
-
ALL
static final int ALL
RegularExpression Id.- See Also:
- Constant Field Values
-
ANY
static final int ANY
RegularExpression Id.- See Also:
- Constant Field Values
-
EXISTS
static final int EXISTS
RegularExpression Id.- See Also:
- Constant Field Values
-
SOME
static final int SOME
RegularExpression Id.- See Also:
- Constant Field Values
-
EMPTY
static final int EMPTY
RegularExpression Id.- See Also:
- Constant Field Values
-
ASC
static final int ASC
RegularExpression Id.- See Also:
- Constant Field Values
-
DESC
static final int DESC
RegularExpression Id.- See Also:
- Constant Field Values
-
ORDER
static final int ORDER
RegularExpression Id.- See Also:
- Constant Field Values
-
BY
static final int BY
RegularExpression Id.- See Also:
- Constant Field Values
-
IS
static final int IS
RegularExpression Id.- See Also:
- Constant Field Values
-
MEMBER
static final int MEMBER
RegularExpression Id.- See Also:
- Constant Field Values
-
OF
static final int OF
RegularExpression Id.- See Also:
- Constant Field Values
-
LIKE
static final int LIKE
RegularExpression Id.- See Also:
- Constant Field Values
-
ESCAPE
static final int ESCAPE
RegularExpression Id.- See Also:
- Constant Field Values
-
BETWEEN
static final int BETWEEN
RegularExpression Id.- See Also:
- Constant Field Values
-
NULL
static final int NULL
RegularExpression Id.- See Also:
- Constant Field Values
-
KEY
static final int KEY
RegularExpression Id.- See Also:
- Constant Field Values
-
VALUE
static final int VALUE
RegularExpression Id.- See Also:
- Constant Field Values
-
TYPE
static final int TYPE
RegularExpression Id.- See Also:
- Constant Field Values
-
ENTRY
static final int ENTRY
RegularExpression Id.- See Also:
- Constant Field Values
-
LOCAL
static final int LOCAL
RegularExpression Id.- See Also:
- Constant Field Values
-
EXTRACT
static final int EXTRACT
RegularExpression Id.- See Also:
- Constant Field Values
-
AVG
static final int AVG
RegularExpression Id.- See Also:
- Constant Field Values
-
MIN
static final int MIN
RegularExpression Id.- See Also:
- Constant Field Values
-
MAX
static final int MAX
RegularExpression Id.- See Also:
- Constant Field Values
-
SUM
static final int SUM
RegularExpression Id.- See Also:
- Constant Field Values
-
COUNT
static final int COUNT
RegularExpression Id.- See Also:
- Constant Field Values
-
OR
static final int OR
RegularExpression Id.- See Also:
- Constant Field Values
-
AND
static final int AND
RegularExpression Id.- See Also:
- Constant Field Values
-
NOT
static final int NOT
RegularExpression Id.- See Also:
- Constant Field Values
-
CONCAT
static final int CONCAT
RegularExpression Id.- See Also:
- Constant Field Values
-
SUBSTRING
static final int SUBSTRING
RegularExpression Id.- See Also:
- Constant Field Values
-
TRIM
static final int TRIM
RegularExpression Id.- See Also:
- Constant Field Values
-
LOWER
static final int LOWER
RegularExpression Id.- See Also:
- Constant Field Values
-
UPPER
static final int UPPER
RegularExpression Id.- See Also:
- Constant Field Values
-
LEADING
static final int LEADING
RegularExpression Id.- See Also:
- Constant Field Values
-
TRAILING
static final int TRAILING
RegularExpression Id.- See Also:
- Constant Field Values
-
BOTH
static final int BOTH
RegularExpression Id.- See Also:
- Constant Field Values
-
LENGTH
static final int LENGTH
RegularExpression Id.- See Also:
- Constant Field Values
-
LOCATE
static final int LOCATE
RegularExpression Id.- See Also:
- Constant Field Values
-
ABS
static final int ABS
RegularExpression Id.- See Also:
- Constant Field Values
-
CEILING
static final int CEILING
RegularExpression Id.- See Also:
- Constant Field Values
-
EXP
static final int EXP
RegularExpression Id.- See Also:
- Constant Field Values
-
FLOOR
static final int FLOOR
RegularExpression Id.- See Also:
- Constant Field Values
-
LN
static final int LN
RegularExpression Id.- See Also:
- Constant Field Values
-
SIGN
static final int SIGN
RegularExpression Id.- See Also:
- Constant Field Values
-
POWER
static final int POWER
RegularExpression Id.- See Also:
- Constant Field Values
-
ROUND
static final int ROUND
RegularExpression Id.- See Also:
- Constant Field Values
-
SQRT
static final int SQRT
RegularExpression Id.- See Also:
- Constant Field Values
-
MOD
static final int MOD
RegularExpression Id.- See Also:
- Constant Field Values
-
SIZE
static final int SIZE
RegularExpression Id.- See Also:
- Constant Field Values
-
INDEX
static final int INDEX
RegularExpression Id.- See Also:
- Constant Field Values
-
YEAR
static final int YEAR
RegularExpression Id.- See Also:
- Constant Field Values
-
QUARTER
static final int QUARTER
RegularExpression Id.- See Also:
- Constant Field Values
-
MONTH
static final int MONTH
RegularExpression Id.- See Also:
- Constant Field Values
-
WEEK
static final int WEEK
RegularExpression Id.- See Also:
- Constant Field Values
-
DAY
static final int DAY
RegularExpression Id.- See Also:
- Constant Field Values
-
HOUR
static final int HOUR
RegularExpression Id.- See Also:
- Constant Field Values
-
MINUTE
static final int MINUTE
RegularExpression Id.- See Also:
- Constant Field Values
-
SECOND
static final int SECOND
RegularExpression Id.- See Also:
- Constant Field Values
-
DATE
static final int DATE
RegularExpression Id.- See Also:
- Constant Field Values
-
TIME
static final int TIME
RegularExpression Id.- See Also:
- Constant Field Values
-
CURRENT_DATE
static final int CURRENT_DATE
RegularExpression Id.- See Also:
- Constant Field Values
-
CURRENT_TIME
static final int CURRENT_TIME
RegularExpression Id.- See Also:
- Constant Field Values
-
CURRENT_TIMESTAMP
static final int CURRENT_TIMESTAMP
RegularExpression Id.- See Also:
- Constant Field Values
-
LOCAL_DATETIME
static final int LOCAL_DATETIME
RegularExpression Id.- See Also:
- Constant Field Values
-
LOCAL_DATE
static final int LOCAL_DATE
RegularExpression Id.- See Also:
- Constant Field Values
-
LOCAL_TIME
static final int LOCAL_TIME
RegularExpression Id.- See Also:
- Constant Field Values
-
SELECT
static final int SELECT
RegularExpression Id.- See Also:
- Constant Field Values
-
DISTINCT
static final int DISTINCT
RegularExpression Id.- See Also:
- Constant Field Values
-
FROM
static final int FROM
RegularExpression Id.- See Also:
- Constant Field Values
-
UPDATE
static final int UPDATE
RegularExpression Id.- See Also:
- Constant Field Values
-
DELETE
static final int DELETE
RegularExpression Id.- See Also:
- Constant Field Values
-
WHERE
static final int WHERE
RegularExpression Id.- See Also:
- Constant Field Values
-
GROUP
static final int GROUP
RegularExpression Id.- See Also:
- Constant Field Values
-
HAVING
static final int HAVING
RegularExpression Id.- See Also:
- Constant Field Values
-
AS
static final int AS
RegularExpression Id.- See Also:
- Constant Field Values
-
LEFT
static final int LEFT
RegularExpression Id.- See Also:
- Constant Field Values
-
OUTER
static final int OUTER
RegularExpression Id.- See Also:
- Constant Field Values
-
INNER
static final int INNER
RegularExpression Id.- See Also:
- Constant Field Values
-
JOIN
static final int JOIN
RegularExpression Id.- See Also:
- Constant Field Values
-
FETCH
static final int FETCH
RegularExpression Id.- See Also:
- Constant Field Values
-
IN
static final int IN
RegularExpression Id.- See Also:
- Constant Field Values
-
SET
static final int SET
RegularExpression Id.- See Also:
- Constant Field Values
-
OBJECT
static final int OBJECT
RegularExpression Id.- See Also:
- Constant Field Values
-
CASE
static final int CASE
RegularExpression Id.- See Also:
- Constant Field Values
-
WHEN
static final int WHEN
RegularExpression Id.- See Also:
- Constant Field Values
-
ELSE
static final int ELSE
RegularExpression Id.- See Also:
- Constant Field Values
-
THEN
static final int THEN
RegularExpression Id.- See Also:
- Constant Field Values
-
END
static final int END
RegularExpression Id.- See Also:
- Constant Field Values
-
NULLIF
static final int NULLIF
RegularExpression Id.- See Also:
- Constant Field Values
-
COALESCE
static final int COALESCE
RegularExpression Id.- See Also:
- Constant Field Values
-
CLASS
static final int CLASS
RegularExpression Id.- See Also:
- Constant Field Values
-
INTEGER_LITERAL
static final int INTEGER_LITERAL
RegularExpression Id.- See Also:
- Constant Field Values
-
DECIMAL_LITERAL
static final int DECIMAL_LITERAL
RegularExpression Id.- See Also:
- Constant Field Values
-
EXPONENT
static final int EXPONENT
RegularExpression Id.- See Also:
- Constant Field Values
-
STRING_LITERAL
static final int STRING_LITERAL
RegularExpression Id.- See Also:
- Constant Field Values
-
STRING_LITERAL2
static final int STRING_LITERAL2
RegularExpression Id.- See Also:
- Constant Field Values
-
CHARACTER_LITERAL
static final int CHARACTER_LITERAL
RegularExpression Id.- See Also:
- Constant Field Values
-
DATE_LITERAL
static final int DATE_LITERAL
RegularExpression Id.- See Also:
- Constant Field Values
-
TIME_LITERAL
static final int TIME_LITERAL
RegularExpression Id.- See Also:
- Constant Field Values
-
TIMESTAMP_LITERAL
static final int TIMESTAMP_LITERAL
RegularExpression Id.- See Also:
- Constant Field Values
-
BOOLEAN_LITERAL
static final int BOOLEAN_LITERAL
RegularExpression Id.- See Also:
- Constant Field Values
-
IDENTIFIER
static final int IDENTIFIER
RegularExpression Id.- See Also:
- Constant Field Values
-
LETTER
static final int LETTER
RegularExpression Id.- See Also:
- Constant Field Values
-
DIGIT
static final int DIGIT
RegularExpression Id.- See Also:
- Constant Field Values
-
DEFAULT
static final int DEFAULT
Lexical state.- See Also:
- Constant Field Values
-
tokenImage
static final String[] tokenImage
Literal token values.
-
-