@tsonic/efcore 10.0.1 → 10.0.3

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.
Files changed (88) hide show
  1. package/Microsoft.EntityFrameworkCore/bindings.json +2247 -5
  2. package/Microsoft.EntityFrameworkCore/internal/index.d.ts +18 -10
  3. package/Microsoft.EntityFrameworkCore.ChangeTracking/bindings.json +1707 -6
  4. package/Microsoft.EntityFrameworkCore.ChangeTracking/internal/index.d.ts +29 -10
  5. package/Microsoft.EntityFrameworkCore.ChangeTracking.Internal/bindings.json +4784 -172
  6. package/Microsoft.EntityFrameworkCore.ChangeTracking.Internal/internal/index.d.ts +135 -58
  7. package/Microsoft.EntityFrameworkCore.ChangeTracking.Internal.d.ts +1 -1
  8. package/Microsoft.EntityFrameworkCore.ChangeTracking.d.ts +3 -3
  9. package/Microsoft.EntityFrameworkCore.Design/bindings.json +1175 -171
  10. package/Microsoft.EntityFrameworkCore.Design/internal/index.d.ts +40 -3
  11. package/Microsoft.EntityFrameworkCore.Design.Internal/bindings.json +306 -2
  12. package/Microsoft.EntityFrameworkCore.Design.Internal/internal/index.d.ts +6 -1
  13. package/Microsoft.EntityFrameworkCore.Diagnostics/bindings.json +2919 -10
  14. package/Microsoft.EntityFrameworkCore.Diagnostics/internal/index.d.ts +21 -18
  15. package/Microsoft.EntityFrameworkCore.Diagnostics.Internal/bindings.json +1027 -77
  16. package/Microsoft.EntityFrameworkCore.Diagnostics.Internal/internal/index.d.ts +5 -11
  17. package/Microsoft.EntityFrameworkCore.Infrastructure/bindings.json +4386 -655
  18. package/Microsoft.EntityFrameworkCore.Infrastructure/internal/index.d.ts +144 -25
  19. package/Microsoft.EntityFrameworkCore.Infrastructure.Internal/bindings.json +251 -7
  20. package/Microsoft.EntityFrameworkCore.Infrastructure.Internal/internal/index.d.ts +7 -4
  21. package/Microsoft.EntityFrameworkCore.Infrastructure.d.ts +3 -2
  22. package/Microsoft.EntityFrameworkCore.Internal/bindings.json +754 -2
  23. package/Microsoft.EntityFrameworkCore.Internal/internal/index.d.ts +1 -4
  24. package/Microsoft.EntityFrameworkCore.Metadata/bindings.json +8776 -125
  25. package/Microsoft.EntityFrameworkCore.Metadata/internal/index.d.ts +280 -236
  26. package/Microsoft.EntityFrameworkCore.Metadata.Builders/bindings.json +5621 -147
  27. package/Microsoft.EntityFrameworkCore.Metadata.Builders/internal/index.d.ts +99 -15
  28. package/Microsoft.EntityFrameworkCore.Metadata.Builders.d.ts +1 -1
  29. package/Microsoft.EntityFrameworkCore.Metadata.Conventions/bindings.json +8740 -1109
  30. package/Microsoft.EntityFrameworkCore.Metadata.Conventions/internal/index.d.ts +205 -12
  31. package/Microsoft.EntityFrameworkCore.Metadata.Conventions.Infrastructure/bindings.json +152 -3
  32. package/Microsoft.EntityFrameworkCore.Metadata.Conventions.Infrastructure/internal/index.d.ts +5 -1
  33. package/Microsoft.EntityFrameworkCore.Metadata.Conventions.Infrastructure.d.ts +1 -0
  34. package/Microsoft.EntityFrameworkCore.Metadata.Conventions.Internal/bindings.json +144 -0
  35. package/Microsoft.EntityFrameworkCore.Metadata.Conventions.Internal/internal/index.d.ts +1 -1
  36. package/Microsoft.EntityFrameworkCore.Metadata.Conventions.d.ts +7 -5
  37. package/Microsoft.EntityFrameworkCore.Metadata.Internal/bindings.json +16619 -30
  38. package/Microsoft.EntityFrameworkCore.Metadata.Internal/internal/index.d.ts +372 -117
  39. package/Microsoft.EntityFrameworkCore.Migrations/bindings.json +2197 -67
  40. package/Microsoft.EntityFrameworkCore.Migrations/internal/index.d.ts +99 -12
  41. package/Microsoft.EntityFrameworkCore.Migrations.Internal/bindings.json +1304 -119
  42. package/Microsoft.EntityFrameworkCore.Migrations.Internal/internal/index.d.ts +60 -3
  43. package/Microsoft.EntityFrameworkCore.Migrations.Internal.d.ts +3 -3
  44. package/Microsoft.EntityFrameworkCore.Migrations.Operations/bindings.json +4318 -46
  45. package/Microsoft.EntityFrameworkCore.Migrations.Operations/internal/index.d.ts +193 -54
  46. package/Microsoft.EntityFrameworkCore.Migrations.Operations.Builders/bindings.json +102 -0
  47. package/Microsoft.EntityFrameworkCore.Migrations.Operations.Builders/internal/index.d.ts +1 -0
  48. package/Microsoft.EntityFrameworkCore.Migrations.d.ts +5 -4
  49. package/Microsoft.EntityFrameworkCore.Query/bindings.json +17431 -7313
  50. package/Microsoft.EntityFrameworkCore.Query/internal/index.d.ts +421 -36
  51. package/Microsoft.EntityFrameworkCore.Query.Internal/bindings.json +3807 -228
  52. package/Microsoft.EntityFrameworkCore.Query.Internal/internal/index.d.ts +116 -16
  53. package/Microsoft.EntityFrameworkCore.Query.Internal.d.ts +3 -3
  54. package/Microsoft.EntityFrameworkCore.Query.SqlExpressions/bindings.json +3589 -953
  55. package/Microsoft.EntityFrameworkCore.Query.SqlExpressions/internal/index.d.ts +77 -68
  56. package/Microsoft.EntityFrameworkCore.Query.d.ts +6 -5
  57. package/Microsoft.EntityFrameworkCore.Scaffolding/bindings.json +125 -3
  58. package/Microsoft.EntityFrameworkCore.Scaffolding/internal/index.d.ts +3 -2
  59. package/Microsoft.EntityFrameworkCore.Scaffolding.Metadata/bindings.json +1160 -9
  60. package/Microsoft.EntityFrameworkCore.Scaffolding.Metadata/internal/index.d.ts +63 -22
  61. package/Microsoft.EntityFrameworkCore.Storage/bindings.json +5813 -272
  62. package/Microsoft.EntityFrameworkCore.Storage/internal/index.d.ts +213 -44
  63. package/Microsoft.EntityFrameworkCore.Storage.Internal/bindings.json +534 -6
  64. package/Microsoft.EntityFrameworkCore.Storage.Internal/internal/index.d.ts +18 -3
  65. package/Microsoft.EntityFrameworkCore.Storage.Internal.d.ts +2 -1
  66. package/Microsoft.EntityFrameworkCore.Storage.Json/bindings.json +570 -2
  67. package/Microsoft.EntityFrameworkCore.Storage.Json/internal/index.d.ts +2 -25
  68. package/Microsoft.EntityFrameworkCore.Storage.ValueConversion/bindings.json +652 -2
  69. package/Microsoft.EntityFrameworkCore.Storage.ValueConversion/internal/index.d.ts +3 -1
  70. package/Microsoft.EntityFrameworkCore.Storage.ValueConversion.Internal/bindings.json +663 -16
  71. package/Microsoft.EntityFrameworkCore.Storage.ValueConversion.Internal/internal/index.d.ts +28 -1
  72. package/Microsoft.EntityFrameworkCore.Storage.ValueConversion.Internal.d.ts +1 -1
  73. package/Microsoft.EntityFrameworkCore.Storage.d.ts +4 -4
  74. package/Microsoft.EntityFrameworkCore.Update/bindings.json +2027 -340
  75. package/Microsoft.EntityFrameworkCore.Update/internal/index.d.ts +113 -51
  76. package/Microsoft.EntityFrameworkCore.Update.Internal/bindings.json +1074 -6
  77. package/Microsoft.EntityFrameworkCore.Update.Internal/internal/index.d.ts +20 -6
  78. package/Microsoft.EntityFrameworkCore.Update.Internal.d.ts +1 -1
  79. package/Microsoft.EntityFrameworkCore.Update.d.ts +2 -2
  80. package/Microsoft.EntityFrameworkCore.ValueGeneration/bindings.json +479 -5
  81. package/Microsoft.EntityFrameworkCore.ValueGeneration/internal/index.d.ts +16 -5
  82. package/Microsoft.EntityFrameworkCore.ValueGeneration.Internal/bindings.json +262 -2
  83. package/Microsoft.EntityFrameworkCore.ValueGeneration.Internal/internal/index.d.ts +3 -1
  84. package/Microsoft.EntityFrameworkCore.ValueGeneration.d.ts +1 -1
  85. package/Microsoft.EntityFrameworkCore.d.ts +2 -1
  86. package/Microsoft.Extensions.DependencyInjection/bindings.json +15 -0
  87. package/System.Transactions/bindings.json +6 -0
  88. package/package.json +1 -1
