@tsonic/efcore 10.0.1 → 10.0.2
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/Microsoft.EntityFrameworkCore/bindings.json +2247 -5
- package/Microsoft.EntityFrameworkCore/internal/index.d.ts +30 -5
- package/Microsoft.EntityFrameworkCore.ChangeTracking/bindings.json +1707 -6
- package/Microsoft.EntityFrameworkCore.ChangeTracking/internal/index.d.ts +74 -14
- package/Microsoft.EntityFrameworkCore.ChangeTracking.Internal/bindings.json +4784 -172
- package/Microsoft.EntityFrameworkCore.ChangeTracking.Internal/internal/index.d.ts +210 -25
- package/Microsoft.EntityFrameworkCore.ChangeTracking.Internal.d.ts +1 -1
- package/Microsoft.EntityFrameworkCore.ChangeTracking.d.ts +3 -3
- package/Microsoft.EntityFrameworkCore.Design/bindings.json +1175 -171
- package/Microsoft.EntityFrameworkCore.Design/internal/index.d.ts +52 -3
- package/Microsoft.EntityFrameworkCore.Design.Internal/bindings.json +306 -2
- package/Microsoft.EntityFrameworkCore.Design.Internal/internal/index.d.ts +15 -2
- package/Microsoft.EntityFrameworkCore.Diagnostics/bindings.json +2919 -10
- package/Microsoft.EntityFrameworkCore.Diagnostics/internal/index.d.ts +28 -3
- package/Microsoft.EntityFrameworkCore.Diagnostics.Internal/bindings.json +1027 -77
- package/Microsoft.EntityFrameworkCore.Diagnostics.Internal/internal/index.d.ts +53 -17
- package/Microsoft.EntityFrameworkCore.Infrastructure/bindings.json +4386 -655
- package/Microsoft.EntityFrameworkCore.Infrastructure/internal/index.d.ts +229 -23
- package/Microsoft.EntityFrameworkCore.Infrastructure.Internal/bindings.json +251 -7
- package/Microsoft.EntityFrameworkCore.Infrastructure.Internal/internal/index.d.ts +11 -4
- package/Microsoft.EntityFrameworkCore.Infrastructure.d.ts +3 -2
- package/Microsoft.EntityFrameworkCore.Internal/bindings.json +754 -2
- package/Microsoft.EntityFrameworkCore.Internal/internal/index.d.ts +1 -1
- package/Microsoft.EntityFrameworkCore.Metadata/bindings.json +8776 -125
- package/Microsoft.EntityFrameworkCore.Metadata/internal/index.d.ts +174 -27
- package/Microsoft.EntityFrameworkCore.Metadata.Builders/bindings.json +5621 -147
- package/Microsoft.EntityFrameworkCore.Metadata.Builders/internal/index.d.ts +255 -33
- package/Microsoft.EntityFrameworkCore.Metadata.Builders.d.ts +1 -1
- package/Microsoft.EntityFrameworkCore.Metadata.Conventions/bindings.json +8740 -1109
- package/Microsoft.EntityFrameworkCore.Metadata.Conventions/internal/index.d.ts +604 -79
- package/Microsoft.EntityFrameworkCore.Metadata.Conventions.Infrastructure/bindings.json +152 -3
- package/Microsoft.EntityFrameworkCore.Metadata.Conventions.Infrastructure/internal/index.d.ts +15 -2
- package/Microsoft.EntityFrameworkCore.Metadata.Conventions.Infrastructure.d.ts +1 -0
- package/Microsoft.EntityFrameworkCore.Metadata.Conventions.Internal/bindings.json +144 -0
- package/Microsoft.EntityFrameworkCore.Metadata.Conventions.d.ts +7 -5
- package/Microsoft.EntityFrameworkCore.Metadata.Internal/bindings.json +16619 -30
- package/Microsoft.EntityFrameworkCore.Metadata.Internal/internal/index.d.ts +673 -91
- package/Microsoft.EntityFrameworkCore.Migrations/bindings.json +2197 -67
- package/Microsoft.EntityFrameworkCore.Migrations/internal/index.d.ts +119 -11
- package/Microsoft.EntityFrameworkCore.Migrations.Internal/bindings.json +1304 -119
- package/Microsoft.EntityFrameworkCore.Migrations.Internal/internal/index.d.ts +70 -5
- package/Microsoft.EntityFrameworkCore.Migrations.Internal.d.ts +3 -3
- package/Microsoft.EntityFrameworkCore.Migrations.Operations/bindings.json +4318 -46
- package/Microsoft.EntityFrameworkCore.Migrations.Operations/internal/index.d.ts +293 -36
- package/Microsoft.EntityFrameworkCore.Migrations.Operations.Builders/bindings.json +102 -0
- package/Microsoft.EntityFrameworkCore.Migrations.Operations.Builders/internal/index.d.ts +6 -1
- package/Microsoft.EntityFrameworkCore.Migrations.d.ts +5 -4
- package/Microsoft.EntityFrameworkCore.Query/bindings.json +17431 -7313
- package/Microsoft.EntityFrameworkCore.Query/internal/index.d.ts +721 -85
- package/Microsoft.EntityFrameworkCore.Query.Internal/bindings.json +3807 -228
- package/Microsoft.EntityFrameworkCore.Query.Internal/internal/index.d.ts +299 -49
- package/Microsoft.EntityFrameworkCore.Query.Internal.d.ts +3 -3
- package/Microsoft.EntityFrameworkCore.Query.SqlExpressions/bindings.json +3589 -953
- package/Microsoft.EntityFrameworkCore.Query.SqlExpressions/internal/index.d.ts +327 -127
- package/Microsoft.EntityFrameworkCore.Query.d.ts +6 -5
- package/Microsoft.EntityFrameworkCore.Scaffolding/bindings.json +125 -3
- package/Microsoft.EntityFrameworkCore.Scaffolding/internal/index.d.ts +8 -1
- package/Microsoft.EntityFrameworkCore.Scaffolding.Metadata/bindings.json +1160 -9
- package/Microsoft.EntityFrameworkCore.Scaffolding.Metadata/internal/index.d.ts +80 -10
- package/Microsoft.EntityFrameworkCore.Storage/bindings.json +5813 -272
- package/Microsoft.EntityFrameworkCore.Storage/internal/index.d.ts +432 -55
- package/Microsoft.EntityFrameworkCore.Storage.Internal/bindings.json +534 -6
- package/Microsoft.EntityFrameworkCore.Storage.Internal/internal/index.d.ts +50 -7
- package/Microsoft.EntityFrameworkCore.Storage.Internal.d.ts +2 -1
- package/Microsoft.EntityFrameworkCore.Storage.Json/bindings.json +570 -2
- package/Microsoft.EntityFrameworkCore.Storage.Json/internal/index.d.ts +7 -1
- package/Microsoft.EntityFrameworkCore.Storage.ValueConversion/bindings.json +652 -2
- package/Microsoft.EntityFrameworkCore.Storage.ValueConversion/internal/index.d.ts +9 -1
- package/Microsoft.EntityFrameworkCore.Storage.ValueConversion.Internal/bindings.json +663 -16
- package/Microsoft.EntityFrameworkCore.Storage.ValueConversion.Internal/internal/index.d.ts +28 -1
- package/Microsoft.EntityFrameworkCore.Storage.ValueConversion.Internal.d.ts +1 -1
- package/Microsoft.EntityFrameworkCore.Storage.d.ts +4 -4
- package/Microsoft.EntityFrameworkCore.Update/bindings.json +2027 -340
- package/Microsoft.EntityFrameworkCore.Update/internal/index.d.ts +89 -8
- package/Microsoft.EntityFrameworkCore.Update.Internal/bindings.json +1074 -6
- package/Microsoft.EntityFrameworkCore.Update.Internal/internal/index.d.ts +44 -8
- package/Microsoft.EntityFrameworkCore.Update.Internal.d.ts +1 -1
- package/Microsoft.EntityFrameworkCore.Update.d.ts +2 -2
- package/Microsoft.EntityFrameworkCore.ValueGeneration/bindings.json +479 -5
- package/Microsoft.EntityFrameworkCore.ValueGeneration/internal/index.d.ts +46 -7
- package/Microsoft.EntityFrameworkCore.ValueGeneration.Internal/bindings.json +262 -2
- package/Microsoft.EntityFrameworkCore.ValueGeneration.Internal/internal/index.d.ts +13 -2
- package/Microsoft.EntityFrameworkCore.ValueGeneration.d.ts +1 -1
- package/Microsoft.EntityFrameworkCore.d.ts +2 -1
- package/Microsoft.Extensions.DependencyInjection/bindings.json +15 -0
- package/System.Transactions/bindings.json +6 -0
- package/package.json +1 -1
|
@@ -47,12 +47,17 @@ export const ColumnValueSetter: {
|
|
|
47
47
|
|
|
48
48
|
export type ColumnValueSetter = ColumnValueSetter$instance;
|
|
49
49
|
|
|
50
|
-
export
|
|
50
|
+
export abstract class AtTimeZoneExpression$protected {
|
|
51
|
+
protected Print(expressionPrinter: ExpressionPrinter): void;
|
|
52
|
+
protected VisitChildren(visitor: ExpressionVisitor): Expression;
|
|
53
|
+
}
|
|
54
|
+
|
|
55
|
+
|
|
56
|
+
export interface AtTimeZoneExpression$instance extends AtTimeZoneExpression$protected, SqlExpression$instance {
|
|
51
57
|
readonly Operand: SqlExpression;
|
|
52
58
|
readonly TimeZone: SqlExpression;
|
|
53
59
|
Equals(obj: unknown): boolean;
|
|
54
60
|
GetHashCode(): int;
|
|
55
|
-
Print(expressionPrinter: ExpressionPrinter): void;
|
|
56
61
|
Quote(): Expression;
|
|
57
62
|
Update(operand: SqlExpression, timeZone: SqlExpression): AtTimeZoneExpression;
|
|
58
63
|
}
|
|
@@ -68,18 +73,21 @@ export interface __AtTimeZoneExpression$views {
|
|
|
68
73
|
As_IRelationalQuotableExpression(): Microsoft_EntityFrameworkCore_Query_Internal.IRelationalQuotableExpression$instance;
|
|
69
74
|
}
|
|
70
75
|
|
|
71
|
-
export interface AtTimeZoneExpression$instance extends Microsoft_EntityFrameworkCore_Query_Internal.IPrintableExpression$instance {}
|
|
72
|
-
|
|
73
76
|
export type AtTimeZoneExpression = AtTimeZoneExpression$instance & __AtTimeZoneExpression$views;
|
|
74
77
|
|
|
75
78
|
|
|
76
|
-
export
|
|
79
|
+
export abstract class CaseExpression$protected {
|
|
80
|
+
protected Print(expressionPrinter: ExpressionPrinter): void;
|
|
81
|
+
protected VisitChildren(visitor: ExpressionVisitor): Expression;
|
|
82
|
+
}
|
|
83
|
+
|
|
84
|
+
|
|
85
|
+
export interface CaseExpression$instance extends CaseExpression$protected, SqlExpression$instance {
|
|
77
86
|
readonly ElseResult: SqlExpression | undefined;
|
|
78
87
|
readonly Operand: SqlExpression;
|
|
79
88
|
readonly WhenClauses: IReadOnlyList<CaseWhenClause>;
|
|
80
89
|
Equals(obj: unknown): boolean;
|
|
81
90
|
GetHashCode(): int;
|
|
82
|
-
Print(expressionPrinter: ExpressionPrinter): void;
|
|
83
91
|
Quote(): Expression;
|
|
84
92
|
Update(operand: SqlExpression, whenClauses: IReadOnlyList<CaseWhenClause>, elseResult: SqlExpression): CaseExpression;
|
|
85
93
|
}
|
|
@@ -96,8 +104,6 @@ export interface __CaseExpression$views {
|
|
|
96
104
|
As_IRelationalQuotableExpression(): Microsoft_EntityFrameworkCore_Query_Internal.IRelationalQuotableExpression$instance;
|
|
97
105
|
}
|
|
98
106
|
|
|
99
|
-
export interface CaseExpression$instance extends Microsoft_EntityFrameworkCore_Query_Internal.IPrintableExpression$instance {}
|
|
100
|
-
|
|
101
107
|
export type CaseExpression = CaseExpression$instance & __CaseExpression$views;
|
|
102
108
|
|
|
103
109
|
|
|
@@ -116,12 +122,17 @@ export const CaseWhenClause: {
|
|
|
116
122
|
|
|
117
123
|
export type CaseWhenClause = CaseWhenClause$instance;
|
|
118
124
|
|
|
119
|
-
export
|
|
125
|
+
export abstract class CollateExpression$protected {
|
|
126
|
+
protected Print(expressionPrinter: ExpressionPrinter): void;
|
|
127
|
+
protected VisitChildren(visitor: ExpressionVisitor): Expression;
|
|
128
|
+
}
|
|
129
|
+
|
|
130
|
+
|
|
131
|
+
export interface CollateExpression$instance extends CollateExpression$protected, SqlExpression$instance {
|
|
120
132
|
readonly Collation: string;
|
|
121
133
|
readonly Operand: SqlExpression;
|
|
122
134
|
Equals(obj: unknown): boolean;
|
|
123
135
|
GetHashCode(): int;
|
|
124
|
-
Print(expressionPrinter: ExpressionPrinter): void;
|
|
125
136
|
Quote(): Expression;
|
|
126
137
|
Update(operand: SqlExpression): CollateExpression;
|
|
127
138
|
}
|
|
@@ -137,12 +148,16 @@ export interface __CollateExpression$views {
|
|
|
137
148
|
As_IRelationalQuotableExpression(): Microsoft_EntityFrameworkCore_Query_Internal.IRelationalQuotableExpression$instance;
|
|
138
149
|
}
|
|
139
150
|
|
|
140
|
-
export interface CollateExpression$instance extends Microsoft_EntityFrameworkCore_Query_Internal.IPrintableExpression$instance {}
|
|
141
|
-
|
|
142
151
|
export type CollateExpression = CollateExpression$instance & __CollateExpression$views;
|
|
143
152
|
|
|
144
153
|
|
|
145
|
-
export
|
|
154
|
+
export abstract class ColumnExpression$protected {
|
|
155
|
+
protected Print(expressionPrinter: ExpressionPrinter): void;
|
|
156
|
+
protected VisitChildren(visitor: ExpressionVisitor): Expression;
|
|
157
|
+
}
|
|
158
|
+
|
|
159
|
+
|
|
160
|
+
export interface ColumnExpression$instance extends ColumnExpression$protected, SqlExpression$instance {
|
|
146
161
|
readonly Column: IColumnBase | undefined;
|
|
147
162
|
readonly IsNullable: boolean;
|
|
148
163
|
readonly Name: string;
|
|
@@ -151,7 +166,6 @@ export interface ColumnExpression$instance extends SqlExpression$instance {
|
|
|
151
166
|
Equals(obj: unknown): boolean;
|
|
152
167
|
GetHashCode(): int;
|
|
153
168
|
MakeNullable(): ColumnExpression;
|
|
154
|
-
Print(expressionPrinter: ExpressionPrinter): void;
|
|
155
169
|
Quote(): Expression;
|
|
156
170
|
ToString(): string;
|
|
157
171
|
}
|
|
@@ -168,15 +182,20 @@ export interface __ColumnExpression$views {
|
|
|
168
182
|
As_IRelationalQuotableExpression(): Microsoft_EntityFrameworkCore_Query_Internal.IRelationalQuotableExpression$instance;
|
|
169
183
|
}
|
|
170
184
|
|
|
171
|
-
export interface ColumnExpression$instance extends Microsoft_EntityFrameworkCore_Query_Internal.IPrintableExpression$instance {}
|
|
172
|
-
|
|
173
185
|
export type ColumnExpression = ColumnExpression$instance & __ColumnExpression$views;
|
|
174
186
|
|
|
175
187
|
|
|
176
|
-
export
|
|
188
|
+
export abstract class CrossApplyExpression$protected {
|
|
189
|
+
protected Print(expressionPrinter: ExpressionPrinter): void;
|
|
190
|
+
protected VisitChildren(visitor: ExpressionVisitor): Expression;
|
|
191
|
+
protected WithAnnotations2(annotations: IReadOnlyDictionary<System_Internal.String, IAnnotation>): CrossApplyExpression;
|
|
192
|
+
protected abstract WithAnnotations(annotations: IReadOnlyDictionary<System_Internal.String, IAnnotation>): TableExpressionBase;
|
|
193
|
+
}
|
|
194
|
+
|
|
195
|
+
|
|
196
|
+
export interface CrossApplyExpression$instance extends CrossApplyExpression$protected, JoinExpressionBase$instance {
|
|
177
197
|
Equals(obj: unknown): boolean;
|
|
178
198
|
GetHashCode(): int;
|
|
179
|
-
Print(expressionPrinter: ExpressionPrinter): void;
|
|
180
199
|
Quote(): Expression;
|
|
181
200
|
}
|
|
182
201
|
|
|
@@ -194,10 +213,17 @@ export interface __CrossApplyExpression$views {
|
|
|
194
213
|
export type CrossApplyExpression = CrossApplyExpression$instance & __CrossApplyExpression$views;
|
|
195
214
|
|
|
196
215
|
|
|
197
|
-
export
|
|
216
|
+
export abstract class CrossJoinExpression$protected {
|
|
217
|
+
protected Print(expressionPrinter: ExpressionPrinter): void;
|
|
218
|
+
protected VisitChildren(visitor: ExpressionVisitor): Expression;
|
|
219
|
+
protected WithAnnotations2(annotations: IReadOnlyDictionary<System_Internal.String, IAnnotation>): CrossJoinExpression;
|
|
220
|
+
protected abstract WithAnnotations(annotations: IReadOnlyDictionary<System_Internal.String, IAnnotation>): TableExpressionBase;
|
|
221
|
+
}
|
|
222
|
+
|
|
223
|
+
|
|
224
|
+
export interface CrossJoinExpression$instance extends CrossJoinExpression$protected, JoinExpressionBase$instance {
|
|
198
225
|
Equals(obj: unknown): boolean;
|
|
199
226
|
GetHashCode(): int;
|
|
200
|
-
Print(expressionPrinter: ExpressionPrinter): void;
|
|
201
227
|
Quote(): Expression;
|
|
202
228
|
}
|
|
203
229
|
|
|
@@ -215,7 +241,12 @@ export interface __CrossJoinExpression$views {
|
|
|
215
241
|
export type CrossJoinExpression = CrossJoinExpression$instance & __CrossJoinExpression$views;
|
|
216
242
|
|
|
217
243
|
|
|
218
|
-
export
|
|
244
|
+
export abstract class DeleteExpression$protected {
|
|
245
|
+
protected VisitChildren(visitor: ExpressionVisitor): Expression;
|
|
246
|
+
}
|
|
247
|
+
|
|
248
|
+
|
|
249
|
+
export interface DeleteExpression$instance extends DeleteExpression$protected, Expression {
|
|
219
250
|
readonly NodeType: ExpressionType;
|
|
220
251
|
readonly SelectExpression: SelectExpression;
|
|
221
252
|
readonly Table: TableExpression;
|
|
@@ -246,11 +277,16 @@ export interface DeleteExpression$instance extends Microsoft_EntityFrameworkCore
|
|
|
246
277
|
export type DeleteExpression = DeleteExpression$instance & __DeleteExpression$views;
|
|
247
278
|
|
|
248
279
|
|
|
249
|
-
export
|
|
280
|
+
export abstract class DistinctExpression$protected {
|
|
281
|
+
protected Print(expressionPrinter: ExpressionPrinter): void;
|
|
282
|
+
protected VisitChildren(visitor: ExpressionVisitor): Expression;
|
|
283
|
+
}
|
|
284
|
+
|
|
285
|
+
|
|
286
|
+
export interface DistinctExpression$instance extends DistinctExpression$protected, SqlExpression$instance {
|
|
250
287
|
readonly Operand: SqlExpression;
|
|
251
288
|
Equals(obj: unknown): boolean;
|
|
252
289
|
GetHashCode(): int;
|
|
253
|
-
Print(expressionPrinter: ExpressionPrinter): void;
|
|
254
290
|
Quote(): Expression;
|
|
255
291
|
Update(operand: SqlExpression): DistinctExpression;
|
|
256
292
|
}
|
|
@@ -266,16 +302,21 @@ export interface __DistinctExpression$views {
|
|
|
266
302
|
As_IRelationalQuotableExpression(): Microsoft_EntityFrameworkCore_Query_Internal.IRelationalQuotableExpression$instance;
|
|
267
303
|
}
|
|
268
304
|
|
|
269
|
-
export interface DistinctExpression$instance extends Microsoft_EntityFrameworkCore_Query_Internal.IPrintableExpression$instance {}
|
|
270
|
-
|
|
271
305
|
export type DistinctExpression = DistinctExpression$instance & __DistinctExpression$views;
|
|
272
306
|
|
|
273
307
|
|
|
274
|
-
export
|
|
308
|
+
export abstract class ExceptExpression$protected {
|
|
309
|
+
protected Print(expressionPrinter: ExpressionPrinter): void;
|
|
310
|
+
protected VisitChildren(visitor: ExpressionVisitor): Expression;
|
|
311
|
+
protected WithAnnotations2(annotations: IReadOnlyDictionary<System_Internal.String, IAnnotation>): ExceptExpression;
|
|
312
|
+
protected abstract WithAnnotations(annotations: IReadOnlyDictionary<System_Internal.String, IAnnotation>): TableExpressionBase;
|
|
313
|
+
}
|
|
314
|
+
|
|
315
|
+
|
|
316
|
+
export interface ExceptExpression$instance extends ExceptExpression$protected, SetOperationBase$instance {
|
|
275
317
|
Clone(alias: string, cloningExpressionVisitor: ExpressionVisitor): TableExpressionBase;
|
|
276
318
|
Equals(obj: unknown): boolean;
|
|
277
319
|
GetHashCode(): int;
|
|
278
|
-
Print(expressionPrinter: ExpressionPrinter): void;
|
|
279
320
|
Quote(): Expression;
|
|
280
321
|
WithAlias(newAlias: string): ExceptExpression;
|
|
281
322
|
}
|
|
@@ -295,11 +336,16 @@ export interface __ExceptExpression$views {
|
|
|
295
336
|
export type ExceptExpression = ExceptExpression$instance & __ExceptExpression$views;
|
|
296
337
|
|
|
297
338
|
|
|
298
|
-
export
|
|
339
|
+
export abstract class ExistsExpression$protected {
|
|
340
|
+
protected Print(expressionPrinter: ExpressionPrinter): void;
|
|
341
|
+
protected VisitChildren(visitor: ExpressionVisitor): Expression;
|
|
342
|
+
}
|
|
343
|
+
|
|
344
|
+
|
|
345
|
+
export interface ExistsExpression$instance extends ExistsExpression$protected, SqlExpression$instance {
|
|
299
346
|
readonly Subquery: SelectExpression;
|
|
300
347
|
Equals(obj: unknown): boolean;
|
|
301
348
|
GetHashCode(): int;
|
|
302
|
-
Print(expressionPrinter: ExpressionPrinter): void;
|
|
303
349
|
Quote(): Expression;
|
|
304
350
|
Update(subquery: SelectExpression): ExistsExpression;
|
|
305
351
|
}
|
|
@@ -315,12 +361,18 @@ export interface __ExistsExpression$views {
|
|
|
315
361
|
As_IRelationalQuotableExpression(): Microsoft_EntityFrameworkCore_Query_Internal.IRelationalQuotableExpression$instance;
|
|
316
362
|
}
|
|
317
363
|
|
|
318
|
-
export interface ExistsExpression$instance extends Microsoft_EntityFrameworkCore_Query_Internal.IPrintableExpression$instance {}
|
|
319
|
-
|
|
320
364
|
export type ExistsExpression = ExistsExpression$instance & __ExistsExpression$views;
|
|
321
365
|
|
|
322
366
|
|
|
323
|
-
export
|
|
367
|
+
export abstract class FromSqlExpression$protected {
|
|
368
|
+
protected Print(expressionPrinter: ExpressionPrinter): void;
|
|
369
|
+
protected VisitChildren(visitor: ExpressionVisitor): Expression;
|
|
370
|
+
protected WithAnnotations2(annotations: IReadOnlyDictionary<System_Internal.String, IAnnotation>): FromSqlExpression;
|
|
371
|
+
protected abstract WithAnnotations(annotations: IReadOnlyDictionary<System_Internal.String, IAnnotation>): TableExpressionBase;
|
|
372
|
+
}
|
|
373
|
+
|
|
374
|
+
|
|
375
|
+
export interface FromSqlExpression$instance extends FromSqlExpression$protected, TableExpressionBase$instance {
|
|
324
376
|
readonly Alias: string;
|
|
325
377
|
readonly Arguments: Expression;
|
|
326
378
|
readonly Sql: string;
|
|
@@ -328,7 +380,6 @@ export interface FromSqlExpression$instance extends TableExpressionBase$instance
|
|
|
328
380
|
Clone(alias: string, cloningVisitor: ExpressionVisitor): TableExpressionBase;
|
|
329
381
|
Equals(obj: unknown): boolean;
|
|
330
382
|
GetHashCode(): int;
|
|
331
|
-
Print(expressionPrinter: ExpressionPrinter): void;
|
|
332
383
|
Quote(): Expression;
|
|
333
384
|
Update(arguments: Expression): FromSqlExpression;
|
|
334
385
|
}
|
|
@@ -347,12 +398,18 @@ export interface __FromSqlExpression$views {
|
|
|
347
398
|
As_ITableBasedExpression(): ITableBasedExpression$instance;
|
|
348
399
|
}
|
|
349
400
|
|
|
350
|
-
export interface FromSqlExpression$instance extends
|
|
401
|
+
export interface FromSqlExpression$instance extends ITableBasedExpression$instance {}
|
|
351
402
|
|
|
352
403
|
export type FromSqlExpression = FromSqlExpression$instance & __FromSqlExpression$views;
|
|
353
404
|
|
|
354
405
|
|
|
355
|
-
export
|
|
406
|
+
export abstract class InExpression$protected {
|
|
407
|
+
protected Print(expressionPrinter: ExpressionPrinter): void;
|
|
408
|
+
protected VisitChildren(visitor: ExpressionVisitor): Expression;
|
|
409
|
+
}
|
|
410
|
+
|
|
411
|
+
|
|
412
|
+
export interface InExpression$instance extends InExpression$protected, SqlExpression$instance {
|
|
356
413
|
readonly Item: SqlExpression;
|
|
357
414
|
readonly Subquery: SelectExpression;
|
|
358
415
|
readonly Values: IReadOnlyList<SqlExpression>;
|
|
@@ -360,7 +417,6 @@ export interface InExpression$instance extends SqlExpression$instance {
|
|
|
360
417
|
ApplyTypeMapping(typeMapping: RelationalTypeMapping): InExpression;
|
|
361
418
|
Equals(obj: unknown): boolean;
|
|
362
419
|
GetHashCode(): int;
|
|
363
|
-
Print(expressionPrinter: ExpressionPrinter): void;
|
|
364
420
|
Quote(): Expression;
|
|
365
421
|
Update(item: SqlExpression, subquery: SelectExpression): InExpression;
|
|
366
422
|
Update(item: SqlExpression, values: IReadOnlyList<SqlExpression>): InExpression;
|
|
@@ -381,15 +437,19 @@ export interface __InExpression$views {
|
|
|
381
437
|
As_IRelationalQuotableExpression(): Microsoft_EntityFrameworkCore_Query_Internal.IRelationalQuotableExpression$instance;
|
|
382
438
|
}
|
|
383
439
|
|
|
384
|
-
export interface InExpression$instance extends Microsoft_EntityFrameworkCore_Query_Internal.IPrintableExpression$instance {}
|
|
385
|
-
|
|
386
440
|
export type InExpression = InExpression$instance & __InExpression$views;
|
|
387
441
|
|
|
388
442
|
|
|
389
|
-
export
|
|
443
|
+
export abstract class InnerJoinExpression$protected {
|
|
444
|
+
protected Print(expressionPrinter: ExpressionPrinter): void;
|
|
445
|
+
protected WithAnnotations2(annotations: IReadOnlyDictionary<System_Internal.String, IAnnotation>): InnerJoinExpression;
|
|
446
|
+
protected abstract WithAnnotations(annotations: IReadOnlyDictionary<System_Internal.String, IAnnotation>): TableExpressionBase;
|
|
447
|
+
}
|
|
448
|
+
|
|
449
|
+
|
|
450
|
+
export interface InnerJoinExpression$instance extends InnerJoinExpression$protected, PredicateJoinExpressionBase$instance {
|
|
390
451
|
Equals(obj: unknown): boolean;
|
|
391
452
|
GetHashCode(): int;
|
|
392
|
-
Print(expressionPrinter: ExpressionPrinter): void;
|
|
393
453
|
Quote(): Expression;
|
|
394
454
|
Update(table: TableExpressionBase, joinPredicate: SqlExpression): JoinExpressionBase;
|
|
395
455
|
}
|
|
@@ -409,11 +469,18 @@ export interface __InnerJoinExpression$views {
|
|
|
409
469
|
export type InnerJoinExpression = InnerJoinExpression$instance & __InnerJoinExpression$views;
|
|
410
470
|
|
|
411
471
|
|
|
412
|
-
export
|
|
472
|
+
export abstract class IntersectExpression$protected {
|
|
473
|
+
protected Print(expressionPrinter: ExpressionPrinter): void;
|
|
474
|
+
protected VisitChildren(visitor: ExpressionVisitor): Expression;
|
|
475
|
+
protected WithAnnotations2(annotations: IReadOnlyDictionary<System_Internal.String, IAnnotation>): IntersectExpression;
|
|
476
|
+
protected abstract WithAnnotations(annotations: IReadOnlyDictionary<System_Internal.String, IAnnotation>): TableExpressionBase;
|
|
477
|
+
}
|
|
478
|
+
|
|
479
|
+
|
|
480
|
+
export interface IntersectExpression$instance extends IntersectExpression$protected, SetOperationBase$instance {
|
|
413
481
|
Clone(alias: string, cloningExpressionVisitor: ExpressionVisitor): TableExpressionBase;
|
|
414
482
|
Equals(obj: unknown): boolean;
|
|
415
483
|
GetHashCode(): int;
|
|
416
|
-
Print(expressionPrinter: ExpressionPrinter): void;
|
|
417
484
|
Quote(): Expression;
|
|
418
485
|
WithAlias(newAlias: string): IntersectExpression;
|
|
419
486
|
}
|
|
@@ -433,14 +500,18 @@ export interface __IntersectExpression$views {
|
|
|
433
500
|
export type IntersectExpression = IntersectExpression$instance & __IntersectExpression$views;
|
|
434
501
|
|
|
435
502
|
|
|
436
|
-
export
|
|
503
|
+
export abstract class JoinExpressionBase$protected {
|
|
504
|
+
protected abstract Print(expressionPrinter: ExpressionPrinter): void;
|
|
505
|
+
}
|
|
506
|
+
|
|
507
|
+
|
|
508
|
+
export interface JoinExpressionBase$instance extends JoinExpressionBase$protected, TableExpressionBase$instance {
|
|
437
509
|
readonly IsPrunable: boolean;
|
|
438
510
|
readonly Table: TableExpressionBase;
|
|
439
511
|
Clone(alias: string, cloningExpressionVisitor: ExpressionVisitor): TableExpressionBase;
|
|
440
512
|
Equals(obj: unknown): boolean;
|
|
441
513
|
GetHashCode(): int;
|
|
442
514
|
GetRequiredAlias(): string;
|
|
443
|
-
Print(expressionPrinter: ExpressionPrinter): void;
|
|
444
515
|
Quote(): Expression;
|
|
445
516
|
Update(table: TableExpressionBase): JoinExpressionBase;
|
|
446
517
|
WithAlias(newAlias: string): TableExpressionBase;
|
|
@@ -448,6 +519,7 @@ export interface JoinExpressionBase$instance extends TableExpressionBase$instanc
|
|
|
448
519
|
|
|
449
520
|
|
|
450
521
|
export const JoinExpressionBase: {
|
|
522
|
+
new(table: TableExpressionBase, prunable: boolean, annotations: IReadOnlyDictionary<System_Internal.String, IAnnotation>): JoinExpressionBase;
|
|
451
523
|
};
|
|
452
524
|
|
|
453
525
|
|
|
@@ -456,18 +528,21 @@ export interface __JoinExpressionBase$views {
|
|
|
456
528
|
As_IRelationalQuotableExpression(): Microsoft_EntityFrameworkCore_Query_Internal.IRelationalQuotableExpression$instance;
|
|
457
529
|
}
|
|
458
530
|
|
|
459
|
-
export interface JoinExpressionBase$instance extends Microsoft_EntityFrameworkCore_Query_Internal.IPrintableExpression$instance {}
|
|
460
|
-
|
|
461
531
|
export type JoinExpressionBase = JoinExpressionBase$instance & __JoinExpressionBase$views;
|
|
462
532
|
|
|
463
533
|
|
|
464
|
-
export
|
|
534
|
+
export abstract class JsonScalarExpression$protected {
|
|
535
|
+
protected Print(expressionPrinter: ExpressionPrinter): void;
|
|
536
|
+
protected VisitChildren(visitor: ExpressionVisitor): Expression;
|
|
537
|
+
}
|
|
538
|
+
|
|
539
|
+
|
|
540
|
+
export interface JsonScalarExpression$instance extends JsonScalarExpression$protected, SqlExpression$instance {
|
|
465
541
|
readonly IsNullable: boolean;
|
|
466
542
|
readonly Json: SqlExpression;
|
|
467
543
|
readonly Path: IReadOnlyList<PathSegment>;
|
|
468
544
|
Equals(obj: unknown): boolean;
|
|
469
545
|
GetHashCode(): int;
|
|
470
|
-
Print(expressionPrinter: ExpressionPrinter): void;
|
|
471
546
|
Quote(): Expression;
|
|
472
547
|
Update(json: SqlExpression): JsonScalarExpression;
|
|
473
548
|
}
|
|
@@ -483,15 +558,19 @@ export interface __JsonScalarExpression$views {
|
|
|
483
558
|
As_IRelationalQuotableExpression(): Microsoft_EntityFrameworkCore_Query_Internal.IRelationalQuotableExpression$instance;
|
|
484
559
|
}
|
|
485
560
|
|
|
486
|
-
export interface JsonScalarExpression$instance extends Microsoft_EntityFrameworkCore_Query_Internal.IPrintableExpression$instance {}
|
|
487
|
-
|
|
488
561
|
export type JsonScalarExpression = JsonScalarExpression$instance & __JsonScalarExpression$views;
|
|
489
562
|
|
|
490
563
|
|
|
491
|
-
export
|
|
564
|
+
export abstract class LeftJoinExpression$protected {
|
|
565
|
+
protected Print(expressionPrinter: ExpressionPrinter): void;
|
|
566
|
+
protected WithAnnotations2(annotations: IReadOnlyDictionary<System_Internal.String, IAnnotation>): LeftJoinExpression;
|
|
567
|
+
protected abstract WithAnnotations(annotations: IReadOnlyDictionary<System_Internal.String, IAnnotation>): TableExpressionBase;
|
|
568
|
+
}
|
|
569
|
+
|
|
570
|
+
|
|
571
|
+
export interface LeftJoinExpression$instance extends LeftJoinExpression$protected, PredicateJoinExpressionBase$instance {
|
|
492
572
|
Equals(obj: unknown): boolean;
|
|
493
573
|
GetHashCode(): int;
|
|
494
|
-
Print(expressionPrinter: ExpressionPrinter): void;
|
|
495
574
|
Quote(): Expression;
|
|
496
575
|
}
|
|
497
576
|
|
|
@@ -510,13 +589,18 @@ export interface __LeftJoinExpression$views {
|
|
|
510
589
|
export type LeftJoinExpression = LeftJoinExpression$instance & __LeftJoinExpression$views;
|
|
511
590
|
|
|
512
591
|
|
|
513
|
-
export
|
|
592
|
+
export abstract class LikeExpression$protected {
|
|
593
|
+
protected Print(expressionPrinter: ExpressionPrinter): void;
|
|
594
|
+
protected VisitChildren(visitor: ExpressionVisitor): Expression;
|
|
595
|
+
}
|
|
596
|
+
|
|
597
|
+
|
|
598
|
+
export interface LikeExpression$instance extends LikeExpression$protected, SqlExpression$instance {
|
|
514
599
|
readonly EscapeChar: SqlExpression | undefined;
|
|
515
600
|
readonly Match: SqlExpression;
|
|
516
601
|
readonly Pattern: SqlExpression;
|
|
517
602
|
Equals(obj: unknown): boolean;
|
|
518
603
|
GetHashCode(): int;
|
|
519
|
-
Print(expressionPrinter: ExpressionPrinter): void;
|
|
520
604
|
Quote(): Expression;
|
|
521
605
|
Update(match: SqlExpression, pattern: SqlExpression, escapeChar: SqlExpression): LikeExpression;
|
|
522
606
|
}
|
|
@@ -532,12 +616,15 @@ export interface __LikeExpression$views {
|
|
|
532
616
|
As_IRelationalQuotableExpression(): Microsoft_EntityFrameworkCore_Query_Internal.IRelationalQuotableExpression$instance;
|
|
533
617
|
}
|
|
534
618
|
|
|
535
|
-
export interface LikeExpression$instance extends Microsoft_EntityFrameworkCore_Query_Internal.IPrintableExpression$instance {}
|
|
536
|
-
|
|
537
619
|
export type LikeExpression = LikeExpression$instance & __LikeExpression$views;
|
|
538
620
|
|
|
539
621
|
|
|
540
|
-
export
|
|
622
|
+
export abstract class OrderingExpression$protected {
|
|
623
|
+
protected VisitChildren(visitor: ExpressionVisitor): Expression;
|
|
624
|
+
}
|
|
625
|
+
|
|
626
|
+
|
|
627
|
+
export interface OrderingExpression$instance extends OrderingExpression$protected, Expression {
|
|
541
628
|
readonly Expression: SqlExpression;
|
|
542
629
|
readonly IsAscending: boolean;
|
|
543
630
|
readonly NodeType: ExpressionType;
|
|
@@ -564,10 +651,17 @@ export interface OrderingExpression$instance extends Microsoft_EntityFrameworkCo
|
|
|
564
651
|
export type OrderingExpression = OrderingExpression$instance & __OrderingExpression$views;
|
|
565
652
|
|
|
566
653
|
|
|
567
|
-
export
|
|
654
|
+
export abstract class OuterApplyExpression$protected {
|
|
655
|
+
protected Print(expressionPrinter: ExpressionPrinter): void;
|
|
656
|
+
protected VisitChildren(visitor: ExpressionVisitor): Expression;
|
|
657
|
+
protected WithAnnotations2(annotations: IReadOnlyDictionary<System_Internal.String, IAnnotation>): OuterApplyExpression;
|
|
658
|
+
protected abstract WithAnnotations(annotations: IReadOnlyDictionary<System_Internal.String, IAnnotation>): TableExpressionBase;
|
|
659
|
+
}
|
|
660
|
+
|
|
661
|
+
|
|
662
|
+
export interface OuterApplyExpression$instance extends OuterApplyExpression$protected, JoinExpressionBase$instance {
|
|
568
663
|
Equals(obj: unknown): boolean;
|
|
569
664
|
GetHashCode(): int;
|
|
570
|
-
Print(expressionPrinter: ExpressionPrinter): void;
|
|
571
665
|
Quote(): Expression;
|
|
572
666
|
}
|
|
573
667
|
|
|
@@ -586,7 +680,12 @@ export interface __OuterApplyExpression$views {
|
|
|
586
680
|
export type OuterApplyExpression = OuterApplyExpression$instance & __OuterApplyExpression$views;
|
|
587
681
|
|
|
588
682
|
|
|
589
|
-
export
|
|
683
|
+
export abstract class PredicateJoinExpressionBase$protected {
|
|
684
|
+
protected VisitChildren(visitor: ExpressionVisitor): Expression;
|
|
685
|
+
}
|
|
686
|
+
|
|
687
|
+
|
|
688
|
+
export interface PredicateJoinExpressionBase$instance extends PredicateJoinExpressionBase$protected, JoinExpressionBase$instance {
|
|
590
689
|
readonly JoinPredicate: SqlExpression;
|
|
591
690
|
Equals(obj: unknown): boolean;
|
|
592
691
|
GetHashCode(): int;
|
|
@@ -597,6 +696,7 @@ export interface PredicateJoinExpressionBase$instance extends JoinExpressionBase
|
|
|
597
696
|
|
|
598
697
|
|
|
599
698
|
export const PredicateJoinExpressionBase: {
|
|
699
|
+
new(table: TableExpressionBase, joinPredicate: SqlExpression, prunable: boolean, annotations: IReadOnlyDictionary<System_Internal.String, IAnnotation>): PredicateJoinExpressionBase;
|
|
600
700
|
};
|
|
601
701
|
|
|
602
702
|
|
|
@@ -608,7 +708,12 @@ export interface __PredicateJoinExpressionBase$views {
|
|
|
608
708
|
export type PredicateJoinExpressionBase = PredicateJoinExpressionBase$instance & __PredicateJoinExpressionBase$views;
|
|
609
709
|
|
|
610
710
|
|
|
611
|
-
export
|
|
711
|
+
export abstract class ProjectionExpression$protected {
|
|
712
|
+
protected VisitChildren(visitor: ExpressionVisitor): Expression;
|
|
713
|
+
}
|
|
714
|
+
|
|
715
|
+
|
|
716
|
+
export interface ProjectionExpression$instance extends ProjectionExpression$protected, Expression {
|
|
612
717
|
readonly Alias: string;
|
|
613
718
|
readonly Expression: SqlExpression;
|
|
614
719
|
readonly NodeType: ExpressionType;
|
|
@@ -635,10 +740,16 @@ export interface ProjectionExpression$instance extends Microsoft_EntityFramework
|
|
|
635
740
|
export type ProjectionExpression = ProjectionExpression$instance & __ProjectionExpression$views;
|
|
636
741
|
|
|
637
742
|
|
|
638
|
-
export
|
|
743
|
+
export abstract class RightJoinExpression$protected {
|
|
744
|
+
protected Print(expressionPrinter: ExpressionPrinter): void;
|
|
745
|
+
protected WithAnnotations2(annotations: IReadOnlyDictionary<System_Internal.String, IAnnotation>): RightJoinExpression;
|
|
746
|
+
protected abstract WithAnnotations(annotations: IReadOnlyDictionary<System_Internal.String, IAnnotation>): TableExpressionBase;
|
|
747
|
+
}
|
|
748
|
+
|
|
749
|
+
|
|
750
|
+
export interface RightJoinExpression$instance extends RightJoinExpression$protected, PredicateJoinExpressionBase$instance {
|
|
639
751
|
Equals(obj: unknown): boolean;
|
|
640
752
|
GetHashCode(): int;
|
|
641
|
-
Print(expressionPrinter: ExpressionPrinter): void;
|
|
642
753
|
Quote(): Expression;
|
|
643
754
|
}
|
|
644
755
|
|
|
@@ -657,12 +768,17 @@ export interface __RightJoinExpression$views {
|
|
|
657
768
|
export type RightJoinExpression = RightJoinExpression$instance & __RightJoinExpression$views;
|
|
658
769
|
|
|
659
770
|
|
|
660
|
-
export
|
|
771
|
+
export abstract class RowNumberExpression$protected {
|
|
772
|
+
protected Print(expressionPrinter: ExpressionPrinter): void;
|
|
773
|
+
protected VisitChildren(visitor: ExpressionVisitor): Expression;
|
|
774
|
+
}
|
|
775
|
+
|
|
776
|
+
|
|
777
|
+
export interface RowNumberExpression$instance extends RowNumberExpression$protected, SqlExpression$instance {
|
|
661
778
|
readonly Orderings: IReadOnlyList<OrderingExpression>;
|
|
662
779
|
readonly Partitions: IReadOnlyList<SqlExpression>;
|
|
663
780
|
Equals(obj: unknown): boolean;
|
|
664
781
|
GetHashCode(): int;
|
|
665
|
-
Print(expressionPrinter: ExpressionPrinter): void;
|
|
666
782
|
Quote(): Expression;
|
|
667
783
|
Update(partitions: IReadOnlyList<SqlExpression>, orderings: IReadOnlyList<OrderingExpression>): RowNumberExpression;
|
|
668
784
|
}
|
|
@@ -678,16 +794,19 @@ export interface __RowNumberExpression$views {
|
|
|
678
794
|
As_IRelationalQuotableExpression(): Microsoft_EntityFrameworkCore_Query_Internal.IRelationalQuotableExpression$instance;
|
|
679
795
|
}
|
|
680
796
|
|
|
681
|
-
export interface RowNumberExpression$instance extends Microsoft_EntityFrameworkCore_Query_Internal.IPrintableExpression$instance {}
|
|
682
|
-
|
|
683
797
|
export type RowNumberExpression = RowNumberExpression$instance & __RowNumberExpression$views;
|
|
684
798
|
|
|
685
799
|
|
|
686
|
-
export
|
|
800
|
+
export abstract class RowValueExpression$protected {
|
|
801
|
+
protected Print(expressionPrinter: ExpressionPrinter): void;
|
|
802
|
+
protected VisitChildren(visitor: ExpressionVisitor): Expression;
|
|
803
|
+
}
|
|
804
|
+
|
|
805
|
+
|
|
806
|
+
export interface RowValueExpression$instance extends RowValueExpression$protected, SqlExpression$instance {
|
|
687
807
|
readonly Values: IReadOnlyList<SqlExpression>;
|
|
688
808
|
Equals(obj: unknown): boolean;
|
|
689
809
|
GetHashCode(): int;
|
|
690
|
-
Print(expressionPrinter: ExpressionPrinter): void;
|
|
691
810
|
Quote(): Expression;
|
|
692
811
|
Update(values: IReadOnlyList<SqlExpression>): RowValueExpression;
|
|
693
812
|
}
|
|
@@ -703,17 +822,20 @@ export interface __RowValueExpression$views {
|
|
|
703
822
|
As_IRelationalQuotableExpression(): Microsoft_EntityFrameworkCore_Query_Internal.IRelationalQuotableExpression$instance;
|
|
704
823
|
}
|
|
705
824
|
|
|
706
|
-
export interface RowValueExpression$instance extends Microsoft_EntityFrameworkCore_Query_Internal.IPrintableExpression$instance {}
|
|
707
|
-
|
|
708
825
|
export type RowValueExpression = RowValueExpression$instance & __RowValueExpression$views;
|
|
709
826
|
|
|
710
827
|
|
|
711
|
-
export
|
|
828
|
+
export abstract class ScalarSubqueryExpression$protected {
|
|
829
|
+
protected Print(expressionPrinter: ExpressionPrinter): void;
|
|
830
|
+
protected VisitChildren(visitor: ExpressionVisitor): Expression;
|
|
831
|
+
}
|
|
832
|
+
|
|
833
|
+
|
|
834
|
+
export interface ScalarSubqueryExpression$instance extends ScalarSubqueryExpression$protected, SqlExpression$instance {
|
|
712
835
|
readonly Subquery: SelectExpression;
|
|
713
836
|
ApplyTypeMapping(typeMapping: RelationalTypeMapping): SqlExpression;
|
|
714
837
|
Equals(obj: unknown): boolean;
|
|
715
838
|
GetHashCode(): int;
|
|
716
|
-
Print(expressionPrinter: ExpressionPrinter): void;
|
|
717
839
|
Quote(): Expression;
|
|
718
840
|
Update(subquery: SelectExpression): ScalarSubqueryExpression;
|
|
719
841
|
}
|
|
@@ -729,23 +851,33 @@ export interface __ScalarSubqueryExpression$views {
|
|
|
729
851
|
As_IRelationalQuotableExpression(): Microsoft_EntityFrameworkCore_Query_Internal.IRelationalQuotableExpression$instance;
|
|
730
852
|
}
|
|
731
853
|
|
|
732
|
-
export interface ScalarSubqueryExpression$instance extends Microsoft_EntityFrameworkCore_Query_Internal.IPrintableExpression$instance {}
|
|
733
|
-
|
|
734
854
|
export type ScalarSubqueryExpression = ScalarSubqueryExpression$instance & __ScalarSubqueryExpression$views;
|
|
735
855
|
|
|
736
856
|
|
|
737
|
-
export
|
|
857
|
+
export abstract class SelectExpression$protected {
|
|
858
|
+
protected Print(expressionPrinter: ExpressionPrinter): void;
|
|
859
|
+
protected VisitChildren(visitor: ExpressionVisitor): Expression;
|
|
860
|
+
protected WithAnnotations2(annotations: IReadOnlyDictionary<System_Internal.String, IAnnotation>): SelectExpression;
|
|
861
|
+
protected abstract WithAnnotations(annotations: IReadOnlyDictionary<System_Internal.String, IAnnotation>): TableExpressionBase;
|
|
862
|
+
}
|
|
863
|
+
|
|
864
|
+
|
|
865
|
+
export interface SelectExpression$instance extends SelectExpression$protected, TableExpressionBase$instance {
|
|
738
866
|
readonly DebugView: string;
|
|
739
867
|
readonly GroupBy: IReadOnlyList<SqlExpression>;
|
|
740
|
-
|
|
868
|
+
get Having(): SqlExpression | undefined;
|
|
869
|
+
set Having(value: SqlExpression);
|
|
741
870
|
IsDistinct: boolean;
|
|
742
|
-
|
|
743
|
-
|
|
871
|
+
get Limit(): SqlExpression | undefined;
|
|
872
|
+
set Limit(value: SqlExpression);
|
|
873
|
+
get Offset(): SqlExpression | undefined;
|
|
874
|
+
set Offset(value: SqlExpression);
|
|
744
875
|
readonly Orderings: IReadOnlyList<OrderingExpression>;
|
|
745
|
-
|
|
876
|
+
get Predicate(): SqlExpression | undefined;
|
|
877
|
+
set Predicate(value: SqlExpression);
|
|
746
878
|
readonly Projection: IReadOnlyList<ProjectionExpression>;
|
|
747
879
|
readonly Tables: IReadOnlyList<TableExpressionBase>;
|
|
748
|
-
|
|
880
|
+
Tags: ISet<System_Internal.String>;
|
|
749
881
|
AddCrossApply(innerSelectExpression: SelectExpression): void;
|
|
750
882
|
AddCrossApply(innerSource: ShapedQueryExpression, outerShaper: Expression): Expression;
|
|
751
883
|
AddCrossJoin(innerSelectExpression: SelectExpression): void;
|
|
@@ -785,7 +917,6 @@ export interface SelectExpression$instance extends TableExpressionBase$instance
|
|
|
785
917
|
IsNonComposedFromSql(): boolean;
|
|
786
918
|
MakeProjectionNullable(sqlExpressionFactory: ISqlExpressionFactory): void;
|
|
787
919
|
PrepareForAggregate(liftOrderings?: boolean): void;
|
|
788
|
-
Print(expressionPrinter: ExpressionPrinter): void;
|
|
789
920
|
PushdownIntoSubquery(): void;
|
|
790
921
|
Quote(): Expression;
|
|
791
922
|
RemoveTpcTableExpression(): SelectExpression;
|
|
@@ -813,25 +944,29 @@ export interface __SelectExpression$views {
|
|
|
813
944
|
As_IRelationalQuotableExpression(): Microsoft_EntityFrameworkCore_Query_Internal.IRelationalQuotableExpression$instance;
|
|
814
945
|
}
|
|
815
946
|
|
|
816
|
-
export interface SelectExpression$instance extends Microsoft_EntityFrameworkCore_Query_Internal.IPrintableExpression$instance {}
|
|
817
|
-
|
|
818
947
|
export type SelectExpression = SelectExpression$instance & __SelectExpression$views;
|
|
819
948
|
|
|
820
949
|
|
|
821
|
-
export
|
|
950
|
+
export abstract class SetOperationBase$protected {
|
|
951
|
+
protected abstract Print(expressionPrinter: ExpressionPrinter): void;
|
|
952
|
+
}
|
|
953
|
+
|
|
954
|
+
|
|
955
|
+
export interface SetOperationBase$instance extends SetOperationBase$protected, TableExpressionBase$instance {
|
|
822
956
|
readonly Alias: string;
|
|
823
957
|
readonly IsDistinct: boolean;
|
|
824
958
|
readonly Source1: SelectExpression;
|
|
825
959
|
readonly Source2: SelectExpression;
|
|
826
960
|
Equals(obj: unknown): boolean;
|
|
827
961
|
GetHashCode(): int;
|
|
828
|
-
Print(expressionPrinter: ExpressionPrinter): void;
|
|
829
962
|
Quote(): Expression;
|
|
830
963
|
Update(source1: SelectExpression, source2: SelectExpression): SetOperationBase;
|
|
831
964
|
}
|
|
832
965
|
|
|
833
966
|
|
|
834
967
|
export const SetOperationBase: {
|
|
968
|
+
new(alias: string, source1: SelectExpression, source2: SelectExpression, distinct: boolean): SetOperationBase;
|
|
969
|
+
new(alias: string, source1: SelectExpression, source2: SelectExpression, distinct: boolean, annotations: IReadOnlyDictionary<System_Internal.String, IAnnotation>): SetOperationBase;
|
|
835
970
|
};
|
|
836
971
|
|
|
837
972
|
|
|
@@ -840,18 +975,21 @@ export interface __SetOperationBase$views {
|
|
|
840
975
|
As_IRelationalQuotableExpression(): Microsoft_EntityFrameworkCore_Query_Internal.IRelationalQuotableExpression$instance;
|
|
841
976
|
}
|
|
842
977
|
|
|
843
|
-
export interface SetOperationBase$instance extends Microsoft_EntityFrameworkCore_Query_Internal.IPrintableExpression$instance {}
|
|
844
|
-
|
|
845
978
|
export type SetOperationBase = SetOperationBase$instance & __SetOperationBase$views;
|
|
846
979
|
|
|
847
980
|
|
|
848
|
-
export
|
|
981
|
+
export abstract class SqlBinaryExpression$protected {
|
|
982
|
+
protected Print(expressionPrinter: ExpressionPrinter): void;
|
|
983
|
+
protected VisitChildren(visitor: ExpressionVisitor): Expression;
|
|
984
|
+
}
|
|
985
|
+
|
|
986
|
+
|
|
987
|
+
export interface SqlBinaryExpression$instance extends SqlBinaryExpression$protected, SqlExpression$instance {
|
|
849
988
|
readonly Left: SqlExpression;
|
|
850
989
|
readonly OperatorType: ExpressionType;
|
|
851
990
|
readonly Right: SqlExpression;
|
|
852
991
|
Equals(obj: unknown): boolean;
|
|
853
992
|
GetHashCode(): int;
|
|
854
|
-
Print(expressionPrinter: ExpressionPrinter): void;
|
|
855
993
|
Quote(): Expression;
|
|
856
994
|
Update(left: SqlExpression, right: SqlExpression): SqlBinaryExpression;
|
|
857
995
|
}
|
|
@@ -867,18 +1005,21 @@ export interface __SqlBinaryExpression$views {
|
|
|
867
1005
|
As_IRelationalQuotableExpression(): Microsoft_EntityFrameworkCore_Query_Internal.IRelationalQuotableExpression$instance;
|
|
868
1006
|
}
|
|
869
1007
|
|
|
870
|
-
export interface SqlBinaryExpression$instance extends Microsoft_EntityFrameworkCore_Query_Internal.IPrintableExpression$instance {}
|
|
871
|
-
|
|
872
1008
|
export type SqlBinaryExpression = SqlBinaryExpression$instance & __SqlBinaryExpression$views;
|
|
873
1009
|
|
|
874
1010
|
|
|
875
|
-
export
|
|
1011
|
+
export abstract class SqlConstantExpression$protected {
|
|
1012
|
+
protected Print(expressionPrinter: ExpressionPrinter): void;
|
|
1013
|
+
protected VisitChildren(visitor: ExpressionVisitor): Expression;
|
|
1014
|
+
}
|
|
1015
|
+
|
|
1016
|
+
|
|
1017
|
+
export interface SqlConstantExpression$instance extends SqlConstantExpression$protected, SqlExpression$instance {
|
|
876
1018
|
readonly IsSensitive: boolean;
|
|
877
1019
|
readonly Value: unknown | undefined;
|
|
878
1020
|
ApplyTypeMapping(typeMapping: RelationalTypeMapping): SqlExpression;
|
|
879
1021
|
Equals(obj: unknown): boolean;
|
|
880
1022
|
GetHashCode(): int;
|
|
881
|
-
Print(expressionPrinter: ExpressionPrinter): void;
|
|
882
1023
|
Quote(): Expression;
|
|
883
1024
|
}
|
|
884
1025
|
|
|
@@ -897,12 +1038,16 @@ export interface __SqlConstantExpression$views {
|
|
|
897
1038
|
As_IRelationalQuotableExpression(): Microsoft_EntityFrameworkCore_Query_Internal.IRelationalQuotableExpression$instance;
|
|
898
1039
|
}
|
|
899
1040
|
|
|
900
|
-
export interface SqlConstantExpression$instance extends Microsoft_EntityFrameworkCore_Query_Internal.IPrintableExpression$instance {}
|
|
901
|
-
|
|
902
1041
|
export type SqlConstantExpression = SqlConstantExpression$instance & __SqlConstantExpression$views;
|
|
903
1042
|
|
|
904
1043
|
|
|
905
|
-
export
|
|
1044
|
+
export abstract class SqlExpression$protected {
|
|
1045
|
+
protected abstract Print(expressionPrinter: ExpressionPrinter): void;
|
|
1046
|
+
protected VisitChildren(visitor: ExpressionVisitor): Expression;
|
|
1047
|
+
}
|
|
1048
|
+
|
|
1049
|
+
|
|
1050
|
+
export interface SqlExpression$instance extends SqlExpression$protected, Expression {
|
|
906
1051
|
readonly NodeType: ExpressionType;
|
|
907
1052
|
readonly Type: Type;
|
|
908
1053
|
readonly TypeMapping: RelationalTypeMapping | undefined;
|
|
@@ -913,6 +1058,7 @@ export interface SqlExpression$instance extends Expression {
|
|
|
913
1058
|
|
|
914
1059
|
|
|
915
1060
|
export const SqlExpression: {
|
|
1061
|
+
new(type: Type, typeMapping: RelationalTypeMapping): SqlExpression;
|
|
916
1062
|
};
|
|
917
1063
|
|
|
918
1064
|
|
|
@@ -926,11 +1072,16 @@ export interface SqlExpression$instance extends Microsoft_EntityFrameworkCore_Qu
|
|
|
926
1072
|
export type SqlExpression = SqlExpression$instance & __SqlExpression$views;
|
|
927
1073
|
|
|
928
1074
|
|
|
929
|
-
export
|
|
1075
|
+
export abstract class SqlFragmentExpression$protected {
|
|
1076
|
+
protected Print(expressionPrinter: ExpressionPrinter): void;
|
|
1077
|
+
protected VisitChildren(visitor: ExpressionVisitor): Expression;
|
|
1078
|
+
}
|
|
1079
|
+
|
|
1080
|
+
|
|
1081
|
+
export interface SqlFragmentExpression$instance extends SqlFragmentExpression$protected, SqlExpression$instance {
|
|
930
1082
|
readonly Sql: string;
|
|
931
1083
|
Equals(obj: unknown): boolean;
|
|
932
1084
|
GetHashCode(): int;
|
|
933
|
-
Print(expressionPrinter: ExpressionPrinter): void;
|
|
934
1085
|
Quote(): Expression;
|
|
935
1086
|
}
|
|
936
1087
|
|
|
@@ -945,12 +1096,16 @@ export interface __SqlFragmentExpression$views {
|
|
|
945
1096
|
As_IRelationalQuotableExpression(): Microsoft_EntityFrameworkCore_Query_Internal.IRelationalQuotableExpression$instance;
|
|
946
1097
|
}
|
|
947
1098
|
|
|
948
|
-
export interface SqlFragmentExpression$instance extends Microsoft_EntityFrameworkCore_Query_Internal.IPrintableExpression$instance {}
|
|
949
|
-
|
|
950
1099
|
export type SqlFragmentExpression = SqlFragmentExpression$instance & __SqlFragmentExpression$views;
|
|
951
1100
|
|
|
952
1101
|
|
|
953
|
-
export
|
|
1102
|
+
export abstract class SqlFunctionExpression$protected {
|
|
1103
|
+
protected Print(expressionPrinter: ExpressionPrinter): void;
|
|
1104
|
+
protected VisitChildren(visitor: ExpressionVisitor): Expression;
|
|
1105
|
+
}
|
|
1106
|
+
|
|
1107
|
+
|
|
1108
|
+
export interface SqlFunctionExpression$instance extends SqlFunctionExpression$protected, SqlExpression$instance {
|
|
954
1109
|
readonly Arguments: IReadOnlyList<SqlExpression>;
|
|
955
1110
|
readonly ArgumentsPropagateNullability: IReadOnlyList<System_Internal.Boolean> | undefined;
|
|
956
1111
|
readonly Instance: SqlExpression | undefined;
|
|
@@ -963,7 +1118,6 @@ export interface SqlFunctionExpression$instance extends SqlExpression$instance {
|
|
|
963
1118
|
ApplyTypeMapping(typeMapping: RelationalTypeMapping): SqlFunctionExpression;
|
|
964
1119
|
Equals(obj: unknown): boolean;
|
|
965
1120
|
GetHashCode(): int;
|
|
966
|
-
Print(expressionPrinter: ExpressionPrinter): void;
|
|
967
1121
|
Quote(): Expression;
|
|
968
1122
|
Update(instance: SqlExpression, arguments: IReadOnlyList<SqlExpression>): SqlFunctionExpression;
|
|
969
1123
|
Update(instance: SqlExpression, arguments: IReadOnlyList<SqlExpression>, argumentsPropagateNullability: IReadOnlyList<System_Internal.Boolean>): SqlFunctionExpression;
|
|
@@ -986,12 +1140,16 @@ export interface __SqlFunctionExpression$views {
|
|
|
986
1140
|
As_IRelationalQuotableExpression(): Microsoft_EntityFrameworkCore_Query_Internal.IRelationalQuotableExpression$instance;
|
|
987
1141
|
}
|
|
988
1142
|
|
|
989
|
-
export interface SqlFunctionExpression$instance extends Microsoft_EntityFrameworkCore_Query_Internal.IPrintableExpression$instance {}
|
|
990
|
-
|
|
991
1143
|
export type SqlFunctionExpression = SqlFunctionExpression$instance & __SqlFunctionExpression$views;
|
|
992
1144
|
|
|
993
1145
|
|
|
994
|
-
export
|
|
1146
|
+
export abstract class SqlParameterExpression$protected {
|
|
1147
|
+
protected Print(expressionPrinter: ExpressionPrinter): void;
|
|
1148
|
+
protected VisitChildren(visitor: ExpressionVisitor): Expression;
|
|
1149
|
+
}
|
|
1150
|
+
|
|
1151
|
+
|
|
1152
|
+
export interface SqlParameterExpression$instance extends SqlParameterExpression$protected, SqlExpression$instance {
|
|
995
1153
|
readonly InvariantName: string;
|
|
996
1154
|
readonly IsNullable: boolean;
|
|
997
1155
|
readonly Name: string;
|
|
@@ -999,7 +1157,6 @@ export interface SqlParameterExpression$instance extends SqlExpression$instance
|
|
|
999
1157
|
ApplyTypeMapping(typeMapping: RelationalTypeMapping): SqlParameterExpression;
|
|
1000
1158
|
Equals(obj: unknown): boolean;
|
|
1001
1159
|
GetHashCode(): int;
|
|
1002
|
-
Print(expressionPrinter: ExpressionPrinter): void;
|
|
1003
1160
|
Quote(): Expression;
|
|
1004
1161
|
}
|
|
1005
1162
|
|
|
@@ -1015,17 +1172,20 @@ export interface __SqlParameterExpression$views {
|
|
|
1015
1172
|
As_IRelationalQuotableExpression(): Microsoft_EntityFrameworkCore_Query_Internal.IRelationalQuotableExpression$instance;
|
|
1016
1173
|
}
|
|
1017
1174
|
|
|
1018
|
-
export interface SqlParameterExpression$instance extends Microsoft_EntityFrameworkCore_Query_Internal.IPrintableExpression$instance {}
|
|
1019
|
-
|
|
1020
1175
|
export type SqlParameterExpression = SqlParameterExpression$instance & __SqlParameterExpression$views;
|
|
1021
1176
|
|
|
1022
1177
|
|
|
1023
|
-
export
|
|
1178
|
+
export abstract class SqlUnaryExpression$protected {
|
|
1179
|
+
protected Print(expressionPrinter: ExpressionPrinter): void;
|
|
1180
|
+
protected VisitChildren(visitor: ExpressionVisitor): Expression;
|
|
1181
|
+
}
|
|
1182
|
+
|
|
1183
|
+
|
|
1184
|
+
export interface SqlUnaryExpression$instance extends SqlUnaryExpression$protected, SqlExpression$instance {
|
|
1024
1185
|
readonly Operand: SqlExpression;
|
|
1025
1186
|
readonly OperatorType: ExpressionType;
|
|
1026
1187
|
Equals(obj: unknown): boolean;
|
|
1027
1188
|
GetHashCode(): int;
|
|
1028
|
-
Print(expressionPrinter: ExpressionPrinter): void;
|
|
1029
1189
|
Quote(): Expression;
|
|
1030
1190
|
Update(operand: SqlExpression): SqlUnaryExpression;
|
|
1031
1191
|
}
|
|
@@ -1041,12 +1201,17 @@ export interface __SqlUnaryExpression$views {
|
|
|
1041
1201
|
As_IRelationalQuotableExpression(): Microsoft_EntityFrameworkCore_Query_Internal.IRelationalQuotableExpression$instance;
|
|
1042
1202
|
}
|
|
1043
1203
|
|
|
1044
|
-
export interface SqlUnaryExpression$instance extends Microsoft_EntityFrameworkCore_Query_Internal.IPrintableExpression$instance {}
|
|
1045
|
-
|
|
1046
1204
|
export type SqlUnaryExpression = SqlUnaryExpression$instance & __SqlUnaryExpression$views;
|
|
1047
1205
|
|
|
1048
1206
|
|
|
1049
|
-
export
|
|
1207
|
+
export abstract class TableExpression$protected {
|
|
1208
|
+
protected Print(expressionPrinter: ExpressionPrinter): void;
|
|
1209
|
+
protected WithAnnotations2(annotations: IReadOnlyDictionary<System_Internal.String, IAnnotation>): TableExpression;
|
|
1210
|
+
protected abstract WithAnnotations(annotations: IReadOnlyDictionary<System_Internal.String, IAnnotation>): TableExpressionBase;
|
|
1211
|
+
}
|
|
1212
|
+
|
|
1213
|
+
|
|
1214
|
+
export interface TableExpression$instance extends TableExpression$protected, TableExpressionBase$instance {
|
|
1050
1215
|
readonly Alias: string;
|
|
1051
1216
|
readonly Name: string;
|
|
1052
1217
|
readonly Schema: string | undefined;
|
|
@@ -1054,7 +1219,6 @@ export interface TableExpression$instance extends TableExpressionBase$instance {
|
|
|
1054
1219
|
Clone(alias: string, cloningExpressionVisitor: ExpressionVisitor): TableExpressionBase;
|
|
1055
1220
|
Equals(obj: unknown): boolean;
|
|
1056
1221
|
GetHashCode(): int;
|
|
1057
|
-
Print(expressionPrinter: ExpressionPrinter): void;
|
|
1058
1222
|
Quote(): Expression;
|
|
1059
1223
|
}
|
|
1060
1224
|
|
|
@@ -1071,12 +1235,21 @@ export interface __TableExpression$views {
|
|
|
1071
1235
|
As_ITableBasedExpression(): ITableBasedExpression$instance;
|
|
1072
1236
|
}
|
|
1073
1237
|
|
|
1074
|
-
export interface TableExpression$instance extends
|
|
1238
|
+
export interface TableExpression$instance extends ITableBasedExpression$instance {}
|
|
1075
1239
|
|
|
1076
1240
|
export type TableExpression = TableExpression$instance & __TableExpression$views;
|
|
1077
1241
|
|
|
1078
1242
|
|
|
1079
|
-
export
|
|
1243
|
+
export abstract class TableExpressionBase$protected {
|
|
1244
|
+
protected readonly Annotations: IReadOnlyDictionary<System_Internal.String, IAnnotation> | undefined;
|
|
1245
|
+
protected abstract Print(expressionPrinter: ExpressionPrinter): void;
|
|
1246
|
+
protected PrintAnnotations(expressionPrinter: ExpressionPrinter): void;
|
|
1247
|
+
protected VisitChildren(visitor: ExpressionVisitor): Expression;
|
|
1248
|
+
protected abstract WithAnnotations(annotations: IReadOnlyDictionary<System_Internal.String, IAnnotation>): TableExpressionBase;
|
|
1249
|
+
}
|
|
1250
|
+
|
|
1251
|
+
|
|
1252
|
+
export interface TableExpressionBase$instance extends TableExpressionBase$protected, Expression {
|
|
1080
1253
|
readonly Alias: string;
|
|
1081
1254
|
readonly NodeType: ExpressionType;
|
|
1082
1255
|
readonly Type: Type;
|
|
@@ -1093,6 +1266,8 @@ export interface TableExpressionBase$instance extends Expression {
|
|
|
1093
1266
|
|
|
1094
1267
|
|
|
1095
1268
|
export const TableExpressionBase: {
|
|
1269
|
+
new(alias: string, annotations: IEnumerable<IAnnotation>): TableExpressionBase;
|
|
1270
|
+
new(alias: string, annotations: IReadOnlyDictionary<System_Internal.String, IAnnotation>): TableExpressionBase;
|
|
1096
1271
|
};
|
|
1097
1272
|
|
|
1098
1273
|
|
|
@@ -1106,7 +1281,15 @@ export interface TableExpressionBase$instance extends Microsoft_EntityFrameworkC
|
|
|
1106
1281
|
export type TableExpressionBase = TableExpressionBase$instance & __TableExpressionBase$views;
|
|
1107
1282
|
|
|
1108
1283
|
|
|
1109
|
-
export
|
|
1284
|
+
export abstract class TableValuedFunctionExpression$protected {
|
|
1285
|
+
protected Print(expressionPrinter: ExpressionPrinter): void;
|
|
1286
|
+
protected VisitChildren(visitor: ExpressionVisitor): Expression;
|
|
1287
|
+
protected WithAnnotations2(annotations: IReadOnlyDictionary<System_Internal.String, IAnnotation>): TableValuedFunctionExpression;
|
|
1288
|
+
protected abstract WithAnnotations(annotations: IReadOnlyDictionary<System_Internal.String, IAnnotation>): TableExpressionBase;
|
|
1289
|
+
}
|
|
1290
|
+
|
|
1291
|
+
|
|
1292
|
+
export interface TableValuedFunctionExpression$instance extends TableValuedFunctionExpression$protected, TableExpressionBase$instance {
|
|
1110
1293
|
readonly Alias: string;
|
|
1111
1294
|
readonly Arguments: IReadOnlyList<SqlExpression>;
|
|
1112
1295
|
readonly IsBuiltIn: boolean;
|
|
@@ -1116,7 +1299,6 @@ export interface TableValuedFunctionExpression$instance extends TableExpressionB
|
|
|
1116
1299
|
Clone(alias: string, cloningExpressionVisitor: ExpressionVisitor): TableExpressionBase;
|
|
1117
1300
|
Equals(obj: unknown): boolean;
|
|
1118
1301
|
GetHashCode(): int;
|
|
1119
|
-
Print(expressionPrinter: ExpressionPrinter): void;
|
|
1120
1302
|
Quote(): Expression;
|
|
1121
1303
|
Update(arguments: IReadOnlyList<SqlExpression>): TableValuedFunctionExpression;
|
|
1122
1304
|
}
|
|
@@ -1125,6 +1307,7 @@ export interface TableValuedFunctionExpression$instance extends TableExpressionB
|
|
|
1125
1307
|
export const TableValuedFunctionExpression: {
|
|
1126
1308
|
new(alias: string, storeFunction: IStoreFunction, arguments: IReadOnlyList<SqlExpression>): TableValuedFunctionExpression;
|
|
1127
1309
|
new(alias: string, name: string, arguments: IReadOnlyList<SqlExpression>): TableValuedFunctionExpression;
|
|
1310
|
+
new(alias: string, name: string, schema: string, builtIn: boolean, arguments: IReadOnlyList<SqlExpression>, annotations: IReadOnlyDictionary<System_Internal.String, IAnnotation>): TableValuedFunctionExpression;
|
|
1128
1311
|
};
|
|
1129
1312
|
|
|
1130
1313
|
|
|
@@ -1134,16 +1317,23 @@ export interface __TableValuedFunctionExpression$views {
|
|
|
1134
1317
|
As_ITableBasedExpression(): ITableBasedExpression$instance;
|
|
1135
1318
|
}
|
|
1136
1319
|
|
|
1137
|
-
export interface TableValuedFunctionExpression$instance extends
|
|
1320
|
+
export interface TableValuedFunctionExpression$instance extends ITableBasedExpression$instance {}
|
|
1138
1321
|
|
|
1139
1322
|
export type TableValuedFunctionExpression = TableValuedFunctionExpression$instance & __TableValuedFunctionExpression$views;
|
|
1140
1323
|
|
|
1141
1324
|
|
|
1142
|
-
export
|
|
1325
|
+
export abstract class UnionExpression$protected {
|
|
1326
|
+
protected Print(expressionPrinter: ExpressionPrinter): void;
|
|
1327
|
+
protected VisitChildren(visitor: ExpressionVisitor): Expression;
|
|
1328
|
+
protected WithAnnotations2(annotations: IReadOnlyDictionary<System_Internal.String, IAnnotation>): UnionExpression;
|
|
1329
|
+
protected abstract WithAnnotations(annotations: IReadOnlyDictionary<System_Internal.String, IAnnotation>): TableExpressionBase;
|
|
1330
|
+
}
|
|
1331
|
+
|
|
1332
|
+
|
|
1333
|
+
export interface UnionExpression$instance extends UnionExpression$protected, SetOperationBase$instance {
|
|
1143
1334
|
Clone(alias: string, cloningExpressionVisitor: ExpressionVisitor): TableExpressionBase;
|
|
1144
1335
|
Equals(obj: unknown): boolean;
|
|
1145
1336
|
GetHashCode(): int;
|
|
1146
|
-
Print(expressionPrinter: ExpressionPrinter): void;
|
|
1147
1337
|
Quote(): Expression;
|
|
1148
1338
|
WithAlias(newAlias: string): UnionExpression;
|
|
1149
1339
|
}
|
|
@@ -1163,7 +1353,12 @@ export interface __UnionExpression$views {
|
|
|
1163
1353
|
export type UnionExpression = UnionExpression$instance & __UnionExpression$views;
|
|
1164
1354
|
|
|
1165
1355
|
|
|
1166
|
-
export
|
|
1356
|
+
export abstract class UpdateExpression$protected {
|
|
1357
|
+
protected VisitChildren(visitor: ExpressionVisitor): Expression;
|
|
1358
|
+
}
|
|
1359
|
+
|
|
1360
|
+
|
|
1361
|
+
export interface UpdateExpression$instance extends UpdateExpression$protected, Expression {
|
|
1167
1362
|
readonly ColumnValueSetters: IReadOnlyList<ColumnValueSetter>;
|
|
1168
1363
|
readonly NodeType: ExpressionType;
|
|
1169
1364
|
readonly SelectExpression: SelectExpression;
|
|
@@ -1195,7 +1390,15 @@ export interface UpdateExpression$instance extends Microsoft_EntityFrameworkCore
|
|
|
1195
1390
|
export type UpdateExpression = UpdateExpression$instance & __UpdateExpression$views;
|
|
1196
1391
|
|
|
1197
1392
|
|
|
1198
|
-
export
|
|
1393
|
+
export abstract class ValuesExpression$protected {
|
|
1394
|
+
protected Print(expressionPrinter: ExpressionPrinter): void;
|
|
1395
|
+
protected VisitChildren(visitor: ExpressionVisitor): Expression;
|
|
1396
|
+
protected WithAnnotations2(annotations: IReadOnlyDictionary<System_Internal.String, IAnnotation>): ValuesExpression;
|
|
1397
|
+
protected abstract WithAnnotations(annotations: IReadOnlyDictionary<System_Internal.String, IAnnotation>): TableExpressionBase;
|
|
1398
|
+
}
|
|
1399
|
+
|
|
1400
|
+
|
|
1401
|
+
export interface ValuesExpression$instance extends ValuesExpression$protected, TableExpressionBase$instance {
|
|
1199
1402
|
readonly Alias: string;
|
|
1200
1403
|
readonly ColumnNames: IReadOnlyList<System_Internal.String>;
|
|
1201
1404
|
readonly RowValues: IReadOnlyList<RowValueExpression> | undefined;
|
|
@@ -1203,7 +1406,6 @@ export interface ValuesExpression$instance extends TableExpressionBase$instance
|
|
|
1203
1406
|
Clone(alias: string, cloningExpressionVisitor: ExpressionVisitor): TableExpressionBase;
|
|
1204
1407
|
Equals(obj: unknown): boolean;
|
|
1205
1408
|
GetHashCode(): int;
|
|
1206
|
-
Print(expressionPrinter: ExpressionPrinter): void;
|
|
1207
1409
|
Quote(): Expression;
|
|
1208
1410
|
Update(rowValues: IReadOnlyList<RowValueExpression>): ValuesExpression;
|
|
1209
1411
|
Update(valuesParameter: SqlParameterExpression): ValuesExpression;
|
|
@@ -1223,8 +1425,6 @@ export interface __ValuesExpression$views {
|
|
|
1223
1425
|
As_IRelationalQuotableExpression(): Microsoft_EntityFrameworkCore_Query_Internal.IRelationalQuotableExpression$instance;
|
|
1224
1426
|
}
|
|
1225
1427
|
|
|
1226
|
-
export interface ValuesExpression$instance extends Microsoft_EntityFrameworkCore_Query_Internal.IPrintableExpression$instance {}
|
|
1227
|
-
|
|
1228
1428
|
export type ValuesExpression = ValuesExpression$instance & __ValuesExpression$views;
|
|
1229
1429
|
|
|
1230
1430
|
|