@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
|
@@ -30,7 +30,14 @@ export interface ITableMigrationOperation$instance {
|
|
|
30
30
|
|
|
31
31
|
export type ITableMigrationOperation = ITableMigrationOperation$instance;
|
|
32
32
|
|
|
33
|
-
export
|
|
33
|
+
export abstract class AddCheckConstraintOperation$protected {
|
|
34
|
+
protected AddAnnotation7(name: string, annotation: Annotation): Annotation;
|
|
35
|
+
protected AddRuntimeAnnotation7(name: string, annotation: Annotation): Annotation;
|
|
36
|
+
protected SetAnnotation4(name: string, annotation: Annotation, oldAnnotation: Annotation): Annotation | undefined;
|
|
37
|
+
}
|
|
38
|
+
|
|
39
|
+
|
|
40
|
+
export interface AddCheckConstraintOperation$instance extends AddCheckConstraintOperation$protected, MigrationOperation$instance {
|
|
34
41
|
Name: string;
|
|
35
42
|
Schema: string;
|
|
36
43
|
Sql: string;
|
|
@@ -72,7 +79,14 @@ export interface __AddCheckConstraintOperation$views {
|
|
|
72
79
|
export type AddCheckConstraintOperation = AddCheckConstraintOperation$instance & __AddCheckConstraintOperation$views;
|
|
73
80
|
|
|
74
81
|
|
|
75
|
-
export
|
|
82
|
+
export abstract class AddColumnOperation$protected {
|
|
83
|
+
protected AddAnnotation9(name: string, annotation: Annotation): Annotation;
|
|
84
|
+
protected AddRuntimeAnnotation9(name: string, annotation: Annotation): Annotation;
|
|
85
|
+
protected SetAnnotation5(name: string, annotation: Annotation, oldAnnotation: Annotation): Annotation | undefined;
|
|
86
|
+
}
|
|
87
|
+
|
|
88
|
+
|
|
89
|
+
export interface AddColumnOperation$instance extends AddColumnOperation$protected, ColumnOperation$instance {
|
|
76
90
|
AddAnnotation(name: string, value: unknown): IAnnotation;
|
|
77
91
|
AddAnnotation(name: string, value: unknown): Annotation;
|
|
78
92
|
AddAnnotations(annotations: IEnumerable<IAnnotation>): void;
|
|
@@ -109,7 +123,14 @@ export interface __AddColumnOperation$views {
|
|
|
109
123
|
export type AddColumnOperation = AddColumnOperation$instance & __AddColumnOperation$views;
|
|
110
124
|
|
|
111
125
|
|
|
112
|
-
export
|
|
126
|
+
export abstract class AddForeignKeyOperation$protected {
|
|
127
|
+
protected AddAnnotation7(name: string, annotation: Annotation): Annotation;
|
|
128
|
+
protected AddRuntimeAnnotation7(name: string, annotation: Annotation): Annotation;
|
|
129
|
+
protected SetAnnotation4(name: string, annotation: Annotation, oldAnnotation: Annotation): Annotation | undefined;
|
|
130
|
+
}
|
|
131
|
+
|
|
132
|
+
|
|
133
|
+
export interface AddForeignKeyOperation$instance extends AddForeignKeyOperation$protected, MigrationOperation$instance {
|
|
113
134
|
Columns: string[];
|
|
114
135
|
Name: string;
|
|
115
136
|
OnDelete: ReferentialAction;
|
|
@@ -157,7 +178,14 @@ export interface __AddForeignKeyOperation$views {
|
|
|
157
178
|
export type AddForeignKeyOperation = AddForeignKeyOperation$instance & __AddForeignKeyOperation$views;
|
|
158
179
|
|
|
159
180
|
|
|
160
|
-
export
|
|
181
|
+
export abstract class AddPrimaryKeyOperation$protected {
|
|
182
|
+
protected AddAnnotation7(name: string, annotation: Annotation): Annotation;
|
|
183
|
+
protected AddRuntimeAnnotation7(name: string, annotation: Annotation): Annotation;
|
|
184
|
+
protected SetAnnotation4(name: string, annotation: Annotation, oldAnnotation: Annotation): Annotation | undefined;
|
|
185
|
+
}
|
|
186
|
+
|
|
187
|
+
|
|
188
|
+
export interface AddPrimaryKeyOperation$instance extends AddPrimaryKeyOperation$protected, MigrationOperation$instance {
|
|
161
189
|
Columns: string[];
|
|
162
190
|
Name: string;
|
|
163
191
|
Schema: string;
|
|
@@ -199,7 +227,14 @@ export interface __AddPrimaryKeyOperation$views {
|
|
|
199
227
|
export type AddPrimaryKeyOperation = AddPrimaryKeyOperation$instance & __AddPrimaryKeyOperation$views;
|
|
200
228
|
|
|
201
229
|
|
|
202
|
-
export
|
|
230
|
+
export abstract class AddUniqueConstraintOperation$protected {
|
|
231
|
+
protected AddAnnotation7(name: string, annotation: Annotation): Annotation;
|
|
232
|
+
protected AddRuntimeAnnotation7(name: string, annotation: Annotation): Annotation;
|
|
233
|
+
protected SetAnnotation4(name: string, annotation: Annotation, oldAnnotation: Annotation): Annotation | undefined;
|
|
234
|
+
}
|
|
235
|
+
|
|
236
|
+
|
|
237
|
+
export interface AddUniqueConstraintOperation$instance extends AddUniqueConstraintOperation$protected, MigrationOperation$instance {
|
|
203
238
|
Columns: string[];
|
|
204
239
|
Name: string;
|
|
205
240
|
Schema: string;
|
|
@@ -241,7 +276,14 @@ export interface __AddUniqueConstraintOperation$views {
|
|
|
241
276
|
export type AddUniqueConstraintOperation = AddUniqueConstraintOperation$instance & __AddUniqueConstraintOperation$views;
|
|
242
277
|
|
|
243
278
|
|
|
244
|
-
export
|
|
279
|
+
export abstract class AlterColumnOperation$protected {
|
|
280
|
+
protected AddAnnotation9(name: string, annotation: Annotation): Annotation;
|
|
281
|
+
protected AddRuntimeAnnotation9(name: string, annotation: Annotation): Annotation;
|
|
282
|
+
protected SetAnnotation5(name: string, annotation: Annotation, oldAnnotation: Annotation): Annotation | undefined;
|
|
283
|
+
}
|
|
284
|
+
|
|
285
|
+
|
|
286
|
+
export interface AlterColumnOperation$instance extends AlterColumnOperation$protected, ColumnOperation$instance {
|
|
245
287
|
OldColumn: ColumnOperation;
|
|
246
288
|
AddAnnotation(name: string, value: unknown): IAnnotation;
|
|
247
289
|
AddAnnotation(name: string, value: unknown): Annotation;
|
|
@@ -282,7 +324,14 @@ export interface AlterColumnOperation$instance extends IAlterMigrationOperation$
|
|
|
282
324
|
export type AlterColumnOperation = AlterColumnOperation$instance & __AlterColumnOperation$views;
|
|
283
325
|
|
|
284
326
|
|
|
285
|
-
export
|
|
327
|
+
export abstract class AlterDatabaseOperation$protected {
|
|
328
|
+
protected AddAnnotation9(name: string, annotation: Annotation): Annotation;
|
|
329
|
+
protected AddRuntimeAnnotation9(name: string, annotation: Annotation): Annotation;
|
|
330
|
+
protected SetAnnotation5(name: string, annotation: Annotation, oldAnnotation: Annotation): Annotation | undefined;
|
|
331
|
+
}
|
|
332
|
+
|
|
333
|
+
|
|
334
|
+
export interface AlterDatabaseOperation$instance extends AlterDatabaseOperation$protected, DatabaseOperation$instance {
|
|
286
335
|
readonly OldDatabase: DatabaseOperation;
|
|
287
336
|
AddAnnotation(name: string, value: unknown): IAnnotation;
|
|
288
337
|
AddAnnotation(name: string, value: unknown): Annotation;
|
|
@@ -322,7 +371,14 @@ export interface AlterDatabaseOperation$instance extends IAlterMigrationOperatio
|
|
|
322
371
|
export type AlterDatabaseOperation = AlterDatabaseOperation$instance & __AlterDatabaseOperation$views;
|
|
323
372
|
|
|
324
373
|
|
|
325
|
-
export
|
|
374
|
+
export abstract class AlterSequenceOperation$protected {
|
|
375
|
+
protected AddAnnotation9(name: string, annotation: Annotation): Annotation;
|
|
376
|
+
protected AddRuntimeAnnotation9(name: string, annotation: Annotation): Annotation;
|
|
377
|
+
protected SetAnnotation5(name: string, annotation: Annotation, oldAnnotation: Annotation): Annotation | undefined;
|
|
378
|
+
}
|
|
379
|
+
|
|
380
|
+
|
|
381
|
+
export interface AlterSequenceOperation$instance extends AlterSequenceOperation$protected, SequenceOperation$instance {
|
|
326
382
|
Name: string;
|
|
327
383
|
OldSequence: SequenceOperation;
|
|
328
384
|
Schema: string;
|
|
@@ -364,7 +420,14 @@ export interface AlterSequenceOperation$instance extends IAlterMigrationOperatio
|
|
|
364
420
|
export type AlterSequenceOperation = AlterSequenceOperation$instance & __AlterSequenceOperation$views;
|
|
365
421
|
|
|
366
422
|
|
|
367
|
-
export
|
|
423
|
+
export abstract class AlterTableOperation$protected {
|
|
424
|
+
protected AddAnnotation9(name: string, annotation: Annotation): Annotation;
|
|
425
|
+
protected AddRuntimeAnnotation9(name: string, annotation: Annotation): Annotation;
|
|
426
|
+
protected SetAnnotation5(name: string, annotation: Annotation, oldAnnotation: Annotation): Annotation | undefined;
|
|
427
|
+
}
|
|
428
|
+
|
|
429
|
+
|
|
430
|
+
export interface AlterTableOperation$instance extends AlterTableOperation$protected, TableOperation$instance {
|
|
368
431
|
OldTable: TableOperation;
|
|
369
432
|
AddAnnotation(name: string, value: unknown): IAnnotation;
|
|
370
433
|
AddAnnotation(name: string, value: unknown): Annotation;
|
|
@@ -405,7 +468,14 @@ export interface AlterTableOperation$instance extends IAlterMigrationOperation$i
|
|
|
405
468
|
export type AlterTableOperation = AlterTableOperation$instance & __AlterTableOperation$views;
|
|
406
469
|
|
|
407
470
|
|
|
408
|
-
export
|
|
471
|
+
export abstract class ColumnOperation$protected {
|
|
472
|
+
protected AddAnnotation7(name: string, annotation: Annotation): Annotation;
|
|
473
|
+
protected AddRuntimeAnnotation7(name: string, annotation: Annotation): Annotation;
|
|
474
|
+
protected SetAnnotation4(name: string, annotation: Annotation, oldAnnotation: Annotation): Annotation | undefined;
|
|
475
|
+
}
|
|
476
|
+
|
|
477
|
+
|
|
478
|
+
export interface ColumnOperation$instance extends ColumnOperation$protected, MigrationOperation$instance {
|
|
409
479
|
ClrType: Type;
|
|
410
480
|
get Collation(): string | undefined;
|
|
411
481
|
set Collation(value: string);
|
|
@@ -452,6 +522,7 @@ export interface ColumnOperation$instance extends MigrationOperation$instance {
|
|
|
452
522
|
|
|
453
523
|
|
|
454
524
|
export const ColumnOperation: {
|
|
525
|
+
new(): ColumnOperation;
|
|
455
526
|
};
|
|
456
527
|
|
|
457
528
|
|
|
@@ -465,7 +536,14 @@ export interface __ColumnOperation$views {
|
|
|
465
536
|
export type ColumnOperation = ColumnOperation$instance & __ColumnOperation$views;
|
|
466
537
|
|
|
467
538
|
|
|
468
|
-
export
|
|
539
|
+
export abstract class CreateIndexOperation$protected {
|
|
540
|
+
protected AddAnnotation7(name: string, annotation: Annotation): Annotation;
|
|
541
|
+
protected AddRuntimeAnnotation7(name: string, annotation: Annotation): Annotation;
|
|
542
|
+
protected SetAnnotation4(name: string, annotation: Annotation, oldAnnotation: Annotation): Annotation | undefined;
|
|
543
|
+
}
|
|
544
|
+
|
|
545
|
+
|
|
546
|
+
export interface CreateIndexOperation$instance extends CreateIndexOperation$protected, MigrationOperation$instance {
|
|
469
547
|
Columns: string[];
|
|
470
548
|
get Filter(): string | undefined;
|
|
471
549
|
set Filter(value: string);
|
|
@@ -511,7 +589,14 @@ export interface __CreateIndexOperation$views {
|
|
|
511
589
|
export type CreateIndexOperation = CreateIndexOperation$instance & __CreateIndexOperation$views;
|
|
512
590
|
|
|
513
591
|
|
|
514
|
-
export
|
|
592
|
+
export abstract class CreateSequenceOperation$protected {
|
|
593
|
+
protected AddAnnotation9(name: string, annotation: Annotation): Annotation;
|
|
594
|
+
protected AddRuntimeAnnotation9(name: string, annotation: Annotation): Annotation;
|
|
595
|
+
protected SetAnnotation5(name: string, annotation: Annotation, oldAnnotation: Annotation): Annotation | undefined;
|
|
596
|
+
}
|
|
597
|
+
|
|
598
|
+
|
|
599
|
+
export interface CreateSequenceOperation$instance extends CreateSequenceOperation$protected, SequenceOperation$instance {
|
|
515
600
|
ClrType: Type;
|
|
516
601
|
Name: string;
|
|
517
602
|
Schema: string;
|
|
@@ -551,7 +636,14 @@ export interface __CreateSequenceOperation$views {
|
|
|
551
636
|
export type CreateSequenceOperation = CreateSequenceOperation$instance & __CreateSequenceOperation$views;
|
|
552
637
|
|
|
553
638
|
|
|
554
|
-
export
|
|
639
|
+
export abstract class CreateTableOperation$protected {
|
|
640
|
+
protected AddAnnotation9(name: string, annotation: Annotation): Annotation;
|
|
641
|
+
protected AddRuntimeAnnotation9(name: string, annotation: Annotation): Annotation;
|
|
642
|
+
protected SetAnnotation5(name: string, annotation: Annotation, oldAnnotation: Annotation): Annotation | undefined;
|
|
643
|
+
}
|
|
644
|
+
|
|
645
|
+
|
|
646
|
+
export interface CreateTableOperation$instance extends CreateTableOperation$protected, TableOperation$instance {
|
|
555
647
|
readonly CheckConstraints: List<AddCheckConstraintOperation>;
|
|
556
648
|
readonly Columns: List<AddColumnOperation>;
|
|
557
649
|
readonly ForeignKeys: List<AddForeignKeyOperation>;
|
|
@@ -594,7 +686,14 @@ export interface __CreateTableOperation$views {
|
|
|
594
686
|
export type CreateTableOperation = CreateTableOperation$instance & __CreateTableOperation$views;
|
|
595
687
|
|
|
596
688
|
|
|
597
|
-
export
|
|
689
|
+
export abstract class DatabaseOperation$protected {
|
|
690
|
+
protected AddAnnotation7(name: string, annotation: Annotation): Annotation;
|
|
691
|
+
protected AddRuntimeAnnotation7(name: string, annotation: Annotation): Annotation;
|
|
692
|
+
protected SetAnnotation4(name: string, annotation: Annotation, oldAnnotation: Annotation): Annotation | undefined;
|
|
693
|
+
}
|
|
694
|
+
|
|
695
|
+
|
|
696
|
+
export interface DatabaseOperation$instance extends DatabaseOperation$protected, MigrationOperation$instance {
|
|
598
697
|
get Collation(): string | undefined;
|
|
599
698
|
set Collation(value: string);
|
|
600
699
|
AddAnnotation(name: string, value: unknown): IAnnotation;
|
|
@@ -619,6 +718,7 @@ export interface DatabaseOperation$instance extends MigrationOperation$instance
|
|
|
619
718
|
|
|
620
719
|
|
|
621
720
|
export const DatabaseOperation: {
|
|
721
|
+
new(): DatabaseOperation;
|
|
622
722
|
};
|
|
623
723
|
|
|
624
724
|
|
|
@@ -631,7 +731,14 @@ export interface __DatabaseOperation$views {
|
|
|
631
731
|
export type DatabaseOperation = DatabaseOperation$instance & __DatabaseOperation$views;
|
|
632
732
|
|
|
633
733
|
|
|
634
|
-
export
|
|
734
|
+
export abstract class DeleteDataOperation$protected {
|
|
735
|
+
protected AddAnnotation7(name: string, annotation: Annotation): Annotation;
|
|
736
|
+
protected AddRuntimeAnnotation7(name: string, annotation: Annotation): Annotation;
|
|
737
|
+
protected SetAnnotation4(name: string, annotation: Annotation, oldAnnotation: Annotation): Annotation | undefined;
|
|
738
|
+
}
|
|
739
|
+
|
|
740
|
+
|
|
741
|
+
export interface DeleteDataOperation$instance extends DeleteDataOperation$protected, MigrationOperation$instance {
|
|
635
742
|
KeyColumns: string[];
|
|
636
743
|
get KeyColumnTypes(): string[] | undefined;
|
|
637
744
|
set KeyColumnTypes(value: string[]);
|
|
@@ -674,7 +781,14 @@ export interface __DeleteDataOperation$views {
|
|
|
674
781
|
export type DeleteDataOperation = DeleteDataOperation$instance & __DeleteDataOperation$views;
|
|
675
782
|
|
|
676
783
|
|
|
677
|
-
export
|
|
784
|
+
export abstract class DropCheckConstraintOperation$protected {
|
|
785
|
+
protected AddAnnotation7(name: string, annotation: Annotation): Annotation;
|
|
786
|
+
protected AddRuntimeAnnotation7(name: string, annotation: Annotation): Annotation;
|
|
787
|
+
protected SetAnnotation4(name: string, annotation: Annotation, oldAnnotation: Annotation): Annotation | undefined;
|
|
788
|
+
}
|
|
789
|
+
|
|
790
|
+
|
|
791
|
+
export interface DropCheckConstraintOperation$instance extends DropCheckConstraintOperation$protected, MigrationOperation$instance {
|
|
678
792
|
Name: string;
|
|
679
793
|
Schema: string;
|
|
680
794
|
Table: string;
|
|
@@ -714,7 +828,14 @@ export interface __DropCheckConstraintOperation$views {
|
|
|
714
828
|
export type DropCheckConstraintOperation = DropCheckConstraintOperation$instance & __DropCheckConstraintOperation$views;
|
|
715
829
|
|
|
716
830
|
|
|
717
|
-
export
|
|
831
|
+
export abstract class DropColumnOperation$protected {
|
|
832
|
+
protected AddAnnotation7(name: string, annotation: Annotation): Annotation;
|
|
833
|
+
protected AddRuntimeAnnotation7(name: string, annotation: Annotation): Annotation;
|
|
834
|
+
protected SetAnnotation4(name: string, annotation: Annotation, oldAnnotation: Annotation): Annotation | undefined;
|
|
835
|
+
}
|
|
836
|
+
|
|
837
|
+
|
|
838
|
+
export interface DropColumnOperation$instance extends DropColumnOperation$protected, MigrationOperation$instance {
|
|
718
839
|
Name: string;
|
|
719
840
|
Schema: string;
|
|
720
841
|
Table: string;
|
|
@@ -754,7 +875,14 @@ export interface __DropColumnOperation$views {
|
|
|
754
875
|
export type DropColumnOperation = DropColumnOperation$instance & __DropColumnOperation$views;
|
|
755
876
|
|
|
756
877
|
|
|
757
|
-
export
|
|
878
|
+
export abstract class DropForeignKeyOperation$protected {
|
|
879
|
+
protected AddAnnotation7(name: string, annotation: Annotation): Annotation;
|
|
880
|
+
protected AddRuntimeAnnotation7(name: string, annotation: Annotation): Annotation;
|
|
881
|
+
protected SetAnnotation4(name: string, annotation: Annotation, oldAnnotation: Annotation): Annotation | undefined;
|
|
882
|
+
}
|
|
883
|
+
|
|
884
|
+
|
|
885
|
+
export interface DropForeignKeyOperation$instance extends DropForeignKeyOperation$protected, MigrationOperation$instance {
|
|
758
886
|
Name: string;
|
|
759
887
|
Schema: string;
|
|
760
888
|
Table: string;
|
|
@@ -794,7 +922,14 @@ export interface __DropForeignKeyOperation$views {
|
|
|
794
922
|
export type DropForeignKeyOperation = DropForeignKeyOperation$instance & __DropForeignKeyOperation$views;
|
|
795
923
|
|
|
796
924
|
|
|
797
|
-
export
|
|
925
|
+
export abstract class DropIndexOperation$protected {
|
|
926
|
+
protected AddAnnotation7(name: string, annotation: Annotation): Annotation;
|
|
927
|
+
protected AddRuntimeAnnotation7(name: string, annotation: Annotation): Annotation;
|
|
928
|
+
protected SetAnnotation4(name: string, annotation: Annotation, oldAnnotation: Annotation): Annotation | undefined;
|
|
929
|
+
}
|
|
930
|
+
|
|
931
|
+
|
|
932
|
+
export interface DropIndexOperation$instance extends DropIndexOperation$protected, MigrationOperation$instance {
|
|
798
933
|
Name: string;
|
|
799
934
|
Schema: string;
|
|
800
935
|
Table: string;
|
|
@@ -833,7 +968,14 @@ export interface __DropIndexOperation$views {
|
|
|
833
968
|
export type DropIndexOperation = DropIndexOperation$instance & __DropIndexOperation$views;
|
|
834
969
|
|
|
835
970
|
|
|
836
|
-
export
|
|
971
|
+
export abstract class DropPrimaryKeyOperation$protected {
|
|
972
|
+
protected AddAnnotation7(name: string, annotation: Annotation): Annotation;
|
|
973
|
+
protected AddRuntimeAnnotation7(name: string, annotation: Annotation): Annotation;
|
|
974
|
+
protected SetAnnotation4(name: string, annotation: Annotation, oldAnnotation: Annotation): Annotation | undefined;
|
|
975
|
+
}
|
|
976
|
+
|
|
977
|
+
|
|
978
|
+
export interface DropPrimaryKeyOperation$instance extends DropPrimaryKeyOperation$protected, MigrationOperation$instance {
|
|
837
979
|
Name: string;
|
|
838
980
|
Schema: string;
|
|
839
981
|
Table: string;
|
|
@@ -873,7 +1015,14 @@ export interface __DropPrimaryKeyOperation$views {
|
|
|
873
1015
|
export type DropPrimaryKeyOperation = DropPrimaryKeyOperation$instance & __DropPrimaryKeyOperation$views;
|
|
874
1016
|
|
|
875
1017
|
|
|
876
|
-
export
|
|
1018
|
+
export abstract class DropSchemaOperation$protected {
|
|
1019
|
+
protected AddAnnotation7(name: string, annotation: Annotation): Annotation;
|
|
1020
|
+
protected AddRuntimeAnnotation7(name: string, annotation: Annotation): Annotation;
|
|
1021
|
+
protected SetAnnotation4(name: string, annotation: Annotation, oldAnnotation: Annotation): Annotation | undefined;
|
|
1022
|
+
}
|
|
1023
|
+
|
|
1024
|
+
|
|
1025
|
+
export interface DropSchemaOperation$instance extends DropSchemaOperation$protected, MigrationOperation$instance {
|
|
877
1026
|
Name: string;
|
|
878
1027
|
AddAnnotation(name: string, value: unknown): IAnnotation;
|
|
879
1028
|
AddAnnotation(name: string, value: unknown): Annotation;
|
|
@@ -910,7 +1059,14 @@ export interface __DropSchemaOperation$views {
|
|
|
910
1059
|
export type DropSchemaOperation = DropSchemaOperation$instance & __DropSchemaOperation$views;
|
|
911
1060
|
|
|
912
1061
|
|
|
913
|
-
export
|
|
1062
|
+
export abstract class DropSequenceOperation$protected {
|
|
1063
|
+
protected AddAnnotation7(name: string, annotation: Annotation): Annotation;
|
|
1064
|
+
protected AddRuntimeAnnotation7(name: string, annotation: Annotation): Annotation;
|
|
1065
|
+
protected SetAnnotation4(name: string, annotation: Annotation, oldAnnotation: Annotation): Annotation | undefined;
|
|
1066
|
+
}
|
|
1067
|
+
|
|
1068
|
+
|
|
1069
|
+
export interface DropSequenceOperation$instance extends DropSequenceOperation$protected, MigrationOperation$instance {
|
|
914
1070
|
Name: string;
|
|
915
1071
|
Schema: string;
|
|
916
1072
|
AddAnnotation(name: string, value: unknown): IAnnotation;
|
|
@@ -948,7 +1104,14 @@ export interface __DropSequenceOperation$views {
|
|
|
948
1104
|
export type DropSequenceOperation = DropSequenceOperation$instance & __DropSequenceOperation$views;
|
|
949
1105
|
|
|
950
1106
|
|
|
951
|
-
export
|
|
1107
|
+
export abstract class DropTableOperation$protected {
|
|
1108
|
+
protected AddAnnotation7(name: string, annotation: Annotation): Annotation;
|
|
1109
|
+
protected AddRuntimeAnnotation7(name: string, annotation: Annotation): Annotation;
|
|
1110
|
+
protected SetAnnotation4(name: string, annotation: Annotation, oldAnnotation: Annotation): Annotation | undefined;
|
|
1111
|
+
}
|
|
1112
|
+
|
|
1113
|
+
|
|
1114
|
+
export interface DropTableOperation$instance extends DropTableOperation$protected, MigrationOperation$instance {
|
|
952
1115
|
Name: string;
|
|
953
1116
|
Schema: string;
|
|
954
1117
|
AddAnnotation(name: string, value: unknown): IAnnotation;
|
|
@@ -987,7 +1150,14 @@ export interface __DropTableOperation$views {
|
|
|
987
1150
|
export type DropTableOperation = DropTableOperation$instance & __DropTableOperation$views;
|
|
988
1151
|
|
|
989
1152
|
|
|
990
|
-
export
|
|
1153
|
+
export abstract class DropUniqueConstraintOperation$protected {
|
|
1154
|
+
protected AddAnnotation7(name: string, annotation: Annotation): Annotation;
|
|
1155
|
+
protected AddRuntimeAnnotation7(name: string, annotation: Annotation): Annotation;
|
|
1156
|
+
protected SetAnnotation4(name: string, annotation: Annotation, oldAnnotation: Annotation): Annotation | undefined;
|
|
1157
|
+
}
|
|
1158
|
+
|
|
1159
|
+
|
|
1160
|
+
export interface DropUniqueConstraintOperation$instance extends DropUniqueConstraintOperation$protected, MigrationOperation$instance {
|
|
991
1161
|
Name: string;
|
|
992
1162
|
Schema: string;
|
|
993
1163
|
Table: string;
|
|
@@ -1027,7 +1197,14 @@ export interface __DropUniqueConstraintOperation$views {
|
|
|
1027
1197
|
export type DropUniqueConstraintOperation = DropUniqueConstraintOperation$instance & __DropUniqueConstraintOperation$views;
|
|
1028
1198
|
|
|
1029
1199
|
|
|
1030
|
-
export
|
|
1200
|
+
export abstract class EnsureSchemaOperation$protected {
|
|
1201
|
+
protected AddAnnotation7(name: string, annotation: Annotation): Annotation;
|
|
1202
|
+
protected AddRuntimeAnnotation7(name: string, annotation: Annotation): Annotation;
|
|
1203
|
+
protected SetAnnotation4(name: string, annotation: Annotation, oldAnnotation: Annotation): Annotation | undefined;
|
|
1204
|
+
}
|
|
1205
|
+
|
|
1206
|
+
|
|
1207
|
+
export interface EnsureSchemaOperation$instance extends EnsureSchemaOperation$protected, MigrationOperation$instance {
|
|
1031
1208
|
Name: string;
|
|
1032
1209
|
AddAnnotation(name: string, value: unknown): IAnnotation;
|
|
1033
1210
|
AddAnnotation(name: string, value: unknown): Annotation;
|
|
@@ -1064,7 +1241,14 @@ export interface __EnsureSchemaOperation$views {
|
|
|
1064
1241
|
export type EnsureSchemaOperation = EnsureSchemaOperation$instance & __EnsureSchemaOperation$views;
|
|
1065
1242
|
|
|
1066
1243
|
|
|
1067
|
-
export
|
|
1244
|
+
export abstract class InsertDataOperation$protected {
|
|
1245
|
+
protected AddAnnotation7(name: string, annotation: Annotation): Annotation;
|
|
1246
|
+
protected AddRuntimeAnnotation7(name: string, annotation: Annotation): Annotation;
|
|
1247
|
+
protected SetAnnotation4(name: string, annotation: Annotation, oldAnnotation: Annotation): Annotation | undefined;
|
|
1248
|
+
}
|
|
1249
|
+
|
|
1250
|
+
|
|
1251
|
+
export interface InsertDataOperation$instance extends InsertDataOperation$protected, MigrationOperation$instance {
|
|
1068
1252
|
Columns: string[];
|
|
1069
1253
|
get ColumnTypes(): string[] | undefined;
|
|
1070
1254
|
set ColumnTypes(value: string[]);
|
|
@@ -1107,7 +1291,14 @@ export interface __InsertDataOperation$views {
|
|
|
1107
1291
|
export type InsertDataOperation = InsertDataOperation$instance & __InsertDataOperation$views;
|
|
1108
1292
|
|
|
1109
1293
|
|
|
1110
|
-
export
|
|
1294
|
+
export abstract class MigrationOperation$protected {
|
|
1295
|
+
protected AddAnnotation5(name: string, annotation: Annotation): Annotation;
|
|
1296
|
+
protected AddRuntimeAnnotation5(name: string, annotation: Annotation): Annotation;
|
|
1297
|
+
protected SetAnnotation3(name: string, annotation: Annotation, oldAnnotation: Annotation): Annotation | undefined;
|
|
1298
|
+
}
|
|
1299
|
+
|
|
1300
|
+
|
|
1301
|
+
export interface MigrationOperation$instance extends MigrationOperation$protected, Annotatable {
|
|
1111
1302
|
IsDestructiveChange: boolean;
|
|
1112
1303
|
AddAnnotation(name: string, value: unknown): IAnnotation;
|
|
1113
1304
|
AddAnnotation(name: string, value: unknown): Annotation;
|
|
@@ -1131,6 +1322,7 @@ export interface MigrationOperation$instance extends Annotatable {
|
|
|
1131
1322
|
|
|
1132
1323
|
|
|
1133
1324
|
export const MigrationOperation: {
|
|
1325
|
+
new(): MigrationOperation;
|
|
1134
1326
|
};
|
|
1135
1327
|
|
|
1136
1328
|
|
|
@@ -1143,7 +1335,14 @@ export interface __MigrationOperation$views {
|
|
|
1143
1335
|
export type MigrationOperation = MigrationOperation$instance & __MigrationOperation$views;
|
|
1144
1336
|
|
|
1145
1337
|
|
|
1146
|
-
export
|
|
1338
|
+
export abstract class RenameColumnOperation$protected {
|
|
1339
|
+
protected AddAnnotation7(name: string, annotation: Annotation): Annotation;
|
|
1340
|
+
protected AddRuntimeAnnotation7(name: string, annotation: Annotation): Annotation;
|
|
1341
|
+
protected SetAnnotation4(name: string, annotation: Annotation, oldAnnotation: Annotation): Annotation | undefined;
|
|
1342
|
+
}
|
|
1343
|
+
|
|
1344
|
+
|
|
1345
|
+
export interface RenameColumnOperation$instance extends RenameColumnOperation$protected, MigrationOperation$instance {
|
|
1147
1346
|
Name: string;
|
|
1148
1347
|
NewName: string;
|
|
1149
1348
|
Schema: string;
|
|
@@ -1184,7 +1383,14 @@ export interface __RenameColumnOperation$views {
|
|
|
1184
1383
|
export type RenameColumnOperation = RenameColumnOperation$instance & __RenameColumnOperation$views;
|
|
1185
1384
|
|
|
1186
1385
|
|
|
1187
|
-
export
|
|
1386
|
+
export abstract class RenameIndexOperation$protected {
|
|
1387
|
+
protected AddAnnotation7(name: string, annotation: Annotation): Annotation;
|
|
1388
|
+
protected AddRuntimeAnnotation7(name: string, annotation: Annotation): Annotation;
|
|
1389
|
+
protected SetAnnotation4(name: string, annotation: Annotation, oldAnnotation: Annotation): Annotation | undefined;
|
|
1390
|
+
}
|
|
1391
|
+
|
|
1392
|
+
|
|
1393
|
+
export interface RenameIndexOperation$instance extends RenameIndexOperation$protected, MigrationOperation$instance {
|
|
1188
1394
|
Name: string;
|
|
1189
1395
|
NewName: string;
|
|
1190
1396
|
Schema: string;
|
|
@@ -1224,7 +1430,14 @@ export interface __RenameIndexOperation$views {
|
|
|
1224
1430
|
export type RenameIndexOperation = RenameIndexOperation$instance & __RenameIndexOperation$views;
|
|
1225
1431
|
|
|
1226
1432
|
|
|
1227
|
-
export
|
|
1433
|
+
export abstract class RenameSequenceOperation$protected {
|
|
1434
|
+
protected AddAnnotation7(name: string, annotation: Annotation): Annotation;
|
|
1435
|
+
protected AddRuntimeAnnotation7(name: string, annotation: Annotation): Annotation;
|
|
1436
|
+
protected SetAnnotation4(name: string, annotation: Annotation, oldAnnotation: Annotation): Annotation | undefined;
|
|
1437
|
+
}
|
|
1438
|
+
|
|
1439
|
+
|
|
1440
|
+
export interface RenameSequenceOperation$instance extends RenameSequenceOperation$protected, MigrationOperation$instance {
|
|
1228
1441
|
Name: string;
|
|
1229
1442
|
NewName: string;
|
|
1230
1443
|
get NewSchema(): string | undefined;
|
|
@@ -1265,7 +1478,14 @@ export interface __RenameSequenceOperation$views {
|
|
|
1265
1478
|
export type RenameSequenceOperation = RenameSequenceOperation$instance & __RenameSequenceOperation$views;
|
|
1266
1479
|
|
|
1267
1480
|
|
|
1268
|
-
export
|
|
1481
|
+
export abstract class RenameTableOperation$protected {
|
|
1482
|
+
protected AddAnnotation7(name: string, annotation: Annotation): Annotation;
|
|
1483
|
+
protected AddRuntimeAnnotation7(name: string, annotation: Annotation): Annotation;
|
|
1484
|
+
protected SetAnnotation4(name: string, annotation: Annotation, oldAnnotation: Annotation): Annotation | undefined;
|
|
1485
|
+
}
|
|
1486
|
+
|
|
1487
|
+
|
|
1488
|
+
export interface RenameTableOperation$instance extends RenameTableOperation$protected, MigrationOperation$instance {
|
|
1269
1489
|
Name: string;
|
|
1270
1490
|
NewName: string;
|
|
1271
1491
|
get NewSchema(): string | undefined;
|
|
@@ -1307,7 +1527,14 @@ export interface __RenameTableOperation$views {
|
|
|
1307
1527
|
export type RenameTableOperation = RenameTableOperation$instance & __RenameTableOperation$views;
|
|
1308
1528
|
|
|
1309
1529
|
|
|
1310
|
-
export
|
|
1530
|
+
export abstract class RestartSequenceOperation$protected {
|
|
1531
|
+
protected AddAnnotation7(name: string, annotation: Annotation): Annotation;
|
|
1532
|
+
protected AddRuntimeAnnotation7(name: string, annotation: Annotation): Annotation;
|
|
1533
|
+
protected SetAnnotation4(name: string, annotation: Annotation, oldAnnotation: Annotation): Annotation | undefined;
|
|
1534
|
+
}
|
|
1535
|
+
|
|
1536
|
+
|
|
1537
|
+
export interface RestartSequenceOperation$instance extends RestartSequenceOperation$protected, MigrationOperation$instance {
|
|
1311
1538
|
Name: string;
|
|
1312
1539
|
Schema: string;
|
|
1313
1540
|
StartValue: Nullable<System_Internal.Int64>;
|
|
@@ -1346,7 +1573,14 @@ export interface __RestartSequenceOperation$views {
|
|
|
1346
1573
|
export type RestartSequenceOperation = RestartSequenceOperation$instance & __RestartSequenceOperation$views;
|
|
1347
1574
|
|
|
1348
1575
|
|
|
1349
|
-
export
|
|
1576
|
+
export abstract class SequenceOperation$protected {
|
|
1577
|
+
protected AddAnnotation7(name: string, annotation: Annotation): Annotation;
|
|
1578
|
+
protected AddRuntimeAnnotation7(name: string, annotation: Annotation): Annotation;
|
|
1579
|
+
protected SetAnnotation4(name: string, annotation: Annotation, oldAnnotation: Annotation): Annotation | undefined;
|
|
1580
|
+
}
|
|
1581
|
+
|
|
1582
|
+
|
|
1583
|
+
export interface SequenceOperation$instance extends SequenceOperation$protected, MigrationOperation$instance {
|
|
1350
1584
|
IncrementBy: int;
|
|
1351
1585
|
IsCyclic: boolean;
|
|
1352
1586
|
MaxValue: Nullable<System_Internal.Int64>;
|
|
@@ -1373,6 +1607,7 @@ export interface SequenceOperation$instance extends MigrationOperation$instance
|
|
|
1373
1607
|
|
|
1374
1608
|
|
|
1375
1609
|
export const SequenceOperation: {
|
|
1610
|
+
new(): SequenceOperation;
|
|
1376
1611
|
};
|
|
1377
1612
|
|
|
1378
1613
|
|
|
@@ -1385,7 +1620,14 @@ export interface __SequenceOperation$views {
|
|
|
1385
1620
|
export type SequenceOperation = SequenceOperation$instance & __SequenceOperation$views;
|
|
1386
1621
|
|
|
1387
1622
|
|
|
1388
|
-
export
|
|
1623
|
+
export abstract class SqlOperation$protected {
|
|
1624
|
+
protected AddAnnotation7(name: string, annotation: Annotation): Annotation;
|
|
1625
|
+
protected AddRuntimeAnnotation7(name: string, annotation: Annotation): Annotation;
|
|
1626
|
+
protected SetAnnotation4(name: string, annotation: Annotation, oldAnnotation: Annotation): Annotation | undefined;
|
|
1627
|
+
}
|
|
1628
|
+
|
|
1629
|
+
|
|
1630
|
+
export interface SqlOperation$instance extends SqlOperation$protected, MigrationOperation$instance {
|
|
1389
1631
|
Sql: string;
|
|
1390
1632
|
SuppressTransaction: boolean;
|
|
1391
1633
|
AddAnnotation(name: string, value: unknown): IAnnotation;
|
|
@@ -1423,7 +1665,14 @@ export interface __SqlOperation$views {
|
|
|
1423
1665
|
export type SqlOperation = SqlOperation$instance & __SqlOperation$views;
|
|
1424
1666
|
|
|
1425
1667
|
|
|
1426
|
-
export
|
|
1668
|
+
export abstract class TableOperation$protected {
|
|
1669
|
+
protected AddAnnotation7(name: string, annotation: Annotation): Annotation;
|
|
1670
|
+
protected AddRuntimeAnnotation7(name: string, annotation: Annotation): Annotation;
|
|
1671
|
+
protected SetAnnotation4(name: string, annotation: Annotation, oldAnnotation: Annotation): Annotation | undefined;
|
|
1672
|
+
}
|
|
1673
|
+
|
|
1674
|
+
|
|
1675
|
+
export interface TableOperation$instance extends TableOperation$protected, MigrationOperation$instance {
|
|
1427
1676
|
get Comment(): string | undefined;
|
|
1428
1677
|
set Comment(value: string);
|
|
1429
1678
|
Name: string;
|
|
@@ -1450,6 +1699,7 @@ export interface TableOperation$instance extends MigrationOperation$instance {
|
|
|
1450
1699
|
|
|
1451
1700
|
|
|
1452
1701
|
export const TableOperation: {
|
|
1702
|
+
new(): TableOperation;
|
|
1453
1703
|
};
|
|
1454
1704
|
|
|
1455
1705
|
|
|
@@ -1463,7 +1713,14 @@ export interface __TableOperation$views {
|
|
|
1463
1713
|
export type TableOperation = TableOperation$instance & __TableOperation$views;
|
|
1464
1714
|
|
|
1465
1715
|
|
|
1466
|
-
export
|
|
1716
|
+
export abstract class UpdateDataOperation$protected {
|
|
1717
|
+
protected AddAnnotation7(name: string, annotation: Annotation): Annotation;
|
|
1718
|
+
protected AddRuntimeAnnotation7(name: string, annotation: Annotation): Annotation;
|
|
1719
|
+
protected SetAnnotation4(name: string, annotation: Annotation, oldAnnotation: Annotation): Annotation | undefined;
|
|
1720
|
+
}
|
|
1721
|
+
|
|
1722
|
+
|
|
1723
|
+
export interface UpdateDataOperation$instance extends UpdateDataOperation$protected, MigrationOperation$instance {
|
|
1467
1724
|
Columns: string[];
|
|
1468
1725
|
get ColumnTypes(): string[] | undefined;
|
|
1469
1726
|
set ColumnTypes(value: string[]);
|