net.sf.jsqlparser.parser.CCJSqlParserTreeConstants Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of jsqlparser Show documentation
Show all versions of jsqlparser Show documentation
JSqlParser parses an SQL statement and translate it into a hierarchy of Java classes.
The generated hierarchy can be navigated using the Visitor Pattern.
/* Generated By:JavaCC: Do not edit this line. CCJSqlParserTreeConstants.java Version 6.1_2 */
package net.sf.jsqlparser.parser;
public interface CCJSqlParserTreeConstants
{
public int JJTSTATEMENT = 0;
public int JJTVOID = 1;
public int JJTSTATEMENTS = 2;
public int JJTCOLUMN = 3;
public int JJTTABLE = 4;
public int JJTWITHITEM = 5;
public int JJTEXPRESSION = 6;
public int JJTCASEWHENEXPRESSION = 7;
public int JJTFUNCTION = 8;
public int JJTSUBSELECT = 9;
public String[] jjtNodeName = {
"Statement",
"void",
"Statements",
"Column",
"Table",
"WithItem",
"Expression",
"CaseWhenExpression",
"Function",
"SubSelect",
};
}
/* JavaCC - OriginalChecksum=f081470383bd08946d1aede2db424429 (do not edit this line) */