@tsonic/efcore-npgsql 10.0.5 → 10.0.8
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/internal/index.d.ts +282 -280
- package/Microsoft.EntityFrameworkCore.Diagnostics/internal/index.d.ts +3 -3
- package/Microsoft.EntityFrameworkCore.Metadata.Internal/internal/index.d.ts +3 -3
- package/Microsoft.Extensions.DependencyInjection/internal/index.d.ts +5 -5
- package/Npgsql/internal/index.d.ts +199 -125
- package/Npgsql.BackendMessages/internal/index.d.ts +4 -2
- package/Npgsql.EntityFrameworkCore.PostgreSQL/internal/index.d.ts +10 -8
- package/Npgsql.EntityFrameworkCore.PostgreSQL.Design.Internal/internal/index.d.ts +20 -14
- package/Npgsql.EntityFrameworkCore.PostgreSQL.Diagnostics.Internal/internal/index.d.ts +4 -2
- package/Npgsql.EntityFrameworkCore.PostgreSQL.Extensions.Internal/internal/index.d.ts +4 -4
- package/Npgsql.EntityFrameworkCore.PostgreSQL.Infrastructure/internal/index.d.ts +16 -12
- package/Npgsql.EntityFrameworkCore.PostgreSQL.Infrastructure.Internal/internal/index.d.ts +33 -25
- package/Npgsql.EntityFrameworkCore.PostgreSQL.Internal/internal/index.d.ts +35 -33
- package/Npgsql.EntityFrameworkCore.PostgreSQL.Metadata/internal/index.d.ts +24 -14
- package/Npgsql.EntityFrameworkCore.PostgreSQL.Metadata.Conventions/internal/index.d.ts +37 -23
- package/Npgsql.EntityFrameworkCore.PostgreSQL.Metadata.Internal/internal/index.d.ts +17 -13
- package/Npgsql.EntityFrameworkCore.PostgreSQL.Migrations/internal/index.d.ts +9 -7
- package/Npgsql.EntityFrameworkCore.PostgreSQL.Migrations.Internal/internal/index.d.ts +23 -19
- package/Npgsql.EntityFrameworkCore.PostgreSQL.Migrations.Operations/internal/index.d.ts +11 -7
- package/Npgsql.EntityFrameworkCore.PostgreSQL.Query/internal/index.d.ts +14 -12
- package/Npgsql.EntityFrameworkCore.PostgreSQL.Query.ExpressionTranslators.Internal/internal/index.d.ts +110 -46
- package/Npgsql.EntityFrameworkCore.PostgreSQL.Query.Expressions/internal/index.d.ts +2 -2
- package/Npgsql.EntityFrameworkCore.PostgreSQL.Query.Expressions.Internal/internal/index.d.ts +73 -41
- package/Npgsql.EntityFrameworkCore.PostgreSQL.Query.Internal/internal/index.d.ts +52 -12
- package/Npgsql.EntityFrameworkCore.PostgreSQL.Scaffolding.Internal/internal/index.d.ts +13 -9
- package/Npgsql.EntityFrameworkCore.PostgreSQL.Storage.Internal/internal/index.d.ts +42 -28
- package/Npgsql.EntityFrameworkCore.PostgreSQL.Storage.Internal.Json/internal/index.d.ts +16 -12
- package/Npgsql.EntityFrameworkCore.PostgreSQL.Storage.Internal.Mapping/internal/index.d.ts +214 -157
- package/Npgsql.EntityFrameworkCore.PostgreSQL.Storage.ValueConversion/internal/index.d.ts +6 -3
- package/Npgsql.EntityFrameworkCore.PostgreSQL.Update.Internal/internal/index.d.ts +21 -11
- package/Npgsql.EntityFrameworkCore.PostgreSQL.ValueGeneration/internal/index.d.ts +11 -7
- package/Npgsql.EntityFrameworkCore.PostgreSQL.ValueGeneration.Internal/internal/index.d.ts +24 -18
- package/Npgsql.Internal/internal/index.d.ts +113 -65
- package/Npgsql.Internal.Postgres/internal/index.d.ts +10 -2
- package/Npgsql.NameTranslation/internal/index.d.ts +9 -9
- package/Npgsql.PostgresTypes/internal/index.d.ts +25 -5
- package/Npgsql.Replication/internal/index.d.ts +42 -22
- package/Npgsql.Replication.Internal/internal/index.d.ts +9 -7
- package/Npgsql.Replication.PgOutput/internal/index.d.ts +27 -19
- package/Npgsql.Replication.PgOutput.Messages/internal/index.d.ts +71 -7
- package/Npgsql.Replication.TestDecoding/internal/index.d.ts +16 -10
- package/Npgsql.Schema/internal/index.d.ts +20 -19
- package/Npgsql.TypeMapping/internal/index.d.ts +5 -3
- package/Npgsql.Util/internal/index.d.ts +4 -2
- package/NpgsqlTypes/internal/index.d.ts +82 -32
- package/__internal/extensions/index.d.ts +696 -658
- package/package.json +5 -5
|
@@ -13,22 +13,23 @@ import * as Microsoft_EntityFrameworkCore_Internal from "../../Microsoft.EntityF
|
|
|
13
13
|
import type { LTree } from "../../Microsoft.EntityFrameworkCore/internal/index.js";
|
|
14
14
|
import * as NpgsqlTypes_Internal from "../../NpgsqlTypes/internal/index.js";
|
|
15
15
|
import type { NpgsqlCidr, NpgsqlDbType, NpgsqlInet, NpgsqlLogSequenceNumber } from "../../NpgsqlTypes/internal/index.js";
|
|
16
|
-
import type {
|
|
17
|
-
import type { DbCommand, DbParameter } from "@tsonic/dotnet/System.Data.Common.js";
|
|
18
|
-
import type { ParameterDirection } from "@tsonic/dotnet/System.Data.js";
|
|
19
|
-
import
|
|
20
|
-
import
|
|
21
|
-
import type {
|
|
22
|
-
import * as
|
|
23
|
-
import type {
|
|
24
|
-
import
|
|
25
|
-
import type {
|
|
26
|
-
import
|
|
27
|
-
import type {
|
|
28
|
-
import type { ValueComparer } from "@tsonic/efcore/Microsoft.EntityFrameworkCore.ChangeTracking.js";
|
|
29
|
-
import * as
|
|
30
|
-
import type {
|
|
31
|
-
import
|
|
16
|
+
import type { IReadOnlyDictionary_2 } from "@tsonic/dotnet/System.Collections.Generic/internal/index.js";
|
|
17
|
+
import type { DbCommand, DbParameter } from "@tsonic/dotnet/System.Data.Common/internal/index.js";
|
|
18
|
+
import type { ParameterDirection } from "@tsonic/dotnet/System.Data/internal/index.js";
|
|
19
|
+
import type { Expression } from "@tsonic/dotnet/System.Linq.Expressions/internal/index.js";
|
|
20
|
+
import * as System_Net_Internal from "@tsonic/dotnet/System.Net/internal/index.js";
|
|
21
|
+
import type { IPAddress, IPNetwork } from "@tsonic/dotnet/System.Net/internal/index.js";
|
|
22
|
+
import * as System_Numerics_Internal from "@tsonic/dotnet/System.Numerics/internal/index.js";
|
|
23
|
+
import type { BigInteger } from "@tsonic/dotnet/System.Numerics/internal/index.js";
|
|
24
|
+
import type { MethodInfo } from "@tsonic/dotnet/System.Reflection/internal/index.js";
|
|
25
|
+
import type { Utf8JsonWriter } from "@tsonic/dotnet/System.Text.Json/internal/index.js";
|
|
26
|
+
import * as System_Internal from "@tsonic/dotnet/System/internal/index.js";
|
|
27
|
+
import type { Boolean as ClrBoolean, Char, DateOnly, DateTime, DateTimeOffset, Enum, Int32, Nullable_1, Object as ClrObject, ReadOnlySpan_1, String as ClrString, TimeSpan, Type, ValueType, Void } from "@tsonic/dotnet/System/internal/index.js";
|
|
28
|
+
import type { ValueComparer } from "@tsonic/efcore/Microsoft.EntityFrameworkCore.ChangeTracking/internal/index.js";
|
|
29
|
+
import * as Microsoft_EntityFrameworkCore_Storage_Json_Internal from "@tsonic/efcore/Microsoft.EntityFrameworkCore.Storage.Json/internal/index.js";
|
|
30
|
+
import type { JsonValueReaderWriter, JsonValueReaderWriter_1, Utf8JsonReaderManager } from "@tsonic/efcore/Microsoft.EntityFrameworkCore.Storage.Json/internal/index.js";
|
|
31
|
+
import * as Microsoft_EntityFrameworkCore_Storage_Internal from "@tsonic/efcore/Microsoft.EntityFrameworkCore.Storage/internal/index.js";
|
|
32
|
+
import type { BoolTypeMapping, CharTypeMapping, CoreTypeMapping, DecimalTypeMapping, DoubleTypeMapping, FloatTypeMapping, IntTypeMapping, JsonTypeMapping, RelationalTypeMapping, StringTypeMapping } from "@tsonic/efcore/Microsoft.EntityFrameworkCore.Storage/internal/index.js";
|
|
32
33
|
|
|
33
34
|
export interface INpgsqlTypeMapping$instance {
|
|
34
35
|
readonly __tsonic_iface_Npgsql_EntityFrameworkCore_PostgreSQL_Storage_Internal_Mapping_INpgsqlTypeMapping: never;
|
|
@@ -40,6 +41,8 @@ export interface INpgsqlTypeMapping$instance {
|
|
|
40
41
|
export type INpgsqlTypeMapping = INpgsqlTypeMapping$instance;
|
|
41
42
|
|
|
42
43
|
export interface NpgsqlArrayTypeMapping$instance extends RelationalTypeMapping {
|
|
44
|
+
readonly __tsonic_type_Npgsql_EntityFrameworkCore_PostgreSQL_Storage_Internal_Mapping_NpgsqlArrayTypeMapping: never;
|
|
45
|
+
|
|
43
46
|
readonly ElementTypeMapping: RelationalTypeMapping;
|
|
44
47
|
}
|
|
45
48
|
|
|
@@ -51,10 +54,12 @@ export const NpgsqlArrayTypeMapping: (abstract new(parameters: RelationalTypeMap
|
|
|
51
54
|
export type NpgsqlArrayTypeMapping = NpgsqlArrayTypeMapping$instance;
|
|
52
55
|
|
|
53
56
|
export interface NpgsqlArrayTypeMapping_3$instance<TCollection, TConcreteCollection, TElement> extends NpgsqlArrayTypeMapping {
|
|
54
|
-
readonly
|
|
57
|
+
readonly __tsonic_type_Npgsql_EntityFrameworkCore_PostgreSQL_Storage_Internal_Mapping_NpgsqlArrayTypeMapping_3: never;
|
|
58
|
+
|
|
59
|
+
readonly NpgsqlDbType: Nullable_1<NpgsqlDbType>;
|
|
55
60
|
Clone(parameters: RelationalTypeMapping_RelationalTypeMappingParameters): RelationalTypeMapping;
|
|
56
61
|
ConfigureParameter(parameter: DbParameter): void;
|
|
57
|
-
CreateParameter(command: DbCommand, name: string, value: unknown, nullable?:
|
|
62
|
+
CreateParameter(command: DbCommand, name: string, value: unknown, nullable?: Nullable_1<System_Internal.Boolean>, direction?: ParameterDirection): DbParameter;
|
|
58
63
|
GenerateNonNullSqlLiteral(value: unknown): string;
|
|
59
64
|
}
|
|
60
65
|
|
|
@@ -68,7 +73,9 @@ export const NpgsqlArrayTypeMapping_3: {
|
|
|
68
73
|
|
|
69
74
|
export type NpgsqlArrayTypeMapping_3<TCollection, TConcreteCollection, TElement> = NpgsqlArrayTypeMapping_3$instance<TCollection, TConcreteCollection, TElement>;
|
|
70
75
|
|
|
71
|
-
export interface NpgsqlBigIntegerTypeMapping$instance extends NpgsqlTypeMapping$instance {
|
|
76
|
+
export interface NpgsqlBigIntegerTypeMapping$instance extends NpgsqlTypeMapping$instance, INpgsqlTypeMapping$instance {
|
|
77
|
+
readonly __tsonic_type_Npgsql_EntityFrameworkCore_PostgreSQL_Storage_Internal_Mapping_NpgsqlBigIntegerTypeMapping: never;
|
|
78
|
+
|
|
72
79
|
readonly __tsonic_iface_Npgsql_EntityFrameworkCore_PostgreSQL_Storage_Internal_Mapping_INpgsqlTypeMapping: never;
|
|
73
80
|
|
|
74
81
|
Clone(parameters: RelationalTypeMapping_RelationalTypeMappingParameters): RelationalTypeMapping;
|
|
@@ -86,12 +93,12 @@ export interface __NpgsqlBigIntegerTypeMapping$views {
|
|
|
86
93
|
As_INpgsqlTypeMapping(): INpgsqlTypeMapping$instance;
|
|
87
94
|
}
|
|
88
95
|
|
|
89
|
-
export interface NpgsqlBigIntegerTypeMapping$instance extends INpgsqlTypeMapping$instance {}
|
|
90
|
-
|
|
91
96
|
export type NpgsqlBigIntegerTypeMapping = NpgsqlBigIntegerTypeMapping$instance & __NpgsqlBigIntegerTypeMapping$views;
|
|
92
97
|
|
|
93
98
|
|
|
94
|
-
export interface NpgsqlBigIntegerTypeMapping_JsonBigIntegerReaderWriter$instance extends
|
|
99
|
+
export interface NpgsqlBigIntegerTypeMapping_JsonBigIntegerReaderWriter$instance extends JsonValueReaderWriter_1<BigInteger> {
|
|
100
|
+
readonly __tsonic_type_Npgsql_EntityFrameworkCore_PostgreSQL_Storage_Internal_Mapping_NpgsqlBigIntegerTypeMapping_JsonBigIntegerReaderWriter: never;
|
|
101
|
+
|
|
95
102
|
readonly ConstructorExpression: Expression;
|
|
96
103
|
FromJsonTyped(manager: Utf8JsonReaderManager, existingObject?: unknown): BigInteger;
|
|
97
104
|
ToJsonTyped(writer: Utf8JsonWriter, value: BigInteger): void;
|
|
@@ -106,7 +113,9 @@ export const NpgsqlBigIntegerTypeMapping_JsonBigIntegerReaderWriter: {
|
|
|
106
113
|
|
|
107
114
|
export type NpgsqlBigIntegerTypeMapping_JsonBigIntegerReaderWriter = NpgsqlBigIntegerTypeMapping_JsonBigIntegerReaderWriter$instance;
|
|
108
115
|
|
|
109
|
-
export interface NpgsqlBitTypeMapping$instance extends NpgsqlTypeMapping$instance {
|
|
116
|
+
export interface NpgsqlBitTypeMapping$instance extends NpgsqlTypeMapping$instance, INpgsqlTypeMapping$instance {
|
|
117
|
+
readonly __tsonic_type_Npgsql_EntityFrameworkCore_PostgreSQL_Storage_Internal_Mapping_NpgsqlBitTypeMapping: never;
|
|
118
|
+
|
|
110
119
|
readonly __tsonic_iface_Npgsql_EntityFrameworkCore_PostgreSQL_Storage_Internal_Mapping_INpgsqlTypeMapping: never;
|
|
111
120
|
|
|
112
121
|
Clone(parameters: RelationalTypeMapping_RelationalTypeMappingParameters): RelationalTypeMapping;
|
|
@@ -125,12 +134,12 @@ export interface __NpgsqlBitTypeMapping$views {
|
|
|
125
134
|
As_INpgsqlTypeMapping(): INpgsqlTypeMapping$instance;
|
|
126
135
|
}
|
|
127
136
|
|
|
128
|
-
export interface NpgsqlBitTypeMapping$instance extends INpgsqlTypeMapping$instance {}
|
|
129
|
-
|
|
130
137
|
export type NpgsqlBitTypeMapping = NpgsqlBitTypeMapping$instance & __NpgsqlBitTypeMapping$views;
|
|
131
138
|
|
|
132
139
|
|
|
133
140
|
export interface NpgsqlBoolTypeMapping$instance extends BoolTypeMapping {
|
|
141
|
+
readonly __tsonic_type_Npgsql_EntityFrameworkCore_PostgreSQL_Storage_Internal_Mapping_NpgsqlBoolTypeMapping: never;
|
|
142
|
+
|
|
134
143
|
Clone(parameters: RelationalTypeMapping_RelationalTypeMappingParameters): RelationalTypeMapping;
|
|
135
144
|
GenerateNonNullSqlLiteral(value: unknown): string;
|
|
136
145
|
}
|
|
@@ -144,7 +153,9 @@ export const NpgsqlBoolTypeMapping: {
|
|
|
144
153
|
|
|
145
154
|
export type NpgsqlBoolTypeMapping = NpgsqlBoolTypeMapping$instance;
|
|
146
155
|
|
|
147
|
-
export interface NpgsqlBoxTypeMapping$instance extends NpgsqlTypeMapping$instance {
|
|
156
|
+
export interface NpgsqlBoxTypeMapping$instance extends NpgsqlTypeMapping$instance, INpgsqlTypeMapping$instance {
|
|
157
|
+
readonly __tsonic_type_Npgsql_EntityFrameworkCore_PostgreSQL_Storage_Internal_Mapping_NpgsqlBoxTypeMapping: never;
|
|
158
|
+
|
|
148
159
|
readonly __tsonic_iface_Npgsql_EntityFrameworkCore_PostgreSQL_Storage_Internal_Mapping_INpgsqlTypeMapping: never;
|
|
149
160
|
|
|
150
161
|
Clone(parameters: RelationalTypeMapping_RelationalTypeMappingParameters): RelationalTypeMapping;
|
|
@@ -163,12 +174,12 @@ export interface __NpgsqlBoxTypeMapping$views {
|
|
|
163
174
|
As_INpgsqlTypeMapping(): INpgsqlTypeMapping$instance;
|
|
164
175
|
}
|
|
165
176
|
|
|
166
|
-
export interface NpgsqlBoxTypeMapping$instance extends INpgsqlTypeMapping$instance {}
|
|
167
|
-
|
|
168
177
|
export type NpgsqlBoxTypeMapping = NpgsqlBoxTypeMapping$instance & __NpgsqlBoxTypeMapping$views;
|
|
169
178
|
|
|
170
179
|
|
|
171
180
|
export interface NpgsqlByteArrayTypeMapping$instance extends RelationalTypeMapping {
|
|
181
|
+
readonly __tsonic_type_Npgsql_EntityFrameworkCore_PostgreSQL_Storage_Internal_Mapping_NpgsqlByteArrayTypeMapping: never;
|
|
182
|
+
|
|
172
183
|
Clone(parameters: RelationalTypeMapping_RelationalTypeMappingParameters): RelationalTypeMapping;
|
|
173
184
|
GenerateNonNullSqlLiteral(value: unknown): string;
|
|
174
185
|
}
|
|
@@ -182,7 +193,9 @@ export const NpgsqlByteArrayTypeMapping: {
|
|
|
182
193
|
|
|
183
194
|
export type NpgsqlByteArrayTypeMapping = NpgsqlByteArrayTypeMapping$instance;
|
|
184
195
|
|
|
185
|
-
export interface NpgsqlCharacterCharTypeMapping$instance extends CharTypeMapping {
|
|
196
|
+
export interface NpgsqlCharacterCharTypeMapping$instance extends CharTypeMapping, INpgsqlTypeMapping$instance {
|
|
197
|
+
readonly __tsonic_type_Npgsql_EntityFrameworkCore_PostgreSQL_Storage_Internal_Mapping_NpgsqlCharacterCharTypeMapping: never;
|
|
198
|
+
|
|
186
199
|
readonly __tsonic_iface_Npgsql_EntityFrameworkCore_PostgreSQL_Storage_Internal_Mapping_INpgsqlTypeMapping: never;
|
|
187
200
|
|
|
188
201
|
readonly NpgsqlDbType: NpgsqlDbType;
|
|
@@ -201,12 +214,12 @@ export interface __NpgsqlCharacterCharTypeMapping$views {
|
|
|
201
214
|
As_INpgsqlTypeMapping(): INpgsqlTypeMapping$instance;
|
|
202
215
|
}
|
|
203
216
|
|
|
204
|
-
export interface NpgsqlCharacterCharTypeMapping$instance extends INpgsqlTypeMapping$instance {}
|
|
205
|
-
|
|
206
217
|
export type NpgsqlCharacterCharTypeMapping = NpgsqlCharacterCharTypeMapping$instance & __NpgsqlCharacterCharTypeMapping$views;
|
|
207
218
|
|
|
208
219
|
|
|
209
|
-
export interface NpgsqlCharacterStringTypeMapping$instance extends NpgsqlStringTypeMapping$instance {
|
|
220
|
+
export interface NpgsqlCharacterStringTypeMapping$instance extends NpgsqlStringTypeMapping$instance, INpgsqlTypeMapping$instance {
|
|
221
|
+
readonly __tsonic_type_Npgsql_EntityFrameworkCore_PostgreSQL_Storage_Internal_Mapping_NpgsqlCharacterStringTypeMapping: never;
|
|
222
|
+
|
|
210
223
|
readonly __tsonic_iface_Npgsql_EntityFrameworkCore_PostgreSQL_Storage_Internal_Mapping_INpgsqlTypeMapping: never;
|
|
211
224
|
|
|
212
225
|
readonly Comparer: ValueComparer;
|
|
@@ -228,12 +241,12 @@ export interface __NpgsqlCharacterStringTypeMapping$views {
|
|
|
228
241
|
As_INpgsqlTypeMapping(): INpgsqlTypeMapping$instance;
|
|
229
242
|
}
|
|
230
243
|
|
|
231
|
-
export interface NpgsqlCharacterStringTypeMapping$instance extends INpgsqlTypeMapping$instance {}
|
|
232
|
-
|
|
233
244
|
export type NpgsqlCharacterStringTypeMapping = NpgsqlCharacterStringTypeMapping$instance & __NpgsqlCharacterStringTypeMapping$views;
|
|
234
245
|
|
|
235
246
|
|
|
236
|
-
export interface NpgsqlCidrTypeMapping$instance extends NpgsqlTypeMapping$instance {
|
|
247
|
+
export interface NpgsqlCidrTypeMapping$instance extends NpgsqlTypeMapping$instance, INpgsqlTypeMapping$instance {
|
|
248
|
+
readonly __tsonic_type_Npgsql_EntityFrameworkCore_PostgreSQL_Storage_Internal_Mapping_NpgsqlCidrTypeMapping: never;
|
|
249
|
+
|
|
237
250
|
readonly __tsonic_iface_Npgsql_EntityFrameworkCore_PostgreSQL_Storage_Internal_Mapping_INpgsqlTypeMapping: never;
|
|
238
251
|
|
|
239
252
|
Clone(parameters: RelationalTypeMapping_RelationalTypeMappingParameters): RelationalTypeMapping;
|
|
@@ -252,12 +265,12 @@ export interface __NpgsqlCidrTypeMapping$views {
|
|
|
252
265
|
As_INpgsqlTypeMapping(): INpgsqlTypeMapping$instance;
|
|
253
266
|
}
|
|
254
267
|
|
|
255
|
-
export interface NpgsqlCidrTypeMapping$instance extends INpgsqlTypeMapping$instance {}
|
|
256
|
-
|
|
257
268
|
export type NpgsqlCidrTypeMapping = NpgsqlCidrTypeMapping$instance & __NpgsqlCidrTypeMapping$views;
|
|
258
269
|
|
|
259
270
|
|
|
260
|
-
export interface NpgsqlCidrTypeMapping_JsonCidrReaderWriter$instance extends
|
|
271
|
+
export interface NpgsqlCidrTypeMapping_JsonCidrReaderWriter$instance extends JsonValueReaderWriter_1<IPNetwork> {
|
|
272
|
+
readonly __tsonic_type_Npgsql_EntityFrameworkCore_PostgreSQL_Storage_Internal_Mapping_NpgsqlCidrTypeMapping_JsonCidrReaderWriter: never;
|
|
273
|
+
|
|
261
274
|
readonly ConstructorExpression: Expression;
|
|
262
275
|
FromJsonTyped(manager: Utf8JsonReaderManager, existingObject?: unknown): IPNetwork;
|
|
263
276
|
ToJsonTyped(writer: Utf8JsonWriter, ipNetwork: IPNetwork): void;
|
|
@@ -272,7 +285,9 @@ export const NpgsqlCidrTypeMapping_JsonCidrReaderWriter: {
|
|
|
272
285
|
|
|
273
286
|
export type NpgsqlCidrTypeMapping_JsonCidrReaderWriter = NpgsqlCidrTypeMapping_JsonCidrReaderWriter$instance;
|
|
274
287
|
|
|
275
|
-
export interface NpgsqlCircleTypeMapping$instance extends NpgsqlTypeMapping$instance {
|
|
288
|
+
export interface NpgsqlCircleTypeMapping$instance extends NpgsqlTypeMapping$instance, INpgsqlTypeMapping$instance {
|
|
289
|
+
readonly __tsonic_type_Npgsql_EntityFrameworkCore_PostgreSQL_Storage_Internal_Mapping_NpgsqlCircleTypeMapping: never;
|
|
290
|
+
|
|
276
291
|
readonly __tsonic_iface_Npgsql_EntityFrameworkCore_PostgreSQL_Storage_Internal_Mapping_INpgsqlTypeMapping: never;
|
|
277
292
|
|
|
278
293
|
Clone(parameters: RelationalTypeMapping_RelationalTypeMappingParameters): RelationalTypeMapping;
|
|
@@ -291,12 +306,12 @@ export interface __NpgsqlCircleTypeMapping$views {
|
|
|
291
306
|
As_INpgsqlTypeMapping(): INpgsqlTypeMapping$instance;
|
|
292
307
|
}
|
|
293
308
|
|
|
294
|
-
export interface NpgsqlCircleTypeMapping$instance extends INpgsqlTypeMapping$instance {}
|
|
295
|
-
|
|
296
309
|
export type NpgsqlCircleTypeMapping = NpgsqlCircleTypeMapping$instance & __NpgsqlCircleTypeMapping$views;
|
|
297
310
|
|
|
298
311
|
|
|
299
|
-
export interface NpgsqlCubeTypeMapping$instance extends NpgsqlTypeMapping$instance {
|
|
312
|
+
export interface NpgsqlCubeTypeMapping$instance extends NpgsqlTypeMapping$instance, INpgsqlTypeMapping$instance {
|
|
313
|
+
readonly __tsonic_type_Npgsql_EntityFrameworkCore_PostgreSQL_Storage_Internal_Mapping_NpgsqlCubeTypeMapping: never;
|
|
314
|
+
|
|
300
315
|
readonly __tsonic_iface_Npgsql_EntityFrameworkCore_PostgreSQL_Storage_Internal_Mapping_INpgsqlTypeMapping: never;
|
|
301
316
|
|
|
302
317
|
Clone(parameters: RelationalTypeMapping_RelationalTypeMappingParameters): RelationalTypeMapping;
|
|
@@ -315,12 +330,12 @@ export interface __NpgsqlCubeTypeMapping$views {
|
|
|
315
330
|
As_INpgsqlTypeMapping(): INpgsqlTypeMapping$instance;
|
|
316
331
|
}
|
|
317
332
|
|
|
318
|
-
export interface NpgsqlCubeTypeMapping$instance extends INpgsqlTypeMapping$instance {}
|
|
319
|
-
|
|
320
333
|
export type NpgsqlCubeTypeMapping = NpgsqlCubeTypeMapping$instance & __NpgsqlCubeTypeMapping$views;
|
|
321
334
|
|
|
322
335
|
|
|
323
|
-
export interface NpgsqlDateOnlyTypeMapping$instance extends NpgsqlTypeMapping$instance {
|
|
336
|
+
export interface NpgsqlDateOnlyTypeMapping$instance extends NpgsqlTypeMapping$instance, INpgsqlTypeMapping$instance {
|
|
337
|
+
readonly __tsonic_type_Npgsql_EntityFrameworkCore_PostgreSQL_Storage_Internal_Mapping_NpgsqlDateOnlyTypeMapping: never;
|
|
338
|
+
|
|
324
339
|
readonly __tsonic_iface_Npgsql_EntityFrameworkCore_PostgreSQL_Storage_Internal_Mapping_INpgsqlTypeMapping: never;
|
|
325
340
|
|
|
326
341
|
Clone(parameters: RelationalTypeMapping_RelationalTypeMappingParameters): RelationalTypeMapping;
|
|
@@ -339,12 +354,12 @@ export interface __NpgsqlDateOnlyTypeMapping$views {
|
|
|
339
354
|
As_INpgsqlTypeMapping(): INpgsqlTypeMapping$instance;
|
|
340
355
|
}
|
|
341
356
|
|
|
342
|
-
export interface NpgsqlDateOnlyTypeMapping$instance extends INpgsqlTypeMapping$instance {}
|
|
343
|
-
|
|
344
357
|
export type NpgsqlDateOnlyTypeMapping = NpgsqlDateOnlyTypeMapping$instance & __NpgsqlDateOnlyTypeMapping$views;
|
|
345
358
|
|
|
346
359
|
|
|
347
|
-
export interface NpgsqlDateOnlyTypeMapping_NpgsqlJsonDateOnlyReaderWriter$instance extends
|
|
360
|
+
export interface NpgsqlDateOnlyTypeMapping_NpgsqlJsonDateOnlyReaderWriter$instance extends JsonValueReaderWriter_1<DateOnly> {
|
|
361
|
+
readonly __tsonic_type_Npgsql_EntityFrameworkCore_PostgreSQL_Storage_Internal_Mapping_NpgsqlDateOnlyTypeMapping_NpgsqlJsonDateOnlyReaderWriter: never;
|
|
362
|
+
|
|
348
363
|
readonly ConstructorExpression: Expression;
|
|
349
364
|
FromJsonTyped(manager: Utf8JsonReaderManager, existingObject?: unknown): DateOnly;
|
|
350
365
|
ToJsonTyped(writer: Utf8JsonWriter, value: DateOnly): void;
|
|
@@ -359,7 +374,9 @@ export const NpgsqlDateOnlyTypeMapping_NpgsqlJsonDateOnlyReaderWriter: {
|
|
|
359
374
|
|
|
360
375
|
export type NpgsqlDateOnlyTypeMapping_NpgsqlJsonDateOnlyReaderWriter = NpgsqlDateOnlyTypeMapping_NpgsqlJsonDateOnlyReaderWriter$instance;
|
|
361
376
|
|
|
362
|
-
export interface NpgsqlDateTimeDateTypeMapping$instance extends NpgsqlTypeMapping$instance {
|
|
377
|
+
export interface NpgsqlDateTimeDateTypeMapping$instance extends NpgsqlTypeMapping$instance, INpgsqlTypeMapping$instance {
|
|
378
|
+
readonly __tsonic_type_Npgsql_EntityFrameworkCore_PostgreSQL_Storage_Internal_Mapping_NpgsqlDateTimeDateTypeMapping: never;
|
|
379
|
+
|
|
363
380
|
readonly __tsonic_iface_Npgsql_EntityFrameworkCore_PostgreSQL_Storage_Internal_Mapping_INpgsqlTypeMapping: never;
|
|
364
381
|
|
|
365
382
|
Clone(parameters: RelationalTypeMapping_RelationalTypeMappingParameters): RelationalTypeMapping;
|
|
@@ -378,12 +395,12 @@ export interface __NpgsqlDateTimeDateTypeMapping$views {
|
|
|
378
395
|
As_INpgsqlTypeMapping(): INpgsqlTypeMapping$instance;
|
|
379
396
|
}
|
|
380
397
|
|
|
381
|
-
export interface NpgsqlDateTimeDateTypeMapping$instance extends INpgsqlTypeMapping$instance {}
|
|
382
|
-
|
|
383
398
|
export type NpgsqlDateTimeDateTypeMapping = NpgsqlDateTimeDateTypeMapping$instance & __NpgsqlDateTimeDateTypeMapping$views;
|
|
384
399
|
|
|
385
400
|
|
|
386
|
-
export interface NpgsqlDateTimeDateTypeMapping_NpgsqlJsonDateTimeReaderWriter$instance extends
|
|
401
|
+
export interface NpgsqlDateTimeDateTypeMapping_NpgsqlJsonDateTimeReaderWriter$instance extends JsonValueReaderWriter_1<DateTime> {
|
|
402
|
+
readonly __tsonic_type_Npgsql_EntityFrameworkCore_PostgreSQL_Storage_Internal_Mapping_NpgsqlDateTimeDateTypeMapping_NpgsqlJsonDateTimeReaderWriter: never;
|
|
403
|
+
|
|
387
404
|
readonly ConstructorExpression: Expression;
|
|
388
405
|
FromJsonTyped(manager: Utf8JsonReaderManager, existingObject?: unknown): DateTime;
|
|
389
406
|
ToJsonTyped(writer: Utf8JsonWriter, value: DateTime): void;
|
|
@@ -398,7 +415,9 @@ export const NpgsqlDateTimeDateTypeMapping_NpgsqlJsonDateTimeReaderWriter: {
|
|
|
398
415
|
|
|
399
416
|
export type NpgsqlDateTimeDateTypeMapping_NpgsqlJsonDateTimeReaderWriter = NpgsqlDateTimeDateTypeMapping_NpgsqlJsonDateTimeReaderWriter$instance;
|
|
400
417
|
|
|
401
|
-
export interface NpgsqlDecimalTypeMapping$instance extends NpgsqlTypeMapping$instance {
|
|
418
|
+
export interface NpgsqlDecimalTypeMapping$instance extends NpgsqlTypeMapping$instance, INpgsqlTypeMapping$instance {
|
|
419
|
+
readonly __tsonic_type_Npgsql_EntityFrameworkCore_PostgreSQL_Storage_Internal_Mapping_NpgsqlDecimalTypeMapping: never;
|
|
420
|
+
|
|
402
421
|
readonly __tsonic_iface_Npgsql_EntityFrameworkCore_PostgreSQL_Storage_Internal_Mapping_INpgsqlTypeMapping: never;
|
|
403
422
|
|
|
404
423
|
readonly SqlLiteralFormatString: string;
|
|
@@ -417,12 +436,12 @@ export interface __NpgsqlDecimalTypeMapping$views {
|
|
|
417
436
|
As_INpgsqlTypeMapping(): INpgsqlTypeMapping$instance;
|
|
418
437
|
}
|
|
419
438
|
|
|
420
|
-
export interface NpgsqlDecimalTypeMapping$instance extends INpgsqlTypeMapping$instance {}
|
|
421
|
-
|
|
422
439
|
export type NpgsqlDecimalTypeMapping = NpgsqlDecimalTypeMapping$instance & __NpgsqlDecimalTypeMapping$views;
|
|
423
440
|
|
|
424
441
|
|
|
425
442
|
export interface NpgsqlDoubleTypeMapping$instance extends DoubleTypeMapping {
|
|
443
|
+
readonly __tsonic_type_Npgsql_EntityFrameworkCore_PostgreSQL_Storage_Internal_Mapping_NpgsqlDoubleTypeMapping: never;
|
|
444
|
+
|
|
426
445
|
Clone(parameters: RelationalTypeMapping_RelationalTypeMappingParameters): RelationalTypeMapping;
|
|
427
446
|
GenerateNonNullSqlLiteral(value: unknown): string;
|
|
428
447
|
}
|
|
@@ -437,24 +456,28 @@ export const NpgsqlDoubleTypeMapping: {
|
|
|
437
456
|
export type NpgsqlDoubleTypeMapping = NpgsqlDoubleTypeMapping$instance;
|
|
438
457
|
|
|
439
458
|
export interface NpgsqlEnumTypeMapping$instance extends RelationalTypeMapping {
|
|
440
|
-
readonly
|
|
459
|
+
readonly __tsonic_type_Npgsql_EntityFrameworkCore_PostgreSQL_Storage_Internal_Mapping_NpgsqlEnumTypeMapping: never;
|
|
460
|
+
|
|
461
|
+
readonly Labels: IReadOnlyDictionary_2<unknown, System_Internal.String>;
|
|
441
462
|
readonly UnquotedStoreType: string;
|
|
442
463
|
Clone(parameters: RelationalTypeMapping_RelationalTypeMappingParameters): RelationalTypeMapping;
|
|
443
|
-
Clone(unquotedStoreType: string, labels:
|
|
464
|
+
Clone(unquotedStoreType: string, labels: IReadOnlyDictionary_2<unknown, System_Internal.String>): NpgsqlEnumTypeMapping;
|
|
444
465
|
ConfigureParameter(parameter: DbParameter): void;
|
|
445
466
|
GenerateNonNullSqlLiteral(value: unknown): string;
|
|
446
467
|
}
|
|
447
468
|
|
|
448
469
|
|
|
449
470
|
export const NpgsqlEnumTypeMapping: {
|
|
450
|
-
new(quotedStoreType: string, unquotedStoreType: string, enumType: Type, labels:
|
|
471
|
+
new(quotedStoreType: string, unquotedStoreType: string, enumType: Type, labels: IReadOnlyDictionary_2<unknown, System_Internal.String>): NpgsqlEnumTypeMapping;
|
|
451
472
|
readonly Default: NpgsqlEnumTypeMapping;
|
|
452
473
|
};
|
|
453
474
|
|
|
454
475
|
|
|
455
476
|
export type NpgsqlEnumTypeMapping = NpgsqlEnumTypeMapping$instance;
|
|
456
477
|
|
|
457
|
-
export interface NpgsqlEnumTypeMapping_JsonPgEnumReaderWriter_1$instance<T extends number> extends
|
|
478
|
+
export interface NpgsqlEnumTypeMapping_JsonPgEnumReaderWriter_1$instance<T extends number> extends JsonValueReaderWriter_1<T> {
|
|
479
|
+
readonly __tsonic_type_Npgsql_EntityFrameworkCore_PostgreSQL_Storage_Internal_Mapping_NpgsqlEnumTypeMapping_JsonPgEnumReaderWriter_1: never;
|
|
480
|
+
|
|
458
481
|
readonly ConstructorExpression: Expression;
|
|
459
482
|
FromJsonTyped(manager: Utf8JsonReaderManager, existingObject?: unknown): T;
|
|
460
483
|
ToJsonTyped(writer: Utf8JsonWriter, value: T): void;
|
|
@@ -470,6 +493,8 @@ export const NpgsqlEnumTypeMapping_JsonPgEnumReaderWriter_1: {
|
|
|
470
493
|
export type NpgsqlEnumTypeMapping_JsonPgEnumReaderWriter_1<T extends number> = NpgsqlEnumTypeMapping_JsonPgEnumReaderWriter_1$instance<T>;
|
|
471
494
|
|
|
472
495
|
export interface NpgsqlEStringTypeMapping$instance extends StringTypeMapping {
|
|
496
|
+
readonly __tsonic_type_Npgsql_EntityFrameworkCore_PostgreSQL_Storage_Internal_Mapping_NpgsqlEStringTypeMapping: never;
|
|
497
|
+
|
|
473
498
|
GenerateNonNullSqlLiteral(value: unknown): string;
|
|
474
499
|
}
|
|
475
500
|
|
|
@@ -483,6 +508,8 @@ export const NpgsqlEStringTypeMapping: {
|
|
|
483
508
|
export type NpgsqlEStringTypeMapping = NpgsqlEStringTypeMapping$instance;
|
|
484
509
|
|
|
485
510
|
export interface NpgsqlFloatTypeMapping$instance extends FloatTypeMapping {
|
|
511
|
+
readonly __tsonic_type_Npgsql_EntityFrameworkCore_PostgreSQL_Storage_Internal_Mapping_NpgsqlFloatTypeMapping: never;
|
|
512
|
+
|
|
486
513
|
Clone(parameters: RelationalTypeMapping_RelationalTypeMappingParameters): RelationalTypeMapping;
|
|
487
514
|
GenerateNonNullSqlLiteral(value: unknown): string;
|
|
488
515
|
}
|
|
@@ -496,7 +523,9 @@ export const NpgsqlFloatTypeMapping: {
|
|
|
496
523
|
|
|
497
524
|
export type NpgsqlFloatTypeMapping = NpgsqlFloatTypeMapping$instance;
|
|
498
525
|
|
|
499
|
-
export interface NpgsqlHstoreTypeMapping$instance extends NpgsqlTypeMapping$instance {
|
|
526
|
+
export interface NpgsqlHstoreTypeMapping$instance extends NpgsqlTypeMapping$instance, INpgsqlTypeMapping$instance {
|
|
527
|
+
readonly __tsonic_type_Npgsql_EntityFrameworkCore_PostgreSQL_Storage_Internal_Mapping_NpgsqlHstoreTypeMapping: never;
|
|
528
|
+
|
|
500
529
|
readonly __tsonic_iface_Npgsql_EntityFrameworkCore_PostgreSQL_Storage_Internal_Mapping_INpgsqlTypeMapping: never;
|
|
501
530
|
|
|
502
531
|
Clone(parameters: RelationalTypeMapping_RelationalTypeMappingParameters): RelationalTypeMapping;
|
|
@@ -514,12 +543,12 @@ export interface __NpgsqlHstoreTypeMapping$views {
|
|
|
514
543
|
As_INpgsqlTypeMapping(): INpgsqlTypeMapping$instance;
|
|
515
544
|
}
|
|
516
545
|
|
|
517
|
-
export interface NpgsqlHstoreTypeMapping$instance extends INpgsqlTypeMapping$instance {}
|
|
518
|
-
|
|
519
546
|
export type NpgsqlHstoreTypeMapping = NpgsqlHstoreTypeMapping$instance & __NpgsqlHstoreTypeMapping$views;
|
|
520
547
|
|
|
521
548
|
|
|
522
|
-
export interface NpgsqlInetTypeMapping$instance extends NpgsqlTypeMapping$instance {
|
|
549
|
+
export interface NpgsqlInetTypeMapping$instance extends NpgsqlTypeMapping$instance, INpgsqlTypeMapping$instance {
|
|
550
|
+
readonly __tsonic_type_Npgsql_EntityFrameworkCore_PostgreSQL_Storage_Internal_Mapping_NpgsqlInetTypeMapping: never;
|
|
551
|
+
|
|
523
552
|
readonly __tsonic_iface_Npgsql_EntityFrameworkCore_PostgreSQL_Storage_Internal_Mapping_INpgsqlTypeMapping: never;
|
|
524
553
|
|
|
525
554
|
Clone(parameters: RelationalTypeMapping_RelationalTypeMappingParameters): RelationalTypeMapping;
|
|
@@ -538,12 +567,12 @@ export interface __NpgsqlInetTypeMapping$views {
|
|
|
538
567
|
As_INpgsqlTypeMapping(): INpgsqlTypeMapping$instance;
|
|
539
568
|
}
|
|
540
569
|
|
|
541
|
-
export interface NpgsqlInetTypeMapping$instance extends INpgsqlTypeMapping$instance {}
|
|
542
|
-
|
|
543
570
|
export type NpgsqlInetTypeMapping = NpgsqlInetTypeMapping$instance & __NpgsqlInetTypeMapping$views;
|
|
544
571
|
|
|
545
572
|
|
|
546
|
-
export interface NpgsqlInetTypeMapping_JsonIPAddressReaderWriter$instance extends
|
|
573
|
+
export interface NpgsqlInetTypeMapping_JsonIPAddressReaderWriter$instance extends JsonValueReaderWriter_1<IPAddress> {
|
|
574
|
+
readonly __tsonic_type_Npgsql_EntityFrameworkCore_PostgreSQL_Storage_Internal_Mapping_NpgsqlInetTypeMapping_JsonIPAddressReaderWriter: never;
|
|
575
|
+
|
|
547
576
|
readonly ConstructorExpression: Expression;
|
|
548
577
|
FromJsonTyped(manager: Utf8JsonReaderManager, existingObject?: unknown): IPAddress;
|
|
549
578
|
ToJsonTyped(writer: Utf8JsonWriter, value: IPAddress): void;
|
|
@@ -558,7 +587,9 @@ export const NpgsqlInetTypeMapping_JsonIPAddressReaderWriter: {
|
|
|
558
587
|
|
|
559
588
|
export type NpgsqlInetTypeMapping_JsonIPAddressReaderWriter = NpgsqlInetTypeMapping_JsonIPAddressReaderWriter$instance;
|
|
560
589
|
|
|
561
|
-
export interface NpgsqlInetTypeMapping_JsonNpgsqlInetReaderWriter$instance extends
|
|
590
|
+
export interface NpgsqlInetTypeMapping_JsonNpgsqlInetReaderWriter$instance extends JsonValueReaderWriter_1<NpgsqlInet> {
|
|
591
|
+
readonly __tsonic_type_Npgsql_EntityFrameworkCore_PostgreSQL_Storage_Internal_Mapping_NpgsqlInetTypeMapping_JsonNpgsqlInetReaderWriter: never;
|
|
592
|
+
|
|
562
593
|
readonly ConstructorExpression: Expression;
|
|
563
594
|
FromJsonTyped(manager: Utf8JsonReaderManager, existingObject?: unknown): NpgsqlInet;
|
|
564
595
|
ToJsonTyped(writer: Utf8JsonWriter, value: NpgsqlInet): void;
|
|
@@ -573,7 +604,9 @@ export const NpgsqlInetTypeMapping_JsonNpgsqlInetReaderWriter: {
|
|
|
573
604
|
|
|
574
605
|
export type NpgsqlInetTypeMapping_JsonNpgsqlInetReaderWriter = NpgsqlInetTypeMapping_JsonNpgsqlInetReaderWriter$instance;
|
|
575
606
|
|
|
576
|
-
export interface NpgsqlIntervalTypeMapping$instance extends NpgsqlTypeMapping$instance {
|
|
607
|
+
export interface NpgsqlIntervalTypeMapping$instance extends NpgsqlTypeMapping$instance, INpgsqlTypeMapping$instance {
|
|
608
|
+
readonly __tsonic_type_Npgsql_EntityFrameworkCore_PostgreSQL_Storage_Internal_Mapping_NpgsqlIntervalTypeMapping: never;
|
|
609
|
+
|
|
577
610
|
readonly __tsonic_iface_Npgsql_EntityFrameworkCore_PostgreSQL_Storage_Internal_Mapping_INpgsqlTypeMapping: never;
|
|
578
611
|
|
|
579
612
|
Clone(parameters: RelationalTypeMapping_RelationalTypeMappingParameters): RelationalTypeMapping;
|
|
@@ -587,7 +620,7 @@ export const NpgsqlIntervalTypeMapping: {
|
|
|
587
620
|
new(): NpgsqlIntervalTypeMapping;
|
|
588
621
|
readonly Default: NpgsqlIntervalTypeMapping;
|
|
589
622
|
FormatTimeSpanAsInterval(ts: TimeSpan): string;
|
|
590
|
-
ParseIntervalAsTimeSpan(s:
|
|
623
|
+
ParseIntervalAsTimeSpan(s: ReadOnlySpan_1<System_Internal.Char>): TimeSpan;
|
|
591
624
|
};
|
|
592
625
|
|
|
593
626
|
|
|
@@ -595,12 +628,12 @@ export interface __NpgsqlIntervalTypeMapping$views {
|
|
|
595
628
|
As_INpgsqlTypeMapping(): INpgsqlTypeMapping$instance;
|
|
596
629
|
}
|
|
597
630
|
|
|
598
|
-
export interface NpgsqlIntervalTypeMapping$instance extends INpgsqlTypeMapping$instance {}
|
|
599
|
-
|
|
600
631
|
export type NpgsqlIntervalTypeMapping = NpgsqlIntervalTypeMapping$instance & __NpgsqlIntervalTypeMapping$views;
|
|
601
632
|
|
|
602
633
|
|
|
603
|
-
export interface NpgsqlIntervalTypeMapping_NpgsqlJsonTimeSpanReaderWriter$instance extends
|
|
634
|
+
export interface NpgsqlIntervalTypeMapping_NpgsqlJsonTimeSpanReaderWriter$instance extends JsonValueReaderWriter_1<TimeSpan> {
|
|
635
|
+
readonly __tsonic_type_Npgsql_EntityFrameworkCore_PostgreSQL_Storage_Internal_Mapping_NpgsqlIntervalTypeMapping_NpgsqlJsonTimeSpanReaderWriter: never;
|
|
636
|
+
|
|
604
637
|
readonly ConstructorExpression: Expression;
|
|
605
638
|
FromJsonTyped(manager: Utf8JsonReaderManager, existingObject?: unknown): TimeSpan;
|
|
606
639
|
ToJsonTyped(writer: Utf8JsonWriter, value: TimeSpan): void;
|
|
@@ -615,7 +648,9 @@ export const NpgsqlIntervalTypeMapping_NpgsqlJsonTimeSpanReaderWriter: {
|
|
|
615
648
|
|
|
616
649
|
export type NpgsqlIntervalTypeMapping_NpgsqlJsonTimeSpanReaderWriter = NpgsqlIntervalTypeMapping_NpgsqlJsonTimeSpanReaderWriter$instance;
|
|
617
650
|
|
|
618
|
-
export interface NpgsqlJsonTypeMapping$instance extends NpgsqlTypeMapping$instance {
|
|
651
|
+
export interface NpgsqlJsonTypeMapping$instance extends NpgsqlTypeMapping$instance, INpgsqlTypeMapping$instance {
|
|
652
|
+
readonly __tsonic_type_Npgsql_EntityFrameworkCore_PostgreSQL_Storage_Internal_Mapping_NpgsqlJsonTypeMapping: never;
|
|
653
|
+
|
|
619
654
|
readonly __tsonic_iface_Npgsql_EntityFrameworkCore_PostgreSQL_Storage_Internal_Mapping_INpgsqlTypeMapping: never;
|
|
620
655
|
|
|
621
656
|
readonly IsJsonb: boolean;
|
|
@@ -636,12 +671,12 @@ export interface __NpgsqlJsonTypeMapping$views {
|
|
|
636
671
|
As_INpgsqlTypeMapping(): INpgsqlTypeMapping$instance;
|
|
637
672
|
}
|
|
638
673
|
|
|
639
|
-
export interface NpgsqlJsonTypeMapping$instance extends INpgsqlTypeMapping$instance {}
|
|
640
|
-
|
|
641
674
|
export type NpgsqlJsonTypeMapping = NpgsqlJsonTypeMapping$instance & __NpgsqlJsonTypeMapping$views;
|
|
642
675
|
|
|
643
676
|
|
|
644
|
-
export interface NpgsqlLegacyCidrTypeMapping$instance extends NpgsqlTypeMapping$instance {
|
|
677
|
+
export interface NpgsqlLegacyCidrTypeMapping$instance extends NpgsqlTypeMapping$instance, INpgsqlTypeMapping$instance {
|
|
678
|
+
readonly __tsonic_type_Npgsql_EntityFrameworkCore_PostgreSQL_Storage_Internal_Mapping_NpgsqlLegacyCidrTypeMapping: never;
|
|
679
|
+
|
|
645
680
|
readonly __tsonic_iface_Npgsql_EntityFrameworkCore_PostgreSQL_Storage_Internal_Mapping_INpgsqlTypeMapping: never;
|
|
646
681
|
|
|
647
682
|
Clone(parameters: RelationalTypeMapping_RelationalTypeMappingParameters): RelationalTypeMapping;
|
|
@@ -660,12 +695,12 @@ export interface __NpgsqlLegacyCidrTypeMapping$views {
|
|
|
660
695
|
As_INpgsqlTypeMapping(): INpgsqlTypeMapping$instance;
|
|
661
696
|
}
|
|
662
697
|
|
|
663
|
-
export interface NpgsqlLegacyCidrTypeMapping$instance extends INpgsqlTypeMapping$instance {}
|
|
664
|
-
|
|
665
698
|
export type NpgsqlLegacyCidrTypeMapping = NpgsqlLegacyCidrTypeMapping$instance & __NpgsqlLegacyCidrTypeMapping$views;
|
|
666
699
|
|
|
667
700
|
|
|
668
|
-
export interface NpgsqlLegacyCidrTypeMapping_JsonCidrLegacyReaderWriter$instance extends
|
|
701
|
+
export interface NpgsqlLegacyCidrTypeMapping_JsonCidrLegacyReaderWriter$instance extends JsonValueReaderWriter_1<NpgsqlCidr> {
|
|
702
|
+
readonly __tsonic_type_Npgsql_EntityFrameworkCore_PostgreSQL_Storage_Internal_Mapping_NpgsqlLegacyCidrTypeMapping_JsonCidrLegacyReaderWriter: never;
|
|
703
|
+
|
|
669
704
|
readonly ConstructorExpression: Expression;
|
|
670
705
|
FromJsonTyped(manager: Utf8JsonReaderManager, existingObject?: unknown): NpgsqlCidr;
|
|
671
706
|
ToJsonTyped(writer: Utf8JsonWriter, value: NpgsqlCidr): void;
|
|
@@ -680,7 +715,9 @@ export const NpgsqlLegacyCidrTypeMapping_JsonCidrLegacyReaderWriter: {
|
|
|
680
715
|
|
|
681
716
|
export type NpgsqlLegacyCidrTypeMapping_JsonCidrLegacyReaderWriter = NpgsqlLegacyCidrTypeMapping_JsonCidrLegacyReaderWriter$instance;
|
|
682
717
|
|
|
683
|
-
export interface NpgsqlLineSegmentTypeMapping$instance extends NpgsqlTypeMapping$instance {
|
|
718
|
+
export interface NpgsqlLineSegmentTypeMapping$instance extends NpgsqlTypeMapping$instance, INpgsqlTypeMapping$instance {
|
|
719
|
+
readonly __tsonic_type_Npgsql_EntityFrameworkCore_PostgreSQL_Storage_Internal_Mapping_NpgsqlLineSegmentTypeMapping: never;
|
|
720
|
+
|
|
684
721
|
readonly __tsonic_iface_Npgsql_EntityFrameworkCore_PostgreSQL_Storage_Internal_Mapping_INpgsqlTypeMapping: never;
|
|
685
722
|
|
|
686
723
|
Clone(parameters: RelationalTypeMapping_RelationalTypeMappingParameters): RelationalTypeMapping;
|
|
@@ -699,12 +736,12 @@ export interface __NpgsqlLineSegmentTypeMapping$views {
|
|
|
699
736
|
As_INpgsqlTypeMapping(): INpgsqlTypeMapping$instance;
|
|
700
737
|
}
|
|
701
738
|
|
|
702
|
-
export interface NpgsqlLineSegmentTypeMapping$instance extends INpgsqlTypeMapping$instance {}
|
|
703
|
-
|
|
704
739
|
export type NpgsqlLineSegmentTypeMapping = NpgsqlLineSegmentTypeMapping$instance & __NpgsqlLineSegmentTypeMapping$views;
|
|
705
740
|
|
|
706
741
|
|
|
707
|
-
export interface NpgsqlLineTypeMapping$instance extends NpgsqlTypeMapping$instance {
|
|
742
|
+
export interface NpgsqlLineTypeMapping$instance extends NpgsqlTypeMapping$instance, INpgsqlTypeMapping$instance {
|
|
743
|
+
readonly __tsonic_type_Npgsql_EntityFrameworkCore_PostgreSQL_Storage_Internal_Mapping_NpgsqlLineTypeMapping: never;
|
|
744
|
+
|
|
708
745
|
readonly __tsonic_iface_Npgsql_EntityFrameworkCore_PostgreSQL_Storage_Internal_Mapping_INpgsqlTypeMapping: never;
|
|
709
746
|
|
|
710
747
|
Clone(parameters: RelationalTypeMapping_RelationalTypeMappingParameters): RelationalTypeMapping;
|
|
@@ -723,12 +760,12 @@ export interface __NpgsqlLineTypeMapping$views {
|
|
|
723
760
|
As_INpgsqlTypeMapping(): INpgsqlTypeMapping$instance;
|
|
724
761
|
}
|
|
725
762
|
|
|
726
|
-
export interface NpgsqlLineTypeMapping$instance extends INpgsqlTypeMapping$instance {}
|
|
727
|
-
|
|
728
763
|
export type NpgsqlLineTypeMapping = NpgsqlLineTypeMapping$instance & __NpgsqlLineTypeMapping$views;
|
|
729
764
|
|
|
730
765
|
|
|
731
|
-
export interface NpgsqlLTreeTypeMapping$instance extends NpgsqlStringTypeMapping$instance {
|
|
766
|
+
export interface NpgsqlLTreeTypeMapping$instance extends NpgsqlStringTypeMapping$instance, INpgsqlTypeMapping$instance {
|
|
767
|
+
readonly __tsonic_type_Npgsql_EntityFrameworkCore_PostgreSQL_Storage_Internal_Mapping_NpgsqlLTreeTypeMapping: never;
|
|
768
|
+
|
|
732
769
|
readonly __tsonic_iface_Npgsql_EntityFrameworkCore_PostgreSQL_Storage_Internal_Mapping_INpgsqlTypeMapping: never;
|
|
733
770
|
|
|
734
771
|
Clone(parameters: RelationalTypeMapping_RelationalTypeMappingParameters): RelationalTypeMapping;
|
|
@@ -746,12 +783,12 @@ export interface __NpgsqlLTreeTypeMapping$views {
|
|
|
746
783
|
As_INpgsqlTypeMapping(): INpgsqlTypeMapping$instance;
|
|
747
784
|
}
|
|
748
785
|
|
|
749
|
-
export interface NpgsqlLTreeTypeMapping$instance extends INpgsqlTypeMapping$instance {}
|
|
750
|
-
|
|
751
786
|
export type NpgsqlLTreeTypeMapping = NpgsqlLTreeTypeMapping$instance & __NpgsqlLTreeTypeMapping$views;
|
|
752
787
|
|
|
753
788
|
|
|
754
|
-
export interface NpgsqlLTreeTypeMapping_JsonLTreeReaderWriter$instance extends
|
|
789
|
+
export interface NpgsqlLTreeTypeMapping_JsonLTreeReaderWriter$instance extends JsonValueReaderWriter_1<LTree> {
|
|
790
|
+
readonly __tsonic_type_Npgsql_EntityFrameworkCore_PostgreSQL_Storage_Internal_Mapping_NpgsqlLTreeTypeMapping_JsonLTreeReaderWriter: never;
|
|
791
|
+
|
|
755
792
|
readonly ConstructorExpression: Expression;
|
|
756
793
|
FromJsonTyped(manager: Utf8JsonReaderManager, existingObject?: unknown): LTree;
|
|
757
794
|
ToJsonTyped(writer: Utf8JsonWriter, value: LTree): void;
|
|
@@ -766,7 +803,9 @@ export const NpgsqlLTreeTypeMapping_JsonLTreeReaderWriter: {
|
|
|
766
803
|
|
|
767
804
|
export type NpgsqlLTreeTypeMapping_JsonLTreeReaderWriter = NpgsqlLTreeTypeMapping_JsonLTreeReaderWriter$instance;
|
|
768
805
|
|
|
769
|
-
export interface NpgsqlMacaddr8TypeMapping$instance extends NpgsqlTypeMapping$instance {
|
|
806
|
+
export interface NpgsqlMacaddr8TypeMapping$instance extends NpgsqlTypeMapping$instance, INpgsqlTypeMapping$instance {
|
|
807
|
+
readonly __tsonic_type_Npgsql_EntityFrameworkCore_PostgreSQL_Storage_Internal_Mapping_NpgsqlMacaddr8TypeMapping: never;
|
|
808
|
+
|
|
770
809
|
readonly __tsonic_iface_Npgsql_EntityFrameworkCore_PostgreSQL_Storage_Internal_Mapping_INpgsqlTypeMapping: never;
|
|
771
810
|
|
|
772
811
|
Clone(parameters: RelationalTypeMapping_RelationalTypeMappingParameters): RelationalTypeMapping;
|
|
@@ -785,12 +824,12 @@ export interface __NpgsqlMacaddr8TypeMapping$views {
|
|
|
785
824
|
As_INpgsqlTypeMapping(): INpgsqlTypeMapping$instance;
|
|
786
825
|
}
|
|
787
826
|
|
|
788
|
-
export interface NpgsqlMacaddr8TypeMapping$instance extends INpgsqlTypeMapping$instance {}
|
|
789
|
-
|
|
790
827
|
export type NpgsqlMacaddr8TypeMapping = NpgsqlMacaddr8TypeMapping$instance & __NpgsqlMacaddr8TypeMapping$views;
|
|
791
828
|
|
|
792
829
|
|
|
793
|
-
export interface NpgsqlMacaddrTypeMapping$instance extends NpgsqlTypeMapping$instance {
|
|
830
|
+
export interface NpgsqlMacaddrTypeMapping$instance extends NpgsqlTypeMapping$instance, INpgsqlTypeMapping$instance {
|
|
831
|
+
readonly __tsonic_type_Npgsql_EntityFrameworkCore_PostgreSQL_Storage_Internal_Mapping_NpgsqlMacaddrTypeMapping: never;
|
|
832
|
+
|
|
794
833
|
readonly __tsonic_iface_Npgsql_EntityFrameworkCore_PostgreSQL_Storage_Internal_Mapping_INpgsqlTypeMapping: never;
|
|
795
834
|
|
|
796
835
|
Clone(parameters: RelationalTypeMapping_RelationalTypeMappingParameters): RelationalTypeMapping;
|
|
@@ -809,12 +848,12 @@ export interface __NpgsqlMacaddrTypeMapping$views {
|
|
|
809
848
|
As_INpgsqlTypeMapping(): INpgsqlTypeMapping$instance;
|
|
810
849
|
}
|
|
811
850
|
|
|
812
|
-
export interface NpgsqlMacaddrTypeMapping$instance extends INpgsqlTypeMapping$instance {}
|
|
813
|
-
|
|
814
851
|
export type NpgsqlMacaddrTypeMapping = NpgsqlMacaddrTypeMapping$instance & __NpgsqlMacaddrTypeMapping$views;
|
|
815
852
|
|
|
816
853
|
|
|
817
854
|
export interface NpgsqlMoneyTypeMapping$instance extends DecimalTypeMapping {
|
|
855
|
+
readonly __tsonic_type_Npgsql_EntityFrameworkCore_PostgreSQL_Storage_Internal_Mapping_NpgsqlMoneyTypeMapping: never;
|
|
856
|
+
|
|
818
857
|
Clone(parameters: RelationalTypeMapping_RelationalTypeMappingParameters): RelationalTypeMapping;
|
|
819
858
|
GenerateNonNullSqlLiteral(value: unknown): string;
|
|
820
859
|
}
|
|
@@ -829,6 +868,8 @@ export const NpgsqlMoneyTypeMapping: {
|
|
|
829
868
|
export type NpgsqlMoneyTypeMapping = NpgsqlMoneyTypeMapping$instance;
|
|
830
869
|
|
|
831
870
|
export interface NpgsqlMultirangeTypeMapping$instance extends RelationalTypeMapping {
|
|
871
|
+
readonly __tsonic_type_Npgsql_EntityFrameworkCore_PostgreSQL_Storage_Internal_Mapping_NpgsqlMultirangeTypeMapping: never;
|
|
872
|
+
|
|
832
873
|
readonly NpgsqlDbType: NpgsqlDbType;
|
|
833
874
|
readonly RangeMapping: NpgsqlRangeTypeMapping;
|
|
834
875
|
readonly SubtypeMapping: RelationalTypeMapping;
|
|
@@ -847,7 +888,9 @@ export const NpgsqlMultirangeTypeMapping: {
|
|
|
847
888
|
|
|
848
889
|
export type NpgsqlMultirangeTypeMapping = NpgsqlMultirangeTypeMapping$instance;
|
|
849
890
|
|
|
850
|
-
export interface NpgsqlPathTypeMapping$instance extends NpgsqlTypeMapping$instance {
|
|
891
|
+
export interface NpgsqlPathTypeMapping$instance extends NpgsqlTypeMapping$instance, INpgsqlTypeMapping$instance {
|
|
892
|
+
readonly __tsonic_type_Npgsql_EntityFrameworkCore_PostgreSQL_Storage_Internal_Mapping_NpgsqlPathTypeMapping: never;
|
|
893
|
+
|
|
851
894
|
readonly __tsonic_iface_Npgsql_EntityFrameworkCore_PostgreSQL_Storage_Internal_Mapping_INpgsqlTypeMapping: never;
|
|
852
895
|
|
|
853
896
|
Clone(parameters: RelationalTypeMapping_RelationalTypeMappingParameters): RelationalTypeMapping;
|
|
@@ -866,12 +909,12 @@ export interface __NpgsqlPathTypeMapping$views {
|
|
|
866
909
|
As_INpgsqlTypeMapping(): INpgsqlTypeMapping$instance;
|
|
867
910
|
}
|
|
868
911
|
|
|
869
|
-
export interface NpgsqlPathTypeMapping$instance extends INpgsqlTypeMapping$instance {}
|
|
870
|
-
|
|
871
912
|
export type NpgsqlPathTypeMapping = NpgsqlPathTypeMapping$instance & __NpgsqlPathTypeMapping$views;
|
|
872
913
|
|
|
873
914
|
|
|
874
|
-
export interface NpgsqlPgLsnTypeMapping$instance extends NpgsqlTypeMapping$instance {
|
|
915
|
+
export interface NpgsqlPgLsnTypeMapping$instance extends NpgsqlTypeMapping$instance, INpgsqlTypeMapping$instance {
|
|
916
|
+
readonly __tsonic_type_Npgsql_EntityFrameworkCore_PostgreSQL_Storage_Internal_Mapping_NpgsqlPgLsnTypeMapping: never;
|
|
917
|
+
|
|
875
918
|
readonly __tsonic_iface_Npgsql_EntityFrameworkCore_PostgreSQL_Storage_Internal_Mapping_INpgsqlTypeMapping: never;
|
|
876
919
|
|
|
877
920
|
Clone(parameters: RelationalTypeMapping_RelationalTypeMappingParameters): RelationalTypeMapping;
|
|
@@ -890,12 +933,12 @@ export interface __NpgsqlPgLsnTypeMapping$views {
|
|
|
890
933
|
As_INpgsqlTypeMapping(): INpgsqlTypeMapping$instance;
|
|
891
934
|
}
|
|
892
935
|
|
|
893
|
-
export interface NpgsqlPgLsnTypeMapping$instance extends INpgsqlTypeMapping$instance {}
|
|
894
|
-
|
|
895
936
|
export type NpgsqlPgLsnTypeMapping = NpgsqlPgLsnTypeMapping$instance & __NpgsqlPgLsnTypeMapping$views;
|
|
896
937
|
|
|
897
938
|
|
|
898
|
-
export interface NpgsqlPgLsnTypeMapping_JsonLogSequenceNumberReaderWriter$instance extends
|
|
939
|
+
export interface NpgsqlPgLsnTypeMapping_JsonLogSequenceNumberReaderWriter$instance extends JsonValueReaderWriter_1<NpgsqlLogSequenceNumber> {
|
|
940
|
+
readonly __tsonic_type_Npgsql_EntityFrameworkCore_PostgreSQL_Storage_Internal_Mapping_NpgsqlPgLsnTypeMapping_JsonLogSequenceNumberReaderWriter: never;
|
|
941
|
+
|
|
899
942
|
readonly ConstructorExpression: Expression;
|
|
900
943
|
FromJsonTyped(manager: Utf8JsonReaderManager, existingObject?: unknown): NpgsqlLogSequenceNumber;
|
|
901
944
|
ToJsonTyped(writer: Utf8JsonWriter, value: NpgsqlLogSequenceNumber): void;
|
|
@@ -909,7 +952,9 @@ export const NpgsqlPgLsnTypeMapping_JsonLogSequenceNumberReaderWriter: {
|
|
|
909
952
|
|
|
910
953
|
export type NpgsqlPgLsnTypeMapping_JsonLogSequenceNumberReaderWriter = NpgsqlPgLsnTypeMapping_JsonLogSequenceNumberReaderWriter$instance;
|
|
911
954
|
|
|
912
|
-
export interface NpgsqlPointTypeMapping$instance extends NpgsqlTypeMapping$instance {
|
|
955
|
+
export interface NpgsqlPointTypeMapping$instance extends NpgsqlTypeMapping$instance, INpgsqlTypeMapping$instance {
|
|
956
|
+
readonly __tsonic_type_Npgsql_EntityFrameworkCore_PostgreSQL_Storage_Internal_Mapping_NpgsqlPointTypeMapping: never;
|
|
957
|
+
|
|
913
958
|
readonly __tsonic_iface_Npgsql_EntityFrameworkCore_PostgreSQL_Storage_Internal_Mapping_INpgsqlTypeMapping: never;
|
|
914
959
|
|
|
915
960
|
Clone(parameters: RelationalTypeMapping_RelationalTypeMappingParameters): RelationalTypeMapping;
|
|
@@ -928,12 +973,12 @@ export interface __NpgsqlPointTypeMapping$views {
|
|
|
928
973
|
As_INpgsqlTypeMapping(): INpgsqlTypeMapping$instance;
|
|
929
974
|
}
|
|
930
975
|
|
|
931
|
-
export interface NpgsqlPointTypeMapping$instance extends INpgsqlTypeMapping$instance {}
|
|
932
|
-
|
|
933
976
|
export type NpgsqlPointTypeMapping = NpgsqlPointTypeMapping$instance & __NpgsqlPointTypeMapping$views;
|
|
934
977
|
|
|
935
978
|
|
|
936
|
-
export interface NpgsqlPolygonTypeMapping$instance extends NpgsqlTypeMapping$instance {
|
|
979
|
+
export interface NpgsqlPolygonTypeMapping$instance extends NpgsqlTypeMapping$instance, INpgsqlTypeMapping$instance {
|
|
980
|
+
readonly __tsonic_type_Npgsql_EntityFrameworkCore_PostgreSQL_Storage_Internal_Mapping_NpgsqlPolygonTypeMapping: never;
|
|
981
|
+
|
|
937
982
|
readonly __tsonic_iface_Npgsql_EntityFrameworkCore_PostgreSQL_Storage_Internal_Mapping_INpgsqlTypeMapping: never;
|
|
938
983
|
|
|
939
984
|
Clone(parameters: RelationalTypeMapping_RelationalTypeMappingParameters): RelationalTypeMapping;
|
|
@@ -952,12 +997,12 @@ export interface __NpgsqlPolygonTypeMapping$views {
|
|
|
952
997
|
As_INpgsqlTypeMapping(): INpgsqlTypeMapping$instance;
|
|
953
998
|
}
|
|
954
999
|
|
|
955
|
-
export interface NpgsqlPolygonTypeMapping$instance extends INpgsqlTypeMapping$instance {}
|
|
956
|
-
|
|
957
1000
|
export type NpgsqlPolygonTypeMapping = NpgsqlPolygonTypeMapping$instance & __NpgsqlPolygonTypeMapping$views;
|
|
958
1001
|
|
|
959
1002
|
|
|
960
|
-
export interface NpgsqlRangeTypeMapping$instance extends NpgsqlTypeMapping$instance {
|
|
1003
|
+
export interface NpgsqlRangeTypeMapping$instance extends NpgsqlTypeMapping$instance, INpgsqlTypeMapping$instance {
|
|
1004
|
+
readonly __tsonic_type_Npgsql_EntityFrameworkCore_PostgreSQL_Storage_Internal_Mapping_NpgsqlRangeTypeMapping: never;
|
|
1005
|
+
|
|
961
1006
|
readonly __tsonic_iface_Npgsql_EntityFrameworkCore_PostgreSQL_Storage_Internal_Mapping_INpgsqlTypeMapping: never;
|
|
962
1007
|
|
|
963
1008
|
readonly SubtypeMapping: RelationalTypeMapping;
|
|
@@ -983,12 +1028,12 @@ export interface __NpgsqlRangeTypeMapping$views {
|
|
|
983
1028
|
As_INpgsqlTypeMapping(): INpgsqlTypeMapping$instance;
|
|
984
1029
|
}
|
|
985
1030
|
|
|
986
|
-
export interface NpgsqlRangeTypeMapping$instance extends INpgsqlTypeMapping$instance {}
|
|
987
|
-
|
|
988
1031
|
export type NpgsqlRangeTypeMapping = NpgsqlRangeTypeMapping$instance & __NpgsqlRangeTypeMapping$views;
|
|
989
1032
|
|
|
990
1033
|
|
|
991
|
-
export interface NpgsqlRegconfigTypeMapping$instance extends NpgsqlTypeMapping$instance {
|
|
1034
|
+
export interface NpgsqlRegconfigTypeMapping$instance extends NpgsqlTypeMapping$instance, INpgsqlTypeMapping$instance {
|
|
1035
|
+
readonly __tsonic_type_Npgsql_EntityFrameworkCore_PostgreSQL_Storage_Internal_Mapping_NpgsqlRegconfigTypeMapping: never;
|
|
1036
|
+
|
|
992
1037
|
readonly __tsonic_iface_Npgsql_EntityFrameworkCore_PostgreSQL_Storage_Internal_Mapping_INpgsqlTypeMapping: never;
|
|
993
1038
|
|
|
994
1039
|
Clone(parameters: RelationalTypeMapping_RelationalTypeMappingParameters): RelationalTypeMapping;
|
|
@@ -1006,12 +1051,12 @@ export interface __NpgsqlRegconfigTypeMapping$views {
|
|
|
1006
1051
|
As_INpgsqlTypeMapping(): INpgsqlTypeMapping$instance;
|
|
1007
1052
|
}
|
|
1008
1053
|
|
|
1009
|
-
export interface NpgsqlRegconfigTypeMapping$instance extends INpgsqlTypeMapping$instance {}
|
|
1010
|
-
|
|
1011
1054
|
export type NpgsqlRegconfigTypeMapping = NpgsqlRegconfigTypeMapping$instance & __NpgsqlRegconfigTypeMapping$views;
|
|
1012
1055
|
|
|
1013
1056
|
|
|
1014
|
-
export interface NpgsqlRegdictionaryTypeMapping$instance extends NpgsqlTypeMapping$instance {
|
|
1057
|
+
export interface NpgsqlRegdictionaryTypeMapping$instance extends NpgsqlTypeMapping$instance, INpgsqlTypeMapping$instance {
|
|
1058
|
+
readonly __tsonic_type_Npgsql_EntityFrameworkCore_PostgreSQL_Storage_Internal_Mapping_NpgsqlRegdictionaryTypeMapping: never;
|
|
1059
|
+
|
|
1015
1060
|
readonly __tsonic_iface_Npgsql_EntityFrameworkCore_PostgreSQL_Storage_Internal_Mapping_INpgsqlTypeMapping: never;
|
|
1016
1061
|
|
|
1017
1062
|
Clone(parameters: RelationalTypeMapping_RelationalTypeMappingParameters): RelationalTypeMapping;
|
|
@@ -1029,12 +1074,12 @@ export interface __NpgsqlRegdictionaryTypeMapping$views {
|
|
|
1029
1074
|
As_INpgsqlTypeMapping(): INpgsqlTypeMapping$instance;
|
|
1030
1075
|
}
|
|
1031
1076
|
|
|
1032
|
-
export interface NpgsqlRegdictionaryTypeMapping$instance extends INpgsqlTypeMapping$instance {}
|
|
1033
|
-
|
|
1034
1077
|
export type NpgsqlRegdictionaryTypeMapping = NpgsqlRegdictionaryTypeMapping$instance & __NpgsqlRegdictionaryTypeMapping$views;
|
|
1035
1078
|
|
|
1036
1079
|
|
|
1037
1080
|
export interface NpgsqlRowValueTypeMapping$instance extends RelationalTypeMapping {
|
|
1081
|
+
readonly __tsonic_type_Npgsql_EntityFrameworkCore_PostgreSQL_Storage_Internal_Mapping_NpgsqlRowValueTypeMapping: never;
|
|
1082
|
+
|
|
1038
1083
|
Clone(parameters: RelationalTypeMapping_RelationalTypeMappingParameters): RelationalTypeMapping;
|
|
1039
1084
|
ConfigureParameter(parameter: DbParameter): void;
|
|
1040
1085
|
GenerateNonNullSqlLiteral(value: unknown): string;
|
|
@@ -1048,7 +1093,9 @@ export const NpgsqlRowValueTypeMapping: {
|
|
|
1048
1093
|
|
|
1049
1094
|
export type NpgsqlRowValueTypeMapping = NpgsqlRowValueTypeMapping$instance;
|
|
1050
1095
|
|
|
1051
|
-
export interface NpgsqlStringTypeMapping$instance extends StringTypeMapping {
|
|
1096
|
+
export interface NpgsqlStringTypeMapping$instance extends StringTypeMapping, INpgsqlTypeMapping$instance {
|
|
1097
|
+
readonly __tsonic_type_Npgsql_EntityFrameworkCore_PostgreSQL_Storage_Internal_Mapping_NpgsqlStringTypeMapping: never;
|
|
1098
|
+
|
|
1052
1099
|
readonly __tsonic_iface_Npgsql_EntityFrameworkCore_PostgreSQL_Storage_Internal_Mapping_INpgsqlTypeMapping: never;
|
|
1053
1100
|
|
|
1054
1101
|
readonly NpgsqlDbType: NpgsqlDbType;
|
|
@@ -1068,12 +1115,12 @@ export interface __NpgsqlStringTypeMapping$views {
|
|
|
1068
1115
|
As_INpgsqlTypeMapping(): INpgsqlTypeMapping$instance;
|
|
1069
1116
|
}
|
|
1070
1117
|
|
|
1071
|
-
export interface NpgsqlStringTypeMapping$instance extends INpgsqlTypeMapping$instance {}
|
|
1072
|
-
|
|
1073
1118
|
export type NpgsqlStringTypeMapping = NpgsqlStringTypeMapping$instance & __NpgsqlStringTypeMapping$views;
|
|
1074
1119
|
|
|
1075
1120
|
|
|
1076
1121
|
export interface NpgsqlStructuralJsonTypeMapping$instance extends JsonTypeMapping {
|
|
1122
|
+
readonly __tsonic_type_Npgsql_EntityFrameworkCore_PostgreSQL_Storage_Internal_Mapping_NpgsqlStructuralJsonTypeMapping: never;
|
|
1123
|
+
|
|
1077
1124
|
readonly NpgsqlDbType: NpgsqlDbType;
|
|
1078
1125
|
Clone(parameters: RelationalTypeMapping_RelationalTypeMappingParameters): RelationalTypeMapping;
|
|
1079
1126
|
ConfigureParameter(parameter: DbParameter): void;
|
|
@@ -1091,7 +1138,9 @@ export const NpgsqlStructuralJsonTypeMapping: {
|
|
|
1091
1138
|
|
|
1092
1139
|
export type NpgsqlStructuralJsonTypeMapping = NpgsqlStructuralJsonTypeMapping$instance;
|
|
1093
1140
|
|
|
1094
|
-
export interface NpgsqlTidTypeMapping$instance extends NpgsqlTypeMapping$instance {
|
|
1141
|
+
export interface NpgsqlTidTypeMapping$instance extends NpgsqlTypeMapping$instance, INpgsqlTypeMapping$instance {
|
|
1142
|
+
readonly __tsonic_type_Npgsql_EntityFrameworkCore_PostgreSQL_Storage_Internal_Mapping_NpgsqlTidTypeMapping: never;
|
|
1143
|
+
|
|
1095
1144
|
readonly __tsonic_iface_Npgsql_EntityFrameworkCore_PostgreSQL_Storage_Internal_Mapping_INpgsqlTypeMapping: never;
|
|
1096
1145
|
|
|
1097
1146
|
Clone(parameters: RelationalTypeMapping_RelationalTypeMappingParameters): RelationalTypeMapping;
|
|
@@ -1110,12 +1159,12 @@ export interface __NpgsqlTidTypeMapping$views {
|
|
|
1110
1159
|
As_INpgsqlTypeMapping(): INpgsqlTypeMapping$instance;
|
|
1111
1160
|
}
|
|
1112
1161
|
|
|
1113
|
-
export interface NpgsqlTidTypeMapping$instance extends INpgsqlTypeMapping$instance {}
|
|
1114
|
-
|
|
1115
1162
|
export type NpgsqlTidTypeMapping = NpgsqlTidTypeMapping$instance & __NpgsqlTidTypeMapping$views;
|
|
1116
1163
|
|
|
1117
1164
|
|
|
1118
|
-
export interface NpgsqlTimestampTypeMapping$instance extends NpgsqlTypeMapping$instance {
|
|
1165
|
+
export interface NpgsqlTimestampTypeMapping$instance extends NpgsqlTypeMapping$instance, INpgsqlTypeMapping$instance {
|
|
1166
|
+
readonly __tsonic_type_Npgsql_EntityFrameworkCore_PostgreSQL_Storage_Internal_Mapping_NpgsqlTimestampTypeMapping: never;
|
|
1167
|
+
|
|
1119
1168
|
readonly __tsonic_iface_Npgsql_EntityFrameworkCore_PostgreSQL_Storage_Internal_Mapping_INpgsqlTypeMapping: never;
|
|
1120
1169
|
|
|
1121
1170
|
Clone(parameters: RelationalTypeMapping_RelationalTypeMappingParameters): RelationalTypeMapping;
|
|
@@ -1135,12 +1184,12 @@ export interface __NpgsqlTimestampTypeMapping$views {
|
|
|
1135
1184
|
As_INpgsqlTypeMapping(): INpgsqlTypeMapping$instance;
|
|
1136
1185
|
}
|
|
1137
1186
|
|
|
1138
|
-
export interface NpgsqlTimestampTypeMapping$instance extends INpgsqlTypeMapping$instance {}
|
|
1139
|
-
|
|
1140
1187
|
export type NpgsqlTimestampTypeMapping = NpgsqlTimestampTypeMapping$instance & __NpgsqlTimestampTypeMapping$views;
|
|
1141
1188
|
|
|
1142
1189
|
|
|
1143
|
-
export interface NpgsqlTimestampTypeMapping_NpgsqlJsonTimestampReaderWriter$instance extends
|
|
1190
|
+
export interface NpgsqlTimestampTypeMapping_NpgsqlJsonTimestampReaderWriter$instance extends JsonValueReaderWriter_1<DateTime> {
|
|
1191
|
+
readonly __tsonic_type_Npgsql_EntityFrameworkCore_PostgreSQL_Storage_Internal_Mapping_NpgsqlTimestampTypeMapping_NpgsqlJsonTimestampReaderWriter: never;
|
|
1192
|
+
|
|
1144
1193
|
readonly ConstructorExpression: Expression;
|
|
1145
1194
|
FromJsonTyped(manager: Utf8JsonReaderManager, existingObject?: unknown): DateTime;
|
|
1146
1195
|
ToJsonTyped(writer: Utf8JsonWriter, value: DateTime): void;
|
|
@@ -1155,7 +1204,9 @@ export const NpgsqlTimestampTypeMapping_NpgsqlJsonTimestampReaderWriter: {
|
|
|
1155
1204
|
|
|
1156
1205
|
export type NpgsqlTimestampTypeMapping_NpgsqlJsonTimestampReaderWriter = NpgsqlTimestampTypeMapping_NpgsqlJsonTimestampReaderWriter$instance;
|
|
1157
1206
|
|
|
1158
|
-
export interface NpgsqlTimestampTzTypeMapping$instance extends NpgsqlTypeMapping$instance {
|
|
1207
|
+
export interface NpgsqlTimestampTzTypeMapping$instance extends NpgsqlTypeMapping$instance, INpgsqlTypeMapping$instance {
|
|
1208
|
+
readonly __tsonic_type_Npgsql_EntityFrameworkCore_PostgreSQL_Storage_Internal_Mapping_NpgsqlTimestampTzTypeMapping: never;
|
|
1209
|
+
|
|
1159
1210
|
readonly __tsonic_iface_Npgsql_EntityFrameworkCore_PostgreSQL_Storage_Internal_Mapping_INpgsqlTypeMapping: never;
|
|
1160
1211
|
|
|
1161
1212
|
Clone(parameters: RelationalTypeMapping_RelationalTypeMappingParameters): RelationalTypeMapping;
|
|
@@ -1175,12 +1226,12 @@ export interface __NpgsqlTimestampTzTypeMapping$views {
|
|
|
1175
1226
|
As_INpgsqlTypeMapping(): INpgsqlTypeMapping$instance;
|
|
1176
1227
|
}
|
|
1177
1228
|
|
|
1178
|
-
export interface NpgsqlTimestampTzTypeMapping$instance extends INpgsqlTypeMapping$instance {}
|
|
1179
|
-
|
|
1180
1229
|
export type NpgsqlTimestampTzTypeMapping = NpgsqlTimestampTzTypeMapping$instance & __NpgsqlTimestampTzTypeMapping$views;
|
|
1181
1230
|
|
|
1182
1231
|
|
|
1183
|
-
export interface NpgsqlTimestampTzTypeMapping_NpgsqlJsonTimestampTzDateTimeOffsetReaderWriter$instance extends
|
|
1232
|
+
export interface NpgsqlTimestampTzTypeMapping_NpgsqlJsonTimestampTzDateTimeOffsetReaderWriter$instance extends JsonValueReaderWriter_1<DateTimeOffset> {
|
|
1233
|
+
readonly __tsonic_type_Npgsql_EntityFrameworkCore_PostgreSQL_Storage_Internal_Mapping_NpgsqlTimestampTzTypeMapping_NpgsqlJsonTimestampTzDateTimeOffsetReaderWriter: never;
|
|
1234
|
+
|
|
1184
1235
|
readonly ConstructorExpression: Expression;
|
|
1185
1236
|
FromJsonTyped(manager: Utf8JsonReaderManager, existingObject?: unknown): DateTimeOffset;
|
|
1186
1237
|
ToJsonTyped(writer: Utf8JsonWriter, value: DateTimeOffset): void;
|
|
@@ -1195,7 +1246,9 @@ export const NpgsqlTimestampTzTypeMapping_NpgsqlJsonTimestampTzDateTimeOffsetRea
|
|
|
1195
1246
|
|
|
1196
1247
|
export type NpgsqlTimestampTzTypeMapping_NpgsqlJsonTimestampTzDateTimeOffsetReaderWriter = NpgsqlTimestampTzTypeMapping_NpgsqlJsonTimestampTzDateTimeOffsetReaderWriter$instance;
|
|
1197
1248
|
|
|
1198
|
-
export interface NpgsqlTimestampTzTypeMapping_NpgsqlJsonTimestampTzDateTimeReaderWriter$instance extends
|
|
1249
|
+
export interface NpgsqlTimestampTzTypeMapping_NpgsqlJsonTimestampTzDateTimeReaderWriter$instance extends JsonValueReaderWriter_1<DateTime> {
|
|
1250
|
+
readonly __tsonic_type_Npgsql_EntityFrameworkCore_PostgreSQL_Storage_Internal_Mapping_NpgsqlTimestampTzTypeMapping_NpgsqlJsonTimestampTzDateTimeReaderWriter: never;
|
|
1251
|
+
|
|
1199
1252
|
readonly ConstructorExpression: Expression;
|
|
1200
1253
|
FromJsonTyped(manager: Utf8JsonReaderManager, existingObject?: unknown): DateTime;
|
|
1201
1254
|
ToJsonTyped(writer: Utf8JsonWriter, value: DateTime): void;
|
|
@@ -1210,7 +1263,9 @@ export const NpgsqlTimestampTzTypeMapping_NpgsqlJsonTimestampTzDateTimeReaderWri
|
|
|
1210
1263
|
|
|
1211
1264
|
export type NpgsqlTimestampTzTypeMapping_NpgsqlJsonTimestampTzDateTimeReaderWriter = NpgsqlTimestampTzTypeMapping_NpgsqlJsonTimestampTzDateTimeReaderWriter$instance;
|
|
1212
1265
|
|
|
1213
|
-
export interface NpgsqlTimeTypeMapping$instance extends NpgsqlTypeMapping$instance {
|
|
1266
|
+
export interface NpgsqlTimeTypeMapping$instance extends NpgsqlTypeMapping$instance, INpgsqlTypeMapping$instance {
|
|
1267
|
+
readonly __tsonic_type_Npgsql_EntityFrameworkCore_PostgreSQL_Storage_Internal_Mapping_NpgsqlTimeTypeMapping: never;
|
|
1268
|
+
|
|
1214
1269
|
readonly __tsonic_iface_Npgsql_EntityFrameworkCore_PostgreSQL_Storage_Internal_Mapping_INpgsqlTypeMapping: never;
|
|
1215
1270
|
|
|
1216
1271
|
Clone(parameters: RelationalTypeMapping_RelationalTypeMappingParameters): RelationalTypeMapping;
|
|
@@ -1230,12 +1285,12 @@ export interface __NpgsqlTimeTypeMapping$views {
|
|
|
1230
1285
|
As_INpgsqlTypeMapping(): INpgsqlTypeMapping$instance;
|
|
1231
1286
|
}
|
|
1232
1287
|
|
|
1233
|
-
export interface NpgsqlTimeTypeMapping$instance extends INpgsqlTypeMapping$instance {}
|
|
1234
|
-
|
|
1235
1288
|
export type NpgsqlTimeTypeMapping = NpgsqlTimeTypeMapping$instance & __NpgsqlTimeTypeMapping$views;
|
|
1236
1289
|
|
|
1237
1290
|
|
|
1238
|
-
export interface NpgsqlTimeTzTypeMapping$instance extends NpgsqlTypeMapping$instance {
|
|
1291
|
+
export interface NpgsqlTimeTzTypeMapping$instance extends NpgsqlTypeMapping$instance, INpgsqlTypeMapping$instance {
|
|
1292
|
+
readonly __tsonic_type_Npgsql_EntityFrameworkCore_PostgreSQL_Storage_Internal_Mapping_NpgsqlTimeTzTypeMapping: never;
|
|
1293
|
+
|
|
1239
1294
|
readonly __tsonic_iface_Npgsql_EntityFrameworkCore_PostgreSQL_Storage_Internal_Mapping_INpgsqlTypeMapping: never;
|
|
1240
1295
|
|
|
1241
1296
|
Clone(parameters: RelationalTypeMapping_RelationalTypeMappingParameters): RelationalTypeMapping;
|
|
@@ -1255,12 +1310,12 @@ export interface __NpgsqlTimeTzTypeMapping$views {
|
|
|
1255
1310
|
As_INpgsqlTypeMapping(): INpgsqlTypeMapping$instance;
|
|
1256
1311
|
}
|
|
1257
1312
|
|
|
1258
|
-
export interface NpgsqlTimeTzTypeMapping$instance extends INpgsqlTypeMapping$instance {}
|
|
1259
|
-
|
|
1260
1313
|
export type NpgsqlTimeTzTypeMapping = NpgsqlTimeTzTypeMapping$instance & __NpgsqlTimeTzTypeMapping$views;
|
|
1261
1314
|
|
|
1262
1315
|
|
|
1263
|
-
export interface NpgsqlTimeTzTypeMapping_JsonTimeTzReaderWriter$instance extends
|
|
1316
|
+
export interface NpgsqlTimeTzTypeMapping_JsonTimeTzReaderWriter$instance extends JsonValueReaderWriter_1<DateTimeOffset> {
|
|
1317
|
+
readonly __tsonic_type_Npgsql_EntityFrameworkCore_PostgreSQL_Storage_Internal_Mapping_NpgsqlTimeTzTypeMapping_JsonTimeTzReaderWriter: never;
|
|
1318
|
+
|
|
1264
1319
|
readonly ConstructorExpression: Expression;
|
|
1265
1320
|
FromJsonTyped(manager: Utf8JsonReaderManager, existingObject?: unknown): DateTimeOffset;
|
|
1266
1321
|
ToJsonTyped(writer: Utf8JsonWriter, value: DateTimeOffset): void;
|
|
@@ -1274,7 +1329,9 @@ export const NpgsqlTimeTzTypeMapping_JsonTimeTzReaderWriter: {
|
|
|
1274
1329
|
|
|
1275
1330
|
export type NpgsqlTimeTzTypeMapping_JsonTimeTzReaderWriter = NpgsqlTimeTzTypeMapping_JsonTimeTzReaderWriter$instance;
|
|
1276
1331
|
|
|
1277
|
-
export interface NpgsqlTsQueryTypeMapping$instance extends NpgsqlTypeMapping$instance {
|
|
1332
|
+
export interface NpgsqlTsQueryTypeMapping$instance extends NpgsqlTypeMapping$instance, INpgsqlTypeMapping$instance {
|
|
1333
|
+
readonly __tsonic_type_Npgsql_EntityFrameworkCore_PostgreSQL_Storage_Internal_Mapping_NpgsqlTsQueryTypeMapping: never;
|
|
1334
|
+
|
|
1278
1335
|
readonly __tsonic_iface_Npgsql_EntityFrameworkCore_PostgreSQL_Storage_Internal_Mapping_INpgsqlTypeMapping: never;
|
|
1279
1336
|
|
|
1280
1337
|
Clone(parameters: RelationalTypeMapping_RelationalTypeMappingParameters): RelationalTypeMapping;
|
|
@@ -1292,12 +1349,12 @@ export interface __NpgsqlTsQueryTypeMapping$views {
|
|
|
1292
1349
|
As_INpgsqlTypeMapping(): INpgsqlTypeMapping$instance;
|
|
1293
1350
|
}
|
|
1294
1351
|
|
|
1295
|
-
export interface NpgsqlTsQueryTypeMapping$instance extends INpgsqlTypeMapping$instance {}
|
|
1296
|
-
|
|
1297
1352
|
export type NpgsqlTsQueryTypeMapping = NpgsqlTsQueryTypeMapping$instance & __NpgsqlTsQueryTypeMapping$views;
|
|
1298
1353
|
|
|
1299
1354
|
|
|
1300
1355
|
export interface NpgsqlTsRankingNormalizationTypeMapping$instance extends IntTypeMapping {
|
|
1356
|
+
readonly __tsonic_type_Npgsql_EntityFrameworkCore_PostgreSQL_Storage_Internal_Mapping_NpgsqlTsRankingNormalizationTypeMapping: never;
|
|
1357
|
+
|
|
1301
1358
|
Clone(parameters: RelationalTypeMapping_RelationalTypeMappingParameters): RelationalTypeMapping;
|
|
1302
1359
|
}
|
|
1303
1360
|
|
|
@@ -1310,7 +1367,9 @@ export const NpgsqlTsRankingNormalizationTypeMapping: {
|
|
|
1310
1367
|
|
|
1311
1368
|
export type NpgsqlTsRankingNormalizationTypeMapping = NpgsqlTsRankingNormalizationTypeMapping$instance;
|
|
1312
1369
|
|
|
1313
|
-
export interface NpgsqlTsVectorTypeMapping$instance extends NpgsqlTypeMapping$instance {
|
|
1370
|
+
export interface NpgsqlTsVectorTypeMapping$instance extends NpgsqlTypeMapping$instance, INpgsqlTypeMapping$instance {
|
|
1371
|
+
readonly __tsonic_type_Npgsql_EntityFrameworkCore_PostgreSQL_Storage_Internal_Mapping_NpgsqlTsVectorTypeMapping: never;
|
|
1372
|
+
|
|
1314
1373
|
readonly __tsonic_iface_Npgsql_EntityFrameworkCore_PostgreSQL_Storage_Internal_Mapping_INpgsqlTypeMapping: never;
|
|
1315
1374
|
|
|
1316
1375
|
Clone(parameters: RelationalTypeMapping_RelationalTypeMappingParameters): RelationalTypeMapping;
|
|
@@ -1328,12 +1387,12 @@ export interface __NpgsqlTsVectorTypeMapping$views {
|
|
|
1328
1387
|
As_INpgsqlTypeMapping(): INpgsqlTypeMapping$instance;
|
|
1329
1388
|
}
|
|
1330
1389
|
|
|
1331
|
-
export interface NpgsqlTsVectorTypeMapping$instance extends INpgsqlTypeMapping$instance {}
|
|
1332
|
-
|
|
1333
1390
|
export type NpgsqlTsVectorTypeMapping = NpgsqlTsVectorTypeMapping$instance & __NpgsqlTsVectorTypeMapping$views;
|
|
1334
1391
|
|
|
1335
1392
|
|
|
1336
|
-
export interface NpgsqlTypeMapping$instance extends RelationalTypeMapping {
|
|
1393
|
+
export interface NpgsqlTypeMapping$instance extends RelationalTypeMapping, INpgsqlTypeMapping$instance {
|
|
1394
|
+
readonly __tsonic_type_Npgsql_EntityFrameworkCore_PostgreSQL_Storage_Internal_Mapping_NpgsqlTypeMapping: never;
|
|
1395
|
+
|
|
1337
1396
|
readonly __tsonic_iface_Npgsql_EntityFrameworkCore_PostgreSQL_Storage_Internal_Mapping_INpgsqlTypeMapping: never;
|
|
1338
1397
|
|
|
1339
1398
|
readonly NpgsqlDbType: NpgsqlDbType;
|
|
@@ -1352,12 +1411,12 @@ export interface __NpgsqlTypeMapping$views {
|
|
|
1352
1411
|
As_INpgsqlTypeMapping(): INpgsqlTypeMapping$instance;
|
|
1353
1412
|
}
|
|
1354
1413
|
|
|
1355
|
-
export interface NpgsqlTypeMapping$instance extends INpgsqlTypeMapping$instance {}
|
|
1356
|
-
|
|
1357
1414
|
export type NpgsqlTypeMapping = NpgsqlTypeMapping$instance & __NpgsqlTypeMapping$views;
|
|
1358
1415
|
|
|
1359
1416
|
|
|
1360
|
-
export interface NpgsqlUIntTypeMapping$instance extends NpgsqlTypeMapping$instance {
|
|
1417
|
+
export interface NpgsqlUIntTypeMapping$instance extends NpgsqlTypeMapping$instance, INpgsqlTypeMapping$instance {
|
|
1418
|
+
readonly __tsonic_type_Npgsql_EntityFrameworkCore_PostgreSQL_Storage_Internal_Mapping_NpgsqlUIntTypeMapping: never;
|
|
1419
|
+
|
|
1361
1420
|
readonly __tsonic_iface_Npgsql_EntityFrameworkCore_PostgreSQL_Storage_Internal_Mapping_INpgsqlTypeMapping: never;
|
|
1362
1421
|
|
|
1363
1422
|
Clone(parameters: RelationalTypeMapping_RelationalTypeMappingParameters): RelationalTypeMapping;
|
|
@@ -1374,12 +1433,12 @@ export interface __NpgsqlUIntTypeMapping$views {
|
|
|
1374
1433
|
As_INpgsqlTypeMapping(): INpgsqlTypeMapping$instance;
|
|
1375
1434
|
}
|
|
1376
1435
|
|
|
1377
|
-
export interface NpgsqlUIntTypeMapping$instance extends INpgsqlTypeMapping$instance {}
|
|
1378
|
-
|
|
1379
1436
|
export type NpgsqlUIntTypeMapping = NpgsqlUIntTypeMapping$instance & __NpgsqlUIntTypeMapping$views;
|
|
1380
1437
|
|
|
1381
1438
|
|
|
1382
|
-
export interface NpgsqlULongTypeMapping$instance extends NpgsqlTypeMapping$instance {
|
|
1439
|
+
export interface NpgsqlULongTypeMapping$instance extends NpgsqlTypeMapping$instance, INpgsqlTypeMapping$instance {
|
|
1440
|
+
readonly __tsonic_type_Npgsql_EntityFrameworkCore_PostgreSQL_Storage_Internal_Mapping_NpgsqlULongTypeMapping: never;
|
|
1441
|
+
|
|
1383
1442
|
readonly __tsonic_iface_Npgsql_EntityFrameworkCore_PostgreSQL_Storage_Internal_Mapping_INpgsqlTypeMapping: never;
|
|
1384
1443
|
|
|
1385
1444
|
Clone(parameters: RelationalTypeMapping_RelationalTypeMappingParameters): RelationalTypeMapping;
|
|
@@ -1396,12 +1455,12 @@ export interface __NpgsqlULongTypeMapping$views {
|
|
|
1396
1455
|
As_INpgsqlTypeMapping(): INpgsqlTypeMapping$instance;
|
|
1397
1456
|
}
|
|
1398
1457
|
|
|
1399
|
-
export interface NpgsqlULongTypeMapping$instance extends INpgsqlTypeMapping$instance {}
|
|
1400
|
-
|
|
1401
1458
|
export type NpgsqlULongTypeMapping = NpgsqlULongTypeMapping$instance & __NpgsqlULongTypeMapping$views;
|
|
1402
1459
|
|
|
1403
1460
|
|
|
1404
|
-
export interface NpgsqlVarbitTypeMapping$instance extends NpgsqlTypeMapping$instance {
|
|
1461
|
+
export interface NpgsqlVarbitTypeMapping$instance extends NpgsqlTypeMapping$instance, INpgsqlTypeMapping$instance {
|
|
1462
|
+
readonly __tsonic_type_Npgsql_EntityFrameworkCore_PostgreSQL_Storage_Internal_Mapping_NpgsqlVarbitTypeMapping: never;
|
|
1463
|
+
|
|
1405
1464
|
readonly __tsonic_iface_Npgsql_EntityFrameworkCore_PostgreSQL_Storage_Internal_Mapping_INpgsqlTypeMapping: never;
|
|
1406
1465
|
|
|
1407
1466
|
Clone(parameters: RelationalTypeMapping_RelationalTypeMappingParameters): RelationalTypeMapping;
|
|
@@ -1420,8 +1479,6 @@ export interface __NpgsqlVarbitTypeMapping$views {
|
|
|
1420
1479
|
As_INpgsqlTypeMapping(): INpgsqlTypeMapping$instance;
|
|
1421
1480
|
}
|
|
1422
1481
|
|
|
1423
|
-
export interface NpgsqlVarbitTypeMapping$instance extends INpgsqlTypeMapping$instance {}
|
|
1424
|
-
|
|
1425
1482
|
export type NpgsqlVarbitTypeMapping = NpgsqlVarbitTypeMapping$instance & __NpgsqlVarbitTypeMapping$views;
|
|
1426
1483
|
|
|
1427
1484
|
|