@pgsql/utils 13.5.1 → 13.7.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 +4 -1
- package/main/asts.js +1628 -1168
- package/module/asts.js +1628 -1168
- package/package.json +5 -4
- package/src/asts.ts +2010 -1550
- package/src/utils.ts +1 -1
- package/types/asts.d.ts +232 -232
- package/types/utils.d.ts +1 -1
package/src/utils.ts
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
/**
|
|
2
|
-
* This file was automatically generated by pg-proto-parser@1.
|
|
2
|
+
* This file was automatically generated by pg-proto-parser@1.12.2.
|
|
3
3
|
* DO NOT MODIFY IT BY HAND. Instead, modify the source proto file,
|
|
4
4
|
* and run the pg-proto-parser generate command to regenerate this file.
|
|
5
5
|
*/
|
package/types/asts.d.ts
CHANGED
|
@@ -1,240 +1,240 @@
|
|
|
1
1
|
/**
|
|
2
|
-
* This file was automatically generated by pg-proto-parser@1.
|
|
2
|
+
* This file was automatically generated by pg-proto-parser@1.12.2.
|
|
3
3
|
* DO NOT MODIFY IT BY HAND. Instead, modify the source proto file,
|
|
4
4
|
* and run the pg-proto-parser generate command to regenerate this file.
|
|
5
5
|
*/
|
|
6
|
-
import { ParseResult, ScanResult, Integer, Float, String, BitString, Null, List, OidList, IntList, Alias, RangeVar, TableFunc, Expr, Var, Param, Aggref, GroupingFunc, WindowFunc, 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, NullTest, BooleanTest, CoerceToDomain, CoerceToDomainValue, SetToDefault, CurrentOfExpr, NextValueExpr, InferenceElem, TargetEntry, RangeTblRef, JoinExpr, FromExpr, OnConflictExpr, IntoClause, RawStmt, Query, InsertStmt, DeleteStmt, UpdateStmt, SelectStmt, AlterTableStmt, AlterTableCmd, AlterDomainStmt, SetOperationStmt, GrantStmt, GrantRoleStmt, AlterDefaultPrivilegesStmt, ClosePortalStmt, ClusterStmt, CopyStmt, CreateStmt, DefineStmt, DropStmt, TruncateStmt, CommentStmt, FetchStmt, IndexStmt, CreateFunctionStmt, AlterFunctionStmt, DoStmt, RenameStmt, RuleStmt, NotifyStmt, ListenStmt, UnlistenStmt, TransactionStmt, ViewStmt, LoadStmt, CreateDomainStmt, CreatedbStmt, DropdbStmt, VacuumStmt, ExplainStmt, CreateTableAsStmt, CreateSeqStmt, AlterSeqStmt, VariableSetStmt, VariableShowStmt, DiscardStmt, CreateTrigStmt, CreatePLangStmt, CreateRoleStmt, AlterRoleStmt, DropRoleStmt, LockStmt, ConstraintsSetStmt, ReindexStmt, CheckPointStmt, CreateSchemaStmt, AlterDatabaseStmt, AlterDatabaseSetStmt, AlterRoleSetStmt, CreateConversionStmt, CreateCastStmt, CreateOpClassStmt, CreateOpFamilyStmt, AlterOpFamilyStmt, PrepareStmt, ExecuteStmt, DeallocateStmt, DeclareCursorStmt, CreateTableSpaceStmt, DropTableSpaceStmt, AlterObjectDependsStmt, AlterObjectSchemaStmt, AlterOwnerStmt, AlterOperatorStmt, AlterTypeStmt, DropOwnedStmt, ReassignOwnedStmt, CompositeTypeStmt, CreateEnumStmt, CreateRangeStmt, AlterEnumStmt, AlterTSDictionaryStmt, AlterTSConfigurationStmt, CreateFdwStmt, AlterFdwStmt, CreateForeignServerStmt, AlterForeignServerStmt, CreateUserMappingStmt, AlterUserMappingStmt, DropUserMappingStmt, AlterTableSpaceOptionsStmt, AlterTableMoveAllStmt, SecLabelStmt, CreateForeignTableStmt, ImportForeignSchemaStmt, CreateExtensionStmt, AlterExtensionStmt, AlterExtensionContentsStmt, CreateEventTrigStmt, AlterEventTrigStmt, RefreshMatViewStmt, ReplicaIdentityStmt, AlterSystemStmt, CreatePolicyStmt, AlterPolicyStmt, CreateTransformStmt, CreateAmStmt, CreatePublicationStmt, AlterPublicationStmt, CreateSubscriptionStmt, AlterSubscriptionStmt, DropSubscriptionStmt, CreateStatsStmt, AlterCollationStmt, CallStmt, AlterStatsStmt, A_Expr, ColumnRef, ParamRef, A_Const, FuncCall, A_Star, A_Indices, A_Indirection, A_ArrayExpr, ResTarget, MultiAssignRef, TypeCast, CollateClause, SortBy, WindowDef, RangeSubselect, RangeFunction, RangeTableSample, RangeTableFunc, RangeTableFuncCol, TypeName, ColumnDef, IndexElem, Constraint, DefElem, RangeTblEntry, RangeTblFunction, TableSampleClause, WithCheckOption, SortGroupClause, GroupingSet, WindowClause, ObjectWithArgs, AccessPriv, CreateOpClassItem, TableLikeClause, FunctionParameter, LockingClause, RowMarkClause, XmlSerialize, WithClause, InferClause, OnConflictClause, CommonTableExpr, RoleSpec, TriggerTransition, PartitionElem, PartitionSpec, PartitionBoundSpec, PartitionRangeDatum, PartitionCmd, VacuumRelation, InlineCodeBlock, CallContext, ScanToken } from "@pgsql/types";
|
|
6
|
+
import { ParseResult, ScanResult, Integer, Float, String, BitString, Null, List, OidList, IntList, Alias, RangeVar, TableFunc, Expr, Var, Param, Aggref, GroupingFunc, WindowFunc, 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, NullTest, BooleanTest, CoerceToDomain, CoerceToDomainValue, SetToDefault, CurrentOfExpr, NextValueExpr, InferenceElem, TargetEntry, RangeTblRef, JoinExpr, FromExpr, OnConflictExpr, IntoClause, RawStmt, Query, InsertStmt, DeleteStmt, UpdateStmt, SelectStmt, AlterTableStmt, AlterTableCmd, AlterDomainStmt, SetOperationStmt, GrantStmt, GrantRoleStmt, AlterDefaultPrivilegesStmt, ClosePortalStmt, ClusterStmt, CopyStmt, CreateStmt, DefineStmt, DropStmt, TruncateStmt, CommentStmt, FetchStmt, IndexStmt, CreateFunctionStmt, AlterFunctionStmt, DoStmt, RenameStmt, RuleStmt, NotifyStmt, ListenStmt, UnlistenStmt, TransactionStmt, ViewStmt, LoadStmt, CreateDomainStmt, CreatedbStmt, DropdbStmt, VacuumStmt, ExplainStmt, CreateTableAsStmt, CreateSeqStmt, AlterSeqStmt, VariableSetStmt, VariableShowStmt, DiscardStmt, CreateTrigStmt, CreatePLangStmt, CreateRoleStmt, AlterRoleStmt, DropRoleStmt, LockStmt, ConstraintsSetStmt, ReindexStmt, CheckPointStmt, CreateSchemaStmt, AlterDatabaseStmt, AlterDatabaseSetStmt, AlterRoleSetStmt, CreateConversionStmt, CreateCastStmt, CreateOpClassStmt, CreateOpFamilyStmt, AlterOpFamilyStmt, PrepareStmt, ExecuteStmt, DeallocateStmt, DeclareCursorStmt, CreateTableSpaceStmt, DropTableSpaceStmt, AlterObjectDependsStmt, AlterObjectSchemaStmt, AlterOwnerStmt, AlterOperatorStmt, AlterTypeStmt, DropOwnedStmt, ReassignOwnedStmt, CompositeTypeStmt, CreateEnumStmt, CreateRangeStmt, AlterEnumStmt, AlterTSDictionaryStmt, AlterTSConfigurationStmt, CreateFdwStmt, AlterFdwStmt, CreateForeignServerStmt, AlterForeignServerStmt, CreateUserMappingStmt, AlterUserMappingStmt, DropUserMappingStmt, AlterTableSpaceOptionsStmt, AlterTableMoveAllStmt, SecLabelStmt, CreateForeignTableStmt, ImportForeignSchemaStmt, CreateExtensionStmt, AlterExtensionStmt, AlterExtensionContentsStmt, CreateEventTrigStmt, AlterEventTrigStmt, RefreshMatViewStmt, ReplicaIdentityStmt, AlterSystemStmt, CreatePolicyStmt, AlterPolicyStmt, CreateTransformStmt, CreateAmStmt, CreatePublicationStmt, AlterPublicationStmt, CreateSubscriptionStmt, AlterSubscriptionStmt, DropSubscriptionStmt, CreateStatsStmt, AlterCollationStmt, CallStmt, AlterStatsStmt, A_Expr, ColumnRef, ParamRef, A_Const, FuncCall, A_Star, A_Indices, A_Indirection, A_ArrayExpr, ResTarget, MultiAssignRef, TypeCast, CollateClause, SortBy, WindowDef, RangeSubselect, RangeFunction, RangeTableSample, RangeTableFunc, RangeTableFuncCol, TypeName, ColumnDef, IndexElem, Constraint, DefElem, RangeTblEntry, RangeTblFunction, TableSampleClause, WithCheckOption, SortGroupClause, GroupingSet, WindowClause, ObjectWithArgs, AccessPriv, CreateOpClassItem, TableLikeClause, FunctionParameter, LockingClause, RowMarkClause, XmlSerialize, WithClause, InferClause, OnConflictClause, CommonTableExpr, RoleSpec, TriggerTransition, PartitionElem, PartitionSpec, PartitionBoundSpec, PartitionRangeDatum, PartitionCmd, VacuumRelation, InlineCodeBlock, CallContext, ScanToken } from "@pgsql/types/types/wrapped";
|
|
7
7
|
declare const _default: {
|
|
8
|
-
parseResult(_p?: ParseResult): ParseResult;
|
|
9
|
-
scanResult(_p?: ScanResult): ScanResult;
|
|
10
|
-
integer(_p?: Integer): Integer;
|
|
11
|
-
float(_p?: Float): Float;
|
|
12
|
-
string(_p?: String): String;
|
|
13
|
-
bitString(_p?: BitString): BitString;
|
|
14
|
-
null(_p?: Null): Null;
|
|
15
|
-
list(_p?: List): List;
|
|
16
|
-
oidList(_p?: OidList): OidList;
|
|
17
|
-
intList(_p?: IntList): IntList;
|
|
18
|
-
alias(_p?: Alias): Alias;
|
|
19
|
-
rangeVar(_p?: RangeVar): RangeVar;
|
|
20
|
-
tableFunc(_p?: TableFunc): TableFunc;
|
|
21
|
-
expr(_p?: Expr): Expr;
|
|
22
|
-
var(_p?: Var): Var;
|
|
23
|
-
param(_p?: Param): Param;
|
|
24
|
-
aggref(_p?: Aggref): Aggref;
|
|
25
|
-
groupingFunc(_p?: GroupingFunc): GroupingFunc;
|
|
26
|
-
windowFunc(_p?: WindowFunc): WindowFunc;
|
|
27
|
-
subscriptingRef(_p?: SubscriptingRef): SubscriptingRef;
|
|
28
|
-
funcExpr(_p?: FuncExpr): FuncExpr;
|
|
29
|
-
namedArgExpr(_p?: NamedArgExpr): NamedArgExpr;
|
|
30
|
-
opExpr(_p?: OpExpr): OpExpr;
|
|
31
|
-
distinctExpr(_p?: DistinctExpr): DistinctExpr;
|
|
32
|
-
nullIfExpr(_p?: NullIfExpr): NullIfExpr;
|
|
33
|
-
scalarArrayOpExpr(_p?: ScalarArrayOpExpr): ScalarArrayOpExpr;
|
|
34
|
-
boolExpr(_p?: BoolExpr): BoolExpr;
|
|
35
|
-
subLink(_p?: SubLink): SubLink;
|
|
36
|
-
subPlan(_p?: SubPlan): SubPlan;
|
|
37
|
-
alternativeSubPlan(_p?: AlternativeSubPlan): AlternativeSubPlan;
|
|
38
|
-
fieldSelect(_p?: FieldSelect): FieldSelect;
|
|
39
|
-
fieldStore(_p?: FieldStore): FieldStore;
|
|
40
|
-
relabelType(_p?: RelabelType): RelabelType;
|
|
41
|
-
coerceViaio(_p?: CoerceViaIO): CoerceViaIO;
|
|
42
|
-
arrayCoerceExpr(_p?: ArrayCoerceExpr): ArrayCoerceExpr;
|
|
43
|
-
convertRowtypeExpr(_p?: ConvertRowtypeExpr): ConvertRowtypeExpr;
|
|
44
|
-
collateExpr(_p?: CollateExpr): CollateExpr;
|
|
45
|
-
caseExpr(_p?: CaseExpr): CaseExpr;
|
|
46
|
-
caseWhen(_p?: CaseWhen): CaseWhen;
|
|
47
|
-
caseTestExpr(_p?: CaseTestExpr): CaseTestExpr;
|
|
48
|
-
arrayExpr(_p?: ArrayExpr): ArrayExpr;
|
|
49
|
-
rowExpr(_p?: RowExpr): RowExpr;
|
|
50
|
-
rowCompareExpr(_p?: RowCompareExpr): RowCompareExpr;
|
|
51
|
-
coalesceExpr(_p?: CoalesceExpr): CoalesceExpr;
|
|
52
|
-
minMaxExpr(_p?: MinMaxExpr): MinMaxExpr;
|
|
53
|
-
sqlValueFunction(_p?: SQLValueFunction): SQLValueFunction;
|
|
54
|
-
xmlExpr(_p?: XmlExpr): XmlExpr;
|
|
55
|
-
nullTest(_p?: NullTest): NullTest;
|
|
56
|
-
booleanTest(_p?: BooleanTest): BooleanTest;
|
|
57
|
-
coerceToDomain(_p?: CoerceToDomain): CoerceToDomain;
|
|
58
|
-
coerceToDomainValue(_p?: CoerceToDomainValue): CoerceToDomainValue;
|
|
59
|
-
setToDefault(_p?: SetToDefault): SetToDefault;
|
|
60
|
-
currentOfExpr(_p?: CurrentOfExpr): CurrentOfExpr;
|
|
61
|
-
nextValueExpr(_p?: NextValueExpr): NextValueExpr;
|
|
62
|
-
inferenceElem(_p?: InferenceElem): InferenceElem;
|
|
63
|
-
targetEntry(_p?: TargetEntry): TargetEntry;
|
|
64
|
-
rangeTblRef(_p?: RangeTblRef): RangeTblRef;
|
|
65
|
-
joinExpr(_p?: JoinExpr): JoinExpr;
|
|
66
|
-
fromExpr(_p?: FromExpr): FromExpr;
|
|
67
|
-
onConflictExpr(_p?: OnConflictExpr): OnConflictExpr;
|
|
68
|
-
intoClause(_p?: IntoClause): IntoClause;
|
|
69
|
-
rawStmt(_p?: RawStmt): RawStmt;
|
|
70
|
-
query(_p?: Query): Query;
|
|
71
|
-
insertStmt(_p?: InsertStmt): InsertStmt;
|
|
72
|
-
deleteStmt(_p?: DeleteStmt): DeleteStmt;
|
|
73
|
-
updateStmt(_p?: UpdateStmt): UpdateStmt;
|
|
74
|
-
selectStmt(_p?: SelectStmt): SelectStmt;
|
|
75
|
-
alterTableStmt(_p?: AlterTableStmt): AlterTableStmt;
|
|
76
|
-
alterTableCmd(_p?: AlterTableCmd): AlterTableCmd;
|
|
77
|
-
alterDomainStmt(_p?: AlterDomainStmt): AlterDomainStmt;
|
|
78
|
-
setOperationStmt(_p?: SetOperationStmt): SetOperationStmt;
|
|
79
|
-
grantStmt(_p?: GrantStmt): GrantStmt;
|
|
80
|
-
grantRoleStmt(_p?: GrantRoleStmt): GrantRoleStmt;
|
|
81
|
-
alterDefaultPrivilegesStmt(_p?: AlterDefaultPrivilegesStmt): AlterDefaultPrivilegesStmt;
|
|
82
|
-
closePortalStmt(_p?: ClosePortalStmt): ClosePortalStmt;
|
|
83
|
-
clusterStmt(_p?: ClusterStmt): ClusterStmt;
|
|
84
|
-
copyStmt(_p?: CopyStmt): CopyStmt;
|
|
85
|
-
createStmt(_p?: CreateStmt): CreateStmt;
|
|
86
|
-
defineStmt(_p?: DefineStmt): DefineStmt;
|
|
87
|
-
dropStmt(_p?: DropStmt): DropStmt;
|
|
88
|
-
truncateStmt(_p?: TruncateStmt): TruncateStmt;
|
|
89
|
-
commentStmt(_p?: CommentStmt): CommentStmt;
|
|
90
|
-
fetchStmt(_p?: FetchStmt): FetchStmt;
|
|
91
|
-
indexStmt(_p?: IndexStmt): IndexStmt;
|
|
92
|
-
createFunctionStmt(_p?: CreateFunctionStmt): CreateFunctionStmt;
|
|
93
|
-
alterFunctionStmt(_p?: AlterFunctionStmt): AlterFunctionStmt;
|
|
94
|
-
doStmt(_p?: DoStmt): DoStmt;
|
|
95
|
-
renameStmt(_p?: RenameStmt): RenameStmt;
|
|
96
|
-
ruleStmt(_p?: RuleStmt): RuleStmt;
|
|
97
|
-
notifyStmt(_p?: NotifyStmt): NotifyStmt;
|
|
98
|
-
listenStmt(_p?: ListenStmt): ListenStmt;
|
|
99
|
-
unlistenStmt(_p?: UnlistenStmt): UnlistenStmt;
|
|
100
|
-
transactionStmt(_p?: TransactionStmt): TransactionStmt;
|
|
101
|
-
viewStmt(_p?: ViewStmt): ViewStmt;
|
|
102
|
-
loadStmt(_p?: LoadStmt): LoadStmt;
|
|
103
|
-
createDomainStmt(_p?: CreateDomainStmt): CreateDomainStmt;
|
|
104
|
-
createdbStmt(_p?: CreatedbStmt): CreatedbStmt;
|
|
105
|
-
dropdbStmt(_p?: DropdbStmt): DropdbStmt;
|
|
106
|
-
vacuumStmt(_p?: VacuumStmt): VacuumStmt;
|
|
107
|
-
explainStmt(_p?: ExplainStmt): ExplainStmt;
|
|
108
|
-
createTableAsStmt(_p?: CreateTableAsStmt): CreateTableAsStmt;
|
|
109
|
-
createSeqStmt(_p?: CreateSeqStmt): CreateSeqStmt;
|
|
110
|
-
alterSeqStmt(_p?: AlterSeqStmt): AlterSeqStmt;
|
|
111
|
-
variableSetStmt(_p?: VariableSetStmt): VariableSetStmt;
|
|
112
|
-
variableShowStmt(_p?: VariableShowStmt): VariableShowStmt;
|
|
113
|
-
discardStmt(_p?: DiscardStmt): DiscardStmt;
|
|
114
|
-
createTrigStmt(_p?: CreateTrigStmt): CreateTrigStmt;
|
|
115
|
-
createpLangStmt(_p?: CreatePLangStmt): CreatePLangStmt;
|
|
116
|
-
createRoleStmt(_p?: CreateRoleStmt): CreateRoleStmt;
|
|
117
|
-
alterRoleStmt(_p?: AlterRoleStmt): AlterRoleStmt;
|
|
118
|
-
dropRoleStmt(_p?: DropRoleStmt): DropRoleStmt;
|
|
119
|
-
lockStmt(_p?: LockStmt): LockStmt;
|
|
120
|
-
constraintsSetStmt(_p?: ConstraintsSetStmt): ConstraintsSetStmt;
|
|
121
|
-
reindexStmt(_p?: ReindexStmt): ReindexStmt;
|
|
122
|
-
checkPointStmt(_p?: CheckPointStmt): CheckPointStmt;
|
|
123
|
-
createSchemaStmt(_p?: CreateSchemaStmt): CreateSchemaStmt;
|
|
124
|
-
alterDatabaseStmt(_p?: AlterDatabaseStmt): AlterDatabaseStmt;
|
|
125
|
-
alterDatabaseSetStmt(_p?: AlterDatabaseSetStmt): AlterDatabaseSetStmt;
|
|
126
|
-
alterRoleSetStmt(_p?: AlterRoleSetStmt): AlterRoleSetStmt;
|
|
127
|
-
createConversionStmt(_p?: CreateConversionStmt): CreateConversionStmt;
|
|
128
|
-
createCastStmt(_p?: CreateCastStmt): CreateCastStmt;
|
|
129
|
-
createOpClassStmt(_p?: CreateOpClassStmt): CreateOpClassStmt;
|
|
130
|
-
createOpFamilyStmt(_p?: CreateOpFamilyStmt): CreateOpFamilyStmt;
|
|
131
|
-
alterOpFamilyStmt(_p?: AlterOpFamilyStmt): AlterOpFamilyStmt;
|
|
132
|
-
prepareStmt(_p?: PrepareStmt): PrepareStmt;
|
|
133
|
-
executeStmt(_p?: ExecuteStmt): ExecuteStmt;
|
|
134
|
-
deallocateStmt(_p?: DeallocateStmt): DeallocateStmt;
|
|
135
|
-
declareCursorStmt(_p?: DeclareCursorStmt): DeclareCursorStmt;
|
|
136
|
-
createTableSpaceStmt(_p?: CreateTableSpaceStmt): CreateTableSpaceStmt;
|
|
137
|
-
dropTableSpaceStmt(_p?: DropTableSpaceStmt): DropTableSpaceStmt;
|
|
138
|
-
alterObjectDependsStmt(_p?: AlterObjectDependsStmt): AlterObjectDependsStmt;
|
|
139
|
-
alterObjectSchemaStmt(_p?: AlterObjectSchemaStmt): AlterObjectSchemaStmt;
|
|
140
|
-
alterOwnerStmt(_p?: AlterOwnerStmt): AlterOwnerStmt;
|
|
141
|
-
alterOperatorStmt(_p?: AlterOperatorStmt): AlterOperatorStmt;
|
|
142
|
-
alterTypeStmt(_p?: AlterTypeStmt): AlterTypeStmt;
|
|
143
|
-
dropOwnedStmt(_p?: DropOwnedStmt): DropOwnedStmt;
|
|
144
|
-
reassignOwnedStmt(_p?: ReassignOwnedStmt): ReassignOwnedStmt;
|
|
145
|
-
compositeTypeStmt(_p?: CompositeTypeStmt): CompositeTypeStmt;
|
|
146
|
-
createEnumStmt(_p?: CreateEnumStmt): CreateEnumStmt;
|
|
147
|
-
createRangeStmt(_p?: CreateRangeStmt): CreateRangeStmt;
|
|
148
|
-
alterEnumStmt(_p?: AlterEnumStmt): AlterEnumStmt;
|
|
149
|
-
altertsDictionaryStmt(_p?: AlterTSDictionaryStmt): AlterTSDictionaryStmt;
|
|
150
|
-
altertsConfigurationStmt(_p?: AlterTSConfigurationStmt): AlterTSConfigurationStmt;
|
|
151
|
-
createFdwStmt(_p?: CreateFdwStmt): CreateFdwStmt;
|
|
152
|
-
alterFdwStmt(_p?: AlterFdwStmt): AlterFdwStmt;
|
|
153
|
-
createForeignServerStmt(_p?: CreateForeignServerStmt): CreateForeignServerStmt;
|
|
154
|
-
alterForeignServerStmt(_p?: AlterForeignServerStmt): AlterForeignServerStmt;
|
|
155
|
-
createUserMappingStmt(_p?: CreateUserMappingStmt): CreateUserMappingStmt;
|
|
156
|
-
alterUserMappingStmt(_p?: AlterUserMappingStmt): AlterUserMappingStmt;
|
|
157
|
-
dropUserMappingStmt(_p?: DropUserMappingStmt): DropUserMappingStmt;
|
|
158
|
-
alterTableSpaceOptionsStmt(_p?: AlterTableSpaceOptionsStmt): AlterTableSpaceOptionsStmt;
|
|
159
|
-
alterTableMoveAllStmt(_p?: AlterTableMoveAllStmt): AlterTableMoveAllStmt;
|
|
160
|
-
secLabelStmt(_p?: SecLabelStmt): SecLabelStmt;
|
|
161
|
-
createForeignTableStmt(_p?: CreateForeignTableStmt): CreateForeignTableStmt;
|
|
162
|
-
importForeignSchemaStmt(_p?: ImportForeignSchemaStmt): ImportForeignSchemaStmt;
|
|
163
|
-
createExtensionStmt(_p?: CreateExtensionStmt): CreateExtensionStmt;
|
|
164
|
-
alterExtensionStmt(_p?: AlterExtensionStmt): AlterExtensionStmt;
|
|
165
|
-
alterExtensionContentsStmt(_p?: AlterExtensionContentsStmt): AlterExtensionContentsStmt;
|
|
166
|
-
createEventTrigStmt(_p?: CreateEventTrigStmt): CreateEventTrigStmt;
|
|
167
|
-
alterEventTrigStmt(_p?: AlterEventTrigStmt): AlterEventTrigStmt;
|
|
168
|
-
refreshMatViewStmt(_p?: RefreshMatViewStmt): RefreshMatViewStmt;
|
|
169
|
-
replicaIdentityStmt(_p?: ReplicaIdentityStmt): ReplicaIdentityStmt;
|
|
170
|
-
alterSystemStmt(_p?: AlterSystemStmt): AlterSystemStmt;
|
|
171
|
-
createPolicyStmt(_p?: CreatePolicyStmt): CreatePolicyStmt;
|
|
172
|
-
alterPolicyStmt(_p?: AlterPolicyStmt): AlterPolicyStmt;
|
|
173
|
-
createTransformStmt(_p?: CreateTransformStmt): CreateTransformStmt;
|
|
174
|
-
createAmStmt(_p?: CreateAmStmt): CreateAmStmt;
|
|
175
|
-
createPublicationStmt(_p?: CreatePublicationStmt): CreatePublicationStmt;
|
|
176
|
-
alterPublicationStmt(_p?: AlterPublicationStmt): AlterPublicationStmt;
|
|
177
|
-
createSubscriptionStmt(_p?: CreateSubscriptionStmt): CreateSubscriptionStmt;
|
|
178
|
-
alterSubscriptionStmt(_p?: AlterSubscriptionStmt): AlterSubscriptionStmt;
|
|
179
|
-
dropSubscriptionStmt(_p?: DropSubscriptionStmt): DropSubscriptionStmt;
|
|
180
|
-
createStatsStmt(_p?: CreateStatsStmt): CreateStatsStmt;
|
|
181
|
-
alterCollationStmt(_p?: AlterCollationStmt): AlterCollationStmt;
|
|
182
|
-
callStmt(_p?: CallStmt): CallStmt;
|
|
183
|
-
alterStatsStmt(_p?: AlterStatsStmt): AlterStatsStmt;
|
|
184
|
-
aExpr(_p?: A_Expr): A_Expr;
|
|
185
|
-
columnRef(_p?: ColumnRef): ColumnRef;
|
|
186
|
-
paramRef(_p?: ParamRef): ParamRef;
|
|
187
|
-
aConst(_p?: A_Const): A_Const;
|
|
188
|
-
funcCall(_p?: FuncCall): FuncCall;
|
|
189
|
-
aStar(_p?: A_Star): A_Star;
|
|
190
|
-
aIndices(_p?: A_Indices): A_Indices;
|
|
191
|
-
aIndirection(_p?: A_Indirection): A_Indirection;
|
|
192
|
-
aArrayExpr(_p?: A_ArrayExpr): A_ArrayExpr;
|
|
193
|
-
resTarget(_p?: ResTarget): ResTarget;
|
|
194
|
-
multiAssignRef(_p?: MultiAssignRef): MultiAssignRef;
|
|
195
|
-
typeCast(_p?: TypeCast): TypeCast;
|
|
196
|
-
collateClause(_p?: CollateClause): CollateClause;
|
|
197
|
-
sortBy(_p?: SortBy): SortBy;
|
|
198
|
-
windowDef(_p?: WindowDef): WindowDef;
|
|
199
|
-
rangeSubselect(_p?: RangeSubselect): RangeSubselect;
|
|
200
|
-
rangeFunction(_p?: RangeFunction): RangeFunction;
|
|
201
|
-
rangeTableSample(_p?: RangeTableSample): RangeTableSample;
|
|
202
|
-
rangeTableFunc(_p?: RangeTableFunc): RangeTableFunc;
|
|
203
|
-
rangeTableFuncCol(_p?: RangeTableFuncCol): RangeTableFuncCol;
|
|
8
|
+
parseResult(_p?: ParseResult["ParseResult"]): ParseResult;
|
|
9
|
+
scanResult(_p?: ScanResult["ScanResult"]): ScanResult;
|
|
10
|
+
integer(_p?: Integer["Integer"]): Integer;
|
|
11
|
+
float(_p?: Float["Float"]): Float;
|
|
12
|
+
string(_p?: String["String"]): String;
|
|
13
|
+
bitString(_p?: BitString["BitString"]): BitString;
|
|
14
|
+
null(_p?: Null["Null"]): Null;
|
|
15
|
+
list(_p?: List["List"]): List;
|
|
16
|
+
oidList(_p?: OidList["OidList"]): OidList;
|
|
17
|
+
intList(_p?: IntList["IntList"]): IntList;
|
|
18
|
+
alias(_p?: Alias["Alias"]): Alias;
|
|
19
|
+
rangeVar(_p?: RangeVar["RangeVar"]): RangeVar;
|
|
20
|
+
tableFunc(_p?: TableFunc["TableFunc"]): TableFunc;
|
|
21
|
+
expr(_p?: Expr["Expr"]): Expr;
|
|
22
|
+
var(_p?: Var["Var"]): Var;
|
|
23
|
+
param(_p?: Param["Param"]): Param;
|
|
24
|
+
aggref(_p?: Aggref["Aggref"]): Aggref;
|
|
25
|
+
groupingFunc(_p?: GroupingFunc["GroupingFunc"]): GroupingFunc;
|
|
26
|
+
windowFunc(_p?: WindowFunc["WindowFunc"]): WindowFunc;
|
|
27
|
+
subscriptingRef(_p?: SubscriptingRef["SubscriptingRef"]): SubscriptingRef;
|
|
28
|
+
funcExpr(_p?: FuncExpr["FuncExpr"]): FuncExpr;
|
|
29
|
+
namedArgExpr(_p?: NamedArgExpr["NamedArgExpr"]): NamedArgExpr;
|
|
30
|
+
opExpr(_p?: OpExpr["OpExpr"]): OpExpr;
|
|
31
|
+
distinctExpr(_p?: DistinctExpr["DistinctExpr"]): DistinctExpr;
|
|
32
|
+
nullIfExpr(_p?: NullIfExpr["NullIfExpr"]): NullIfExpr;
|
|
33
|
+
scalarArrayOpExpr(_p?: ScalarArrayOpExpr["ScalarArrayOpExpr"]): ScalarArrayOpExpr;
|
|
34
|
+
boolExpr(_p?: BoolExpr["BoolExpr"]): BoolExpr;
|
|
35
|
+
subLink(_p?: SubLink["SubLink"]): SubLink;
|
|
36
|
+
subPlan(_p?: SubPlan["SubPlan"]): SubPlan;
|
|
37
|
+
alternativeSubPlan(_p?: AlternativeSubPlan["AlternativeSubPlan"]): AlternativeSubPlan;
|
|
38
|
+
fieldSelect(_p?: FieldSelect["FieldSelect"]): FieldSelect;
|
|
39
|
+
fieldStore(_p?: FieldStore["FieldStore"]): FieldStore;
|
|
40
|
+
relabelType(_p?: RelabelType["RelabelType"]): RelabelType;
|
|
41
|
+
coerceViaio(_p?: CoerceViaIO["CoerceViaIO"]): CoerceViaIO;
|
|
42
|
+
arrayCoerceExpr(_p?: ArrayCoerceExpr["ArrayCoerceExpr"]): ArrayCoerceExpr;
|
|
43
|
+
convertRowtypeExpr(_p?: ConvertRowtypeExpr["ConvertRowtypeExpr"]): ConvertRowtypeExpr;
|
|
44
|
+
collateExpr(_p?: CollateExpr["CollateExpr"]): CollateExpr;
|
|
45
|
+
caseExpr(_p?: CaseExpr["CaseExpr"]): CaseExpr;
|
|
46
|
+
caseWhen(_p?: CaseWhen["CaseWhen"]): CaseWhen;
|
|
47
|
+
caseTestExpr(_p?: CaseTestExpr["CaseTestExpr"]): CaseTestExpr;
|
|
48
|
+
arrayExpr(_p?: ArrayExpr["ArrayExpr"]): ArrayExpr;
|
|
49
|
+
rowExpr(_p?: RowExpr["RowExpr"]): RowExpr;
|
|
50
|
+
rowCompareExpr(_p?: RowCompareExpr["RowCompareExpr"]): RowCompareExpr;
|
|
51
|
+
coalesceExpr(_p?: CoalesceExpr["CoalesceExpr"]): CoalesceExpr;
|
|
52
|
+
minMaxExpr(_p?: MinMaxExpr["MinMaxExpr"]): MinMaxExpr;
|
|
53
|
+
sqlValueFunction(_p?: SQLValueFunction["SQLValueFunction"]): SQLValueFunction;
|
|
54
|
+
xmlExpr(_p?: XmlExpr["XmlExpr"]): XmlExpr;
|
|
55
|
+
nullTest(_p?: NullTest["NullTest"]): NullTest;
|
|
56
|
+
booleanTest(_p?: BooleanTest["BooleanTest"]): BooleanTest;
|
|
57
|
+
coerceToDomain(_p?: CoerceToDomain["CoerceToDomain"]): CoerceToDomain;
|
|
58
|
+
coerceToDomainValue(_p?: CoerceToDomainValue["CoerceToDomainValue"]): CoerceToDomainValue;
|
|
59
|
+
setToDefault(_p?: SetToDefault["SetToDefault"]): SetToDefault;
|
|
60
|
+
currentOfExpr(_p?: CurrentOfExpr["CurrentOfExpr"]): CurrentOfExpr;
|
|
61
|
+
nextValueExpr(_p?: NextValueExpr["NextValueExpr"]): NextValueExpr;
|
|
62
|
+
inferenceElem(_p?: InferenceElem["InferenceElem"]): InferenceElem;
|
|
63
|
+
targetEntry(_p?: TargetEntry["TargetEntry"]): TargetEntry;
|
|
64
|
+
rangeTblRef(_p?: RangeTblRef["RangeTblRef"]): RangeTblRef;
|
|
65
|
+
joinExpr(_p?: JoinExpr["JoinExpr"]): JoinExpr;
|
|
66
|
+
fromExpr(_p?: FromExpr["FromExpr"]): FromExpr;
|
|
67
|
+
onConflictExpr(_p?: OnConflictExpr["OnConflictExpr"]): OnConflictExpr;
|
|
68
|
+
intoClause(_p?: IntoClause["IntoClause"]): IntoClause;
|
|
69
|
+
rawStmt(_p?: RawStmt["RawStmt"]): RawStmt;
|
|
70
|
+
query(_p?: Query["Query"]): Query;
|
|
71
|
+
insertStmt(_p?: InsertStmt["InsertStmt"]): InsertStmt;
|
|
72
|
+
deleteStmt(_p?: DeleteStmt["DeleteStmt"]): DeleteStmt;
|
|
73
|
+
updateStmt(_p?: UpdateStmt["UpdateStmt"]): UpdateStmt;
|
|
74
|
+
selectStmt(_p?: SelectStmt["SelectStmt"]): SelectStmt;
|
|
75
|
+
alterTableStmt(_p?: AlterTableStmt["AlterTableStmt"]): AlterTableStmt;
|
|
76
|
+
alterTableCmd(_p?: AlterTableCmd["AlterTableCmd"]): AlterTableCmd;
|
|
77
|
+
alterDomainStmt(_p?: AlterDomainStmt["AlterDomainStmt"]): AlterDomainStmt;
|
|
78
|
+
setOperationStmt(_p?: SetOperationStmt["SetOperationStmt"]): SetOperationStmt;
|
|
79
|
+
grantStmt(_p?: GrantStmt["GrantStmt"]): GrantStmt;
|
|
80
|
+
grantRoleStmt(_p?: GrantRoleStmt["GrantRoleStmt"]): GrantRoleStmt;
|
|
81
|
+
alterDefaultPrivilegesStmt(_p?: AlterDefaultPrivilegesStmt["AlterDefaultPrivilegesStmt"]): AlterDefaultPrivilegesStmt;
|
|
82
|
+
closePortalStmt(_p?: ClosePortalStmt["ClosePortalStmt"]): ClosePortalStmt;
|
|
83
|
+
clusterStmt(_p?: ClusterStmt["ClusterStmt"]): ClusterStmt;
|
|
84
|
+
copyStmt(_p?: CopyStmt["CopyStmt"]): CopyStmt;
|
|
85
|
+
createStmt(_p?: CreateStmt["CreateStmt"]): CreateStmt;
|
|
86
|
+
defineStmt(_p?: DefineStmt["DefineStmt"]): DefineStmt;
|
|
87
|
+
dropStmt(_p?: DropStmt["DropStmt"]): DropStmt;
|
|
88
|
+
truncateStmt(_p?: TruncateStmt["TruncateStmt"]): TruncateStmt;
|
|
89
|
+
commentStmt(_p?: CommentStmt["CommentStmt"]): CommentStmt;
|
|
90
|
+
fetchStmt(_p?: FetchStmt["FetchStmt"]): FetchStmt;
|
|
91
|
+
indexStmt(_p?: IndexStmt["IndexStmt"]): IndexStmt;
|
|
92
|
+
createFunctionStmt(_p?: CreateFunctionStmt["CreateFunctionStmt"]): CreateFunctionStmt;
|
|
93
|
+
alterFunctionStmt(_p?: AlterFunctionStmt["AlterFunctionStmt"]): AlterFunctionStmt;
|
|
94
|
+
doStmt(_p?: DoStmt["DoStmt"]): DoStmt;
|
|
95
|
+
renameStmt(_p?: RenameStmt["RenameStmt"]): RenameStmt;
|
|
96
|
+
ruleStmt(_p?: RuleStmt["RuleStmt"]): RuleStmt;
|
|
97
|
+
notifyStmt(_p?: NotifyStmt["NotifyStmt"]): NotifyStmt;
|
|
98
|
+
listenStmt(_p?: ListenStmt["ListenStmt"]): ListenStmt;
|
|
99
|
+
unlistenStmt(_p?: UnlistenStmt["UnlistenStmt"]): UnlistenStmt;
|
|
100
|
+
transactionStmt(_p?: TransactionStmt["TransactionStmt"]): TransactionStmt;
|
|
101
|
+
viewStmt(_p?: ViewStmt["ViewStmt"]): ViewStmt;
|
|
102
|
+
loadStmt(_p?: LoadStmt["LoadStmt"]): LoadStmt;
|
|
103
|
+
createDomainStmt(_p?: CreateDomainStmt["CreateDomainStmt"]): CreateDomainStmt;
|
|
104
|
+
createdbStmt(_p?: CreatedbStmt["CreatedbStmt"]): CreatedbStmt;
|
|
105
|
+
dropdbStmt(_p?: DropdbStmt["DropdbStmt"]): DropdbStmt;
|
|
106
|
+
vacuumStmt(_p?: VacuumStmt["VacuumStmt"]): VacuumStmt;
|
|
107
|
+
explainStmt(_p?: ExplainStmt["ExplainStmt"]): ExplainStmt;
|
|
108
|
+
createTableAsStmt(_p?: CreateTableAsStmt["CreateTableAsStmt"]): CreateTableAsStmt;
|
|
109
|
+
createSeqStmt(_p?: CreateSeqStmt["CreateSeqStmt"]): CreateSeqStmt;
|
|
110
|
+
alterSeqStmt(_p?: AlterSeqStmt["AlterSeqStmt"]): AlterSeqStmt;
|
|
111
|
+
variableSetStmt(_p?: VariableSetStmt["VariableSetStmt"]): VariableSetStmt;
|
|
112
|
+
variableShowStmt(_p?: VariableShowStmt["VariableShowStmt"]): VariableShowStmt;
|
|
113
|
+
discardStmt(_p?: DiscardStmt["DiscardStmt"]): DiscardStmt;
|
|
114
|
+
createTrigStmt(_p?: CreateTrigStmt["CreateTrigStmt"]): CreateTrigStmt;
|
|
115
|
+
createpLangStmt(_p?: CreatePLangStmt["CreatePLangStmt"]): CreatePLangStmt;
|
|
116
|
+
createRoleStmt(_p?: CreateRoleStmt["CreateRoleStmt"]): CreateRoleStmt;
|
|
117
|
+
alterRoleStmt(_p?: AlterRoleStmt["AlterRoleStmt"]): AlterRoleStmt;
|
|
118
|
+
dropRoleStmt(_p?: DropRoleStmt["DropRoleStmt"]): DropRoleStmt;
|
|
119
|
+
lockStmt(_p?: LockStmt["LockStmt"]): LockStmt;
|
|
120
|
+
constraintsSetStmt(_p?: ConstraintsSetStmt["ConstraintsSetStmt"]): ConstraintsSetStmt;
|
|
121
|
+
reindexStmt(_p?: ReindexStmt["ReindexStmt"]): ReindexStmt;
|
|
122
|
+
checkPointStmt(_p?: CheckPointStmt["CheckPointStmt"]): CheckPointStmt;
|
|
123
|
+
createSchemaStmt(_p?: CreateSchemaStmt["CreateSchemaStmt"]): CreateSchemaStmt;
|
|
124
|
+
alterDatabaseStmt(_p?: AlterDatabaseStmt["AlterDatabaseStmt"]): AlterDatabaseStmt;
|
|
125
|
+
alterDatabaseSetStmt(_p?: AlterDatabaseSetStmt["AlterDatabaseSetStmt"]): AlterDatabaseSetStmt;
|
|
126
|
+
alterRoleSetStmt(_p?: AlterRoleSetStmt["AlterRoleSetStmt"]): AlterRoleSetStmt;
|
|
127
|
+
createConversionStmt(_p?: CreateConversionStmt["CreateConversionStmt"]): CreateConversionStmt;
|
|
128
|
+
createCastStmt(_p?: CreateCastStmt["CreateCastStmt"]): CreateCastStmt;
|
|
129
|
+
createOpClassStmt(_p?: CreateOpClassStmt["CreateOpClassStmt"]): CreateOpClassStmt;
|
|
130
|
+
createOpFamilyStmt(_p?: CreateOpFamilyStmt["CreateOpFamilyStmt"]): CreateOpFamilyStmt;
|
|
131
|
+
alterOpFamilyStmt(_p?: AlterOpFamilyStmt["AlterOpFamilyStmt"]): AlterOpFamilyStmt;
|
|
132
|
+
prepareStmt(_p?: PrepareStmt["PrepareStmt"]): PrepareStmt;
|
|
133
|
+
executeStmt(_p?: ExecuteStmt["ExecuteStmt"]): ExecuteStmt;
|
|
134
|
+
deallocateStmt(_p?: DeallocateStmt["DeallocateStmt"]): DeallocateStmt;
|
|
135
|
+
declareCursorStmt(_p?: DeclareCursorStmt["DeclareCursorStmt"]): DeclareCursorStmt;
|
|
136
|
+
createTableSpaceStmt(_p?: CreateTableSpaceStmt["CreateTableSpaceStmt"]): CreateTableSpaceStmt;
|
|
137
|
+
dropTableSpaceStmt(_p?: DropTableSpaceStmt["DropTableSpaceStmt"]): DropTableSpaceStmt;
|
|
138
|
+
alterObjectDependsStmt(_p?: AlterObjectDependsStmt["AlterObjectDependsStmt"]): AlterObjectDependsStmt;
|
|
139
|
+
alterObjectSchemaStmt(_p?: AlterObjectSchemaStmt["AlterObjectSchemaStmt"]): AlterObjectSchemaStmt;
|
|
140
|
+
alterOwnerStmt(_p?: AlterOwnerStmt["AlterOwnerStmt"]): AlterOwnerStmt;
|
|
141
|
+
alterOperatorStmt(_p?: AlterOperatorStmt["AlterOperatorStmt"]): AlterOperatorStmt;
|
|
142
|
+
alterTypeStmt(_p?: AlterTypeStmt["AlterTypeStmt"]): AlterTypeStmt;
|
|
143
|
+
dropOwnedStmt(_p?: DropOwnedStmt["DropOwnedStmt"]): DropOwnedStmt;
|
|
144
|
+
reassignOwnedStmt(_p?: ReassignOwnedStmt["ReassignOwnedStmt"]): ReassignOwnedStmt;
|
|
145
|
+
compositeTypeStmt(_p?: CompositeTypeStmt["CompositeTypeStmt"]): CompositeTypeStmt;
|
|
146
|
+
createEnumStmt(_p?: CreateEnumStmt["CreateEnumStmt"]): CreateEnumStmt;
|
|
147
|
+
createRangeStmt(_p?: CreateRangeStmt["CreateRangeStmt"]): CreateRangeStmt;
|
|
148
|
+
alterEnumStmt(_p?: AlterEnumStmt["AlterEnumStmt"]): AlterEnumStmt;
|
|
149
|
+
altertsDictionaryStmt(_p?: AlterTSDictionaryStmt["AlterTSDictionaryStmt"]): AlterTSDictionaryStmt;
|
|
150
|
+
altertsConfigurationStmt(_p?: AlterTSConfigurationStmt["AlterTSConfigurationStmt"]): AlterTSConfigurationStmt;
|
|
151
|
+
createFdwStmt(_p?: CreateFdwStmt["CreateFdwStmt"]): CreateFdwStmt;
|
|
152
|
+
alterFdwStmt(_p?: AlterFdwStmt["AlterFdwStmt"]): AlterFdwStmt;
|
|
153
|
+
createForeignServerStmt(_p?: CreateForeignServerStmt["CreateForeignServerStmt"]): CreateForeignServerStmt;
|
|
154
|
+
alterForeignServerStmt(_p?: AlterForeignServerStmt["AlterForeignServerStmt"]): AlterForeignServerStmt;
|
|
155
|
+
createUserMappingStmt(_p?: CreateUserMappingStmt["CreateUserMappingStmt"]): CreateUserMappingStmt;
|
|
156
|
+
alterUserMappingStmt(_p?: AlterUserMappingStmt["AlterUserMappingStmt"]): AlterUserMappingStmt;
|
|
157
|
+
dropUserMappingStmt(_p?: DropUserMappingStmt["DropUserMappingStmt"]): DropUserMappingStmt;
|
|
158
|
+
alterTableSpaceOptionsStmt(_p?: AlterTableSpaceOptionsStmt["AlterTableSpaceOptionsStmt"]): AlterTableSpaceOptionsStmt;
|
|
159
|
+
alterTableMoveAllStmt(_p?: AlterTableMoveAllStmt["AlterTableMoveAllStmt"]): AlterTableMoveAllStmt;
|
|
160
|
+
secLabelStmt(_p?: SecLabelStmt["SecLabelStmt"]): SecLabelStmt;
|
|
161
|
+
createForeignTableStmt(_p?: CreateForeignTableStmt["CreateForeignTableStmt"]): CreateForeignTableStmt;
|
|
162
|
+
importForeignSchemaStmt(_p?: ImportForeignSchemaStmt["ImportForeignSchemaStmt"]): ImportForeignSchemaStmt;
|
|
163
|
+
createExtensionStmt(_p?: CreateExtensionStmt["CreateExtensionStmt"]): CreateExtensionStmt;
|
|
164
|
+
alterExtensionStmt(_p?: AlterExtensionStmt["AlterExtensionStmt"]): AlterExtensionStmt;
|
|
165
|
+
alterExtensionContentsStmt(_p?: AlterExtensionContentsStmt["AlterExtensionContentsStmt"]): AlterExtensionContentsStmt;
|
|
166
|
+
createEventTrigStmt(_p?: CreateEventTrigStmt["CreateEventTrigStmt"]): CreateEventTrigStmt;
|
|
167
|
+
alterEventTrigStmt(_p?: AlterEventTrigStmt["AlterEventTrigStmt"]): AlterEventTrigStmt;
|
|
168
|
+
refreshMatViewStmt(_p?: RefreshMatViewStmt["RefreshMatViewStmt"]): RefreshMatViewStmt;
|
|
169
|
+
replicaIdentityStmt(_p?: ReplicaIdentityStmt["ReplicaIdentityStmt"]): ReplicaIdentityStmt;
|
|
170
|
+
alterSystemStmt(_p?: AlterSystemStmt["AlterSystemStmt"]): AlterSystemStmt;
|
|
171
|
+
createPolicyStmt(_p?: CreatePolicyStmt["CreatePolicyStmt"]): CreatePolicyStmt;
|
|
172
|
+
alterPolicyStmt(_p?: AlterPolicyStmt["AlterPolicyStmt"]): AlterPolicyStmt;
|
|
173
|
+
createTransformStmt(_p?: CreateTransformStmt["CreateTransformStmt"]): CreateTransformStmt;
|
|
174
|
+
createAmStmt(_p?: CreateAmStmt["CreateAmStmt"]): CreateAmStmt;
|
|
175
|
+
createPublicationStmt(_p?: CreatePublicationStmt["CreatePublicationStmt"]): CreatePublicationStmt;
|
|
176
|
+
alterPublicationStmt(_p?: AlterPublicationStmt["AlterPublicationStmt"]): AlterPublicationStmt;
|
|
177
|
+
createSubscriptionStmt(_p?: CreateSubscriptionStmt["CreateSubscriptionStmt"]): CreateSubscriptionStmt;
|
|
178
|
+
alterSubscriptionStmt(_p?: AlterSubscriptionStmt["AlterSubscriptionStmt"]): AlterSubscriptionStmt;
|
|
179
|
+
dropSubscriptionStmt(_p?: DropSubscriptionStmt["DropSubscriptionStmt"]): DropSubscriptionStmt;
|
|
180
|
+
createStatsStmt(_p?: CreateStatsStmt["CreateStatsStmt"]): CreateStatsStmt;
|
|
181
|
+
alterCollationStmt(_p?: AlterCollationStmt["AlterCollationStmt"]): AlterCollationStmt;
|
|
182
|
+
callStmt(_p?: CallStmt["CallStmt"]): CallStmt;
|
|
183
|
+
alterStatsStmt(_p?: AlterStatsStmt["AlterStatsStmt"]): AlterStatsStmt;
|
|
184
|
+
aExpr(_p?: A_Expr["A_Expr"]): A_Expr;
|
|
185
|
+
columnRef(_p?: ColumnRef["ColumnRef"]): ColumnRef;
|
|
186
|
+
paramRef(_p?: ParamRef["ParamRef"]): ParamRef;
|
|
187
|
+
aConst(_p?: A_Const["A_Const"]): A_Const;
|
|
188
|
+
funcCall(_p?: FuncCall["FuncCall"]): FuncCall;
|
|
189
|
+
aStar(_p?: A_Star["A_Star"]): A_Star;
|
|
190
|
+
aIndices(_p?: A_Indices["A_Indices"]): A_Indices;
|
|
191
|
+
aIndirection(_p?: A_Indirection["A_Indirection"]): A_Indirection;
|
|
192
|
+
aArrayExpr(_p?: A_ArrayExpr["A_ArrayExpr"]): A_ArrayExpr;
|
|
193
|
+
resTarget(_p?: ResTarget["ResTarget"]): ResTarget;
|
|
194
|
+
multiAssignRef(_p?: MultiAssignRef["MultiAssignRef"]): MultiAssignRef;
|
|
195
|
+
typeCast(_p?: TypeCast["TypeCast"]): TypeCast;
|
|
196
|
+
collateClause(_p?: CollateClause["CollateClause"]): CollateClause;
|
|
197
|
+
sortBy(_p?: SortBy["SortBy"]): SortBy;
|
|
198
|
+
windowDef(_p?: WindowDef["WindowDef"]): WindowDef;
|
|
199
|
+
rangeSubselect(_p?: RangeSubselect["RangeSubselect"]): RangeSubselect;
|
|
200
|
+
rangeFunction(_p?: RangeFunction["RangeFunction"]): RangeFunction;
|
|
201
|
+
rangeTableSample(_p?: RangeTableSample["RangeTableSample"]): RangeTableSample;
|
|
202
|
+
rangeTableFunc(_p?: RangeTableFunc["RangeTableFunc"]): RangeTableFunc;
|
|
203
|
+
rangeTableFuncCol(_p?: RangeTableFuncCol["RangeTableFuncCol"]): RangeTableFuncCol;
|
|
204
204
|
typeName(_p?: TypeName): TypeName;
|
|
205
|
-
columnDef(_p?: ColumnDef): ColumnDef;
|
|
206
|
-
indexElem(_p?: IndexElem): IndexElem;
|
|
207
|
-
constraint(_p?: Constraint): Constraint;
|
|
208
|
-
defElem(_p?: DefElem): DefElem;
|
|
209
|
-
rangeTblEntry(_p?: RangeTblEntry): RangeTblEntry;
|
|
210
|
-
rangeTblFunction(_p?: RangeTblFunction): RangeTblFunction;
|
|
211
|
-
tableSampleClause(_p?: TableSampleClause): TableSampleClause;
|
|
212
|
-
withCheckOption(_p?: WithCheckOption): WithCheckOption;
|
|
213
|
-
sortGroupClause(_p?: SortGroupClause): SortGroupClause;
|
|
214
|
-
groupingSet(_p?: GroupingSet): GroupingSet;
|
|
215
|
-
windowClause(_p?: WindowClause): WindowClause;
|
|
216
|
-
objectWithArgs(_p?: ObjectWithArgs): ObjectWithArgs;
|
|
217
|
-
accessPriv(_p?: AccessPriv): AccessPriv;
|
|
218
|
-
createOpClassItem(_p?: CreateOpClassItem): CreateOpClassItem;
|
|
219
|
-
tableLikeClause(_p?: TableLikeClause): TableLikeClause;
|
|
220
|
-
functionParameter(_p?: FunctionParameter): FunctionParameter;
|
|
221
|
-
lockingClause(_p?: LockingClause): LockingClause;
|
|
222
|
-
rowMarkClause(_p?: RowMarkClause): RowMarkClause;
|
|
223
|
-
xmlSerialize(_p?: XmlSerialize): XmlSerialize;
|
|
224
|
-
withClause(_p?: WithClause): WithClause;
|
|
225
|
-
inferClause(_p?: InferClause): InferClause;
|
|
226
|
-
onConflictClause(_p?: OnConflictClause): OnConflictClause;
|
|
227
|
-
commonTableExpr(_p?: CommonTableExpr): CommonTableExpr;
|
|
228
|
-
roleSpec(_p?: RoleSpec): RoleSpec;
|
|
229
|
-
triggerTransition(_p?: TriggerTransition): TriggerTransition;
|
|
230
|
-
partitionElem(_p?: PartitionElem): PartitionElem;
|
|
231
|
-
partitionSpec(_p?: PartitionSpec): PartitionSpec;
|
|
232
|
-
partitionBoundSpec(_p?: PartitionBoundSpec): PartitionBoundSpec;
|
|
233
|
-
partitionRangeDatum(_p?: PartitionRangeDatum): PartitionRangeDatum;
|
|
234
|
-
partitionCmd(_p?: PartitionCmd): PartitionCmd;
|
|
235
|
-
vacuumRelation(_p?: VacuumRelation): VacuumRelation;
|
|
236
|
-
inlineCodeBlock(_p?: InlineCodeBlock): InlineCodeBlock;
|
|
237
|
-
callContext(_p?: CallContext): CallContext;
|
|
238
|
-
scanToken(_p?: ScanToken): ScanToken;
|
|
205
|
+
columnDef(_p?: ColumnDef["ColumnDef"]): ColumnDef;
|
|
206
|
+
indexElem(_p?: IndexElem["IndexElem"]): IndexElem;
|
|
207
|
+
constraint(_p?: Constraint["Constraint"]): Constraint;
|
|
208
|
+
defElem(_p?: DefElem["DefElem"]): DefElem;
|
|
209
|
+
rangeTblEntry(_p?: RangeTblEntry["RangeTblEntry"]): RangeTblEntry;
|
|
210
|
+
rangeTblFunction(_p?: RangeTblFunction["RangeTblFunction"]): RangeTblFunction;
|
|
211
|
+
tableSampleClause(_p?: TableSampleClause["TableSampleClause"]): TableSampleClause;
|
|
212
|
+
withCheckOption(_p?: WithCheckOption["WithCheckOption"]): WithCheckOption;
|
|
213
|
+
sortGroupClause(_p?: SortGroupClause["SortGroupClause"]): SortGroupClause;
|
|
214
|
+
groupingSet(_p?: GroupingSet["GroupingSet"]): GroupingSet;
|
|
215
|
+
windowClause(_p?: WindowClause["WindowClause"]): WindowClause;
|
|
216
|
+
objectWithArgs(_p?: ObjectWithArgs["ObjectWithArgs"]): ObjectWithArgs;
|
|
217
|
+
accessPriv(_p?: AccessPriv["AccessPriv"]): AccessPriv;
|
|
218
|
+
createOpClassItem(_p?: CreateOpClassItem["CreateOpClassItem"]): CreateOpClassItem;
|
|
219
|
+
tableLikeClause(_p?: TableLikeClause["TableLikeClause"]): TableLikeClause;
|
|
220
|
+
functionParameter(_p?: FunctionParameter["FunctionParameter"]): FunctionParameter;
|
|
221
|
+
lockingClause(_p?: LockingClause["LockingClause"]): LockingClause;
|
|
222
|
+
rowMarkClause(_p?: RowMarkClause["RowMarkClause"]): RowMarkClause;
|
|
223
|
+
xmlSerialize(_p?: XmlSerialize["XmlSerialize"]): XmlSerialize;
|
|
224
|
+
withClause(_p?: WithClause["WithClause"]): WithClause;
|
|
225
|
+
inferClause(_p?: InferClause["InferClause"]): InferClause;
|
|
226
|
+
onConflictClause(_p?: OnConflictClause["OnConflictClause"]): OnConflictClause;
|
|
227
|
+
commonTableExpr(_p?: CommonTableExpr["CommonTableExpr"]): CommonTableExpr;
|
|
228
|
+
roleSpec(_p?: RoleSpec["RoleSpec"]): RoleSpec;
|
|
229
|
+
triggerTransition(_p?: TriggerTransition["TriggerTransition"]): TriggerTransition;
|
|
230
|
+
partitionElem(_p?: PartitionElem["PartitionElem"]): PartitionElem;
|
|
231
|
+
partitionSpec(_p?: PartitionSpec["PartitionSpec"]): PartitionSpec;
|
|
232
|
+
partitionBoundSpec(_p?: PartitionBoundSpec["PartitionBoundSpec"]): PartitionBoundSpec;
|
|
233
|
+
partitionRangeDatum(_p?: PartitionRangeDatum["PartitionRangeDatum"]): PartitionRangeDatum;
|
|
234
|
+
partitionCmd(_p?: PartitionCmd["PartitionCmd"]): PartitionCmd;
|
|
235
|
+
vacuumRelation(_p?: VacuumRelation["VacuumRelation"]): VacuumRelation;
|
|
236
|
+
inlineCodeBlock(_p?: InlineCodeBlock["InlineCodeBlock"]): InlineCodeBlock;
|
|
237
|
+
callContext(_p?: CallContext["CallContext"]): CallContext;
|
|
238
|
+
scanToken(_p?: ScanToken["ScanToken"]): ScanToken;
|
|
239
239
|
};
|
|
240
240
|
export default _default;
|
package/types/utils.d.ts
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
/**
|
|
2
|
-
* This file was automatically generated by pg-proto-parser@1.
|
|
2
|
+
* This file was automatically generated by pg-proto-parser@1.12.2.
|
|
3
3
|
* DO NOT MODIFY IT BY HAND. Instead, modify the source proto file,
|
|
4
4
|
* and run the pg-proto-parser generate command to regenerate this file.
|
|
5
5
|
*/
|