001: /* Generated By:JavaCC: Do not edit this line. ijConstants.java */
002: package org.apache.derby.impl.tools.ij;
003:
004: public interface ijConstants {
005:
006: int EOF = 0;
007: int SINGLE_LINE_SQLCOMMENT = 7;
008: int ABSOLUTE = 8;
009: int AFTER = 9;
010: int ALIASES = 10;
011: int ALL = 11;
012: int AS = 12;
013: int ASYNC = 13;
014: int ATTRIBUTES = 14;
015: int AUTOCOMMIT = 15;
016: int BANG = 16;
017: int BEFORE = 17;
018: int CLOSE = 18;
019: int COMMIT = 19;
020: int CONNECT = 20;
021: int CONNECTION = 21;
022: int CONNECTIONS = 22;
023: int CURRENT = 23;
024: int CURSOR = 24;
025: int DESCRIBE = 25;
026: int DISCONNECT = 26;
027: int DRIVER = 27;
028: int ELAPSEDTIME = 28;
029: int END = 29;
030: int EQUALS_OPERATOR = 30;
031: int EXECUTE = 31;
032: int EXIT = 32;
033: int EXPECT = 33;
034: int FAIL = 34;
035: int FIRST = 35;
036: int FOR = 36;
037: int FROM = 37;
038: int GET = 38;
039: int GETCURRENTROWNUMBER = 39;
040: int HOLD = 40;
041: int HELP = 41;
042: int IN = 42;
043: int INDEXES = 43;
044: int INSENSITIVE = 44;
045: int INTO = 45;
046: int LAST = 46;
047: int LOCALIZEDDISPLAY = 47;
048: int MAXIMUMDISPLAYWIDTH = 48;
049: int NAME = 49;
050: int NEXT = 50;
051: int NOHOLD = 51;
052: int NOHOLDFORCONNECTION = 52;
053: int OFF = 53;
054: int ON = 54;
055: int PASSWORD = 55;
056: int PERIOD = 56;
057: int PREPARE = 57;
058: int PREVIOUS = 58;
059: int PROCEDURE = 59;
060: int PROCEDURES = 60;
061: int PROPERTIES = 61;
062: int PROTOCOL = 62;
063: int QUIT = 63;
064: int READONLY = 64;
065: int RELATIVE = 65;
066: int REMOVE = 66;
067: int RESOURCE = 67;
068: int ROLLBACK = 68;
069: int RUN = 69;
070: int TO = 70;
071: int SAVEPOINT = 71;
072: int SCHEMAS = 72;
073: int SCROLL = 73;
074: int SENSITIVE = 74;
075: int SET = 75;
076: int SHOW = 76;
077: int SHUTDOWN = 77;
078: int STATEMENT = 78;
079: int SYNONYMS = 79;
080: int TABLES = 80;
081: int USER = 81;
082: int USING = 82;
083: int VIEWS = 83;
084: int WAIT = 84;
085: int WITH = 85;
086: int XA_1PHASE = 86;
087: int XA_2PHASE = 87;
088: int XA_DATASOURCE = 88;
089: int XA_CONNECT = 89;
090: int XA_COMMIT = 90;
091: int XA_DISCONNECT = 91;
092: int XA_END = 92;
093: int XA_ENDRSCAN = 93;
094: int XA_FAIL = 94;
095: int XA_FORGET = 95;
096: int XA_GETCONNECTION = 96;
097: int XA_JOIN = 97;
098: int XA_NOFLAGS = 98;
099: int XA_PREPARE = 99;
100: int XA_RECOVER = 100;
101: int XA_RESUME = 101;
102: int XA_ROLLBACK = 102;
103: int XA_START = 103;
104: int XA_STARTRSCAN = 104;
105: int XA_SUCCESS = 105;
106: int XA_SUSPEND = 106;
107: int DATASOURCE = 107;
108: int CP_DATASOURCE = 108;
109: int CP_CONNECT = 109;
110: int CP_GETCONNECTION = 110;
111: int CP_DISCONNECT = 111;
112: int WORK = 112;
113: int COMMA = 113;
114: int LEFT_PAREN = 114;
115: int RIGHT_PAREN = 115;
116: int DOUBLE_QUOTE = 116;
117: int HASH = 117;
118: int MINUS_SIGN = 118;
119: int PLUS_SIGN = 119;
120: int IDENTIFIER = 120;
121: int LETTER = 121;
122: int DIGIT = 122;
123: int INTEGER = 123;
124: int STRING = 124;
125:
126: int DEFAULT = 0;
127:
128: String[] tokenImage = { "<EOF>", "\" \"", "\"\\t\"", "\"\\r\\n\"",
129: "\"\\n\"", "\"\\r\"", "\"\\f\"",
130: "<SINGLE_LINE_SQLCOMMENT>", "\"absolute\"", "\"after\"",
131: "\"aliases\"", "\"all\"", "\"as\"", "\"async\"",
132: "\"attributes\"", "\"autocommit\"", "\"!\"", "\"before\"",
133: "\"close\"", "\"commit\"", "\"connect\"", "\"connection\"",
134: "\"connections\"", "\"current\"", "\"cursor\"",
135: "\"describe\"", "\"disconnect\"", "\"driver\"",
136: "\"elapsedtime\"", "\"end\"", "\"=\"", "\"execute\"",
137: "\"exit\"", "\"expect\"", "\"fail\"", "\"first\"",
138: "\"for\"", "\"from\"", "\"get\"",
139: "\"getcurrentrownumber\"", "\"hold\"", "\"help\"",
140: "\"in\"", "\"indexes\"", "\"insensitive\"", "\"into\"",
141: "\"last\"", "\"localizeddisplay\"",
142: "\"maximumdisplaywidth\"", "\"name\"", "\"next\"",
143: "\"nohold\"", "\"noholdforconnection\"", "\"off\"",
144: "\"on\"", "\"password\"", "\".\"", "\"prepare\"",
145: "\"previous\"", "\"procedure\"", "\"procedures\"",
146: "\"properties\"", "\"protocol\"", "\"quit\"",
147: "\"readonly\"", "\"relative\"", "\"remove\"",
148: "\"resource\"", "\"rollback\"", "\"run\"", "\"to\"",
149: "\"savepoint\"", "\"schemas\"", "\"scroll\"",
150: "\"sensitive\"", "\"set\"", "\"show\"", "\"shutdown\"",
151: "\"statement\"", "\"synonyms\"", "\"tables\"", "\"user\"",
152: "\"using\"", "\"views\"", "\"wait\"", "\"with\"",
153: "\"XA_1phase\"", "\"XA_2phase\"", "\"XA_datasource\"",
154: "\"XA_connect\"", "\"XA_commit\"", "\"XA_disconnect\"",
155: "\"XA_end\"", "\"XA_endrscan\"", "\"XA_fail\"",
156: "\"XA_forget\"", "\"XA_getconnection\"", "\"XA_join\"",
157: "\"XA_noflags\"", "\"XA_prepare\"", "\"XA_recover\"",
158: "\"XA_resume\"", "\"XA_rollback\"", "\"XA_start\"",
159: "\"XA_startrscan\"", "\"XA_success\"", "\"XA_suspend\"",
160: "\"datasource\"", "\"CP_datasource\"", "\"CP_connect\"",
161: "\"CP_getconnection\"", "\"CP_disconnect\"", "\"work\"",
162: "\",\"", "\"(\"", "\")\"", "\"\\\"\"", "\"#\"", "\"-\"",
163: "\"+\"", "<IDENTIFIER>", "<LETTER>", "<DIGIT>",
164: "<INTEGER>", "<STRING>", };
165:
166: }
|