@plurnk/plurnk-mimetypes-text-plsql 0.2.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/LICENSE +21 -0
- package/README.md +15 -0
- package/dist/TextPlsql.d.ts +7 -0
- package/dist/TextPlsql.d.ts.map +1 -0
- package/dist/TextPlsql.js +193 -0
- package/dist/TextPlsql.js.map +1 -0
- package/dist/generated/PlSqlLexer.d.ts +2507 -0
- package/dist/generated/PlSqlLexer.d.ts.map +1 -0
- package/dist/generated/PlSqlLexer.js +17380 -0
- package/dist/generated/PlSqlLexer.js.map +1 -0
- package/dist/generated/PlSqlLexerBase.d.ts +5 -0
- package/dist/generated/PlSqlLexerBase.d.ts.map +1 -0
- package/dist/generated/PlSqlLexerBase.js +8 -0
- package/dist/generated/PlSqlLexerBase.js.map +1 -0
- package/dist/generated/PlSqlParser.d.ts +24156 -0
- package/dist/generated/PlSqlParser.d.ts.map +1 -0
- package/dist/generated/PlSqlParser.js +291674 -0
- package/dist/generated/PlSqlParser.js.map +1 -0
- package/dist/generated/PlSqlParserBase.d.ts +16 -0
- package/dist/generated/PlSqlParserBase.d.ts.map +1 -0
- package/dist/generated/PlSqlParserBase.js +59 -0
- package/dist/generated/PlSqlParserBase.js.map +1 -0
- package/dist/generated/PlSqlParserVisitor.d.ts +8463 -0
- package/dist/generated/PlSqlParserVisitor.d.ts.map +1 -0
- package/dist/generated/PlSqlParserVisitor.js +7256 -0
- package/dist/generated/PlSqlParserVisitor.js.map +1 -0
- package/dist/index.d.ts +3 -0
- package/dist/index.d.ts.map +1 -0
- package/dist/index.js +3 -0
- package/dist/index.js.map +1 -0
- package/grammar/PlSqlLexer.g4 +2618 -0
- package/grammar/PlSqlParser.g4 +10011 -0
- package/package.json +57 -0
|
@@ -0,0 +1,2507 @@
|
|
|
1
|
+
import * as antlr from "antlr4ng";
|
|
2
|
+
import PlSqlLexerBase from "./PlSqlLexerBase.ts";
|
|
3
|
+
export declare class PlSqlLexer extends PlSqlLexerBase {
|
|
4
|
+
static readonly ABORT = 1;
|
|
5
|
+
static readonly ABS = 2;
|
|
6
|
+
static readonly ABSENT = 3;
|
|
7
|
+
static readonly ACCESS = 4;
|
|
8
|
+
static readonly ACCESSED = 5;
|
|
9
|
+
static readonly ACCESSIBLE = 6;
|
|
10
|
+
static readonly ACCOUNT = 7;
|
|
11
|
+
static readonly ACL = 8;
|
|
12
|
+
static readonly ACOS = 9;
|
|
13
|
+
static readonly ACROSS = 10;
|
|
14
|
+
static readonly ACTION = 11;
|
|
15
|
+
static readonly ACTIONS = 12;
|
|
16
|
+
static readonly ACTIVATE = 13;
|
|
17
|
+
static readonly ACTIVE = 14;
|
|
18
|
+
static readonly ACTIVE_COMPONENT = 15;
|
|
19
|
+
static readonly ACTIVE_DATA = 16;
|
|
20
|
+
static readonly ACTIVE_FUNCTION = 17;
|
|
21
|
+
static readonly ACTIVE_TAG = 18;
|
|
22
|
+
static readonly ACTIVITY = 19;
|
|
23
|
+
static readonly ADAPTIVE_PLAN = 20;
|
|
24
|
+
static readonly ADD = 21;
|
|
25
|
+
static readonly ADD_COLUMN = 22;
|
|
26
|
+
static readonly ADD_GROUP = 23;
|
|
27
|
+
static readonly ADD_MONTHS = 24;
|
|
28
|
+
static readonly ADJ_DATE = 25;
|
|
29
|
+
static readonly ADMIN = 26;
|
|
30
|
+
static readonly ADMINISTER = 27;
|
|
31
|
+
static readonly ADMINISTRATOR = 28;
|
|
32
|
+
static readonly ADVANCED = 29;
|
|
33
|
+
static readonly ADVISE = 30;
|
|
34
|
+
static readonly ADVISOR = 31;
|
|
35
|
+
static readonly AFD_DISKSTRING = 32;
|
|
36
|
+
static readonly AFTER = 33;
|
|
37
|
+
static readonly AGENT = 34;
|
|
38
|
+
static readonly AGGREGATE = 35;
|
|
39
|
+
static readonly A_LETTER = 36;
|
|
40
|
+
static readonly ALIAS = 37;
|
|
41
|
+
static readonly ALL = 38;
|
|
42
|
+
static readonly ALLOCATE = 39;
|
|
43
|
+
static readonly ALLOW = 40;
|
|
44
|
+
static readonly ALL_ROWS = 41;
|
|
45
|
+
static readonly ALTER = 42;
|
|
46
|
+
static readonly ALTERNATE = 43;
|
|
47
|
+
static readonly ALWAYS = 44;
|
|
48
|
+
static readonly ANALYTIC = 45;
|
|
49
|
+
static readonly ANALYZE = 46;
|
|
50
|
+
static readonly ANCESTOR = 47;
|
|
51
|
+
static readonly ANCILLARY = 48;
|
|
52
|
+
static readonly AND = 49;
|
|
53
|
+
static readonly AND_EQUAL = 50;
|
|
54
|
+
static readonly ANNOTATIONS = 51;
|
|
55
|
+
static readonly ANOMALY = 52;
|
|
56
|
+
static readonly ANSI_REARCH = 53;
|
|
57
|
+
static readonly ANTIJOIN = 54;
|
|
58
|
+
static readonly ANY = 55;
|
|
59
|
+
static readonly ANYSCHEMA = 56;
|
|
60
|
+
static readonly APPEND = 57;
|
|
61
|
+
static readonly APPENDCHILDXML = 58;
|
|
62
|
+
static readonly APPEND_VALUES = 59;
|
|
63
|
+
static readonly APPLICATION = 60;
|
|
64
|
+
static readonly APPLY = 61;
|
|
65
|
+
static readonly APPROX_COUNT_DISTINCT = 62;
|
|
66
|
+
static readonly ARCHIVAL = 63;
|
|
67
|
+
static readonly ARCHIVE = 64;
|
|
68
|
+
static readonly ARCHIVED = 65;
|
|
69
|
+
static readonly ARCHIVELOG = 66;
|
|
70
|
+
static readonly ARE = 67;
|
|
71
|
+
static readonly ARRAY = 68;
|
|
72
|
+
static readonly AS = 69;
|
|
73
|
+
static readonly ASC = 70;
|
|
74
|
+
static readonly ASCII = 71;
|
|
75
|
+
static readonly ASCIISTR = 72;
|
|
76
|
+
static readonly ASIN = 73;
|
|
77
|
+
static readonly ASIS = 74;
|
|
78
|
+
static readonly ASSEMBLY = 75;
|
|
79
|
+
static readonly ASSIGN = 76;
|
|
80
|
+
static readonly ASSOCIATE = 77;
|
|
81
|
+
static readonly ASYNC = 78;
|
|
82
|
+
static readonly ASYNCHRONOUS = 79;
|
|
83
|
+
static readonly ATAN2 = 80;
|
|
84
|
+
static readonly ATAN = 81;
|
|
85
|
+
static readonly AT = 82;
|
|
86
|
+
static readonly ATTRIBUTE = 83;
|
|
87
|
+
static readonly ATTRIBUTES = 84;
|
|
88
|
+
static readonly AUDIT = 85;
|
|
89
|
+
static readonly AUTHENTICATED = 86;
|
|
90
|
+
static readonly AUTHENTICATION = 87;
|
|
91
|
+
static readonly AUTHID = 88;
|
|
92
|
+
static readonly AUTHORIZATION = 89;
|
|
93
|
+
static readonly AUTOALLOCATE = 90;
|
|
94
|
+
static readonly AUTO = 91;
|
|
95
|
+
static readonly AUTOBACKUP = 92;
|
|
96
|
+
static readonly AUTOEXTEND = 93;
|
|
97
|
+
static readonly AUTO_LOGIN = 94;
|
|
98
|
+
static readonly AUTOMATIC = 95;
|
|
99
|
+
static readonly AUTONOMOUS_TRANSACTION = 96;
|
|
100
|
+
static readonly AUTO_REOPTIMIZE = 97;
|
|
101
|
+
static readonly AVAILABILITY = 98;
|
|
102
|
+
static readonly AVRO = 99;
|
|
103
|
+
static readonly BACKGROUND = 100;
|
|
104
|
+
static readonly BACKINGFILE = 101;
|
|
105
|
+
static readonly BACKUP = 102;
|
|
106
|
+
static readonly BACKUPS = 103;
|
|
107
|
+
static readonly BACKUPSET = 104;
|
|
108
|
+
static readonly BADFILE = 105;
|
|
109
|
+
static readonly BASIC = 106;
|
|
110
|
+
static readonly BASICFILE = 107;
|
|
111
|
+
static readonly BATCH = 108;
|
|
112
|
+
static readonly BATCHSIZE = 109;
|
|
113
|
+
static readonly BATCH_TABLE_ACCESS_BY_ROWID = 110;
|
|
114
|
+
static readonly BECOME = 111;
|
|
115
|
+
static readonly BEFORE = 112;
|
|
116
|
+
static readonly BEGIN = 113;
|
|
117
|
+
static readonly BEGINNING = 114;
|
|
118
|
+
static readonly BEGIN_OUTLINE_DATA = 115;
|
|
119
|
+
static readonly BEHALF = 116;
|
|
120
|
+
static readonly BEQUEATH = 117;
|
|
121
|
+
static readonly BETWEEN = 118;
|
|
122
|
+
static readonly BFILE = 119;
|
|
123
|
+
static readonly BFILENAME = 120;
|
|
124
|
+
static readonly BIG = 121;
|
|
125
|
+
static readonly BIGFILE = 122;
|
|
126
|
+
static readonly BIGINT = 123;
|
|
127
|
+
static readonly BINARY = 124;
|
|
128
|
+
static readonly BINARY_DOUBLE = 125;
|
|
129
|
+
static readonly BINARY_DOUBLE_INFINITY = 126;
|
|
130
|
+
static readonly BINARY_DOUBLE_NAN = 127;
|
|
131
|
+
static readonly BINARY_FLOAT = 128;
|
|
132
|
+
static readonly BINARY_FLOAT_INFINITY = 129;
|
|
133
|
+
static readonly BINARY_FLOAT_NAN = 130;
|
|
134
|
+
static readonly BINARY_INTEGER = 131;
|
|
135
|
+
static readonly BIND_AWARE = 132;
|
|
136
|
+
static readonly BINDING = 133;
|
|
137
|
+
static readonly BIN_TO_NUM = 134;
|
|
138
|
+
static readonly BITAND = 135;
|
|
139
|
+
static readonly BITMAP_AND = 136;
|
|
140
|
+
static readonly BITMAP = 137;
|
|
141
|
+
static readonly BITMAPS = 138;
|
|
142
|
+
static readonly BITMAP_TREE = 139;
|
|
143
|
+
static readonly BITS = 140;
|
|
144
|
+
static readonly BLANKS = 141;
|
|
145
|
+
static readonly BLOB = 142;
|
|
146
|
+
static readonly BLOCK = 143;
|
|
147
|
+
static readonly BLOCK_RANGE = 144;
|
|
148
|
+
static readonly BLOCKS = 145;
|
|
149
|
+
static readonly BLOCKSIZE = 146;
|
|
150
|
+
static readonly BODY = 147;
|
|
151
|
+
static readonly BOOLEAN = 148;
|
|
152
|
+
static readonly BOTH = 149;
|
|
153
|
+
static readonly BOUND = 150;
|
|
154
|
+
static readonly BRANCH = 151;
|
|
155
|
+
static readonly BREADTH = 152;
|
|
156
|
+
static readonly BROADCAST = 153;
|
|
157
|
+
static readonly BSON = 154;
|
|
158
|
+
static readonly BUFFER = 155;
|
|
159
|
+
static readonly BUFFER_CACHE = 156;
|
|
160
|
+
static readonly BUFFER_POOL = 157;
|
|
161
|
+
static readonly BUILD = 158;
|
|
162
|
+
static readonly BULK = 159;
|
|
163
|
+
static readonly BY = 160;
|
|
164
|
+
static readonly BYPASS_RECURSIVE_CHECK = 161;
|
|
165
|
+
static readonly BYPASS_UJVC = 162;
|
|
166
|
+
static readonly BYTE = 163;
|
|
167
|
+
static readonly BYTES = 164;
|
|
168
|
+
static readonly BYTEORDERMARK = 165;
|
|
169
|
+
static readonly CACHE = 166;
|
|
170
|
+
static readonly CACHE_CB = 167;
|
|
171
|
+
static readonly CACHE_INSTANCES = 168;
|
|
172
|
+
static readonly CACHE_TEMP_TABLE = 169;
|
|
173
|
+
static readonly CACHING = 170;
|
|
174
|
+
static readonly CALCULATED = 171;
|
|
175
|
+
static readonly CALLBACK = 172;
|
|
176
|
+
static readonly CALL = 173;
|
|
177
|
+
static readonly CANCEL = 174;
|
|
178
|
+
static readonly CANONICAL = 175;
|
|
179
|
+
static readonly CAPACITY = 176;
|
|
180
|
+
static readonly CAPTION = 177;
|
|
181
|
+
static readonly CARDINALITY = 178;
|
|
182
|
+
static readonly CASCADE = 179;
|
|
183
|
+
static readonly CASE = 180;
|
|
184
|
+
static readonly CAST = 181;
|
|
185
|
+
static readonly CASESENSITIVE = 182;
|
|
186
|
+
static readonly CATEGORY = 183;
|
|
187
|
+
static readonly CDBDEFAULT = 184;
|
|
188
|
+
static readonly CEIL = 185;
|
|
189
|
+
static readonly CELL_FLASH_CACHE = 186;
|
|
190
|
+
static readonly CERTIFICATE = 187;
|
|
191
|
+
static readonly CFILE = 188;
|
|
192
|
+
static readonly CHAINED = 189;
|
|
193
|
+
static readonly CHANGE = 190;
|
|
194
|
+
static readonly CHANGETRACKING = 191;
|
|
195
|
+
static readonly CHANGE_DUPKEY_ERROR_INDEX = 192;
|
|
196
|
+
static readonly CHARACTER = 193;
|
|
197
|
+
static readonly CHARACTERS = 194;
|
|
198
|
+
static readonly CHARACTERSET = 195;
|
|
199
|
+
static readonly CHAR = 196;
|
|
200
|
+
static readonly CHAR_CS = 197;
|
|
201
|
+
static readonly CHARTOROWID = 198;
|
|
202
|
+
static readonly CHECK_ACL_REWRITE = 199;
|
|
203
|
+
static readonly CHECK = 200;
|
|
204
|
+
static readonly CHECKPOINT = 201;
|
|
205
|
+
static readonly CHILD = 202;
|
|
206
|
+
static readonly CHOOSE = 203;
|
|
207
|
+
static readonly CHR = 204;
|
|
208
|
+
static readonly CHUNK = 205;
|
|
209
|
+
static readonly CLASS = 206;
|
|
210
|
+
static readonly CLASSIFICATION = 207;
|
|
211
|
+
static readonly CLASSIFIER = 208;
|
|
212
|
+
static readonly CLAUSE = 209;
|
|
213
|
+
static readonly CLEAN = 210;
|
|
214
|
+
static readonly CLEANUP = 211;
|
|
215
|
+
static readonly CLEAR = 212;
|
|
216
|
+
static readonly C_LETTER = 213;
|
|
217
|
+
static readonly CLIENT = 214;
|
|
218
|
+
static readonly CLOB = 215;
|
|
219
|
+
static readonly CLONE = 216;
|
|
220
|
+
static readonly CLOSE_CACHED_OPEN_CURSORS = 217;
|
|
221
|
+
static readonly CLOSE = 218;
|
|
222
|
+
static readonly CLUSTER_BY_ROWID = 219;
|
|
223
|
+
static readonly CLUSTER = 220;
|
|
224
|
+
static readonly CLUSTER_DETAILS = 221;
|
|
225
|
+
static readonly CLUSTER_DISTANCE = 222;
|
|
226
|
+
static readonly CLUSTER_ID = 223;
|
|
227
|
+
static readonly CLUSTERING = 224;
|
|
228
|
+
static readonly CLUSTERING_FACTOR = 225;
|
|
229
|
+
static readonly CLUSTER_PROBABILITY = 226;
|
|
230
|
+
static readonly CLUSTER_SET = 227;
|
|
231
|
+
static readonly COALESCE = 228;
|
|
232
|
+
static readonly COALESCE_SQ = 229;
|
|
233
|
+
static readonly COARSE = 230;
|
|
234
|
+
static readonly CO_AUTH_IND = 231;
|
|
235
|
+
static readonly COLD = 232;
|
|
236
|
+
static readonly COLLECT = 233;
|
|
237
|
+
static readonly COLLECTION = 234;
|
|
238
|
+
static readonly COLUMNAR = 235;
|
|
239
|
+
static readonly COLUMN_AUTH_INDICATOR = 236;
|
|
240
|
+
static readonly COLUMN = 237;
|
|
241
|
+
static readonly COLUMNS = 238;
|
|
242
|
+
static readonly COLUMN_STATS = 239;
|
|
243
|
+
static readonly COLUMN_VALUE = 240;
|
|
244
|
+
static readonly COMMENT = 241;
|
|
245
|
+
static readonly COMMIT = 242;
|
|
246
|
+
static readonly COMMITTED = 243;
|
|
247
|
+
static readonly COMMON = 244;
|
|
248
|
+
static readonly COMMON_DATA = 245;
|
|
249
|
+
static readonly COMPACT = 246;
|
|
250
|
+
static readonly COMPATIBLE = 247;
|
|
251
|
+
static readonly COMPATIBILITY = 248;
|
|
252
|
+
static readonly COMPILE = 249;
|
|
253
|
+
static readonly COMPLETE = 250;
|
|
254
|
+
static readonly COMPLIANCE = 251;
|
|
255
|
+
static readonly COMPONENT = 252;
|
|
256
|
+
static readonly COMPONENTS = 253;
|
|
257
|
+
static readonly COMPOSE = 254;
|
|
258
|
+
static readonly COMPOSITE = 255;
|
|
259
|
+
static readonly COMPOSITE_LIMIT = 256;
|
|
260
|
+
static readonly COMPOUND = 257;
|
|
261
|
+
static readonly COMPRESS = 258;
|
|
262
|
+
static readonly COMPRESSION = 259;
|
|
263
|
+
static readonly COMPUTE = 260;
|
|
264
|
+
static readonly CONCAT = 261;
|
|
265
|
+
static readonly CON_DBID_TO_ID = 262;
|
|
266
|
+
static readonly CONDITIONAL = 263;
|
|
267
|
+
static readonly CONDITION = 264;
|
|
268
|
+
static readonly CONFIRM = 265;
|
|
269
|
+
static readonly CONFORMING = 266;
|
|
270
|
+
static readonly CON_GUID_TO_ID = 267;
|
|
271
|
+
static readonly CON_ID = 268;
|
|
272
|
+
static readonly CON_NAME_TO_ID = 269;
|
|
273
|
+
static readonly CONNECT_BY_CB_WHR_ONLY = 270;
|
|
274
|
+
static readonly CONNECT_BY_COMBINE_SW = 271;
|
|
275
|
+
static readonly CONNECT_BY_COST_BASED = 272;
|
|
276
|
+
static readonly CONNECT_BY_ELIM_DUPS = 273;
|
|
277
|
+
static readonly CONNECT_BY_FILTERING = 274;
|
|
278
|
+
static readonly CONNECT_BY_ISCYCLE = 275;
|
|
279
|
+
static readonly CONNECT_BY_ISLEAF = 276;
|
|
280
|
+
static readonly CONNECT_BY_ROOT = 277;
|
|
281
|
+
static readonly CONNECT = 278;
|
|
282
|
+
static readonly CONNECT_TIME = 279;
|
|
283
|
+
static readonly CONSIDER = 280;
|
|
284
|
+
static readonly CONSISTENT = 281;
|
|
285
|
+
static readonly CONSTANT = 282;
|
|
286
|
+
static readonly CONST = 283;
|
|
287
|
+
static readonly CONSTRAINT = 284;
|
|
288
|
+
static readonly CONSTRAINTS = 285;
|
|
289
|
+
static readonly CONSTRUCTOR = 286;
|
|
290
|
+
static readonly CONTAINER = 287;
|
|
291
|
+
static readonly CONTAINERS = 288;
|
|
292
|
+
static readonly CONTAINERS_DEFAULT = 289;
|
|
293
|
+
static readonly CONTAINER_DATA = 290;
|
|
294
|
+
static readonly CONTAINER_MAP = 291;
|
|
295
|
+
static readonly CONTENT = 292;
|
|
296
|
+
static readonly CONTENTS = 293;
|
|
297
|
+
static readonly CONTEXT = 294;
|
|
298
|
+
static readonly CONTINUE = 295;
|
|
299
|
+
static readonly CONTROLFILE = 296;
|
|
300
|
+
static readonly CON_UID_TO_ID = 297;
|
|
301
|
+
static readonly CONVERT = 298;
|
|
302
|
+
static readonly CONVERSION = 299;
|
|
303
|
+
static readonly COOKIE = 300;
|
|
304
|
+
static readonly COPY = 301;
|
|
305
|
+
static readonly CORR_K = 302;
|
|
306
|
+
static readonly CORR_S = 303;
|
|
307
|
+
static readonly CORRUPTION = 304;
|
|
308
|
+
static readonly CORRUPT_XID_ALL = 305;
|
|
309
|
+
static readonly CORRUPT_XID = 306;
|
|
310
|
+
static readonly COS = 307;
|
|
311
|
+
static readonly COSH = 308;
|
|
312
|
+
static readonly COST = 309;
|
|
313
|
+
static readonly COST_XML_QUERY_REWRITE = 310;
|
|
314
|
+
static readonly COUNT = 311;
|
|
315
|
+
static readonly COUNTED = 312;
|
|
316
|
+
static readonly COVAR_POP = 313;
|
|
317
|
+
static readonly COVAR_SAMP = 314;
|
|
318
|
+
static readonly CPU_COSTING = 315;
|
|
319
|
+
static readonly CPU_PER_CALL = 316;
|
|
320
|
+
static readonly CPU_PER_SESSION = 317;
|
|
321
|
+
static readonly CRASH = 318;
|
|
322
|
+
static readonly CREATE = 319;
|
|
323
|
+
static readonly CREATE_FILE_DEST = 320;
|
|
324
|
+
static readonly CREATE_STORED_OUTLINES = 321;
|
|
325
|
+
static readonly CREATION = 322;
|
|
326
|
+
static readonly CREDENTIAL = 323;
|
|
327
|
+
static readonly CRITICAL = 324;
|
|
328
|
+
static readonly CROSS = 325;
|
|
329
|
+
static readonly CROSSEDITION = 326;
|
|
330
|
+
static readonly CSCONVERT = 327;
|
|
331
|
+
static readonly CSV = 328;
|
|
332
|
+
static readonly CUBE_AJ = 329;
|
|
333
|
+
static readonly CUBE = 330;
|
|
334
|
+
static readonly CUBE_GB = 331;
|
|
335
|
+
static readonly CUBE_SJ = 332;
|
|
336
|
+
static readonly CUME_DISTM = 333;
|
|
337
|
+
static readonly CURRENT = 334;
|
|
338
|
+
static readonly CURRENT_DATE = 335;
|
|
339
|
+
static readonly CURRENT_SCHEMA = 336;
|
|
340
|
+
static readonly CURRENT_TIME = 337;
|
|
341
|
+
static readonly CURRENT_TIMESTAMP = 338;
|
|
342
|
+
static readonly CURRENT_USER = 339;
|
|
343
|
+
static readonly CURRENTV = 340;
|
|
344
|
+
static readonly CURSOR = 341;
|
|
345
|
+
static readonly CURSOR_SHARING_EXACT = 342;
|
|
346
|
+
static readonly CURSOR_SPECIFIC_SEGMENT = 343;
|
|
347
|
+
static readonly CUSTOMDATUM = 344;
|
|
348
|
+
static readonly CV = 345;
|
|
349
|
+
static readonly CYCLE = 346;
|
|
350
|
+
static readonly DANGLING = 347;
|
|
351
|
+
static readonly DATABASE = 348;
|
|
352
|
+
static readonly DATA = 349;
|
|
353
|
+
static readonly DATAFILE = 350;
|
|
354
|
+
static readonly DATAFILES = 351;
|
|
355
|
+
static readonly DATAGUARDCONFIG = 352;
|
|
356
|
+
static readonly DATAMOVEMENT = 353;
|
|
357
|
+
static readonly DATAOBJNO = 354;
|
|
358
|
+
static readonly DATAOBJ_TO_MAT_PARTITION = 355;
|
|
359
|
+
static readonly DATAOBJ_TO_PARTITION = 356;
|
|
360
|
+
static readonly DATAPUMP = 357;
|
|
361
|
+
static readonly DATA_SECURITY_REWRITE_LIMIT = 358;
|
|
362
|
+
static readonly DATE = 359;
|
|
363
|
+
static readonly DATE_CACHE = 360;
|
|
364
|
+
static readonly DATE_FORMAT = 361;
|
|
365
|
+
static readonly DATE_MODE = 362;
|
|
366
|
+
static readonly DAY = 363;
|
|
367
|
+
static readonly DAYS = 364;
|
|
368
|
+
static readonly DAY_TO_SECOND = 365;
|
|
369
|
+
static readonly DBA = 366;
|
|
370
|
+
static readonly DBA_RECYCLEBIN = 367;
|
|
371
|
+
static readonly DBLINK = 368;
|
|
372
|
+
static readonly DBMS_STATS = 369;
|
|
373
|
+
static readonly DB_ROLE_CHANGE = 370;
|
|
374
|
+
static readonly DBTIMEZONE = 371;
|
|
375
|
+
static readonly DB_UNIQUE_NAME = 372;
|
|
376
|
+
static readonly DB_VERSION = 373;
|
|
377
|
+
static readonly DDL = 374;
|
|
378
|
+
static readonly DEALLOCATE = 375;
|
|
379
|
+
static readonly DEBUG = 376;
|
|
380
|
+
static readonly DEBUGGER = 377;
|
|
381
|
+
static readonly DEC = 378;
|
|
382
|
+
static readonly DECIMAL = 379;
|
|
383
|
+
static readonly DECLARE = 380;
|
|
384
|
+
static readonly DECOMPOSE = 381;
|
|
385
|
+
static readonly DECORRELATE = 382;
|
|
386
|
+
static readonly DECR = 383;
|
|
387
|
+
static readonly DECREMENT = 384;
|
|
388
|
+
static readonly DECRYPT = 385;
|
|
389
|
+
static readonly DEDUPLICATE = 386;
|
|
390
|
+
static readonly DEFAULT = 387;
|
|
391
|
+
static readonly DEFAULTIF = 388;
|
|
392
|
+
static readonly DEFAULTS = 389;
|
|
393
|
+
static readonly DEFAULT_COLLATION = 390;
|
|
394
|
+
static readonly DEFAULT_CREDENTIAL = 391;
|
|
395
|
+
static readonly DEFERRABLE = 392;
|
|
396
|
+
static readonly DEFERRED = 393;
|
|
397
|
+
static readonly DEFINED = 394;
|
|
398
|
+
static readonly DEFINE = 395;
|
|
399
|
+
static readonly DEFINER = 396;
|
|
400
|
+
static readonly DEGREE = 397;
|
|
401
|
+
static readonly DELAY = 398;
|
|
402
|
+
static readonly DELEGATE = 399;
|
|
403
|
+
static readonly DELETE_ALL = 400;
|
|
404
|
+
static readonly DELETE = 401;
|
|
405
|
+
static readonly DELETEXML = 402;
|
|
406
|
+
static readonly DELIMITED = 403;
|
|
407
|
+
static readonly DEMAND = 404;
|
|
408
|
+
static readonly DENSE_RANKM = 405;
|
|
409
|
+
static readonly DEPENDENT = 406;
|
|
410
|
+
static readonly DEPRECATE = 407;
|
|
411
|
+
static readonly DEPTH = 408;
|
|
412
|
+
static readonly DEQUEUE = 409;
|
|
413
|
+
static readonly DEREF = 410;
|
|
414
|
+
static readonly DEREF_NO_REWRITE = 411;
|
|
415
|
+
static readonly DESC = 412;
|
|
416
|
+
static readonly DESCRIPTION = 413;
|
|
417
|
+
static readonly DESTROY = 414;
|
|
418
|
+
static readonly DETACHED = 415;
|
|
419
|
+
static readonly DETECTED = 416;
|
|
420
|
+
static readonly DETERMINES = 417;
|
|
421
|
+
static readonly DETERMINISTIC = 418;
|
|
422
|
+
static readonly DICTIONARY = 419;
|
|
423
|
+
static readonly DIMENSION = 420;
|
|
424
|
+
static readonly DIMENSIONS = 421;
|
|
425
|
+
static readonly DIRECTIO = 422;
|
|
426
|
+
static readonly DIRECT_LOAD = 423;
|
|
427
|
+
static readonly DIRECTORY = 424;
|
|
428
|
+
static readonly DIRECT_PATH = 425;
|
|
429
|
+
static readonly DISABLE_ALL = 426;
|
|
430
|
+
static readonly DISABLE = 427;
|
|
431
|
+
static readonly DISABLED = 428;
|
|
432
|
+
static readonly DISABLE_DIRECTORY_LINK_CHECK = 429;
|
|
433
|
+
static readonly DISABLE_PARALLEL_DML = 430;
|
|
434
|
+
static readonly DISABLE_PRESET = 431;
|
|
435
|
+
static readonly DISABLE_RPKE = 432;
|
|
436
|
+
static readonly DISALLOW = 433;
|
|
437
|
+
static readonly DISASSOCIATE = 434;
|
|
438
|
+
static readonly DISCARD = 435;
|
|
439
|
+
static readonly DISCARDFILE = 436;
|
|
440
|
+
static readonly DISCONNECT = 437;
|
|
441
|
+
static readonly DISK = 438;
|
|
442
|
+
static readonly DISKGROUP = 439;
|
|
443
|
+
static readonly DISKGROUP_PLUS = 440;
|
|
444
|
+
static readonly DISKS = 441;
|
|
445
|
+
static readonly DISMOUNT = 442;
|
|
446
|
+
static readonly DISTINCT = 443;
|
|
447
|
+
static readonly DISTINGUISHED = 444;
|
|
448
|
+
static readonly DISTRIBUTED = 445;
|
|
449
|
+
static readonly DISTRIBUTE = 446;
|
|
450
|
+
static readonly DML = 447;
|
|
451
|
+
static readonly DML_UPDATE = 448;
|
|
452
|
+
static readonly DNFS_DISABLE = 449;
|
|
453
|
+
static readonly DNFS_ENABLE = 450;
|
|
454
|
+
static readonly DNFS_READBUFFERS = 451;
|
|
455
|
+
static readonly DOCFIDELITY = 452;
|
|
456
|
+
static readonly DOCUMENT = 453;
|
|
457
|
+
static readonly DOLLAR_ELSE = 454;
|
|
458
|
+
static readonly DOLLAR_ELSIF = 455;
|
|
459
|
+
static readonly DOLLAR_END = 456;
|
|
460
|
+
static readonly DOLLAR_ERROR = 457;
|
|
461
|
+
static readonly DOLLAR_IF = 458;
|
|
462
|
+
static readonly DOLLAR_THEN = 459;
|
|
463
|
+
static readonly DOMAIN_INDEX_FILTER = 460;
|
|
464
|
+
static readonly DOMAIN_INDEX_NO_SORT = 461;
|
|
465
|
+
static readonly DOMAIN_INDEX_SORT = 462;
|
|
466
|
+
static readonly DOUBLE = 463;
|
|
467
|
+
static readonly DOWNGRADE = 464;
|
|
468
|
+
static readonly DRIVING_SITE = 465;
|
|
469
|
+
static readonly DROP_COLUMN = 466;
|
|
470
|
+
static readonly DROP = 467;
|
|
471
|
+
static readonly DROP_GROUP = 468;
|
|
472
|
+
static readonly DSINTERVAL_UNCONSTRAINED = 469;
|
|
473
|
+
static readonly DST_UPGRADE_INSERT_CONV = 470;
|
|
474
|
+
static readonly DUMP = 471;
|
|
475
|
+
static readonly DUMPSET = 472;
|
|
476
|
+
static readonly DUPLICATE = 473;
|
|
477
|
+
static readonly DV = 474;
|
|
478
|
+
static readonly DYNAMIC = 475;
|
|
479
|
+
static readonly DYNAMIC_SAMPLING = 476;
|
|
480
|
+
static readonly DYNAMIC_SAMPLING_EST_CDN = 477;
|
|
481
|
+
static readonly E_LETTER = 478;
|
|
482
|
+
static readonly EACH = 479;
|
|
483
|
+
static readonly EDITIONABLE = 480;
|
|
484
|
+
static readonly EDITION = 481;
|
|
485
|
+
static readonly EDITIONING = 482;
|
|
486
|
+
static readonly EDITIONS = 483;
|
|
487
|
+
static readonly ELEMENT = 484;
|
|
488
|
+
static readonly ELIM_GROUPBY = 485;
|
|
489
|
+
static readonly ELIMINATE_JOIN = 486;
|
|
490
|
+
static readonly ELIMINATE_OBY = 487;
|
|
491
|
+
static readonly ELIMINATE_OUTER_JOIN = 488;
|
|
492
|
+
static readonly ELSE = 489;
|
|
493
|
+
static readonly ELSIF = 490;
|
|
494
|
+
static readonly EM = 491;
|
|
495
|
+
static readonly EMBEDDED = 492;
|
|
496
|
+
static readonly EMPTY_BLOB = 493;
|
|
497
|
+
static readonly EMPTY_CLOB = 494;
|
|
498
|
+
static readonly EMPTY_ = 495;
|
|
499
|
+
static readonly ENABLE_ALL = 496;
|
|
500
|
+
static readonly ENABLE = 497;
|
|
501
|
+
static readonly ENABLED = 498;
|
|
502
|
+
static readonly ENABLE_PARALLEL_DML = 499;
|
|
503
|
+
static readonly ENABLE_PRESET = 500;
|
|
504
|
+
static readonly ENCLOSED = 501;
|
|
505
|
+
static readonly ENCODING = 502;
|
|
506
|
+
static readonly ENCRYPT = 503;
|
|
507
|
+
static readonly ENCRYPTION = 504;
|
|
508
|
+
static readonly ENCRYPTPASSWORDISNULL = 505;
|
|
509
|
+
static readonly END = 506;
|
|
510
|
+
static readonly END_OUTLINE_DATA = 507;
|
|
511
|
+
static readonly ENDIAN = 508;
|
|
512
|
+
static readonly ENFORCED = 509;
|
|
513
|
+
static readonly ENFORCE = 510;
|
|
514
|
+
static readonly ENQUEUE = 511;
|
|
515
|
+
static readonly ENTERPRISE = 512;
|
|
516
|
+
static readonly ENTITYESCAPING = 513;
|
|
517
|
+
static readonly ENTRY = 514;
|
|
518
|
+
static readonly EQUIPART = 515;
|
|
519
|
+
static readonly ERR = 516;
|
|
520
|
+
static readonly ERROR_ARGUMENT = 517;
|
|
521
|
+
static readonly ERROR = 518;
|
|
522
|
+
static readonly ERROR_ON_OVERLAP_TIME = 519;
|
|
523
|
+
static readonly ERRORS = 520;
|
|
524
|
+
static readonly ERROR_INDEX = 521;
|
|
525
|
+
static readonly ERROR_CODE = 522;
|
|
526
|
+
static readonly ESCAPE = 523;
|
|
527
|
+
static readonly ESCAPED = 524;
|
|
528
|
+
static readonly ESTIMATE = 525;
|
|
529
|
+
static readonly EVAL = 526;
|
|
530
|
+
static readonly EVALNAME = 527;
|
|
531
|
+
static readonly EVALUATE = 528;
|
|
532
|
+
static readonly EVALUATION = 529;
|
|
533
|
+
static readonly EVENTS = 530;
|
|
534
|
+
static readonly EVERY = 531;
|
|
535
|
+
static readonly EXCEPT = 532;
|
|
536
|
+
static readonly EXCEPTION = 533;
|
|
537
|
+
static readonly EXCEPTION_INIT = 534;
|
|
538
|
+
static readonly EXCEPTIONS = 535;
|
|
539
|
+
static readonly EXCHANGE = 536;
|
|
540
|
+
static readonly EXCLUDE = 537;
|
|
541
|
+
static readonly EXCLUDING = 538;
|
|
542
|
+
static readonly EXCLUSIVE = 539;
|
|
543
|
+
static readonly EXECUTE = 540;
|
|
544
|
+
static readonly EXEMPT = 541;
|
|
545
|
+
static readonly EXISTING = 542;
|
|
546
|
+
static readonly EXISTS = 543;
|
|
547
|
+
static readonly EXISTSNODE = 544;
|
|
548
|
+
static readonly EXIT = 545;
|
|
549
|
+
static readonly EXPAND_GSET_TO_UNION = 546;
|
|
550
|
+
static readonly EXPAND_TABLE = 547;
|
|
551
|
+
static readonly EXP = 548;
|
|
552
|
+
static readonly EXPIRE = 549;
|
|
553
|
+
static readonly EXPLAIN = 550;
|
|
554
|
+
static readonly EXPLOSION = 551;
|
|
555
|
+
static readonly EXPORT = 552;
|
|
556
|
+
static readonly EXPR_CORR_CHECK = 553;
|
|
557
|
+
static readonly EXPRESS = 554;
|
|
558
|
+
static readonly EXTENDS = 555;
|
|
559
|
+
static readonly EXTENT = 556;
|
|
560
|
+
static readonly EXTENTS = 557;
|
|
561
|
+
static readonly EXTERNAL = 558;
|
|
562
|
+
static readonly EXTERNALLY = 559;
|
|
563
|
+
static readonly EXTRACTCLOBXML = 560;
|
|
564
|
+
static readonly EXTRACT = 561;
|
|
565
|
+
static readonly EXTRACTVALUE = 562;
|
|
566
|
+
static readonly EXTRA = 563;
|
|
567
|
+
static readonly FACILITY = 564;
|
|
568
|
+
static readonly FACT = 565;
|
|
569
|
+
static readonly FACTOR = 566;
|
|
570
|
+
static readonly FACTORIZE_JOIN = 567;
|
|
571
|
+
static readonly FAILED = 568;
|
|
572
|
+
static readonly FAILED_LOGIN_ATTEMPTS = 569;
|
|
573
|
+
static readonly FAILGROUP = 570;
|
|
574
|
+
static readonly FAILOVER = 571;
|
|
575
|
+
static readonly FAILURE = 572;
|
|
576
|
+
static readonly FALSE = 573;
|
|
577
|
+
static readonly FAMILY = 574;
|
|
578
|
+
static readonly FAR = 575;
|
|
579
|
+
static readonly FAST = 576;
|
|
580
|
+
static readonly FASTSTART = 577;
|
|
581
|
+
static readonly FBTSCAN = 578;
|
|
582
|
+
static readonly FEATURE = 579;
|
|
583
|
+
static readonly FEATURE_DETAILS = 580;
|
|
584
|
+
static readonly FEATURE_ID = 581;
|
|
585
|
+
static readonly FEATURE_SET = 582;
|
|
586
|
+
static readonly FEATURE_VALUE = 583;
|
|
587
|
+
static readonly FETCH = 584;
|
|
588
|
+
static readonly FIELD = 585;
|
|
589
|
+
static readonly FIELDS = 586;
|
|
590
|
+
static readonly FILE = 587;
|
|
591
|
+
static readonly FILE_NAME_CONVERT = 588;
|
|
592
|
+
static readonly FILEGROUP = 589;
|
|
593
|
+
static readonly FILESTORE = 590;
|
|
594
|
+
static readonly FILESYSTEM_LIKE_LOGGING = 591;
|
|
595
|
+
static readonly FILTER = 592;
|
|
596
|
+
static readonly FINAL = 593;
|
|
597
|
+
static readonly FINE = 594;
|
|
598
|
+
static readonly FINISH = 595;
|
|
599
|
+
static readonly FIRST = 596;
|
|
600
|
+
static readonly FIRSTM = 597;
|
|
601
|
+
static readonly FIRST_ROWS = 598;
|
|
602
|
+
static readonly FIRST_VALUE = 599;
|
|
603
|
+
static readonly FIXED = 600;
|
|
604
|
+
static readonly FIXED_VIEW_DATA = 601;
|
|
605
|
+
static readonly FLAGGER = 602;
|
|
606
|
+
static readonly FLASHBACK = 603;
|
|
607
|
+
static readonly FLASH_CACHE = 604;
|
|
608
|
+
static readonly FLOAT = 605;
|
|
609
|
+
static readonly FLOB = 606;
|
|
610
|
+
static readonly FLEX = 607;
|
|
611
|
+
static readonly FLOOR = 608;
|
|
612
|
+
static readonly FLUSH = 609;
|
|
613
|
+
static readonly FOLDER = 610;
|
|
614
|
+
static readonly FOLLOWING = 611;
|
|
615
|
+
static readonly FOLLOWS = 612;
|
|
616
|
+
static readonly FORALL = 613;
|
|
617
|
+
static readonly FORCE = 614;
|
|
618
|
+
static readonly FORCE_XML_QUERY_REWRITE = 615;
|
|
619
|
+
static readonly FOREIGN = 616;
|
|
620
|
+
static readonly FOREVER = 617;
|
|
621
|
+
static readonly FOR = 618;
|
|
622
|
+
static readonly FORMAT = 619;
|
|
623
|
+
static readonly FORWARD = 620;
|
|
624
|
+
static readonly FRAGMENT_NUMBER = 621;
|
|
625
|
+
static readonly FREELIST = 622;
|
|
626
|
+
static readonly FREELISTS = 623;
|
|
627
|
+
static readonly FREEPOOLS = 624;
|
|
628
|
+
static readonly FRESH = 625;
|
|
629
|
+
static readonly FROM = 626;
|
|
630
|
+
static readonly FROM_TZ = 627;
|
|
631
|
+
static readonly FULL = 628;
|
|
632
|
+
static readonly FULL_OUTER_JOIN_TO_OUTER = 629;
|
|
633
|
+
static readonly FUNCTION = 630;
|
|
634
|
+
static readonly FUNCTIONS = 631;
|
|
635
|
+
static readonly FTP = 632;
|
|
636
|
+
static readonly G_LETTER = 633;
|
|
637
|
+
static readonly GATHER_OPTIMIZER_STATISTICS = 634;
|
|
638
|
+
static readonly GATHER_PLAN_STATISTICS = 635;
|
|
639
|
+
static readonly GBY_CONC_ROLLUP = 636;
|
|
640
|
+
static readonly GBY_PUSHDOWN = 637;
|
|
641
|
+
static readonly GENERATED = 638;
|
|
642
|
+
static readonly GET = 639;
|
|
643
|
+
static readonly GLOBAL = 640;
|
|
644
|
+
static readonly GLOBALLY = 641;
|
|
645
|
+
static readonly GLOBAL_NAME = 642;
|
|
646
|
+
static readonly GLOBAL_TOPIC_ENABLED = 643;
|
|
647
|
+
static readonly GOTO = 644;
|
|
648
|
+
static readonly GRANT = 645;
|
|
649
|
+
static readonly GROUP_BY = 646;
|
|
650
|
+
static readonly GROUP = 647;
|
|
651
|
+
static readonly GROUP_ID = 648;
|
|
652
|
+
static readonly GROUPING = 649;
|
|
653
|
+
static readonly GROUPING_ID = 650;
|
|
654
|
+
static readonly GROUPS = 651;
|
|
655
|
+
static readonly GUARANTEED = 652;
|
|
656
|
+
static readonly GUARANTEE = 653;
|
|
657
|
+
static readonly GUARD = 654;
|
|
658
|
+
static readonly HADOOP_TRAILERS = 655;
|
|
659
|
+
static readonly HALF_YEARS = 656;
|
|
660
|
+
static readonly HASH_AJ = 657;
|
|
661
|
+
static readonly HASH = 658;
|
|
662
|
+
static readonly HASHKEYS = 659;
|
|
663
|
+
static readonly HASH_SJ = 660;
|
|
664
|
+
static readonly HAVING = 661;
|
|
665
|
+
static readonly HEADER = 662;
|
|
666
|
+
static readonly HEAP = 663;
|
|
667
|
+
static readonly HELP = 664;
|
|
668
|
+
static readonly HEXTORAW = 665;
|
|
669
|
+
static readonly HEXTOREF = 666;
|
|
670
|
+
static readonly HIDDEN_KEYWORD = 667;
|
|
671
|
+
static readonly HIDE = 668;
|
|
672
|
+
static readonly HIER_ORDER = 669;
|
|
673
|
+
static readonly HIERARCHICAL = 670;
|
|
674
|
+
static readonly HIERARCHIES = 671;
|
|
675
|
+
static readonly HIERARCHY = 672;
|
|
676
|
+
static readonly HIGH = 673;
|
|
677
|
+
static readonly HINTSET_BEGIN = 674;
|
|
678
|
+
static readonly HINTSET_END = 675;
|
|
679
|
+
static readonly HOT = 676;
|
|
680
|
+
static readonly HOUR = 677;
|
|
681
|
+
static readonly HOURS = 678;
|
|
682
|
+
static readonly HTTP = 679;
|
|
683
|
+
static readonly HWM_BROKERED = 680;
|
|
684
|
+
static readonly HYBRID = 681;
|
|
685
|
+
static readonly H_LETTER = 682;
|
|
686
|
+
static readonly IDENTIFIED = 683;
|
|
687
|
+
static readonly IDENTIFIER = 684;
|
|
688
|
+
static readonly IDENTITY = 685;
|
|
689
|
+
static readonly IDGENERATORS = 686;
|
|
690
|
+
static readonly ID = 687;
|
|
691
|
+
static readonly IDLE_TIME = 688;
|
|
692
|
+
static readonly IF = 689;
|
|
693
|
+
static readonly IGNORE = 690;
|
|
694
|
+
static readonly IGNORE_CHARS_AFTER_EOR = 691;
|
|
695
|
+
static readonly IGNORE_OPTIM_EMBEDDED_HINTS = 692;
|
|
696
|
+
static readonly IGNORE_ROW_ON_DUPKEY_INDEX = 693;
|
|
697
|
+
static readonly IGNORE_WHERE_CLAUSE = 694;
|
|
698
|
+
static readonly ILM = 695;
|
|
699
|
+
static readonly IMMEDIATE = 696;
|
|
700
|
+
static readonly IMPACT = 697;
|
|
701
|
+
static readonly IMPORT = 698;
|
|
702
|
+
static readonly INACTIVE = 699;
|
|
703
|
+
static readonly INACTIVE_ACCOUNT_TIME = 700;
|
|
704
|
+
static readonly INCLUDE = 701;
|
|
705
|
+
static readonly INCLUDE_VERSION = 702;
|
|
706
|
+
static readonly INCLUDING = 703;
|
|
707
|
+
static readonly INCREMENTAL = 704;
|
|
708
|
+
static readonly INCREMENT = 705;
|
|
709
|
+
static readonly INCR = 706;
|
|
710
|
+
static readonly INDENT = 707;
|
|
711
|
+
static readonly INDEX_ASC = 708;
|
|
712
|
+
static readonly INDEX_COMBINE = 709;
|
|
713
|
+
static readonly INDEX_DESC = 710;
|
|
714
|
+
static readonly INDEXED = 711;
|
|
715
|
+
static readonly INDEXES = 712;
|
|
716
|
+
static readonly INDEX_FFS = 713;
|
|
717
|
+
static readonly INDEX_FILTER = 714;
|
|
718
|
+
static readonly INDEX = 715;
|
|
719
|
+
static readonly INDEXING = 716;
|
|
720
|
+
static readonly INDEX_JOIN = 717;
|
|
721
|
+
static readonly INDEX_ROWS = 718;
|
|
722
|
+
static readonly INDEX_RRS = 719;
|
|
723
|
+
static readonly INDEX_RS_ASC = 720;
|
|
724
|
+
static readonly INDEX_RS_DESC = 721;
|
|
725
|
+
static readonly INDEX_RS = 722;
|
|
726
|
+
static readonly INDEX_SCAN = 723;
|
|
727
|
+
static readonly INDEX_SKIP_SCAN = 724;
|
|
728
|
+
static readonly INDEX_SS_ASC = 725;
|
|
729
|
+
static readonly INDEX_SS_DESC = 726;
|
|
730
|
+
static readonly INDEX_SS = 727;
|
|
731
|
+
static readonly INDEX_STATS = 728;
|
|
732
|
+
static readonly INDEXTYPE = 729;
|
|
733
|
+
static readonly INDEXTYPES = 730;
|
|
734
|
+
static readonly INDICATOR = 731;
|
|
735
|
+
static readonly INDICES = 732;
|
|
736
|
+
static readonly INFINITE = 733;
|
|
737
|
+
static readonly INFORMATIONAL = 734;
|
|
738
|
+
static readonly INHERIT = 735;
|
|
739
|
+
static readonly IN = 736;
|
|
740
|
+
static readonly INITCAP = 737;
|
|
741
|
+
static readonly INITIAL = 738;
|
|
742
|
+
static readonly INITIALIZED = 739;
|
|
743
|
+
static readonly INITIALLY = 740;
|
|
744
|
+
static readonly INITRANS = 741;
|
|
745
|
+
static readonly INLINE = 742;
|
|
746
|
+
static readonly INLINE_XMLTYPE_NT = 743;
|
|
747
|
+
static readonly INMEMORY = 744;
|
|
748
|
+
static readonly IN_MEMORY_METADATA = 745;
|
|
749
|
+
static readonly INMEMORY_PRUNING = 746;
|
|
750
|
+
static readonly INNER = 747;
|
|
751
|
+
static readonly INOUT = 748;
|
|
752
|
+
static readonly INPLACE = 749;
|
|
753
|
+
static readonly INPUTFORMAT = 750;
|
|
754
|
+
static readonly INSERTCHILDXMLAFTER = 751;
|
|
755
|
+
static readonly INSERTCHILDXMLBEFORE = 752;
|
|
756
|
+
static readonly INSERTCHILDXML = 753;
|
|
757
|
+
static readonly INSERT = 754;
|
|
758
|
+
static readonly INSERTXMLAFTER = 755;
|
|
759
|
+
static readonly INSERTXMLBEFORE = 756;
|
|
760
|
+
static readonly INSTANCE = 757;
|
|
761
|
+
static readonly INSTANCES = 758;
|
|
762
|
+
static readonly INSTANTIABLE = 759;
|
|
763
|
+
static readonly INSTANTLY = 760;
|
|
764
|
+
static readonly INSTEAD = 761;
|
|
765
|
+
static readonly INSTR2 = 762;
|
|
766
|
+
static readonly INSTR4 = 763;
|
|
767
|
+
static readonly INSTRB = 764;
|
|
768
|
+
static readonly INSTRC = 765;
|
|
769
|
+
static readonly INSTR = 766;
|
|
770
|
+
static readonly INTEGER = 767;
|
|
771
|
+
static readonly INTERLEAVED = 768;
|
|
772
|
+
static readonly INTERMEDIATE = 769;
|
|
773
|
+
static readonly INTERNAL_CONVERT = 770;
|
|
774
|
+
static readonly INTERNAL_USE = 771;
|
|
775
|
+
static readonly INTERPRETED = 772;
|
|
776
|
+
static readonly INTERSECT = 773;
|
|
777
|
+
static readonly INTERVAL = 774;
|
|
778
|
+
static readonly INT = 775;
|
|
779
|
+
static readonly INTERNAL = 776;
|
|
780
|
+
static readonly INTO = 777;
|
|
781
|
+
static readonly INVALIDATE = 778;
|
|
782
|
+
static readonly INVALIDATION = 779;
|
|
783
|
+
static readonly INVISIBLE = 780;
|
|
784
|
+
static readonly IN_XQUERY = 781;
|
|
785
|
+
static readonly IO_OPTIONS = 782;
|
|
786
|
+
static readonly IS = 783;
|
|
787
|
+
static readonly IS_LEAF = 784;
|
|
788
|
+
static readonly ISOLATION = 785;
|
|
789
|
+
static readonly ISOLATION_LEVEL = 786;
|
|
790
|
+
static readonly ITEMS = 787;
|
|
791
|
+
static readonly ITERATE = 788;
|
|
792
|
+
static readonly ITERATION_NUMBER = 789;
|
|
793
|
+
static readonly JAVA = 790;
|
|
794
|
+
static readonly JOB = 791;
|
|
795
|
+
static readonly JOIN = 792;
|
|
796
|
+
static readonly JSON_ARRAYAGG = 793;
|
|
797
|
+
static readonly JSON_ARRAY = 794;
|
|
798
|
+
static readonly JSON_EQUAL = 795;
|
|
799
|
+
static readonly JSON_EXISTS2 = 796;
|
|
800
|
+
static readonly JSON_EXISTS = 797;
|
|
801
|
+
static readonly JSONGET = 798;
|
|
802
|
+
static readonly JSON = 799;
|
|
803
|
+
static readonly JSON_OBJECTAGG = 800;
|
|
804
|
+
static readonly JSON_OBJECT = 801;
|
|
805
|
+
static readonly JSONPARSE = 802;
|
|
806
|
+
static readonly JSON_QUERY = 803;
|
|
807
|
+
static readonly JSON_SERIALIZE = 804;
|
|
808
|
+
static readonly JSON_TABLE = 805;
|
|
809
|
+
static readonly JSON_TEXTCONTAINS2 = 806;
|
|
810
|
+
static readonly JSON_TEXTCONTAINS = 807;
|
|
811
|
+
static readonly JSON_TRANSFORM = 808;
|
|
812
|
+
static readonly JSON_VALUE = 809;
|
|
813
|
+
static readonly K_LETTER = 810;
|
|
814
|
+
static readonly KEEP_DUPLICATES = 811;
|
|
815
|
+
static readonly KEEP = 812;
|
|
816
|
+
static readonly KERBEROS = 813;
|
|
817
|
+
static readonly KEY = 814;
|
|
818
|
+
static readonly KEY_LENGTH = 815;
|
|
819
|
+
static readonly KEYSIZE = 816;
|
|
820
|
+
static readonly KEYS = 817;
|
|
821
|
+
static readonly KEYSTORE = 818;
|
|
822
|
+
static readonly KILL = 819;
|
|
823
|
+
static readonly LABEL = 820;
|
|
824
|
+
static readonly LANGUAGE = 821;
|
|
825
|
+
static readonly LAST_DAY = 822;
|
|
826
|
+
static readonly LAST = 823;
|
|
827
|
+
static readonly LAST_VALUE = 824;
|
|
828
|
+
static readonly LATERAL = 825;
|
|
829
|
+
static readonly LATEST = 826;
|
|
830
|
+
static readonly LAX = 827;
|
|
831
|
+
static readonly LAYER = 828;
|
|
832
|
+
static readonly LDAP_REGISTRATION_ENABLED = 829;
|
|
833
|
+
static readonly LDAP_REGISTRATION = 830;
|
|
834
|
+
static readonly LDAP_REG_SYNC_INTERVAL = 831;
|
|
835
|
+
static readonly LDRTRIM = 832;
|
|
836
|
+
static readonly LEAF = 833;
|
|
837
|
+
static readonly LEAD_CDB = 834;
|
|
838
|
+
static readonly LEAD_CDB_URI = 835;
|
|
839
|
+
static readonly LEADING = 836;
|
|
840
|
+
static readonly LEFT = 837;
|
|
841
|
+
static readonly LENGTH2 = 838;
|
|
842
|
+
static readonly LENGTH4 = 839;
|
|
843
|
+
static readonly LENGTHB = 840;
|
|
844
|
+
static readonly LENGTHC = 841;
|
|
845
|
+
static readonly LENGTH = 842;
|
|
846
|
+
static readonly LESS = 843;
|
|
847
|
+
static readonly LEVEL = 844;
|
|
848
|
+
static readonly LEVEL_NAME = 845;
|
|
849
|
+
static readonly LEVELS = 846;
|
|
850
|
+
static readonly LIBRARY = 847;
|
|
851
|
+
static readonly LIFECYCLE = 848;
|
|
852
|
+
static readonly LIFE = 849;
|
|
853
|
+
static readonly LIFETIME = 850;
|
|
854
|
+
static readonly LIKE2 = 851;
|
|
855
|
+
static readonly LIKE4 = 852;
|
|
856
|
+
static readonly LIKEC = 853;
|
|
857
|
+
static readonly LIKE_EXPAND = 854;
|
|
858
|
+
static readonly LIKE = 855;
|
|
859
|
+
static readonly LIMIT = 856;
|
|
860
|
+
static readonly LINEAR = 857;
|
|
861
|
+
static readonly LINES = 858;
|
|
862
|
+
static readonly LINK = 859;
|
|
863
|
+
static readonly LIST = 860;
|
|
864
|
+
static readonly LITTLE = 861;
|
|
865
|
+
static readonly LLS = 862;
|
|
866
|
+
static readonly LN = 863;
|
|
867
|
+
static readonly LNNVL = 864;
|
|
868
|
+
static readonly LOAD = 865;
|
|
869
|
+
static readonly LOB = 866;
|
|
870
|
+
static readonly LOBFILE = 867;
|
|
871
|
+
static readonly LOBNVL = 868;
|
|
872
|
+
static readonly LOBS = 869;
|
|
873
|
+
static readonly LOCAL_INDEXES = 870;
|
|
874
|
+
static readonly LOCAL = 871;
|
|
875
|
+
static readonly LOCALTIME = 872;
|
|
876
|
+
static readonly LOCALTIMESTAMP = 873;
|
|
877
|
+
static readonly LOCATION = 874;
|
|
878
|
+
static readonly LOCATOR = 875;
|
|
879
|
+
static readonly LOCKDOWN = 876;
|
|
880
|
+
static readonly LOCKED = 877;
|
|
881
|
+
static readonly LOCKING = 878;
|
|
882
|
+
static readonly LOCK = 879;
|
|
883
|
+
static readonly LOGFILE = 880;
|
|
884
|
+
static readonly LOGFILES = 881;
|
|
885
|
+
static readonly LOGGING = 882;
|
|
886
|
+
static readonly LOGICAL = 883;
|
|
887
|
+
static readonly LOGICAL_READS_PER_CALL = 884;
|
|
888
|
+
static readonly LOGICAL_READS_PER_SESSION = 885;
|
|
889
|
+
static readonly LOG = 886;
|
|
890
|
+
static readonly LOGMINING = 887;
|
|
891
|
+
static readonly LOGOFF = 888;
|
|
892
|
+
static readonly LOGON = 889;
|
|
893
|
+
static readonly LOG_READ_ONLY_VIOLATIONS = 890;
|
|
894
|
+
static readonly LONG = 891;
|
|
895
|
+
static readonly LOOP = 892;
|
|
896
|
+
static readonly LOST = 893;
|
|
897
|
+
static readonly LOWER = 894;
|
|
898
|
+
static readonly LOW = 895;
|
|
899
|
+
static readonly LPAD = 896;
|
|
900
|
+
static readonly LRTRIM = 897;
|
|
901
|
+
static readonly LTRIM = 898;
|
|
902
|
+
static readonly M_LETTER = 899;
|
|
903
|
+
static readonly MAIN = 900;
|
|
904
|
+
static readonly MAKE_REF = 901;
|
|
905
|
+
static readonly MANAGED = 902;
|
|
906
|
+
static readonly MANAGE = 903;
|
|
907
|
+
static readonly MANAGEMENT = 904;
|
|
908
|
+
static readonly MANAGER = 905;
|
|
909
|
+
static readonly MANDATORY = 906;
|
|
910
|
+
static readonly MANUAL = 907;
|
|
911
|
+
static readonly MAP = 908;
|
|
912
|
+
static readonly MAPPING = 909;
|
|
913
|
+
static readonly MASK = 910;
|
|
914
|
+
static readonly MASTER = 911;
|
|
915
|
+
static readonly MATCHED = 912;
|
|
916
|
+
static readonly MATCHES = 913;
|
|
917
|
+
static readonly MATCH = 914;
|
|
918
|
+
static readonly MATCH_NUMBER = 915;
|
|
919
|
+
static readonly MATCH_RECOGNIZE = 916;
|
|
920
|
+
static readonly MATERIALIZED = 917;
|
|
921
|
+
static readonly MATERIALIZE = 918;
|
|
922
|
+
static readonly MAXARCHLOGS = 919;
|
|
923
|
+
static readonly MAXDATAFILES = 920;
|
|
924
|
+
static readonly MAXEXTENTS = 921;
|
|
925
|
+
static readonly MAXIMIZE = 922;
|
|
926
|
+
static readonly MAXINSTANCES = 923;
|
|
927
|
+
static readonly MAXLOGFILES = 924;
|
|
928
|
+
static readonly MAXLOGHISTORY = 925;
|
|
929
|
+
static readonly MAXLOGMEMBERS = 926;
|
|
930
|
+
static readonly MAX_SHARED_TEMP_SIZE = 927;
|
|
931
|
+
static readonly MAXSIZE = 928;
|
|
932
|
+
static readonly MAXTRANS = 929;
|
|
933
|
+
static readonly MAXVALUE = 930;
|
|
934
|
+
static readonly MEASURE = 931;
|
|
935
|
+
static readonly MEASURES = 932;
|
|
936
|
+
static readonly MEDIUM = 933;
|
|
937
|
+
static readonly MEMBER = 934;
|
|
938
|
+
static readonly MEMBER_CAPTION = 935;
|
|
939
|
+
static readonly MEMBER_DESCRIPTION = 936;
|
|
940
|
+
static readonly MEMBER_NAME = 937;
|
|
941
|
+
static readonly MEMBER_UNIQUE_NAME = 938;
|
|
942
|
+
static readonly MEMCOMPRESS = 939;
|
|
943
|
+
static readonly MEMORY = 940;
|
|
944
|
+
static readonly MERGEACTIONS = 941;
|
|
945
|
+
static readonly MERGE_AJ = 942;
|
|
946
|
+
static readonly MERGE_CONST_ON = 943;
|
|
947
|
+
static readonly MERGE = 944;
|
|
948
|
+
static readonly MERGE_SJ = 945;
|
|
949
|
+
static readonly METADATA = 946;
|
|
950
|
+
static readonly METHOD = 947;
|
|
951
|
+
static readonly MIGRATE = 948;
|
|
952
|
+
static readonly MIGRATION = 949;
|
|
953
|
+
static readonly MINEXTENTS = 950;
|
|
954
|
+
static readonly MINIMIZE = 951;
|
|
955
|
+
static readonly MINIMUM = 952;
|
|
956
|
+
static readonly MINING = 953;
|
|
957
|
+
static readonly MINUS = 954;
|
|
958
|
+
static readonly MINUS_NULL = 955;
|
|
959
|
+
static readonly MINUTE = 956;
|
|
960
|
+
static readonly MINUTES = 957;
|
|
961
|
+
static readonly MINVALUE = 958;
|
|
962
|
+
static readonly MIRRORCOLD = 959;
|
|
963
|
+
static readonly MIRRORHOT = 960;
|
|
964
|
+
static readonly MIRROR = 961;
|
|
965
|
+
static readonly MISSING = 962;
|
|
966
|
+
static readonly MISMATCH = 963;
|
|
967
|
+
static readonly MLSLABEL = 964;
|
|
968
|
+
static readonly MODEL_COMPILE_SUBQUERY = 965;
|
|
969
|
+
static readonly MODEL_DONTVERIFY_UNIQUENESS = 966;
|
|
970
|
+
static readonly MODEL_DYNAMIC_SUBQUERY = 967;
|
|
971
|
+
static readonly MODEL_MIN_ANALYSIS = 968;
|
|
972
|
+
static readonly MODEL = 969;
|
|
973
|
+
static readonly MODEL_NB = 970;
|
|
974
|
+
static readonly MODEL_NO_ANALYSIS = 971;
|
|
975
|
+
static readonly MODEL_PBY = 972;
|
|
976
|
+
static readonly MODEL_PUSH_REF = 973;
|
|
977
|
+
static readonly MODEL_SV = 974;
|
|
978
|
+
static readonly MODE = 975;
|
|
979
|
+
static readonly MODIFICATION = 976;
|
|
980
|
+
static readonly MODIFY_COLUMN_TYPE = 977;
|
|
981
|
+
static readonly MODIFY = 978;
|
|
982
|
+
static readonly MOD = 979;
|
|
983
|
+
static readonly MODULE = 980;
|
|
984
|
+
static readonly MONITORING = 981;
|
|
985
|
+
static readonly MONITOR = 982;
|
|
986
|
+
static readonly MONTH = 983;
|
|
987
|
+
static readonly MONTHS_BETWEEN = 984;
|
|
988
|
+
static readonly MONTHS = 985;
|
|
989
|
+
static readonly MOUNT = 986;
|
|
990
|
+
static readonly MOUNTPATH = 987;
|
|
991
|
+
static readonly MOUNTPOINT = 988;
|
|
992
|
+
static readonly MOVEMENT = 989;
|
|
993
|
+
static readonly MOVE = 990;
|
|
994
|
+
static readonly MULTIDIMENSIONAL = 991;
|
|
995
|
+
static readonly MULTISET = 992;
|
|
996
|
+
static readonly MV_MERGE = 993;
|
|
997
|
+
static readonly NAMED = 994;
|
|
998
|
+
static readonly NAME = 995;
|
|
999
|
+
static readonly NAMESPACE = 996;
|
|
1000
|
+
static readonly NAN_ = 997;
|
|
1001
|
+
static readonly NANVL = 998;
|
|
1002
|
+
static readonly NATIONAL = 999;
|
|
1003
|
+
static readonly NATIVE_FULL_OUTER_JOIN = 1000;
|
|
1004
|
+
static readonly NATIVE = 1001;
|
|
1005
|
+
static readonly NATURAL = 1002;
|
|
1006
|
+
static readonly NATURALN = 1003;
|
|
1007
|
+
static readonly NAV = 1004;
|
|
1008
|
+
static readonly NCHAR_CS = 1005;
|
|
1009
|
+
static readonly NCHAR = 1006;
|
|
1010
|
+
static readonly NCHR = 1007;
|
|
1011
|
+
static readonly NCLOB = 1008;
|
|
1012
|
+
static readonly NEEDED = 1009;
|
|
1013
|
+
static readonly NEG = 1010;
|
|
1014
|
+
static readonly NESTED = 1011;
|
|
1015
|
+
static readonly NESTED_TABLE_FAST_INSERT = 1012;
|
|
1016
|
+
static readonly NESTED_TABLE_GET_REFS = 1013;
|
|
1017
|
+
static readonly NESTED_TABLE_ID = 1014;
|
|
1018
|
+
static readonly NESTED_TABLE_SET_REFS = 1015;
|
|
1019
|
+
static readonly NESTED_TABLE_SET_SETID = 1016;
|
|
1020
|
+
static readonly NETWORK = 1017;
|
|
1021
|
+
static readonly NEVER = 1018;
|
|
1022
|
+
static readonly NEW = 1019;
|
|
1023
|
+
static readonly NEWLINE_ = 1020;
|
|
1024
|
+
static readonly NEW_TIME = 1021;
|
|
1025
|
+
static readonly NEXT_DAY = 1022;
|
|
1026
|
+
static readonly NEXT = 1023;
|
|
1027
|
+
static readonly NL_AJ = 1024;
|
|
1028
|
+
static readonly NLJ_BATCHING = 1025;
|
|
1029
|
+
static readonly NLJ_INDEX_FILTER = 1026;
|
|
1030
|
+
static readonly NLJ_INDEX_SCAN = 1027;
|
|
1031
|
+
static readonly NLJ_PREFETCH = 1028;
|
|
1032
|
+
static readonly NLS_CALENDAR = 1029;
|
|
1033
|
+
static readonly NLS_CHARACTERSET = 1030;
|
|
1034
|
+
static readonly NLS_CHARSET_DECL_LEN = 1031;
|
|
1035
|
+
static readonly NLS_CHARSET_ID = 1032;
|
|
1036
|
+
static readonly NLS_CHARSET_NAME = 1033;
|
|
1037
|
+
static readonly NLS_COMP = 1034;
|
|
1038
|
+
static readonly NLS_CURRENCY = 1035;
|
|
1039
|
+
static readonly NLS_DATE_FORMAT = 1036;
|
|
1040
|
+
static readonly NLS_DATE_LANGUAGE = 1037;
|
|
1041
|
+
static readonly NLS_INITCAP = 1038;
|
|
1042
|
+
static readonly NLS_ISO_CURRENCY = 1039;
|
|
1043
|
+
static readonly NL_SJ = 1040;
|
|
1044
|
+
static readonly NLS_LANG = 1041;
|
|
1045
|
+
static readonly NLS_LANGUAGE = 1042;
|
|
1046
|
+
static readonly NLS_LENGTH_SEMANTICS = 1043;
|
|
1047
|
+
static readonly NLS_LOWER = 1044;
|
|
1048
|
+
static readonly NLS_NCHAR_CONV_EXCP = 1045;
|
|
1049
|
+
static readonly NLS_NUMERIC_CHARACTERS = 1046;
|
|
1050
|
+
static readonly NLS_SORT = 1047;
|
|
1051
|
+
static readonly NLSSORT = 1048;
|
|
1052
|
+
static readonly NLS_SPECIAL_CHARS = 1049;
|
|
1053
|
+
static readonly NLS_TERRITORY = 1050;
|
|
1054
|
+
static readonly NLS_UPPER = 1051;
|
|
1055
|
+
static readonly NO_ACCESS = 1052;
|
|
1056
|
+
static readonly NO_ADAPTIVE_PLAN = 1053;
|
|
1057
|
+
static readonly NO_ANSI_REARCH = 1054;
|
|
1058
|
+
static readonly NOAPPEND = 1055;
|
|
1059
|
+
static readonly NOARCHIVELOG = 1056;
|
|
1060
|
+
static readonly NOAUDIT = 1057;
|
|
1061
|
+
static readonly NOBADFILE = 1058;
|
|
1062
|
+
static readonly NO_AUTO_REOPTIMIZE = 1059;
|
|
1063
|
+
static readonly NO_BASETABLE_MULTIMV_REWRITE = 1060;
|
|
1064
|
+
static readonly NO_BATCH_TABLE_ACCESS_BY_ROWID = 1061;
|
|
1065
|
+
static readonly NO_BIND_AWARE = 1062;
|
|
1066
|
+
static readonly NO_BUFFER = 1063;
|
|
1067
|
+
static readonly NOCACHE = 1064;
|
|
1068
|
+
static readonly NOCHECK = 1065;
|
|
1069
|
+
static readonly NO_CARTESIAN = 1066;
|
|
1070
|
+
static readonly NO_CHECK_ACL_REWRITE = 1067;
|
|
1071
|
+
static readonly NO_CLUSTER_BY_ROWID = 1068;
|
|
1072
|
+
static readonly NO_CLUSTERING = 1069;
|
|
1073
|
+
static readonly NO_COALESCE_SQ = 1070;
|
|
1074
|
+
static readonly NO_COMMON_DATA = 1071;
|
|
1075
|
+
static readonly NOCOMPRESS = 1072;
|
|
1076
|
+
static readonly NO_CONNECT_BY_CB_WHR_ONLY = 1073;
|
|
1077
|
+
static readonly NO_CONNECT_BY_COMBINE_SW = 1074;
|
|
1078
|
+
static readonly NO_CONNECT_BY_COST_BASED = 1075;
|
|
1079
|
+
static readonly NO_CONNECT_BY_ELIM_DUPS = 1076;
|
|
1080
|
+
static readonly NO_CONNECT_BY_FILTERING = 1077;
|
|
1081
|
+
static readonly NOCOPY = 1078;
|
|
1082
|
+
static readonly NO_COST_XML_QUERY_REWRITE = 1079;
|
|
1083
|
+
static readonly NO_CPU_COSTING = 1080;
|
|
1084
|
+
static readonly NOCPU_COSTING = 1081;
|
|
1085
|
+
static readonly NOCYCLE = 1082;
|
|
1086
|
+
static readonly NO_DATA_SECURITY_REWRITE = 1083;
|
|
1087
|
+
static readonly NO_DECORRELATE = 1084;
|
|
1088
|
+
static readonly NODELAY = 1085;
|
|
1089
|
+
static readonly NODIRECTIO = 1086;
|
|
1090
|
+
static readonly NODISCARDFILE = 1087;
|
|
1091
|
+
static readonly NO_DOMAIN_INDEX_FILTER = 1088;
|
|
1092
|
+
static readonly NO_DST_UPGRADE_INSERT_CONV = 1089;
|
|
1093
|
+
static readonly NO_ELIM_GROUPBY = 1090;
|
|
1094
|
+
static readonly NO_ELIMINATE_JOIN = 1091;
|
|
1095
|
+
static readonly NO_ELIMINATE_OBY = 1092;
|
|
1096
|
+
static readonly NO_ELIMINATE_OUTER_JOIN = 1093;
|
|
1097
|
+
static readonly NOENTITYESCAPING = 1094;
|
|
1098
|
+
static readonly NO_EXPAND_GSET_TO_UNION = 1095;
|
|
1099
|
+
static readonly NO_EXPAND = 1096;
|
|
1100
|
+
static readonly NO_EXPAND_TABLE = 1097;
|
|
1101
|
+
static readonly NOEXTEND = 1098;
|
|
1102
|
+
static readonly NO_FACT = 1099;
|
|
1103
|
+
static readonly NO_FACTORIZE_JOIN = 1100;
|
|
1104
|
+
static readonly NO_FILTERING = 1101;
|
|
1105
|
+
static readonly NOFORCE = 1102;
|
|
1106
|
+
static readonly NO_FULL_OUTER_JOIN_TO_OUTER = 1103;
|
|
1107
|
+
static readonly NO_GATHER_OPTIMIZER_STATISTICS = 1104;
|
|
1108
|
+
static readonly NO_GBY_PUSHDOWN = 1105;
|
|
1109
|
+
static readonly NOGUARANTEE = 1106;
|
|
1110
|
+
static readonly NO_INDEX_FFS = 1107;
|
|
1111
|
+
static readonly NO_INDEX = 1108;
|
|
1112
|
+
static readonly NO_INDEX_SS = 1109;
|
|
1113
|
+
static readonly NO_INMEMORY = 1110;
|
|
1114
|
+
static readonly NO_INMEMORY_PRUNING = 1111;
|
|
1115
|
+
static readonly NOKEEP = 1112;
|
|
1116
|
+
static readonly NO_LOAD = 1113;
|
|
1117
|
+
static readonly NOLOCAL = 1114;
|
|
1118
|
+
static readonly NOLOG = 1115;
|
|
1119
|
+
static readonly NOLOGFILE = 1116;
|
|
1120
|
+
static readonly NOLOGGING = 1117;
|
|
1121
|
+
static readonly NOMAPPING = 1118;
|
|
1122
|
+
static readonly NOMAXVALUE = 1119;
|
|
1123
|
+
static readonly NO_MERGE = 1120;
|
|
1124
|
+
static readonly NOMINIMIZE = 1121;
|
|
1125
|
+
static readonly NOMINVALUE = 1122;
|
|
1126
|
+
static readonly NO_MODEL_PUSH_REF = 1123;
|
|
1127
|
+
static readonly NO_MONITORING = 1124;
|
|
1128
|
+
static readonly NOMONITORING = 1125;
|
|
1129
|
+
static readonly NO_MONITOR = 1126;
|
|
1130
|
+
static readonly NO_MULTIMV_REWRITE = 1127;
|
|
1131
|
+
static readonly NO_NATIVE_FULL_OUTER_JOIN = 1128;
|
|
1132
|
+
static readonly NONBLOCKING = 1129;
|
|
1133
|
+
static readonly NONEDITIONABLE = 1130;
|
|
1134
|
+
static readonly NONE = 1131;
|
|
1135
|
+
static readonly NONULLIF = 1132;
|
|
1136
|
+
static readonly NO_NLJ_BATCHING = 1133;
|
|
1137
|
+
static readonly NO_NLJ_PREFETCH = 1134;
|
|
1138
|
+
static readonly NO = 1135;
|
|
1139
|
+
static readonly NONSCHEMA = 1136;
|
|
1140
|
+
static readonly NO_OBJECT_LINK = 1137;
|
|
1141
|
+
static readonly NOORDER = 1138;
|
|
1142
|
+
static readonly NO_ORDER_ROLLUPS = 1139;
|
|
1143
|
+
static readonly NO_OUTER_JOIN_TO_ANTI = 1140;
|
|
1144
|
+
static readonly NO_OUTER_JOIN_TO_INNER = 1141;
|
|
1145
|
+
static readonly NOOVERRIDE = 1142;
|
|
1146
|
+
static readonly NO_PARALLEL_INDEX = 1143;
|
|
1147
|
+
static readonly NOPARALLEL_INDEX = 1144;
|
|
1148
|
+
static readonly NO_PARALLEL = 1145;
|
|
1149
|
+
static readonly NOPARALLEL = 1146;
|
|
1150
|
+
static readonly NO_PARTIAL_COMMIT = 1147;
|
|
1151
|
+
static readonly NO_PARTIAL_JOIN = 1148;
|
|
1152
|
+
static readonly NO_PARTIAL_ROLLUP_PUSHDOWN = 1149;
|
|
1153
|
+
static readonly NOPARTITION = 1150;
|
|
1154
|
+
static readonly NO_PLACE_DISTINCT = 1151;
|
|
1155
|
+
static readonly NO_PLACE_GROUP_BY = 1152;
|
|
1156
|
+
static readonly NO_PQ_CONCURRENT_UNION = 1153;
|
|
1157
|
+
static readonly NO_PQ_MAP = 1154;
|
|
1158
|
+
static readonly NOPROMPT = 1155;
|
|
1159
|
+
static readonly NO_PQ_REPLICATE = 1156;
|
|
1160
|
+
static readonly NO_PQ_SKEW = 1157;
|
|
1161
|
+
static readonly NO_PRUNE_GSETS = 1158;
|
|
1162
|
+
static readonly NO_PULL_PRED = 1159;
|
|
1163
|
+
static readonly NO_PUSH_PRED = 1160;
|
|
1164
|
+
static readonly NO_PUSH_SUBQ = 1161;
|
|
1165
|
+
static readonly NO_PX_FAULT_TOLERANCE = 1162;
|
|
1166
|
+
static readonly NO_PX_JOIN_FILTER = 1163;
|
|
1167
|
+
static readonly NO_QKN_BUFF = 1164;
|
|
1168
|
+
static readonly NO_QUERY_TRANSFORMATION = 1165;
|
|
1169
|
+
static readonly NO_REF_CASCADE = 1166;
|
|
1170
|
+
static readonly NORELOCATE = 1167;
|
|
1171
|
+
static readonly NORELY = 1168;
|
|
1172
|
+
static readonly NOREPAIR = 1169;
|
|
1173
|
+
static readonly NOREPLAY = 1170;
|
|
1174
|
+
static readonly NORESETLOGS = 1171;
|
|
1175
|
+
static readonly NO_RESULT_CACHE = 1172;
|
|
1176
|
+
static readonly NOREVERSE = 1173;
|
|
1177
|
+
static readonly NO_REWRITE = 1174;
|
|
1178
|
+
static readonly NOREWRITE = 1175;
|
|
1179
|
+
static readonly NORMAL = 1176;
|
|
1180
|
+
static readonly NO_ROOT_SW_FOR_LOCAL = 1177;
|
|
1181
|
+
static readonly NOROWDEPENDENCIES = 1178;
|
|
1182
|
+
static readonly NOSCALE = 1179;
|
|
1183
|
+
static readonly NOSCHEMACHECK = 1180;
|
|
1184
|
+
static readonly NOSEGMENT = 1181;
|
|
1185
|
+
static readonly NO_SEMIJOIN = 1182;
|
|
1186
|
+
static readonly NO_SEMI_TO_INNER = 1183;
|
|
1187
|
+
static readonly NO_SET_TO_JOIN = 1184;
|
|
1188
|
+
static readonly NOSHARD = 1185;
|
|
1189
|
+
static readonly NOSORT = 1186;
|
|
1190
|
+
static readonly NO_SQL_TRANSLATION = 1187;
|
|
1191
|
+
static readonly NO_SQL_TUNE = 1188;
|
|
1192
|
+
static readonly NO_STAR_TRANSFORMATION = 1189;
|
|
1193
|
+
static readonly NO_STATEMENT_QUEUING = 1190;
|
|
1194
|
+
static readonly NO_STATS_GSETS = 1191;
|
|
1195
|
+
static readonly NOSTRICT = 1192;
|
|
1196
|
+
static readonly NO_SUBQUERY_PRUNING = 1193;
|
|
1197
|
+
static readonly NO_SUBSTRB_PAD = 1194;
|
|
1198
|
+
static readonly NO_SWAP_JOIN_INPUTS = 1195;
|
|
1199
|
+
static readonly NOSWITCH = 1196;
|
|
1200
|
+
static readonly NO_TABLE_LOOKUP_BY_NL = 1197;
|
|
1201
|
+
static readonly NO_TEMP_TABLE = 1198;
|
|
1202
|
+
static readonly NOTHING = 1199;
|
|
1203
|
+
static readonly NOTIFICATION = 1200;
|
|
1204
|
+
static readonly NOTRIM = 1201;
|
|
1205
|
+
static readonly NOT = 1202;
|
|
1206
|
+
static readonly NO_TRANSFORM_DISTINCT_AGG = 1203;
|
|
1207
|
+
static readonly NO_UNNEST = 1204;
|
|
1208
|
+
static readonly NO_USE_CUBE = 1205;
|
|
1209
|
+
static readonly NO_USE_HASH_AGGREGATION = 1206;
|
|
1210
|
+
static readonly NO_USE_HASH_GBY_FOR_PUSHDOWN = 1207;
|
|
1211
|
+
static readonly NO_USE_HASH = 1208;
|
|
1212
|
+
static readonly NO_USE_INVISIBLE_INDEXES = 1209;
|
|
1213
|
+
static readonly NO_USE_MERGE = 1210;
|
|
1214
|
+
static readonly NO_USE_NL = 1211;
|
|
1215
|
+
static readonly NO_USE_VECTOR_AGGREGATION = 1212;
|
|
1216
|
+
static readonly NOVALIDATE = 1213;
|
|
1217
|
+
static readonly NO_VECTOR_TRANSFORM_DIMS = 1214;
|
|
1218
|
+
static readonly NO_VECTOR_TRANSFORM_FACT = 1215;
|
|
1219
|
+
static readonly NO_VECTOR_TRANSFORM = 1216;
|
|
1220
|
+
static readonly NOWAIT = 1217;
|
|
1221
|
+
static readonly NO_XDB_FASTPATH_INSERT = 1218;
|
|
1222
|
+
static readonly NO_XML_DML_REWRITE = 1219;
|
|
1223
|
+
static readonly NO_XMLINDEX_REWRITE_IN_SELECT = 1220;
|
|
1224
|
+
static readonly NO_XMLINDEX_REWRITE = 1221;
|
|
1225
|
+
static readonly NO_XML_QUERY_REWRITE = 1222;
|
|
1226
|
+
static readonly NO_ZONEMAP = 1223;
|
|
1227
|
+
static readonly NTH_VALUE = 1224;
|
|
1228
|
+
static readonly NULLIF = 1225;
|
|
1229
|
+
static readonly NULL_ = 1226;
|
|
1230
|
+
static readonly NULLS = 1227;
|
|
1231
|
+
static readonly NUMBER = 1228;
|
|
1232
|
+
static readonly NUMERIC = 1229;
|
|
1233
|
+
static readonly NUM_INDEX_KEYS = 1230;
|
|
1234
|
+
static readonly NUMTODSINTERVAL = 1231;
|
|
1235
|
+
static readonly NUMTOYMINTERVAL = 1232;
|
|
1236
|
+
static readonly NVARCHAR2 = 1233;
|
|
1237
|
+
static readonly NVL2 = 1234;
|
|
1238
|
+
static readonly OBJECT2XML = 1235;
|
|
1239
|
+
static readonly OBJECT = 1236;
|
|
1240
|
+
static readonly OBJ_ID = 1237;
|
|
1241
|
+
static readonly OBJNO = 1238;
|
|
1242
|
+
static readonly OBJNO_REUSE = 1239;
|
|
1243
|
+
static readonly OCCURENCES = 1240;
|
|
1244
|
+
static readonly OFFLINE = 1241;
|
|
1245
|
+
static readonly OFF = 1242;
|
|
1246
|
+
static readonly OFFSET = 1243;
|
|
1247
|
+
static readonly OF = 1244;
|
|
1248
|
+
static readonly OIDINDEX = 1245;
|
|
1249
|
+
static readonly OID = 1246;
|
|
1250
|
+
static readonly OLAP = 1247;
|
|
1251
|
+
static readonly OLD = 1248;
|
|
1252
|
+
static readonly OLD_PUSH_PRED = 1249;
|
|
1253
|
+
static readonly OLS = 1250;
|
|
1254
|
+
static readonly OLTP = 1251;
|
|
1255
|
+
static readonly OMIT = 1252;
|
|
1256
|
+
static readonly ONE = 1253;
|
|
1257
|
+
static readonly ONLINE = 1254;
|
|
1258
|
+
static readonly ONLINELOG = 1255;
|
|
1259
|
+
static readonly ONLY = 1256;
|
|
1260
|
+
static readonly ON = 1257;
|
|
1261
|
+
static readonly OPAQUE = 1258;
|
|
1262
|
+
static readonly OPAQUE_TRANSFORM = 1259;
|
|
1263
|
+
static readonly OPAQUE_XCANONICAL = 1260;
|
|
1264
|
+
static readonly OPCODE = 1261;
|
|
1265
|
+
static readonly OPEN = 1262;
|
|
1266
|
+
static readonly OPERATIONS = 1263;
|
|
1267
|
+
static readonly OPERATOR = 1264;
|
|
1268
|
+
static readonly OPT_ESTIMATE = 1265;
|
|
1269
|
+
static readonly OPTIMAL = 1266;
|
|
1270
|
+
static readonly OPTIMIZE = 1267;
|
|
1271
|
+
static readonly OPTIMIZER_FEATURES_ENABLE = 1268;
|
|
1272
|
+
static readonly OPTIMIZER_GOAL = 1269;
|
|
1273
|
+
static readonly OPTION = 1270;
|
|
1274
|
+
static readonly OPTIONALLY = 1271;
|
|
1275
|
+
static readonly OPT_PARAM = 1272;
|
|
1276
|
+
static readonly ORA_BRANCH = 1273;
|
|
1277
|
+
static readonly ORA_CHECK_ACL = 1274;
|
|
1278
|
+
static readonly ORA_CHECK_PRIVILEGE = 1275;
|
|
1279
|
+
static readonly ORA_CLUSTERING = 1276;
|
|
1280
|
+
static readonly ORADATA = 1277;
|
|
1281
|
+
static readonly ORC = 1278;
|
|
1282
|
+
static readonly ORACLE_DATE = 1279;
|
|
1283
|
+
static readonly ORACLE_NUMBER = 1280;
|
|
1284
|
+
static readonly ORADEBUG = 1281;
|
|
1285
|
+
static readonly ORA_DST_AFFECTED = 1282;
|
|
1286
|
+
static readonly ORA_DST_CONVERT = 1283;
|
|
1287
|
+
static readonly ORA_DST_ERROR = 1284;
|
|
1288
|
+
static readonly ORA_GET_ACLIDS = 1285;
|
|
1289
|
+
static readonly ORA_GET_PRIVILEGES = 1286;
|
|
1290
|
+
static readonly ORA_HASH = 1287;
|
|
1291
|
+
static readonly ORA_INVOKING_USERID = 1288;
|
|
1292
|
+
static readonly ORA_INVOKING_USER = 1289;
|
|
1293
|
+
static readonly ORA_INVOKING_XS_USER_GUID = 1290;
|
|
1294
|
+
static readonly ORA_INVOKING_XS_USER = 1291;
|
|
1295
|
+
static readonly ORA_RAWCOMPARE = 1292;
|
|
1296
|
+
static readonly ORA_RAWCONCAT = 1293;
|
|
1297
|
+
static readonly ORA_ROWSCN = 1294;
|
|
1298
|
+
static readonly ORA_ROWSCN_RAW = 1295;
|
|
1299
|
+
static readonly ORA_ROWVERSION = 1296;
|
|
1300
|
+
static readonly ORA_TABVERSION = 1297;
|
|
1301
|
+
static readonly ORA_WRITE_TIME = 1298;
|
|
1302
|
+
static readonly ORDERED = 1299;
|
|
1303
|
+
static readonly ORDERED_PREDICATES = 1300;
|
|
1304
|
+
static readonly ORDER = 1301;
|
|
1305
|
+
static readonly ORDINALITY = 1302;
|
|
1306
|
+
static readonly OR_EXPAND = 1303;
|
|
1307
|
+
static readonly ORGANIZATION = 1304;
|
|
1308
|
+
static readonly OR = 1305;
|
|
1309
|
+
static readonly OR_PREDICATES = 1306;
|
|
1310
|
+
static readonly OSERROR = 1307;
|
|
1311
|
+
static readonly OTHER = 1308;
|
|
1312
|
+
static readonly OUTER_JOIN_TO_ANTI = 1309;
|
|
1313
|
+
static readonly OUTER_JOIN_TO_INNER = 1310;
|
|
1314
|
+
static readonly OUTER = 1311;
|
|
1315
|
+
static readonly OUTLINE_LEAF = 1312;
|
|
1316
|
+
static readonly OUTLINE = 1313;
|
|
1317
|
+
static readonly OUTPUTFORMAT = 1314;
|
|
1318
|
+
static readonly OUT_OF_LINE = 1315;
|
|
1319
|
+
static readonly OUT = 1316;
|
|
1320
|
+
static readonly OVERFLOW_NOMOVE = 1317;
|
|
1321
|
+
static readonly OVERFLOW_ = 1318;
|
|
1322
|
+
static readonly OVERLAPS = 1319;
|
|
1323
|
+
static readonly OVER = 1320;
|
|
1324
|
+
static readonly OVERRIDE = 1321;
|
|
1325
|
+
static readonly OVERRIDING = 1322;
|
|
1326
|
+
static readonly OWNER = 1323;
|
|
1327
|
+
static readonly OWNERSHIP = 1324;
|
|
1328
|
+
static readonly OWN = 1325;
|
|
1329
|
+
static readonly P_LETTER = 1326;
|
|
1330
|
+
static readonly PACKAGE = 1327;
|
|
1331
|
+
static readonly PACKAGES = 1328;
|
|
1332
|
+
static readonly PARALLEL_ENABLE = 1329;
|
|
1333
|
+
static readonly PARALLEL_INDEX = 1330;
|
|
1334
|
+
static readonly PARALLEL = 1331;
|
|
1335
|
+
static readonly PARAMETERFILE = 1332;
|
|
1336
|
+
static readonly PARAMETERS = 1333;
|
|
1337
|
+
static readonly PARAM = 1334;
|
|
1338
|
+
static readonly PARENT = 1335;
|
|
1339
|
+
static readonly PARENT_LEVEL_NAME = 1336;
|
|
1340
|
+
static readonly PARENT_UNIQUE_NAME = 1337;
|
|
1341
|
+
static readonly PARITY = 1338;
|
|
1342
|
+
static readonly PARQUET = 1339;
|
|
1343
|
+
static readonly PARTIAL_JOIN = 1340;
|
|
1344
|
+
static readonly PARTIALLY = 1341;
|
|
1345
|
+
static readonly PARTIAL = 1342;
|
|
1346
|
+
static readonly PARTIAL_ROLLUP_PUSHDOWN = 1343;
|
|
1347
|
+
static readonly PARTITION_HASH = 1344;
|
|
1348
|
+
static readonly PARTITION_LIST = 1345;
|
|
1349
|
+
static readonly PARTITION = 1346;
|
|
1350
|
+
static readonly PARTITION_RANGE = 1347;
|
|
1351
|
+
static readonly PARTITIONS = 1348;
|
|
1352
|
+
static readonly PARTNUMINST = 1349;
|
|
1353
|
+
static readonly PASSING = 1350;
|
|
1354
|
+
static readonly PASSWORD_GRACE_TIME = 1351;
|
|
1355
|
+
static readonly PASSWORD_LIFE_TIME = 1352;
|
|
1356
|
+
static readonly PASSWORD_LOCK_TIME = 1353;
|
|
1357
|
+
static readonly PASSWORD = 1354;
|
|
1358
|
+
static readonly PASSWORD_REUSE_MAX = 1355;
|
|
1359
|
+
static readonly PASSWORD_REUSE_TIME = 1356;
|
|
1360
|
+
static readonly PASSWORD_ROLLOVER_TIME = 1357;
|
|
1361
|
+
static readonly PASSWORD_VERIFY_FUNCTION = 1358;
|
|
1362
|
+
static readonly PAST = 1359;
|
|
1363
|
+
static readonly PATCH = 1360;
|
|
1364
|
+
static readonly PATH = 1361;
|
|
1365
|
+
static readonly PATH_PREFIX = 1362;
|
|
1366
|
+
static readonly PATHS = 1363;
|
|
1367
|
+
static readonly PATTERN = 1364;
|
|
1368
|
+
static readonly PBL_HS_BEGIN = 1365;
|
|
1369
|
+
static readonly PBL_HS_END = 1366;
|
|
1370
|
+
static readonly PCTFREE = 1367;
|
|
1371
|
+
static readonly PCTINCREASE = 1368;
|
|
1372
|
+
static readonly PCTTHRESHOLD = 1369;
|
|
1373
|
+
static readonly PCTUSED = 1370;
|
|
1374
|
+
static readonly PCTVERSION = 1371;
|
|
1375
|
+
static readonly PENDING = 1372;
|
|
1376
|
+
static readonly PERCENT_FOUND = 1373;
|
|
1377
|
+
static readonly PERCENT_ISOPEN = 1374;
|
|
1378
|
+
static readonly PERCENT_NOTFOUND = 1375;
|
|
1379
|
+
static readonly PERCENT_KEYWORD = 1376;
|
|
1380
|
+
static readonly PERCENT_RANKM = 1377;
|
|
1381
|
+
static readonly PERCENT_ROWCOUNT = 1378;
|
|
1382
|
+
static readonly PERCENT_ROWTYPE = 1379;
|
|
1383
|
+
static readonly PERCENT_TYPE = 1380;
|
|
1384
|
+
static readonly PERCENT_BULK_EXCEPTIONS = 1381;
|
|
1385
|
+
static readonly PERCENT_BULK_ROWCOUNT = 1382;
|
|
1386
|
+
static readonly PERFORMANCE = 1383;
|
|
1387
|
+
static readonly PERIOD_KEYWORD = 1384;
|
|
1388
|
+
static readonly PERMANENT = 1385;
|
|
1389
|
+
static readonly PERMISSION = 1386;
|
|
1390
|
+
static readonly PERMUTE = 1387;
|
|
1391
|
+
static readonly PER = 1388;
|
|
1392
|
+
static readonly PFILE = 1389;
|
|
1393
|
+
static readonly PHYSICAL = 1390;
|
|
1394
|
+
static readonly PIKEY = 1391;
|
|
1395
|
+
static readonly PIPELINED = 1392;
|
|
1396
|
+
static readonly PIPE = 1393;
|
|
1397
|
+
static readonly PIV_GB = 1394;
|
|
1398
|
+
static readonly PIVOT = 1395;
|
|
1399
|
+
static readonly PIV_SSF = 1396;
|
|
1400
|
+
static readonly PLACE_DISTINCT = 1397;
|
|
1401
|
+
static readonly PLACE_GROUP_BY = 1398;
|
|
1402
|
+
static readonly PLAN = 1399;
|
|
1403
|
+
static readonly PLSCOPE_SETTINGS = 1400;
|
|
1404
|
+
static readonly PLS_INTEGER = 1401;
|
|
1405
|
+
static readonly PLSQL_CCFLAGS = 1402;
|
|
1406
|
+
static readonly PLSQL_CODE_TYPE = 1403;
|
|
1407
|
+
static readonly PLSQL_DEBUG = 1404;
|
|
1408
|
+
static readonly PLSQL_OPTIMIZE_LEVEL = 1405;
|
|
1409
|
+
static readonly PLSQL_WARNINGS = 1406;
|
|
1410
|
+
static readonly PLUGGABLE = 1407;
|
|
1411
|
+
static readonly PMEM = 1408;
|
|
1412
|
+
static readonly POINT = 1409;
|
|
1413
|
+
static readonly POLICY = 1410;
|
|
1414
|
+
static readonly POOL_16K = 1411;
|
|
1415
|
+
static readonly POOL_2K = 1412;
|
|
1416
|
+
static readonly POOL_32K = 1413;
|
|
1417
|
+
static readonly POOL_4K = 1414;
|
|
1418
|
+
static readonly POOL_8K = 1415;
|
|
1419
|
+
static readonly POSITION = 1416;
|
|
1420
|
+
static readonly POSITIVEN = 1417;
|
|
1421
|
+
static readonly POSITIVE = 1418;
|
|
1422
|
+
static readonly POST_TRANSACTION = 1419;
|
|
1423
|
+
static readonly POWERMULTISET_BY_CARDINALITY = 1420;
|
|
1424
|
+
static readonly POWERMULTISET = 1421;
|
|
1425
|
+
static readonly POWER = 1422;
|
|
1426
|
+
static readonly PQ_CONCURRENT_UNION = 1423;
|
|
1427
|
+
static readonly PQ_DISTRIBUTE = 1424;
|
|
1428
|
+
static readonly PQ_DISTRIBUTE_WINDOW = 1425;
|
|
1429
|
+
static readonly PQ_FILTER = 1426;
|
|
1430
|
+
static readonly PQ_MAP = 1427;
|
|
1431
|
+
static readonly PQ_NOMAP = 1428;
|
|
1432
|
+
static readonly PQ_REPLICATE = 1429;
|
|
1433
|
+
static readonly PQ_SKEW = 1430;
|
|
1434
|
+
static readonly PRAGMA = 1431;
|
|
1435
|
+
static readonly PREBUILT = 1432;
|
|
1436
|
+
static readonly PRECEDES = 1433;
|
|
1437
|
+
static readonly PRECEDING = 1434;
|
|
1438
|
+
static readonly PRECISION = 1435;
|
|
1439
|
+
static readonly PRECOMPUTE_SUBQUERY = 1436;
|
|
1440
|
+
static readonly PREDICATE_REORDERS = 1437;
|
|
1441
|
+
static readonly PRELOAD = 1438;
|
|
1442
|
+
static readonly PREPARE = 1439;
|
|
1443
|
+
static readonly PREPROCESSOR = 1440;
|
|
1444
|
+
static readonly PRESENTNNV = 1441;
|
|
1445
|
+
static readonly PRESENT = 1442;
|
|
1446
|
+
static readonly PRESENTV = 1443;
|
|
1447
|
+
static readonly PRESERVE_OID = 1444;
|
|
1448
|
+
static readonly PRESERVE = 1445;
|
|
1449
|
+
static readonly PRETTY = 1446;
|
|
1450
|
+
static readonly PREVIOUS = 1447;
|
|
1451
|
+
static readonly PREV = 1448;
|
|
1452
|
+
static readonly PRIMARY = 1449;
|
|
1453
|
+
static readonly PRINTBLOBTOCLOB = 1450;
|
|
1454
|
+
static readonly PRIORITY = 1451;
|
|
1455
|
+
static readonly PRIOR = 1452;
|
|
1456
|
+
static readonly PRIVATE = 1453;
|
|
1457
|
+
static readonly PRIVATE_SGA = 1454;
|
|
1458
|
+
static readonly PRIVILEGED = 1455;
|
|
1459
|
+
static readonly PRIVILEGE = 1456;
|
|
1460
|
+
static readonly PRIVILEGES = 1457;
|
|
1461
|
+
static readonly PROCEDURAL = 1458;
|
|
1462
|
+
static readonly PROCEDURE = 1459;
|
|
1463
|
+
static readonly PROCESS = 1460;
|
|
1464
|
+
static readonly PROFILE = 1461;
|
|
1465
|
+
static readonly PROGRAM = 1462;
|
|
1466
|
+
static readonly PROJECT = 1463;
|
|
1467
|
+
static readonly PROPAGATE = 1464;
|
|
1468
|
+
static readonly PROPERTY = 1465;
|
|
1469
|
+
static readonly PROTECTED = 1466;
|
|
1470
|
+
static readonly PROTECTION = 1467;
|
|
1471
|
+
static readonly PROTOCOL = 1468;
|
|
1472
|
+
static readonly PROXY = 1469;
|
|
1473
|
+
static readonly PRUNING = 1470;
|
|
1474
|
+
static readonly PUBLIC = 1471;
|
|
1475
|
+
static readonly PULL_PRED = 1472;
|
|
1476
|
+
static readonly PURGE = 1473;
|
|
1477
|
+
static readonly PUSH_PRED = 1474;
|
|
1478
|
+
static readonly PUSH_SUBQ = 1475;
|
|
1479
|
+
static readonly PX_FAULT_TOLERANCE = 1476;
|
|
1480
|
+
static readonly PX_GRANULE = 1477;
|
|
1481
|
+
static readonly PX_JOIN_FILTER = 1478;
|
|
1482
|
+
static readonly QB_NAME = 1479;
|
|
1483
|
+
static readonly QUARTERS = 1480;
|
|
1484
|
+
static readonly QUERY_BLOCK = 1481;
|
|
1485
|
+
static readonly QUERY = 1482;
|
|
1486
|
+
static readonly QUEUE_CURR = 1483;
|
|
1487
|
+
static readonly QUEUE = 1484;
|
|
1488
|
+
static readonly QUEUE_ROWP = 1485;
|
|
1489
|
+
static readonly QUIESCE = 1486;
|
|
1490
|
+
static readonly QUORUM = 1487;
|
|
1491
|
+
static readonly QUOTA = 1488;
|
|
1492
|
+
static readonly QUOTAGROUP = 1489;
|
|
1493
|
+
static readonly RAISE = 1490;
|
|
1494
|
+
static readonly RANDOM_LOCAL = 1491;
|
|
1495
|
+
static readonly RANDOM = 1492;
|
|
1496
|
+
static readonly RANGE = 1493;
|
|
1497
|
+
static readonly RANKM = 1494;
|
|
1498
|
+
static readonly RAPIDLY = 1495;
|
|
1499
|
+
static readonly RAW = 1496;
|
|
1500
|
+
static readonly RAWTOHEX = 1497;
|
|
1501
|
+
static readonly RAWTONHEX = 1498;
|
|
1502
|
+
static readonly RBA = 1499;
|
|
1503
|
+
static readonly RBO_OUTLINE = 1500;
|
|
1504
|
+
static readonly RCFILE = 1501;
|
|
1505
|
+
static readonly RDBA = 1502;
|
|
1506
|
+
static readonly READ = 1503;
|
|
1507
|
+
static readonly READS = 1504;
|
|
1508
|
+
static readonly READSIZE = 1505;
|
|
1509
|
+
static readonly REALM = 1506;
|
|
1510
|
+
static readonly REAL = 1507;
|
|
1511
|
+
static readonly REBALANCE = 1508;
|
|
1512
|
+
static readonly REBUILD = 1509;
|
|
1513
|
+
static readonly RECORD = 1510;
|
|
1514
|
+
static readonly RECORDS = 1511;
|
|
1515
|
+
static readonly RECORDS_PER_BLOCK = 1512;
|
|
1516
|
+
static readonly RECOVERABLE = 1513;
|
|
1517
|
+
static readonly RECOVER = 1514;
|
|
1518
|
+
static readonly RECOVERY = 1515;
|
|
1519
|
+
static readonly RECYCLEBIN = 1516;
|
|
1520
|
+
static readonly RECYCLE = 1517;
|
|
1521
|
+
static readonly REDACTION = 1518;
|
|
1522
|
+
static readonly REDEFINE = 1519;
|
|
1523
|
+
static readonly REDO = 1520;
|
|
1524
|
+
static readonly REDUCED = 1521;
|
|
1525
|
+
static readonly REDUNDANCY = 1522;
|
|
1526
|
+
static readonly REF_CASCADE_CURSOR = 1523;
|
|
1527
|
+
static readonly REFERENCED = 1524;
|
|
1528
|
+
static readonly REFERENCE = 1525;
|
|
1529
|
+
static readonly REFERENCES = 1526;
|
|
1530
|
+
static readonly REFERENCING = 1527;
|
|
1531
|
+
static readonly REF = 1528;
|
|
1532
|
+
static readonly REFRESH = 1529;
|
|
1533
|
+
static readonly REFTOHEX = 1530;
|
|
1534
|
+
static readonly REGEXP_COUNT = 1531;
|
|
1535
|
+
static readonly REGEXP_INSTR = 1532;
|
|
1536
|
+
static readonly REGEXP_LIKE = 1533;
|
|
1537
|
+
static readonly REGEXP_REPLACE = 1534;
|
|
1538
|
+
static readonly REGEXP_SUBSTR = 1535;
|
|
1539
|
+
static readonly REGISTER = 1536;
|
|
1540
|
+
static readonly REGR_AVGX = 1537;
|
|
1541
|
+
static readonly REGR_AVGY = 1538;
|
|
1542
|
+
static readonly REGR_COUNT = 1539;
|
|
1543
|
+
static readonly REGR_INTERCEPT = 1540;
|
|
1544
|
+
static readonly REGR_R2 = 1541;
|
|
1545
|
+
static readonly REGR_SLOPE = 1542;
|
|
1546
|
+
static readonly REGR_SXX = 1543;
|
|
1547
|
+
static readonly REGR_SXY = 1544;
|
|
1548
|
+
static readonly REGR_SYY = 1545;
|
|
1549
|
+
static readonly REGULAR = 1546;
|
|
1550
|
+
static readonly REJECT = 1547;
|
|
1551
|
+
static readonly REKEY = 1548;
|
|
1552
|
+
static readonly RELATIONAL = 1549;
|
|
1553
|
+
static readonly RELIES_ON = 1550;
|
|
1554
|
+
static readonly RELOCATE = 1551;
|
|
1555
|
+
static readonly RELY = 1552;
|
|
1556
|
+
static readonly REMAINDER = 1553;
|
|
1557
|
+
static readonly REMOTE = 1554;
|
|
1558
|
+
static readonly REMOTE_MAPPED = 1555;
|
|
1559
|
+
static readonly REMOVE = 1556;
|
|
1560
|
+
static readonly RENAME = 1557;
|
|
1561
|
+
static readonly REPAIR = 1558;
|
|
1562
|
+
static readonly REPEAT = 1559;
|
|
1563
|
+
static readonly REPLACE = 1560;
|
|
1564
|
+
static readonly REPLICATION = 1561;
|
|
1565
|
+
static readonly REQUIRED = 1562;
|
|
1566
|
+
static readonly RESETLOGS = 1563;
|
|
1567
|
+
static readonly RESET = 1564;
|
|
1568
|
+
static readonly RESIZE = 1565;
|
|
1569
|
+
static readonly RESOLVE = 1566;
|
|
1570
|
+
static readonly RESOLVER = 1567;
|
|
1571
|
+
static readonly RESOURCE = 1568;
|
|
1572
|
+
static readonly RESPECT = 1569;
|
|
1573
|
+
static readonly RESTART = 1570;
|
|
1574
|
+
static readonly RESTORE_AS_INTERVALS = 1571;
|
|
1575
|
+
static readonly RESTORE = 1572;
|
|
1576
|
+
static readonly RESTRICT_ALL_REF_CONS = 1573;
|
|
1577
|
+
static readonly RESTRICTED = 1574;
|
|
1578
|
+
static readonly RESTRICT_REFERENCES = 1575;
|
|
1579
|
+
static readonly RESTRICT = 1576;
|
|
1580
|
+
static readonly RESULT_CACHE = 1577;
|
|
1581
|
+
static readonly RESULT = 1578;
|
|
1582
|
+
static readonly RESUMABLE = 1579;
|
|
1583
|
+
static readonly RESUME = 1580;
|
|
1584
|
+
static readonly RETENTION = 1581;
|
|
1585
|
+
static readonly RETRY_ON_ROW_CHANGE = 1582;
|
|
1586
|
+
static readonly RETURNING = 1583;
|
|
1587
|
+
static readonly RETURN = 1584;
|
|
1588
|
+
static readonly REUSE = 1585;
|
|
1589
|
+
static readonly REVERSE = 1586;
|
|
1590
|
+
static readonly REVOKE = 1587;
|
|
1591
|
+
static readonly REWRITE_OR_ERROR = 1588;
|
|
1592
|
+
static readonly REWRITE = 1589;
|
|
1593
|
+
static readonly RIGHT = 1590;
|
|
1594
|
+
static readonly ROLE = 1591;
|
|
1595
|
+
static readonly ROLESET = 1592;
|
|
1596
|
+
static readonly ROLES = 1593;
|
|
1597
|
+
static readonly ROLLBACK = 1594;
|
|
1598
|
+
static readonly ROLLING = 1595;
|
|
1599
|
+
static readonly ROLLUP = 1596;
|
|
1600
|
+
static readonly ROWDEPENDENCIES = 1597;
|
|
1601
|
+
static readonly ROWID_MAPPING_TABLE = 1598;
|
|
1602
|
+
static readonly ROWID = 1599;
|
|
1603
|
+
static readonly ROWIDTOCHAR = 1600;
|
|
1604
|
+
static readonly ROWIDTONCHAR = 1601;
|
|
1605
|
+
static readonly ROW_LENGTH = 1602;
|
|
1606
|
+
static readonly ROWNUM = 1603;
|
|
1607
|
+
static readonly ROW = 1604;
|
|
1608
|
+
static readonly ROWS = 1605;
|
|
1609
|
+
static readonly RPAD = 1606;
|
|
1610
|
+
static readonly RTRIM = 1607;
|
|
1611
|
+
static readonly RULE = 1608;
|
|
1612
|
+
static readonly RULES = 1609;
|
|
1613
|
+
static readonly RUNNING = 1610;
|
|
1614
|
+
static readonly SALT = 1611;
|
|
1615
|
+
static readonly SAMPLE = 1612;
|
|
1616
|
+
static readonly SAVE_AS_INTERVALS = 1613;
|
|
1617
|
+
static readonly SAVEPOINT = 1614;
|
|
1618
|
+
static readonly SAVE = 1615;
|
|
1619
|
+
static readonly SB4 = 1616;
|
|
1620
|
+
static readonly SCALE_ROWS = 1617;
|
|
1621
|
+
static readonly SCALE = 1618;
|
|
1622
|
+
static readonly SCAN_INSTANCES = 1619;
|
|
1623
|
+
static readonly SCAN = 1620;
|
|
1624
|
+
static readonly SCHEDULER = 1621;
|
|
1625
|
+
static readonly SCHEMACHECK = 1622;
|
|
1626
|
+
static readonly SCHEMA = 1623;
|
|
1627
|
+
static readonly SCN_ASCENDING = 1624;
|
|
1628
|
+
static readonly SCN = 1625;
|
|
1629
|
+
static readonly SCOPE = 1626;
|
|
1630
|
+
static readonly SCRUB = 1627;
|
|
1631
|
+
static readonly SD_ALL = 1628;
|
|
1632
|
+
static readonly SD_INHIBIT = 1629;
|
|
1633
|
+
static readonly SDO_GEOM_MBR = 1630;
|
|
1634
|
+
static readonly SDO_GEOMETRY = 1631;
|
|
1635
|
+
static readonly SD_SHOW = 1632;
|
|
1636
|
+
static readonly SEARCH = 1633;
|
|
1637
|
+
static readonly SECOND = 1634;
|
|
1638
|
+
static readonly SECONDS = 1635;
|
|
1639
|
+
static readonly SECRET = 1636;
|
|
1640
|
+
static readonly SECUREFILE_DBA = 1637;
|
|
1641
|
+
static readonly SECUREFILE = 1638;
|
|
1642
|
+
static readonly SECURITY = 1639;
|
|
1643
|
+
static readonly SEED = 1640;
|
|
1644
|
+
static readonly SEG_BLOCK = 1641;
|
|
1645
|
+
static readonly SEG_FILE = 1642;
|
|
1646
|
+
static readonly SEGMENT = 1643;
|
|
1647
|
+
static readonly SELECTIVITY = 1644;
|
|
1648
|
+
static readonly SELECT = 1645;
|
|
1649
|
+
static readonly SELF = 1646;
|
|
1650
|
+
static readonly SEMIJOIN_DRIVER = 1647;
|
|
1651
|
+
static readonly SEMIJOIN = 1648;
|
|
1652
|
+
static readonly SEMI_TO_INNER = 1649;
|
|
1653
|
+
static readonly SEQUENCED = 1650;
|
|
1654
|
+
static readonly SEQUENCE = 1651;
|
|
1655
|
+
static readonly SEQUENCEFILE = 1652;
|
|
1656
|
+
static readonly SEQUENTIAL = 1653;
|
|
1657
|
+
static readonly SEQ = 1654;
|
|
1658
|
+
static readonly SERDE = 1655;
|
|
1659
|
+
static readonly SERDEPROPERTIES = 1656;
|
|
1660
|
+
static readonly SERIALIZABLE = 1657;
|
|
1661
|
+
static readonly SERIALLY_REUSABLE = 1658;
|
|
1662
|
+
static readonly SERIAL = 1659;
|
|
1663
|
+
static readonly SERVERERROR = 1660;
|
|
1664
|
+
static readonly SERVICE_NAME_CONVERT = 1661;
|
|
1665
|
+
static readonly SERVICE = 1662;
|
|
1666
|
+
static readonly SERVICES = 1663;
|
|
1667
|
+
static readonly SESSION_CACHED_CURSORS = 1664;
|
|
1668
|
+
static readonly SESSION = 1665;
|
|
1669
|
+
static readonly SESSIONS_PER_USER = 1666;
|
|
1670
|
+
static readonly SESSIONTIMEZONE = 1667;
|
|
1671
|
+
static readonly SESSIONTZNAME = 1668;
|
|
1672
|
+
static readonly SET = 1669;
|
|
1673
|
+
static readonly SETS = 1670;
|
|
1674
|
+
static readonly SETTINGS = 1671;
|
|
1675
|
+
static readonly SET_TO_JOIN = 1672;
|
|
1676
|
+
static readonly SEVERE = 1673;
|
|
1677
|
+
static readonly SHARD = 1674;
|
|
1678
|
+
static readonly SHARDSPACE = 1675;
|
|
1679
|
+
static readonly SHARED_POOL = 1676;
|
|
1680
|
+
static readonly SHARED = 1677;
|
|
1681
|
+
static readonly SHARE = 1678;
|
|
1682
|
+
static readonly SHARING = 1679;
|
|
1683
|
+
static readonly SHELFLIFE = 1680;
|
|
1684
|
+
static readonly SHOW = 1681;
|
|
1685
|
+
static readonly SHRINK = 1682;
|
|
1686
|
+
static readonly SHUTDOWN = 1683;
|
|
1687
|
+
static readonly SIBLINGS = 1684;
|
|
1688
|
+
static readonly SID = 1685;
|
|
1689
|
+
static readonly SITE = 1686;
|
|
1690
|
+
static readonly SIGNAL_COMPONENT = 1687;
|
|
1691
|
+
static readonly SIGNAL_FUNCTION = 1688;
|
|
1692
|
+
static readonly SIGN = 1689;
|
|
1693
|
+
static readonly SIGNTYPE = 1690;
|
|
1694
|
+
static readonly SIMPLE_INTEGER = 1691;
|
|
1695
|
+
static readonly SIMPLE = 1692;
|
|
1696
|
+
static readonly SINGLE = 1693;
|
|
1697
|
+
static readonly SINGLETASK = 1694;
|
|
1698
|
+
static readonly SINH = 1695;
|
|
1699
|
+
static readonly SIN = 1696;
|
|
1700
|
+
static readonly SIZE = 1697;
|
|
1701
|
+
static readonly SIZES = 1698;
|
|
1702
|
+
static readonly SKIP_EXT_OPTIMIZER = 1699;
|
|
1703
|
+
static readonly SKIP_ = 1700;
|
|
1704
|
+
static readonly SKIP_UNQ_UNUSABLE_IDX = 1701;
|
|
1705
|
+
static readonly SKIP_UNUSABLE_INDEXES = 1702;
|
|
1706
|
+
static readonly SMALLFILE = 1703;
|
|
1707
|
+
static readonly SMALLINT = 1704;
|
|
1708
|
+
static readonly SNAPSHOT = 1705;
|
|
1709
|
+
static readonly SOME = 1706;
|
|
1710
|
+
static readonly SORT = 1707;
|
|
1711
|
+
static readonly SOUNDEX = 1708;
|
|
1712
|
+
static readonly SOURCE_FILE_DIRECTORY = 1709;
|
|
1713
|
+
static readonly SOURCE_FILE_NAME_CONVERT = 1710;
|
|
1714
|
+
static readonly SOURCE = 1711;
|
|
1715
|
+
static readonly SPACE_KEYWORD = 1712;
|
|
1716
|
+
static readonly SPECIFICATION = 1713;
|
|
1717
|
+
static readonly SPFILE = 1714;
|
|
1718
|
+
static readonly SPLIT = 1715;
|
|
1719
|
+
static readonly SPREADSHEET = 1716;
|
|
1720
|
+
static readonly SQLDATA = 1717;
|
|
1721
|
+
static readonly SQLERROR = 1718;
|
|
1722
|
+
static readonly SQLLDR = 1719;
|
|
1723
|
+
static readonly SQL = 1720;
|
|
1724
|
+
static readonly FILE_EXT = 1721;
|
|
1725
|
+
static readonly SQL_MACRO = 1722;
|
|
1726
|
+
static readonly SQL_TRACE = 1723;
|
|
1727
|
+
static readonly SQL_TRANSLATION_PROFILE = 1724;
|
|
1728
|
+
static readonly SQRT = 1725;
|
|
1729
|
+
static readonly STALE = 1726;
|
|
1730
|
+
static readonly STANDALONE = 1727;
|
|
1731
|
+
static readonly STANDARD = 1728;
|
|
1732
|
+
static readonly STANDARD_HASH = 1729;
|
|
1733
|
+
static readonly STANDBY_MAX_DATA_DELAY = 1730;
|
|
1734
|
+
static readonly STANDBYS = 1731;
|
|
1735
|
+
static readonly STANDBY = 1732;
|
|
1736
|
+
static readonly STAR = 1733;
|
|
1737
|
+
static readonly STAR_TRANSFORMATION = 1734;
|
|
1738
|
+
static readonly START = 1735;
|
|
1739
|
+
static readonly STARTOF = 1736;
|
|
1740
|
+
static readonly STARTUP = 1737;
|
|
1741
|
+
static readonly STATEMENT_ID = 1738;
|
|
1742
|
+
static readonly STATEMENT_QUEUING = 1739;
|
|
1743
|
+
static readonly STATEMENTS = 1740;
|
|
1744
|
+
static readonly STATEMENT = 1741;
|
|
1745
|
+
static readonly STATE = 1742;
|
|
1746
|
+
static readonly STATIC = 1743;
|
|
1747
|
+
static readonly STATISTICS = 1744;
|
|
1748
|
+
static readonly STATS_BINOMIAL_TEST = 1745;
|
|
1749
|
+
static readonly STATS_CROSSTAB = 1746;
|
|
1750
|
+
static readonly STATS_F_TEST = 1747;
|
|
1751
|
+
static readonly STATS_KS_TEST = 1748;
|
|
1752
|
+
static readonly STATS_MODE = 1749;
|
|
1753
|
+
static readonly STATS_MW_TEST = 1750;
|
|
1754
|
+
static readonly STATS_ONE_WAY_ANOVA = 1751;
|
|
1755
|
+
static readonly STATS_T_TEST_INDEP = 1752;
|
|
1756
|
+
static readonly STATS_T_TEST_INDEPU = 1753;
|
|
1757
|
+
static readonly STATS_T_TEST_ONE = 1754;
|
|
1758
|
+
static readonly STATS_T_TEST_PAIRED = 1755;
|
|
1759
|
+
static readonly STATS_WSR_TEST = 1756;
|
|
1760
|
+
static readonly STDDEV_POP = 1757;
|
|
1761
|
+
static readonly STDDEV_SAMP = 1758;
|
|
1762
|
+
static readonly STOP = 1759;
|
|
1763
|
+
static readonly STORAGE = 1760;
|
|
1764
|
+
static readonly STORE = 1761;
|
|
1765
|
+
static readonly STREAMS = 1762;
|
|
1766
|
+
static readonly STREAM = 1763;
|
|
1767
|
+
static readonly STRICT = 1764;
|
|
1768
|
+
static readonly STRING = 1765;
|
|
1769
|
+
static readonly STRIPE_COLUMNS = 1766;
|
|
1770
|
+
static readonly STRIPE_WIDTH = 1767;
|
|
1771
|
+
static readonly STRIP = 1768;
|
|
1772
|
+
static readonly STRUCTURE = 1769;
|
|
1773
|
+
static readonly SUBMULTISET = 1770;
|
|
1774
|
+
static readonly SUBPARTITION_REL = 1771;
|
|
1775
|
+
static readonly SUBPARTITIONS = 1772;
|
|
1776
|
+
static readonly SUBPARTITION = 1773;
|
|
1777
|
+
static readonly SUBQUERIES = 1774;
|
|
1778
|
+
static readonly SUBQUERY_PRUNING = 1775;
|
|
1779
|
+
static readonly SUBSCRIBE = 1776;
|
|
1780
|
+
static readonly SUBSET = 1777;
|
|
1781
|
+
static readonly SUBSTITUTABLE = 1778;
|
|
1782
|
+
static readonly SUBSTR2 = 1779;
|
|
1783
|
+
static readonly SUBSTR4 = 1780;
|
|
1784
|
+
static readonly SUBSTRB = 1781;
|
|
1785
|
+
static readonly SUBSTRC = 1782;
|
|
1786
|
+
static readonly SUBTYPE = 1783;
|
|
1787
|
+
static readonly SUCCESSFUL = 1784;
|
|
1788
|
+
static readonly SUCCESS = 1785;
|
|
1789
|
+
static readonly SUMMARY = 1786;
|
|
1790
|
+
static readonly SUPPLEMENTAL = 1787;
|
|
1791
|
+
static readonly SUSPEND = 1788;
|
|
1792
|
+
static readonly SWAP_JOIN_INPUTS = 1789;
|
|
1793
|
+
static readonly SWITCHOVER = 1790;
|
|
1794
|
+
static readonly SWITCH = 1791;
|
|
1795
|
+
static readonly SYNCHRONOUS = 1792;
|
|
1796
|
+
static readonly SYNC = 1793;
|
|
1797
|
+
static readonly SYNONYM = 1794;
|
|
1798
|
+
static readonly SYS = 1795;
|
|
1799
|
+
static readonly SYSASM = 1796;
|
|
1800
|
+
static readonly SYS_AUDIT = 1797;
|
|
1801
|
+
static readonly SYSAUX = 1798;
|
|
1802
|
+
static readonly SYSBACKUP = 1799;
|
|
1803
|
+
static readonly SYS_CHECKACL = 1800;
|
|
1804
|
+
static readonly SYS_CHECK_PRIVILEGE = 1801;
|
|
1805
|
+
static readonly SYS_CONNECT_BY_PATH = 1802;
|
|
1806
|
+
static readonly SYS_CONTEXT = 1803;
|
|
1807
|
+
static readonly SYSDATE = 1804;
|
|
1808
|
+
static readonly SYSDBA = 1805;
|
|
1809
|
+
static readonly SYS_DBURIGEN = 1806;
|
|
1810
|
+
static readonly SYSDG = 1807;
|
|
1811
|
+
static readonly SYS_DL_CURSOR = 1808;
|
|
1812
|
+
static readonly SYS_DM_RXFORM_CHR = 1809;
|
|
1813
|
+
static readonly SYS_DM_RXFORM_NUM = 1810;
|
|
1814
|
+
static readonly SYS_DOM_COMPARE = 1811;
|
|
1815
|
+
static readonly SYS_DST_PRIM2SEC = 1812;
|
|
1816
|
+
static readonly SYS_DST_SEC2PRIM = 1813;
|
|
1817
|
+
static readonly SYS_ET_BFILE_TO_RAW = 1814;
|
|
1818
|
+
static readonly SYS_ET_BLOB_TO_IMAGE = 1815;
|
|
1819
|
+
static readonly SYS_ET_IMAGE_TO_BLOB = 1816;
|
|
1820
|
+
static readonly SYS_ET_RAW_TO_BFILE = 1817;
|
|
1821
|
+
static readonly SYS_EXTPDTXT = 1818;
|
|
1822
|
+
static readonly SYS_EXTRACT_UTC = 1819;
|
|
1823
|
+
static readonly SYS_FBT_INSDEL = 1820;
|
|
1824
|
+
static readonly SYS_FILTER_ACLS = 1821;
|
|
1825
|
+
static readonly SYS_FNMATCHES = 1822;
|
|
1826
|
+
static readonly SYS_FNREPLACE = 1823;
|
|
1827
|
+
static readonly SYS_GET_ACLIDS = 1824;
|
|
1828
|
+
static readonly SYS_GET_COL_ACLIDS = 1825;
|
|
1829
|
+
static readonly SYS_GET_PRIVILEGES = 1826;
|
|
1830
|
+
static readonly SYS_GETTOKENID = 1827;
|
|
1831
|
+
static readonly SYS_GETXTIVAL = 1828;
|
|
1832
|
+
static readonly SYS_GUID = 1829;
|
|
1833
|
+
static readonly SYSGUID = 1830;
|
|
1834
|
+
static readonly SYSKM = 1831;
|
|
1835
|
+
static readonly SYS_MAKE_XMLNODEID = 1832;
|
|
1836
|
+
static readonly SYS_MAKEXML = 1833;
|
|
1837
|
+
static readonly SYS_MKXMLATTR = 1834;
|
|
1838
|
+
static readonly SYS_MKXTI = 1835;
|
|
1839
|
+
static readonly SYSOBJ = 1836;
|
|
1840
|
+
static readonly SYS_OP_ADT2BIN = 1837;
|
|
1841
|
+
static readonly SYS_OP_ADTCONS = 1838;
|
|
1842
|
+
static readonly SYS_OP_ALSCRVAL = 1839;
|
|
1843
|
+
static readonly SYS_OP_ATG = 1840;
|
|
1844
|
+
static readonly SYS_OP_BIN2ADT = 1841;
|
|
1845
|
+
static readonly SYS_OP_BITVEC = 1842;
|
|
1846
|
+
static readonly SYS_OP_BL2R = 1843;
|
|
1847
|
+
static readonly SYS_OP_BLOOM_FILTER_LIST = 1844;
|
|
1848
|
+
static readonly SYS_OP_BLOOM_FILTER = 1845;
|
|
1849
|
+
static readonly SYS_OP_C2C = 1846;
|
|
1850
|
+
static readonly SYS_OP_CAST = 1847;
|
|
1851
|
+
static readonly SYS_OP_CEG = 1848;
|
|
1852
|
+
static readonly SYS_OP_CL2C = 1849;
|
|
1853
|
+
static readonly SYS_OP_COMBINED_HASH = 1850;
|
|
1854
|
+
static readonly SYS_OP_COMP = 1851;
|
|
1855
|
+
static readonly SYS_OP_CONVERT = 1852;
|
|
1856
|
+
static readonly SYS_OP_COUNTCHG = 1853;
|
|
1857
|
+
static readonly SYS_OP_CSCONV = 1854;
|
|
1858
|
+
static readonly SYS_OP_CSCONVTEST = 1855;
|
|
1859
|
+
static readonly SYS_OP_CSR = 1856;
|
|
1860
|
+
static readonly SYS_OP_CSX_PATCH = 1857;
|
|
1861
|
+
static readonly SYS_OP_CYCLED_SEQ = 1858;
|
|
1862
|
+
static readonly SYS_OP_DECOMP = 1859;
|
|
1863
|
+
static readonly SYS_OP_DESCEND = 1860;
|
|
1864
|
+
static readonly SYS_OP_DISTINCT = 1861;
|
|
1865
|
+
static readonly SYS_OP_DRA = 1862;
|
|
1866
|
+
static readonly SYS_OP_DUMP = 1863;
|
|
1867
|
+
static readonly SYS_OP_DV_CHECK = 1864;
|
|
1868
|
+
static readonly SYS_OP_ENFORCE_NOT_NULL = 1865;
|
|
1869
|
+
static readonly SYSOPER = 1866;
|
|
1870
|
+
static readonly SYS_OP_EXTRACT = 1867;
|
|
1871
|
+
static readonly SYS_OP_GROUPING = 1868;
|
|
1872
|
+
static readonly SYS_OP_GUID = 1869;
|
|
1873
|
+
static readonly SYS_OP_HASH = 1870;
|
|
1874
|
+
static readonly SYS_OP_IIX = 1871;
|
|
1875
|
+
static readonly SYS_OP_ITR = 1872;
|
|
1876
|
+
static readonly SYS_OP_KEY_VECTOR_CREATE = 1873;
|
|
1877
|
+
static readonly SYS_OP_KEY_VECTOR_FILTER_LIST = 1874;
|
|
1878
|
+
static readonly SYS_OP_KEY_VECTOR_FILTER = 1875;
|
|
1879
|
+
static readonly SYS_OP_KEY_VECTOR_SUCCEEDED = 1876;
|
|
1880
|
+
static readonly SYS_OP_KEY_VECTOR_USE = 1877;
|
|
1881
|
+
static readonly SYS_OP_LBID = 1878;
|
|
1882
|
+
static readonly SYS_OP_LOBLOC2BLOB = 1879;
|
|
1883
|
+
static readonly SYS_OP_LOBLOC2CLOB = 1880;
|
|
1884
|
+
static readonly SYS_OP_LOBLOC2ID = 1881;
|
|
1885
|
+
static readonly SYS_OP_LOBLOC2NCLOB = 1882;
|
|
1886
|
+
static readonly SYS_OP_LOBLOC2TYP = 1883;
|
|
1887
|
+
static readonly SYS_OP_LSVI = 1884;
|
|
1888
|
+
static readonly SYS_OP_LVL = 1885;
|
|
1889
|
+
static readonly SYS_OP_MAKEOID = 1886;
|
|
1890
|
+
static readonly SYS_OP_MAP_NONNULL = 1887;
|
|
1891
|
+
static readonly SYS_OP_MSR = 1888;
|
|
1892
|
+
static readonly SYS_OP_NICOMBINE = 1889;
|
|
1893
|
+
static readonly SYS_OP_NIEXTRACT = 1890;
|
|
1894
|
+
static readonly SYS_OP_NII = 1891;
|
|
1895
|
+
static readonly SYS_OP_NIX = 1892;
|
|
1896
|
+
static readonly SYS_OP_NOEXPAND = 1893;
|
|
1897
|
+
static readonly SYS_OP_NTCIMG = 1894;
|
|
1898
|
+
static readonly SYS_OP_NUMTORAW = 1895;
|
|
1899
|
+
static readonly SYS_OP_OIDVALUE = 1896;
|
|
1900
|
+
static readonly SYS_OP_OPNSIZE = 1897;
|
|
1901
|
+
static readonly SYS_OP_PAR_1 = 1898;
|
|
1902
|
+
static readonly SYS_OP_PARGID_1 = 1899;
|
|
1903
|
+
static readonly SYS_OP_PARGID = 1900;
|
|
1904
|
+
static readonly SYS_OP_PAR = 1901;
|
|
1905
|
+
static readonly SYS_OP_PART_ID = 1902;
|
|
1906
|
+
static readonly SYS_OP_PIVOT = 1903;
|
|
1907
|
+
static readonly SYS_OP_R2O = 1904;
|
|
1908
|
+
static readonly SYS_OP_RAWTONUM = 1905;
|
|
1909
|
+
static readonly SYS_OP_RDTM = 1906;
|
|
1910
|
+
static readonly SYS_OP_REF = 1907;
|
|
1911
|
+
static readonly SYS_OP_RMTD = 1908;
|
|
1912
|
+
static readonly SYS_OP_ROWIDTOOBJ = 1909;
|
|
1913
|
+
static readonly SYS_OP_RPB = 1910;
|
|
1914
|
+
static readonly SYS_OPTLOBPRBSC = 1911;
|
|
1915
|
+
static readonly SYS_OP_TOSETID = 1912;
|
|
1916
|
+
static readonly SYS_OP_TPR = 1913;
|
|
1917
|
+
static readonly SYS_OP_TRTB = 1914;
|
|
1918
|
+
static readonly SYS_OPTXICMP = 1915;
|
|
1919
|
+
static readonly SYS_OPTXQCASTASNQ = 1916;
|
|
1920
|
+
static readonly SYS_OP_UNDESCEND = 1917;
|
|
1921
|
+
static readonly SYS_OP_VECAND = 1918;
|
|
1922
|
+
static readonly SYS_OP_VECBIT = 1919;
|
|
1923
|
+
static readonly SYS_OP_VECOR = 1920;
|
|
1924
|
+
static readonly SYS_OP_VECXOR = 1921;
|
|
1925
|
+
static readonly SYS_OP_VERSION = 1922;
|
|
1926
|
+
static readonly SYS_OP_VREF = 1923;
|
|
1927
|
+
static readonly SYS_OP_VVD = 1924;
|
|
1928
|
+
static readonly SYS_OP_XMLCONS_FOR_CSX = 1925;
|
|
1929
|
+
static readonly SYS_OP_XPTHATG = 1926;
|
|
1930
|
+
static readonly SYS_OP_XPTHIDX = 1927;
|
|
1931
|
+
static readonly SYS_OP_XPTHOP = 1928;
|
|
1932
|
+
static readonly SYS_OP_XTXT2SQLT = 1929;
|
|
1933
|
+
static readonly SYS_OP_ZONE_ID = 1930;
|
|
1934
|
+
static readonly SYS_ORDERKEY_DEPTH = 1931;
|
|
1935
|
+
static readonly SYS_ORDERKEY_MAXCHILD = 1932;
|
|
1936
|
+
static readonly SYS_ORDERKEY_PARENT = 1933;
|
|
1937
|
+
static readonly SYS_PARALLEL_TXN = 1934;
|
|
1938
|
+
static readonly SYS_PATHID_IS_ATTR = 1935;
|
|
1939
|
+
static readonly SYS_PATHID_IS_NMSPC = 1936;
|
|
1940
|
+
static readonly SYS_PATHID_LASTNAME = 1937;
|
|
1941
|
+
static readonly SYS_PATHID_LASTNMSPC = 1938;
|
|
1942
|
+
static readonly SYS_PATH_REVERSE = 1939;
|
|
1943
|
+
static readonly SYS_PXQEXTRACT = 1940;
|
|
1944
|
+
static readonly SYS_RAW_TO_XSID = 1941;
|
|
1945
|
+
static readonly SYS_RID_ORDER = 1942;
|
|
1946
|
+
static readonly SYS_ROW_DELTA = 1943;
|
|
1947
|
+
static readonly SYS_SC_2_XMLT = 1944;
|
|
1948
|
+
static readonly SYS_SYNRCIREDO = 1945;
|
|
1949
|
+
static readonly SYSTEM_DEFINED = 1946;
|
|
1950
|
+
static readonly SYSTEM = 1947;
|
|
1951
|
+
static readonly SYSTIMESTAMP = 1948;
|
|
1952
|
+
static readonly SYS_TYPEID = 1949;
|
|
1953
|
+
static readonly SYS_UMAKEXML = 1950;
|
|
1954
|
+
static readonly SYS_XMLANALYZE = 1951;
|
|
1955
|
+
static readonly SYS_XMLCONTAINS = 1952;
|
|
1956
|
+
static readonly SYS_XMLCONV = 1953;
|
|
1957
|
+
static readonly SYS_XMLEXNSURI = 1954;
|
|
1958
|
+
static readonly SYS_XMLGEN = 1955;
|
|
1959
|
+
static readonly SYS_XMLI_LOC_ISNODE = 1956;
|
|
1960
|
+
static readonly SYS_XMLI_LOC_ISTEXT = 1957;
|
|
1961
|
+
static readonly SYS_XMLINSTR = 1958;
|
|
1962
|
+
static readonly SYS_XMLLOCATOR_GETSVAL = 1959;
|
|
1963
|
+
static readonly SYS_XMLNODEID_GETCID = 1960;
|
|
1964
|
+
static readonly SYS_XMLNODEID_GETLOCATOR = 1961;
|
|
1965
|
+
static readonly SYS_XMLNODEID_GETOKEY = 1962;
|
|
1966
|
+
static readonly SYS_XMLNODEID_GETPATHID = 1963;
|
|
1967
|
+
static readonly SYS_XMLNODEID_GETPTRID = 1964;
|
|
1968
|
+
static readonly SYS_XMLNODEID_GETRID = 1965;
|
|
1969
|
+
static readonly SYS_XMLNODEID_GETSVAL = 1966;
|
|
1970
|
+
static readonly SYS_XMLNODEID_GETTID = 1967;
|
|
1971
|
+
static readonly SYS_XMLNODEID = 1968;
|
|
1972
|
+
static readonly SYS_XMLT_2_SC = 1969;
|
|
1973
|
+
static readonly SYS_XMLTRANSLATE = 1970;
|
|
1974
|
+
static readonly SYS_XMLTYPE2SQL = 1971;
|
|
1975
|
+
static readonly SYS_XQ_ASQLCNV = 1972;
|
|
1976
|
+
static readonly SYS_XQ_ATOMCNVCHK = 1973;
|
|
1977
|
+
static readonly SYS_XQBASEURI = 1974;
|
|
1978
|
+
static readonly SYS_XQCASTABLEERRH = 1975;
|
|
1979
|
+
static readonly SYS_XQCODEP2STR = 1976;
|
|
1980
|
+
static readonly SYS_XQCODEPEQ = 1977;
|
|
1981
|
+
static readonly SYS_XQCON2SEQ = 1978;
|
|
1982
|
+
static readonly SYS_XQCONCAT = 1979;
|
|
1983
|
+
static readonly SYS_XQDELETE = 1980;
|
|
1984
|
+
static readonly SYS_XQDFLTCOLATION = 1981;
|
|
1985
|
+
static readonly SYS_XQDOC = 1982;
|
|
1986
|
+
static readonly SYS_XQDOCURI = 1983;
|
|
1987
|
+
static readonly SYS_XQDURDIV = 1984;
|
|
1988
|
+
static readonly SYS_XQED4URI = 1985;
|
|
1989
|
+
static readonly SYS_XQENDSWITH = 1986;
|
|
1990
|
+
static readonly SYS_XQERRH = 1987;
|
|
1991
|
+
static readonly SYS_XQERR = 1988;
|
|
1992
|
+
static readonly SYS_XQESHTMLURI = 1989;
|
|
1993
|
+
static readonly SYS_XQEXLOBVAL = 1990;
|
|
1994
|
+
static readonly SYS_XQEXSTWRP = 1991;
|
|
1995
|
+
static readonly SYS_XQEXTRACT = 1992;
|
|
1996
|
+
static readonly SYS_XQEXTRREF = 1993;
|
|
1997
|
+
static readonly SYS_XQEXVAL = 1994;
|
|
1998
|
+
static readonly SYS_XQFB2STR = 1995;
|
|
1999
|
+
static readonly SYS_XQFNBOOL = 1996;
|
|
2000
|
+
static readonly SYS_XQFNCMP = 1997;
|
|
2001
|
+
static readonly SYS_XQFNDATIM = 1998;
|
|
2002
|
+
static readonly SYS_XQFNLNAME = 1999;
|
|
2003
|
+
static readonly SYS_XQFNNM = 2000;
|
|
2004
|
+
static readonly SYS_XQFNNSURI = 2001;
|
|
2005
|
+
static readonly SYS_XQFNPREDTRUTH = 2002;
|
|
2006
|
+
static readonly SYS_XQFNQNM = 2003;
|
|
2007
|
+
static readonly SYS_XQFNROOT = 2004;
|
|
2008
|
+
static readonly SYS_XQFORMATNUM = 2005;
|
|
2009
|
+
static readonly SYS_XQFTCONTAIN = 2006;
|
|
2010
|
+
static readonly SYS_XQFUNCR = 2007;
|
|
2011
|
+
static readonly SYS_XQGETCONTENT = 2008;
|
|
2012
|
+
static readonly SYS_XQINDXOF = 2009;
|
|
2013
|
+
static readonly SYS_XQINSERT = 2010;
|
|
2014
|
+
static readonly SYS_XQINSPFX = 2011;
|
|
2015
|
+
static readonly SYS_XQIRI2URI = 2012;
|
|
2016
|
+
static readonly SYS_XQLANG = 2013;
|
|
2017
|
+
static readonly SYS_XQLLNMFRMQNM = 2014;
|
|
2018
|
+
static readonly SYS_XQMKNODEREF = 2015;
|
|
2019
|
+
static readonly SYS_XQNILLED = 2016;
|
|
2020
|
+
static readonly SYS_XQNODENAME = 2017;
|
|
2021
|
+
static readonly SYS_XQNORMSPACE = 2018;
|
|
2022
|
+
static readonly SYS_XQNORMUCODE = 2019;
|
|
2023
|
+
static readonly SYS_XQ_NRNG = 2020;
|
|
2024
|
+
static readonly SYS_XQNSP4PFX = 2021;
|
|
2025
|
+
static readonly SYS_XQNSPFRMQNM = 2022;
|
|
2026
|
+
static readonly SYS_XQPFXFRMQNM = 2023;
|
|
2027
|
+
static readonly SYS_XQ_PKSQL2XML = 2024;
|
|
2028
|
+
static readonly SYS_XQPOLYABS = 2025;
|
|
2029
|
+
static readonly SYS_XQPOLYADD = 2026;
|
|
2030
|
+
static readonly SYS_XQPOLYCEL = 2027;
|
|
2031
|
+
static readonly SYS_XQPOLYCSTBL = 2028;
|
|
2032
|
+
static readonly SYS_XQPOLYCST = 2029;
|
|
2033
|
+
static readonly SYS_XQPOLYDIV = 2030;
|
|
2034
|
+
static readonly SYS_XQPOLYFLR = 2031;
|
|
2035
|
+
static readonly SYS_XQPOLYMOD = 2032;
|
|
2036
|
+
static readonly SYS_XQPOLYMUL = 2033;
|
|
2037
|
+
static readonly SYS_XQPOLYRND = 2034;
|
|
2038
|
+
static readonly SYS_XQPOLYSQRT = 2035;
|
|
2039
|
+
static readonly SYS_XQPOLYSUB = 2036;
|
|
2040
|
+
static readonly SYS_XQPOLYUMUS = 2037;
|
|
2041
|
+
static readonly SYS_XQPOLYUPLS = 2038;
|
|
2042
|
+
static readonly SYS_XQPOLYVEQ = 2039;
|
|
2043
|
+
static readonly SYS_XQPOLYVGE = 2040;
|
|
2044
|
+
static readonly SYS_XQPOLYVGT = 2041;
|
|
2045
|
+
static readonly SYS_XQPOLYVLE = 2042;
|
|
2046
|
+
static readonly SYS_XQPOLYVLT = 2043;
|
|
2047
|
+
static readonly SYS_XQPOLYVNE = 2044;
|
|
2048
|
+
static readonly SYS_XQREF2VAL = 2045;
|
|
2049
|
+
static readonly SYS_XQRENAME = 2046;
|
|
2050
|
+
static readonly SYS_XQREPLACE = 2047;
|
|
2051
|
+
static readonly SYS_XQRESVURI = 2048;
|
|
2052
|
+
static readonly SYS_XQRNDHALF2EVN = 2049;
|
|
2053
|
+
static readonly SYS_XQRSLVQNM = 2050;
|
|
2054
|
+
static readonly SYS_XQRYENVPGET = 2051;
|
|
2055
|
+
static readonly SYS_XQRYVARGET = 2052;
|
|
2056
|
+
static readonly SYS_XQRYWRP = 2053;
|
|
2057
|
+
static readonly SYS_XQSEQ2CON4XC = 2054;
|
|
2058
|
+
static readonly SYS_XQSEQ2CON = 2055;
|
|
2059
|
+
static readonly SYS_XQSEQDEEPEQ = 2056;
|
|
2060
|
+
static readonly SYS_XQSEQINSB = 2057;
|
|
2061
|
+
static readonly SYS_XQSEQRM = 2058;
|
|
2062
|
+
static readonly SYS_XQSEQRVS = 2059;
|
|
2063
|
+
static readonly SYS_XQSEQSUB = 2060;
|
|
2064
|
+
static readonly SYS_XQSEQTYPMATCH = 2061;
|
|
2065
|
+
static readonly SYS_XQSTARTSWITH = 2062;
|
|
2066
|
+
static readonly SYS_XQSTATBURI = 2063;
|
|
2067
|
+
static readonly SYS_XQSTR2CODEP = 2064;
|
|
2068
|
+
static readonly SYS_XQSTRJOIN = 2065;
|
|
2069
|
+
static readonly SYS_XQSUBSTRAFT = 2066;
|
|
2070
|
+
static readonly SYS_XQSUBSTRBEF = 2067;
|
|
2071
|
+
static readonly SYS_XQTOKENIZE = 2068;
|
|
2072
|
+
static readonly SYS_XQTREATAS = 2069;
|
|
2073
|
+
static readonly SYS_XQ_UPKXML2SQL = 2070;
|
|
2074
|
+
static readonly SYS_XQXFORM = 2071;
|
|
2075
|
+
static readonly SYS_XSID_TO_RAW = 2072;
|
|
2076
|
+
static readonly SYS_ZMAP_FILTER = 2073;
|
|
2077
|
+
static readonly SYS_ZMAP_REFRESH = 2074;
|
|
2078
|
+
static readonly T_LETTER = 2075;
|
|
2079
|
+
static readonly TABLE_LOOKUP_BY_NL = 2076;
|
|
2080
|
+
static readonly TABLESPACE_NO = 2077;
|
|
2081
|
+
static readonly TABLESPACE = 2078;
|
|
2082
|
+
static readonly TABLES = 2079;
|
|
2083
|
+
static readonly TABLE_STATS = 2080;
|
|
2084
|
+
static readonly TABLE = 2081;
|
|
2085
|
+
static readonly TABNO = 2082;
|
|
2086
|
+
static readonly TAG = 2083;
|
|
2087
|
+
static readonly TANH = 2084;
|
|
2088
|
+
static readonly TAN = 2085;
|
|
2089
|
+
static readonly TBLORIDXPARTNUM = 2086;
|
|
2090
|
+
static readonly TEMPFILE = 2087;
|
|
2091
|
+
static readonly TEMPLATE = 2088;
|
|
2092
|
+
static readonly TEMPLATE_TABLE = 2089;
|
|
2093
|
+
static readonly TEMPORARY = 2090;
|
|
2094
|
+
static readonly TEMP_TABLE = 2091;
|
|
2095
|
+
static readonly TERMINATED = 2092;
|
|
2096
|
+
static readonly TEST = 2093;
|
|
2097
|
+
static readonly TEXT = 2094;
|
|
2098
|
+
static readonly TEXTFILE = 2095;
|
|
2099
|
+
static readonly THAN = 2096;
|
|
2100
|
+
static readonly THEN = 2097;
|
|
2101
|
+
static readonly THE = 2098;
|
|
2102
|
+
static readonly THESE = 2099;
|
|
2103
|
+
static readonly THREAD = 2100;
|
|
2104
|
+
static readonly THROUGH = 2101;
|
|
2105
|
+
static readonly TIER = 2102;
|
|
2106
|
+
static readonly TIES = 2103;
|
|
2107
|
+
static readonly TIMEOUT = 2104;
|
|
2108
|
+
static readonly TIMESTAMP_LTZ_UNCONSTRAINED = 2105;
|
|
2109
|
+
static readonly TIMESTAMP = 2106;
|
|
2110
|
+
static readonly TIMESTAMP_TZ_UNCONSTRAINED = 2107;
|
|
2111
|
+
static readonly TIMESTAMP_UNCONSTRAINED = 2108;
|
|
2112
|
+
static readonly TIMES = 2109;
|
|
2113
|
+
static readonly TIME = 2110;
|
|
2114
|
+
static readonly TIMEZONE = 2111;
|
|
2115
|
+
static readonly TIMEZONE_ABBR = 2112;
|
|
2116
|
+
static readonly TIMEZONE_HOUR = 2113;
|
|
2117
|
+
static readonly TIMEZONE_MINUTE = 2114;
|
|
2118
|
+
static readonly TIMEZONE_OFFSET = 2115;
|
|
2119
|
+
static readonly TIMEZONE_REGION = 2116;
|
|
2120
|
+
static readonly TIME_ZONE = 2117;
|
|
2121
|
+
static readonly TIMING = 2118;
|
|
2122
|
+
static readonly TINYINT = 2119;
|
|
2123
|
+
static readonly TIV_GB = 2120;
|
|
2124
|
+
static readonly TIV_SSF = 2121;
|
|
2125
|
+
static readonly TO_ACLID = 2122;
|
|
2126
|
+
static readonly TO_BINARY_DOUBLE = 2123;
|
|
2127
|
+
static readonly TO_BINARY_FLOAT = 2124;
|
|
2128
|
+
static readonly TO_BLOB = 2125;
|
|
2129
|
+
static readonly TO_CLOB = 2126;
|
|
2130
|
+
static readonly TO_DSINTERVAL = 2127;
|
|
2131
|
+
static readonly TO_LOB = 2128;
|
|
2132
|
+
static readonly TO_MULTI_BYTE = 2129;
|
|
2133
|
+
static readonly TO_NCHAR = 2130;
|
|
2134
|
+
static readonly TO_NCLOB = 2131;
|
|
2135
|
+
static readonly TO_NUMBER = 2132;
|
|
2136
|
+
static readonly TOPLEVEL = 2133;
|
|
2137
|
+
static readonly TO_SINGLE_BYTE = 2134;
|
|
2138
|
+
static readonly TO_TIMESTAMP = 2135;
|
|
2139
|
+
static readonly TO_TIMESTAMP_TZ = 2136;
|
|
2140
|
+
static readonly TO_TIME = 2137;
|
|
2141
|
+
static readonly TO_TIME_TZ = 2138;
|
|
2142
|
+
static readonly TO = 2139;
|
|
2143
|
+
static readonly TO_YMINTERVAL = 2140;
|
|
2144
|
+
static readonly TRACE = 2141;
|
|
2145
|
+
static readonly TRACING = 2142;
|
|
2146
|
+
static readonly TRACKING = 2143;
|
|
2147
|
+
static readonly TRAILING = 2144;
|
|
2148
|
+
static readonly TRANSACTION = 2145;
|
|
2149
|
+
static readonly TRANSFORM = 2146;
|
|
2150
|
+
static readonly TRANSFORMS = 2147;
|
|
2151
|
+
static readonly TRANSFORM_DISTINCT_AGG = 2148;
|
|
2152
|
+
static readonly TRANSITIONAL = 2149;
|
|
2153
|
+
static readonly TRANSITION = 2150;
|
|
2154
|
+
static readonly TRANSLATE = 2151;
|
|
2155
|
+
static readonly TRANSLATION = 2152;
|
|
2156
|
+
static readonly TREAT = 2153;
|
|
2157
|
+
static readonly TRIGGERS = 2154;
|
|
2158
|
+
static readonly TRIGGER = 2155;
|
|
2159
|
+
static readonly TRUE = 2156;
|
|
2160
|
+
static readonly TRUNCATE = 2157;
|
|
2161
|
+
static readonly TRUNC = 2158;
|
|
2162
|
+
static readonly TRUSTED = 2159;
|
|
2163
|
+
static readonly TRUST = 2160;
|
|
2164
|
+
static readonly TUNING = 2161;
|
|
2165
|
+
static readonly TX = 2162;
|
|
2166
|
+
static readonly TYPES = 2163;
|
|
2167
|
+
static readonly TYPE = 2164;
|
|
2168
|
+
static readonly TZ_OFFSET = 2165;
|
|
2169
|
+
static readonly UB2 = 2166;
|
|
2170
|
+
static readonly UBA = 2167;
|
|
2171
|
+
static readonly UCS2 = 2168;
|
|
2172
|
+
static readonly UDF = 2169;
|
|
2173
|
+
static readonly UID = 2170;
|
|
2174
|
+
static readonly UNARCHIVED = 2171;
|
|
2175
|
+
static readonly UNBOUNDED = 2172;
|
|
2176
|
+
static readonly UNBOUND = 2173;
|
|
2177
|
+
static readonly UNCONDITIONAL = 2174;
|
|
2178
|
+
static readonly UNDER = 2175;
|
|
2179
|
+
static readonly UNDO = 2176;
|
|
2180
|
+
static readonly UNDROP = 2177;
|
|
2181
|
+
static readonly UNIFORM = 2178;
|
|
2182
|
+
static readonly UNION = 2179;
|
|
2183
|
+
static readonly UNIONTYPE = 2180;
|
|
2184
|
+
static readonly UNIQUE = 2181;
|
|
2185
|
+
static readonly UNISTR = 2182;
|
|
2186
|
+
static readonly UNLIMITED = 2183;
|
|
2187
|
+
static readonly UNLOAD = 2184;
|
|
2188
|
+
static readonly UNLOCK = 2185;
|
|
2189
|
+
static readonly UNMATCHED = 2186;
|
|
2190
|
+
static readonly UNNEST_INNERJ_DISTINCT_VIEW = 2187;
|
|
2191
|
+
static readonly UNNEST_NOSEMIJ_NODISTINCTVIEW = 2188;
|
|
2192
|
+
static readonly UNNEST_SEMIJ_VIEW = 2189;
|
|
2193
|
+
static readonly UNNEST = 2190;
|
|
2194
|
+
static readonly UNPACKED = 2191;
|
|
2195
|
+
static readonly UNPIVOT = 2192;
|
|
2196
|
+
static readonly UNPLUG = 2193;
|
|
2197
|
+
static readonly UNPROTECTED = 2194;
|
|
2198
|
+
static readonly UNQUIESCE = 2195;
|
|
2199
|
+
static readonly UNRECOVERABLE = 2196;
|
|
2200
|
+
static readonly UNRESTRICTED = 2197;
|
|
2201
|
+
static readonly UNSIGNED = 2198;
|
|
2202
|
+
static readonly UNSUBSCRIBE = 2199;
|
|
2203
|
+
static readonly UNTIL = 2200;
|
|
2204
|
+
static readonly UNUSABLE = 2201;
|
|
2205
|
+
static readonly UNUSED = 2202;
|
|
2206
|
+
static readonly UPDATABLE = 2203;
|
|
2207
|
+
static readonly UPDATED = 2204;
|
|
2208
|
+
static readonly UPDATE = 2205;
|
|
2209
|
+
static readonly UPDATEXML = 2206;
|
|
2210
|
+
static readonly UPD_INDEXES = 2207;
|
|
2211
|
+
static readonly UPD_JOININDEX = 2208;
|
|
2212
|
+
static readonly UPGRADE = 2209;
|
|
2213
|
+
static readonly UPPER = 2210;
|
|
2214
|
+
static readonly UPSERT = 2211;
|
|
2215
|
+
static readonly UROWID = 2212;
|
|
2216
|
+
static readonly USABLE = 2213;
|
|
2217
|
+
static readonly USAGE = 2214;
|
|
2218
|
+
static readonly USE_ANTI = 2215;
|
|
2219
|
+
static readonly USE_CONCAT = 2216;
|
|
2220
|
+
static readonly USE_CUBE = 2217;
|
|
2221
|
+
static readonly USE_HASH_AGGREGATION = 2218;
|
|
2222
|
+
static readonly USE_HASH_GBY_FOR_PUSHDOWN = 2219;
|
|
2223
|
+
static readonly USE_HASH = 2220;
|
|
2224
|
+
static readonly USE_HIDDEN_PARTITIONS = 2221;
|
|
2225
|
+
static readonly USE_INVISIBLE_INDEXES = 2222;
|
|
2226
|
+
static readonly USE_MERGE_CARTESIAN = 2223;
|
|
2227
|
+
static readonly USE_MERGE = 2224;
|
|
2228
|
+
static readonly USE_NL = 2225;
|
|
2229
|
+
static readonly USE_NL_WITH_INDEX = 2226;
|
|
2230
|
+
static readonly USE_PRIVATE_OUTLINES = 2227;
|
|
2231
|
+
static readonly USER_DATA = 2228;
|
|
2232
|
+
static readonly USER_DEFINED = 2229;
|
|
2233
|
+
static readonly USERENV = 2230;
|
|
2234
|
+
static readonly USERGROUP = 2231;
|
|
2235
|
+
static readonly USER_RECYCLEBIN = 2232;
|
|
2236
|
+
static readonly USERS = 2233;
|
|
2237
|
+
static readonly USER_TABLESPACES = 2234;
|
|
2238
|
+
static readonly USER = 2235;
|
|
2239
|
+
static readonly USE_SEMI = 2236;
|
|
2240
|
+
static readonly USE_STORED_OUTLINES = 2237;
|
|
2241
|
+
static readonly USE_TTT_FOR_GSETS = 2238;
|
|
2242
|
+
static readonly USE = 2239;
|
|
2243
|
+
static readonly USE_VECTOR_AGGREGATION = 2240;
|
|
2244
|
+
static readonly USE_WEAK_NAME_RESL = 2241;
|
|
2245
|
+
static readonly USING_NO_EXPAND = 2242;
|
|
2246
|
+
static readonly USING_NLS_COMP = 2243;
|
|
2247
|
+
static readonly USING = 2244;
|
|
2248
|
+
static readonly UTF16BE = 2245;
|
|
2249
|
+
static readonly UTF16LE = 2246;
|
|
2250
|
+
static readonly UTF32 = 2247;
|
|
2251
|
+
static readonly UTF8 = 2248;
|
|
2252
|
+
static readonly V1 = 2249;
|
|
2253
|
+
static readonly V2 = 2250;
|
|
2254
|
+
static readonly VALIDATE = 2251;
|
|
2255
|
+
static readonly VALIDATE_CONVERSION = 2252;
|
|
2256
|
+
static readonly VALIDATION = 2253;
|
|
2257
|
+
static readonly VALID_TIME_END = 2254;
|
|
2258
|
+
static readonly VALUES = 2255;
|
|
2259
|
+
static readonly VALUE = 2256;
|
|
2260
|
+
static readonly VARCHAR2 = 2257;
|
|
2261
|
+
static readonly VARCHAR = 2258;
|
|
2262
|
+
static readonly VARCHARC = 2259;
|
|
2263
|
+
static readonly VARIABLE = 2260;
|
|
2264
|
+
static readonly VARRAW = 2261;
|
|
2265
|
+
static readonly VARRAWC = 2262;
|
|
2266
|
+
static readonly VAR_POP = 2263;
|
|
2267
|
+
static readonly VARRAYS = 2264;
|
|
2268
|
+
static readonly VARRAY = 2265;
|
|
2269
|
+
static readonly VAR_SAMP = 2266;
|
|
2270
|
+
static readonly VARYING = 2267;
|
|
2271
|
+
static readonly VECTOR_READ_TRACE = 2268;
|
|
2272
|
+
static readonly VECTOR_READ = 2269;
|
|
2273
|
+
static readonly VECTOR_TRANSFORM_DIMS = 2270;
|
|
2274
|
+
static readonly VECTOR_TRANSFORM_FACT = 2271;
|
|
2275
|
+
static readonly VECTOR_TRANSFORM = 2272;
|
|
2276
|
+
static readonly VERIFIER = 2273;
|
|
2277
|
+
static readonly VERIFY = 2274;
|
|
2278
|
+
static readonly VERSIONING = 2275;
|
|
2279
|
+
static readonly VERSIONS_ENDSCN = 2276;
|
|
2280
|
+
static readonly VERSIONS_ENDTIME = 2277;
|
|
2281
|
+
static readonly VERSIONS_OPERATION = 2278;
|
|
2282
|
+
static readonly VERSIONS_STARTSCN = 2279;
|
|
2283
|
+
static readonly VERSIONS_STARTTIME = 2280;
|
|
2284
|
+
static readonly VERSIONS = 2281;
|
|
2285
|
+
static readonly VERSIONS_XID = 2282;
|
|
2286
|
+
static readonly VERSION = 2283;
|
|
2287
|
+
static readonly VIEW = 2284;
|
|
2288
|
+
static readonly VIOLATION = 2285;
|
|
2289
|
+
static readonly VIRTUAL = 2286;
|
|
2290
|
+
static readonly VISIBILITY = 2287;
|
|
2291
|
+
static readonly VISIBLE = 2288;
|
|
2292
|
+
static readonly VOLUME = 2289;
|
|
2293
|
+
static readonly VSIZE = 2290;
|
|
2294
|
+
static readonly WAIT = 2291;
|
|
2295
|
+
static readonly WALLET = 2292;
|
|
2296
|
+
static readonly WARNING = 2293;
|
|
2297
|
+
static readonly WEEKS = 2294;
|
|
2298
|
+
static readonly WEEK = 2295;
|
|
2299
|
+
static readonly WELLFORMED = 2296;
|
|
2300
|
+
static readonly WHENEVER = 2297;
|
|
2301
|
+
static readonly WHEN = 2298;
|
|
2302
|
+
static readonly WHERE = 2299;
|
|
2303
|
+
static readonly WHILE = 2300;
|
|
2304
|
+
static readonly WHITESPACE = 2301;
|
|
2305
|
+
static readonly WIDTH_BUCKET = 2302;
|
|
2306
|
+
static readonly WITHIN = 2303;
|
|
2307
|
+
static readonly WITHOUT = 2304;
|
|
2308
|
+
static readonly WITH_PLSQL = 2305;
|
|
2309
|
+
static readonly WITH = 2306;
|
|
2310
|
+
static readonly WORK = 2307;
|
|
2311
|
+
static readonly WORKERID = 2308;
|
|
2312
|
+
static readonly WRAPPED = 2309;
|
|
2313
|
+
static readonly WRAPPER = 2310;
|
|
2314
|
+
static readonly WRITE = 2311;
|
|
2315
|
+
static readonly XDB_FASTPATH_INSERT = 2312;
|
|
2316
|
+
static readonly XDB = 2313;
|
|
2317
|
+
static readonly X_DYN_PRUNE = 2314;
|
|
2318
|
+
static readonly XID = 2315;
|
|
2319
|
+
static readonly XML2OBJECT = 2316;
|
|
2320
|
+
static readonly XMLAGG = 2317;
|
|
2321
|
+
static readonly XMLATTRIBUTES = 2318;
|
|
2322
|
+
static readonly XMLCAST = 2319;
|
|
2323
|
+
static readonly XMLCDATA = 2320;
|
|
2324
|
+
static readonly XMLCOLATTVAL = 2321;
|
|
2325
|
+
static readonly XMLCOMMENT = 2322;
|
|
2326
|
+
static readonly XMLCONCAT = 2323;
|
|
2327
|
+
static readonly XMLDIFF = 2324;
|
|
2328
|
+
static readonly XML_DML_RWT_STMT = 2325;
|
|
2329
|
+
static readonly XMLELEMENT = 2326;
|
|
2330
|
+
static readonly XMLEXISTS2 = 2327;
|
|
2331
|
+
static readonly XMLEXISTS = 2328;
|
|
2332
|
+
static readonly XMLFOREST = 2329;
|
|
2333
|
+
static readonly XMLINDEX = 2330;
|
|
2334
|
+
static readonly XMLINDEX_REWRITE_IN_SELECT = 2331;
|
|
2335
|
+
static readonly XMLINDEX_REWRITE = 2332;
|
|
2336
|
+
static readonly XMLINDEX_SEL_IDX_TBL = 2333;
|
|
2337
|
+
static readonly XMLISNODE = 2334;
|
|
2338
|
+
static readonly XMLISVALID = 2335;
|
|
2339
|
+
static readonly XMLNAMESPACES = 2336;
|
|
2340
|
+
static readonly XMLPARSE = 2337;
|
|
2341
|
+
static readonly XMLPATCH = 2338;
|
|
2342
|
+
static readonly XMLPI = 2339;
|
|
2343
|
+
static readonly XMLQUERYVAL = 2340;
|
|
2344
|
+
static readonly XMLQUERY = 2341;
|
|
2345
|
+
static readonly XMLROOT = 2342;
|
|
2346
|
+
static readonly XMLSCHEMA = 2343;
|
|
2347
|
+
static readonly XMLSERIALIZE = 2344;
|
|
2348
|
+
static readonly XMLTABLE = 2345;
|
|
2349
|
+
static readonly XMLTAG = 2346;
|
|
2350
|
+
static readonly XMLTRANSFORMBLOB = 2347;
|
|
2351
|
+
static readonly XMLTRANSFORM = 2348;
|
|
2352
|
+
static readonly XMLTYPE = 2349;
|
|
2353
|
+
static readonly XML = 2350;
|
|
2354
|
+
static readonly XPATHTABLE = 2351;
|
|
2355
|
+
static readonly XS_SYS_CONTEXT = 2352;
|
|
2356
|
+
static readonly XS = 2353;
|
|
2357
|
+
static readonly XTRANSPORT = 2354;
|
|
2358
|
+
static readonly YEARS = 2355;
|
|
2359
|
+
static readonly YEAR = 2356;
|
|
2360
|
+
static readonly YEAR_TO_MONTH = 2357;
|
|
2361
|
+
static readonly YES = 2358;
|
|
2362
|
+
static readonly YMINTERVAL_UNCONSTRAINED = 2359;
|
|
2363
|
+
static readonly ZONEMAP = 2360;
|
|
2364
|
+
static readonly ZONE = 2361;
|
|
2365
|
+
static readonly ZONED = 2362;
|
|
2366
|
+
static readonly PREDICTION = 2363;
|
|
2367
|
+
static readonly PREDICTION_BOUNDS = 2364;
|
|
2368
|
+
static readonly PREDICTION_COST = 2365;
|
|
2369
|
+
static readonly PREDICTION_DETAILS = 2366;
|
|
2370
|
+
static readonly PREDICTION_PROBABILITY = 2367;
|
|
2371
|
+
static readonly PREDICTION_SET = 2368;
|
|
2372
|
+
static readonly BLOCKCHAIN = 2369;
|
|
2373
|
+
static readonly COLLATE = 2370;
|
|
2374
|
+
static readonly COLLATION = 2371;
|
|
2375
|
+
static readonly DEFINITION = 2372;
|
|
2376
|
+
static readonly DUPLICATED = 2373;
|
|
2377
|
+
static readonly EXTENDED = 2374;
|
|
2378
|
+
static readonly HASHING = 2375;
|
|
2379
|
+
static readonly IDLE = 2376;
|
|
2380
|
+
static readonly IMMUTABLE = 2377;
|
|
2381
|
+
static readonly ORACLE_DATAPUMP = 2378;
|
|
2382
|
+
static readonly ORACLE_HDFS = 2379;
|
|
2383
|
+
static readonly ORACLE_HIVE = 2380;
|
|
2384
|
+
static readonly ORACLE_LOADER = 2381;
|
|
2385
|
+
static readonly SHA2_512_Q = 2382;
|
|
2386
|
+
static readonly SHARDED = 2383;
|
|
2387
|
+
static readonly V1_Q = 2384;
|
|
2388
|
+
static readonly ISOLATE = 2385;
|
|
2389
|
+
static readonly ROOT = 2386;
|
|
2390
|
+
static readonly UNITE = 2387;
|
|
2391
|
+
static readonly ALGORITHM = 2388;
|
|
2392
|
+
static readonly CUME_DIST = 2389;
|
|
2393
|
+
static readonly DENSE_RANK = 2390;
|
|
2394
|
+
static readonly LISTAGG = 2391;
|
|
2395
|
+
static readonly PERCENT_RANK = 2392;
|
|
2396
|
+
static readonly PERCENTILE_CONT = 2393;
|
|
2397
|
+
static readonly PERCENTILE_DISC = 2394;
|
|
2398
|
+
static readonly RANK = 2395;
|
|
2399
|
+
static readonly AVG = 2396;
|
|
2400
|
+
static readonly CORR = 2397;
|
|
2401
|
+
static readonly COVAR_ = 2398;
|
|
2402
|
+
static readonly DECODE = 2399;
|
|
2403
|
+
static readonly LAG = 2400;
|
|
2404
|
+
static readonly LAG_DIFF = 2401;
|
|
2405
|
+
static readonly LAG_DIFF_PERCENT = 2402;
|
|
2406
|
+
static readonly LEAD = 2403;
|
|
2407
|
+
static readonly MAX = 2404;
|
|
2408
|
+
static readonly MEDIAN = 2405;
|
|
2409
|
+
static readonly MEMOPTIMIZE = 2406;
|
|
2410
|
+
static readonly MIN = 2407;
|
|
2411
|
+
static readonly NTILE = 2408;
|
|
2412
|
+
static readonly NVL = 2409;
|
|
2413
|
+
static readonly RATIO_TO_REPORT = 2410;
|
|
2414
|
+
static readonly REGR_ = 2411;
|
|
2415
|
+
static readonly ROUND = 2412;
|
|
2416
|
+
static readonly ROW_NUMBER = 2413;
|
|
2417
|
+
static readonly SUBSTR = 2414;
|
|
2418
|
+
static readonly TO_CHAR = 2415;
|
|
2419
|
+
static readonly TRIM = 2416;
|
|
2420
|
+
static readonly SUM = 2417;
|
|
2421
|
+
static readonly STDDEV = 2418;
|
|
2422
|
+
static readonly VAR_ = 2419;
|
|
2423
|
+
static readonly VARIANCE = 2420;
|
|
2424
|
+
static readonly LEAST = 2421;
|
|
2425
|
+
static readonly GREATEST = 2422;
|
|
2426
|
+
static readonly TO_DATE = 2423;
|
|
2427
|
+
static readonly CHARSETID = 2424;
|
|
2428
|
+
static readonly CHARSETFORM = 2425;
|
|
2429
|
+
static readonly DURATION = 2426;
|
|
2430
|
+
static readonly EXTEND = 2427;
|
|
2431
|
+
static readonly MAXLEN = 2428;
|
|
2432
|
+
static readonly PERSISTABLE = 2429;
|
|
2433
|
+
static readonly POLYMORPHIC = 2430;
|
|
2434
|
+
static readonly STRUCT = 2431;
|
|
2435
|
+
static readonly TDO = 2432;
|
|
2436
|
+
static readonly WM_CONCAT = 2433;
|
|
2437
|
+
static readonly NATIONAL_CHAR_STRING_LIT = 2434;
|
|
2438
|
+
static readonly BIT_STRING_LIT = 2435;
|
|
2439
|
+
static readonly HEX_STRING_LIT = 2436;
|
|
2440
|
+
static readonly DOUBLE_PERIOD = 2437;
|
|
2441
|
+
static readonly PERIOD = 2438;
|
|
2442
|
+
static readonly UNSIGNED_INTEGER = 2439;
|
|
2443
|
+
static readonly APPROXIMATE_NUM_LIT = 2440;
|
|
2444
|
+
static readonly CHAR_STRING = 2441;
|
|
2445
|
+
static readonly DELIMITED_ID = 2442;
|
|
2446
|
+
static readonly PERCENT = 2443;
|
|
2447
|
+
static readonly AMPERSAND = 2444;
|
|
2448
|
+
static readonly LEFT_PAREN = 2445;
|
|
2449
|
+
static readonly RIGHT_PAREN = 2446;
|
|
2450
|
+
static readonly DOUBLE_ASTERISK = 2447;
|
|
2451
|
+
static readonly ASTERISK = 2448;
|
|
2452
|
+
static readonly PLUS_SIGN = 2449;
|
|
2453
|
+
static readonly MINUS_SIGN = 2450;
|
|
2454
|
+
static readonly COMMA = 2451;
|
|
2455
|
+
static readonly SOLIDUS = 2452;
|
|
2456
|
+
static readonly AT_SIGN = 2453;
|
|
2457
|
+
static readonly ASSIGN_OP = 2454;
|
|
2458
|
+
static readonly HASH_OP = 2455;
|
|
2459
|
+
static readonly LEFT_CURLY_PAREN = 2456;
|
|
2460
|
+
static readonly RIGHT_CURLY_PAREN = 2457;
|
|
2461
|
+
static readonly SQ = 2458;
|
|
2462
|
+
static readonly BINDVAR = 2459;
|
|
2463
|
+
static readonly NOT_EQUAL_OP = 2460;
|
|
2464
|
+
static readonly CARRET_OPERATOR_PART = 2461;
|
|
2465
|
+
static readonly TILDE_OPERATOR_PART = 2462;
|
|
2466
|
+
static readonly EXCLAMATION_OPERATOR_PART = 2463;
|
|
2467
|
+
static readonly GREATER_THAN_OP = 2464;
|
|
2468
|
+
static readonly LESS_THAN_OP = 2465;
|
|
2469
|
+
static readonly COLON = 2466;
|
|
2470
|
+
static readonly SEMICOLON = 2467;
|
|
2471
|
+
static readonly BAR = 2468;
|
|
2472
|
+
static readonly EQUALS_OP = 2469;
|
|
2473
|
+
static readonly LEFT_BRACKET = 2470;
|
|
2474
|
+
static readonly RIGHT_BRACKET = 2471;
|
|
2475
|
+
static readonly INTRODUCER = 2472;
|
|
2476
|
+
static readonly SINGLE_LINE_COMMENT = 2473;
|
|
2477
|
+
static readonly MULTI_LINE_COMMENT = 2474;
|
|
2478
|
+
static readonly REMARK_COMMENT = 2475;
|
|
2479
|
+
static readonly PROMPT_MESSAGE = 2476;
|
|
2480
|
+
static readonly START_CMD = 2477;
|
|
2481
|
+
static readonly REGULAR_ID = 2478;
|
|
2482
|
+
static readonly INQUIRY_DIRECTIVE = 2479;
|
|
2483
|
+
static readonly SPACES = 2480;
|
|
2484
|
+
static readonly channelNames: string[];
|
|
2485
|
+
static readonly literalNames: (string | null)[];
|
|
2486
|
+
static readonly symbolicNames: (string | null)[];
|
|
2487
|
+
static readonly modeNames: string[];
|
|
2488
|
+
static readonly ruleNames: string[];
|
|
2489
|
+
constructor(input: antlr.CharStream);
|
|
2490
|
+
get grammarFileName(): string;
|
|
2491
|
+
get literalNames(): (string | null)[];
|
|
2492
|
+
get symbolicNames(): (string | null)[];
|
|
2493
|
+
get ruleNames(): string[];
|
|
2494
|
+
get serializedATN(): number[];
|
|
2495
|
+
get channelNames(): string[];
|
|
2496
|
+
get modeNames(): string[];
|
|
2497
|
+
sempred(localContext: antlr.ParserRuleContext | null, ruleIndex: number, predIndex: number): boolean;
|
|
2498
|
+
private REMARK_COMMENT_sempred;
|
|
2499
|
+
private PROMPT_MESSAGE_sempred;
|
|
2500
|
+
static readonly _serializedATN: number[];
|
|
2501
|
+
private static __ATN;
|
|
2502
|
+
static get _ATN(): antlr.ATN;
|
|
2503
|
+
private static readonly vocabulary;
|
|
2504
|
+
get vocabulary(): antlr.Vocabulary;
|
|
2505
|
+
private static readonly decisionsToDFA;
|
|
2506
|
+
}
|
|
2507
|
+
//# sourceMappingURL=PlSqlLexer.d.ts.map
|