Statistics
| Revision:

svn-gvsig-desktop / trunk / libraries / libGDBMS / src / main / java / com / hardcode / gdbms / parser / SQLEngineTreeConstants.java @ 29977

History | View | Annotate | Download (2.6 KB)

1 3199 fjp
/* Generated By:JJTree: Do not edit this line. ../../src/main/java/com/hardcode/gdbms/parser/SQLEngineTreeConstants.java */
2
3
package com.hardcode.gdbms.parser;
4
5
public interface SQLEngineTreeConstants
6
{
7
  public int JJTSQLANDEXPR = 0;
8
  public int JJTSQLBETWEENCLAUSE = 1;
9
  public int JJTSQLCOLREF = 2;
10
  public int JJTSQLCOMPAREEXPR = 3;
11
  public int JJTSQLCOMPAREEXPRRIGHT = 4;
12
  public int JJTSQLCOMPAREOP = 5;
13
  public int JJTSQLCUSTOM = 6;
14
  public int JJTSQLDELETE = 7;
15
  public int JJTSQLEXISTSCLAUSE = 8;
16
  public int JJTSQLFUNCTION = 9;
17
  public int JJTSQLFUNCTIONARGS = 10;
18
  public int JJTSQLGROUPBY = 11;
19
  public int JJTSQLINCLAUSE = 12;
20
  public int JJTSQLINSERT = 13;
21
  public int JJTSQLISCLAUSE = 14;
22
  public int JJTSQLLEFTJOINCLAUSE = 15;
23
  public int JJTSQLLIKECLAUSE = 16;
24
  public int JJTSQLLITERAL = 17;
25
  public int JJTSQLLVALUE = 18;
26
  public int JJTSQLLVALUETERM = 19;
27
  public int JJTSQLNOTEXPR = 20;
28
  public int JJTSQLORDERBY = 21;
29
  public int JJTSQLORDERBYELEM = 22;
30
  public int JJTSQLORDERBYLIST = 23;
31
  public int JJTSQLORDERDIRECTION = 24;
32
  public int JJTSQLOREXPR = 25;
33
  public int JJTSQLPATTERN = 26;
34
  public int JJTSQLPRODUCTEXPR = 27;
35
  public int JJTSQLRIGHTJOINCLAUSE = 28;
36
  public int JJTSQLUNION = 29;
37
  public int JJTSQLSELECT = 30;
38
  public int JJTSQLSELECTCOLS = 31;
39
  public int JJTSQLSELECTLIST = 32;
40
  public int JJTSQLSTATEMENT = 33;
41
  public int JJTSQLSUMEXPR = 34;
42
  public int JJTSQLTABLELIST = 35;
43
  public int JJTSQLTABLEREF = 36;
44
  public int JJTSQLTERM = 37;
45
  public int JJTSQLUNARYEXPR = 38;
46
  public int JJTSQLUPDATE = 39;
47
  public int JJTSQLUPDATEASSIGNMENT = 40;
48
  public int JJTSQLLVALUEELEMENT = 41;
49
  public int JJTSQLLVALUELIST = 42;
50
  public int JJTSQLWHERE = 43;
51
52
53
  public String[] jjtNodeName = {
54
    "SQLAndExpr",
55
    "SQLBetweenClause",
56
    "SQLColRef",
57
    "SQLCompareExpr",
58
    "SQLCompareExprRight",
59
    "SQLCompareOp",
60
    "SQLCustom",
61
    "SQLDelete",
62
    "SQLExistsClause",
63
    "SQLFunction",
64
    "SQLFunctionArgs",
65
    "SQLGroupBy",
66
    "SQLInClause",
67
    "SQLInsert",
68
    "SQLIsClause",
69
    "SQLLeftJoinClause",
70
    "SQLLikeClause",
71
    "SQLLiteral",
72
    "SQLLvalue",
73
    "SQLLvalueTerm",
74
    "SQLNotExpr",
75
    "SQLOrderBy",
76
    "SQLOrderByElem",
77
    "SQLOrderByList",
78
    "SQLOrderDirection",
79
    "SQLOrExpr",
80
    "SQLPattern",
81
    "SQLProductExpr",
82
    "SQLRightJoinClause",
83
    "SQLUnion",
84
    "SQLSelect",
85
    "SQLSelectCols",
86
    "SQLSelectList",
87
    "SQLStatement",
88
    "SQLSumExpr",
89
    "SQLTableList",
90
    "SQLTableRef",
91
    "SQLTerm",
92
    "SQLUnaryExpr",
93
    "SQLUpdate",
94
    "SQLUpdateAssignment",
95
    "SQLLValueElement",
96
    "SQLLValueList",
97
    "SQLWhere",
98
  };
99
}