Statistics
| Revision:

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

History | View | Annotate | Download (2.5 KB)

1
package com.hardcode.gdbms.parser;
2
/* Generated By:JJTree: Do not edit this line. SQLEngineTreeConstants.java */
3

    
4
public interface SQLEngineTreeConstants
5
{
6
  public int JJTSQLANDEXPR = 0;
7
  public int JJTSQLBETWEENCLAUSE = 1;
8
  public int JJTSQLCOLREF = 2;
9
  public int JJTSQLCOMPAREEXPR = 3;
10
  public int JJTSQLCOMPAREEXPRRIGHT = 4;
11
  public int JJTSQLCOMPAREOP = 5;
12
  public int JJTSQLDELETE = 6;
13
  public int JJTSQLEXISTSCLAUSE = 7;
14
  public int JJTSQLFUNCTION = 8;
15
  public int JJTSQLFUNCTIONARGS = 9;
16
  public int JJTSQLGROUPBY = 10;
17
  public int JJTSQLINCLAUSE = 11;
18
  public int JJTSQLINSERT = 12;
19
  public int JJTSQLISCLAUSE = 13;
20
  public int JJTSQLLEFTJOINCLAUSE = 14;
21
  public int JJTSQLLIKECLAUSE = 15;
22
  public int JJTSQLLITERAL = 16;
23
  public int JJTSQLLVALUE = 17;
24
  public int JJTSQLLVALUETERM = 18;
25
  public int JJTSQLNOTEXPR = 19;
26
  public int JJTSQLORDERBY = 20;
27
  public int JJTSQLORDERBYELEM = 21;
28
  public int JJTSQLORDERBYLIST = 22;
29
  public int JJTSQLORDERDIRECTION = 23;
30
  public int JJTSQLOREXPR = 24;
31
  public int JJTSQLPATTERN = 25;
32
  public int JJTSQLPRODUCTEXPR = 26;
33
  public int JJTSQLRIGHTJOINCLAUSE = 27;
34
  public int JJTSQLUNION = 28;
35
  public int JJTSQLSELECT = 29;
36
  public int JJTSQLSELECTCOLS = 30;
37
  public int JJTSQLSELECTLIST = 31;
38
  public int JJTSQLSTATEMENT = 32;
39
  public int JJTSQLSUMEXPR = 33;
40
  public int JJTSQLTABLELIST = 34;
41
  public int JJTSQLTABLEREF = 35;
42
  public int JJTSQLTERM = 36;
43
  public int JJTSQLUNARYEXPR = 37;
44
  public int JJTSQLUPDATE = 38;
45
  public int JJTSQLUPDATEASSIGNMENT = 39;
46
  public int JJTSQLLVALUEELEMENT = 40;
47
  public int JJTSQLLVALUELIST = 41;
48
  public int JJTSQLWHERE = 42;
49

    
50

    
51
  public String[] jjtNodeName = {
52
    "SQLAndExpr",
53
    "SQLBetweenClause",
54
    "SQLColRef",
55
    "SQLCompareExpr",
56
    "SQLCompareExprRight",
57
    "SQLCompareOp",
58
    "SQLDelete",
59
    "SQLExistsClause",
60
    "SQLFunction",
61
    "SQLFunctionArgs",
62
    "SQLGroupBy",
63
    "SQLInClause",
64
    "SQLInsert",
65
    "SQLIsClause",
66
    "SQLLeftJoinClause",
67
    "SQLLikeClause",
68
    "SQLLiteral",
69
    "SQLLvalue",
70
    "SQLLvalueTerm",
71
    "SQLNotExpr",
72
    "SQLOrderBy",
73
    "SQLOrderByElem",
74
    "SQLOrderByList",
75
    "SQLOrderDirection",
76
    "SQLOrExpr",
77
    "SQLPattern",
78
    "SQLProductExpr",
79
    "SQLRightJoinClause",
80
    "SQLUnion",
81
    "SQLSelect",
82
    "SQLSelectCols",
83
    "SQLSelectList",
84
    "SQLStatement",
85
    "SQLSumExpr",
86
    "SQLTableList",
87
    "SQLTableRef",
88
    "SQLTerm",
89
    "SQLUnaryExpr",
90
    "SQLUpdate",
91
    "SQLUpdateAssignment",
92
    "SQLLValueElement",
93
    "SQLLValueList",
94
    "SQLWhere",
95
  };
96
}