![JAR search and dependency download from the Maven repository](/logo.png)
io.rivulet.net.sf.jsqlparser.parser.CCJSqlParserTreeConstants Maven / Gradle / Ivy
The newest version!
/* Generated By:JavaCC: Do not edit this line. CCJSqlParserTreeConstants.java Version 7.0.3 */
package net.sf.jsqlparser.parser;
public interface CCJSqlParserTreeConstants
{
public int JJTSTATEMENT = 0;
public int JJTVOID = 1;
public int JJTBLOCK = 2;
public int JJTSTATEMENTS = 3;
public int JJTCOLUMN = 4;
public int JJTTABLE = 5;
public int JJTPLAINSELECT = 6;
public int JJTSETOPERATIONLIST = 7;
public int JJTWITHITEM = 8;
public int JJTSELECTITEM = 9;
public int JJTJOINEREXPRESSION = 10;
public int JJTLIMITWITHOFFSET = 11;
public int JJTPLAINLIMIT = 12;
public int JJTEXPRESSION = 13;
public int JJTREGULARCONDITION = 14;
public int JJTLIKEEXPRESSION = 15;
public int JJTPRIMARYEXPRESSION = 16;
public int JJTCASEWHENEXPRESSION = 17;
public int JJTFUNCTION = 18;
public int JJTSUBSELECT = 19;
public String[] jjtNodeName = {
"Statement",
"void",
"Block",
"Statements",
"Column",
"Table",
"PlainSelect",
"SetOperationList",
"WithItem",
"SelectItem",
"JoinerExpression",
"LimitWithOffset",
"PlainLimit",
"Expression",
"RegularCondition",
"LikeExpression",
"PrimaryExpression",
"CaseWhenExpression",
"Function",
"SubSelect",
};
}
/* JavaCC - OriginalChecksum=731edcef7104070ab400f03f9afb8ffa (do not edit this line) */
© 2015 - 2025 Weber Informatics LLC | Privacy Policy