@tsonic/efcore-sqlserver 10.0.2 → 10.0.7
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/Azure/internal/index.d.ts +119 -85
- package/Azure.Core/internal/index.d.ts +151 -92
- package/Azure.Core.Cryptography/internal/index.d.ts +10 -6
- package/Azure.Core.Diagnostics/internal/index.d.ts +12 -12
- package/Azure.Core.Extensions/internal/index.d.ts +12 -4
- package/Azure.Core.GeoJson/internal/index.d.ts +102 -42
- package/Azure.Core.Pipeline/internal/index.d.ts +75 -59
- package/Azure.Core.Serialization/internal/index.d.ts +29 -20
- package/Azure.Identity/internal/index.d.ts +265 -118
- package/Azure.Messaging/internal/index.d.ts +16 -16
- package/Microsoft.Data/internal/index.d.ts +9 -6
- package/Microsoft.Data.Sql/internal/index.d.ts +9 -5
- package/Microsoft.Data.SqlClient/internal/index.d.ts +272 -172
- package/Microsoft.Data.SqlClient.DataClassification/internal/index.d.ts +20 -10
- package/Microsoft.Data.SqlClient.Diagnostics/internal/index.d.ts +157 -52
- package/Microsoft.Data.SqlClient.Server/internal/index.d.ts +11 -5
- package/Microsoft.Data.SqlTypes/internal/index.d.ts +23 -10
- package/Microsoft.EntityFrameworkCore/internal/index.d.ts +333 -333
- package/Microsoft.EntityFrameworkCore.Diagnostics/internal/index.d.ts +9 -7
- package/Microsoft.EntityFrameworkCore.Infrastructure/internal/index.d.ts +35 -16
- package/Microsoft.EntityFrameworkCore.Metadata/internal/index.d.ts +2 -2
- package/Microsoft.EntityFrameworkCore.Metadata.Builders/internal/index.d.ts +20 -6
- package/Microsoft.EntityFrameworkCore.Metadata.Conventions/internal/index.d.ts +135 -98
- package/Microsoft.EntityFrameworkCore.Metadata.Internal/internal/index.d.ts +3 -3
- package/Microsoft.EntityFrameworkCore.Metadata.Internal.d.ts +3 -0
- package/Microsoft.EntityFrameworkCore.Migrations/internal/index.d.ts +57 -57
- package/Microsoft.EntityFrameworkCore.Migrations.Operations/internal/index.d.ts +20 -8
- package/Microsoft.EntityFrameworkCore.Migrations.d.ts +3 -0
- package/Microsoft.EntityFrameworkCore.SqlServer.Design.Internal/internal/index.d.ts +29 -23
- package/Microsoft.EntityFrameworkCore.SqlServer.Diagnostics.Internal/internal/index.d.ts +4 -2
- package/Microsoft.EntityFrameworkCore.SqlServer.Extensions.Internal/internal/index.d.ts +28 -28
- package/Microsoft.EntityFrameworkCore.SqlServer.Extensions.Internal.d.ts +3 -0
- package/Microsoft.EntityFrameworkCore.SqlServer.Infrastructure.Internal/internal/index.d.ts +43 -35
- package/Microsoft.EntityFrameworkCore.SqlServer.Internal/internal/index.d.ts +22 -22
- package/Microsoft.EntityFrameworkCore.SqlServer.Metadata.Internal/internal/index.d.ts +15 -11
- package/Microsoft.EntityFrameworkCore.SqlServer.Migrations.Internal/internal/index.d.ts +34 -24
- package/Microsoft.EntityFrameworkCore.SqlServer.Query.Internal/internal/index.d.ts +343 -226
- package/Microsoft.EntityFrameworkCore.SqlServer.Query.Internal.SqlExpressions/internal/index.d.ts +18 -17
- package/Microsoft.EntityFrameworkCore.SqlServer.Scaffolding.Internal/internal/index.d.ts +19 -11
- package/Microsoft.EntityFrameworkCore.SqlServer.Scaffolding.Internal.d.ts +3 -0
- package/Microsoft.EntityFrameworkCore.SqlServer.Storage.Internal/internal/index.d.ts +187 -211
- package/Microsoft.EntityFrameworkCore.SqlServer.Update.Internal/internal/index.d.ts +50 -41
- package/Microsoft.EntityFrameworkCore.SqlServer.ValueGeneration.Internal/internal/index.d.ts +38 -25
- package/Microsoft.EntityFrameworkCore.d.ts +3 -0
- package/Microsoft.Extensions.DependencyInjection/internal/index.d.ts +7 -7
- package/Microsoft.Extensions.DependencyInjection.d.ts +3 -0
- package/Microsoft.Identity.Client/internal/index.d.ts +377 -263
- package/Microsoft.Identity.Client.Advanced/internal/index.d.ts +4 -4
- package/Microsoft.Identity.Client.AppConfig/internal/index.d.ts +7 -4
- package/Microsoft.Identity.Client.AuthScheme/internal/index.d.ts +5 -3
- package/Microsoft.Identity.Client.AuthScheme.PoP/internal/index.d.ts +3 -1
- package/Microsoft.Identity.Client.Cache/internal/index.d.ts +4 -2
- package/Microsoft.Identity.Client.Extensibility/internal/index.d.ts +28 -19
- package/Microsoft.Identity.Client.Extensions.Msal/internal/index.d.ts +34 -18
- package/Microsoft.Identity.Client.Kerberos/internal/index.d.ts +5 -3
- package/Microsoft.Identity.Client.ManagedIdentity/internal/index.d.ts +2 -2
- package/Microsoft.Identity.Client.Platforms.Features.DesktopOs.Kerberos/internal/index.d.ts +5 -4
- package/Microsoft.Identity.Client.RP/internal/index.d.ts +3 -3
- package/Microsoft.Identity.Client.Region/internal/index.d.ts +2 -2
- package/Microsoft.Identity.Client.SSHCertificates/internal/index.d.ts +2 -2
- package/Microsoft.Identity.Client.TelemetryCore.TelemetryClient/internal/index.d.ts +4 -2
- package/Microsoft.Identity.Client.Utils/internal/index.d.ts +6 -5
- package/Microsoft.Identity.Client.Utils.Windows/internal/index.d.ts +2 -2
- package/Microsoft.IdentityModel.Abstractions/internal/index.d.ts +29 -19
- package/Microsoft.IdentityModel.JsonWebTokens/internal/index.d.ts +41 -33
- package/Microsoft.IdentityModel.Logging/internal/index.d.ts +25 -16
- package/Microsoft.IdentityModel.Protocols/internal/index.d.ts +59 -32
- package/Microsoft.IdentityModel.Protocols.Configuration/internal/index.d.ts +12 -7
- package/Microsoft.IdentityModel.Protocols.OpenIdConnect/internal/index.d.ts +83 -64
- package/Microsoft.IdentityModel.Protocols.OpenIdConnect.Configuration/internal/index.d.ts +6 -4
- package/Microsoft.IdentityModel.Tokens/internal/index.d.ts +316 -191
- package/Microsoft.IdentityModel.Tokens.Configuration/internal/index.d.ts +7 -5
- package/Microsoft.IdentityModel.Tokens.d.ts +3 -0
- package/Microsoft.SqlServer.Server/internal/index.d.ts +21 -6
- package/System/internal/index.d.ts +19 -17
- package/System.ClientModel/internal/index.d.ts +54 -43
- package/System.ClientModel.Primitives/internal/index.d.ts +220 -177
- package/System.ClientModel.Primitives.d.ts +3 -0
- package/System.Configuration/internal/index.d.ts +529 -340
- package/System.Configuration.Internal/internal/index.d.ts +33 -8
- package/System.Configuration.Provider/internal/index.d.ts +20 -11
- package/System.Diagnostics/internal/index.d.ts +2 -2
- package/System.Drawing.Configuration/internal/index.d.ts +7 -9
- package/System.IdentityModel.Tokens.Jwt/internal/index.d.ts +102 -68
- package/System.Security.Cryptography/internal/index.d.ts +2 -2
- package/System.Text.Json.Serialization/internal/index.d.ts +7 -5
- package/__internal/extensions/index.d.ts +1004 -53
- package/package.json +5 -5
|
@@ -10,106 +10,108 @@ import type { ptr } from "@tsonic/core/types.js";
|
|
|
10
10
|
|
|
11
11
|
// Import types from other namespaces
|
|
12
12
|
import type { ISqlServerSingletonOptions } from "../../Microsoft.EntityFrameworkCore.SqlServer.Infrastructure.Internal/internal/index.js";
|
|
13
|
-
import * as System_Data_Common_Internal from "@tsonic/dotnet/System.Data.Common.js";
|
|
14
|
-
import type { DbConnection, DbParameter, DbTransaction } from "@tsonic/dotnet/System.Data.Common.js";
|
|
15
|
-
import type { DbType, SqlDbType } from "@tsonic/dotnet/System.Data.js";
|
|
16
|
-
import type { MemoryStream } from "@tsonic/dotnet/System.IO.js";
|
|
17
|
-
import
|
|
18
|
-
import type {
|
|
19
|
-
import type {
|
|
20
|
-
import type {
|
|
21
|
-
import type {
|
|
22
|
-
import
|
|
23
|
-
import type {
|
|
24
|
-
import type { ValueComparer } from "@tsonic/efcore/Microsoft.EntityFrameworkCore.ChangeTracking.js";
|
|
25
|
-
import type {
|
|
26
|
-
import * as Microsoft_EntityFrameworkCore_Infrastructure_Internal from "@tsonic/efcore/Microsoft.EntityFrameworkCore.Infrastructure.js";
|
|
27
|
-
import type {
|
|
28
|
-
import type {
|
|
29
|
-
import * as Microsoft_EntityFrameworkCore_Storage_Internal from "@tsonic/efcore/Microsoft.EntityFrameworkCore.Storage.js";
|
|
30
|
-
import type { BoolTypeMapping, ByteArrayTypeMapping, ByteTypeMapping, CoreTypeMapping, DateOnlyTypeMapping, DateTimeOffsetTypeMapping, DateTimeTypeMapping, DecimalTypeMapping, DoubleTypeMapping,
|
|
31
|
-
import type {
|
|
13
|
+
import * as System_Data_Common_Internal from "@tsonic/dotnet/System.Data.Common/internal/index.js";
|
|
14
|
+
import type { DbConnection, DbParameter, DbTransaction } from "@tsonic/dotnet/System.Data.Common/internal/index.js";
|
|
15
|
+
import type { DbType, SqlDbType } from "@tsonic/dotnet/System.Data/internal/index.js";
|
|
16
|
+
import type { MemoryStream } from "@tsonic/dotnet/System.IO/internal/index.js";
|
|
17
|
+
import type { Expression } from "@tsonic/dotnet/System.Linq.Expressions/internal/index.js";
|
|
18
|
+
import type { MethodInfo } from "@tsonic/dotnet/System.Reflection/internal/index.js";
|
|
19
|
+
import type { StringBuilder } from "@tsonic/dotnet/System.Text/internal/index.js";
|
|
20
|
+
import type { Task, Task_1 } from "@tsonic/dotnet/System.Threading.Tasks/internal/index.js";
|
|
21
|
+
import type { CancellationToken } from "@tsonic/dotnet/System.Threading/internal/index.js";
|
|
22
|
+
import * as System_Internal from "@tsonic/dotnet/System/internal/index.js";
|
|
23
|
+
import type { Boolean as ClrBoolean, Exception, Func_2, Func_3, Func_4, Guid, IAsyncDisposable, IDisposable, Int32, Nullable_1, Object as ClrObject, String as ClrString, TimeSpan, Type, Void } from "@tsonic/dotnet/System/internal/index.js";
|
|
24
|
+
import type { ValueComparer } from "@tsonic/efcore/Microsoft.EntityFrameworkCore.ChangeTracking/internal/index.js";
|
|
25
|
+
import type { IDiagnosticsLogger_1 } from "@tsonic/efcore/Microsoft.EntityFrameworkCore.Diagnostics/internal/index.js";
|
|
26
|
+
import * as Microsoft_EntityFrameworkCore_Infrastructure_Internal from "@tsonic/efcore/Microsoft.EntityFrameworkCore.Infrastructure/internal/index.js";
|
|
27
|
+
import type { IInfrastructure_1, IResettableService } from "@tsonic/efcore/Microsoft.EntityFrameworkCore.Infrastructure/internal/index.js";
|
|
28
|
+
import type { ValueConverter } from "@tsonic/efcore/Microsoft.EntityFrameworkCore.Storage.ValueConversion/internal/index.js";
|
|
29
|
+
import * as Microsoft_EntityFrameworkCore_Storage_Internal from "@tsonic/efcore/Microsoft.EntityFrameworkCore.Storage/internal/index.js";
|
|
30
|
+
import type { BoolTypeMapping, ByteArrayTypeMapping, ByteTypeMapping, CoreTypeMapping, DateOnlyTypeMapping, DateTimeOffsetTypeMapping, DateTimeTypeMapping, DecimalTypeMapping, DoubleTypeMapping, ExecutionResult_1, ExecutionStrategyDependencies, FloatTypeMapping, IDatabaseCreator, IDbContextTransaction, IDbContextTransactionManager, IExceptionDetector, IExecutionStrategy, IExecutionStrategyFactory, IRawSqlCommandBuilder, IRelationalConnection, IRelationalDatabaseCreator, IRelationalTransactionFactory, IRelationalTransactionManager, IRelationalTypeMappingSource, ISqlGenerationHelper, ITransactionEnlistmentManager, ITypeMappingSource, JsonTypeMapping, LongTypeMapping, RelationalConnection, RelationalConnectionDependencies, RelationalDatabaseCreator, RelationalDatabaseCreatorDependencies, RelationalExecutionStrategyFactory, RelationalSqlGenerationHelper, RelationalSqlGenerationHelperDependencies, RelationalTransaction, RelationalTransactionFactoryDependencies, RelationalTypeMapping, RelationalTypeMappingInfo, RelationalTypeMappingSource, RelationalTypeMappingSourceDependencies, ShortTypeMapping, StoreTypePostfix, StringTypeMapping, TimeOnlyTypeMapping, TimeSpanTypeMapping, TypeMappingSourceDependencies } from "@tsonic/efcore/Microsoft.EntityFrameworkCore.Storage/internal/index.js";
|
|
31
|
+
import type { DbContext, DbLoggerCategory$Database$Transaction } from "@tsonic/efcore/Microsoft.EntityFrameworkCore/internal/index.js";
|
|
32
32
|
|
|
33
33
|
export interface ISqlServerConnection$instance extends IRelationalConnection, IRelationalTransactionManager, IDbContextTransactionManager, IResettableService, IDisposable, IAsyncDisposable {
|
|
34
|
+
readonly __tsonic_iface_Microsoft_EntityFrameworkCore_SqlServer_Storage_Internal_ISqlServerConnection: never;
|
|
35
|
+
|
|
34
36
|
readonly IsMultipleActiveResultSetsEnabled: boolean;
|
|
35
37
|
CreateMasterConnection(): ISqlServerConnection;
|
|
36
38
|
}
|
|
37
39
|
|
|
38
40
|
|
|
39
|
-
export
|
|
41
|
+
export interface ISqlServerConnection$instance extends Microsoft_EntityFrameworkCore_Infrastructure_Internal.IResettableService, Microsoft_EntityFrameworkCore_Storage_Internal.IDbContextTransactionManager, Microsoft_EntityFrameworkCore_Storage_Internal.IRelationalConnection, Microsoft_EntityFrameworkCore_Storage_Internal.IRelationalTransactionManager, System_Internal.IAsyncDisposable, System_Internal.IDisposable {}
|
|
40
42
|
|
|
41
|
-
export
|
|
42
|
-
protected Clone(parameters: RelationalTypeMapping_RelationalTypeMappingParameters): RelationalTypeMapping;
|
|
43
|
-
protected GenerateNonNullSqlLiteral(value: unknown): string;
|
|
44
|
-
}
|
|
43
|
+
export type ISqlServerConnection = ISqlServerConnection$instance;
|
|
45
44
|
|
|
45
|
+
export interface SqlServerBoolTypeMapping$instance extends BoolTypeMapping {
|
|
46
|
+
readonly __tsonic_type_Microsoft_EntityFrameworkCore_SqlServer_Storage_Internal_SqlServerBoolTypeMapping: never;
|
|
46
47
|
|
|
47
|
-
|
|
48
|
+
Clone(parameters: RelationalTypeMapping_RelationalTypeMappingParameters): RelationalTypeMapping;
|
|
49
|
+
GenerateNonNullSqlLiteral(value: unknown): string;
|
|
48
50
|
}
|
|
49
51
|
|
|
50
52
|
|
|
51
53
|
export const SqlServerBoolTypeMapping: {
|
|
52
|
-
new(storeType: string, dbType:
|
|
53
|
-
new(parameters: RelationalTypeMapping_RelationalTypeMappingParameters): SqlServerBoolTypeMapping;
|
|
54
|
+
new(storeType: string, dbType: Nullable_1<DbType>): SqlServerBoolTypeMapping;
|
|
54
55
|
readonly Default: SqlServerBoolTypeMapping;
|
|
55
56
|
};
|
|
56
57
|
|
|
57
58
|
|
|
58
59
|
export type SqlServerBoolTypeMapping = SqlServerBoolTypeMapping$instance;
|
|
59
60
|
|
|
60
|
-
export
|
|
61
|
-
|
|
62
|
-
protected ConfigureParameter(parameter: DbParameter): void;
|
|
63
|
-
protected GenerateNonNullSqlLiteral(value: unknown): string;
|
|
64
|
-
}
|
|
65
|
-
|
|
61
|
+
export interface SqlServerByteArrayTypeMapping$instance extends ByteArrayTypeMapping {
|
|
62
|
+
readonly __tsonic_type_Microsoft_EntityFrameworkCore_SqlServer_Storage_Internal_SqlServerByteArrayTypeMapping: never;
|
|
66
63
|
|
|
67
|
-
|
|
64
|
+
Clone(parameters: RelationalTypeMapping_RelationalTypeMappingParameters): RelationalTypeMapping;
|
|
65
|
+
ConfigureParameter(parameter: DbParameter): void;
|
|
66
|
+
GenerateNonNullSqlLiteral(value: unknown): string;
|
|
68
67
|
}
|
|
69
68
|
|
|
70
69
|
|
|
71
70
|
export const SqlServerByteArrayTypeMapping: {
|
|
72
|
-
new(storeType: string, size:
|
|
73
|
-
new(parameters: RelationalTypeMapping_RelationalTypeMappingParameters, sqlDbType: Nullable<SqlDbType>): SqlServerByteArrayTypeMapping;
|
|
71
|
+
new(storeType: string, size: Nullable_1<System_Internal.Int32>, fixedLength: boolean, comparer: ValueComparer, sqlDbType: Nullable_1<SqlDbType>, storeTypePostfix: Nullable_1<StoreTypePostfix>): SqlServerByteArrayTypeMapping;
|
|
74
72
|
readonly Default: SqlServerByteArrayTypeMapping;
|
|
75
73
|
};
|
|
76
74
|
|
|
77
75
|
|
|
78
76
|
export type SqlServerByteArrayTypeMapping = SqlServerByteArrayTypeMapping$instance;
|
|
79
77
|
|
|
80
|
-
export
|
|
81
|
-
|
|
82
|
-
protected GenerateNonNullSqlLiteral(value: unknown): string;
|
|
83
|
-
}
|
|
78
|
+
export interface SqlServerByteTypeMapping$instance extends ByteTypeMapping {
|
|
79
|
+
readonly __tsonic_type_Microsoft_EntityFrameworkCore_SqlServer_Storage_Internal_SqlServerByteTypeMapping: never;
|
|
84
80
|
|
|
85
|
-
|
|
86
|
-
|
|
81
|
+
Clone(parameters: RelationalTypeMapping_RelationalTypeMappingParameters): RelationalTypeMapping;
|
|
82
|
+
GenerateNonNullSqlLiteral(value: unknown): string;
|
|
87
83
|
}
|
|
88
84
|
|
|
89
85
|
|
|
90
86
|
export const SqlServerByteTypeMapping: {
|
|
91
|
-
new(storeType: string, dbType:
|
|
92
|
-
new(parameters: RelationalTypeMapping_RelationalTypeMappingParameters): SqlServerByteTypeMapping;
|
|
87
|
+
new(storeType: string, dbType: Nullable_1<DbType>): SqlServerByteTypeMapping;
|
|
93
88
|
readonly Default: SqlServerByteTypeMapping;
|
|
94
89
|
};
|
|
95
90
|
|
|
96
91
|
|
|
97
92
|
export type SqlServerByteTypeMapping = SqlServerByteTypeMapping$instance;
|
|
98
93
|
|
|
99
|
-
export
|
|
100
|
-
|
|
101
|
-
protected CreateDbConnection(): DbConnection;
|
|
102
|
-
protected ModifyConnectionString(userProvidedConnectionString: string): string;
|
|
103
|
-
protected OpenDbConnection(errorsExpected: boolean): void;
|
|
104
|
-
protected OpenDbConnectionAsync(errorsExpected: boolean, cancellationToken: CancellationToken): Task;
|
|
105
|
-
}
|
|
94
|
+
export interface SqlServerConnection$instance extends RelationalConnection, ISqlServerConnection$instance, Microsoft_EntityFrameworkCore_Storage_Internal.ITransactionEnlistmentManager {
|
|
95
|
+
readonly __tsonic_type_Microsoft_EntityFrameworkCore_SqlServer_Storage_Internal_SqlServerConnection: never;
|
|
106
96
|
|
|
97
|
+
readonly __tsonic_iface_Microsoft_EntityFrameworkCore_Infrastructure_IResettableService: never;
|
|
98
|
+
readonly __tsonic_iface_Microsoft_EntityFrameworkCore_SqlServer_Storage_Internal_ISqlServerConnection: never;
|
|
99
|
+
readonly __tsonic_iface_Microsoft_EntityFrameworkCore_Storage_IDbContextTransactionManager: never;
|
|
100
|
+
readonly __tsonic_iface_Microsoft_EntityFrameworkCore_Storage_IRelationalConnection: never;
|
|
101
|
+
readonly __tsonic_iface_Microsoft_EntityFrameworkCore_Storage_IRelationalTransactionManager: never;
|
|
102
|
+
readonly __tsonic_iface_Microsoft_EntityFrameworkCore_Storage_ITransactionEnlistmentManager: never;
|
|
103
|
+
readonly __tsonic_iface_System_IAsyncDisposable: never;
|
|
104
|
+
readonly __tsonic_iface_System_IDisposable: never;
|
|
107
105
|
|
|
108
|
-
export interface SqlServerConnection$instance extends SqlServerConnection$protected, RelationalConnection {
|
|
109
106
|
get ConnectionString(): string | undefined;
|
|
110
|
-
set ConnectionString(value: string);
|
|
107
|
+
set ConnectionString(value: string | undefined);
|
|
111
108
|
readonly IsMultipleActiveResultSetsEnabled: boolean;
|
|
109
|
+
readonly SupportsAmbientTransactions: boolean;
|
|
110
|
+
CreateDbConnection(): DbConnection;
|
|
112
111
|
CreateMasterConnection(): ISqlServerConnection;
|
|
112
|
+
ModifyConnectionString(userProvidedConnectionString: string): string;
|
|
113
|
+
OpenDbConnection(errorsExpected: boolean): void;
|
|
114
|
+
OpenDbConnectionAsync(errorsExpected: boolean, cancellationToken: CancellationToken): Task;
|
|
113
115
|
}
|
|
114
116
|
|
|
115
117
|
|
|
@@ -122,12 +124,15 @@ export interface __SqlServerConnection$views {
|
|
|
122
124
|
As_ISqlServerConnection(): ISqlServerConnection$instance;
|
|
123
125
|
}
|
|
124
126
|
|
|
125
|
-
export interface SqlServerConnection$instance extends ISqlServerConnection$instance {}
|
|
126
|
-
|
|
127
127
|
export type SqlServerConnection = SqlServerConnection$instance & __SqlServerConnection$views;
|
|
128
128
|
|
|
129
129
|
|
|
130
130
|
export interface SqlServerDatabaseCreator$instance extends RelationalDatabaseCreator {
|
|
131
|
+
readonly __tsonic_type_Microsoft_EntityFrameworkCore_SqlServer_Storage_Internal_SqlServerDatabaseCreator: never;
|
|
132
|
+
|
|
133
|
+
readonly __tsonic_iface_Microsoft_EntityFrameworkCore_Storage_IDatabaseCreator: never;
|
|
134
|
+
readonly __tsonic_iface_Microsoft_EntityFrameworkCore_Storage_IRelationalDatabaseCreator: never;
|
|
135
|
+
|
|
131
136
|
RetryDelay: TimeSpan;
|
|
132
137
|
RetryTimeout: TimeSpan;
|
|
133
138
|
Create(): void;
|
|
@@ -135,9 +140,9 @@ export interface SqlServerDatabaseCreator$instance extends RelationalDatabaseCre
|
|
|
135
140
|
Delete(): void;
|
|
136
141
|
DeleteAsync(cancellationToken?: CancellationToken): Task;
|
|
137
142
|
Exists(): boolean;
|
|
138
|
-
ExistsAsync(cancellationToken?: CancellationToken):
|
|
143
|
+
ExistsAsync(cancellationToken?: CancellationToken): Task_1<System_Internal.Boolean>;
|
|
139
144
|
HasTables(): boolean;
|
|
140
|
-
HasTablesAsync(cancellationToken?: CancellationToken):
|
|
145
|
+
HasTablesAsync(cancellationToken?: CancellationToken): Task_1<System_Internal.Boolean>;
|
|
141
146
|
}
|
|
142
147
|
|
|
143
148
|
|
|
@@ -148,102 +153,87 @@ export const SqlServerDatabaseCreator: {
|
|
|
148
153
|
|
|
149
154
|
export type SqlServerDatabaseCreator = SqlServerDatabaseCreator$instance;
|
|
150
155
|
|
|
151
|
-
export
|
|
152
|
-
|
|
153
|
-
protected Clone(parameters: RelationalTypeMapping_RelationalTypeMappingParameters): RelationalTypeMapping;
|
|
154
|
-
protected ConfigureParameter(parameter: DbParameter): void;
|
|
155
|
-
}
|
|
156
|
-
|
|
156
|
+
export interface SqlServerDateOnlyTypeMapping$instance extends DateOnlyTypeMapping {
|
|
157
|
+
readonly __tsonic_type_Microsoft_EntityFrameworkCore_SqlServer_Storage_Internal_SqlServerDateOnlyTypeMapping: never;
|
|
157
158
|
|
|
158
|
-
|
|
159
|
+
readonly SqlLiteralFormatString: string;
|
|
160
|
+
Clone(parameters: RelationalTypeMapping_RelationalTypeMappingParameters): RelationalTypeMapping;
|
|
161
|
+
ConfigureParameter(parameter: DbParameter): void;
|
|
159
162
|
}
|
|
160
163
|
|
|
161
164
|
|
|
162
|
-
export const SqlServerDateOnlyTypeMapping: {
|
|
163
|
-
new(parameters: RelationalTypeMapping_RelationalTypeMappingParameters): SqlServerDateOnlyTypeMapping;
|
|
165
|
+
export const SqlServerDateOnlyTypeMapping: (abstract new(parameters: RelationalTypeMapping_RelationalTypeMappingParameters) => SqlServerDateOnlyTypeMapping) & {
|
|
164
166
|
readonly Default: SqlServerDateOnlyTypeMapping;
|
|
165
167
|
};
|
|
166
168
|
|
|
167
169
|
|
|
168
170
|
export type SqlServerDateOnlyTypeMapping = SqlServerDateOnlyTypeMapping$instance;
|
|
169
171
|
|
|
170
|
-
export
|
|
171
|
-
|
|
172
|
-
protected Clone(parameters: RelationalTypeMapping_RelationalTypeMappingParameters): RelationalTypeMapping;
|
|
173
|
-
protected ConfigureParameter(parameter: DbParameter): void;
|
|
174
|
-
}
|
|
175
|
-
|
|
172
|
+
export interface SqlServerDateTimeOffsetTypeMapping$instance extends DateTimeOffsetTypeMapping {
|
|
173
|
+
readonly __tsonic_type_Microsoft_EntityFrameworkCore_SqlServer_Storage_Internal_SqlServerDateTimeOffsetTypeMapping: never;
|
|
176
174
|
|
|
177
|
-
|
|
175
|
+
readonly SqlLiteralFormatString: string;
|
|
176
|
+
Clone(parameters: RelationalTypeMapping_RelationalTypeMappingParameters): RelationalTypeMapping;
|
|
177
|
+
ConfigureParameter(parameter: DbParameter): void;
|
|
178
178
|
}
|
|
179
179
|
|
|
180
180
|
|
|
181
181
|
export const SqlServerDateTimeOffsetTypeMapping: {
|
|
182
|
-
new(storeType: string, dbType:
|
|
183
|
-
new(parameters: RelationalTypeMapping_RelationalTypeMappingParameters): SqlServerDateTimeOffsetTypeMapping;
|
|
182
|
+
new(storeType: string, dbType: Nullable_1<DbType>, storeTypePostfix: StoreTypePostfix): SqlServerDateTimeOffsetTypeMapping;
|
|
184
183
|
readonly Default: SqlServerDateTimeOffsetTypeMapping;
|
|
185
184
|
};
|
|
186
185
|
|
|
187
186
|
|
|
188
187
|
export type SqlServerDateTimeOffsetTypeMapping = SqlServerDateTimeOffsetTypeMapping$instance;
|
|
189
188
|
|
|
190
|
-
export
|
|
191
|
-
|
|
192
|
-
protected Clone(parameters: RelationalTypeMapping_RelationalTypeMappingParameters): RelationalTypeMapping;
|
|
193
|
-
protected ConfigureParameter(parameter: DbParameter): void;
|
|
194
|
-
}
|
|
189
|
+
export interface SqlServerDateTimeTypeMapping$instance extends DateTimeTypeMapping {
|
|
190
|
+
readonly __tsonic_type_Microsoft_EntityFrameworkCore_SqlServer_Storage_Internal_SqlServerDateTimeTypeMapping: never;
|
|
195
191
|
|
|
196
|
-
|
|
197
|
-
|
|
198
|
-
|
|
192
|
+
readonly SqlLiteralFormatString: string;
|
|
193
|
+
readonly SqlType: Nullable_1<SqlDbType>;
|
|
194
|
+
Clone(parameters: RelationalTypeMapping_RelationalTypeMappingParameters): RelationalTypeMapping;
|
|
195
|
+
ConfigureParameter(parameter: DbParameter): void;
|
|
199
196
|
}
|
|
200
197
|
|
|
201
198
|
|
|
202
199
|
export const SqlServerDateTimeTypeMapping: {
|
|
203
|
-
new(storeType: string, dbType:
|
|
204
|
-
new(parameters: RelationalTypeMapping_RelationalTypeMappingParameters, sqlDbType: Nullable<SqlDbType>): SqlServerDateTimeTypeMapping;
|
|
200
|
+
new(storeType: string, dbType: Nullable_1<DbType>, sqlDbType: Nullable_1<SqlDbType>, storeTypePostfix: StoreTypePostfix): SqlServerDateTimeTypeMapping;
|
|
205
201
|
readonly Default: SqlServerDateTimeTypeMapping;
|
|
206
202
|
};
|
|
207
203
|
|
|
208
204
|
|
|
209
205
|
export type SqlServerDateTimeTypeMapping = SqlServerDateTimeTypeMapping$instance;
|
|
210
206
|
|
|
211
|
-
export
|
|
212
|
-
|
|
213
|
-
protected ConfigureParameter(parameter: DbParameter): void;
|
|
214
|
-
}
|
|
215
|
-
|
|
207
|
+
export interface SqlServerDecimalTypeMapping$instance extends DecimalTypeMapping {
|
|
208
|
+
readonly __tsonic_type_Microsoft_EntityFrameworkCore_SqlServer_Storage_Internal_SqlServerDecimalTypeMapping: never;
|
|
216
209
|
|
|
217
|
-
|
|
218
|
-
|
|
210
|
+
readonly SqlType: Nullable_1<SqlDbType>;
|
|
211
|
+
Clone(parameters: RelationalTypeMapping_RelationalTypeMappingParameters): RelationalTypeMapping;
|
|
212
|
+
ConfigureParameter(parameter: DbParameter): void;
|
|
219
213
|
}
|
|
220
214
|
|
|
221
215
|
|
|
222
216
|
export const SqlServerDecimalTypeMapping: {
|
|
223
|
-
new(storeType: string, dbType:
|
|
224
|
-
new(parameters: RelationalTypeMapping_RelationalTypeMappingParameters, sqlDbType: Nullable<SqlDbType>): SqlServerDecimalTypeMapping;
|
|
217
|
+
new(storeType: string, dbType: Nullable_1<DbType>, precision: Nullable_1<System_Internal.Int32>, scale: Nullable_1<System_Internal.Int32>, sqlDbType: Nullable_1<SqlDbType>, storeTypePostfix: StoreTypePostfix): SqlServerDecimalTypeMapping;
|
|
225
218
|
readonly Default: SqlServerDecimalTypeMapping;
|
|
226
219
|
};
|
|
227
220
|
|
|
228
221
|
|
|
229
222
|
export type SqlServerDecimalTypeMapping = SqlServerDecimalTypeMapping$instance;
|
|
230
223
|
|
|
231
|
-
export
|
|
232
|
-
|
|
233
|
-
protected ConfigureParameter(parameter: DbParameter): void;
|
|
234
|
-
protected GenerateNonNullSqlLiteral(value: unknown): string;
|
|
235
|
-
}
|
|
236
|
-
|
|
224
|
+
export interface SqlServerDoubleTypeMapping$instance extends DoubleTypeMapping {
|
|
225
|
+
readonly __tsonic_type_Microsoft_EntityFrameworkCore_SqlServer_Storage_Internal_SqlServerDoubleTypeMapping: never;
|
|
237
226
|
|
|
238
|
-
|
|
227
|
+
Clone(parameters: RelationalTypeMapping_RelationalTypeMappingParameters): RelationalTypeMapping;
|
|
228
|
+
ConfigureParameter(parameter: DbParameter): void;
|
|
239
229
|
CustomizeDataReaderExpression(expression: Expression): Expression;
|
|
230
|
+
GenerateNonNullSqlLiteral(value: unknown): string;
|
|
240
231
|
GetDataReaderMethod(): MethodInfo;
|
|
241
232
|
}
|
|
242
233
|
|
|
243
234
|
|
|
244
235
|
export const SqlServerDoubleTypeMapping: {
|
|
245
|
-
new(storeType: string, dbType:
|
|
246
|
-
new(parameters: RelationalTypeMapping_RelationalTypeMappingParameters): SqlServerDoubleTypeMapping;
|
|
236
|
+
new(storeType: string, dbType: Nullable_1<DbType>, storeTypePostfix: StoreTypePostfix): SqlServerDoubleTypeMapping;
|
|
247
237
|
readonly Default: SqlServerDoubleTypeMapping;
|
|
248
238
|
};
|
|
249
239
|
|
|
@@ -251,6 +241,10 @@ export const SqlServerDoubleTypeMapping: {
|
|
|
251
241
|
export type SqlServerDoubleTypeMapping = SqlServerDoubleTypeMapping$instance;
|
|
252
242
|
|
|
253
243
|
export interface SqlServerExceptionDetector$instance {
|
|
244
|
+
readonly __tsonic_type_Microsoft_EntityFrameworkCore_SqlServer_Storage_Internal_SqlServerExceptionDetector: never;
|
|
245
|
+
|
|
246
|
+
readonly __tsonic_iface_Microsoft_EntityFrameworkCore_Storage_IExceptionDetector: never;
|
|
247
|
+
|
|
254
248
|
IsCancellation(exception: Exception, cancellationToken?: CancellationToken): boolean;
|
|
255
249
|
}
|
|
256
250
|
|
|
@@ -262,15 +256,15 @@ export const SqlServerExceptionDetector: {
|
|
|
262
256
|
|
|
263
257
|
export type SqlServerExceptionDetector = SqlServerExceptionDetector$instance;
|
|
264
258
|
|
|
265
|
-
export
|
|
266
|
-
|
|
267
|
-
}
|
|
259
|
+
export interface SqlServerExecutionStrategy$instance {
|
|
260
|
+
readonly __tsonic_type_Microsoft_EntityFrameworkCore_SqlServer_Storage_Internal_SqlServerExecutionStrategy: never;
|
|
268
261
|
|
|
262
|
+
readonly __tsonic_iface_Microsoft_EntityFrameworkCore_Storage_IExecutionStrategy: never;
|
|
269
263
|
|
|
270
|
-
|
|
264
|
+
readonly Dependencies: ExecutionStrategyDependencies;
|
|
271
265
|
readonly RetriesOnFailure: boolean;
|
|
272
|
-
Execute<TState, TResult>(state: TState, operation:
|
|
273
|
-
ExecuteAsync<TState, TResult>(state: TState, operation:
|
|
266
|
+
Execute<TState, TResult>(state: TState, operation: Func_3<DbContext, TState, TResult>, verifySucceeded: Func_3<DbContext, TState, ExecutionResult_1<TResult>>): TResult;
|
|
267
|
+
ExecuteAsync<TState, TResult>(state: TState, operation: Func_4<DbContext, TState, CancellationToken, Task_1<TResult>>, verifySucceeded: Func_4<DbContext, TState, CancellationToken, Task_1<ExecutionResult_1<TResult>>>, cancellationToken: CancellationToken): Task_1<TResult>;
|
|
274
268
|
}
|
|
275
269
|
|
|
276
270
|
|
|
@@ -281,12 +275,12 @@ export const SqlServerExecutionStrategy: {
|
|
|
281
275
|
|
|
282
276
|
export type SqlServerExecutionStrategy = SqlServerExecutionStrategy$instance;
|
|
283
277
|
|
|
284
|
-
export
|
|
285
|
-
|
|
286
|
-
}
|
|
278
|
+
export interface SqlServerExecutionStrategyFactory$instance extends RelationalExecutionStrategyFactory {
|
|
279
|
+
readonly __tsonic_type_Microsoft_EntityFrameworkCore_SqlServer_Storage_Internal_SqlServerExecutionStrategyFactory: never;
|
|
287
280
|
|
|
281
|
+
readonly __tsonic_iface_Microsoft_EntityFrameworkCore_Storage_IExecutionStrategyFactory: never;
|
|
288
282
|
|
|
289
|
-
|
|
283
|
+
CreateDefaultStrategy(dependencies: ExecutionStrategyDependencies): IExecutionStrategy;
|
|
290
284
|
}
|
|
291
285
|
|
|
292
286
|
|
|
@@ -297,58 +291,49 @@ export const SqlServerExecutionStrategyFactory: {
|
|
|
297
291
|
|
|
298
292
|
export type SqlServerExecutionStrategyFactory = SqlServerExecutionStrategyFactory$instance;
|
|
299
293
|
|
|
300
|
-
export
|
|
301
|
-
|
|
302
|
-
protected ConfigureParameter(parameter: DbParameter): void;
|
|
303
|
-
protected GenerateNonNullSqlLiteral(value: unknown): string;
|
|
304
|
-
}
|
|
305
|
-
|
|
294
|
+
export interface SqlServerFloatTypeMapping$instance extends FloatTypeMapping {
|
|
295
|
+
readonly __tsonic_type_Microsoft_EntityFrameworkCore_SqlServer_Storage_Internal_SqlServerFloatTypeMapping: never;
|
|
306
296
|
|
|
307
|
-
|
|
297
|
+
Clone(parameters: RelationalTypeMapping_RelationalTypeMappingParameters): RelationalTypeMapping;
|
|
298
|
+
ConfigureParameter(parameter: DbParameter): void;
|
|
299
|
+
GenerateNonNullSqlLiteral(value: unknown): string;
|
|
308
300
|
}
|
|
309
301
|
|
|
310
302
|
|
|
311
303
|
export const SqlServerFloatTypeMapping: {
|
|
312
|
-
new(storeType: string, dbType:
|
|
313
|
-
new(parameters: RelationalTypeMapping_RelationalTypeMappingParameters): SqlServerFloatTypeMapping;
|
|
304
|
+
new(storeType: string, dbType: Nullable_1<DbType>, storeTypePostfix: StoreTypePostfix): SqlServerFloatTypeMapping;
|
|
314
305
|
readonly Default: SqlServerFloatTypeMapping;
|
|
315
306
|
};
|
|
316
307
|
|
|
317
308
|
|
|
318
309
|
export type SqlServerFloatTypeMapping = SqlServerFloatTypeMapping$instance;
|
|
319
310
|
|
|
320
|
-
export
|
|
321
|
-
|
|
322
|
-
protected GenerateNonNullSqlLiteral(value: unknown): string;
|
|
323
|
-
}
|
|
324
|
-
|
|
311
|
+
export interface SqlServerLongTypeMapping$instance extends LongTypeMapping {
|
|
312
|
+
readonly __tsonic_type_Microsoft_EntityFrameworkCore_SqlServer_Storage_Internal_SqlServerLongTypeMapping: never;
|
|
325
313
|
|
|
326
|
-
|
|
314
|
+
Clone(parameters: RelationalTypeMapping_RelationalTypeMappingParameters): RelationalTypeMapping;
|
|
315
|
+
GenerateNonNullSqlLiteral(value: unknown): string;
|
|
327
316
|
}
|
|
328
317
|
|
|
329
318
|
|
|
330
319
|
export const SqlServerLongTypeMapping: {
|
|
331
|
-
new(storeType: string, converter: ValueConverter, comparer: ValueComparer, providerValueComparer: ValueComparer, dbType:
|
|
332
|
-
new(parameters: RelationalTypeMapping_RelationalTypeMappingParameters): SqlServerLongTypeMapping;
|
|
320
|
+
new(storeType: string, converter: ValueConverter, comparer: ValueComparer, providerValueComparer: ValueComparer, dbType: Nullable_1<DbType>): SqlServerLongTypeMapping;
|
|
333
321
|
readonly Default: SqlServerLongTypeMapping;
|
|
334
322
|
};
|
|
335
323
|
|
|
336
324
|
|
|
337
325
|
export type SqlServerLongTypeMapping = SqlServerLongTypeMapping$instance;
|
|
338
326
|
|
|
339
|
-
export
|
|
340
|
-
|
|
341
|
-
protected GenerateNonNullSqlLiteral(value: unknown): string;
|
|
342
|
-
}
|
|
343
|
-
|
|
327
|
+
export interface SqlServerShortTypeMapping$instance extends ShortTypeMapping {
|
|
328
|
+
readonly __tsonic_type_Microsoft_EntityFrameworkCore_SqlServer_Storage_Internal_SqlServerShortTypeMapping: never;
|
|
344
329
|
|
|
345
|
-
|
|
330
|
+
Clone(parameters: RelationalTypeMapping_RelationalTypeMappingParameters): RelationalTypeMapping;
|
|
331
|
+
GenerateNonNullSqlLiteral(value: unknown): string;
|
|
346
332
|
}
|
|
347
333
|
|
|
348
334
|
|
|
349
335
|
export const SqlServerShortTypeMapping: {
|
|
350
|
-
new(storeType: string, dbType:
|
|
351
|
-
new(parameters: RelationalTypeMapping_RelationalTypeMappingParameters): SqlServerShortTypeMapping;
|
|
336
|
+
new(storeType: string, dbType: Nullable_1<DbType>): SqlServerShortTypeMapping;
|
|
352
337
|
readonly Default: SqlServerShortTypeMapping;
|
|
353
338
|
};
|
|
354
339
|
|
|
@@ -356,6 +341,10 @@ export const SqlServerShortTypeMapping: {
|
|
|
356
341
|
export type SqlServerShortTypeMapping = SqlServerShortTypeMapping$instance;
|
|
357
342
|
|
|
358
343
|
export interface SqlServerSqlGenerationHelper$instance extends RelationalSqlGenerationHelper {
|
|
344
|
+
readonly __tsonic_type_Microsoft_EntityFrameworkCore_SqlServer_Storage_Internal_SqlServerSqlGenerationHelper: never;
|
|
345
|
+
|
|
346
|
+
readonly __tsonic_iface_Microsoft_EntityFrameworkCore_Storage_ISqlGenerationHelper: never;
|
|
347
|
+
|
|
359
348
|
readonly BatchTerminator: string;
|
|
360
349
|
readonly StartTransactionStatement: string;
|
|
361
350
|
DelimitIdentifier(identifier: string): string;
|
|
@@ -376,38 +365,32 @@ export const SqlServerSqlGenerationHelper: {
|
|
|
376
365
|
|
|
377
366
|
export type SqlServerSqlGenerationHelper = SqlServerSqlGenerationHelper$instance;
|
|
378
367
|
|
|
379
|
-
export
|
|
380
|
-
|
|
381
|
-
}
|
|
382
|
-
|
|
368
|
+
export interface SqlServerSqlVariantTypeMapping$instance extends RelationalTypeMapping {
|
|
369
|
+
readonly __tsonic_type_Microsoft_EntityFrameworkCore_SqlServer_Storage_Internal_SqlServerSqlVariantTypeMapping: never;
|
|
383
370
|
|
|
384
|
-
|
|
371
|
+
Clone(parameters: RelationalTypeMapping_RelationalTypeMappingParameters): RelationalTypeMapping;
|
|
385
372
|
}
|
|
386
373
|
|
|
387
374
|
|
|
388
375
|
export const SqlServerSqlVariantTypeMapping: {
|
|
389
376
|
new(storeType: string): SqlServerSqlVariantTypeMapping;
|
|
390
|
-
new(parameters: RelationalTypeMapping_RelationalTypeMappingParameters): SqlServerSqlVariantTypeMapping;
|
|
391
377
|
readonly Default: SqlServerSqlVariantTypeMapping;
|
|
392
378
|
};
|
|
393
379
|
|
|
394
380
|
|
|
395
381
|
export type SqlServerSqlVariantTypeMapping = SqlServerSqlVariantTypeMapping$instance;
|
|
396
382
|
|
|
397
|
-
export
|
|
398
|
-
|
|
399
|
-
protected ConfigureParameter(parameter: DbParameter): void;
|
|
400
|
-
protected GenerateNonNullSqlLiteral(value: unknown): string;
|
|
401
|
-
}
|
|
402
|
-
|
|
383
|
+
export interface SqlServerStringTypeMapping$instance extends StringTypeMapping {
|
|
384
|
+
readonly __tsonic_type_Microsoft_EntityFrameworkCore_SqlServer_Storage_Internal_SqlServerStringTypeMapping: never;
|
|
403
385
|
|
|
404
|
-
|
|
386
|
+
Clone(parameters: RelationalTypeMapping_RelationalTypeMappingParameters): RelationalTypeMapping;
|
|
387
|
+
ConfigureParameter(parameter: DbParameter): void;
|
|
388
|
+
GenerateNonNullSqlLiteral(value: unknown): string;
|
|
405
389
|
}
|
|
406
390
|
|
|
407
391
|
|
|
408
392
|
export const SqlServerStringTypeMapping: {
|
|
409
|
-
new(storeType: string, unicode: boolean, size:
|
|
410
|
-
new(parameters: RelationalTypeMapping_RelationalTypeMappingParameters, sqlDbType: Nullable<SqlDbType>): SqlServerStringTypeMapping;
|
|
393
|
+
new(storeType: string, unicode: boolean, size: Nullable_1<System_Internal.Int32>, fixedLength: boolean, sqlDbType: Nullable_1<SqlDbType>, storeTypePostfix: Nullable_1<StoreTypePostfix>, useKeyComparison: boolean): SqlServerStringTypeMapping;
|
|
411
394
|
readonly Default: SqlServerStringTypeMapping;
|
|
412
395
|
readonly JsonTypeDefault: SqlServerStringTypeMapping;
|
|
413
396
|
readonly UnicodeDefault: SqlServerStringTypeMapping;
|
|
@@ -416,23 +399,20 @@ export const SqlServerStringTypeMapping: {
|
|
|
416
399
|
|
|
417
400
|
export type SqlServerStringTypeMapping = SqlServerStringTypeMapping$instance;
|
|
418
401
|
|
|
419
|
-
export
|
|
420
|
-
|
|
421
|
-
protected ConfigureParameter(parameter: DbParameter): void;
|
|
422
|
-
protected EscapeSqlLiteral(literal: string): string;
|
|
423
|
-
protected GenerateNonNullSqlLiteral(value: unknown): string;
|
|
424
|
-
}
|
|
425
|
-
|
|
402
|
+
export interface SqlServerStructuralJsonTypeMapping$instance extends JsonTypeMapping {
|
|
403
|
+
readonly __tsonic_type_Microsoft_EntityFrameworkCore_SqlServer_Storage_Internal_SqlServerStructuralJsonTypeMapping: never;
|
|
426
404
|
|
|
427
|
-
|
|
405
|
+
Clone(parameters: RelationalTypeMapping_RelationalTypeMappingParameters): RelationalTypeMapping;
|
|
406
|
+
ConfigureParameter(parameter: DbParameter): void;
|
|
428
407
|
CustomizeDataReaderExpression(expression: Expression): Expression;
|
|
408
|
+
EscapeSqlLiteral(literal: string): string;
|
|
409
|
+
GenerateNonNullSqlLiteral(value: unknown): string;
|
|
429
410
|
GetDataReaderMethod(): MethodInfo;
|
|
430
411
|
}
|
|
431
412
|
|
|
432
413
|
|
|
433
414
|
export const SqlServerStructuralJsonTypeMapping: {
|
|
434
415
|
new(storeType: string): SqlServerStructuralJsonTypeMapping;
|
|
435
|
-
new(parameters: RelationalTypeMapping_RelationalTypeMappingParameters): SqlServerStructuralJsonTypeMapping;
|
|
436
416
|
readonly Default: SqlServerStructuralJsonTypeMapping;
|
|
437
417
|
readonly JsonTypeDefault: SqlServerStructuralJsonTypeMapping;
|
|
438
418
|
readonly NvarcharMaxDefault: SqlServerStructuralJsonTypeMapping;
|
|
@@ -442,41 +422,35 @@ export const SqlServerStructuralJsonTypeMapping: {
|
|
|
442
422
|
|
|
443
423
|
export type SqlServerStructuralJsonTypeMapping = SqlServerStructuralJsonTypeMapping$instance;
|
|
444
424
|
|
|
445
|
-
export
|
|
446
|
-
|
|
447
|
-
protected Clone(parameters: RelationalTypeMapping_RelationalTypeMappingParameters): RelationalTypeMapping;
|
|
448
|
-
protected ConfigureParameter(parameter: DbParameter): void;
|
|
449
|
-
protected GenerateNonNullSqlLiteral(value: unknown): string;
|
|
450
|
-
}
|
|
451
|
-
|
|
425
|
+
export interface SqlServerTimeOnlyTypeMapping$instance extends TimeOnlyTypeMapping {
|
|
426
|
+
readonly __tsonic_type_Microsoft_EntityFrameworkCore_SqlServer_Storage_Internal_SqlServerTimeOnlyTypeMapping: never;
|
|
452
427
|
|
|
453
|
-
|
|
428
|
+
readonly SqlLiteralFormatString: string;
|
|
429
|
+
Clone(parameters: RelationalTypeMapping_RelationalTypeMappingParameters): RelationalTypeMapping;
|
|
430
|
+
ConfigureParameter(parameter: DbParameter): void;
|
|
431
|
+
GenerateNonNullSqlLiteral(value: unknown): string;
|
|
454
432
|
}
|
|
455
433
|
|
|
456
434
|
|
|
457
|
-
export const SqlServerTimeOnlyTypeMapping: {
|
|
458
|
-
new(parameters: RelationalTypeMapping_RelationalTypeMappingParameters): SqlServerTimeOnlyTypeMapping;
|
|
435
|
+
export const SqlServerTimeOnlyTypeMapping: (abstract new(parameters: RelationalTypeMapping_RelationalTypeMappingParameters) => SqlServerTimeOnlyTypeMapping) & {
|
|
459
436
|
readonly Default: SqlServerTimeOnlyTypeMapping;
|
|
460
437
|
};
|
|
461
438
|
|
|
462
439
|
|
|
463
440
|
export type SqlServerTimeOnlyTypeMapping = SqlServerTimeOnlyTypeMapping$instance;
|
|
464
441
|
|
|
465
|
-
export
|
|
466
|
-
|
|
467
|
-
protected Clone(parameters: RelationalTypeMapping_RelationalTypeMappingParameters): RelationalTypeMapping;
|
|
468
|
-
protected ConfigureParameter(parameter: DbParameter): void;
|
|
469
|
-
protected GenerateNonNullSqlLiteral(value: unknown): string;
|
|
470
|
-
}
|
|
442
|
+
export interface SqlServerTimeSpanTypeMapping$instance extends TimeSpanTypeMapping {
|
|
443
|
+
readonly __tsonic_type_Microsoft_EntityFrameworkCore_SqlServer_Storage_Internal_SqlServerTimeSpanTypeMapping: never;
|
|
471
444
|
|
|
472
|
-
|
|
473
|
-
|
|
445
|
+
readonly SqlLiteralFormatString: string;
|
|
446
|
+
Clone(parameters: RelationalTypeMapping_RelationalTypeMappingParameters): RelationalTypeMapping;
|
|
447
|
+
ConfigureParameter(parameter: DbParameter): void;
|
|
448
|
+
GenerateNonNullSqlLiteral(value: unknown): string;
|
|
474
449
|
}
|
|
475
450
|
|
|
476
451
|
|
|
477
452
|
export const SqlServerTimeSpanTypeMapping: {
|
|
478
|
-
new(storeType: string, dbType:
|
|
479
|
-
new(parameters: RelationalTypeMapping_RelationalTypeMappingParameters): SqlServerTimeSpanTypeMapping;
|
|
453
|
+
new(storeType: string, dbType: Nullable_1<DbType>, storeTypePostfix: StoreTypePostfix): SqlServerTimeSpanTypeMapping;
|
|
480
454
|
readonly Default: SqlServerTimeSpanTypeMapping;
|
|
481
455
|
};
|
|
482
456
|
|
|
@@ -484,6 +458,13 @@ export const SqlServerTimeSpanTypeMapping: {
|
|
|
484
458
|
export type SqlServerTimeSpanTypeMapping = SqlServerTimeSpanTypeMapping$instance;
|
|
485
459
|
|
|
486
460
|
export interface SqlServerTransaction$instance extends RelationalTransaction {
|
|
461
|
+
readonly __tsonic_type_Microsoft_EntityFrameworkCore_SqlServer_Storage_Internal_SqlServerTransaction: never;
|
|
462
|
+
|
|
463
|
+
readonly __tsonic_iface_Microsoft_EntityFrameworkCore_Infrastructure_IInfrastructure_1: never;
|
|
464
|
+
readonly __tsonic_iface_Microsoft_EntityFrameworkCore_Storage_IDbContextTransaction: never;
|
|
465
|
+
readonly __tsonic_iface_System_IAsyncDisposable: never;
|
|
466
|
+
readonly __tsonic_iface_System_IDisposable: never;
|
|
467
|
+
|
|
487
468
|
readonly SupportsSavepoints: boolean;
|
|
488
469
|
ReleaseSavepoint(name: string): void;
|
|
489
470
|
ReleaseSavepointAsync(name: string, cancellationToken?: CancellationToken): Task;
|
|
@@ -491,19 +472,19 @@ export interface SqlServerTransaction$instance extends RelationalTransaction {
|
|
|
491
472
|
|
|
492
473
|
|
|
493
474
|
export const SqlServerTransaction: {
|
|
494
|
-
new(connection: IRelationalConnection, transaction: DbTransaction, transactionId: Guid, logger:
|
|
475
|
+
new(connection: IRelationalConnection, transaction: DbTransaction, transactionId: Guid, logger: IDiagnosticsLogger_1<DbLoggerCategory$Database$Transaction>, transactionOwned: boolean, sqlGenerationHelper: ISqlGenerationHelper): SqlServerTransaction;
|
|
495
476
|
};
|
|
496
477
|
|
|
497
478
|
|
|
498
479
|
export type SqlServerTransaction = SqlServerTransaction$instance;
|
|
499
480
|
|
|
500
|
-
export
|
|
501
|
-
|
|
502
|
-
}
|
|
481
|
+
export interface SqlServerTransactionFactory$instance {
|
|
482
|
+
readonly __tsonic_type_Microsoft_EntityFrameworkCore_SqlServer_Storage_Internal_SqlServerTransactionFactory: never;
|
|
503
483
|
|
|
484
|
+
readonly __tsonic_iface_Microsoft_EntityFrameworkCore_Storage_IRelationalTransactionFactory: never;
|
|
504
485
|
|
|
505
|
-
|
|
506
|
-
Create(connection: IRelationalConnection, transaction: DbTransaction, transactionId: Guid, logger:
|
|
486
|
+
readonly Dependencies: RelationalTransactionFactoryDependencies;
|
|
487
|
+
Create(connection: IRelationalConnection, transaction: DbTransaction, transactionId: Guid, logger: IDiagnosticsLogger_1<DbLoggerCategory$Database$Transaction>, transactionOwned: boolean): RelationalTransaction;
|
|
507
488
|
}
|
|
508
489
|
|
|
509
490
|
|
|
@@ -514,14 +495,15 @@ export const SqlServerTransactionFactory: {
|
|
|
514
495
|
|
|
515
496
|
export type SqlServerTransactionFactory = SqlServerTransactionFactory$instance;
|
|
516
497
|
|
|
517
|
-
export
|
|
518
|
-
|
|
519
|
-
protected FindMapping(mappingInfo: RelationalTypeMappingInfo): RelationalTypeMapping | undefined;
|
|
520
|
-
protected ParseStoreTypeName(storeTypeName: string, unicode: Nullable<System_Internal.Boolean>, size: Nullable<System_Internal.Int32>, precision: Nullable<System_Internal.Int32>, scale: Nullable<System_Internal.Int32>): string | undefined;
|
|
521
|
-
}
|
|
498
|
+
export interface SqlServerTypeMappingSource$instance extends RelationalTypeMappingSource {
|
|
499
|
+
readonly __tsonic_type_Microsoft_EntityFrameworkCore_SqlServer_Storage_Internal_SqlServerTypeMappingSource: never;
|
|
522
500
|
|
|
501
|
+
readonly __tsonic_iface_Microsoft_EntityFrameworkCore_Storage_IRelationalTypeMappingSource: never;
|
|
502
|
+
readonly __tsonic_iface_Microsoft_EntityFrameworkCore_Storage_ITypeMappingSource: never;
|
|
523
503
|
|
|
524
|
-
|
|
504
|
+
FindCollectionMapping(info: RelationalTypeMappingInfo, modelType: Type, providerType: Type, elementMapping: CoreTypeMapping): RelationalTypeMapping | undefined;
|
|
505
|
+
FindMapping(mappingInfo: RelationalTypeMappingInfo): RelationalTypeMapping | undefined;
|
|
506
|
+
ParseStoreTypeName(storeTypeName: string, unicode: Nullable_1<System_Internal.Boolean>, size: Nullable_1<System_Internal.Int32>, precision: Nullable_1<System_Internal.Int32>, scale: Nullable_1<System_Internal.Int32>): string | undefined;
|
|
525
507
|
}
|
|
526
508
|
|
|
527
509
|
|
|
@@ -532,40 +514,34 @@ export const SqlServerTypeMappingSource: {
|
|
|
532
514
|
|
|
533
515
|
export type SqlServerTypeMappingSource = SqlServerTypeMappingSource$instance;
|
|
534
516
|
|
|
535
|
-
export
|
|
536
|
-
|
|
537
|
-
protected ConfigureParameter(parameter: DbParameter): void;
|
|
538
|
-
}
|
|
539
|
-
|
|
517
|
+
export interface SqlServerUdtTypeMapping$instance extends RelationalTypeMapping {
|
|
518
|
+
readonly __tsonic_type_Microsoft_EntityFrameworkCore_SqlServer_Storage_Internal_SqlServerUdtTypeMapping: never;
|
|
540
519
|
|
|
541
|
-
|
|
542
|
-
readonly LiteralGenerator: Func<unknown, Expression>;
|
|
520
|
+
readonly LiteralGenerator: Func_2<unknown, Expression>;
|
|
543
521
|
readonly UdtTypeName: string;
|
|
522
|
+
Clone(parameters: RelationalTypeMapping_RelationalTypeMappingParameters): RelationalTypeMapping;
|
|
523
|
+
ConfigureParameter(parameter: DbParameter): void;
|
|
544
524
|
GenerateCodeLiteral(value: unknown): Expression;
|
|
545
525
|
}
|
|
546
526
|
|
|
547
527
|
|
|
548
528
|
export const SqlServerUdtTypeMapping: {
|
|
549
|
-
new(clrType: Type, storeType: string, literalGenerator:
|
|
550
|
-
new(parameters: RelationalTypeMapping_RelationalTypeMappingParameters, literalGenerator: Func<unknown, Expression>, udtTypeName: string): SqlServerUdtTypeMapping;
|
|
529
|
+
new(clrType: Type, storeType: string, literalGenerator: Func_2<unknown, Expression>, storeTypePostfix: StoreTypePostfix, udtTypeName: string, converter: ValueConverter, comparer: ValueComparer, keyComparer: ValueComparer, dbType: Nullable_1<DbType>, unicode: boolean, size: Nullable_1<System_Internal.Int32>, fixedLength: boolean, precision: Nullable_1<System_Internal.Int32>, scale: Nullable_1<System_Internal.Int32>): SqlServerUdtTypeMapping;
|
|
551
530
|
};
|
|
552
531
|
|
|
553
532
|
|
|
554
533
|
export type SqlServerUdtTypeMapping = SqlServerUdtTypeMapping$instance;
|
|
555
534
|
|
|
556
|
-
export
|
|
557
|
-
|
|
558
|
-
protected GenerateNonNullSqlLiteral(value: unknown): string;
|
|
559
|
-
}
|
|
560
|
-
|
|
535
|
+
export interface SqlServerVectorTypeMapping$instance extends RelationalTypeMapping {
|
|
536
|
+
readonly __tsonic_type_Microsoft_EntityFrameworkCore_SqlServer_Storage_Internal_SqlServerVectorTypeMapping: never;
|
|
561
537
|
|
|
562
|
-
|
|
538
|
+
Clone(parameters: RelationalTypeMapping_RelationalTypeMappingParameters): RelationalTypeMapping;
|
|
539
|
+
GenerateNonNullSqlLiteral(value: unknown): string;
|
|
563
540
|
}
|
|
564
541
|
|
|
565
542
|
|
|
566
543
|
export const SqlServerVectorTypeMapping: {
|
|
567
|
-
new(dimensions:
|
|
568
|
-
new(parameters: RelationalTypeMapping_RelationalTypeMappingParameters): SqlServerVectorTypeMapping;
|
|
544
|
+
new(dimensions: Nullable_1<System_Internal.Int32>): SqlServerVectorTypeMapping;
|
|
569
545
|
readonly Default: SqlServerVectorTypeMapping;
|
|
570
546
|
};
|
|
571
547
|
|