Interface JCRSQLParserTreeConstants
-
- All Known Implementing Classes:
JCRSQLParser
public interface JCRSQLParserTreeConstants
-
-
Field Summary
Fields Modifier and Type Field Description static intJJTANDEXPRESSIONstatic intJJTASCENDINGORDERSPECstatic intJJTBRACKETEXPRESSIONstatic intJJTCONTAINSEXPRESSIONstatic intJJTDESCENDINGORDERSPECstatic intJJTEXCERPTFUNCTIONstatic intJJTFROMCLAUSEstatic intJJTIDENTIFIERstatic intJJTLITERALstatic intJJTLOWERFUNCTIONstatic String[]jjtNodeNamestatic intJJTNOTEXPRESSIONstatic intJJTORDERBYCLAUSEstatic intJJTORDERSPECstatic intJJTOREXPRESSIONstatic intJJTPREDICATEstatic intJJTQUERYstatic intJJTSELECTLISTstatic intJJTUPPERFUNCTIONstatic intJJTVOIDstatic intJJTWHERECLAUSE
-
-
-
Field Detail
-
JJTQUERY
static final int JJTQUERY
- See Also:
- Constant Field Values
-
JJTSELECTLIST
static final int JJTSELECTLIST
- See Also:
- Constant Field Values
-
JJTVOID
static final int JJTVOID
- See Also:
- Constant Field Values
-
JJTFROMCLAUSE
static final int JJTFROMCLAUSE
- See Also:
- Constant Field Values
-
JJTWHERECLAUSE
static final int JJTWHERECLAUSE
- See Also:
- Constant Field Values
-
JJTPREDICATE
static final int JJTPREDICATE
- See Also:
- Constant Field Values
-
JJTLOWERFUNCTION
static final int JJTLOWERFUNCTION
- See Also:
- Constant Field Values
-
JJTUPPERFUNCTION
static final int JJTUPPERFUNCTION
- See Also:
- Constant Field Values
-
JJTOREXPRESSION
static final int JJTOREXPRESSION
- See Also:
- Constant Field Values
-
JJTANDEXPRESSION
static final int JJTANDEXPRESSION
- See Also:
- Constant Field Values
-
JJTNOTEXPRESSION
static final int JJTNOTEXPRESSION
- See Also:
- Constant Field Values
-
JJTBRACKETEXPRESSION
static final int JJTBRACKETEXPRESSION
- See Also:
- Constant Field Values
-
JJTCONTAINSEXPRESSION
static final int JJTCONTAINSEXPRESSION
- See Also:
- Constant Field Values
-
JJTLITERAL
static final int JJTLITERAL
- See Also:
- Constant Field Values
-
JJTIDENTIFIER
static final int JJTIDENTIFIER
- See Also:
- Constant Field Values
-
JJTEXCERPTFUNCTION
static final int JJTEXCERPTFUNCTION
- See Also:
- Constant Field Values
-
JJTORDERBYCLAUSE
static final int JJTORDERBYCLAUSE
- See Also:
- Constant Field Values
-
JJTORDERSPEC
static final int JJTORDERSPEC
- See Also:
- Constant Field Values
-
JJTASCENDINGORDERSPEC
static final int JJTASCENDINGORDERSPEC
- See Also:
- Constant Field Values
-
JJTDESCENDINGORDERSPEC
static final int JJTDESCENDINGORDERSPEC
- See Also:
- Constant Field Values
-
jjtNodeName
static final String[] jjtNodeName
-
-