@pgsql/utils 17.5.1 → 17.6.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/README.md +50 -79
- package/asts.d.ts +271 -813
- package/asts.js +272 -1627
- package/esm/asts.js +272 -1627
- package/esm/index.js +8 -3
- package/esm/runtime-schema.ts.js +11404 -0
- package/esm/wrapped.js +3031 -0
- package/index.d.ts +1095 -3
- package/index.js +8 -16
- package/package.json +5 -4
- package/runtime-schema.ts.d.ts +18 -0
- package/runtime-schema.ts.js +11407 -0
- package/wrapped.d.ts +817 -0
- package/wrapped.js +3036 -0
- package/esm/utils.js +0 -3917
- package/utils.d.ts +0 -7
- package/utils.js +0 -3921
package/asts.d.ts
CHANGED
|
@@ -1,817 +1,275 @@
|
|
|
1
1
|
import { ParseResult, ScanResult, Integer, Float, Boolean, String, BitString, List, OidList, IntList, A_Const, Alias, RangeVar, TableFunc, IntoClause, Var, Param, Aggref, GroupingFunc, WindowFunc, WindowFuncRunCondition, MergeSupportFunc, SubscriptingRef, FuncExpr, NamedArgExpr, OpExpr, DistinctExpr, NullIfExpr, ScalarArrayOpExpr, BoolExpr, SubLink, SubPlan, AlternativeSubPlan, FieldSelect, FieldStore, RelabelType, CoerceViaIO, ArrayCoerceExpr, ConvertRowtypeExpr, CollateExpr, CaseExpr, CaseWhen, CaseTestExpr, ArrayExpr, RowExpr, RowCompareExpr, CoalesceExpr, MinMaxExpr, SQLValueFunction, XmlExpr, JsonFormat, JsonReturning, JsonValueExpr, JsonConstructorExpr, JsonIsPredicate, JsonBehavior, JsonExpr, JsonTablePath, JsonTablePathScan, JsonTableSiblingJoin, NullTest, BooleanTest, MergeAction, CoerceToDomain, CoerceToDomainValue, SetToDefault, CurrentOfExpr, NextValueExpr, InferenceElem, TargetEntry, RangeTblRef, JoinExpr, FromExpr, OnConflictExpr, Query, TypeName, ColumnRef, ParamRef, A_Expr, TypeCast, CollateClause, RoleSpec, FuncCall, A_Star, A_Indices, A_Indirection, A_ArrayExpr, ResTarget, MultiAssignRef, SortBy, WindowDef, RangeSubselect, RangeFunction, RangeTableFunc, RangeTableFuncCol, RangeTableSample, ColumnDef, TableLikeClause, IndexElem, DefElem, LockingClause, XmlSerialize, PartitionElem, PartitionSpec, PartitionBoundSpec, PartitionRangeDatum, SinglePartitionSpec, PartitionCmd, RangeTblEntry, RTEPermissionInfo, RangeTblFunction, TableSampleClause, WithCheckOption, SortGroupClause, GroupingSet, WindowClause, RowMarkClause, WithClause, InferClause, OnConflictClause, CTESearchClause, CTECycleClause, CommonTableExpr, MergeWhenClause, TriggerTransition, JsonOutput, JsonArgument, JsonFuncExpr, JsonTablePathSpec, JsonTable, JsonTableColumn, JsonKeyValue, JsonParseExpr, JsonScalarExpr, JsonSerializeExpr, JsonObjectConstructor, JsonArrayConstructor, JsonArrayQueryConstructor, JsonAggConstructor, JsonObjectAgg, JsonArrayAgg, RawStmt, InsertStmt, DeleteStmt, UpdateStmt, MergeStmt, SelectStmt, SetOperationStmt, ReturnStmt, PLAssignStmt, CreateSchemaStmt, AlterTableStmt, ReplicaIdentityStmt, AlterTableCmd, AlterCollationStmt, AlterDomainStmt, GrantStmt, ObjectWithArgs, AccessPriv, GrantRoleStmt, AlterDefaultPrivilegesStmt, CopyStmt, VariableSetStmt, VariableShowStmt, CreateStmt, Constraint, CreateTableSpaceStmt, DropTableSpaceStmt, AlterTableSpaceOptionsStmt, AlterTableMoveAllStmt, CreateExtensionStmt, AlterExtensionStmt, AlterExtensionContentsStmt, CreateFdwStmt, AlterFdwStmt, CreateForeignServerStmt, AlterForeignServerStmt, CreateForeignTableStmt, CreateUserMappingStmt, AlterUserMappingStmt, DropUserMappingStmt, ImportForeignSchemaStmt, CreatePolicyStmt, AlterPolicyStmt, CreateAmStmt, CreateTrigStmt, CreateEventTrigStmt, AlterEventTrigStmt, CreatePLangStmt, CreateRoleStmt, AlterRoleStmt, AlterRoleSetStmt, DropRoleStmt, CreateSeqStmt, AlterSeqStmt, DefineStmt, CreateDomainStmt, CreateOpClassStmt, CreateOpClassItem, CreateOpFamilyStmt, AlterOpFamilyStmt, DropStmt, TruncateStmt, CommentStmt, SecLabelStmt, DeclareCursorStmt, ClosePortalStmt, FetchStmt, IndexStmt, CreateStatsStmt, StatsElem, AlterStatsStmt, CreateFunctionStmt, FunctionParameter, AlterFunctionStmt, DoStmt, InlineCodeBlock, CallStmt, CallContext, RenameStmt, AlterObjectDependsStmt, AlterObjectSchemaStmt, AlterOwnerStmt, AlterOperatorStmt, AlterTypeStmt, RuleStmt, NotifyStmt, ListenStmt, UnlistenStmt, TransactionStmt, CompositeTypeStmt, CreateEnumStmt, CreateRangeStmt, AlterEnumStmt, ViewStmt, LoadStmt, CreatedbStmt, AlterDatabaseStmt, AlterDatabaseRefreshCollStmt, AlterDatabaseSetStmt, DropdbStmt, AlterSystemStmt, ClusterStmt, VacuumStmt, VacuumRelation, ExplainStmt, CreateTableAsStmt, RefreshMatViewStmt, CheckPointStmt, DiscardStmt, LockStmt, ConstraintsSetStmt, ReindexStmt, CreateConversionStmt, CreateCastStmt, CreateTransformStmt, PrepareStmt, ExecuteStmt, DeallocateStmt, DropOwnedStmt, ReassignOwnedStmt, AlterTSDictionaryStmt, AlterTSConfigurationStmt, PublicationTable, PublicationObjSpec, CreatePublicationStmt, AlterPublicationStmt, CreateSubscriptionStmt, AlterSubscriptionStmt, DropSubscriptionStmt, ScanToken } from "@pgsql/types";
|
|
2
2
|
declare const _default: {
|
|
3
|
-
parseResult(_p?: ParseResult
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
|
|
18
|
-
|
|
19
|
-
|
|
20
|
-
|
|
21
|
-
|
|
22
|
-
|
|
23
|
-
|
|
24
|
-
|
|
25
|
-
|
|
26
|
-
|
|
27
|
-
|
|
28
|
-
|
|
29
|
-
|
|
30
|
-
|
|
31
|
-
|
|
32
|
-
|
|
33
|
-
|
|
34
|
-
|
|
35
|
-
|
|
36
|
-
|
|
37
|
-
|
|
38
|
-
|
|
39
|
-
|
|
40
|
-
|
|
41
|
-
|
|
42
|
-
|
|
43
|
-
|
|
44
|
-
|
|
45
|
-
|
|
46
|
-
|
|
47
|
-
|
|
48
|
-
|
|
49
|
-
|
|
50
|
-
|
|
51
|
-
|
|
52
|
-
|
|
53
|
-
|
|
54
|
-
|
|
55
|
-
|
|
56
|
-
|
|
57
|
-
|
|
58
|
-
|
|
59
|
-
|
|
60
|
-
|
|
61
|
-
|
|
62
|
-
|
|
63
|
-
|
|
64
|
-
|
|
65
|
-
|
|
66
|
-
|
|
67
|
-
|
|
68
|
-
|
|
69
|
-
|
|
70
|
-
|
|
71
|
-
|
|
72
|
-
|
|
73
|
-
|
|
74
|
-
|
|
75
|
-
|
|
76
|
-
|
|
77
|
-
|
|
78
|
-
|
|
79
|
-
|
|
80
|
-
|
|
81
|
-
|
|
82
|
-
|
|
83
|
-
|
|
84
|
-
|
|
85
|
-
|
|
86
|
-
|
|
87
|
-
|
|
88
|
-
|
|
89
|
-
|
|
90
|
-
|
|
91
|
-
|
|
92
|
-
|
|
93
|
-
|
|
94
|
-
|
|
95
|
-
|
|
96
|
-
|
|
97
|
-
|
|
98
|
-
|
|
99
|
-
|
|
100
|
-
|
|
101
|
-
|
|
102
|
-
|
|
103
|
-
|
|
104
|
-
|
|
105
|
-
|
|
106
|
-
|
|
107
|
-
|
|
108
|
-
|
|
109
|
-
|
|
110
|
-
|
|
111
|
-
|
|
112
|
-
|
|
113
|
-
|
|
114
|
-
|
|
115
|
-
|
|
116
|
-
|
|
117
|
-
|
|
118
|
-
|
|
119
|
-
|
|
120
|
-
|
|
121
|
-
|
|
122
|
-
|
|
123
|
-
|
|
124
|
-
|
|
125
|
-
|
|
126
|
-
|
|
127
|
-
|
|
128
|
-
|
|
129
|
-
|
|
130
|
-
|
|
131
|
-
|
|
132
|
-
|
|
133
|
-
|
|
134
|
-
|
|
135
|
-
|
|
136
|
-
|
|
137
|
-
|
|
138
|
-
|
|
139
|
-
|
|
140
|
-
|
|
141
|
-
|
|
142
|
-
|
|
143
|
-
|
|
144
|
-
|
|
145
|
-
|
|
146
|
-
|
|
147
|
-
|
|
148
|
-
|
|
149
|
-
|
|
150
|
-
|
|
151
|
-
|
|
152
|
-
|
|
153
|
-
|
|
154
|
-
|
|
155
|
-
|
|
156
|
-
|
|
157
|
-
|
|
158
|
-
|
|
159
|
-
|
|
160
|
-
|
|
161
|
-
|
|
162
|
-
|
|
163
|
-
|
|
164
|
-
|
|
165
|
-
|
|
166
|
-
|
|
167
|
-
|
|
168
|
-
|
|
169
|
-
|
|
170
|
-
|
|
171
|
-
|
|
172
|
-
|
|
173
|
-
|
|
174
|
-
|
|
175
|
-
|
|
176
|
-
|
|
177
|
-
|
|
178
|
-
|
|
179
|
-
|
|
180
|
-
|
|
181
|
-
|
|
182
|
-
|
|
183
|
-
|
|
184
|
-
|
|
185
|
-
|
|
186
|
-
|
|
187
|
-
|
|
188
|
-
|
|
189
|
-
|
|
190
|
-
|
|
191
|
-
|
|
192
|
-
|
|
193
|
-
|
|
194
|
-
|
|
195
|
-
|
|
196
|
-
|
|
197
|
-
|
|
198
|
-
|
|
199
|
-
|
|
200
|
-
|
|
201
|
-
|
|
202
|
-
|
|
203
|
-
|
|
204
|
-
|
|
205
|
-
|
|
206
|
-
|
|
207
|
-
|
|
208
|
-
|
|
209
|
-
|
|
210
|
-
|
|
211
|
-
|
|
212
|
-
|
|
213
|
-
|
|
214
|
-
|
|
215
|
-
|
|
216
|
-
|
|
217
|
-
|
|
218
|
-
|
|
219
|
-
|
|
220
|
-
|
|
221
|
-
|
|
222
|
-
|
|
223
|
-
|
|
224
|
-
|
|
225
|
-
|
|
226
|
-
|
|
227
|
-
|
|
228
|
-
|
|
229
|
-
|
|
230
|
-
|
|
231
|
-
|
|
232
|
-
|
|
233
|
-
|
|
234
|
-
|
|
235
|
-
|
|
236
|
-
|
|
237
|
-
|
|
238
|
-
|
|
239
|
-
|
|
240
|
-
|
|
241
|
-
|
|
242
|
-
|
|
243
|
-
|
|
244
|
-
|
|
245
|
-
|
|
246
|
-
|
|
247
|
-
|
|
248
|
-
|
|
249
|
-
|
|
250
|
-
|
|
251
|
-
|
|
252
|
-
|
|
253
|
-
|
|
254
|
-
|
|
255
|
-
|
|
256
|
-
|
|
257
|
-
|
|
258
|
-
|
|
259
|
-
|
|
260
|
-
|
|
261
|
-
|
|
262
|
-
|
|
263
|
-
|
|
264
|
-
|
|
265
|
-
|
|
266
|
-
|
|
267
|
-
|
|
268
|
-
|
|
269
|
-
|
|
270
|
-
|
|
271
|
-
|
|
272
|
-
|
|
273
|
-
|
|
274
|
-
WindowDef: WindowDef;
|
|
275
|
-
};
|
|
276
|
-
rangeSubselect(_p?: RangeSubselect, isNode?: boolean): RangeSubselect | {
|
|
277
|
-
RangeSubselect: RangeSubselect;
|
|
278
|
-
};
|
|
279
|
-
rangeFunction(_p?: RangeFunction, isNode?: boolean): RangeFunction | {
|
|
280
|
-
RangeFunction: RangeFunction;
|
|
281
|
-
};
|
|
282
|
-
rangeTableFunc(_p?: RangeTableFunc, isNode?: boolean): RangeTableFunc | {
|
|
283
|
-
RangeTableFunc: RangeTableFunc;
|
|
284
|
-
};
|
|
285
|
-
rangeTableFuncCol(_p?: RangeTableFuncCol, isNode?: boolean): RangeTableFuncCol | {
|
|
286
|
-
RangeTableFuncCol: RangeTableFuncCol;
|
|
287
|
-
};
|
|
288
|
-
rangeTableSample(_p?: RangeTableSample, isNode?: boolean): RangeTableSample | {
|
|
289
|
-
RangeTableSample: RangeTableSample;
|
|
290
|
-
};
|
|
291
|
-
columnDef(_p?: ColumnDef, isNode?: boolean): ColumnDef | {
|
|
292
|
-
ColumnDef: ColumnDef;
|
|
293
|
-
};
|
|
294
|
-
tableLikeClause(_p?: TableLikeClause, isNode?: boolean): TableLikeClause | {
|
|
295
|
-
TableLikeClause: TableLikeClause;
|
|
296
|
-
};
|
|
297
|
-
indexElem(_p?: IndexElem, isNode?: boolean): IndexElem | {
|
|
298
|
-
IndexElem: IndexElem;
|
|
299
|
-
};
|
|
300
|
-
defElem(_p?: DefElem, isNode?: boolean): DefElem | {
|
|
301
|
-
DefElem: DefElem;
|
|
302
|
-
};
|
|
303
|
-
lockingClause(_p?: LockingClause, isNode?: boolean): LockingClause | {
|
|
304
|
-
LockingClause: LockingClause;
|
|
305
|
-
};
|
|
306
|
-
xmlSerialize(_p?: XmlSerialize, isNode?: boolean): XmlSerialize | {
|
|
307
|
-
XmlSerialize: XmlSerialize;
|
|
308
|
-
};
|
|
309
|
-
partitionElem(_p?: PartitionElem, isNode?: boolean): PartitionElem | {
|
|
310
|
-
PartitionElem: PartitionElem;
|
|
311
|
-
};
|
|
312
|
-
partitionSpec(_p?: PartitionSpec, isNode?: boolean): PartitionSpec | {
|
|
313
|
-
PartitionSpec: PartitionSpec;
|
|
314
|
-
};
|
|
315
|
-
partitionBoundSpec(_p?: PartitionBoundSpec, isNode?: boolean): PartitionBoundSpec | {
|
|
316
|
-
PartitionBoundSpec: PartitionBoundSpec;
|
|
317
|
-
};
|
|
318
|
-
partitionRangeDatum(_p?: PartitionRangeDatum, isNode?: boolean): PartitionRangeDatum | {
|
|
319
|
-
PartitionRangeDatum: PartitionRangeDatum;
|
|
320
|
-
};
|
|
321
|
-
singlePartitionSpec(_p?: SinglePartitionSpec, isNode?: boolean): SinglePartitionSpec | {
|
|
322
|
-
SinglePartitionSpec: SinglePartitionSpec;
|
|
323
|
-
};
|
|
324
|
-
partitionCmd(_p?: PartitionCmd, isNode?: boolean): PartitionCmd | {
|
|
325
|
-
PartitionCmd: PartitionCmd;
|
|
326
|
-
};
|
|
327
|
-
rangeTblEntry(_p?: RangeTblEntry, isNode?: boolean): RangeTblEntry | {
|
|
328
|
-
RangeTblEntry: RangeTblEntry;
|
|
329
|
-
};
|
|
330
|
-
rtePermissionInfo(_p?: RTEPermissionInfo, isNode?: boolean): RTEPermissionInfo | {
|
|
331
|
-
RTEPermissionInfo: RTEPermissionInfo;
|
|
332
|
-
};
|
|
333
|
-
rangeTblFunction(_p?: RangeTblFunction, isNode?: boolean): RangeTblFunction | {
|
|
334
|
-
RangeTblFunction: RangeTblFunction;
|
|
335
|
-
};
|
|
336
|
-
tableSampleClause(_p?: TableSampleClause, isNode?: boolean): TableSampleClause | {
|
|
337
|
-
TableSampleClause: TableSampleClause;
|
|
338
|
-
};
|
|
339
|
-
withCheckOption(_p?: WithCheckOption, isNode?: boolean): WithCheckOption | {
|
|
340
|
-
WithCheckOption: WithCheckOption;
|
|
341
|
-
};
|
|
342
|
-
sortGroupClause(_p?: SortGroupClause, isNode?: boolean): SortGroupClause | {
|
|
343
|
-
SortGroupClause: SortGroupClause;
|
|
344
|
-
};
|
|
345
|
-
groupingSet(_p?: GroupingSet, isNode?: boolean): GroupingSet | {
|
|
346
|
-
GroupingSet: GroupingSet;
|
|
347
|
-
};
|
|
348
|
-
windowClause(_p?: WindowClause, isNode?: boolean): WindowClause | {
|
|
349
|
-
WindowClause: WindowClause;
|
|
350
|
-
};
|
|
351
|
-
rowMarkClause(_p?: RowMarkClause, isNode?: boolean): RowMarkClause | {
|
|
352
|
-
RowMarkClause: RowMarkClause;
|
|
353
|
-
};
|
|
354
|
-
withClause(_p?: WithClause, isNode?: boolean): WithClause | {
|
|
355
|
-
WithClause: WithClause;
|
|
356
|
-
};
|
|
357
|
-
inferClause(_p?: InferClause, isNode?: boolean): InferClause | {
|
|
358
|
-
InferClause: InferClause;
|
|
359
|
-
};
|
|
360
|
-
onConflictClause(_p?: OnConflictClause, isNode?: boolean): OnConflictClause | {
|
|
361
|
-
OnConflictClause: OnConflictClause;
|
|
362
|
-
};
|
|
363
|
-
cteSearchClause(_p?: CTESearchClause, isNode?: boolean): CTESearchClause | {
|
|
364
|
-
CTESearchClause: CTESearchClause;
|
|
365
|
-
};
|
|
366
|
-
cteCycleClause(_p?: CTECycleClause, isNode?: boolean): CTECycleClause | {
|
|
367
|
-
CTECycleClause: CTECycleClause;
|
|
368
|
-
};
|
|
369
|
-
commonTableExpr(_p?: CommonTableExpr, isNode?: boolean): CommonTableExpr | {
|
|
370
|
-
CommonTableExpr: CommonTableExpr;
|
|
371
|
-
};
|
|
372
|
-
mergeWhenClause(_p?: MergeWhenClause, isNode?: boolean): MergeWhenClause | {
|
|
373
|
-
MergeWhenClause: MergeWhenClause;
|
|
374
|
-
};
|
|
375
|
-
triggerTransition(_p?: TriggerTransition, isNode?: boolean): TriggerTransition | {
|
|
376
|
-
TriggerTransition: TriggerTransition;
|
|
377
|
-
};
|
|
378
|
-
jsonOutput(_p?: JsonOutput, isNode?: boolean): JsonOutput | {
|
|
379
|
-
JsonOutput: JsonOutput;
|
|
380
|
-
};
|
|
381
|
-
jsonArgument(_p?: JsonArgument, isNode?: boolean): JsonArgument | {
|
|
382
|
-
JsonArgument: JsonArgument;
|
|
383
|
-
};
|
|
384
|
-
jsonFuncExpr(_p?: JsonFuncExpr, isNode?: boolean): JsonFuncExpr | {
|
|
385
|
-
JsonFuncExpr: JsonFuncExpr;
|
|
386
|
-
};
|
|
387
|
-
jsonTablePathSpec(_p?: JsonTablePathSpec, isNode?: boolean): JsonTablePathSpec | {
|
|
388
|
-
JsonTablePathSpec: JsonTablePathSpec;
|
|
389
|
-
};
|
|
390
|
-
jsonTable(_p?: JsonTable, isNode?: boolean): JsonTable | {
|
|
391
|
-
JsonTable: JsonTable;
|
|
392
|
-
};
|
|
393
|
-
jsonTableColumn(_p?: JsonTableColumn, isNode?: boolean): JsonTableColumn | {
|
|
394
|
-
JsonTableColumn: JsonTableColumn;
|
|
395
|
-
};
|
|
396
|
-
jsonKeyValue(_p?: JsonKeyValue, isNode?: boolean): JsonKeyValue | {
|
|
397
|
-
JsonKeyValue: JsonKeyValue;
|
|
398
|
-
};
|
|
399
|
-
jsonParseExpr(_p?: JsonParseExpr, isNode?: boolean): JsonParseExpr | {
|
|
400
|
-
JsonParseExpr: JsonParseExpr;
|
|
401
|
-
};
|
|
402
|
-
jsonScalarExpr(_p?: JsonScalarExpr, isNode?: boolean): JsonScalarExpr | {
|
|
403
|
-
JsonScalarExpr: JsonScalarExpr;
|
|
404
|
-
};
|
|
405
|
-
jsonSerializeExpr(_p?: JsonSerializeExpr, isNode?: boolean): JsonSerializeExpr | {
|
|
406
|
-
JsonSerializeExpr: JsonSerializeExpr;
|
|
407
|
-
};
|
|
408
|
-
jsonObjectConstructor(_p?: JsonObjectConstructor, isNode?: boolean): JsonObjectConstructor | {
|
|
409
|
-
JsonObjectConstructor: JsonObjectConstructor;
|
|
410
|
-
};
|
|
411
|
-
jsonArrayConstructor(_p?: JsonArrayConstructor, isNode?: boolean): JsonArrayConstructor | {
|
|
412
|
-
JsonArrayConstructor: JsonArrayConstructor;
|
|
413
|
-
};
|
|
414
|
-
jsonArrayQueryConstructor(_p?: JsonArrayQueryConstructor, isNode?: boolean): JsonArrayQueryConstructor | {
|
|
415
|
-
JsonArrayQueryConstructor: JsonArrayQueryConstructor;
|
|
416
|
-
};
|
|
417
|
-
jsonAggConstructor(_p?: JsonAggConstructor, isNode?: boolean): JsonAggConstructor | {
|
|
418
|
-
JsonAggConstructor: JsonAggConstructor;
|
|
419
|
-
};
|
|
420
|
-
jsonObjectAgg(_p?: JsonObjectAgg, isNode?: boolean): JsonObjectAgg | {
|
|
421
|
-
JsonObjectAgg: JsonObjectAgg;
|
|
422
|
-
};
|
|
423
|
-
jsonArrayAgg(_p?: JsonArrayAgg, isNode?: boolean): JsonArrayAgg | {
|
|
424
|
-
JsonArrayAgg: JsonArrayAgg;
|
|
425
|
-
};
|
|
426
|
-
rawStmt(_p?: RawStmt, isNode?: boolean): RawStmt | {
|
|
427
|
-
RawStmt: RawStmt;
|
|
428
|
-
};
|
|
429
|
-
insertStmt(_p?: InsertStmt, isNode?: boolean): InsertStmt | {
|
|
430
|
-
InsertStmt: InsertStmt;
|
|
431
|
-
};
|
|
432
|
-
deleteStmt(_p?: DeleteStmt, isNode?: boolean): DeleteStmt | {
|
|
433
|
-
DeleteStmt: DeleteStmt;
|
|
434
|
-
};
|
|
435
|
-
updateStmt(_p?: UpdateStmt, isNode?: boolean): UpdateStmt | {
|
|
436
|
-
UpdateStmt: UpdateStmt;
|
|
437
|
-
};
|
|
438
|
-
mergeStmt(_p?: MergeStmt, isNode?: boolean): MergeStmt | {
|
|
439
|
-
MergeStmt: MergeStmt;
|
|
440
|
-
};
|
|
441
|
-
selectStmt(_p?: SelectStmt, isNode?: boolean): SelectStmt | {
|
|
442
|
-
SelectStmt: SelectStmt;
|
|
443
|
-
};
|
|
444
|
-
setOperationStmt(_p?: SetOperationStmt, isNode?: boolean): SetOperationStmt | {
|
|
445
|
-
SetOperationStmt: SetOperationStmt;
|
|
446
|
-
};
|
|
447
|
-
returnStmt(_p?: ReturnStmt, isNode?: boolean): ReturnStmt | {
|
|
448
|
-
ReturnStmt: ReturnStmt;
|
|
449
|
-
};
|
|
450
|
-
plAssignStmt(_p?: PLAssignStmt, isNode?: boolean): PLAssignStmt | {
|
|
451
|
-
PLAssignStmt: PLAssignStmt;
|
|
452
|
-
};
|
|
453
|
-
createSchemaStmt(_p?: CreateSchemaStmt, isNode?: boolean): CreateSchemaStmt | {
|
|
454
|
-
CreateSchemaStmt: CreateSchemaStmt;
|
|
455
|
-
};
|
|
456
|
-
alterTableStmt(_p?: AlterTableStmt, isNode?: boolean): AlterTableStmt | {
|
|
457
|
-
AlterTableStmt: AlterTableStmt;
|
|
458
|
-
};
|
|
459
|
-
replicaIdentityStmt(_p?: ReplicaIdentityStmt, isNode?: boolean): ReplicaIdentityStmt | {
|
|
460
|
-
ReplicaIdentityStmt: ReplicaIdentityStmt;
|
|
461
|
-
};
|
|
462
|
-
alterTableCmd(_p?: AlterTableCmd, isNode?: boolean): AlterTableCmd | {
|
|
463
|
-
AlterTableCmd: AlterTableCmd;
|
|
464
|
-
};
|
|
465
|
-
alterCollationStmt(_p?: AlterCollationStmt, isNode?: boolean): AlterCollationStmt | {
|
|
466
|
-
AlterCollationStmt: AlterCollationStmt;
|
|
467
|
-
};
|
|
468
|
-
alterDomainStmt(_p?: AlterDomainStmt, isNode?: boolean): AlterDomainStmt | {
|
|
469
|
-
AlterDomainStmt: AlterDomainStmt;
|
|
470
|
-
};
|
|
471
|
-
grantStmt(_p?: GrantStmt, isNode?: boolean): GrantStmt | {
|
|
472
|
-
GrantStmt: GrantStmt;
|
|
473
|
-
};
|
|
474
|
-
objectWithArgs(_p?: ObjectWithArgs, isNode?: boolean): ObjectWithArgs | {
|
|
475
|
-
ObjectWithArgs: ObjectWithArgs;
|
|
476
|
-
};
|
|
477
|
-
accessPriv(_p?: AccessPriv, isNode?: boolean): AccessPriv | {
|
|
478
|
-
AccessPriv: AccessPriv;
|
|
479
|
-
};
|
|
480
|
-
grantRoleStmt(_p?: GrantRoleStmt, isNode?: boolean): GrantRoleStmt | {
|
|
481
|
-
GrantRoleStmt: GrantRoleStmt;
|
|
482
|
-
};
|
|
483
|
-
alterDefaultPrivilegesStmt(_p?: AlterDefaultPrivilegesStmt, isNode?: boolean): AlterDefaultPrivilegesStmt | {
|
|
484
|
-
AlterDefaultPrivilegesStmt: AlterDefaultPrivilegesStmt;
|
|
485
|
-
};
|
|
486
|
-
copyStmt(_p?: CopyStmt, isNode?: boolean): CopyStmt | {
|
|
487
|
-
CopyStmt: CopyStmt;
|
|
488
|
-
};
|
|
489
|
-
variableSetStmt(_p?: VariableSetStmt, isNode?: boolean): VariableSetStmt | {
|
|
490
|
-
VariableSetStmt: VariableSetStmt;
|
|
491
|
-
};
|
|
492
|
-
variableShowStmt(_p?: VariableShowStmt, isNode?: boolean): VariableShowStmt | {
|
|
493
|
-
VariableShowStmt: VariableShowStmt;
|
|
494
|
-
};
|
|
495
|
-
createStmt(_p?: CreateStmt, isNode?: boolean): CreateStmt | {
|
|
496
|
-
CreateStmt: CreateStmt;
|
|
497
|
-
};
|
|
498
|
-
constraint(_p?: Constraint, isNode?: boolean): Constraint | {
|
|
499
|
-
Constraint: Constraint;
|
|
500
|
-
};
|
|
501
|
-
createTableSpaceStmt(_p?: CreateTableSpaceStmt, isNode?: boolean): CreateTableSpaceStmt | {
|
|
502
|
-
CreateTableSpaceStmt: CreateTableSpaceStmt;
|
|
503
|
-
};
|
|
504
|
-
dropTableSpaceStmt(_p?: DropTableSpaceStmt, isNode?: boolean): DropTableSpaceStmt | {
|
|
505
|
-
DropTableSpaceStmt: DropTableSpaceStmt;
|
|
506
|
-
};
|
|
507
|
-
alterTableSpaceOptionsStmt(_p?: AlterTableSpaceOptionsStmt, isNode?: boolean): AlterTableSpaceOptionsStmt | {
|
|
508
|
-
AlterTableSpaceOptionsStmt: AlterTableSpaceOptionsStmt;
|
|
509
|
-
};
|
|
510
|
-
alterTableMoveAllStmt(_p?: AlterTableMoveAllStmt, isNode?: boolean): AlterTableMoveAllStmt | {
|
|
511
|
-
AlterTableMoveAllStmt: AlterTableMoveAllStmt;
|
|
512
|
-
};
|
|
513
|
-
createExtensionStmt(_p?: CreateExtensionStmt, isNode?: boolean): CreateExtensionStmt | {
|
|
514
|
-
CreateExtensionStmt: CreateExtensionStmt;
|
|
515
|
-
};
|
|
516
|
-
alterExtensionStmt(_p?: AlterExtensionStmt, isNode?: boolean): AlterExtensionStmt | {
|
|
517
|
-
AlterExtensionStmt: AlterExtensionStmt;
|
|
518
|
-
};
|
|
519
|
-
alterExtensionContentsStmt(_p?: AlterExtensionContentsStmt, isNode?: boolean): AlterExtensionContentsStmt | {
|
|
520
|
-
AlterExtensionContentsStmt: AlterExtensionContentsStmt;
|
|
521
|
-
};
|
|
522
|
-
createFdwStmt(_p?: CreateFdwStmt, isNode?: boolean): CreateFdwStmt | {
|
|
523
|
-
CreateFdwStmt: CreateFdwStmt;
|
|
524
|
-
};
|
|
525
|
-
alterFdwStmt(_p?: AlterFdwStmt, isNode?: boolean): AlterFdwStmt | {
|
|
526
|
-
AlterFdwStmt: AlterFdwStmt;
|
|
527
|
-
};
|
|
528
|
-
createForeignServerStmt(_p?: CreateForeignServerStmt, isNode?: boolean): CreateForeignServerStmt | {
|
|
529
|
-
CreateForeignServerStmt: CreateForeignServerStmt;
|
|
530
|
-
};
|
|
531
|
-
alterForeignServerStmt(_p?: AlterForeignServerStmt, isNode?: boolean): AlterForeignServerStmt | {
|
|
532
|
-
AlterForeignServerStmt: AlterForeignServerStmt;
|
|
533
|
-
};
|
|
534
|
-
createForeignTableStmt(_p?: CreateForeignTableStmt, isNode?: boolean): CreateForeignTableStmt | {
|
|
535
|
-
CreateForeignTableStmt: CreateForeignTableStmt;
|
|
536
|
-
};
|
|
537
|
-
createUserMappingStmt(_p?: CreateUserMappingStmt, isNode?: boolean): CreateUserMappingStmt | {
|
|
538
|
-
CreateUserMappingStmt: CreateUserMappingStmt;
|
|
539
|
-
};
|
|
540
|
-
alterUserMappingStmt(_p?: AlterUserMappingStmt, isNode?: boolean): AlterUserMappingStmt | {
|
|
541
|
-
AlterUserMappingStmt: AlterUserMappingStmt;
|
|
542
|
-
};
|
|
543
|
-
dropUserMappingStmt(_p?: DropUserMappingStmt, isNode?: boolean): DropUserMappingStmt | {
|
|
544
|
-
DropUserMappingStmt: DropUserMappingStmt;
|
|
545
|
-
};
|
|
546
|
-
importForeignSchemaStmt(_p?: ImportForeignSchemaStmt, isNode?: boolean): ImportForeignSchemaStmt | {
|
|
547
|
-
ImportForeignSchemaStmt: ImportForeignSchemaStmt;
|
|
548
|
-
};
|
|
549
|
-
createPolicyStmt(_p?: CreatePolicyStmt, isNode?: boolean): CreatePolicyStmt | {
|
|
550
|
-
CreatePolicyStmt: CreatePolicyStmt;
|
|
551
|
-
};
|
|
552
|
-
alterPolicyStmt(_p?: AlterPolicyStmt, isNode?: boolean): AlterPolicyStmt | {
|
|
553
|
-
AlterPolicyStmt: AlterPolicyStmt;
|
|
554
|
-
};
|
|
555
|
-
createAmStmt(_p?: CreateAmStmt, isNode?: boolean): CreateAmStmt | {
|
|
556
|
-
CreateAmStmt: CreateAmStmt;
|
|
557
|
-
};
|
|
558
|
-
createTrigStmt(_p?: CreateTrigStmt, isNode?: boolean): CreateTrigStmt | {
|
|
559
|
-
CreateTrigStmt: CreateTrigStmt;
|
|
560
|
-
};
|
|
561
|
-
createEventTrigStmt(_p?: CreateEventTrigStmt, isNode?: boolean): CreateEventTrigStmt | {
|
|
562
|
-
CreateEventTrigStmt: CreateEventTrigStmt;
|
|
563
|
-
};
|
|
564
|
-
alterEventTrigStmt(_p?: AlterEventTrigStmt, isNode?: boolean): AlterEventTrigStmt | {
|
|
565
|
-
AlterEventTrigStmt: AlterEventTrigStmt;
|
|
566
|
-
};
|
|
567
|
-
createpLangStmt(_p?: CreatePLangStmt, isNode?: boolean): CreatePLangStmt | {
|
|
568
|
-
CreatePLangStmt: CreatePLangStmt;
|
|
569
|
-
};
|
|
570
|
-
createRoleStmt(_p?: CreateRoleStmt, isNode?: boolean): CreateRoleStmt | {
|
|
571
|
-
CreateRoleStmt: CreateRoleStmt;
|
|
572
|
-
};
|
|
573
|
-
alterRoleStmt(_p?: AlterRoleStmt, isNode?: boolean): AlterRoleStmt | {
|
|
574
|
-
AlterRoleStmt: AlterRoleStmt;
|
|
575
|
-
};
|
|
576
|
-
alterRoleSetStmt(_p?: AlterRoleSetStmt, isNode?: boolean): AlterRoleSetStmt | {
|
|
577
|
-
AlterRoleSetStmt: AlterRoleSetStmt;
|
|
578
|
-
};
|
|
579
|
-
dropRoleStmt(_p?: DropRoleStmt, isNode?: boolean): DropRoleStmt | {
|
|
580
|
-
DropRoleStmt: DropRoleStmt;
|
|
581
|
-
};
|
|
582
|
-
createSeqStmt(_p?: CreateSeqStmt, isNode?: boolean): CreateSeqStmt | {
|
|
583
|
-
CreateSeqStmt: CreateSeqStmt;
|
|
584
|
-
};
|
|
585
|
-
alterSeqStmt(_p?: AlterSeqStmt, isNode?: boolean): AlterSeqStmt | {
|
|
586
|
-
AlterSeqStmt: AlterSeqStmt;
|
|
587
|
-
};
|
|
588
|
-
defineStmt(_p?: DefineStmt, isNode?: boolean): DefineStmt | {
|
|
589
|
-
DefineStmt: DefineStmt;
|
|
590
|
-
};
|
|
591
|
-
createDomainStmt(_p?: CreateDomainStmt, isNode?: boolean): CreateDomainStmt | {
|
|
592
|
-
CreateDomainStmt: CreateDomainStmt;
|
|
593
|
-
};
|
|
594
|
-
createOpClassStmt(_p?: CreateOpClassStmt, isNode?: boolean): CreateOpClassStmt | {
|
|
595
|
-
CreateOpClassStmt: CreateOpClassStmt;
|
|
596
|
-
};
|
|
597
|
-
createOpClassItem(_p?: CreateOpClassItem, isNode?: boolean): CreateOpClassItem | {
|
|
598
|
-
CreateOpClassItem: CreateOpClassItem;
|
|
599
|
-
};
|
|
600
|
-
createOpFamilyStmt(_p?: CreateOpFamilyStmt, isNode?: boolean): CreateOpFamilyStmt | {
|
|
601
|
-
CreateOpFamilyStmt: CreateOpFamilyStmt;
|
|
602
|
-
};
|
|
603
|
-
alterOpFamilyStmt(_p?: AlterOpFamilyStmt, isNode?: boolean): AlterOpFamilyStmt | {
|
|
604
|
-
AlterOpFamilyStmt: AlterOpFamilyStmt;
|
|
605
|
-
};
|
|
606
|
-
dropStmt(_p?: DropStmt, isNode?: boolean): DropStmt | {
|
|
607
|
-
DropStmt: DropStmt;
|
|
608
|
-
};
|
|
609
|
-
truncateStmt(_p?: TruncateStmt, isNode?: boolean): TruncateStmt | {
|
|
610
|
-
TruncateStmt: TruncateStmt;
|
|
611
|
-
};
|
|
612
|
-
commentStmt(_p?: CommentStmt, isNode?: boolean): CommentStmt | {
|
|
613
|
-
CommentStmt: CommentStmt;
|
|
614
|
-
};
|
|
615
|
-
secLabelStmt(_p?: SecLabelStmt, isNode?: boolean): SecLabelStmt | {
|
|
616
|
-
SecLabelStmt: SecLabelStmt;
|
|
617
|
-
};
|
|
618
|
-
declareCursorStmt(_p?: DeclareCursorStmt, isNode?: boolean): DeclareCursorStmt | {
|
|
619
|
-
DeclareCursorStmt: DeclareCursorStmt;
|
|
620
|
-
};
|
|
621
|
-
closePortalStmt(_p?: ClosePortalStmt, isNode?: boolean): ClosePortalStmt | {
|
|
622
|
-
ClosePortalStmt: ClosePortalStmt;
|
|
623
|
-
};
|
|
624
|
-
fetchStmt(_p?: FetchStmt, isNode?: boolean): FetchStmt | {
|
|
625
|
-
FetchStmt: FetchStmt;
|
|
626
|
-
};
|
|
627
|
-
indexStmt(_p?: IndexStmt, isNode?: boolean): IndexStmt | {
|
|
628
|
-
IndexStmt: IndexStmt;
|
|
629
|
-
};
|
|
630
|
-
createStatsStmt(_p?: CreateStatsStmt, isNode?: boolean): CreateStatsStmt | {
|
|
631
|
-
CreateStatsStmt: CreateStatsStmt;
|
|
632
|
-
};
|
|
633
|
-
statsElem(_p?: StatsElem, isNode?: boolean): StatsElem | {
|
|
634
|
-
StatsElem: StatsElem;
|
|
635
|
-
};
|
|
636
|
-
alterStatsStmt(_p?: AlterStatsStmt, isNode?: boolean): AlterStatsStmt | {
|
|
637
|
-
AlterStatsStmt: AlterStatsStmt;
|
|
638
|
-
};
|
|
639
|
-
createFunctionStmt(_p?: CreateFunctionStmt, isNode?: boolean): CreateFunctionStmt | {
|
|
640
|
-
CreateFunctionStmt: CreateFunctionStmt;
|
|
641
|
-
};
|
|
642
|
-
functionParameter(_p?: FunctionParameter, isNode?: boolean): FunctionParameter | {
|
|
643
|
-
FunctionParameter: FunctionParameter;
|
|
644
|
-
};
|
|
645
|
-
alterFunctionStmt(_p?: AlterFunctionStmt, isNode?: boolean): AlterFunctionStmt | {
|
|
646
|
-
AlterFunctionStmt: AlterFunctionStmt;
|
|
647
|
-
};
|
|
648
|
-
doStmt(_p?: DoStmt, isNode?: boolean): DoStmt | {
|
|
649
|
-
DoStmt: DoStmt;
|
|
650
|
-
};
|
|
651
|
-
inlineCodeBlock(_p?: InlineCodeBlock, isNode?: boolean): InlineCodeBlock | {
|
|
652
|
-
InlineCodeBlock: InlineCodeBlock;
|
|
653
|
-
};
|
|
654
|
-
callStmt(_p?: CallStmt, isNode?: boolean): CallStmt | {
|
|
655
|
-
CallStmt: CallStmt;
|
|
656
|
-
};
|
|
657
|
-
callContext(_p?: CallContext, isNode?: boolean): CallContext | {
|
|
658
|
-
CallContext: CallContext;
|
|
659
|
-
};
|
|
660
|
-
renameStmt(_p?: RenameStmt, isNode?: boolean): RenameStmt | {
|
|
661
|
-
RenameStmt: RenameStmt;
|
|
662
|
-
};
|
|
663
|
-
alterObjectDependsStmt(_p?: AlterObjectDependsStmt, isNode?: boolean): AlterObjectDependsStmt | {
|
|
664
|
-
AlterObjectDependsStmt: AlterObjectDependsStmt;
|
|
665
|
-
};
|
|
666
|
-
alterObjectSchemaStmt(_p?: AlterObjectSchemaStmt, isNode?: boolean): AlterObjectSchemaStmt | {
|
|
667
|
-
AlterObjectSchemaStmt: AlterObjectSchemaStmt;
|
|
668
|
-
};
|
|
669
|
-
alterOwnerStmt(_p?: AlterOwnerStmt, isNode?: boolean): AlterOwnerStmt | {
|
|
670
|
-
AlterOwnerStmt: AlterOwnerStmt;
|
|
671
|
-
};
|
|
672
|
-
alterOperatorStmt(_p?: AlterOperatorStmt, isNode?: boolean): AlterOperatorStmt | {
|
|
673
|
-
AlterOperatorStmt: AlterOperatorStmt;
|
|
674
|
-
};
|
|
675
|
-
alterTypeStmt(_p?: AlterTypeStmt, isNode?: boolean): AlterTypeStmt | {
|
|
676
|
-
AlterTypeStmt: AlterTypeStmt;
|
|
677
|
-
};
|
|
678
|
-
ruleStmt(_p?: RuleStmt, isNode?: boolean): RuleStmt | {
|
|
679
|
-
RuleStmt: RuleStmt;
|
|
680
|
-
};
|
|
681
|
-
notifyStmt(_p?: NotifyStmt, isNode?: boolean): NotifyStmt | {
|
|
682
|
-
NotifyStmt: NotifyStmt;
|
|
683
|
-
};
|
|
684
|
-
listenStmt(_p?: ListenStmt, isNode?: boolean): ListenStmt | {
|
|
685
|
-
ListenStmt: ListenStmt;
|
|
686
|
-
};
|
|
687
|
-
unlistenStmt(_p?: UnlistenStmt, isNode?: boolean): UnlistenStmt | {
|
|
688
|
-
UnlistenStmt: UnlistenStmt;
|
|
689
|
-
};
|
|
690
|
-
transactionStmt(_p?: TransactionStmt, isNode?: boolean): TransactionStmt | {
|
|
691
|
-
TransactionStmt: TransactionStmt;
|
|
692
|
-
};
|
|
693
|
-
compositeTypeStmt(_p?: CompositeTypeStmt, isNode?: boolean): CompositeTypeStmt | {
|
|
694
|
-
CompositeTypeStmt: CompositeTypeStmt;
|
|
695
|
-
};
|
|
696
|
-
createEnumStmt(_p?: CreateEnumStmt, isNode?: boolean): CreateEnumStmt | {
|
|
697
|
-
CreateEnumStmt: CreateEnumStmt;
|
|
698
|
-
};
|
|
699
|
-
createRangeStmt(_p?: CreateRangeStmt, isNode?: boolean): CreateRangeStmt | {
|
|
700
|
-
CreateRangeStmt: CreateRangeStmt;
|
|
701
|
-
};
|
|
702
|
-
alterEnumStmt(_p?: AlterEnumStmt, isNode?: boolean): AlterEnumStmt | {
|
|
703
|
-
AlterEnumStmt: AlterEnumStmt;
|
|
704
|
-
};
|
|
705
|
-
viewStmt(_p?: ViewStmt, isNode?: boolean): ViewStmt | {
|
|
706
|
-
ViewStmt: ViewStmt;
|
|
707
|
-
};
|
|
708
|
-
loadStmt(_p?: LoadStmt, isNode?: boolean): LoadStmt | {
|
|
709
|
-
LoadStmt: LoadStmt;
|
|
710
|
-
};
|
|
711
|
-
createdbStmt(_p?: CreatedbStmt, isNode?: boolean): CreatedbStmt | {
|
|
712
|
-
CreatedbStmt: CreatedbStmt;
|
|
713
|
-
};
|
|
714
|
-
alterDatabaseStmt(_p?: AlterDatabaseStmt, isNode?: boolean): AlterDatabaseStmt | {
|
|
715
|
-
AlterDatabaseStmt: AlterDatabaseStmt;
|
|
716
|
-
};
|
|
717
|
-
alterDatabaseRefreshCollStmt(_p?: AlterDatabaseRefreshCollStmt, isNode?: boolean): AlterDatabaseRefreshCollStmt | {
|
|
718
|
-
AlterDatabaseRefreshCollStmt: AlterDatabaseRefreshCollStmt;
|
|
719
|
-
};
|
|
720
|
-
alterDatabaseSetStmt(_p?: AlterDatabaseSetStmt, isNode?: boolean): AlterDatabaseSetStmt | {
|
|
721
|
-
AlterDatabaseSetStmt: AlterDatabaseSetStmt;
|
|
722
|
-
};
|
|
723
|
-
dropdbStmt(_p?: DropdbStmt, isNode?: boolean): DropdbStmt | {
|
|
724
|
-
DropdbStmt: DropdbStmt;
|
|
725
|
-
};
|
|
726
|
-
alterSystemStmt(_p?: AlterSystemStmt, isNode?: boolean): AlterSystemStmt | {
|
|
727
|
-
AlterSystemStmt: AlterSystemStmt;
|
|
728
|
-
};
|
|
729
|
-
clusterStmt(_p?: ClusterStmt, isNode?: boolean): ClusterStmt | {
|
|
730
|
-
ClusterStmt: ClusterStmt;
|
|
731
|
-
};
|
|
732
|
-
vacuumStmt(_p?: VacuumStmt, isNode?: boolean): VacuumStmt | {
|
|
733
|
-
VacuumStmt: VacuumStmt;
|
|
734
|
-
};
|
|
735
|
-
vacuumRelation(_p?: VacuumRelation, isNode?: boolean): VacuumRelation | {
|
|
736
|
-
VacuumRelation: VacuumRelation;
|
|
737
|
-
};
|
|
738
|
-
explainStmt(_p?: ExplainStmt, isNode?: boolean): ExplainStmt | {
|
|
739
|
-
ExplainStmt: ExplainStmt;
|
|
740
|
-
};
|
|
741
|
-
createTableAsStmt(_p?: CreateTableAsStmt, isNode?: boolean): CreateTableAsStmt | {
|
|
742
|
-
CreateTableAsStmt: CreateTableAsStmt;
|
|
743
|
-
};
|
|
744
|
-
refreshMatViewStmt(_p?: RefreshMatViewStmt, isNode?: boolean): RefreshMatViewStmt | {
|
|
745
|
-
RefreshMatViewStmt: RefreshMatViewStmt;
|
|
746
|
-
};
|
|
747
|
-
checkPointStmt(_p?: CheckPointStmt, isNode?: boolean): CheckPointStmt | {
|
|
748
|
-
CheckPointStmt: CheckPointStmt;
|
|
749
|
-
};
|
|
750
|
-
discardStmt(_p?: DiscardStmt, isNode?: boolean): DiscardStmt | {
|
|
751
|
-
DiscardStmt: DiscardStmt;
|
|
752
|
-
};
|
|
753
|
-
lockStmt(_p?: LockStmt, isNode?: boolean): LockStmt | {
|
|
754
|
-
LockStmt: LockStmt;
|
|
755
|
-
};
|
|
756
|
-
constraintsSetStmt(_p?: ConstraintsSetStmt, isNode?: boolean): ConstraintsSetStmt | {
|
|
757
|
-
ConstraintsSetStmt: ConstraintsSetStmt;
|
|
758
|
-
};
|
|
759
|
-
reindexStmt(_p?: ReindexStmt, isNode?: boolean): ReindexStmt | {
|
|
760
|
-
ReindexStmt: ReindexStmt;
|
|
761
|
-
};
|
|
762
|
-
createConversionStmt(_p?: CreateConversionStmt, isNode?: boolean): CreateConversionStmt | {
|
|
763
|
-
CreateConversionStmt: CreateConversionStmt;
|
|
764
|
-
};
|
|
765
|
-
createCastStmt(_p?: CreateCastStmt, isNode?: boolean): CreateCastStmt | {
|
|
766
|
-
CreateCastStmt: CreateCastStmt;
|
|
767
|
-
};
|
|
768
|
-
createTransformStmt(_p?: CreateTransformStmt, isNode?: boolean): CreateTransformStmt | {
|
|
769
|
-
CreateTransformStmt: CreateTransformStmt;
|
|
770
|
-
};
|
|
771
|
-
prepareStmt(_p?: PrepareStmt, isNode?: boolean): PrepareStmt | {
|
|
772
|
-
PrepareStmt: PrepareStmt;
|
|
773
|
-
};
|
|
774
|
-
executeStmt(_p?: ExecuteStmt, isNode?: boolean): ExecuteStmt | {
|
|
775
|
-
ExecuteStmt: ExecuteStmt;
|
|
776
|
-
};
|
|
777
|
-
deallocateStmt(_p?: DeallocateStmt, isNode?: boolean): DeallocateStmt | {
|
|
778
|
-
DeallocateStmt: DeallocateStmt;
|
|
779
|
-
};
|
|
780
|
-
dropOwnedStmt(_p?: DropOwnedStmt, isNode?: boolean): DropOwnedStmt | {
|
|
781
|
-
DropOwnedStmt: DropOwnedStmt;
|
|
782
|
-
};
|
|
783
|
-
reassignOwnedStmt(_p?: ReassignOwnedStmt, isNode?: boolean): ReassignOwnedStmt | {
|
|
784
|
-
ReassignOwnedStmt: ReassignOwnedStmt;
|
|
785
|
-
};
|
|
786
|
-
altertsDictionaryStmt(_p?: AlterTSDictionaryStmt, isNode?: boolean): AlterTSDictionaryStmt | {
|
|
787
|
-
AlterTSDictionaryStmt: AlterTSDictionaryStmt;
|
|
788
|
-
};
|
|
789
|
-
altertsConfigurationStmt(_p?: AlterTSConfigurationStmt, isNode?: boolean): AlterTSConfigurationStmt | {
|
|
790
|
-
AlterTSConfigurationStmt: AlterTSConfigurationStmt;
|
|
791
|
-
};
|
|
792
|
-
publicationTable(_p?: PublicationTable, isNode?: boolean): PublicationTable | {
|
|
793
|
-
PublicationTable: PublicationTable;
|
|
794
|
-
};
|
|
795
|
-
publicationObjSpec(_p?: PublicationObjSpec, isNode?: boolean): PublicationObjSpec | {
|
|
796
|
-
PublicationObjSpec: PublicationObjSpec;
|
|
797
|
-
};
|
|
798
|
-
createPublicationStmt(_p?: CreatePublicationStmt, isNode?: boolean): CreatePublicationStmt | {
|
|
799
|
-
CreatePublicationStmt: CreatePublicationStmt;
|
|
800
|
-
};
|
|
801
|
-
alterPublicationStmt(_p?: AlterPublicationStmt, isNode?: boolean): AlterPublicationStmt | {
|
|
802
|
-
AlterPublicationStmt: AlterPublicationStmt;
|
|
803
|
-
};
|
|
804
|
-
createSubscriptionStmt(_p?: CreateSubscriptionStmt, isNode?: boolean): CreateSubscriptionStmt | {
|
|
805
|
-
CreateSubscriptionStmt: CreateSubscriptionStmt;
|
|
806
|
-
};
|
|
807
|
-
alterSubscriptionStmt(_p?: AlterSubscriptionStmt, isNode?: boolean): AlterSubscriptionStmt | {
|
|
808
|
-
AlterSubscriptionStmt: AlterSubscriptionStmt;
|
|
809
|
-
};
|
|
810
|
-
dropSubscriptionStmt(_p?: DropSubscriptionStmt, isNode?: boolean): DropSubscriptionStmt | {
|
|
811
|
-
DropSubscriptionStmt: DropSubscriptionStmt;
|
|
812
|
-
};
|
|
813
|
-
scanToken(_p?: ScanToken, isNode?: boolean): ScanToken | {
|
|
814
|
-
ScanToken: ScanToken;
|
|
815
|
-
};
|
|
3
|
+
parseResult(_p?: ParseResult): ParseResult;
|
|
4
|
+
scanResult(_p?: ScanResult): ScanResult;
|
|
5
|
+
integer(_p?: Integer): Integer;
|
|
6
|
+
float(_p?: Float): Float;
|
|
7
|
+
boolean(_p?: Boolean): Boolean;
|
|
8
|
+
string(_p?: String): String;
|
|
9
|
+
bitString(_p?: BitString): BitString;
|
|
10
|
+
list(_p?: List): List;
|
|
11
|
+
oidList(_p?: OidList): OidList;
|
|
12
|
+
intList(_p?: IntList): IntList;
|
|
13
|
+
aConst(_p?: A_Const): A_Const;
|
|
14
|
+
alias(_p?: Alias): Alias;
|
|
15
|
+
rangeVar(_p?: RangeVar): RangeVar;
|
|
16
|
+
tableFunc(_p?: TableFunc): TableFunc;
|
|
17
|
+
intoClause(_p?: IntoClause): IntoClause;
|
|
18
|
+
var(_p?: Var): Var;
|
|
19
|
+
param(_p?: Param): Param;
|
|
20
|
+
aggref(_p?: Aggref): Aggref;
|
|
21
|
+
groupingFunc(_p?: GroupingFunc): GroupingFunc;
|
|
22
|
+
windowFunc(_p?: WindowFunc): WindowFunc;
|
|
23
|
+
windowFuncRunCondition(_p?: WindowFuncRunCondition): WindowFuncRunCondition;
|
|
24
|
+
mergeSupportFunc(_p?: MergeSupportFunc): MergeSupportFunc;
|
|
25
|
+
subscriptingRef(_p?: SubscriptingRef): SubscriptingRef;
|
|
26
|
+
funcExpr(_p?: FuncExpr): FuncExpr;
|
|
27
|
+
namedArgExpr(_p?: NamedArgExpr): NamedArgExpr;
|
|
28
|
+
opExpr(_p?: OpExpr): OpExpr;
|
|
29
|
+
distinctExpr(_p?: DistinctExpr): DistinctExpr;
|
|
30
|
+
nullIfExpr(_p?: NullIfExpr): NullIfExpr;
|
|
31
|
+
scalarArrayOpExpr(_p?: ScalarArrayOpExpr): ScalarArrayOpExpr;
|
|
32
|
+
boolExpr(_p?: BoolExpr): BoolExpr;
|
|
33
|
+
subLink(_p?: SubLink): SubLink;
|
|
34
|
+
subPlan(_p?: SubPlan): SubPlan;
|
|
35
|
+
alternativeSubPlan(_p?: AlternativeSubPlan): AlternativeSubPlan;
|
|
36
|
+
fieldSelect(_p?: FieldSelect): FieldSelect;
|
|
37
|
+
fieldStore(_p?: FieldStore): FieldStore;
|
|
38
|
+
relabelType(_p?: RelabelType): RelabelType;
|
|
39
|
+
coerceViaio(_p?: CoerceViaIO): CoerceViaIO;
|
|
40
|
+
arrayCoerceExpr(_p?: ArrayCoerceExpr): ArrayCoerceExpr;
|
|
41
|
+
convertRowtypeExpr(_p?: ConvertRowtypeExpr): ConvertRowtypeExpr;
|
|
42
|
+
collateExpr(_p?: CollateExpr): CollateExpr;
|
|
43
|
+
caseExpr(_p?: CaseExpr): CaseExpr;
|
|
44
|
+
caseWhen(_p?: CaseWhen): CaseWhen;
|
|
45
|
+
caseTestExpr(_p?: CaseTestExpr): CaseTestExpr;
|
|
46
|
+
arrayExpr(_p?: ArrayExpr): ArrayExpr;
|
|
47
|
+
rowExpr(_p?: RowExpr): RowExpr;
|
|
48
|
+
rowCompareExpr(_p?: RowCompareExpr): RowCompareExpr;
|
|
49
|
+
coalesceExpr(_p?: CoalesceExpr): CoalesceExpr;
|
|
50
|
+
minMaxExpr(_p?: MinMaxExpr): MinMaxExpr;
|
|
51
|
+
sqlValueFunction(_p?: SQLValueFunction): SQLValueFunction;
|
|
52
|
+
xmlExpr(_p?: XmlExpr): XmlExpr;
|
|
53
|
+
jsonFormat(_p?: JsonFormat): JsonFormat;
|
|
54
|
+
jsonReturning(_p?: JsonReturning): JsonReturning;
|
|
55
|
+
jsonValueExpr(_p?: JsonValueExpr): JsonValueExpr;
|
|
56
|
+
jsonConstructorExpr(_p?: JsonConstructorExpr): JsonConstructorExpr;
|
|
57
|
+
jsonIsPredicate(_p?: JsonIsPredicate): JsonIsPredicate;
|
|
58
|
+
jsonBehavior(_p?: JsonBehavior): JsonBehavior;
|
|
59
|
+
jsonExpr(_p?: JsonExpr): JsonExpr;
|
|
60
|
+
jsonTablePath(_p?: JsonTablePath): JsonTablePath;
|
|
61
|
+
jsonTablePathScan(_p?: JsonTablePathScan): JsonTablePathScan;
|
|
62
|
+
jsonTableSiblingJoin(_p?: JsonTableSiblingJoin): JsonTableSiblingJoin;
|
|
63
|
+
nullTest(_p?: NullTest): NullTest;
|
|
64
|
+
booleanTest(_p?: BooleanTest): BooleanTest;
|
|
65
|
+
mergeAction(_p?: MergeAction): MergeAction;
|
|
66
|
+
coerceToDomain(_p?: CoerceToDomain): CoerceToDomain;
|
|
67
|
+
coerceToDomainValue(_p?: CoerceToDomainValue): CoerceToDomainValue;
|
|
68
|
+
setToDefault(_p?: SetToDefault): SetToDefault;
|
|
69
|
+
currentOfExpr(_p?: CurrentOfExpr): CurrentOfExpr;
|
|
70
|
+
nextValueExpr(_p?: NextValueExpr): NextValueExpr;
|
|
71
|
+
inferenceElem(_p?: InferenceElem): InferenceElem;
|
|
72
|
+
targetEntry(_p?: TargetEntry): TargetEntry;
|
|
73
|
+
rangeTblRef(_p?: RangeTblRef): RangeTblRef;
|
|
74
|
+
joinExpr(_p?: JoinExpr): JoinExpr;
|
|
75
|
+
fromExpr(_p?: FromExpr): FromExpr;
|
|
76
|
+
onConflictExpr(_p?: OnConflictExpr): OnConflictExpr;
|
|
77
|
+
query(_p?: Query): Query;
|
|
78
|
+
typeName(_p?: TypeName): TypeName;
|
|
79
|
+
columnRef(_p?: ColumnRef): ColumnRef;
|
|
80
|
+
paramRef(_p?: ParamRef): ParamRef;
|
|
81
|
+
aExpr(_p?: A_Expr): A_Expr;
|
|
82
|
+
typeCast(_p?: TypeCast): TypeCast;
|
|
83
|
+
collateClause(_p?: CollateClause): CollateClause;
|
|
84
|
+
roleSpec(_p?: RoleSpec): RoleSpec;
|
|
85
|
+
funcCall(_p?: FuncCall): FuncCall;
|
|
86
|
+
aStar(_p?: A_Star): A_Star;
|
|
87
|
+
aIndices(_p?: A_Indices): A_Indices;
|
|
88
|
+
aIndirection(_p?: A_Indirection): A_Indirection;
|
|
89
|
+
aArrayExpr(_p?: A_ArrayExpr): A_ArrayExpr;
|
|
90
|
+
resTarget(_p?: ResTarget): ResTarget;
|
|
91
|
+
multiAssignRef(_p?: MultiAssignRef): MultiAssignRef;
|
|
92
|
+
sortBy(_p?: SortBy): SortBy;
|
|
93
|
+
windowDef(_p?: WindowDef): WindowDef;
|
|
94
|
+
rangeSubselect(_p?: RangeSubselect): RangeSubselect;
|
|
95
|
+
rangeFunction(_p?: RangeFunction): RangeFunction;
|
|
96
|
+
rangeTableFunc(_p?: RangeTableFunc): RangeTableFunc;
|
|
97
|
+
rangeTableFuncCol(_p?: RangeTableFuncCol): RangeTableFuncCol;
|
|
98
|
+
rangeTableSample(_p?: RangeTableSample): RangeTableSample;
|
|
99
|
+
columnDef(_p?: ColumnDef): ColumnDef;
|
|
100
|
+
tableLikeClause(_p?: TableLikeClause): TableLikeClause;
|
|
101
|
+
indexElem(_p?: IndexElem): IndexElem;
|
|
102
|
+
defElem(_p?: DefElem): DefElem;
|
|
103
|
+
lockingClause(_p?: LockingClause): LockingClause;
|
|
104
|
+
xmlSerialize(_p?: XmlSerialize): XmlSerialize;
|
|
105
|
+
partitionElem(_p?: PartitionElem): PartitionElem;
|
|
106
|
+
partitionSpec(_p?: PartitionSpec): PartitionSpec;
|
|
107
|
+
partitionBoundSpec(_p?: PartitionBoundSpec): PartitionBoundSpec;
|
|
108
|
+
partitionRangeDatum(_p?: PartitionRangeDatum): PartitionRangeDatum;
|
|
109
|
+
singlePartitionSpec(_p?: SinglePartitionSpec): SinglePartitionSpec;
|
|
110
|
+
partitionCmd(_p?: PartitionCmd): PartitionCmd;
|
|
111
|
+
rangeTblEntry(_p?: RangeTblEntry): RangeTblEntry;
|
|
112
|
+
rtePermissionInfo(_p?: RTEPermissionInfo): RTEPermissionInfo;
|
|
113
|
+
rangeTblFunction(_p?: RangeTblFunction): RangeTblFunction;
|
|
114
|
+
tableSampleClause(_p?: TableSampleClause): TableSampleClause;
|
|
115
|
+
withCheckOption(_p?: WithCheckOption): WithCheckOption;
|
|
116
|
+
sortGroupClause(_p?: SortGroupClause): SortGroupClause;
|
|
117
|
+
groupingSet(_p?: GroupingSet): GroupingSet;
|
|
118
|
+
windowClause(_p?: WindowClause): WindowClause;
|
|
119
|
+
rowMarkClause(_p?: RowMarkClause): RowMarkClause;
|
|
120
|
+
withClause(_p?: WithClause): WithClause;
|
|
121
|
+
inferClause(_p?: InferClause): InferClause;
|
|
122
|
+
onConflictClause(_p?: OnConflictClause): OnConflictClause;
|
|
123
|
+
cteSearchClause(_p?: CTESearchClause): CTESearchClause;
|
|
124
|
+
cteCycleClause(_p?: CTECycleClause): CTECycleClause;
|
|
125
|
+
commonTableExpr(_p?: CommonTableExpr): CommonTableExpr;
|
|
126
|
+
mergeWhenClause(_p?: MergeWhenClause): MergeWhenClause;
|
|
127
|
+
triggerTransition(_p?: TriggerTransition): TriggerTransition;
|
|
128
|
+
jsonOutput(_p?: JsonOutput): JsonOutput;
|
|
129
|
+
jsonArgument(_p?: JsonArgument): JsonArgument;
|
|
130
|
+
jsonFuncExpr(_p?: JsonFuncExpr): JsonFuncExpr;
|
|
131
|
+
jsonTablePathSpec(_p?: JsonTablePathSpec): JsonTablePathSpec;
|
|
132
|
+
jsonTable(_p?: JsonTable): JsonTable;
|
|
133
|
+
jsonTableColumn(_p?: JsonTableColumn): JsonTableColumn;
|
|
134
|
+
jsonKeyValue(_p?: JsonKeyValue): JsonKeyValue;
|
|
135
|
+
jsonParseExpr(_p?: JsonParseExpr): JsonParseExpr;
|
|
136
|
+
jsonScalarExpr(_p?: JsonScalarExpr): JsonScalarExpr;
|
|
137
|
+
jsonSerializeExpr(_p?: JsonSerializeExpr): JsonSerializeExpr;
|
|
138
|
+
jsonObjectConstructor(_p?: JsonObjectConstructor): JsonObjectConstructor;
|
|
139
|
+
jsonArrayConstructor(_p?: JsonArrayConstructor): JsonArrayConstructor;
|
|
140
|
+
jsonArrayQueryConstructor(_p?: JsonArrayQueryConstructor): JsonArrayQueryConstructor;
|
|
141
|
+
jsonAggConstructor(_p?: JsonAggConstructor): JsonAggConstructor;
|
|
142
|
+
jsonObjectAgg(_p?: JsonObjectAgg): JsonObjectAgg;
|
|
143
|
+
jsonArrayAgg(_p?: JsonArrayAgg): JsonArrayAgg;
|
|
144
|
+
rawStmt(_p?: RawStmt): RawStmt;
|
|
145
|
+
insertStmt(_p?: InsertStmt): InsertStmt;
|
|
146
|
+
deleteStmt(_p?: DeleteStmt): DeleteStmt;
|
|
147
|
+
updateStmt(_p?: UpdateStmt): UpdateStmt;
|
|
148
|
+
mergeStmt(_p?: MergeStmt): MergeStmt;
|
|
149
|
+
selectStmt(_p?: SelectStmt): SelectStmt;
|
|
150
|
+
setOperationStmt(_p?: SetOperationStmt): SetOperationStmt;
|
|
151
|
+
returnStmt(_p?: ReturnStmt): ReturnStmt;
|
|
152
|
+
plAssignStmt(_p?: PLAssignStmt): PLAssignStmt;
|
|
153
|
+
createSchemaStmt(_p?: CreateSchemaStmt): CreateSchemaStmt;
|
|
154
|
+
alterTableStmt(_p?: AlterTableStmt): AlterTableStmt;
|
|
155
|
+
replicaIdentityStmt(_p?: ReplicaIdentityStmt): ReplicaIdentityStmt;
|
|
156
|
+
alterTableCmd(_p?: AlterTableCmd): AlterTableCmd;
|
|
157
|
+
alterCollationStmt(_p?: AlterCollationStmt): AlterCollationStmt;
|
|
158
|
+
alterDomainStmt(_p?: AlterDomainStmt): AlterDomainStmt;
|
|
159
|
+
grantStmt(_p?: GrantStmt): GrantStmt;
|
|
160
|
+
objectWithArgs(_p?: ObjectWithArgs): ObjectWithArgs;
|
|
161
|
+
accessPriv(_p?: AccessPriv): AccessPriv;
|
|
162
|
+
grantRoleStmt(_p?: GrantRoleStmt): GrantRoleStmt;
|
|
163
|
+
alterDefaultPrivilegesStmt(_p?: AlterDefaultPrivilegesStmt): AlterDefaultPrivilegesStmt;
|
|
164
|
+
copyStmt(_p?: CopyStmt): CopyStmt;
|
|
165
|
+
variableSetStmt(_p?: VariableSetStmt): VariableSetStmt;
|
|
166
|
+
variableShowStmt(_p?: VariableShowStmt): VariableShowStmt;
|
|
167
|
+
createStmt(_p?: CreateStmt): CreateStmt;
|
|
168
|
+
constraint(_p?: Constraint): Constraint;
|
|
169
|
+
createTableSpaceStmt(_p?: CreateTableSpaceStmt): CreateTableSpaceStmt;
|
|
170
|
+
dropTableSpaceStmt(_p?: DropTableSpaceStmt): DropTableSpaceStmt;
|
|
171
|
+
alterTableSpaceOptionsStmt(_p?: AlterTableSpaceOptionsStmt): AlterTableSpaceOptionsStmt;
|
|
172
|
+
alterTableMoveAllStmt(_p?: AlterTableMoveAllStmt): AlterTableMoveAllStmt;
|
|
173
|
+
createExtensionStmt(_p?: CreateExtensionStmt): CreateExtensionStmt;
|
|
174
|
+
alterExtensionStmt(_p?: AlterExtensionStmt): AlterExtensionStmt;
|
|
175
|
+
alterExtensionContentsStmt(_p?: AlterExtensionContentsStmt): AlterExtensionContentsStmt;
|
|
176
|
+
createFdwStmt(_p?: CreateFdwStmt): CreateFdwStmt;
|
|
177
|
+
alterFdwStmt(_p?: AlterFdwStmt): AlterFdwStmt;
|
|
178
|
+
createForeignServerStmt(_p?: CreateForeignServerStmt): CreateForeignServerStmt;
|
|
179
|
+
alterForeignServerStmt(_p?: AlterForeignServerStmt): AlterForeignServerStmt;
|
|
180
|
+
createForeignTableStmt(_p?: CreateForeignTableStmt): CreateForeignTableStmt;
|
|
181
|
+
createUserMappingStmt(_p?: CreateUserMappingStmt): CreateUserMappingStmt;
|
|
182
|
+
alterUserMappingStmt(_p?: AlterUserMappingStmt): AlterUserMappingStmt;
|
|
183
|
+
dropUserMappingStmt(_p?: DropUserMappingStmt): DropUserMappingStmt;
|
|
184
|
+
importForeignSchemaStmt(_p?: ImportForeignSchemaStmt): ImportForeignSchemaStmt;
|
|
185
|
+
createPolicyStmt(_p?: CreatePolicyStmt): CreatePolicyStmt;
|
|
186
|
+
alterPolicyStmt(_p?: AlterPolicyStmt): AlterPolicyStmt;
|
|
187
|
+
createAmStmt(_p?: CreateAmStmt): CreateAmStmt;
|
|
188
|
+
createTrigStmt(_p?: CreateTrigStmt): CreateTrigStmt;
|
|
189
|
+
createEventTrigStmt(_p?: CreateEventTrigStmt): CreateEventTrigStmt;
|
|
190
|
+
alterEventTrigStmt(_p?: AlterEventTrigStmt): AlterEventTrigStmt;
|
|
191
|
+
createpLangStmt(_p?: CreatePLangStmt): CreatePLangStmt;
|
|
192
|
+
createRoleStmt(_p?: CreateRoleStmt): CreateRoleStmt;
|
|
193
|
+
alterRoleStmt(_p?: AlterRoleStmt): AlterRoleStmt;
|
|
194
|
+
alterRoleSetStmt(_p?: AlterRoleSetStmt): AlterRoleSetStmt;
|
|
195
|
+
dropRoleStmt(_p?: DropRoleStmt): DropRoleStmt;
|
|
196
|
+
createSeqStmt(_p?: CreateSeqStmt): CreateSeqStmt;
|
|
197
|
+
alterSeqStmt(_p?: AlterSeqStmt): AlterSeqStmt;
|
|
198
|
+
defineStmt(_p?: DefineStmt): DefineStmt;
|
|
199
|
+
createDomainStmt(_p?: CreateDomainStmt): CreateDomainStmt;
|
|
200
|
+
createOpClassStmt(_p?: CreateOpClassStmt): CreateOpClassStmt;
|
|
201
|
+
createOpClassItem(_p?: CreateOpClassItem): CreateOpClassItem;
|
|
202
|
+
createOpFamilyStmt(_p?: CreateOpFamilyStmt): CreateOpFamilyStmt;
|
|
203
|
+
alterOpFamilyStmt(_p?: AlterOpFamilyStmt): AlterOpFamilyStmt;
|
|
204
|
+
dropStmt(_p?: DropStmt): DropStmt;
|
|
205
|
+
truncateStmt(_p?: TruncateStmt): TruncateStmt;
|
|
206
|
+
commentStmt(_p?: CommentStmt): CommentStmt;
|
|
207
|
+
secLabelStmt(_p?: SecLabelStmt): SecLabelStmt;
|
|
208
|
+
declareCursorStmt(_p?: DeclareCursorStmt): DeclareCursorStmt;
|
|
209
|
+
closePortalStmt(_p?: ClosePortalStmt): ClosePortalStmt;
|
|
210
|
+
fetchStmt(_p?: FetchStmt): FetchStmt;
|
|
211
|
+
indexStmt(_p?: IndexStmt): IndexStmt;
|
|
212
|
+
createStatsStmt(_p?: CreateStatsStmt): CreateStatsStmt;
|
|
213
|
+
statsElem(_p?: StatsElem): StatsElem;
|
|
214
|
+
alterStatsStmt(_p?: AlterStatsStmt): AlterStatsStmt;
|
|
215
|
+
createFunctionStmt(_p?: CreateFunctionStmt): CreateFunctionStmt;
|
|
216
|
+
functionParameter(_p?: FunctionParameter): FunctionParameter;
|
|
217
|
+
alterFunctionStmt(_p?: AlterFunctionStmt): AlterFunctionStmt;
|
|
218
|
+
doStmt(_p?: DoStmt): DoStmt;
|
|
219
|
+
inlineCodeBlock(_p?: InlineCodeBlock): InlineCodeBlock;
|
|
220
|
+
callStmt(_p?: CallStmt): CallStmt;
|
|
221
|
+
callContext(_p?: CallContext): CallContext;
|
|
222
|
+
renameStmt(_p?: RenameStmt): RenameStmt;
|
|
223
|
+
alterObjectDependsStmt(_p?: AlterObjectDependsStmt): AlterObjectDependsStmt;
|
|
224
|
+
alterObjectSchemaStmt(_p?: AlterObjectSchemaStmt): AlterObjectSchemaStmt;
|
|
225
|
+
alterOwnerStmt(_p?: AlterOwnerStmt): AlterOwnerStmt;
|
|
226
|
+
alterOperatorStmt(_p?: AlterOperatorStmt): AlterOperatorStmt;
|
|
227
|
+
alterTypeStmt(_p?: AlterTypeStmt): AlterTypeStmt;
|
|
228
|
+
ruleStmt(_p?: RuleStmt): RuleStmt;
|
|
229
|
+
notifyStmt(_p?: NotifyStmt): NotifyStmt;
|
|
230
|
+
listenStmt(_p?: ListenStmt): ListenStmt;
|
|
231
|
+
unlistenStmt(_p?: UnlistenStmt): UnlistenStmt;
|
|
232
|
+
transactionStmt(_p?: TransactionStmt): TransactionStmt;
|
|
233
|
+
compositeTypeStmt(_p?: CompositeTypeStmt): CompositeTypeStmt;
|
|
234
|
+
createEnumStmt(_p?: CreateEnumStmt): CreateEnumStmt;
|
|
235
|
+
createRangeStmt(_p?: CreateRangeStmt): CreateRangeStmt;
|
|
236
|
+
alterEnumStmt(_p?: AlterEnumStmt): AlterEnumStmt;
|
|
237
|
+
viewStmt(_p?: ViewStmt): ViewStmt;
|
|
238
|
+
loadStmt(_p?: LoadStmt): LoadStmt;
|
|
239
|
+
createdbStmt(_p?: CreatedbStmt): CreatedbStmt;
|
|
240
|
+
alterDatabaseStmt(_p?: AlterDatabaseStmt): AlterDatabaseStmt;
|
|
241
|
+
alterDatabaseRefreshCollStmt(_p?: AlterDatabaseRefreshCollStmt): AlterDatabaseRefreshCollStmt;
|
|
242
|
+
alterDatabaseSetStmt(_p?: AlterDatabaseSetStmt): AlterDatabaseSetStmt;
|
|
243
|
+
dropdbStmt(_p?: DropdbStmt): DropdbStmt;
|
|
244
|
+
alterSystemStmt(_p?: AlterSystemStmt): AlterSystemStmt;
|
|
245
|
+
clusterStmt(_p?: ClusterStmt): ClusterStmt;
|
|
246
|
+
vacuumStmt(_p?: VacuumStmt): VacuumStmt;
|
|
247
|
+
vacuumRelation(_p?: VacuumRelation): VacuumRelation;
|
|
248
|
+
explainStmt(_p?: ExplainStmt): ExplainStmt;
|
|
249
|
+
createTableAsStmt(_p?: CreateTableAsStmt): CreateTableAsStmt;
|
|
250
|
+
refreshMatViewStmt(_p?: RefreshMatViewStmt): RefreshMatViewStmt;
|
|
251
|
+
checkPointStmt(_p?: CheckPointStmt): CheckPointStmt;
|
|
252
|
+
discardStmt(_p?: DiscardStmt): DiscardStmt;
|
|
253
|
+
lockStmt(_p?: LockStmt): LockStmt;
|
|
254
|
+
constraintsSetStmt(_p?: ConstraintsSetStmt): ConstraintsSetStmt;
|
|
255
|
+
reindexStmt(_p?: ReindexStmt): ReindexStmt;
|
|
256
|
+
createConversionStmt(_p?: CreateConversionStmt): CreateConversionStmt;
|
|
257
|
+
createCastStmt(_p?: CreateCastStmt): CreateCastStmt;
|
|
258
|
+
createTransformStmt(_p?: CreateTransformStmt): CreateTransformStmt;
|
|
259
|
+
prepareStmt(_p?: PrepareStmt): PrepareStmt;
|
|
260
|
+
executeStmt(_p?: ExecuteStmt): ExecuteStmt;
|
|
261
|
+
deallocateStmt(_p?: DeallocateStmt): DeallocateStmt;
|
|
262
|
+
dropOwnedStmt(_p?: DropOwnedStmt): DropOwnedStmt;
|
|
263
|
+
reassignOwnedStmt(_p?: ReassignOwnedStmt): ReassignOwnedStmt;
|
|
264
|
+
altertsDictionaryStmt(_p?: AlterTSDictionaryStmt): AlterTSDictionaryStmt;
|
|
265
|
+
altertsConfigurationStmt(_p?: AlterTSConfigurationStmt): AlterTSConfigurationStmt;
|
|
266
|
+
publicationTable(_p?: PublicationTable): PublicationTable;
|
|
267
|
+
publicationObjSpec(_p?: PublicationObjSpec): PublicationObjSpec;
|
|
268
|
+
createPublicationStmt(_p?: CreatePublicationStmt): CreatePublicationStmt;
|
|
269
|
+
alterPublicationStmt(_p?: AlterPublicationStmt): AlterPublicationStmt;
|
|
270
|
+
createSubscriptionStmt(_p?: CreateSubscriptionStmt): CreateSubscriptionStmt;
|
|
271
|
+
alterSubscriptionStmt(_p?: AlterSubscriptionStmt): AlterSubscriptionStmt;
|
|
272
|
+
dropSubscriptionStmt(_p?: DropSubscriptionStmt): DropSubscriptionStmt;
|
|
273
|
+
scanToken(_p?: ScanToken): ScanToken;
|
|
816
274
|
};
|
|
817
275
|
export default _default;
|