All Downloads are FREE. Search and download functionalities are using the official Maven repository.

nl.topicus.jdbc.shaded.net.sf.jsqlparser.parser.CCJSqlParserTreeConstants Maven / Gradle / Ivy

There is a newer version: 1.1.6
Show newest version
/* 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) */




© 2015 - 2024 Weber Informatics LLC | Privacy Policy