@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
|
@@ -14,9 +14,9 @@ import type { IDiagnosticsLogger_1, IRelationalCommandDiagnosticsLogger } from "
|
|
|
14
14
|
import * as Microsoft_EntityFrameworkCore_Infrastructure_Internal from "../../Microsoft.EntityFrameworkCore.Infrastructure/internal/index.js";
|
|
15
15
|
import type { IAnnotatable, ICurrentDbContext, IResettableService } from "../../Microsoft.EntityFrameworkCore.Infrastructure/internal/index.js";
|
|
16
16
|
import type { IColumn, IColumnBase, IComplexProperty, IEntityType, IForeignKey, IKey, IModel, IProperty, IPropertyBase, IStoreStoredProcedure, ITable } from "../../Microsoft.EntityFrameworkCore.Metadata/internal/index.js";
|
|
17
|
-
import type { IRelationalCommandBuilderFactory, IRelationalConnection, IRelationalTypeMappingSource, ISqlGenerationHelper, RelationalDataReader, RelationalTypeMapping } from "../../Microsoft.EntityFrameworkCore.Storage/internal/index.js";
|
|
17
|
+
import type { IRelationalCommandBuilder, IRelationalCommandBuilderFactory, IRelationalConnection, IRelationalTypeMappingSource, ISqlGenerationHelper, RawSqlCommand, RelationalDataReader, RelationalTypeMapping } from "../../Microsoft.EntityFrameworkCore.Storage/internal/index.js";
|
|
18
18
|
import type { DbContext, DbLoggerCategory_Update, EntityState } from "../../Microsoft.EntityFrameworkCore/internal/index.js";
|
|
19
|
-
import type { IComparer, IDictionary, IEnumerable, IEqualityComparer, IList, IReadOnlyList } from "@tsonic/dotnet/System.Collections.Generic.js";
|
|
19
|
+
import type { Dictionary, IComparer, IDictionary, IEnumerable, IEqualityComparer, IList, IReadOnlyList } from "@tsonic/dotnet/System.Collections.Generic.js";
|
|
20
20
|
import type { DbParameterCollection } from "@tsonic/dotnet/System.Data.Common.js";
|
|
21
21
|
import * as System_Internal from "@tsonic/dotnet/System.js";
|
|
22
22
|
import type { Boolean as ClrBoolean, Enum, Func, IComparable, IConvertible, IEquatable, IFormattable, Int32, ISpanFormattable, Nullable, Object as ClrObject, String as ClrString, ValueType, Void } from "@tsonic/dotnet/System.js";
|
|
@@ -300,11 +300,24 @@ export const NonTrackedModificationCommandParameters: {
|
|
|
300
300
|
|
|
301
301
|
export type NonTrackedModificationCommandParameters = NonTrackedModificationCommandParameters$instance;
|
|
302
302
|
|
|
303
|
-
export
|
|
303
|
+
export abstract class AffectedCountModificationCommandBatch$protected {
|
|
304
|
+
protected Consume(reader: RelationalDataReader): void;
|
|
305
|
+
protected ConsumeAsync(reader: RelationalDataReader, cancellationToken?: CancellationToken): Task;
|
|
306
|
+
protected ConsumeResultSet(startCommandIndex: int, reader: RelationalDataReader): int;
|
|
307
|
+
protected ConsumeResultSetAsync(startCommandIndex: int, reader: RelationalDataReader, cancellationToken: CancellationToken): Task<System_Internal.Int32>;
|
|
308
|
+
protected ConsumeResultSetWithRowsAffectedOnly(commandIndex: int, reader: RelationalDataReader): int;
|
|
309
|
+
protected ConsumeResultSetWithRowsAffectedOnlyAsync(commandIndex: int, reader: RelationalDataReader, cancellationToken: CancellationToken): Task<System_Internal.Int32>;
|
|
310
|
+
protected ThrowAggregateUpdateConcurrencyException(reader: RelationalDataReader, commandIndex: int, expectedRowsAffected: int, rowsAffected: int): void;
|
|
311
|
+
protected ThrowAggregateUpdateConcurrencyExceptionAsync(reader: RelationalDataReader, commandIndex: int, expectedRowsAffected: int, rowsAffected: int, cancellationToken: CancellationToken): Task;
|
|
312
|
+
}
|
|
313
|
+
|
|
314
|
+
|
|
315
|
+
export interface AffectedCountModificationCommandBatch$instance extends AffectedCountModificationCommandBatch$protected, ReaderModificationCommandBatch {
|
|
304
316
|
}
|
|
305
317
|
|
|
306
318
|
|
|
307
319
|
export const AffectedCountModificationCommandBatch: {
|
|
320
|
+
new(dependencies: ModificationCommandBatchFactoryDependencies, maxBatchSize: Nullable<System_Internal.Int32>): AffectedCountModificationCommandBatch;
|
|
308
321
|
};
|
|
309
322
|
|
|
310
323
|
|
|
@@ -372,11 +385,18 @@ export const EquatableKeyValue_1: {
|
|
|
372
385
|
|
|
373
386
|
export type EquatableKeyValue_1<TKey> = EquatableKeyValue_1$instance<TKey>;
|
|
374
387
|
|
|
375
|
-
export
|
|
388
|
+
export abstract class ModificationCommand$protected {
|
|
389
|
+
protected CreateColumnModification(columnModificationParameters: ColumnModificationParameters): IColumnModification;
|
|
390
|
+
protected ProcessSinglePropertyJsonUpdate(parameters: ColumnModificationParameters): void;
|
|
391
|
+
}
|
|
392
|
+
|
|
393
|
+
|
|
394
|
+
export interface ModificationCommand$instance extends ModificationCommand$protected {
|
|
376
395
|
readonly ColumnModifications: IReadOnlyList<IColumnModification>;
|
|
377
396
|
EntityState: EntityState;
|
|
378
397
|
readonly Entries: IReadOnlyList<IUpdateEntry>;
|
|
379
|
-
|
|
398
|
+
get RowsAffectedColumn(): IColumnBase | undefined;
|
|
399
|
+
set RowsAffectedColumn(value: IColumnBase);
|
|
380
400
|
readonly Schema: string;
|
|
381
401
|
readonly StoreStoredProcedure: IStoreStoredProcedure;
|
|
382
402
|
readonly Table: ITable;
|
|
@@ -417,6 +437,7 @@ export interface ModificationCommandBatch$instance {
|
|
|
417
437
|
|
|
418
438
|
|
|
419
439
|
export const ModificationCommandBatch: {
|
|
440
|
+
new(): ModificationCommandBatch;
|
|
420
441
|
};
|
|
421
442
|
|
|
422
443
|
|
|
@@ -444,7 +465,28 @@ export const ModificationCommandBatchFactoryDependencies: {
|
|
|
444
465
|
|
|
445
466
|
export type ModificationCommandBatchFactoryDependencies = ModificationCommandBatchFactoryDependencies$instance;
|
|
446
467
|
|
|
447
|
-
export
|
|
468
|
+
export abstract class ReaderModificationCommandBatch$protected {
|
|
469
|
+
protected readonly Dependencies: ModificationCommandBatchFactoryDependencies;
|
|
470
|
+
protected readonly IsCommandTextEmpty: boolean;
|
|
471
|
+
protected readonly MaxBatchSize: int;
|
|
472
|
+
protected readonly ParameterValues: Dictionary<System_Internal.String, unknown | undefined>;
|
|
473
|
+
protected readonly RelationalCommandBuilder: IRelationalCommandBuilder;
|
|
474
|
+
protected readonly ResultSetMappings: IList<ResultSetMapping>;
|
|
475
|
+
protected readonly SqlBuilder: StringBuilder;
|
|
476
|
+
protected StoreCommand: RawSqlCommand | undefined;
|
|
477
|
+
protected readonly UpdateSqlGenerator: IUpdateSqlGenerator;
|
|
478
|
+
protected AddCommand(modificationCommand: IReadOnlyModificationCommand): void;
|
|
479
|
+
protected AddParameter(columnModification: IColumnModification): void;
|
|
480
|
+
protected AddParameters(modificationCommand: IReadOnlyModificationCommand): void;
|
|
481
|
+
protected abstract Consume(reader: RelationalDataReader): void;
|
|
482
|
+
protected abstract ConsumeAsync(reader: RelationalDataReader, cancellationToken?: CancellationToken): Task;
|
|
483
|
+
protected IsValid(): boolean;
|
|
484
|
+
protected RollbackLastCommand(modificationCommand: IReadOnlyModificationCommand): void;
|
|
485
|
+
protected SetRequiresTransaction(requiresTransaction: boolean): void;
|
|
486
|
+
}
|
|
487
|
+
|
|
488
|
+
|
|
489
|
+
export interface ReaderModificationCommandBatch$instance extends ReaderModificationCommandBatch$protected, ModificationCommandBatch {
|
|
448
490
|
readonly AreMoreBatchesExpected: boolean;
|
|
449
491
|
readonly ModificationCommands: IReadOnlyList<IReadOnlyModificationCommand>;
|
|
450
492
|
readonly RequiresTransaction: boolean;
|
|
@@ -456,6 +498,7 @@ export interface ReaderModificationCommandBatch$instance extends ModificationCom
|
|
|
456
498
|
|
|
457
499
|
|
|
458
500
|
export const ReaderModificationCommandBatch: {
|
|
501
|
+
new(dependencies: ModificationCommandBatchFactoryDependencies, maxBatchSize: Nullable<System_Internal.Int32>): ReaderModificationCommandBatch;
|
|
459
502
|
};
|
|
460
503
|
|
|
461
504
|
|
|
@@ -472,7 +515,22 @@ export const SingularModificationCommandBatch: {
|
|
|
472
515
|
|
|
473
516
|
export type SingularModificationCommandBatch = SingularModificationCommandBatch$instance;
|
|
474
517
|
|
|
475
|
-
export
|
|
518
|
+
export abstract class UpdateAndSelectSqlGenerator$protected {
|
|
519
|
+
protected AppendDeleteAndSelectOperation(commandStringBuilder: StringBuilder, command: IReadOnlyModificationCommand, commandPosition: int, requiresTransaction: boolean): ResultSetMapping;
|
|
520
|
+
protected AppendFromClause(commandStringBuilder: StringBuilder, name: string, schema: string): void;
|
|
521
|
+
protected abstract AppendIdentityWhereCondition(commandStringBuilder: StringBuilder, columnModification: IColumnModification): void;
|
|
522
|
+
protected AppendInsertAndSelectOperation(commandStringBuilder: StringBuilder, command: IReadOnlyModificationCommand, commandPosition: int, requiresTransaction: boolean): ResultSetMapping;
|
|
523
|
+
protected abstract AppendRowsAffectedWhereCondition(commandStringBuilder: StringBuilder, expectedRowsAffected: int): void;
|
|
524
|
+
protected AppendSelectAffectedCommand(commandStringBuilder: StringBuilder, name: string, schema: string, readOperations: IReadOnlyList<IColumnModification>, conditionOperations: IReadOnlyList<IColumnModification>, commandPosition: int): ResultSetMapping;
|
|
525
|
+
protected abstract AppendSelectAffectedCountCommand(commandStringBuilder: StringBuilder, name: string, schema: string, commandPosition: int): ResultSetMapping;
|
|
526
|
+
protected AppendSelectCommandHeader(commandStringBuilder: StringBuilder, operations: IReadOnlyList<IColumnModification>): void;
|
|
527
|
+
protected AppendUpdateAndSelectOperation(commandStringBuilder: StringBuilder, command: IReadOnlyModificationCommand, commandPosition: int, requiresTransaction: boolean): ResultSetMapping;
|
|
528
|
+
protected AppendWhereAffectedClause(commandStringBuilder: StringBuilder, operations: IReadOnlyList<IColumnModification>): void;
|
|
529
|
+
protected IsIdentityOperation(modification: IColumnModification): boolean;
|
|
530
|
+
}
|
|
531
|
+
|
|
532
|
+
|
|
533
|
+
export interface UpdateAndSelectSqlGenerator$instance extends UpdateAndSelectSqlGenerator$protected, UpdateSqlGenerator$instance {
|
|
476
534
|
AppendBatchHeader(commandStringBuilder: StringBuilder): void;
|
|
477
535
|
AppendDeleteOperation(commandStringBuilder: StringBuilder, command: IReadOnlyModificationCommand, commandPosition: int, requiresTransaction: boolean): ResultSetMapping;
|
|
478
536
|
AppendDeleteOperation(commandStringBuilder: StringBuilder, command: IReadOnlyModificationCommand, commandPosition: int): ResultSetMapping;
|
|
@@ -487,6 +545,7 @@ export interface UpdateAndSelectSqlGenerator$instance extends UpdateSqlGenerator
|
|
|
487
545
|
|
|
488
546
|
|
|
489
547
|
export const UpdateAndSelectSqlGenerator: {
|
|
548
|
+
new(dependencies: UpdateSqlGeneratorDependencies): UpdateAndSelectSqlGenerator;
|
|
490
549
|
};
|
|
491
550
|
|
|
492
551
|
|
|
@@ -497,7 +556,27 @@ export interface __UpdateAndSelectSqlGenerator$views {
|
|
|
497
556
|
export type UpdateAndSelectSqlGenerator = UpdateAndSelectSqlGenerator$instance & __UpdateAndSelectSqlGenerator$views;
|
|
498
557
|
|
|
499
558
|
|
|
500
|
-
export
|
|
559
|
+
export abstract class UpdateSqlGenerator$protected {
|
|
560
|
+
protected readonly Dependencies: UpdateSqlGeneratorDependencies;
|
|
561
|
+
protected readonly SqlGenerationHelper: ISqlGenerationHelper;
|
|
562
|
+
protected AppendDeleteCommand(commandStringBuilder: StringBuilder, name: string, schema: string, readOperations: IReadOnlyList<IColumnModification>, conditionOperations: IReadOnlyList<IColumnModification>, appendReturningOneClause?: boolean): void;
|
|
563
|
+
protected AppendDeleteCommandHeader(commandStringBuilder: StringBuilder, name: string, schema: string): void;
|
|
564
|
+
protected AppendDeleteReturningOperation(commandStringBuilder: StringBuilder, command: IReadOnlyModificationCommand, commandPosition: int, requiresTransaction: boolean): ResultSetMapping;
|
|
565
|
+
protected AppendInsertCommand(commandStringBuilder: StringBuilder, name: string, schema: string, writeOperations: IReadOnlyList<IColumnModification>, readOperations: IReadOnlyList<IColumnModification>): void;
|
|
566
|
+
protected AppendInsertCommandHeader(commandStringBuilder: StringBuilder, name: string, schema: string, operations: IReadOnlyList<IColumnModification>): void;
|
|
567
|
+
protected AppendReturningClause(commandStringBuilder: StringBuilder, operations: IReadOnlyList<IColumnModification>, additionalValues?: string): void;
|
|
568
|
+
protected AppendUpdateColumnValue(updateSqlGeneratorHelper: ISqlGenerationHelper, columnModification: IColumnModification, stringBuilder: StringBuilder, name: string, schema: string): void;
|
|
569
|
+
protected AppendUpdateCommand(commandStringBuilder: StringBuilder, name: string, schema: string, writeOperations: IReadOnlyList<IColumnModification>, readOperations: IReadOnlyList<IColumnModification>, conditionOperations: IReadOnlyList<IColumnModification>, appendReturningOneClause?: boolean): void;
|
|
570
|
+
protected AppendUpdateCommandHeader(commandStringBuilder: StringBuilder, name: string, schema: string, operations: IReadOnlyList<IColumnModification>): void;
|
|
571
|
+
protected AppendUpdateReturningOperation(commandStringBuilder: StringBuilder, command: IReadOnlyModificationCommand, commandPosition: int, requiresTransaction: boolean): ResultSetMapping;
|
|
572
|
+
protected AppendValues(commandStringBuilder: StringBuilder, name: string, schema: string, operations: IReadOnlyList<IColumnModification>): void;
|
|
573
|
+
protected AppendValuesHeader(commandStringBuilder: StringBuilder, operations: IReadOnlyList<IColumnModification>): void;
|
|
574
|
+
protected AppendWhereClause(commandStringBuilder: StringBuilder, operations: IReadOnlyList<IColumnModification>): void;
|
|
575
|
+
protected AppendWhereCondition(commandStringBuilder: StringBuilder, columnModification: IColumnModification, useOriginalValue: boolean): void;
|
|
576
|
+
}
|
|
577
|
+
|
|
578
|
+
|
|
579
|
+
export interface UpdateSqlGenerator$instance extends UpdateSqlGenerator$protected {
|
|
501
580
|
AppendBatchHeader(commandStringBuilder: StringBuilder): void;
|
|
502
581
|
AppendDeleteOperation(commandStringBuilder: StringBuilder, command: IReadOnlyModificationCommand, commandPosition: int, requiresTransaction: boolean): ResultSetMapping;
|
|
503
582
|
AppendDeleteOperation(commandStringBuilder: StringBuilder, command: IReadOnlyModificationCommand, commandPosition: int): ResultSetMapping;
|
|
@@ -516,6 +595,8 @@ export interface UpdateSqlGenerator$instance {
|
|
|
516
595
|
|
|
517
596
|
|
|
518
597
|
export const UpdateSqlGenerator: {
|
|
598
|
+
new(dependencies: UpdateSqlGeneratorDependencies): UpdateSqlGenerator;
|
|
599
|
+
AppendSqlLiteral(commandStringBuilder: StringBuilder, modification: IColumnModification, tableName: string, schema: string): void;
|
|
519
600
|
};
|
|
520
601
|
|
|
521
602
|
|