@tsonic/efcore-npgsql 10.0.1 → 10.0.2
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/Microsoft.EntityFrameworkCore/bindings.json +737 -0
- package/Microsoft.EntityFrameworkCore.Diagnostics/bindings.json +20 -0
- package/Microsoft.EntityFrameworkCore.Metadata.Internal/bindings.json +5 -0
- package/Microsoft.Extensions.DependencyInjection/bindings.json +6 -0
- package/Npgsql/bindings.json +3099 -41
- package/Npgsql/internal/index.d.ts +142 -22
- package/Npgsql.BackendMessages/bindings.json +7 -0
- package/Npgsql.EntityFrameworkCore.PostgreSQL/bindings.json +39 -1
- package/Npgsql.EntityFrameworkCore.PostgreSQL/internal/index.d.ts +7 -2
- package/Npgsql.EntityFrameworkCore.PostgreSQL.Design.Internal/bindings.json +179 -0
- package/Npgsql.EntityFrameworkCore.PostgreSQL.Design.Internal/internal/index.d.ts +17 -2
- package/Npgsql.EntityFrameworkCore.PostgreSQL.Diagnostics.Internal/bindings.json +22 -0
- package/Npgsql.EntityFrameworkCore.PostgreSQL.Extensions.Internal/bindings.json +8 -0
- package/Npgsql.EntityFrameworkCore.PostgreSQL.Infrastructure/bindings.json +59 -1
- package/Npgsql.EntityFrameworkCore.PostgreSQL.Infrastructure/internal/index.d.ts +8 -3
- package/Npgsql.EntityFrameworkCore.PostgreSQL.Infrastructure.Internal/bindings.json +275 -16
- package/Npgsql.EntityFrameworkCore.PostgreSQL.Infrastructure.Internal/internal/index.d.ts +35 -11
- package/Npgsql.EntityFrameworkCore.PostgreSQL.Infrastructure.Internal.d.ts +1 -1
- package/Npgsql.EntityFrameworkCore.PostgreSQL.Infrastructure.d.ts +2 -2
- package/Npgsql.EntityFrameworkCore.PostgreSQL.Internal/bindings.json +120 -31
- package/Npgsql.EntityFrameworkCore.PostgreSQL.Internal/internal/index.d.ts +6 -8
- package/Npgsql.EntityFrameworkCore.PostgreSQL.Metadata/bindings.json +150 -0
- package/Npgsql.EntityFrameworkCore.PostgreSQL.Metadata.Conventions/bindings.json +480 -4
- package/Npgsql.EntityFrameworkCore.PostgreSQL.Metadata.Conventions/internal/index.d.ts +50 -10
- package/Npgsql.EntityFrameworkCore.PostgreSQL.Metadata.Conventions.d.ts +4 -4
- package/Npgsql.EntityFrameworkCore.PostgreSQL.Metadata.Internal/bindings.json +85 -0
- package/Npgsql.EntityFrameworkCore.PostgreSQL.Migrations/bindings.json +763 -8
- package/Npgsql.EntityFrameworkCore.PostgreSQL.Migrations/internal/index.d.ts +47 -5
- package/Npgsql.EntityFrameworkCore.PostgreSQL.Migrations.Internal/bindings.json +94 -0
- package/Npgsql.EntityFrameworkCore.PostgreSQL.Migrations.Internal/internal/index.d.ts +10 -3
- package/Npgsql.EntityFrameworkCore.PostgreSQL.Migrations.Internal.d.ts +2 -2
- package/Npgsql.EntityFrameworkCore.PostgreSQL.Migrations.Operations/bindings.json +42 -0
- package/Npgsql.EntityFrameworkCore.PostgreSQL.Migrations.d.ts +5 -4
- package/Npgsql.EntityFrameworkCore.PostgreSQL.Query/bindings.json +31 -0
- package/Npgsql.EntityFrameworkCore.PostgreSQL.Query.ExpressionTranslators.Internal/bindings.json +410 -0
- package/Npgsql.EntityFrameworkCore.PostgreSQL.Query.Expressions/bindings.json +53 -0
- package/Npgsql.EntityFrameworkCore.PostgreSQL.Query.Expressions.Internal/bindings.json +1093 -9
- package/Npgsql.EntityFrameworkCore.PostgreSQL.Query.Expressions.Internal/internal/index.d.ts +103 -15
- package/Npgsql.EntityFrameworkCore.PostgreSQL.Query.Internal/bindings.json +2356 -296
- package/Npgsql.EntityFrameworkCore.PostgreSQL.Query.Internal/internal/index.d.ts +157 -17
- package/Npgsql.EntityFrameworkCore.PostgreSQL.Query.Internal.d.ts +6 -5
- package/Npgsql.EntityFrameworkCore.PostgreSQL.Scaffolding.Internal/bindings.json +25 -0
- package/Npgsql.EntityFrameworkCore.PostgreSQL.Storage.Internal/bindings.json +508 -4
- package/Npgsql.EntityFrameworkCore.PostgreSQL.Storage.Internal/internal/index.d.ts +44 -11
- package/Npgsql.EntityFrameworkCore.PostgreSQL.Storage.Internal.Json/bindings.json +23 -0
- package/Npgsql.EntityFrameworkCore.PostgreSQL.Storage.Internal.Mapping/bindings.json +4017 -129
- package/Npgsql.EntityFrameworkCore.PostgreSQL.Storage.Internal.Mapping/internal/index.d.ts +435 -53
- package/Npgsql.EntityFrameworkCore.PostgreSQL.Storage.Internal.d.ts +5 -4
- package/Npgsql.EntityFrameworkCore.PostgreSQL.Storage.ValueConversion/bindings.json +16 -0
- package/Npgsql.EntityFrameworkCore.PostgreSQL.Update.Internal/bindings.json +257 -2
- package/Npgsql.EntityFrameworkCore.PostgreSQL.Update.Internal/internal/index.d.ts +29 -5
- package/Npgsql.EntityFrameworkCore.PostgreSQL.Update.Internal.d.ts +5 -2
- package/Npgsql.EntityFrameworkCore.PostgreSQL.ValueGeneration/bindings.json +20 -0
- package/Npgsql.EntityFrameworkCore.PostgreSQL.ValueGeneration.Internal/bindings.json +137 -1
- package/Npgsql.EntityFrameworkCore.PostgreSQL.ValueGeneration.Internal/internal/index.d.ts +16 -3
- package/Npgsql.EntityFrameworkCore.PostgreSQL.ValueGeneration.Internal.d.ts +3 -1
- package/Npgsql.EntityFrameworkCore.PostgreSQL.d.ts +1 -1
- package/Npgsql.Internal/bindings.json +884 -15
- package/Npgsql.Internal/internal/index.d.ts +43 -9
- package/Npgsql.Internal.Postgres/bindings.json +81 -0
- package/Npgsql.Internal.d.ts +1 -1
- package/Npgsql.NameTranslation/bindings.json +30 -0
- package/Npgsql.PostgresTypes/bindings.json +144 -12
- package/Npgsql.PostgresTypes/internal/index.d.ts +12 -9
- package/Npgsql.Replication/bindings.json +166 -11
- package/Npgsql.Replication/internal/index.d.ts +6 -5
- package/Npgsql.Replication.Internal/bindings.json +26 -1
- package/Npgsql.Replication.Internal/internal/index.d.ts +1 -0
- package/Npgsql.Replication.PgOutput/bindings.json +160 -6
- package/Npgsql.Replication.PgOutput/internal/index.d.ts +4 -3
- package/Npgsql.Replication.PgOutput.Messages/bindings.json +513 -83
- package/Npgsql.Replication.PgOutput.Messages/internal/index.d.ts +43 -40
- package/Npgsql.Replication.TestDecoding/bindings.json +40 -2
- package/Npgsql.Replication.TestDecoding/internal/index.d.ts +1 -1
- package/Npgsql.Schema/bindings.json +87 -54
- package/Npgsql.Schema/internal/index.d.ts +33 -27
- package/Npgsql.TypeMapping/bindings.json +17 -0
- package/Npgsql.Util/bindings.json +4 -0
- package/Npgsql.d.ts +1 -1
- package/NpgsqlTypes/bindings.json +871 -4
- package/NpgsqlTypes/internal/index.d.ts +3 -1
- package/package.json +1 -1
|
@@ -43,12 +43,20 @@ export interface NpgsqlArrayTypeMapping$instance extends RelationalTypeMapping {
|
|
|
43
43
|
|
|
44
44
|
|
|
45
45
|
export const NpgsqlArrayTypeMapping: {
|
|
46
|
+
new(parameters: RelationalTypeMapping_RelationalTypeMappingParameters): NpgsqlArrayTypeMapping;
|
|
46
47
|
};
|
|
47
48
|
|
|
48
49
|
|
|
49
50
|
export type NpgsqlArrayTypeMapping = NpgsqlArrayTypeMapping$instance;
|
|
50
51
|
|
|
51
|
-
export
|
|
52
|
+
export abstract class NpgsqlArrayTypeMapping_3$protected<TCollection, TConcreteCollection, TElement> {
|
|
53
|
+
protected Clone(parameters: RelationalTypeMapping_RelationalTypeMappingParameters): RelationalTypeMapping;
|
|
54
|
+
protected ConfigureParameter(parameter: DbParameter): void;
|
|
55
|
+
protected GenerateNonNullSqlLiteral(value: unknown): string;
|
|
56
|
+
}
|
|
57
|
+
|
|
58
|
+
|
|
59
|
+
export interface NpgsqlArrayTypeMapping_3$instance<TCollection, TConcreteCollection, TElement> extends NpgsqlArrayTypeMapping_3$protected<TCollection, TConcreteCollection, TElement>, NpgsqlArrayTypeMapping {
|
|
52
60
|
readonly NpgsqlDbType: Nullable<NpgsqlDbType>;
|
|
53
61
|
CreateParameter(command: DbCommand, name: string, value: unknown, nullable?: Nullable<System_Internal.Boolean>, direction?: ParameterDirection): DbParameter;
|
|
54
62
|
}
|
|
@@ -57,18 +65,26 @@ export interface NpgsqlArrayTypeMapping_3$instance<TCollection, TConcreteCollect
|
|
|
57
65
|
export const NpgsqlArrayTypeMapping_3: {
|
|
58
66
|
new<TCollection, TConcreteCollection, TElement>(elementTypeMapping: RelationalTypeMapping): NpgsqlArrayTypeMapping_3<TCollection, TConcreteCollection, TElement>;
|
|
59
67
|
new<TCollection, TConcreteCollection, TElement>(storeType: string, elementTypeMapping: RelationalTypeMapping): NpgsqlArrayTypeMapping_3<TCollection, TConcreteCollection, TElement>;
|
|
68
|
+
new<TCollection, TConcreteCollection, TElement>(parameters: RelationalTypeMapping_RelationalTypeMappingParameters): NpgsqlArrayTypeMapping_3<TCollection, TConcreteCollection, TElement>;
|
|
60
69
|
readonly Default: unknown;
|
|
61
70
|
};
|
|
62
71
|
|
|
63
72
|
|
|
64
73
|
export type NpgsqlArrayTypeMapping_3<TCollection, TConcreteCollection, TElement> = NpgsqlArrayTypeMapping_3$instance<TCollection, TConcreteCollection, TElement>;
|
|
65
74
|
|
|
66
|
-
export
|
|
75
|
+
export abstract class NpgsqlBigIntegerTypeMapping$protected {
|
|
76
|
+
protected Clone(parameters: RelationalTypeMapping_RelationalTypeMappingParameters): RelationalTypeMapping;
|
|
77
|
+
protected ProcessStoreType(parameters: RelationalTypeMapping_RelationalTypeMappingParameters, storeType: string, _: string): string;
|
|
78
|
+
}
|
|
79
|
+
|
|
80
|
+
|
|
81
|
+
export interface NpgsqlBigIntegerTypeMapping$instance extends NpgsqlBigIntegerTypeMapping$protected, NpgsqlTypeMapping$instance {
|
|
67
82
|
}
|
|
68
83
|
|
|
69
84
|
|
|
70
85
|
export const NpgsqlBigIntegerTypeMapping: {
|
|
71
86
|
new(): NpgsqlBigIntegerTypeMapping;
|
|
87
|
+
new(parameters: RelationalTypeMapping_RelationalTypeMappingParameters): NpgsqlBigIntegerTypeMapping;
|
|
72
88
|
readonly Default: NpgsqlBigIntegerTypeMapping;
|
|
73
89
|
};
|
|
74
90
|
|
|
@@ -97,13 +113,20 @@ export const NpgsqlBigIntegerTypeMapping_JsonBigIntegerReaderWriter: {
|
|
|
97
113
|
|
|
98
114
|
export type NpgsqlBigIntegerTypeMapping_JsonBigIntegerReaderWriter = NpgsqlBigIntegerTypeMapping_JsonBigIntegerReaderWriter$instance;
|
|
99
115
|
|
|
100
|
-
export
|
|
116
|
+
export abstract class NpgsqlBitTypeMapping$protected {
|
|
117
|
+
protected Clone(parameters: RelationalTypeMapping_RelationalTypeMappingParameters): RelationalTypeMapping;
|
|
118
|
+
protected GenerateNonNullSqlLiteral(value: unknown): string;
|
|
119
|
+
}
|
|
120
|
+
|
|
121
|
+
|
|
122
|
+
export interface NpgsqlBitTypeMapping$instance extends NpgsqlBitTypeMapping$protected, NpgsqlTypeMapping$instance {
|
|
101
123
|
GenerateCodeLiteral(value: unknown): Expression;
|
|
102
124
|
}
|
|
103
125
|
|
|
104
126
|
|
|
105
127
|
export const NpgsqlBitTypeMapping: {
|
|
106
128
|
new(): NpgsqlBitTypeMapping;
|
|
129
|
+
new(parameters: RelationalTypeMapping_RelationalTypeMappingParameters): NpgsqlBitTypeMapping;
|
|
107
130
|
readonly Default: NpgsqlBitTypeMapping;
|
|
108
131
|
};
|
|
109
132
|
|
|
@@ -117,25 +140,39 @@ export interface NpgsqlBitTypeMapping$instance extends INpgsqlTypeMapping$instan
|
|
|
117
140
|
export type NpgsqlBitTypeMapping = NpgsqlBitTypeMapping$instance & __NpgsqlBitTypeMapping$views;
|
|
118
141
|
|
|
119
142
|
|
|
120
|
-
export
|
|
143
|
+
export abstract class NpgsqlBoolTypeMapping$protected {
|
|
144
|
+
protected Clone(parameters: RelationalTypeMapping_RelationalTypeMappingParameters): RelationalTypeMapping;
|
|
145
|
+
protected GenerateNonNullSqlLiteral(value: unknown): string;
|
|
146
|
+
}
|
|
147
|
+
|
|
148
|
+
|
|
149
|
+
export interface NpgsqlBoolTypeMapping$instance extends NpgsqlBoolTypeMapping$protected, BoolTypeMapping {
|
|
121
150
|
}
|
|
122
151
|
|
|
123
152
|
|
|
124
153
|
export const NpgsqlBoolTypeMapping: {
|
|
125
154
|
new(): NpgsqlBoolTypeMapping;
|
|
155
|
+
new(parameters: RelationalTypeMapping_RelationalTypeMappingParameters): NpgsqlBoolTypeMapping;
|
|
126
156
|
readonly Default: NpgsqlBoolTypeMapping;
|
|
127
157
|
};
|
|
128
158
|
|
|
129
159
|
|
|
130
160
|
export type NpgsqlBoolTypeMapping = NpgsqlBoolTypeMapping$instance;
|
|
131
161
|
|
|
132
|
-
export
|
|
162
|
+
export abstract class NpgsqlBoxTypeMapping$protected {
|
|
163
|
+
protected Clone(parameters: RelationalTypeMapping_RelationalTypeMappingParameters): RelationalTypeMapping;
|
|
164
|
+
protected GenerateNonNullSqlLiteral(value: unknown): string;
|
|
165
|
+
}
|
|
166
|
+
|
|
167
|
+
|
|
168
|
+
export interface NpgsqlBoxTypeMapping$instance extends NpgsqlBoxTypeMapping$protected, NpgsqlTypeMapping$instance {
|
|
133
169
|
GenerateCodeLiteral(value: unknown): Expression;
|
|
134
170
|
}
|
|
135
171
|
|
|
136
172
|
|
|
137
173
|
export const NpgsqlBoxTypeMapping: {
|
|
138
174
|
new(): NpgsqlBoxTypeMapping;
|
|
175
|
+
new(parameters: RelationalTypeMapping_RelationalTypeMappingParameters): NpgsqlBoxTypeMapping;
|
|
139
176
|
readonly Default: NpgsqlBoxTypeMapping;
|
|
140
177
|
};
|
|
141
178
|
|
|
@@ -149,25 +186,39 @@ export interface NpgsqlBoxTypeMapping$instance extends INpgsqlTypeMapping$instan
|
|
|
149
186
|
export type NpgsqlBoxTypeMapping = NpgsqlBoxTypeMapping$instance & __NpgsqlBoxTypeMapping$views;
|
|
150
187
|
|
|
151
188
|
|
|
152
|
-
export
|
|
189
|
+
export abstract class NpgsqlByteArrayTypeMapping$protected {
|
|
190
|
+
protected Clone(parameters: RelationalTypeMapping_RelationalTypeMappingParameters): RelationalTypeMapping;
|
|
191
|
+
protected GenerateNonNullSqlLiteral(value: unknown): string;
|
|
192
|
+
}
|
|
193
|
+
|
|
194
|
+
|
|
195
|
+
export interface NpgsqlByteArrayTypeMapping$instance extends NpgsqlByteArrayTypeMapping$protected, RelationalTypeMapping {
|
|
153
196
|
}
|
|
154
197
|
|
|
155
198
|
|
|
156
199
|
export const NpgsqlByteArrayTypeMapping: {
|
|
157
200
|
new(): NpgsqlByteArrayTypeMapping;
|
|
201
|
+
new(parameters: RelationalTypeMapping_RelationalTypeMappingParameters): NpgsqlByteArrayTypeMapping;
|
|
158
202
|
readonly Default: NpgsqlByteArrayTypeMapping;
|
|
159
203
|
};
|
|
160
204
|
|
|
161
205
|
|
|
162
206
|
export type NpgsqlByteArrayTypeMapping = NpgsqlByteArrayTypeMapping$instance;
|
|
163
207
|
|
|
164
|
-
export
|
|
208
|
+
export abstract class NpgsqlCharacterCharTypeMapping$protected {
|
|
209
|
+
protected Clone(parameters: RelationalTypeMapping_RelationalTypeMappingParameters): RelationalTypeMapping;
|
|
210
|
+
protected ConfigureParameter(parameter: DbParameter): void;
|
|
211
|
+
}
|
|
212
|
+
|
|
213
|
+
|
|
214
|
+
export interface NpgsqlCharacterCharTypeMapping$instance extends NpgsqlCharacterCharTypeMapping$protected, CharTypeMapping {
|
|
165
215
|
readonly NpgsqlDbType: NpgsqlDbType;
|
|
166
216
|
}
|
|
167
217
|
|
|
168
218
|
|
|
169
219
|
export const NpgsqlCharacterCharTypeMapping: {
|
|
170
220
|
new(storeType: string): NpgsqlCharacterCharTypeMapping;
|
|
221
|
+
new(parameters: RelationalTypeMapping_RelationalTypeMappingParameters): NpgsqlCharacterCharTypeMapping;
|
|
171
222
|
readonly Default: NpgsqlCharacterCharTypeMapping;
|
|
172
223
|
};
|
|
173
224
|
|
|
@@ -181,14 +232,22 @@ export interface NpgsqlCharacterCharTypeMapping$instance extends INpgsqlTypeMapp
|
|
|
181
232
|
export type NpgsqlCharacterCharTypeMapping = NpgsqlCharacterCharTypeMapping$instance & __NpgsqlCharacterCharTypeMapping$views;
|
|
182
233
|
|
|
183
234
|
|
|
184
|
-
export
|
|
235
|
+
export abstract class NpgsqlCharacterStringTypeMapping$protected {
|
|
236
|
+
protected Clone2(parameters: RelationalTypeMapping_RelationalTypeMappingParameters): RelationalTypeMapping;
|
|
237
|
+
protected ConfigureParameter(parameter: DbParameter): void;
|
|
238
|
+
}
|
|
239
|
+
|
|
240
|
+
|
|
241
|
+
export interface NpgsqlCharacterStringTypeMapping$instance extends NpgsqlCharacterStringTypeMapping$protected, NpgsqlStringTypeMapping$instance {
|
|
185
242
|
readonly Comparer: ValueComparer;
|
|
186
243
|
readonly KeyComparer: ValueComparer;
|
|
244
|
+
Clone(npgsqlDbType: NpgsqlDbType): NpgsqlStringTypeMapping;
|
|
187
245
|
}
|
|
188
246
|
|
|
189
247
|
|
|
190
248
|
export const NpgsqlCharacterStringTypeMapping: {
|
|
191
249
|
new(storeType: string, size: int): NpgsqlCharacterStringTypeMapping;
|
|
250
|
+
new(parameters: RelationalTypeMapping_RelationalTypeMappingParameters): NpgsqlCharacterStringTypeMapping;
|
|
192
251
|
EqualsWithoutTrailingWhitespace(a: string, b: string): boolean;
|
|
193
252
|
GetHashCodeWithoutTrailingWhitespace(a: string): int;
|
|
194
253
|
};
|
|
@@ -203,13 +262,20 @@ export interface NpgsqlCharacterStringTypeMapping$instance extends INpgsqlTypeMa
|
|
|
203
262
|
export type NpgsqlCharacterStringTypeMapping = NpgsqlCharacterStringTypeMapping$instance & __NpgsqlCharacterStringTypeMapping$views;
|
|
204
263
|
|
|
205
264
|
|
|
206
|
-
export
|
|
265
|
+
export abstract class NpgsqlCidrTypeMapping$protected {
|
|
266
|
+
protected Clone(parameters: RelationalTypeMapping_RelationalTypeMappingParameters): RelationalTypeMapping;
|
|
267
|
+
protected GenerateNonNullSqlLiteral(value: unknown): string;
|
|
268
|
+
}
|
|
269
|
+
|
|
270
|
+
|
|
271
|
+
export interface NpgsqlCidrTypeMapping$instance extends NpgsqlCidrTypeMapping$protected, NpgsqlTypeMapping$instance {
|
|
207
272
|
GenerateCodeLiteral(value: unknown): Expression;
|
|
208
273
|
}
|
|
209
274
|
|
|
210
275
|
|
|
211
276
|
export const NpgsqlCidrTypeMapping: {
|
|
212
277
|
new(): NpgsqlCidrTypeMapping;
|
|
278
|
+
new(parameters: RelationalTypeMapping_RelationalTypeMappingParameters): NpgsqlCidrTypeMapping;
|
|
213
279
|
readonly Default: NpgsqlCidrTypeMapping;
|
|
214
280
|
};
|
|
215
281
|
|
|
@@ -238,13 +304,20 @@ export const NpgsqlCidrTypeMapping_JsonCidrReaderWriter: {
|
|
|
238
304
|
|
|
239
305
|
export type NpgsqlCidrTypeMapping_JsonCidrReaderWriter = NpgsqlCidrTypeMapping_JsonCidrReaderWriter$instance;
|
|
240
306
|
|
|
241
|
-
export
|
|
307
|
+
export abstract class NpgsqlCircleTypeMapping$protected {
|
|
308
|
+
protected Clone(parameters: RelationalTypeMapping_RelationalTypeMappingParameters): RelationalTypeMapping;
|
|
309
|
+
protected GenerateNonNullSqlLiteral(value: unknown): string;
|
|
310
|
+
}
|
|
311
|
+
|
|
312
|
+
|
|
313
|
+
export interface NpgsqlCircleTypeMapping$instance extends NpgsqlCircleTypeMapping$protected, NpgsqlTypeMapping$instance {
|
|
242
314
|
GenerateCodeLiteral(value: unknown): Expression;
|
|
243
315
|
}
|
|
244
316
|
|
|
245
317
|
|
|
246
318
|
export const NpgsqlCircleTypeMapping: {
|
|
247
319
|
new(): NpgsqlCircleTypeMapping;
|
|
320
|
+
new(parameters: RelationalTypeMapping_RelationalTypeMappingParameters): NpgsqlCircleTypeMapping;
|
|
248
321
|
readonly Default: NpgsqlCircleTypeMapping;
|
|
249
322
|
};
|
|
250
323
|
|
|
@@ -258,13 +331,20 @@ export interface NpgsqlCircleTypeMapping$instance extends INpgsqlTypeMapping$ins
|
|
|
258
331
|
export type NpgsqlCircleTypeMapping = NpgsqlCircleTypeMapping$instance & __NpgsqlCircleTypeMapping$views;
|
|
259
332
|
|
|
260
333
|
|
|
261
|
-
export
|
|
334
|
+
export abstract class NpgsqlCubeTypeMapping$protected {
|
|
335
|
+
protected Clone(parameters: RelationalTypeMapping_RelationalTypeMappingParameters): RelationalTypeMapping;
|
|
336
|
+
protected GenerateNonNullSqlLiteral(value: unknown): string;
|
|
337
|
+
}
|
|
338
|
+
|
|
339
|
+
|
|
340
|
+
export interface NpgsqlCubeTypeMapping$instance extends NpgsqlCubeTypeMapping$protected, NpgsqlTypeMapping$instance {
|
|
262
341
|
GenerateCodeLiteral(value: unknown): Expression;
|
|
263
342
|
}
|
|
264
343
|
|
|
265
344
|
|
|
266
345
|
export const NpgsqlCubeTypeMapping: {
|
|
267
346
|
new(): NpgsqlCubeTypeMapping;
|
|
347
|
+
new(parameters: RelationalTypeMapping_RelationalTypeMappingParameters): NpgsqlCubeTypeMapping;
|
|
268
348
|
readonly Default: NpgsqlCubeTypeMapping;
|
|
269
349
|
};
|
|
270
350
|
|
|
@@ -278,12 +358,20 @@ export interface NpgsqlCubeTypeMapping$instance extends INpgsqlTypeMapping$insta
|
|
|
278
358
|
export type NpgsqlCubeTypeMapping = NpgsqlCubeTypeMapping$instance & __NpgsqlCubeTypeMapping$views;
|
|
279
359
|
|
|
280
360
|
|
|
281
|
-
export
|
|
361
|
+
export abstract class NpgsqlDateOnlyTypeMapping$protected {
|
|
362
|
+
protected Clone(parameters: RelationalTypeMapping_RelationalTypeMappingParameters): RelationalTypeMapping;
|
|
363
|
+
protected GenerateEmbeddedNonNullSqlLiteral(value: unknown): string;
|
|
364
|
+
protected GenerateNonNullSqlLiteral(value: unknown): string;
|
|
365
|
+
}
|
|
366
|
+
|
|
367
|
+
|
|
368
|
+
export interface NpgsqlDateOnlyTypeMapping$instance extends NpgsqlDateOnlyTypeMapping$protected, NpgsqlTypeMapping$instance {
|
|
282
369
|
}
|
|
283
370
|
|
|
284
371
|
|
|
285
372
|
export const NpgsqlDateOnlyTypeMapping: {
|
|
286
373
|
new(): NpgsqlDateOnlyTypeMapping;
|
|
374
|
+
new(parameters: RelationalTypeMapping_RelationalTypeMappingParameters): NpgsqlDateOnlyTypeMapping;
|
|
287
375
|
readonly Default: NpgsqlDateOnlyTypeMapping;
|
|
288
376
|
};
|
|
289
377
|
|
|
@@ -312,12 +400,20 @@ export const NpgsqlDateOnlyTypeMapping_NpgsqlJsonDateOnlyReaderWriter: {
|
|
|
312
400
|
|
|
313
401
|
export type NpgsqlDateOnlyTypeMapping_NpgsqlJsonDateOnlyReaderWriter = NpgsqlDateOnlyTypeMapping_NpgsqlJsonDateOnlyReaderWriter$instance;
|
|
314
402
|
|
|
315
|
-
export
|
|
403
|
+
export abstract class NpgsqlDateTimeDateTypeMapping$protected {
|
|
404
|
+
protected Clone(parameters: RelationalTypeMapping_RelationalTypeMappingParameters): RelationalTypeMapping;
|
|
405
|
+
protected GenerateEmbeddedNonNullSqlLiteral(value: unknown): string;
|
|
406
|
+
protected GenerateNonNullSqlLiteral(value: unknown): string;
|
|
407
|
+
}
|
|
408
|
+
|
|
409
|
+
|
|
410
|
+
export interface NpgsqlDateTimeDateTypeMapping$instance extends NpgsqlDateTimeDateTypeMapping$protected, NpgsqlTypeMapping$instance {
|
|
316
411
|
}
|
|
317
412
|
|
|
318
413
|
|
|
319
414
|
export const NpgsqlDateTimeDateTypeMapping: {
|
|
320
415
|
new(): NpgsqlDateTimeDateTypeMapping;
|
|
416
|
+
new(parameters: RelationalTypeMapping_RelationalTypeMappingParameters): NpgsqlDateTimeDateTypeMapping;
|
|
321
417
|
readonly Default: NpgsqlDateTimeDateTypeMapping;
|
|
322
418
|
};
|
|
323
419
|
|
|
@@ -346,12 +442,20 @@ export const NpgsqlDateTimeDateTypeMapping_NpgsqlJsonDateTimeReaderWriter: {
|
|
|
346
442
|
|
|
347
443
|
export type NpgsqlDateTimeDateTypeMapping_NpgsqlJsonDateTimeReaderWriter = NpgsqlDateTimeDateTypeMapping_NpgsqlJsonDateTimeReaderWriter$instance;
|
|
348
444
|
|
|
349
|
-
export
|
|
445
|
+
export abstract class NpgsqlDecimalTypeMapping$protected {
|
|
446
|
+
protected readonly SqlLiteralFormatString: string;
|
|
447
|
+
protected Clone(parameters: RelationalTypeMapping_RelationalTypeMappingParameters): RelationalTypeMapping;
|
|
448
|
+
protected ProcessStoreType(parameters: RelationalTypeMapping_RelationalTypeMappingParameters, storeType: string, _: string): string;
|
|
449
|
+
}
|
|
450
|
+
|
|
451
|
+
|
|
452
|
+
export interface NpgsqlDecimalTypeMapping$instance extends NpgsqlDecimalTypeMapping$protected, NpgsqlTypeMapping$instance {
|
|
350
453
|
}
|
|
351
454
|
|
|
352
455
|
|
|
353
456
|
export const NpgsqlDecimalTypeMapping: {
|
|
354
457
|
new(clrType: Type): NpgsqlDecimalTypeMapping;
|
|
458
|
+
new(parameters: RelationalTypeMapping_RelationalTypeMappingParameters): NpgsqlDecimalTypeMapping;
|
|
355
459
|
readonly Default: NpgsqlDecimalTypeMapping;
|
|
356
460
|
};
|
|
357
461
|
|
|
@@ -365,19 +469,33 @@ export interface NpgsqlDecimalTypeMapping$instance extends INpgsqlTypeMapping$in
|
|
|
365
469
|
export type NpgsqlDecimalTypeMapping = NpgsqlDecimalTypeMapping$instance & __NpgsqlDecimalTypeMapping$views;
|
|
366
470
|
|
|
367
471
|
|
|
368
|
-
export
|
|
472
|
+
export abstract class NpgsqlDoubleTypeMapping$protected {
|
|
473
|
+
protected Clone(parameters: RelationalTypeMapping_RelationalTypeMappingParameters): RelationalTypeMapping;
|
|
474
|
+
protected GenerateNonNullSqlLiteral(value: unknown): string;
|
|
475
|
+
}
|
|
476
|
+
|
|
477
|
+
|
|
478
|
+
export interface NpgsqlDoubleTypeMapping$instance extends NpgsqlDoubleTypeMapping$protected, DoubleTypeMapping {
|
|
369
479
|
}
|
|
370
480
|
|
|
371
481
|
|
|
372
482
|
export const NpgsqlDoubleTypeMapping: {
|
|
373
483
|
new(): NpgsqlDoubleTypeMapping;
|
|
484
|
+
new(parameters: RelationalTypeMapping_RelationalTypeMappingParameters): NpgsqlDoubleTypeMapping;
|
|
374
485
|
readonly Default: NpgsqlDoubleTypeMapping;
|
|
375
486
|
};
|
|
376
487
|
|
|
377
488
|
|
|
378
489
|
export type NpgsqlDoubleTypeMapping = NpgsqlDoubleTypeMapping$instance;
|
|
379
490
|
|
|
380
|
-
export
|
|
491
|
+
export abstract class NpgsqlEnumTypeMapping$protected {
|
|
492
|
+
protected Clone(parameters: RelationalTypeMapping_RelationalTypeMappingParameters): RelationalTypeMapping;
|
|
493
|
+
protected ConfigureParameter(parameter: DbParameter): void;
|
|
494
|
+
protected GenerateNonNullSqlLiteral(value: unknown): string;
|
|
495
|
+
}
|
|
496
|
+
|
|
497
|
+
|
|
498
|
+
export interface NpgsqlEnumTypeMapping$instance extends NpgsqlEnumTypeMapping$protected, RelationalTypeMapping {
|
|
381
499
|
readonly Labels: IReadOnlyDictionary<unknown, System_Internal.String>;
|
|
382
500
|
readonly UnquotedStoreType: string;
|
|
383
501
|
Clone(unquotedStoreType: string, labels: IReadOnlyDictionary<unknown, System_Internal.String>): NpgsqlEnumTypeMapping;
|
|
@@ -386,6 +504,7 @@ export interface NpgsqlEnumTypeMapping$instance extends RelationalTypeMapping {
|
|
|
386
504
|
|
|
387
505
|
export const NpgsqlEnumTypeMapping: {
|
|
388
506
|
new(quotedStoreType: string, unquotedStoreType: string, enumType: Type, labels: IReadOnlyDictionary<unknown, System_Internal.String>): NpgsqlEnumTypeMapping;
|
|
507
|
+
new(parameters: RelationalTypeMapping_RelationalTypeMappingParameters, unquotedStoreType: string, labels: IReadOnlyDictionary<unknown, System_Internal.String>): NpgsqlEnumTypeMapping;
|
|
389
508
|
readonly Default: NpgsqlEnumTypeMapping;
|
|
390
509
|
};
|
|
391
510
|
|
|
@@ -407,7 +526,12 @@ export const NpgsqlEnumTypeMapping_JsonPgEnumReaderWriter_1: {
|
|
|
407
526
|
|
|
408
527
|
export type NpgsqlEnumTypeMapping_JsonPgEnumReaderWriter_1<T extends number> = NpgsqlEnumTypeMapping_JsonPgEnumReaderWriter_1$instance<T>;
|
|
409
528
|
|
|
410
|
-
export
|
|
529
|
+
export abstract class NpgsqlEStringTypeMapping$protected {
|
|
530
|
+
protected GenerateNonNullSqlLiteral(value: unknown): string;
|
|
531
|
+
}
|
|
532
|
+
|
|
533
|
+
|
|
534
|
+
export interface NpgsqlEStringTypeMapping$instance extends NpgsqlEStringTypeMapping$protected, StringTypeMapping {
|
|
411
535
|
}
|
|
412
536
|
|
|
413
537
|
|
|
@@ -419,24 +543,38 @@ export const NpgsqlEStringTypeMapping: {
|
|
|
419
543
|
|
|
420
544
|
export type NpgsqlEStringTypeMapping = NpgsqlEStringTypeMapping$instance;
|
|
421
545
|
|
|
422
|
-
export
|
|
546
|
+
export abstract class NpgsqlFloatTypeMapping$protected {
|
|
547
|
+
protected Clone(parameters: RelationalTypeMapping_RelationalTypeMappingParameters): RelationalTypeMapping;
|
|
548
|
+
protected GenerateNonNullSqlLiteral(value: unknown): string;
|
|
549
|
+
}
|
|
550
|
+
|
|
551
|
+
|
|
552
|
+
export interface NpgsqlFloatTypeMapping$instance extends NpgsqlFloatTypeMapping$protected, FloatTypeMapping {
|
|
423
553
|
}
|
|
424
554
|
|
|
425
555
|
|
|
426
556
|
export const NpgsqlFloatTypeMapping: {
|
|
427
557
|
new(): NpgsqlFloatTypeMapping;
|
|
558
|
+
new(parameters: RelationalTypeMapping_RelationalTypeMappingParameters): NpgsqlFloatTypeMapping;
|
|
428
559
|
readonly Default: NpgsqlFloatTypeMapping;
|
|
429
560
|
};
|
|
430
561
|
|
|
431
562
|
|
|
432
563
|
export type NpgsqlFloatTypeMapping = NpgsqlFloatTypeMapping$instance;
|
|
433
564
|
|
|
434
|
-
export
|
|
565
|
+
export abstract class NpgsqlHstoreTypeMapping$protected {
|
|
566
|
+
protected Clone(parameters: RelationalTypeMapping_RelationalTypeMappingParameters): RelationalTypeMapping;
|
|
567
|
+
protected GenerateNonNullSqlLiteral(value: unknown): string;
|
|
568
|
+
}
|
|
569
|
+
|
|
570
|
+
|
|
571
|
+
export interface NpgsqlHstoreTypeMapping$instance extends NpgsqlHstoreTypeMapping$protected, NpgsqlTypeMapping$instance {
|
|
435
572
|
}
|
|
436
573
|
|
|
437
574
|
|
|
438
575
|
export const NpgsqlHstoreTypeMapping: {
|
|
439
576
|
new(clrType: Type): NpgsqlHstoreTypeMapping;
|
|
577
|
+
new(parameters: RelationalTypeMapping_RelationalTypeMappingParameters): NpgsqlHstoreTypeMapping;
|
|
440
578
|
readonly Default: NpgsqlHstoreTypeMapping;
|
|
441
579
|
};
|
|
442
580
|
|
|
@@ -450,13 +588,20 @@ export interface NpgsqlHstoreTypeMapping$instance extends INpgsqlTypeMapping$ins
|
|
|
450
588
|
export type NpgsqlHstoreTypeMapping = NpgsqlHstoreTypeMapping$instance & __NpgsqlHstoreTypeMapping$views;
|
|
451
589
|
|
|
452
590
|
|
|
453
|
-
export
|
|
591
|
+
export abstract class NpgsqlInetTypeMapping$protected {
|
|
592
|
+
protected Clone(parameters: RelationalTypeMapping_RelationalTypeMappingParameters): RelationalTypeMapping;
|
|
593
|
+
protected GenerateNonNullSqlLiteral(value: unknown): string;
|
|
594
|
+
}
|
|
595
|
+
|
|
596
|
+
|
|
597
|
+
export interface NpgsqlInetTypeMapping$instance extends NpgsqlInetTypeMapping$protected, NpgsqlTypeMapping$instance {
|
|
454
598
|
GenerateCodeLiteral(value: unknown): Expression;
|
|
455
599
|
}
|
|
456
600
|
|
|
457
601
|
|
|
458
602
|
export const NpgsqlInetTypeMapping: {
|
|
459
603
|
new(clrType: Type): NpgsqlInetTypeMapping;
|
|
604
|
+
new(parameters: RelationalTypeMapping_RelationalTypeMappingParameters): NpgsqlInetTypeMapping;
|
|
460
605
|
readonly Default: NpgsqlInetTypeMapping;
|
|
461
606
|
};
|
|
462
607
|
|
|
@@ -500,12 +645,21 @@ export const NpgsqlInetTypeMapping_JsonNpgsqlInetReaderWriter: {
|
|
|
500
645
|
|
|
501
646
|
export type NpgsqlInetTypeMapping_JsonNpgsqlInetReaderWriter = NpgsqlInetTypeMapping_JsonNpgsqlInetReaderWriter$instance;
|
|
502
647
|
|
|
503
|
-
export
|
|
648
|
+
export abstract class NpgsqlIntervalTypeMapping$protected {
|
|
649
|
+
protected Clone(parameters: RelationalTypeMapping_RelationalTypeMappingParameters): RelationalTypeMapping;
|
|
650
|
+
protected GenerateEmbeddedNonNullSqlLiteral(value: unknown): string;
|
|
651
|
+
protected GenerateNonNullSqlLiteral(value: unknown): string;
|
|
652
|
+
protected ProcessStoreType(parameters: RelationalTypeMapping_RelationalTypeMappingParameters, storeType: string, _: string): string;
|
|
653
|
+
}
|
|
654
|
+
|
|
655
|
+
|
|
656
|
+
export interface NpgsqlIntervalTypeMapping$instance extends NpgsqlIntervalTypeMapping$protected, NpgsqlTypeMapping$instance {
|
|
504
657
|
}
|
|
505
658
|
|
|
506
659
|
|
|
507
660
|
export const NpgsqlIntervalTypeMapping: {
|
|
508
661
|
new(): NpgsqlIntervalTypeMapping;
|
|
662
|
+
new(parameters: RelationalTypeMapping_RelationalTypeMappingParameters): NpgsqlIntervalTypeMapping;
|
|
509
663
|
readonly Default: NpgsqlIntervalTypeMapping;
|
|
510
664
|
FormatTimeSpanAsInterval(ts: TimeSpan): string;
|
|
511
665
|
ParseIntervalAsTimeSpan(s: ReadOnlySpan<System_Internal.Char>): TimeSpan;
|
|
@@ -536,7 +690,14 @@ export const NpgsqlIntervalTypeMapping_NpgsqlJsonTimeSpanReaderWriter: {
|
|
|
536
690
|
|
|
537
691
|
export type NpgsqlIntervalTypeMapping_NpgsqlJsonTimeSpanReaderWriter = NpgsqlIntervalTypeMapping_NpgsqlJsonTimeSpanReaderWriter$instance;
|
|
538
692
|
|
|
539
|
-
export
|
|
693
|
+
export abstract class NpgsqlJsonTypeMapping$protected {
|
|
694
|
+
protected Clone(parameters: RelationalTypeMapping_RelationalTypeMappingParameters): RelationalTypeMapping;
|
|
695
|
+
protected EscapeSqlLiteral(literal: string): string;
|
|
696
|
+
protected GenerateNonNullSqlLiteral(value: unknown): string;
|
|
697
|
+
}
|
|
698
|
+
|
|
699
|
+
|
|
700
|
+
export interface NpgsqlJsonTypeMapping$instance extends NpgsqlJsonTypeMapping$protected, NpgsqlTypeMapping$instance {
|
|
540
701
|
readonly IsJsonb: boolean;
|
|
541
702
|
GenerateCodeLiteral(value: unknown): Expression;
|
|
542
703
|
}
|
|
@@ -544,6 +705,7 @@ export interface NpgsqlJsonTypeMapping$instance extends NpgsqlTypeMapping$instan
|
|
|
544
705
|
|
|
545
706
|
export const NpgsqlJsonTypeMapping: {
|
|
546
707
|
new(storeType: string, clrType: Type, elementTypeMapping: CoreTypeMapping): NpgsqlJsonTypeMapping;
|
|
708
|
+
new(parameters: RelationalTypeMapping_RelationalTypeMappingParameters, npgsqlDbType: NpgsqlDbType): NpgsqlJsonTypeMapping;
|
|
547
709
|
readonly Default: NpgsqlJsonTypeMapping;
|
|
548
710
|
};
|
|
549
711
|
|
|
@@ -557,13 +719,20 @@ export interface NpgsqlJsonTypeMapping$instance extends INpgsqlTypeMapping$insta
|
|
|
557
719
|
export type NpgsqlJsonTypeMapping = NpgsqlJsonTypeMapping$instance & __NpgsqlJsonTypeMapping$views;
|
|
558
720
|
|
|
559
721
|
|
|
560
|
-
export
|
|
722
|
+
export abstract class NpgsqlLegacyCidrTypeMapping$protected {
|
|
723
|
+
protected Clone(parameters: RelationalTypeMapping_RelationalTypeMappingParameters): RelationalTypeMapping;
|
|
724
|
+
protected GenerateNonNullSqlLiteral(value: unknown): string;
|
|
725
|
+
}
|
|
726
|
+
|
|
727
|
+
|
|
728
|
+
export interface NpgsqlLegacyCidrTypeMapping$instance extends NpgsqlLegacyCidrTypeMapping$protected, NpgsqlTypeMapping$instance {
|
|
561
729
|
GenerateCodeLiteral(value: unknown): Expression;
|
|
562
730
|
}
|
|
563
731
|
|
|
564
732
|
|
|
565
733
|
export const NpgsqlLegacyCidrTypeMapping: {
|
|
566
734
|
new(): NpgsqlLegacyCidrTypeMapping;
|
|
735
|
+
new(parameters: RelationalTypeMapping_RelationalTypeMappingParameters): NpgsqlLegacyCidrTypeMapping;
|
|
567
736
|
readonly Default: NpgsqlLegacyCidrTypeMapping;
|
|
568
737
|
};
|
|
569
738
|
|
|
@@ -592,13 +761,20 @@ export const NpgsqlLegacyCidrTypeMapping_JsonCidrLegacyReaderWriter: {
|
|
|
592
761
|
|
|
593
762
|
export type NpgsqlLegacyCidrTypeMapping_JsonCidrLegacyReaderWriter = NpgsqlLegacyCidrTypeMapping_JsonCidrLegacyReaderWriter$instance;
|
|
594
763
|
|
|
595
|
-
export
|
|
764
|
+
export abstract class NpgsqlLineSegmentTypeMapping$protected {
|
|
765
|
+
protected Clone(parameters: RelationalTypeMapping_RelationalTypeMappingParameters): RelationalTypeMapping;
|
|
766
|
+
protected GenerateNonNullSqlLiteral(value: unknown): string;
|
|
767
|
+
}
|
|
768
|
+
|
|
769
|
+
|
|
770
|
+
export interface NpgsqlLineSegmentTypeMapping$instance extends NpgsqlLineSegmentTypeMapping$protected, NpgsqlTypeMapping$instance {
|
|
596
771
|
GenerateCodeLiteral(value: unknown): Expression;
|
|
597
772
|
}
|
|
598
773
|
|
|
599
774
|
|
|
600
775
|
export const NpgsqlLineSegmentTypeMapping: {
|
|
601
776
|
new(): NpgsqlLineSegmentTypeMapping;
|
|
777
|
+
new(parameters: RelationalTypeMapping_RelationalTypeMappingParameters): NpgsqlLineSegmentTypeMapping;
|
|
602
778
|
readonly Default: NpgsqlLineSegmentTypeMapping;
|
|
603
779
|
};
|
|
604
780
|
|
|
@@ -612,13 +788,20 @@ export interface NpgsqlLineSegmentTypeMapping$instance extends INpgsqlTypeMappin
|
|
|
612
788
|
export type NpgsqlLineSegmentTypeMapping = NpgsqlLineSegmentTypeMapping$instance & __NpgsqlLineSegmentTypeMapping$views;
|
|
613
789
|
|
|
614
790
|
|
|
615
|
-
export
|
|
791
|
+
export abstract class NpgsqlLineTypeMapping$protected {
|
|
792
|
+
protected Clone(parameters: RelationalTypeMapping_RelationalTypeMappingParameters): RelationalTypeMapping;
|
|
793
|
+
protected GenerateNonNullSqlLiteral(value: unknown): string;
|
|
794
|
+
}
|
|
795
|
+
|
|
796
|
+
|
|
797
|
+
export interface NpgsqlLineTypeMapping$instance extends NpgsqlLineTypeMapping$protected, NpgsqlTypeMapping$instance {
|
|
616
798
|
GenerateCodeLiteral(value: unknown): Expression;
|
|
617
799
|
}
|
|
618
800
|
|
|
619
801
|
|
|
620
802
|
export const NpgsqlLineTypeMapping: {
|
|
621
803
|
new(): NpgsqlLineTypeMapping;
|
|
804
|
+
new(parameters: RelationalTypeMapping_RelationalTypeMappingParameters): NpgsqlLineTypeMapping;
|
|
622
805
|
readonly Default: NpgsqlLineTypeMapping;
|
|
623
806
|
};
|
|
624
807
|
|
|
@@ -632,13 +815,20 @@ export interface NpgsqlLineTypeMapping$instance extends INpgsqlTypeMapping$insta
|
|
|
632
815
|
export type NpgsqlLineTypeMapping = NpgsqlLineTypeMapping$instance & __NpgsqlLineTypeMapping$views;
|
|
633
816
|
|
|
634
817
|
|
|
635
|
-
export
|
|
818
|
+
export abstract class NpgsqlLTreeTypeMapping$protected {
|
|
819
|
+
protected Clone2(parameters: RelationalTypeMapping_RelationalTypeMappingParameters): RelationalTypeMapping;
|
|
820
|
+
}
|
|
821
|
+
|
|
822
|
+
|
|
823
|
+
export interface NpgsqlLTreeTypeMapping$instance extends NpgsqlLTreeTypeMapping$protected, NpgsqlStringTypeMapping$instance {
|
|
824
|
+
Clone(npgsqlDbType: NpgsqlDbType): NpgsqlStringTypeMapping;
|
|
636
825
|
GenerateCodeLiteral(value: unknown): Expression;
|
|
637
826
|
}
|
|
638
827
|
|
|
639
828
|
|
|
640
829
|
export const NpgsqlLTreeTypeMapping: {
|
|
641
830
|
new(): NpgsqlLTreeTypeMapping;
|
|
831
|
+
new(parameters: RelationalTypeMapping_RelationalTypeMappingParameters): NpgsqlLTreeTypeMapping;
|
|
642
832
|
};
|
|
643
833
|
|
|
644
834
|
|
|
@@ -666,13 +856,20 @@ export const NpgsqlLTreeTypeMapping_JsonLTreeReaderWriter: {
|
|
|
666
856
|
|
|
667
857
|
export type NpgsqlLTreeTypeMapping_JsonLTreeReaderWriter = NpgsqlLTreeTypeMapping_JsonLTreeReaderWriter$instance;
|
|
668
858
|
|
|
669
|
-
export
|
|
859
|
+
export abstract class NpgsqlMacaddr8TypeMapping$protected {
|
|
860
|
+
protected Clone(parameters: RelationalTypeMapping_RelationalTypeMappingParameters): RelationalTypeMapping;
|
|
861
|
+
protected GenerateNonNullSqlLiteral(value: unknown): string;
|
|
862
|
+
}
|
|
863
|
+
|
|
864
|
+
|
|
865
|
+
export interface NpgsqlMacaddr8TypeMapping$instance extends NpgsqlMacaddr8TypeMapping$protected, NpgsqlTypeMapping$instance {
|
|
670
866
|
GenerateCodeLiteral(value: unknown): Expression;
|
|
671
867
|
}
|
|
672
868
|
|
|
673
869
|
|
|
674
870
|
export const NpgsqlMacaddr8TypeMapping: {
|
|
675
871
|
new(): NpgsqlMacaddr8TypeMapping;
|
|
872
|
+
new(parameters: RelationalTypeMapping_RelationalTypeMappingParameters): NpgsqlMacaddr8TypeMapping;
|
|
676
873
|
readonly Default: NpgsqlMacaddr8TypeMapping;
|
|
677
874
|
};
|
|
678
875
|
|
|
@@ -686,13 +883,20 @@ export interface NpgsqlMacaddr8TypeMapping$instance extends INpgsqlTypeMapping$i
|
|
|
686
883
|
export type NpgsqlMacaddr8TypeMapping = NpgsqlMacaddr8TypeMapping$instance & __NpgsqlMacaddr8TypeMapping$views;
|
|
687
884
|
|
|
688
885
|
|
|
689
|
-
export
|
|
886
|
+
export abstract class NpgsqlMacaddrTypeMapping$protected {
|
|
887
|
+
protected Clone(parameters: RelationalTypeMapping_RelationalTypeMappingParameters): RelationalTypeMapping;
|
|
888
|
+
protected GenerateNonNullSqlLiteral(value: unknown): string;
|
|
889
|
+
}
|
|
890
|
+
|
|
891
|
+
|
|
892
|
+
export interface NpgsqlMacaddrTypeMapping$instance extends NpgsqlMacaddrTypeMapping$protected, NpgsqlTypeMapping$instance {
|
|
690
893
|
GenerateCodeLiteral(value: unknown): Expression;
|
|
691
894
|
}
|
|
692
895
|
|
|
693
896
|
|
|
694
897
|
export const NpgsqlMacaddrTypeMapping: {
|
|
695
898
|
new(): NpgsqlMacaddrTypeMapping;
|
|
899
|
+
new(parameters: RelationalTypeMapping_RelationalTypeMappingParameters): NpgsqlMacaddrTypeMapping;
|
|
696
900
|
readonly Default: NpgsqlMacaddrTypeMapping;
|
|
697
901
|
};
|
|
698
902
|
|
|
@@ -706,19 +910,33 @@ export interface NpgsqlMacaddrTypeMapping$instance extends INpgsqlTypeMapping$in
|
|
|
706
910
|
export type NpgsqlMacaddrTypeMapping = NpgsqlMacaddrTypeMapping$instance & __NpgsqlMacaddrTypeMapping$views;
|
|
707
911
|
|
|
708
912
|
|
|
709
|
-
export
|
|
913
|
+
export abstract class NpgsqlMoneyTypeMapping$protected {
|
|
914
|
+
protected Clone(parameters: RelationalTypeMapping_RelationalTypeMappingParameters): RelationalTypeMapping;
|
|
915
|
+
protected GenerateNonNullSqlLiteral(value: unknown): string;
|
|
916
|
+
}
|
|
917
|
+
|
|
918
|
+
|
|
919
|
+
export interface NpgsqlMoneyTypeMapping$instance extends NpgsqlMoneyTypeMapping$protected, DecimalTypeMapping {
|
|
710
920
|
}
|
|
711
921
|
|
|
712
922
|
|
|
713
923
|
export const NpgsqlMoneyTypeMapping: {
|
|
714
924
|
new(): NpgsqlMoneyTypeMapping;
|
|
925
|
+
new(parameters: RelationalTypeMapping_RelationalTypeMappingParameters): NpgsqlMoneyTypeMapping;
|
|
715
926
|
readonly Default: NpgsqlMoneyTypeMapping;
|
|
716
927
|
};
|
|
717
928
|
|
|
718
929
|
|
|
719
930
|
export type NpgsqlMoneyTypeMapping = NpgsqlMoneyTypeMapping$instance;
|
|
720
931
|
|
|
721
|
-
export
|
|
932
|
+
export abstract class NpgsqlMultirangeTypeMapping$protected {
|
|
933
|
+
protected Clone(parameters: RelationalTypeMapping_RelationalTypeMappingParameters): RelationalTypeMapping;
|
|
934
|
+
protected ConfigureParameter(parameter: DbParameter): void;
|
|
935
|
+
protected GenerateNonNullSqlLiteral(value: unknown): string;
|
|
936
|
+
}
|
|
937
|
+
|
|
938
|
+
|
|
939
|
+
export interface NpgsqlMultirangeTypeMapping$instance extends NpgsqlMultirangeTypeMapping$protected, RelationalTypeMapping {
|
|
722
940
|
readonly NpgsqlDbType: NpgsqlDbType;
|
|
723
941
|
readonly RangeMapping: NpgsqlRangeTypeMapping;
|
|
724
942
|
readonly SubtypeMapping: RelationalTypeMapping;
|
|
@@ -728,19 +946,27 @@ export interface NpgsqlMultirangeTypeMapping$instance extends RelationalTypeMapp
|
|
|
728
946
|
|
|
729
947
|
export const NpgsqlMultirangeTypeMapping: {
|
|
730
948
|
new(storeType: string, clrType: Type, rangeMapping: NpgsqlRangeTypeMapping): NpgsqlMultirangeTypeMapping;
|
|
949
|
+
new(parameters: RelationalTypeMapping_RelationalTypeMappingParameters, npgsqlDbType: NpgsqlDbType): NpgsqlMultirangeTypeMapping;
|
|
731
950
|
GenerateNonNullSqlLiteral(value: unknown, rangeMapping: RelationalTypeMapping, multirangeStoreType: string): string;
|
|
732
951
|
};
|
|
733
952
|
|
|
734
953
|
|
|
735
954
|
export type NpgsqlMultirangeTypeMapping = NpgsqlMultirangeTypeMapping$instance;
|
|
736
955
|
|
|
737
|
-
export
|
|
956
|
+
export abstract class NpgsqlPathTypeMapping$protected {
|
|
957
|
+
protected Clone(parameters: RelationalTypeMapping_RelationalTypeMappingParameters): RelationalTypeMapping;
|
|
958
|
+
protected GenerateNonNullSqlLiteral(value: unknown): string;
|
|
959
|
+
}
|
|
960
|
+
|
|
961
|
+
|
|
962
|
+
export interface NpgsqlPathTypeMapping$instance extends NpgsqlPathTypeMapping$protected, NpgsqlTypeMapping$instance {
|
|
738
963
|
GenerateCodeLiteral(value: unknown): Expression;
|
|
739
964
|
}
|
|
740
965
|
|
|
741
966
|
|
|
742
967
|
export const NpgsqlPathTypeMapping: {
|
|
743
968
|
new(): NpgsqlPathTypeMapping;
|
|
969
|
+
new(parameters: RelationalTypeMapping_RelationalTypeMappingParameters): NpgsqlPathTypeMapping;
|
|
744
970
|
readonly Default: NpgsqlPathTypeMapping;
|
|
745
971
|
};
|
|
746
972
|
|
|
@@ -754,13 +980,20 @@ export interface NpgsqlPathTypeMapping$instance extends INpgsqlTypeMapping$insta
|
|
|
754
980
|
export type NpgsqlPathTypeMapping = NpgsqlPathTypeMapping$instance & __NpgsqlPathTypeMapping$views;
|
|
755
981
|
|
|
756
982
|
|
|
757
|
-
export
|
|
983
|
+
export abstract class NpgsqlPgLsnTypeMapping$protected {
|
|
984
|
+
protected Clone(parameters: RelationalTypeMapping_RelationalTypeMappingParameters): RelationalTypeMapping;
|
|
985
|
+
protected GenerateNonNullSqlLiteral(value: unknown): string;
|
|
986
|
+
}
|
|
987
|
+
|
|
988
|
+
|
|
989
|
+
export interface NpgsqlPgLsnTypeMapping$instance extends NpgsqlPgLsnTypeMapping$protected, NpgsqlTypeMapping$instance {
|
|
758
990
|
GenerateCodeLiteral(value: unknown): Expression;
|
|
759
991
|
}
|
|
760
992
|
|
|
761
993
|
|
|
762
994
|
export const NpgsqlPgLsnTypeMapping: {
|
|
763
995
|
new(): NpgsqlPgLsnTypeMapping;
|
|
996
|
+
new(parameters: RelationalTypeMapping_RelationalTypeMappingParameters): NpgsqlPgLsnTypeMapping;
|
|
764
997
|
readonly Default: NpgsqlPgLsnTypeMapping;
|
|
765
998
|
};
|
|
766
999
|
|
|
@@ -789,13 +1022,20 @@ export const NpgsqlPgLsnTypeMapping_JsonLogSequenceNumberReaderWriter: {
|
|
|
789
1022
|
|
|
790
1023
|
export type NpgsqlPgLsnTypeMapping_JsonLogSequenceNumberReaderWriter = NpgsqlPgLsnTypeMapping_JsonLogSequenceNumberReaderWriter$instance;
|
|
791
1024
|
|
|
792
|
-
export
|
|
1025
|
+
export abstract class NpgsqlPointTypeMapping$protected {
|
|
1026
|
+
protected Clone(parameters: RelationalTypeMapping_RelationalTypeMappingParameters): RelationalTypeMapping;
|
|
1027
|
+
protected GenerateNonNullSqlLiteral(value: unknown): string;
|
|
1028
|
+
}
|
|
1029
|
+
|
|
1030
|
+
|
|
1031
|
+
export interface NpgsqlPointTypeMapping$instance extends NpgsqlPointTypeMapping$protected, NpgsqlTypeMapping$instance {
|
|
793
1032
|
GenerateCodeLiteral(value: unknown): Expression;
|
|
794
1033
|
}
|
|
795
1034
|
|
|
796
1035
|
|
|
797
1036
|
export const NpgsqlPointTypeMapping: {
|
|
798
1037
|
new(): NpgsqlPointTypeMapping;
|
|
1038
|
+
new(parameters: RelationalTypeMapping_RelationalTypeMappingParameters): NpgsqlPointTypeMapping;
|
|
799
1039
|
readonly Default: NpgsqlPointTypeMapping;
|
|
800
1040
|
};
|
|
801
1041
|
|
|
@@ -809,13 +1049,20 @@ export interface NpgsqlPointTypeMapping$instance extends INpgsqlTypeMapping$inst
|
|
|
809
1049
|
export type NpgsqlPointTypeMapping = NpgsqlPointTypeMapping$instance & __NpgsqlPointTypeMapping$views;
|
|
810
1050
|
|
|
811
1051
|
|
|
812
|
-
export
|
|
1052
|
+
export abstract class NpgsqlPolygonTypeMapping$protected {
|
|
1053
|
+
protected Clone(parameters: RelationalTypeMapping_RelationalTypeMappingParameters): RelationalTypeMapping;
|
|
1054
|
+
protected GenerateNonNullSqlLiteral(value: unknown): string;
|
|
1055
|
+
}
|
|
1056
|
+
|
|
1057
|
+
|
|
1058
|
+
export interface NpgsqlPolygonTypeMapping$instance extends NpgsqlPolygonTypeMapping$protected, NpgsqlTypeMapping$instance {
|
|
813
1059
|
GenerateCodeLiteral(value: unknown): Expression;
|
|
814
1060
|
}
|
|
815
1061
|
|
|
816
1062
|
|
|
817
1063
|
export const NpgsqlPolygonTypeMapping: {
|
|
818
1064
|
new(): NpgsqlPolygonTypeMapping;
|
|
1065
|
+
new(parameters: RelationalTypeMapping_RelationalTypeMappingParameters): NpgsqlPolygonTypeMapping;
|
|
819
1066
|
readonly Default: NpgsqlPolygonTypeMapping;
|
|
820
1067
|
};
|
|
821
1068
|
|
|
@@ -829,7 +1076,15 @@ export interface NpgsqlPolygonTypeMapping$instance extends INpgsqlTypeMapping$in
|
|
|
829
1076
|
export type NpgsqlPolygonTypeMapping = NpgsqlPolygonTypeMapping$instance & __NpgsqlPolygonTypeMapping$views;
|
|
830
1077
|
|
|
831
1078
|
|
|
832
|
-
export
|
|
1079
|
+
export abstract class NpgsqlRangeTypeMapping$protected {
|
|
1080
|
+
protected Clone(parameters: RelationalTypeMapping_RelationalTypeMappingParameters): RelationalTypeMapping;
|
|
1081
|
+
protected ConfigureParameter(parameter: DbParameter): void;
|
|
1082
|
+
protected GenerateEmbeddedNonNullSqlLiteral(value: unknown): string;
|
|
1083
|
+
protected GenerateNonNullSqlLiteral(value: unknown): string;
|
|
1084
|
+
}
|
|
1085
|
+
|
|
1086
|
+
|
|
1087
|
+
export interface NpgsqlRangeTypeMapping$instance extends NpgsqlRangeTypeMapping$protected, NpgsqlTypeMapping$instance {
|
|
833
1088
|
readonly SubtypeMapping: RelationalTypeMapping;
|
|
834
1089
|
UnquotedStoreType: string;
|
|
835
1090
|
Clone(npgsqlDbType: NpgsqlDbType, subtypeTypeMapping: RelationalTypeMapping): NpgsqlRangeTypeMapping;
|
|
@@ -838,7 +1093,7 @@ export interface NpgsqlRangeTypeMapping$instance extends NpgsqlTypeMapping$insta
|
|
|
838
1093
|
|
|
839
1094
|
|
|
840
1095
|
export const NpgsqlRangeTypeMapping: {
|
|
841
|
-
new(): NpgsqlRangeTypeMapping;
|
|
1096
|
+
new(parameters: RelationalTypeMapping_RelationalTypeMappingParameters, npgsqlDbType: NpgsqlDbType, subtypeMapping: RelationalTypeMapping): NpgsqlRangeTypeMapping;
|
|
842
1097
|
readonly Default: NpgsqlRangeTypeMapping;
|
|
843
1098
|
CreatBuiltInRangeMapping(rangeStoreType: string, rangeClrType: Type, rangeNpgsqlDbType: NpgsqlDbType, subtypeMapping: RelationalTypeMapping): NpgsqlRangeTypeMapping;
|
|
844
1099
|
CreatUserDefinedRangeMapping(quotedRangeStoreType: string, unquotedRangeStoreType: string, rangeClrType: Type, subtypeMapping: RelationalTypeMapping): NpgsqlRangeTypeMapping;
|
|
@@ -854,12 +1109,19 @@ export interface NpgsqlRangeTypeMapping$instance extends INpgsqlTypeMapping$inst
|
|
|
854
1109
|
export type NpgsqlRangeTypeMapping = NpgsqlRangeTypeMapping$instance & __NpgsqlRangeTypeMapping$views;
|
|
855
1110
|
|
|
856
1111
|
|
|
857
|
-
export
|
|
1112
|
+
export abstract class NpgsqlRegconfigTypeMapping$protected {
|
|
1113
|
+
protected Clone(parameters: RelationalTypeMapping_RelationalTypeMappingParameters): RelationalTypeMapping;
|
|
1114
|
+
protected GenerateNonNullSqlLiteral(value: unknown): string;
|
|
1115
|
+
}
|
|
1116
|
+
|
|
1117
|
+
|
|
1118
|
+
export interface NpgsqlRegconfigTypeMapping$instance extends NpgsqlRegconfigTypeMapping$protected, NpgsqlTypeMapping$instance {
|
|
858
1119
|
}
|
|
859
1120
|
|
|
860
1121
|
|
|
861
1122
|
export const NpgsqlRegconfigTypeMapping: {
|
|
862
1123
|
new(): NpgsqlRegconfigTypeMapping;
|
|
1124
|
+
new(parameters: RelationalTypeMapping_RelationalTypeMappingParameters): NpgsqlRegconfigTypeMapping;
|
|
863
1125
|
readonly Default: NpgsqlRegconfigTypeMapping;
|
|
864
1126
|
};
|
|
865
1127
|
|
|
@@ -873,12 +1135,19 @@ export interface NpgsqlRegconfigTypeMapping$instance extends INpgsqlTypeMapping$
|
|
|
873
1135
|
export type NpgsqlRegconfigTypeMapping = NpgsqlRegconfigTypeMapping$instance & __NpgsqlRegconfigTypeMapping$views;
|
|
874
1136
|
|
|
875
1137
|
|
|
876
|
-
export
|
|
1138
|
+
export abstract class NpgsqlRegdictionaryTypeMapping$protected {
|
|
1139
|
+
protected Clone(parameters: RelationalTypeMapping_RelationalTypeMappingParameters): RelationalTypeMapping;
|
|
1140
|
+
protected GenerateNonNullSqlLiteral(value: unknown): string;
|
|
1141
|
+
}
|
|
1142
|
+
|
|
1143
|
+
|
|
1144
|
+
export interface NpgsqlRegdictionaryTypeMapping$instance extends NpgsqlRegdictionaryTypeMapping$protected, NpgsqlTypeMapping$instance {
|
|
877
1145
|
}
|
|
878
1146
|
|
|
879
1147
|
|
|
880
1148
|
export const NpgsqlRegdictionaryTypeMapping: {
|
|
881
1149
|
new(): NpgsqlRegdictionaryTypeMapping;
|
|
1150
|
+
new(parameters: RelationalTypeMapping_RelationalTypeMappingParameters): NpgsqlRegdictionaryTypeMapping;
|
|
882
1151
|
readonly Default: NpgsqlRegdictionaryTypeMapping;
|
|
883
1152
|
};
|
|
884
1153
|
|
|
@@ -892,18 +1161,32 @@ export interface NpgsqlRegdictionaryTypeMapping$instance extends INpgsqlTypeMapp
|
|
|
892
1161
|
export type NpgsqlRegdictionaryTypeMapping = NpgsqlRegdictionaryTypeMapping$instance & __NpgsqlRegdictionaryTypeMapping$views;
|
|
893
1162
|
|
|
894
1163
|
|
|
895
|
-
export
|
|
1164
|
+
export abstract class NpgsqlRowValueTypeMapping$protected {
|
|
1165
|
+
protected Clone(parameters: RelationalTypeMapping_RelationalTypeMappingParameters): RelationalTypeMapping;
|
|
1166
|
+
protected ConfigureParameter(parameter: DbParameter): void;
|
|
1167
|
+
protected GenerateNonNullSqlLiteral(value: unknown): string;
|
|
1168
|
+
}
|
|
1169
|
+
|
|
1170
|
+
|
|
1171
|
+
export interface NpgsqlRowValueTypeMapping$instance extends NpgsqlRowValueTypeMapping$protected, RelationalTypeMapping {
|
|
896
1172
|
}
|
|
897
1173
|
|
|
898
1174
|
|
|
899
1175
|
export const NpgsqlRowValueTypeMapping: {
|
|
900
1176
|
new(clrType: Type): NpgsqlRowValueTypeMapping;
|
|
1177
|
+
new(parameters: RelationalTypeMapping_RelationalTypeMappingParameters): NpgsqlRowValueTypeMapping;
|
|
901
1178
|
};
|
|
902
1179
|
|
|
903
1180
|
|
|
904
1181
|
export type NpgsqlRowValueTypeMapping = NpgsqlRowValueTypeMapping$instance;
|
|
905
1182
|
|
|
906
|
-
export
|
|
1183
|
+
export abstract class NpgsqlStringTypeMapping$protected {
|
|
1184
|
+
protected Clone(parameters: RelationalTypeMapping_RelationalTypeMappingParameters): RelationalTypeMapping;
|
|
1185
|
+
protected ConfigureParameter(parameter: DbParameter): void;
|
|
1186
|
+
}
|
|
1187
|
+
|
|
1188
|
+
|
|
1189
|
+
export interface NpgsqlStringTypeMapping$instance extends NpgsqlStringTypeMapping$protected, StringTypeMapping {
|
|
907
1190
|
readonly NpgsqlDbType: NpgsqlDbType;
|
|
908
1191
|
Clone(npgsqlDbType: NpgsqlDbType): NpgsqlStringTypeMapping;
|
|
909
1192
|
}
|
|
@@ -911,6 +1194,7 @@ export interface NpgsqlStringTypeMapping$instance extends StringTypeMapping {
|
|
|
911
1194
|
|
|
912
1195
|
export const NpgsqlStringTypeMapping: {
|
|
913
1196
|
new(storeType: string, npgsqlDbType: NpgsqlDbType): NpgsqlStringTypeMapping;
|
|
1197
|
+
new(parameters: RelationalTypeMapping_RelationalTypeMappingParameters, npgsqlDbType: NpgsqlDbType): NpgsqlStringTypeMapping;
|
|
914
1198
|
readonly Default: NpgsqlStringTypeMapping;
|
|
915
1199
|
};
|
|
916
1200
|
|
|
@@ -924,7 +1208,15 @@ export interface NpgsqlStringTypeMapping$instance extends INpgsqlTypeMapping$ins
|
|
|
924
1208
|
export type NpgsqlStringTypeMapping = NpgsqlStringTypeMapping$instance & __NpgsqlStringTypeMapping$views;
|
|
925
1209
|
|
|
926
1210
|
|
|
927
|
-
export
|
|
1211
|
+
export abstract class NpgsqlStructuralJsonTypeMapping$protected {
|
|
1212
|
+
protected Clone(parameters: RelationalTypeMapping_RelationalTypeMappingParameters): RelationalTypeMapping;
|
|
1213
|
+
protected ConfigureParameter(parameter: DbParameter): void;
|
|
1214
|
+
protected EscapeSqlLiteral(literal: string): string;
|
|
1215
|
+
protected GenerateNonNullSqlLiteral(value: unknown): string;
|
|
1216
|
+
}
|
|
1217
|
+
|
|
1218
|
+
|
|
1219
|
+
export interface NpgsqlStructuralJsonTypeMapping$instance extends NpgsqlStructuralJsonTypeMapping$protected, JsonTypeMapping {
|
|
928
1220
|
readonly NpgsqlDbType: NpgsqlDbType;
|
|
929
1221
|
CustomizeDataReaderExpression(expression: Expression): Expression;
|
|
930
1222
|
GetDataReaderMethod(): MethodInfo;
|
|
@@ -933,18 +1225,26 @@ export interface NpgsqlStructuralJsonTypeMapping$instance extends JsonTypeMappin
|
|
|
933
1225
|
|
|
934
1226
|
export const NpgsqlStructuralJsonTypeMapping: {
|
|
935
1227
|
new(storeType: string): NpgsqlStructuralJsonTypeMapping;
|
|
1228
|
+
new(parameters: RelationalTypeMapping_RelationalTypeMappingParameters, npgsqlDbType: NpgsqlDbType): NpgsqlStructuralJsonTypeMapping;
|
|
936
1229
|
};
|
|
937
1230
|
|
|
938
1231
|
|
|
939
1232
|
export type NpgsqlStructuralJsonTypeMapping = NpgsqlStructuralJsonTypeMapping$instance;
|
|
940
1233
|
|
|
941
|
-
export
|
|
1234
|
+
export abstract class NpgsqlTidTypeMapping$protected {
|
|
1235
|
+
protected Clone(parameters: RelationalTypeMapping_RelationalTypeMappingParameters): RelationalTypeMapping;
|
|
1236
|
+
protected GenerateNonNullSqlLiteral(value: unknown): string;
|
|
1237
|
+
}
|
|
1238
|
+
|
|
1239
|
+
|
|
1240
|
+
export interface NpgsqlTidTypeMapping$instance extends NpgsqlTidTypeMapping$protected, NpgsqlTypeMapping$instance {
|
|
942
1241
|
GenerateCodeLiteral(value: unknown): Expression;
|
|
943
1242
|
}
|
|
944
1243
|
|
|
945
1244
|
|
|
946
1245
|
export const NpgsqlTidTypeMapping: {
|
|
947
1246
|
new(): NpgsqlTidTypeMapping;
|
|
1247
|
+
new(parameters: RelationalTypeMapping_RelationalTypeMappingParameters): NpgsqlTidTypeMapping;
|
|
948
1248
|
readonly Default: NpgsqlTidTypeMapping;
|
|
949
1249
|
};
|
|
950
1250
|
|
|
@@ -958,12 +1258,21 @@ export interface NpgsqlTidTypeMapping$instance extends INpgsqlTypeMapping$instan
|
|
|
958
1258
|
export type NpgsqlTidTypeMapping = NpgsqlTidTypeMapping$instance & __NpgsqlTidTypeMapping$views;
|
|
959
1259
|
|
|
960
1260
|
|
|
961
|
-
export
|
|
1261
|
+
export abstract class NpgsqlTimestampTypeMapping$protected {
|
|
1262
|
+
protected Clone(parameters: RelationalTypeMapping_RelationalTypeMappingParameters): RelationalTypeMapping;
|
|
1263
|
+
protected GenerateEmbeddedNonNullSqlLiteral(value: unknown): string;
|
|
1264
|
+
protected GenerateNonNullSqlLiteral(value: unknown): string;
|
|
1265
|
+
protected ProcessStoreType(parameters: RelationalTypeMapping_RelationalTypeMappingParameters, storeType: string, _: string): string;
|
|
1266
|
+
}
|
|
1267
|
+
|
|
1268
|
+
|
|
1269
|
+
export interface NpgsqlTimestampTypeMapping$instance extends NpgsqlTimestampTypeMapping$protected, NpgsqlTypeMapping$instance {
|
|
962
1270
|
}
|
|
963
1271
|
|
|
964
1272
|
|
|
965
1273
|
export const NpgsqlTimestampTypeMapping: {
|
|
966
1274
|
new(): NpgsqlTimestampTypeMapping;
|
|
1275
|
+
new(parameters: RelationalTypeMapping_RelationalTypeMappingParameters): NpgsqlTimestampTypeMapping;
|
|
967
1276
|
readonly Default: NpgsqlTimestampTypeMapping;
|
|
968
1277
|
};
|
|
969
1278
|
|
|
@@ -992,12 +1301,21 @@ export const NpgsqlTimestampTypeMapping_NpgsqlJsonTimestampReaderWriter: {
|
|
|
992
1301
|
|
|
993
1302
|
export type NpgsqlTimestampTypeMapping_NpgsqlJsonTimestampReaderWriter = NpgsqlTimestampTypeMapping_NpgsqlJsonTimestampReaderWriter$instance;
|
|
994
1303
|
|
|
995
|
-
export
|
|
1304
|
+
export abstract class NpgsqlTimestampTzTypeMapping$protected {
|
|
1305
|
+
protected Clone(parameters: RelationalTypeMapping_RelationalTypeMappingParameters): RelationalTypeMapping;
|
|
1306
|
+
protected GenerateEmbeddedNonNullSqlLiteral(value: unknown): string;
|
|
1307
|
+
protected GenerateNonNullSqlLiteral(value: unknown): string;
|
|
1308
|
+
protected ProcessStoreType(parameters: RelationalTypeMapping_RelationalTypeMappingParameters, storeType: string, _: string): string;
|
|
1309
|
+
}
|
|
1310
|
+
|
|
1311
|
+
|
|
1312
|
+
export interface NpgsqlTimestampTzTypeMapping$instance extends NpgsqlTimestampTzTypeMapping$protected, NpgsqlTypeMapping$instance {
|
|
996
1313
|
}
|
|
997
1314
|
|
|
998
1315
|
|
|
999
1316
|
export const NpgsqlTimestampTzTypeMapping: {
|
|
1000
1317
|
new(clrType: Type): NpgsqlTimestampTzTypeMapping;
|
|
1318
|
+
new(parameters: RelationalTypeMapping_RelationalTypeMappingParameters): NpgsqlTimestampTzTypeMapping;
|
|
1001
1319
|
readonly Default: NpgsqlTimestampTzTypeMapping;
|
|
1002
1320
|
};
|
|
1003
1321
|
|
|
@@ -1041,12 +1359,21 @@ export const NpgsqlTimestampTzTypeMapping_NpgsqlJsonTimestampTzDateTimeReaderWri
|
|
|
1041
1359
|
|
|
1042
1360
|
export type NpgsqlTimestampTzTypeMapping_NpgsqlJsonTimestampTzDateTimeReaderWriter = NpgsqlTimestampTzTypeMapping_NpgsqlJsonTimestampTzDateTimeReaderWriter$instance;
|
|
1043
1361
|
|
|
1044
|
-
export
|
|
1362
|
+
export abstract class NpgsqlTimeTypeMapping$protected {
|
|
1363
|
+
protected Clone(parameters: RelationalTypeMapping_RelationalTypeMappingParameters): RelationalTypeMapping;
|
|
1364
|
+
protected GenerateEmbeddedNonNullSqlLiteral(value: unknown): string;
|
|
1365
|
+
protected GenerateNonNullSqlLiteral(value: unknown): string;
|
|
1366
|
+
protected ProcessStoreType(parameters: RelationalTypeMapping_RelationalTypeMappingParameters, storeType: string, _: string): string;
|
|
1367
|
+
}
|
|
1368
|
+
|
|
1369
|
+
|
|
1370
|
+
export interface NpgsqlTimeTypeMapping$instance extends NpgsqlTimeTypeMapping$protected, NpgsqlTypeMapping$instance {
|
|
1045
1371
|
}
|
|
1046
1372
|
|
|
1047
1373
|
|
|
1048
1374
|
export const NpgsqlTimeTypeMapping: {
|
|
1049
1375
|
new(clrType: Type): NpgsqlTimeTypeMapping;
|
|
1376
|
+
new(parameters: RelationalTypeMapping_RelationalTypeMappingParameters): NpgsqlTimeTypeMapping;
|
|
1050
1377
|
readonly Default: NpgsqlTimeTypeMapping;
|
|
1051
1378
|
};
|
|
1052
1379
|
|
|
@@ -1060,12 +1387,21 @@ export interface NpgsqlTimeTypeMapping$instance extends INpgsqlTypeMapping$insta
|
|
|
1060
1387
|
export type NpgsqlTimeTypeMapping = NpgsqlTimeTypeMapping$instance & __NpgsqlTimeTypeMapping$views;
|
|
1061
1388
|
|
|
1062
1389
|
|
|
1063
|
-
export
|
|
1390
|
+
export abstract class NpgsqlTimeTzTypeMapping$protected {
|
|
1391
|
+
protected Clone(parameters: RelationalTypeMapping_RelationalTypeMappingParameters): RelationalTypeMapping;
|
|
1392
|
+
protected GenerateEmbeddedNonNullSqlLiteral(value: unknown): string;
|
|
1393
|
+
protected GenerateNonNullSqlLiteral(value: unknown): string;
|
|
1394
|
+
protected ProcessStoreType(parameters: RelationalTypeMapping_RelationalTypeMappingParameters, storeType: string, _: string): string;
|
|
1395
|
+
}
|
|
1396
|
+
|
|
1397
|
+
|
|
1398
|
+
export interface NpgsqlTimeTzTypeMapping$instance extends NpgsqlTimeTzTypeMapping$protected, NpgsqlTypeMapping$instance {
|
|
1064
1399
|
}
|
|
1065
1400
|
|
|
1066
1401
|
|
|
1067
1402
|
export const NpgsqlTimeTzTypeMapping: {
|
|
1068
1403
|
new(): NpgsqlTimeTzTypeMapping;
|
|
1404
|
+
new(parameters: RelationalTypeMapping_RelationalTypeMappingParameters): NpgsqlTimeTzTypeMapping;
|
|
1069
1405
|
readonly Default: NpgsqlTimeTzTypeMapping;
|
|
1070
1406
|
};
|
|
1071
1407
|
|
|
@@ -1094,12 +1430,19 @@ export const NpgsqlTimeTzTypeMapping_JsonTimeTzReaderWriter: {
|
|
|
1094
1430
|
|
|
1095
1431
|
export type NpgsqlTimeTzTypeMapping_JsonTimeTzReaderWriter = NpgsqlTimeTzTypeMapping_JsonTimeTzReaderWriter$instance;
|
|
1096
1432
|
|
|
1097
|
-
export
|
|
1433
|
+
export abstract class NpgsqlTsQueryTypeMapping$protected {
|
|
1434
|
+
protected Clone(parameters: RelationalTypeMapping_RelationalTypeMappingParameters): RelationalTypeMapping;
|
|
1435
|
+
protected GenerateNonNullSqlLiteral(value: unknown): string;
|
|
1436
|
+
}
|
|
1437
|
+
|
|
1438
|
+
|
|
1439
|
+
export interface NpgsqlTsQueryTypeMapping$instance extends NpgsqlTsQueryTypeMapping$protected, NpgsqlTypeMapping$instance {
|
|
1098
1440
|
}
|
|
1099
1441
|
|
|
1100
1442
|
|
|
1101
1443
|
export const NpgsqlTsQueryTypeMapping: {
|
|
1102
1444
|
new(): NpgsqlTsQueryTypeMapping;
|
|
1445
|
+
new(parameters: RelationalTypeMapping_RelationalTypeMappingParameters): NpgsqlTsQueryTypeMapping;
|
|
1103
1446
|
readonly Default: NpgsqlTsQueryTypeMapping;
|
|
1104
1447
|
};
|
|
1105
1448
|
|
|
@@ -1113,24 +1456,37 @@ export interface NpgsqlTsQueryTypeMapping$instance extends INpgsqlTypeMapping$in
|
|
|
1113
1456
|
export type NpgsqlTsQueryTypeMapping = NpgsqlTsQueryTypeMapping$instance & __NpgsqlTsQueryTypeMapping$views;
|
|
1114
1457
|
|
|
1115
1458
|
|
|
1116
|
-
export
|
|
1459
|
+
export abstract class NpgsqlTsRankingNormalizationTypeMapping$protected {
|
|
1460
|
+
protected Clone(parameters: RelationalTypeMapping_RelationalTypeMappingParameters): RelationalTypeMapping;
|
|
1461
|
+
}
|
|
1462
|
+
|
|
1463
|
+
|
|
1464
|
+
export interface NpgsqlTsRankingNormalizationTypeMapping$instance extends NpgsqlTsRankingNormalizationTypeMapping$protected, IntTypeMapping {
|
|
1117
1465
|
}
|
|
1118
1466
|
|
|
1119
1467
|
|
|
1120
1468
|
export const NpgsqlTsRankingNormalizationTypeMapping: {
|
|
1121
1469
|
new(): NpgsqlTsRankingNormalizationTypeMapping;
|
|
1470
|
+
new(parameters: RelationalTypeMapping_RelationalTypeMappingParameters): NpgsqlTsRankingNormalizationTypeMapping;
|
|
1122
1471
|
readonly Default: NpgsqlTsRankingNormalizationTypeMapping;
|
|
1123
1472
|
};
|
|
1124
1473
|
|
|
1125
1474
|
|
|
1126
1475
|
export type NpgsqlTsRankingNormalizationTypeMapping = NpgsqlTsRankingNormalizationTypeMapping$instance;
|
|
1127
1476
|
|
|
1128
|
-
export
|
|
1477
|
+
export abstract class NpgsqlTsVectorTypeMapping$protected {
|
|
1478
|
+
protected Clone(parameters: RelationalTypeMapping_RelationalTypeMappingParameters): RelationalTypeMapping;
|
|
1479
|
+
protected GenerateNonNullSqlLiteral(value: unknown): string;
|
|
1480
|
+
}
|
|
1481
|
+
|
|
1482
|
+
|
|
1483
|
+
export interface NpgsqlTsVectorTypeMapping$instance extends NpgsqlTsVectorTypeMapping$protected, NpgsqlTypeMapping$instance {
|
|
1129
1484
|
}
|
|
1130
1485
|
|
|
1131
1486
|
|
|
1132
1487
|
export const NpgsqlTsVectorTypeMapping: {
|
|
1133
1488
|
new(): NpgsqlTsVectorTypeMapping;
|
|
1489
|
+
new(parameters: RelationalTypeMapping_RelationalTypeMappingParameters): NpgsqlTsVectorTypeMapping;
|
|
1134
1490
|
readonly Default: NpgsqlTsVectorTypeMapping;
|
|
1135
1491
|
};
|
|
1136
1492
|
|
|
@@ -1144,7 +1500,13 @@ export interface NpgsqlTsVectorTypeMapping$instance extends INpgsqlTypeMapping$i
|
|
|
1144
1500
|
export type NpgsqlTsVectorTypeMapping = NpgsqlTsVectorTypeMapping$instance & __NpgsqlTsVectorTypeMapping$views;
|
|
1145
1501
|
|
|
1146
1502
|
|
|
1147
|
-
export
|
|
1503
|
+
export abstract class NpgsqlTypeMapping$protected {
|
|
1504
|
+
protected ConfigureParameter(parameter: DbParameter): void;
|
|
1505
|
+
protected GenerateEmbeddedNonNullSqlLiteral(value: unknown): string;
|
|
1506
|
+
}
|
|
1507
|
+
|
|
1508
|
+
|
|
1509
|
+
export interface NpgsqlTypeMapping$instance extends NpgsqlTypeMapping$protected, RelationalTypeMapping {
|
|
1148
1510
|
readonly NpgsqlDbType: NpgsqlDbType;
|
|
1149
1511
|
GenerateEmbeddedProviderValueSqlLiteral(value: unknown): string;
|
|
1150
1512
|
GenerateEmbeddedSqlLiteral(value: unknown): string;
|
|
@@ -1153,6 +1515,7 @@ export interface NpgsqlTypeMapping$instance extends RelationalTypeMapping {
|
|
|
1153
1515
|
|
|
1154
1516
|
export const NpgsqlTypeMapping: {
|
|
1155
1517
|
new(storeType: string, clrType: Type, npgsqlDbType: NpgsqlDbType, jsonValueReaderWriter: JsonValueReaderWriter, elementTypeMapping: CoreTypeMapping): NpgsqlTypeMapping;
|
|
1518
|
+
new(parameters: RelationalTypeMapping_RelationalTypeMappingParameters, npgsqlDbType: NpgsqlDbType): NpgsqlTypeMapping;
|
|
1156
1519
|
};
|
|
1157
1520
|
|
|
1158
1521
|
|
|
@@ -1165,12 +1528,18 @@ export interface NpgsqlTypeMapping$instance extends INpgsqlTypeMapping$instance
|
|
|
1165
1528
|
export type NpgsqlTypeMapping = NpgsqlTypeMapping$instance & __NpgsqlTypeMapping$views;
|
|
1166
1529
|
|
|
1167
1530
|
|
|
1168
|
-
export
|
|
1531
|
+
export abstract class NpgsqlUIntTypeMapping$protected {
|
|
1532
|
+
protected Clone(parameters: RelationalTypeMapping_RelationalTypeMappingParameters): RelationalTypeMapping;
|
|
1533
|
+
}
|
|
1534
|
+
|
|
1535
|
+
|
|
1536
|
+
export interface NpgsqlUIntTypeMapping$instance extends NpgsqlUIntTypeMapping$protected, NpgsqlTypeMapping$instance {
|
|
1169
1537
|
}
|
|
1170
1538
|
|
|
1171
1539
|
|
|
1172
1540
|
export const NpgsqlUIntTypeMapping: {
|
|
1173
1541
|
new(storeType: string, npgsqlDbType: NpgsqlDbType): NpgsqlUIntTypeMapping;
|
|
1542
|
+
new(parameters: RelationalTypeMapping_RelationalTypeMappingParameters, npgsqlDbType: NpgsqlDbType): NpgsqlUIntTypeMapping;
|
|
1174
1543
|
readonly Default: NpgsqlUIntTypeMapping;
|
|
1175
1544
|
};
|
|
1176
1545
|
|
|
@@ -1184,12 +1553,18 @@ export interface NpgsqlUIntTypeMapping$instance extends INpgsqlTypeMapping$insta
|
|
|
1184
1553
|
export type NpgsqlUIntTypeMapping = NpgsqlUIntTypeMapping$instance & __NpgsqlUIntTypeMapping$views;
|
|
1185
1554
|
|
|
1186
1555
|
|
|
1187
|
-
export
|
|
1556
|
+
export abstract class NpgsqlULongTypeMapping$protected {
|
|
1557
|
+
protected Clone(parameters: RelationalTypeMapping_RelationalTypeMappingParameters): RelationalTypeMapping;
|
|
1558
|
+
}
|
|
1559
|
+
|
|
1560
|
+
|
|
1561
|
+
export interface NpgsqlULongTypeMapping$instance extends NpgsqlULongTypeMapping$protected, NpgsqlTypeMapping$instance {
|
|
1188
1562
|
}
|
|
1189
1563
|
|
|
1190
1564
|
|
|
1191
1565
|
export const NpgsqlULongTypeMapping: {
|
|
1192
1566
|
new(storeType: string, npgsqlDbType: NpgsqlDbType): NpgsqlULongTypeMapping;
|
|
1567
|
+
new(parameters: RelationalTypeMapping_RelationalTypeMappingParameters, npgsqlDbType: NpgsqlDbType): NpgsqlULongTypeMapping;
|
|
1193
1568
|
readonly Default: NpgsqlULongTypeMapping;
|
|
1194
1569
|
};
|
|
1195
1570
|
|
|
@@ -1203,13 +1578,20 @@ export interface NpgsqlULongTypeMapping$instance extends INpgsqlTypeMapping$inst
|
|
|
1203
1578
|
export type NpgsqlULongTypeMapping = NpgsqlULongTypeMapping$instance & __NpgsqlULongTypeMapping$views;
|
|
1204
1579
|
|
|
1205
1580
|
|
|
1206
|
-
export
|
|
1581
|
+
export abstract class NpgsqlVarbitTypeMapping$protected {
|
|
1582
|
+
protected Clone(parameters: RelationalTypeMapping_RelationalTypeMappingParameters): RelationalTypeMapping;
|
|
1583
|
+
protected GenerateNonNullSqlLiteral(value: unknown): string;
|
|
1584
|
+
}
|
|
1585
|
+
|
|
1586
|
+
|
|
1587
|
+
export interface NpgsqlVarbitTypeMapping$instance extends NpgsqlVarbitTypeMapping$protected, NpgsqlTypeMapping$instance {
|
|
1207
1588
|
GenerateCodeLiteral(value: unknown): Expression;
|
|
1208
1589
|
}
|
|
1209
1590
|
|
|
1210
1591
|
|
|
1211
1592
|
export const NpgsqlVarbitTypeMapping: {
|
|
1212
1593
|
new(): NpgsqlVarbitTypeMapping;
|
|
1594
|
+
new(parameters: RelationalTypeMapping_RelationalTypeMappingParameters): NpgsqlVarbitTypeMapping;
|
|
1213
1595
|
readonly Default: NpgsqlVarbitTypeMapping;
|
|
1214
1596
|
};
|
|
1215
1597
|
|