@@ -17,27 +17,30 @@ import type { Boolean as ClrBoolean, Func, Int32, Int64, Nullable, Object as Clr
17
17
 
18
18
  export interface DatabaseColumn$instance extends Annotatable {
19
19
  get Collation(): string | undefined;
20
- set Collation(value: string);
20
+ set Collation(value: string | undefined);
21
21
  get Comment(): string | undefined;
22
- set Comment(value: string);
22
+ set Comment(value: string | undefined);
23
23
  get ComputedColumnSql(): string | undefined;
24
- set ComputedColumnSql(value: string);
24
+ set ComputedColumnSql(value: string | undefined);
25
25
  get DefaultValue(): unknown | undefined;
26
- set DefaultValue(value: unknown);
26
+ set DefaultValue(value: unknown | undefined);
27
27
  get DefaultValueSql(): string | undefined;
28
- set DefaultValueSql(value: string);
28
+ set DefaultValueSql(value: string | undefined);
29
29
  IsNullable: boolean;
30
30
  IsStored: Nullable<System_Internal.Boolean>;
31
31
  Name: string;
32
- StoreType: string;
32
+ get StoreType(): string | undefined;
33
+ set StoreType(value: string | undefined);
33
34
  Table: DatabaseTable;
34
35
  ValueGenerated: Nullable<ValueGenerated>;
35
36
  AddAnnotation(name: string, value: unknown): IAnnotation;
36
37
  AddAnnotation(name: string, value: unknown): Annotation;
38
+ AddAnnotation(name: string, annotation: Annotation): Annotation;
37
39
  AddAnnotations(annotations: IEnumerable<IAnnotation>): void;
38
40
  AddAnnotations(annotations: IReadOnlyDictionary<System_Internal.String, unknown>): void;
39
41
  AddRuntimeAnnotation(name: string, value: unknown): IAnnotation;
40
42
  AddRuntimeAnnotation(name: string, value: unknown): Annotation;
43
+ AddRuntimeAnnotation(name: string, annotation: Annotation): Annotation;
41
44
  AnnotationsToDebugString(indent?: int): string;
42
45
  FindAnnotation(name: string): IAnnotation | undefined;
43
46
  FindAnnotation(name: string): Annotation | undefined;
@@ -50,6 +53,7 @@ export interface DatabaseColumn$instance extends Annotatable {
50
53
  RemoveAnnotation(name: string): IAnnotation | undefined;
51
54
  RemoveAnnotation(name: string): Annotation | undefined;
52
55
  SetAnnotation(name: string, value: unknown): void;
56
+ SetAnnotation(name: string, annotation: Annotation, oldAnnotation: Annotation): Annotation | undefined;
53
57
  ToString(): string;
54
58
  }
55
59
 
@@ -70,17 +74,20 @@ export type DatabaseColumn = DatabaseColumn$instance & __DatabaseColumn$views;
70
74
 
71
75
  export interface DatabaseForeignKey$instance extends Annotatable {
72
76
  readonly Columns: IList<DatabaseColumn>;
73
- Name: string;
77
+ get Name(): string | undefined;
78
+ set Name(value: string | undefined);
74
79
  OnDelete: Nullable<ReferentialAction>;
75
80
  readonly PrincipalColumns: IList<DatabaseColumn>;
76
81
  PrincipalTable: DatabaseTable;
77
82
  Table: DatabaseTable;
78
83
  AddAnnotation(name: string, value: unknown): IAnnotation;
79
84
  AddAnnotation(name: string, value: unknown): Annotation;
85
+ AddAnnotation(name: string, annotation: Annotation): Annotation;
80
86
  AddAnnotations(annotations: IEnumerable<IAnnotation>): void;
81
87
  AddAnnotations(annotations: IReadOnlyDictionary<System_Internal.String, unknown>): void;
82
88
  AddRuntimeAnnotation(name: string, value: unknown): IAnnotation;
83
89
  AddRuntimeAnnotation(name: string, value: unknown): Annotation;
90
+ AddRuntimeAnnotation(name: string, annotation: Annotation): Annotation;
84
91
  AnnotationsToDebugString(indent?: int): string;
85
92
  FindAnnotation(name: string): IAnnotation | undefined;
86
93
  FindAnnotation(name: string): Annotation | undefined;
@@ -93,6 +100,7 @@ export interface DatabaseForeignKey$instance extends Annotatable {
93
100
  RemoveAnnotation(name: string): IAnnotation | undefined;
94
101
  RemoveAnnotation(name: string): Annotation | undefined;
95
102
  SetAnnotation(name: string, value: unknown): void;
103
+ SetAnnotation(name: string, annotation: Annotation, oldAnnotation: Annotation): Annotation | undefined;
96
104
  ToString(): string;
97
105
  }
98
106
 
@@ -114,17 +122,21 @@ export type DatabaseForeignKey = DatabaseForeignKey$instance & __DatabaseForeign
114
122
  export interface DatabaseIndex$instance extends Annotatable {
115
123
  readonly Columns: IList<DatabaseColumn>;
116
124
  get Filter(): string | undefined;
117
- set Filter(value: string);
125
+ set Filter(value: string | undefined);
118
126
  IsDescending: IList<System_Internal.Boolean>;
119
127
  IsUnique: boolean;
120
- Name: string;
121
- Table: DatabaseTable;
128
+ get Name(): string | undefined;
129
+ set Name(value: string | undefined);
130
+ get Table(): DatabaseTable | undefined;
131
+ set Table(value: DatabaseTable | undefined);
122
132
  AddAnnotation(name: string, value: unknown): IAnnotation;
123
133
  AddAnnotation(name: string, value: unknown): Annotation;
134
+ AddAnnotation(name: string, annotation: Annotation): Annotation;
124
135
  AddAnnotations(annotations: IEnumerable<IAnnotation>): void;
125
136
  AddAnnotations(annotations: IReadOnlyDictionary<System_Internal.String, unknown>): void;
126
137
  AddRuntimeAnnotation(name: string, value: unknown): IAnnotation;
127
138
  AddRuntimeAnnotation(name: string, value: unknown): Annotation;
139
+ AddRuntimeAnnotation(name: string, annotation: Annotation): Annotation;
128
140
  AnnotationsToDebugString(indent?: int): string;
129
141
  FindAnnotation(name: string): IAnnotation | undefined;
130
142
  FindAnnotation(name: string): Annotation | undefined;
@@ -137,6 +149,7 @@ export interface DatabaseIndex$instance extends Annotatable {
137
149
  RemoveAnnotation(name: string): IAnnotation | undefined;
138
150
  RemoveAnnotation(name: string): Annotation | undefined;
139
151
  SetAnnotation(name: string, value: unknown): void;
152
+ SetAnnotation(name: string, annotation: Annotation, oldAnnotation: Annotation): Annotation | undefined;
140
153
  ToString(): string;
141
154
  }
142
155
 
@@ -157,19 +170,21 @@ export type DatabaseIndex = DatabaseIndex$instance & __DatabaseIndex$views;
157
170
 
158
171
  export interface DatabaseModel$instance extends Annotatable {
159
172
  get Collation(): string | undefined;
160
- set Collation(value: string);
173
+ set Collation(value: string | undefined);
161
174
  get DatabaseName(): string | undefined;
162
- set DatabaseName(value: string);
175
+ set DatabaseName(value: string | undefined);
163
176
  get DefaultSchema(): string | undefined;
164
- set DefaultSchema(value: string);
177
+ set DefaultSchema(value: string | undefined);
165
178
  readonly Sequences: IList<DatabaseSequence>;
166
179
  readonly Tables: IList<DatabaseTable>;
167
180
  AddAnnotation(name: string, value: unknown): IAnnotation;
168
181
  AddAnnotation(name: string, value: unknown): Annotation;
182
+ AddAnnotation(name: string, annotation: Annotation): Annotation;
169
183
  AddAnnotations(annotations: IEnumerable<IAnnotation>): void;
170
184
  AddAnnotations(annotations: IReadOnlyDictionary<System_Internal.String, unknown>): void;
171
185
  AddRuntimeAnnotation(name: string, value: unknown): IAnnotation;
172
186
  AddRuntimeAnnotation(name: string, value: unknown): Annotation;
187
+ AddRuntimeAnnotation(name: string, annotation: Annotation): Annotation;
173
188
  AnnotationsToDebugString(indent?: int): string;
174
189
  FindAnnotation(name: string): IAnnotation | undefined;
175
190
  FindAnnotation(name: string): Annotation | undefined;
@@ -182,6 +197,7 @@ export interface DatabaseModel$instance extends Annotatable {
182
197
  RemoveAnnotation(name: string): IAnnotation | undefined;
183
198
  RemoveAnnotation(name: string): Annotation | undefined;
184
199
  SetAnnotation(name: string, value: unknown): void;
200
+ SetAnnotation(name: string, annotation: Annotation, oldAnnotation: Annotation): Annotation | undefined;
185
201
  }
186
202
 
187
203
 
@@ -201,14 +217,18 @@ export type DatabaseModel = DatabaseModel$instance & __DatabaseModel$views;
201
217
 
202
218
  export interface DatabasePrimaryKey$instance extends Annotatable {
203
219
  readonly Columns: IList<DatabaseColumn>;
204
- Name: string;
205
- Table: DatabaseTable;
220
+ get Name(): string | undefined;
221
+ set Name(value: string | undefined);
222
+ get Table(): DatabaseTable | undefined;
223
+ set Table(value: DatabaseTable | undefined);
206
224
  AddAnnotation(name: string, value: unknown): IAnnotation;
207
225
  AddAnnotation(name: string, value: unknown): Annotation;
226
+ AddAnnotation(name: string, annotation: Annotation): Annotation;
208
227
  AddAnnotations(annotations: IEnumerable<IAnnotation>): void;
209
228
  AddAnnotations(annotations: IReadOnlyDictionary<System_Internal.String, unknown>): void;
210
229
  AddRuntimeAnnotation(name: string, value: unknown): IAnnotation;
211
230
  AddRuntimeAnnotation(name: string, value: unknown): Annotation;
231
+ AddRuntimeAnnotation(name: string, annotation: Annotation): Annotation;
212
232
  AnnotationsToDebugString(indent?: int): string;
213
233
  FindAnnotation(name: string): IAnnotation | undefined;
214
234
  FindAnnotation(name: string): Annotation | undefined;
@@ -221,6 +241,7 @@ export interface DatabasePrimaryKey$instance extends Annotatable {
221
241
  RemoveAnnotation(name: string): IAnnotation | undefined;
222
242
  RemoveAnnotation(name: string): Annotation | undefined;
223
243
  SetAnnotation(name: string, value: unknown): void;
244
+ SetAnnotation(name: string, annotation: Annotation, oldAnnotation: Annotation): Annotation | undefined;
224
245
  ToString(): string;
225
246
  }
226
247
 
@@ -246,15 +267,19 @@ export interface DatabaseSequence$instance extends Annotatable {
246
267
  MaxValue: Nullable<System_Internal.Int64>;
247
268
  MinValue: Nullable<System_Internal.Int64>;
248
269
  Name: string;
249
- Schema: string;
270
+ get Schema(): string | undefined;
271
+ set Schema(value: string | undefined);
250
272
  StartValue: Nullable<System_Internal.Int64>;
251
- StoreType: string;
273
+ get StoreType(): string | undefined;
274
+ set StoreType(value: string | undefined);
252
275
  AddAnnotation(name: string, value: unknown): IAnnotation;
253
276
  AddAnnotation(name: string, value: unknown): Annotation;
277
+ AddAnnotation(name: string, annotation: Annotation): Annotation;
254
278
  AddAnnotations(annotations: IEnumerable<IAnnotation>): void;
255
279
  AddAnnotations(annotations: IReadOnlyDictionary<System_Internal.String, unknown>): void;
256
280
  AddRuntimeAnnotation(name: string, value: unknown): IAnnotation;
257
281
  AddRuntimeAnnotation(name: string, value: unknown): Annotation;
282
+ AddRuntimeAnnotation(name: string, annotation: Annotation): Annotation;
258
283
  AnnotationsToDebugString(indent?: int): string;
259
284
  FindAnnotation(name: string): IAnnotation | undefined;
260
285
  FindAnnotation(name: string): Annotation | undefined;
@@ -267,6 +292,7 @@ export interface DatabaseSequence$instance extends Annotatable {
267
292
  RemoveAnnotation(name: string): IAnnotation | undefined;
268
293
  RemoveAnnotation(name: string): Annotation | undefined;
269
294
  SetAnnotation(name: string, value: unknown): void;
295
+ SetAnnotation(name: string, annotation: Annotation, oldAnnotation: Annotation): Annotation | undefined;
270
296
  ToString(): string;
271
297
  }
272
298
 
@@ -288,22 +314,26 @@ export type DatabaseSequence = DatabaseSequence$instance & __DatabaseSequence$vi
288
314
  export interface DatabaseTable$instance extends Annotatable {
289
315
  readonly Columns: IList<DatabaseColumn>;
290
316
  get Comment(): string | undefined;
291
- set Comment(value: string);
292
- Database: DatabaseModel;
317
+ set Comment(value: string | undefined);
318
+ get Database(): DatabaseModel | undefined;
319
+ set Database(value: DatabaseModel | undefined);
293
320
  readonly ForeignKeys: IList<DatabaseForeignKey>;
294
321
  readonly Indexes: IList<DatabaseIndex>;
295
322
  Name: string;
296
323
  get PrimaryKey(): DatabasePrimaryKey | undefined;
297
- set PrimaryKey(value: DatabasePrimaryKey);
298
- Schema: string;
324
+ set PrimaryKey(value: DatabasePrimaryKey | undefined);
325
+ get Schema(): string | undefined;
326
+ set Schema(value: string | undefined);
299
327
  readonly Triggers: IList<DatabaseTrigger>;
300
328
  readonly UniqueConstraints: IList<DatabaseUniqueConstraint>;
301
329
  AddAnnotation(name: string, value: unknown): IAnnotation;
302
330
  AddAnnotation(name: string, value: unknown): Annotation;
331
+ AddAnnotation(name: string, annotation: Annotation): Annotation;
303
332
  AddAnnotations(annotations: IEnumerable<IAnnotation>): void;
304
333
  AddAnnotations(annotations: IReadOnlyDictionary<System_Internal.String, unknown>): void;
305
334
  AddRuntimeAnnotation(name: string, value: unknown): IAnnotation;
306
335
  AddRuntimeAnnotation(name: string, value: unknown): Annotation;
336
+ AddRuntimeAnnotation(name: string, annotation: Annotation): Annotation;
307
337
  AnnotationsToDebugString(indent?: int): string;
308
338
  FindAnnotation(name: string): IAnnotation | undefined;
309
339
  FindAnnotation(name: string): Annotation | undefined;
@@ -316,6 +346,7 @@ export interface DatabaseTable$instance extends Annotatable {
316
346
  RemoveAnnotation(name: string): IAnnotation | undefined;
317
347
  RemoveAnnotation(name: string): Annotation | undefined;
318
348
  SetAnnotation(name: string, value: unknown): void;
349
+ SetAnnotation(name: string, annotation: Annotation, oldAnnotation: Annotation): Annotation | undefined;
319
350
  ToString(): string;
320
351
  }
321
352
 
@@ -338,10 +369,12 @@ export interface DatabaseTrigger$instance extends Annotatable {
338
369
  Name: string;
339
370
  AddAnnotation(name: string, value: unknown): IAnnotation;
340
371
  AddAnnotation(name: string, value: unknown): Annotation;
372
+ AddAnnotation(name: string, annotation: Annotation): Annotation;
341
373
  AddAnnotations(annotations: IEnumerable<IAnnotation>): void;
342
374
  AddAnnotations(annotations: IReadOnlyDictionary<System_Internal.String, unknown>): void;
343
375
  AddRuntimeAnnotation(name: string, value: unknown): IAnnotation;
344
376
  AddRuntimeAnnotation(name: string, value: unknown): Annotation;
377
+ AddRuntimeAnnotation(name: string, annotation: Annotation): Annotation;
345
378
  AnnotationsToDebugString(indent?: int): string;
346
379
  FindAnnotation(name: string): IAnnotation | undefined;
347
380
  FindAnnotation(name: string): Annotation | undefined;
@@ -354,6 +387,7 @@ export interface DatabaseTrigger$instance extends Annotatable {
354
387
  RemoveAnnotation(name: string): IAnnotation | undefined;
355
388
  RemoveAnnotation(name: string): Annotation | undefined;
356
389
  SetAnnotation(name: string, value: unknown): void;
390
+ SetAnnotation(name: string, annotation: Annotation, oldAnnotation: Annotation): Annotation | undefined;
357
391
  }
358
392
 
359
393
 
@@ -373,14 +407,17 @@ export type DatabaseTrigger = DatabaseTrigger$instance & __DatabaseTrigger$views
373
407
 
374
408
  export interface DatabaseUniqueConstraint$instance extends Annotatable {
375
409
  readonly Columns: IList<DatabaseColumn>;
376
- Name: string;
410
+ get Name(): string | undefined;
411
+ set Name(value: string | undefined);
377
412
  Table: DatabaseTable;
378
413
  AddAnnotation(name: string, value: unknown): IAnnotation;
379
414
  AddAnnotation(name: string, value: unknown): Annotation;
415
+ AddAnnotation(name: string, annotation: Annotation): Annotation;
380
416
  AddAnnotations(annotations: IEnumerable<IAnnotation>): void;
381
417
  AddAnnotations(annotations: IReadOnlyDictionary<System_Internal.String, unknown>): void;
382
418
  AddRuntimeAnnotation(name: string, value: unknown): IAnnotation;
383
419
  AddRuntimeAnnotation(name: string, value: unknown): Annotation;
420
+ AddRuntimeAnnotation(name: string, annotation: Annotation): Annotation;
384
421
  AnnotationsToDebugString(indent?: int): string;
385
422
  FindAnnotation(name: string): IAnnotation | undefined;
386
423
  FindAnnotation(name: string): Annotation | undefined;
@@ -393,6 +430,7 @@ export interface DatabaseUniqueConstraint$instance extends Annotatable {
393
430
  RemoveAnnotation(name: string): IAnnotation | undefined;
394
431
  RemoveAnnotation(name: string): Annotation | undefined;
395
432
  SetAnnotation(name: string, value: unknown): void;
433
+ SetAnnotation(name: string, annotation: Annotation, oldAnnotation: Annotation): Annotation | undefined;
396
434
  ToString(): string;
397
435
  }
398
436
 
@@ -414,10 +452,12 @@ export type DatabaseUniqueConstraint = DatabaseUniqueConstraint$instance & __Dat
414
452
  export interface DatabaseView$instance extends DatabaseTable$instance {
415
453
  AddAnnotation(name: string, value: unknown): IAnnotation;
416
454
  AddAnnotation(name: string, value: unknown): Annotation;
455
+ AddAnnotation(name: string, annotation: Annotation): Annotation;
417
456
  AddAnnotations(annotations: IEnumerable<IAnnotation>): void;
418
457
  AddAnnotations(annotations: IReadOnlyDictionary<System_Internal.String, unknown>): void;
419
458
  AddRuntimeAnnotation(name: string, value: unknown): IAnnotation;
420
459
  AddRuntimeAnnotation(name: string, value: unknown): Annotation;
460
+ AddRuntimeAnnotation(name: string, annotation: Annotation): Annotation;
421
461
  AnnotationsToDebugString(indent?: int): string;
422
462
  FindAnnotation(name: string): IAnnotation | undefined;
423
463
  FindAnnotation(name: string): Annotation | undefined;
@@ -430,6 +470,7 @@ export interface DatabaseView$instance extends DatabaseTable$instance {
430
470
  RemoveAnnotation(name: string): IAnnotation | undefined;
431
471
  RemoveAnnotation(name: string): Annotation | undefined;
432
472
  SetAnnotation(name: string, value: unknown): void;
473
+ SetAnnotation(name: string, annotation: Annotation, oldAnnotation: Annotation): Annotation | undefined;
433
474
  }
434
475
 
435
476