nl.topicus.jdbc.shaded.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 spanner-jdbc Show documentation
Show all versions of spanner-jdbc Show documentation
JDBC Driver for Google Cloud Spanner
/* Generated By:JavaCC: Do not edit this line. CCJSqlParserTreeConstants.java Version 7.0.2 */
package nl.topicus.jdbc.shaded.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=7d2ee5924e4adb5971607f5758109ee1 (do not edit this line) */