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

net.sf.jsqlparser.parser.CCJSqlParserTreeConstants Maven / Gradle / Ivy

Go to download

JSqlParser parses an SQL statement and translate it into a hierarchy of Java classes. The generated hierarchy can be navigated using the Visitor Pattern.

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




© 2015 - 2024 Weber Informatics LLC | Privacy Policy