File tree Expand file tree Collapse file tree 1 file changed +46
-2
lines changed Expand file tree Collapse file tree 1 file changed +46
-2
lines changed Original file line number Diff line number Diff line change @@ -263,21 +263,33 @@ public SqlString Render(IList args, ISessionFactoryImplementor factory)
263
263
"avg" ,
264
264
"base_name" ,
265
265
"before" ,
266
+ "bit_length" ,
266
267
"blob sub_type 1" ,
268
+ "boolean" ,
267
269
"break" ,
268
270
"cache" ,
269
271
"cascade" ,
272
+ "char_length" ,
273
+ "character_length" ,
270
274
"check_point_length" ,
271
275
"coalesce" ,
276
+ "comment" ,
272
277
"committed" ,
273
278
"computed" ,
274
279
"conditional" ,
275
280
"connection_id" ,
276
281
"containing" ,
282
+ "corr" ,
277
283
"count" ,
284
+ "covar_pop" ,
285
+ "covar_samp" ,
278
286
"cstring" ,
287
+ "current_connection" ,
288
+ "current_transaction" ,
279
289
"database" ,
280
290
"debug" ,
291
+ "decfloat" ,
292
+ "deleting" ,
281
293
"desc" ,
282
294
"descending" ,
283
295
"descriptor" ,
@@ -296,6 +308,8 @@ public SqlString Render(IList args, ISessionFactoryImplementor factory)
296
308
"inactive" ,
297
309
"index" ,
298
310
"input_type" ,
311
+ "inserting" ,
312
+ "int128" ,
299
313
"isolation" ,
300
314
"key" ,
301
315
"last" ,
@@ -305,6 +319,7 @@ public SqlString Render(IList args, ISessionFactoryImplementor factory)
305
319
"log_buffer_size" ,
306
320
"logfile" ,
307
321
"long" ,
322
+ "lower" ,
308
323
"manual" ,
309
324
"max" ,
310
325
"maximum_segment" ,
@@ -315,29 +330,50 @@ public SqlString Render(IList args, ISessionFactoryImplementor factory)
315
330
"nullif" ,
316
331
"nulls" ,
317
332
"num_log_buffers" ,
333
+ "octet_length" ,
334
+ "offset" ,
318
335
"option" ,
319
336
"output_type" ,
320
337
"overflow" ,
321
- "page" ,
322
338
"page_size" ,
339
+ "page" ,
323
340
"pages" ,
324
341
"password" ,
325
342
"plan" ,
326
343
"position" ,
327
344
"post_event" ,
328
345
"privileges" ,
329
346
"protected" ,
347
+ "publication" ,
330
348
"raw_partitions" ,
331
349
"rdb$db_key" ,
350
+ "rdb$error" ,
351
+ "rdb$get_context" ,
352
+ "rdb$get_transaction_cn" ,
353
+ "rdb$record_version" ,
354
+ "rdb$role_in_use" ,
355
+ "rdb$set_context" ,
356
+ "rdb$system_privilege" ,
332
357
"read" ,
333
358
"record_version" ,
334
359
"recreate" ,
360
+ "regr_avgx" ,
361
+ "regr_avgy" ,
362
+ "regr_count" ,
363
+ "regr_intercept" ,
364
+ "regr_r2" ,
365
+ "regr_slope" ,
366
+ "regr_sxx" ,
367
+ "regr_sxy" ,
368
+ "regr_syy" ,
335
369
"reserv" ,
336
370
"reserving" ,
371
+ "resetting" ,
337
372
"restrict" ,
338
373
"retain" ,
339
374
"returning_values" ,
340
375
"role" ,
376
+ "row_count" ,
341
377
"rows_affected" ,
342
378
"schema" ,
343
379
"segment" ,
@@ -353,15 +389,23 @@ public SqlString Render(IList args, ISessionFactoryImplementor factory)
353
389
"starting" ,
354
390
"starts" ,
355
391
"statistics" ,
392
+ "stddev_pop" ,
393
+ "stddev_samp" ,
356
394
"sub_type" ,
357
395
"substring" ,
358
396
"sum" ,
359
397
"suspend" ,
360
- "transaction" ,
361
398
"transaction_id" ,
399
+ "transaction" ,
400
+ "trim" ,
362
401
"type" ,
402
+ "unbounded" ,
363
403
"uncommitted" ,
404
+ "updating" ,
364
405
"upper" ,
406
+ "var_pop" ,
407
+ "var_samp" ,
408
+ "varbinary" ,
365
409
"variable" ,
366
410
"view" ,
367
411
"wait" ,
You can’t perform that action at this time.
0 commit comments