@tsonic/efcore-npgsql 0.1.1 → 10.0.1
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 +8128 -11135
- package/Microsoft.EntityFrameworkCore/internal/index.d.ts +604 -604
- package/Microsoft.EntityFrameworkCore.Diagnostics/bindings.json +29 -180
- package/Microsoft.EntityFrameworkCore.Diagnostics/internal/index.d.ts +16 -16
- package/Microsoft.EntityFrameworkCore.Metadata.Internal/bindings.json +18 -15
- package/Microsoft.EntityFrameworkCore.Metadata.Internal/internal/index.d.ts +1 -1
- package/Microsoft.Extensions.DependencyInjection/bindings.json +28 -26
- package/Microsoft.Extensions.DependencyInjection/internal/index.d.ts +2 -2
- package/Npgsql/bindings.json +10951 -18969
- package/Npgsql/internal/index.d.ts +1044 -1044
- package/Npgsql.BackendMessages/bindings.json +26 -39
- package/Npgsql.BackendMessages/internal/index.d.ts +3 -3
- package/Npgsql.EntityFrameworkCore.PostgreSQL/bindings.json +9 -66
- package/Npgsql.EntityFrameworkCore.PostgreSQL.Design.Internal/bindings.json +93 -174
- package/Npgsql.EntityFrameworkCore.PostgreSQL.Design.Internal/internal/index.d.ts +12 -12
- package/Npgsql.EntityFrameworkCore.PostgreSQL.Diagnostics.Internal/bindings.json +26 -201
- package/Npgsql.EntityFrameworkCore.PostgreSQL.Diagnostics.Internal/internal/index.d.ts +17 -17
- package/Npgsql.EntityFrameworkCore.PostgreSQL.Extensions.Internal/bindings.json +34 -48
- package/Npgsql.EntityFrameworkCore.PostgreSQL.Extensions.Internal/internal/index.d.ts +4 -4
- package/Npgsql.EntityFrameworkCore.PostgreSQL.Infrastructure/bindings.json +124 -217
- package/Npgsql.EntityFrameworkCore.PostgreSQL.Infrastructure/internal/index.d.ts +17 -17
- package/Npgsql.EntityFrameworkCore.PostgreSQL.Infrastructure.Internal/bindings.json +335 -693
- package/Npgsql.EntityFrameworkCore.PostgreSQL.Infrastructure.Internal/internal/index.d.ts +55 -55
- package/Npgsql.EntityFrameworkCore.PostgreSQL.Internal/bindings.json +390 -712
- package/Npgsql.EntityFrameworkCore.PostgreSQL.Internal/internal/index.d.ts +56 -56
- package/Npgsql.EntityFrameworkCore.PostgreSQL.Metadata/bindings.json +322 -703
- package/Npgsql.EntityFrameworkCore.PostgreSQL.Metadata/internal/index.d.ts +62 -62
- package/Npgsql.EntityFrameworkCore.PostgreSQL.Metadata.Conventions/bindings.json +99 -193
- package/Npgsql.EntityFrameworkCore.PostgreSQL.Metadata.Conventions/internal/index.d.ts +9 -9
- package/Npgsql.EntityFrameworkCore.PostgreSQL.Metadata.Internal/bindings.json +155 -612
- package/Npgsql.EntityFrameworkCore.PostgreSQL.Metadata.Internal/internal/index.d.ts +52 -52
- package/Npgsql.EntityFrameworkCore.PostgreSQL.Migrations/bindings.json +33 -58
- package/Npgsql.EntityFrameworkCore.PostgreSQL.Migrations/internal/index.d.ts +4 -4
- package/Npgsql.EntityFrameworkCore.PostgreSQL.Migrations.Internal/bindings.json +92 -173
- package/Npgsql.EntityFrameworkCore.PostgreSQL.Migrations.Internal/internal/index.d.ts +13 -13
- package/Npgsql.EntityFrameworkCore.PostgreSQL.Migrations.Operations/bindings.json +35 -72
- package/Npgsql.EntityFrameworkCore.PostgreSQL.Migrations.Operations/internal/index.d.ts +6 -6
- package/Npgsql.EntityFrameworkCore.PostgreSQL.Query/bindings.json +129 -234
- package/Npgsql.EntityFrameworkCore.PostgreSQL.Query/internal/index.d.ts +20 -20
- package/Npgsql.EntityFrameworkCore.PostgreSQL.Query.ExpressionTranslators.Internal/bindings.json +421 -864
- package/Npgsql.EntityFrameworkCore.PostgreSQL.Query.ExpressionTranslators.Internal/internal/index.d.ts +38 -38
- package/Npgsql.EntityFrameworkCore.PostgreSQL.Query.Expressions/bindings.json +41 -345
- package/Npgsql.EntityFrameworkCore.PostgreSQL.Query.Expressions/internal/index.d.ts +30 -30
- package/Npgsql.EntityFrameworkCore.PostgreSQL.Query.Expressions.Internal/bindings.json +952 -2015
- package/Npgsql.EntityFrameworkCore.PostgreSQL.Query.Expressions.Internal/internal/index.d.ts +160 -160
- package/Npgsql.EntityFrameworkCore.PostgreSQL.Query.Internal/bindings.json +240 -523
- package/Npgsql.EntityFrameworkCore.PostgreSQL.Query.Internal/internal/index.d.ts +23 -23
- package/Npgsql.EntityFrameworkCore.PostgreSQL.Scaffolding.Internal/bindings.json +33 -61
- package/Npgsql.EntityFrameworkCore.PostgreSQL.Scaffolding.Internal/internal/index.d.ts +3 -3
- package/Npgsql.EntityFrameworkCore.PostgreSQL.Storage.Internal/bindings.json +276 -544
- package/Npgsql.EntityFrameworkCore.PostgreSQL.Storage.Internal/internal/index.d.ts +36 -36
- package/Npgsql.EntityFrameworkCore.PostgreSQL.Storage.Internal.Json/bindings.json +60 -110
- package/Npgsql.EntityFrameworkCore.PostgreSQL.Storage.Internal.Json/internal/index.d.ts +8 -8
- package/Npgsql.EntityFrameworkCore.PostgreSQL.Storage.Internal.Mapping/bindings.json +1549 -4016
- package/Npgsql.EntityFrameworkCore.PostgreSQL.Storage.Internal.Mapping/internal/index.d.ts +159 -159
- package/Npgsql.EntityFrameworkCore.PostgreSQL.Storage.ValueConversion/bindings.json +14 -34
- package/Npgsql.EntityFrameworkCore.PostgreSQL.Storage.ValueConversion/internal/index.d.ts +1 -1
- package/Npgsql.EntityFrameworkCore.PostgreSQL.Update.Internal/bindings.json +93 -187
- package/Npgsql.EntityFrameworkCore.PostgreSQL.Update.Internal/internal/index.d.ts +10 -10
- package/Npgsql.EntityFrameworkCore.PostgreSQL.ValueGeneration/bindings.json +37 -76
- package/Npgsql.EntityFrameworkCore.PostgreSQL.ValueGeneration/internal/index.d.ts +4 -4
- package/Npgsql.EntityFrameworkCore.PostgreSQL.ValueGeneration.Internal/bindings.json +108 -192
- package/Npgsql.EntityFrameworkCore.PostgreSQL.ValueGeneration.Internal/internal/index.d.ts +8 -8
- package/Npgsql.Internal/bindings.json +1671 -3264
- package/Npgsql.Internal/internal/index.d.ts +244 -244
- package/Npgsql.Internal.Postgres/bindings.json +208 -434
- package/Npgsql.Internal.Postgres/internal/index.d.ts +33 -33
- package/Npgsql.NameTranslation/bindings.json +61 -116
- package/Npgsql.NameTranslation/internal/index.d.ts +5 -5
- package/Npgsql.PostgresTypes/bindings.json +175 -1000
- package/Npgsql.PostgresTypes/internal/index.d.ts +19 -19
- package/Npgsql.Replication/bindings.json +325 -1072
- package/Npgsql.Replication/internal/index.d.ts +46 -46
- package/Npgsql.Replication.Internal/bindings.json +44 -73
- package/Npgsql.Replication.Internal/internal/index.d.ts +5 -5
- package/Npgsql.Replication.PgOutput/bindings.json +191 -537
- package/Npgsql.Replication.PgOutput/internal/index.d.ts +30 -30
- package/Npgsql.Replication.PgOutput.Messages/bindings.json +662 -2866
- package/Npgsql.Replication.PgOutput.Messages/internal/index.d.ts +82 -82
- package/Npgsql.Replication.TestDecoding/bindings.json +91 -268
- package/Npgsql.Replication.TestDecoding/internal/index.d.ts +13 -13
- package/Npgsql.Schema/bindings.json +149 -322
- package/Npgsql.Schema/internal/index.d.ts +28 -28
- package/Npgsql.TypeMapping/bindings.json +92 -153
- package/Npgsql.TypeMapping/internal/index.d.ts +13 -13
- package/Npgsql.Util/bindings.json +9 -1
- package/NpgsqlTypes/bindings.json +1569 -4426
- package/NpgsqlTypes/internal/index.d.ts +280 -280
- package/__build/scripts/generate.sh +4 -4
- package/__internal/extensions/index.d.ts +71 -71
- package/package.json +5 -5
- package/Microsoft.EntityFrameworkCore/internal/metadata.json +0 -10154
- package/Microsoft.EntityFrameworkCore.Diagnostics/internal/metadata.json +0 -172
- package/Microsoft.EntityFrameworkCore.Metadata.Internal/internal/metadata.json +0 -49
- package/Microsoft.Extensions.DependencyInjection/internal/metadata.json +0 -63
- package/Npgsql/internal/metadata.json +0 -15514
- package/Npgsql.BackendMessages/internal/metadata.json +0 -72
- package/Npgsql.EntityFrameworkCore.PostgreSQL/internal/metadata.json +0 -60
- package/Npgsql.EntityFrameworkCore.PostgreSQL.Design.Internal/internal/metadata.json +0 -269
- package/Npgsql.EntityFrameworkCore.PostgreSQL.Diagnostics.Internal/internal/metadata.json +0 -184
- package/Npgsql.EntityFrameworkCore.PostgreSQL.Extensions.Internal/internal/metadata.json +0 -125
- package/Npgsql.EntityFrameworkCore.PostgreSQL.Infrastructure/internal/metadata.json +0 -342
- package/Npgsql.EntityFrameworkCore.PostgreSQL.Infrastructure.Internal/internal/metadata.json +0 -985
- package/Npgsql.EntityFrameworkCore.PostgreSQL.Internal/internal/metadata.json +0 -1064
- package/Npgsql.EntityFrameworkCore.PostgreSQL.Metadata/internal/metadata.json +0 -990
- package/Npgsql.EntityFrameworkCore.PostgreSQL.Metadata.Conventions/internal/metadata.json +0 -317
- package/Npgsql.EntityFrameworkCore.PostgreSQL.Metadata.Internal/internal/metadata.json +0 -664
- package/Npgsql.EntityFrameworkCore.PostgreSQL.Migrations/internal/metadata.json +0 -95
- package/Npgsql.EntityFrameworkCore.PostgreSQL.Migrations.Internal/internal/metadata.json +0 -262
- package/Npgsql.EntityFrameworkCore.PostgreSQL.Migrations.Operations/internal/metadata.json +0 -114
- package/Npgsql.EntityFrameworkCore.PostgreSQL.Query/internal/metadata.json +0 -351
- package/Npgsql.EntityFrameworkCore.PostgreSQL.Query.ExpressionTranslators.Internal/internal/metadata.json +0 -1349
- package/Npgsql.EntityFrameworkCore.PostgreSQL.Query.Expressions/internal/metadata.json +0 -304
- package/Npgsql.EntityFrameworkCore.PostgreSQL.Query.Expressions.Internal/internal/metadata.json +0 -2783
- package/Npgsql.EntityFrameworkCore.PostgreSQL.Query.Internal/internal/metadata.json +0 -806
- package/Npgsql.EntityFrameworkCore.PostgreSQL.Scaffolding.Internal/internal/metadata.json +0 -102
- package/Npgsql.EntityFrameworkCore.PostgreSQL.Storage.Internal/internal/metadata.json +0 -807
- package/Npgsql.EntityFrameworkCore.PostgreSQL.Storage.Internal.Json/internal/metadata.json +0 -186
- package/Npgsql.EntityFrameworkCore.PostgreSQL.Storage.Internal.Mapping/internal/metadata.json +0 -4823
- package/Npgsql.EntityFrameworkCore.PostgreSQL.Storage.ValueConversion/internal/metadata.json +0 -51
- package/Npgsql.EntityFrameworkCore.PostgreSQL.Update.Internal/internal/metadata.json +0 -341
- package/Npgsql.EntityFrameworkCore.PostgreSQL.ValueGeneration/internal/metadata.json +0 -118
- package/Npgsql.EntityFrameworkCore.PostgreSQL.ValueGeneration.Internal/internal/metadata.json +0 -323
- package/Npgsql.Internal/internal/metadata.json +0 -4555
- package/Npgsql.Internal.Postgres/internal/metadata.json +0 -619
- package/Npgsql.NameTranslation/internal/metadata.json +0 -173
- package/Npgsql.PostgresTypes/internal/metadata.json +0 -480
- package/Npgsql.Replication/internal/metadata.json +0 -972
- package/Npgsql.Replication.Internal/internal/metadata.json +0 -119
- package/Npgsql.Replication.PgOutput/internal/metadata.json +0 -644
- package/Npgsql.Replication.PgOutput.Messages/internal/metadata.json +0 -1905
- package/Npgsql.Replication.TestDecoding/internal/metadata.json +0 -283
- package/Npgsql.Schema/internal/metadata.json +0 -451
- package/Npgsql.TypeMapping/internal/metadata.json +0 -248
- package/Npgsql.Util/internal/metadata.json +0 -24
- package/NpgsqlTypes/internal/metadata.json +0 -5014
|
@@ -31,14 +31,14 @@ import type { BoolTypeMapping, CharTypeMapping, CoreTypeMapping, DecimalTypeMapp
|
|
|
31
31
|
import type { JsonValueReaderWriter, Utf8JsonReaderManager } from "@tsonic/efcore/Microsoft.EntityFrameworkCore.Storage.Json.js";
|
|
32
32
|
|
|
33
33
|
export interface INpgsqlTypeMapping$instance {
|
|
34
|
-
readonly
|
|
34
|
+
readonly NpgsqlDbType: NpgsqlDbType;
|
|
35
35
|
}
|
|
36
36
|
|
|
37
37
|
|
|
38
38
|
export type INpgsqlTypeMapping = INpgsqlTypeMapping$instance;
|
|
39
39
|
|
|
40
40
|
export interface NpgsqlArrayTypeMapping$instance extends RelationalTypeMapping {
|
|
41
|
-
readonly
|
|
41
|
+
readonly ElementTypeMapping: RelationalTypeMapping;
|
|
42
42
|
}
|
|
43
43
|
|
|
44
44
|
|
|
@@ -49,15 +49,15 @@ export const NpgsqlArrayTypeMapping: {
|
|
|
49
49
|
export type NpgsqlArrayTypeMapping = NpgsqlArrayTypeMapping$instance;
|
|
50
50
|
|
|
51
51
|
export interface NpgsqlArrayTypeMapping_3$instance<TCollection, TConcreteCollection, TElement> extends NpgsqlArrayTypeMapping {
|
|
52
|
-
readonly
|
|
53
|
-
|
|
52
|
+
readonly NpgsqlDbType: Nullable<NpgsqlDbType>;
|
|
53
|
+
CreateParameter(command: DbCommand, name: string, value: unknown, nullable?: Nullable<System_Internal.Boolean>, direction?: ParameterDirection): DbParameter;
|
|
54
54
|
}
|
|
55
55
|
|
|
56
56
|
|
|
57
57
|
export const NpgsqlArrayTypeMapping_3: {
|
|
58
58
|
new<TCollection, TConcreteCollection, TElement>(elementTypeMapping: RelationalTypeMapping): NpgsqlArrayTypeMapping_3<TCollection, TConcreteCollection, TElement>;
|
|
59
59
|
new<TCollection, TConcreteCollection, TElement>(storeType: string, elementTypeMapping: RelationalTypeMapping): NpgsqlArrayTypeMapping_3<TCollection, TConcreteCollection, TElement>;
|
|
60
|
-
readonly
|
|
60
|
+
readonly Default: unknown;
|
|
61
61
|
};
|
|
62
62
|
|
|
63
63
|
|
|
@@ -69,7 +69,7 @@ export interface NpgsqlBigIntegerTypeMapping$instance extends NpgsqlTypeMapping$
|
|
|
69
69
|
|
|
70
70
|
export const NpgsqlBigIntegerTypeMapping: {
|
|
71
71
|
new(): NpgsqlBigIntegerTypeMapping;
|
|
72
|
-
readonly
|
|
72
|
+
readonly Default: NpgsqlBigIntegerTypeMapping;
|
|
73
73
|
};
|
|
74
74
|
|
|
75
75
|
|
|
@@ -83,28 +83,28 @@ export type NpgsqlBigIntegerTypeMapping = NpgsqlBigIntegerTypeMapping$instance &
|
|
|
83
83
|
|
|
84
84
|
|
|
85
85
|
export interface NpgsqlBigIntegerTypeMapping_JsonBigIntegerReaderWriter$instance extends JsonValueReaderWriter<BigInteger> {
|
|
86
|
-
readonly
|
|
87
|
-
|
|
88
|
-
|
|
86
|
+
readonly ConstructorExpression: Expression;
|
|
87
|
+
FromJsonTyped(manager: Utf8JsonReaderManager, existingObject?: unknown): BigInteger;
|
|
88
|
+
ToJsonTyped(writer: Utf8JsonWriter, value: BigInteger): void;
|
|
89
89
|
}
|
|
90
90
|
|
|
91
91
|
|
|
92
92
|
export const NpgsqlBigIntegerTypeMapping_JsonBigIntegerReaderWriter: {
|
|
93
93
|
new(): NpgsqlBigIntegerTypeMapping_JsonBigIntegerReaderWriter;
|
|
94
|
-
readonly
|
|
94
|
+
readonly Instance: NpgsqlBigIntegerTypeMapping_JsonBigIntegerReaderWriter;
|
|
95
95
|
};
|
|
96
96
|
|
|
97
97
|
|
|
98
98
|
export type NpgsqlBigIntegerTypeMapping_JsonBigIntegerReaderWriter = NpgsqlBigIntegerTypeMapping_JsonBigIntegerReaderWriter$instance;
|
|
99
99
|
|
|
100
100
|
export interface NpgsqlBitTypeMapping$instance extends NpgsqlTypeMapping$instance {
|
|
101
|
-
|
|
101
|
+
GenerateCodeLiteral(value: unknown): Expression;
|
|
102
102
|
}
|
|
103
103
|
|
|
104
104
|
|
|
105
105
|
export const NpgsqlBitTypeMapping: {
|
|
106
106
|
new(): NpgsqlBitTypeMapping;
|
|
107
|
-
readonly
|
|
107
|
+
readonly Default: NpgsqlBitTypeMapping;
|
|
108
108
|
};
|
|
109
109
|
|
|
110
110
|
|
|
@@ -123,20 +123,20 @@ export interface NpgsqlBoolTypeMapping$instance extends BoolTypeMapping {
|
|
|
123
123
|
|
|
124
124
|
export const NpgsqlBoolTypeMapping: {
|
|
125
125
|
new(): NpgsqlBoolTypeMapping;
|
|
126
|
-
readonly
|
|
126
|
+
readonly Default: NpgsqlBoolTypeMapping;
|
|
127
127
|
};
|
|
128
128
|
|
|
129
129
|
|
|
130
130
|
export type NpgsqlBoolTypeMapping = NpgsqlBoolTypeMapping$instance;
|
|
131
131
|
|
|
132
132
|
export interface NpgsqlBoxTypeMapping$instance extends NpgsqlTypeMapping$instance {
|
|
133
|
-
|
|
133
|
+
GenerateCodeLiteral(value: unknown): Expression;
|
|
134
134
|
}
|
|
135
135
|
|
|
136
136
|
|
|
137
137
|
export const NpgsqlBoxTypeMapping: {
|
|
138
138
|
new(): NpgsqlBoxTypeMapping;
|
|
139
|
-
readonly
|
|
139
|
+
readonly Default: NpgsqlBoxTypeMapping;
|
|
140
140
|
};
|
|
141
141
|
|
|
142
142
|
|
|
@@ -155,20 +155,20 @@ export interface NpgsqlByteArrayTypeMapping$instance extends RelationalTypeMappi
|
|
|
155
155
|
|
|
156
156
|
export const NpgsqlByteArrayTypeMapping: {
|
|
157
157
|
new(): NpgsqlByteArrayTypeMapping;
|
|
158
|
-
readonly
|
|
158
|
+
readonly Default: NpgsqlByteArrayTypeMapping;
|
|
159
159
|
};
|
|
160
160
|
|
|
161
161
|
|
|
162
162
|
export type NpgsqlByteArrayTypeMapping = NpgsqlByteArrayTypeMapping$instance;
|
|
163
163
|
|
|
164
164
|
export interface NpgsqlCharacterCharTypeMapping$instance extends CharTypeMapping {
|
|
165
|
-
readonly
|
|
165
|
+
readonly NpgsqlDbType: NpgsqlDbType;
|
|
166
166
|
}
|
|
167
167
|
|
|
168
168
|
|
|
169
169
|
export const NpgsqlCharacterCharTypeMapping: {
|
|
170
170
|
new(storeType: string): NpgsqlCharacterCharTypeMapping;
|
|
171
|
-
readonly
|
|
171
|
+
readonly Default: NpgsqlCharacterCharTypeMapping;
|
|
172
172
|
};
|
|
173
173
|
|
|
174
174
|
|
|
@@ -182,15 +182,15 @@ export type NpgsqlCharacterCharTypeMapping = NpgsqlCharacterCharTypeMapping$inst
|
|
|
182
182
|
|
|
183
183
|
|
|
184
184
|
export interface NpgsqlCharacterStringTypeMapping$instance extends NpgsqlStringTypeMapping$instance {
|
|
185
|
-
readonly
|
|
186
|
-
readonly
|
|
185
|
+
readonly Comparer: ValueComparer;
|
|
186
|
+
readonly KeyComparer: ValueComparer;
|
|
187
187
|
}
|
|
188
188
|
|
|
189
189
|
|
|
190
190
|
export const NpgsqlCharacterStringTypeMapping: {
|
|
191
191
|
new(storeType: string, size: int): NpgsqlCharacterStringTypeMapping;
|
|
192
|
-
|
|
193
|
-
|
|
192
|
+
EqualsWithoutTrailingWhitespace(a: string, b: string): boolean;
|
|
193
|
+
GetHashCodeWithoutTrailingWhitespace(a: string): int;
|
|
194
194
|
};
|
|
195
195
|
|
|
196
196
|
|
|
@@ -204,13 +204,13 @@ export type NpgsqlCharacterStringTypeMapping = NpgsqlCharacterStringTypeMapping$
|
|
|
204
204
|
|
|
205
205
|
|
|
206
206
|
export interface NpgsqlCidrTypeMapping$instance extends NpgsqlTypeMapping$instance {
|
|
207
|
-
|
|
207
|
+
GenerateCodeLiteral(value: unknown): Expression;
|
|
208
208
|
}
|
|
209
209
|
|
|
210
210
|
|
|
211
211
|
export const NpgsqlCidrTypeMapping: {
|
|
212
212
|
new(): NpgsqlCidrTypeMapping;
|
|
213
|
-
readonly
|
|
213
|
+
readonly Default: NpgsqlCidrTypeMapping;
|
|
214
214
|
};
|
|
215
215
|
|
|
216
216
|
|
|
@@ -224,28 +224,28 @@ export type NpgsqlCidrTypeMapping = NpgsqlCidrTypeMapping$instance & __NpgsqlCid
|
|
|
224
224
|
|
|
225
225
|
|
|
226
226
|
export interface NpgsqlCidrTypeMapping_JsonCidrReaderWriter$instance extends JsonValueReaderWriter<IPNetwork> {
|
|
227
|
-
readonly
|
|
228
|
-
|
|
229
|
-
|
|
227
|
+
readonly ConstructorExpression: Expression;
|
|
228
|
+
FromJsonTyped(manager: Utf8JsonReaderManager, existingObject?: unknown): IPNetwork;
|
|
229
|
+
ToJsonTyped(writer: Utf8JsonWriter, ipNetwork: IPNetwork): void;
|
|
230
230
|
}
|
|
231
231
|
|
|
232
232
|
|
|
233
233
|
export const NpgsqlCidrTypeMapping_JsonCidrReaderWriter: {
|
|
234
234
|
new(): NpgsqlCidrTypeMapping_JsonCidrReaderWriter;
|
|
235
|
-
readonly
|
|
235
|
+
readonly Instance: NpgsqlCidrTypeMapping_JsonCidrReaderWriter;
|
|
236
236
|
};
|
|
237
237
|
|
|
238
238
|
|
|
239
239
|
export type NpgsqlCidrTypeMapping_JsonCidrReaderWriter = NpgsqlCidrTypeMapping_JsonCidrReaderWriter$instance;
|
|
240
240
|
|
|
241
241
|
export interface NpgsqlCircleTypeMapping$instance extends NpgsqlTypeMapping$instance {
|
|
242
|
-
|
|
242
|
+
GenerateCodeLiteral(value: unknown): Expression;
|
|
243
243
|
}
|
|
244
244
|
|
|
245
245
|
|
|
246
246
|
export const NpgsqlCircleTypeMapping: {
|
|
247
247
|
new(): NpgsqlCircleTypeMapping;
|
|
248
|
-
readonly
|
|
248
|
+
readonly Default: NpgsqlCircleTypeMapping;
|
|
249
249
|
};
|
|
250
250
|
|
|
251
251
|
|
|
@@ -259,13 +259,13 @@ export type NpgsqlCircleTypeMapping = NpgsqlCircleTypeMapping$instance & __Npgsq
|
|
|
259
259
|
|
|
260
260
|
|
|
261
261
|
export interface NpgsqlCubeTypeMapping$instance extends NpgsqlTypeMapping$instance {
|
|
262
|
-
|
|
262
|
+
GenerateCodeLiteral(value: unknown): Expression;
|
|
263
263
|
}
|
|
264
264
|
|
|
265
265
|
|
|
266
266
|
export const NpgsqlCubeTypeMapping: {
|
|
267
267
|
new(): NpgsqlCubeTypeMapping;
|
|
268
|
-
readonly
|
|
268
|
+
readonly Default: NpgsqlCubeTypeMapping;
|
|
269
269
|
};
|
|
270
270
|
|
|
271
271
|
|
|
@@ -284,7 +284,7 @@ export interface NpgsqlDateOnlyTypeMapping$instance extends NpgsqlTypeMapping$in
|
|
|
284
284
|
|
|
285
285
|
export const NpgsqlDateOnlyTypeMapping: {
|
|
286
286
|
new(): NpgsqlDateOnlyTypeMapping;
|
|
287
|
-
readonly
|
|
287
|
+
readonly Default: NpgsqlDateOnlyTypeMapping;
|
|
288
288
|
};
|
|
289
289
|
|
|
290
290
|
|
|
@@ -298,15 +298,15 @@ export type NpgsqlDateOnlyTypeMapping = NpgsqlDateOnlyTypeMapping$instance & __N
|
|
|
298
298
|
|
|
299
299
|
|
|
300
300
|
export interface NpgsqlDateOnlyTypeMapping_NpgsqlJsonDateOnlyReaderWriter$instance extends JsonValueReaderWriter<DateOnly> {
|
|
301
|
-
readonly
|
|
302
|
-
|
|
303
|
-
|
|
301
|
+
readonly ConstructorExpression: Expression;
|
|
302
|
+
FromJsonTyped(manager: Utf8JsonReaderManager, existingObject?: unknown): DateOnly;
|
|
303
|
+
ToJsonTyped(writer: Utf8JsonWriter, value: DateOnly): void;
|
|
304
304
|
}
|
|
305
305
|
|
|
306
306
|
|
|
307
307
|
export const NpgsqlDateOnlyTypeMapping_NpgsqlJsonDateOnlyReaderWriter: {
|
|
308
308
|
new(): NpgsqlDateOnlyTypeMapping_NpgsqlJsonDateOnlyReaderWriter;
|
|
309
|
-
readonly
|
|
309
|
+
readonly Instance: NpgsqlDateOnlyTypeMapping_NpgsqlJsonDateOnlyReaderWriter;
|
|
310
310
|
};
|
|
311
311
|
|
|
312
312
|
|
|
@@ -318,7 +318,7 @@ export interface NpgsqlDateTimeDateTypeMapping$instance extends NpgsqlTypeMappin
|
|
|
318
318
|
|
|
319
319
|
export const NpgsqlDateTimeDateTypeMapping: {
|
|
320
320
|
new(): NpgsqlDateTimeDateTypeMapping;
|
|
321
|
-
readonly
|
|
321
|
+
readonly Default: NpgsqlDateTimeDateTypeMapping;
|
|
322
322
|
};
|
|
323
323
|
|
|
324
324
|
|
|
@@ -332,15 +332,15 @@ export type NpgsqlDateTimeDateTypeMapping = NpgsqlDateTimeDateTypeMapping$instan
|
|
|
332
332
|
|
|
333
333
|
|
|
334
334
|
export interface NpgsqlDateTimeDateTypeMapping_NpgsqlJsonDateTimeReaderWriter$instance extends JsonValueReaderWriter<DateTime> {
|
|
335
|
-
readonly
|
|
336
|
-
|
|
337
|
-
|
|
335
|
+
readonly ConstructorExpression: Expression;
|
|
336
|
+
FromJsonTyped(manager: Utf8JsonReaderManager, existingObject?: unknown): DateTime;
|
|
337
|
+
ToJsonTyped(writer: Utf8JsonWriter, value: DateTime): void;
|
|
338
338
|
}
|
|
339
339
|
|
|
340
340
|
|
|
341
341
|
export const NpgsqlDateTimeDateTypeMapping_NpgsqlJsonDateTimeReaderWriter: {
|
|
342
342
|
new(): NpgsqlDateTimeDateTypeMapping_NpgsqlJsonDateTimeReaderWriter;
|
|
343
|
-
readonly
|
|
343
|
+
readonly Instance: NpgsqlDateTimeDateTypeMapping_NpgsqlJsonDateTimeReaderWriter;
|
|
344
344
|
};
|
|
345
345
|
|
|
346
346
|
|
|
@@ -352,7 +352,7 @@ export interface NpgsqlDecimalTypeMapping$instance extends NpgsqlTypeMapping$ins
|
|
|
352
352
|
|
|
353
353
|
export const NpgsqlDecimalTypeMapping: {
|
|
354
354
|
new(clrType: Type): NpgsqlDecimalTypeMapping;
|
|
355
|
-
readonly
|
|
355
|
+
readonly Default: NpgsqlDecimalTypeMapping;
|
|
356
356
|
};
|
|
357
357
|
|
|
358
358
|
|
|
@@ -371,37 +371,37 @@ export interface NpgsqlDoubleTypeMapping$instance extends DoubleTypeMapping {
|
|
|
371
371
|
|
|
372
372
|
export const NpgsqlDoubleTypeMapping: {
|
|
373
373
|
new(): NpgsqlDoubleTypeMapping;
|
|
374
|
-
readonly
|
|
374
|
+
readonly Default: NpgsqlDoubleTypeMapping;
|
|
375
375
|
};
|
|
376
376
|
|
|
377
377
|
|
|
378
378
|
export type NpgsqlDoubleTypeMapping = NpgsqlDoubleTypeMapping$instance;
|
|
379
379
|
|
|
380
380
|
export interface NpgsqlEnumTypeMapping$instance extends RelationalTypeMapping {
|
|
381
|
-
readonly
|
|
382
|
-
readonly
|
|
383
|
-
|
|
381
|
+
readonly Labels: IReadOnlyDictionary<unknown, System_Internal.String>;
|
|
382
|
+
readonly UnquotedStoreType: string;
|
|
383
|
+
Clone(unquotedStoreType: string, labels: IReadOnlyDictionary<unknown, System_Internal.String>): NpgsqlEnumTypeMapping;
|
|
384
384
|
}
|
|
385
385
|
|
|
386
386
|
|
|
387
387
|
export const NpgsqlEnumTypeMapping: {
|
|
388
388
|
new(quotedStoreType: string, unquotedStoreType: string, enumType: Type, labels: IReadOnlyDictionary<unknown, System_Internal.String>): NpgsqlEnumTypeMapping;
|
|
389
|
-
readonly
|
|
389
|
+
readonly Default: NpgsqlEnumTypeMapping;
|
|
390
390
|
};
|
|
391
391
|
|
|
392
392
|
|
|
393
393
|
export type NpgsqlEnumTypeMapping = NpgsqlEnumTypeMapping$instance;
|
|
394
394
|
|
|
395
395
|
export interface NpgsqlEnumTypeMapping_JsonPgEnumReaderWriter_1$instance<T extends number> extends JsonValueReaderWriter<T> {
|
|
396
|
-
readonly
|
|
397
|
-
|
|
398
|
-
|
|
396
|
+
readonly ConstructorExpression: Expression;
|
|
397
|
+
FromJsonTyped(manager: Utf8JsonReaderManager, existingObject?: unknown): T;
|
|
398
|
+
ToJsonTyped(writer: Utf8JsonWriter, value: T): void;
|
|
399
399
|
}
|
|
400
400
|
|
|
401
401
|
|
|
402
402
|
export const NpgsqlEnumTypeMapping_JsonPgEnumReaderWriter_1: {
|
|
403
403
|
new<T extends number>(): NpgsqlEnumTypeMapping_JsonPgEnumReaderWriter_1<T>;
|
|
404
|
-
readonly
|
|
404
|
+
readonly Instance: unknown;
|
|
405
405
|
};
|
|
406
406
|
|
|
407
407
|
|
|
@@ -413,7 +413,7 @@ export interface NpgsqlEStringTypeMapping$instance extends StringTypeMapping {
|
|
|
413
413
|
|
|
414
414
|
export const NpgsqlEStringTypeMapping: {
|
|
415
415
|
new(): NpgsqlEStringTypeMapping;
|
|
416
|
-
readonly
|
|
416
|
+
readonly Default: NpgsqlEStringTypeMapping;
|
|
417
417
|
};
|
|
418
418
|
|
|
419
419
|
|
|
@@ -425,7 +425,7 @@ export interface NpgsqlFloatTypeMapping$instance extends FloatTypeMapping {
|
|
|
425
425
|
|
|
426
426
|
export const NpgsqlFloatTypeMapping: {
|
|
427
427
|
new(): NpgsqlFloatTypeMapping;
|
|
428
|
-
readonly
|
|
428
|
+
readonly Default: NpgsqlFloatTypeMapping;
|
|
429
429
|
};
|
|
430
430
|
|
|
431
431
|
|
|
@@ -437,7 +437,7 @@ export interface NpgsqlHstoreTypeMapping$instance extends NpgsqlTypeMapping$inst
|
|
|
437
437
|
|
|
438
438
|
export const NpgsqlHstoreTypeMapping: {
|
|
439
439
|
new(clrType: Type): NpgsqlHstoreTypeMapping;
|
|
440
|
-
readonly
|
|
440
|
+
readonly Default: NpgsqlHstoreTypeMapping;
|
|
441
441
|
};
|
|
442
442
|
|
|
443
443
|
|
|
@@ -451,13 +451,13 @@ export type NpgsqlHstoreTypeMapping = NpgsqlHstoreTypeMapping$instance & __Npgsq
|
|
|
451
451
|
|
|
452
452
|
|
|
453
453
|
export interface NpgsqlInetTypeMapping$instance extends NpgsqlTypeMapping$instance {
|
|
454
|
-
|
|
454
|
+
GenerateCodeLiteral(value: unknown): Expression;
|
|
455
455
|
}
|
|
456
456
|
|
|
457
457
|
|
|
458
458
|
export const NpgsqlInetTypeMapping: {
|
|
459
459
|
new(clrType: Type): NpgsqlInetTypeMapping;
|
|
460
|
-
readonly
|
|
460
|
+
readonly Default: NpgsqlInetTypeMapping;
|
|
461
461
|
};
|
|
462
462
|
|
|
463
463
|
|
|
@@ -471,30 +471,30 @@ export type NpgsqlInetTypeMapping = NpgsqlInetTypeMapping$instance & __NpgsqlIne
|
|
|
471
471
|
|
|
472
472
|
|
|
473
473
|
export interface NpgsqlInetTypeMapping_JsonIPAddressReaderWriter$instance extends JsonValueReaderWriter<IPAddress> {
|
|
474
|
-
readonly
|
|
475
|
-
|
|
476
|
-
|
|
474
|
+
readonly ConstructorExpression: Expression;
|
|
475
|
+
FromJsonTyped(manager: Utf8JsonReaderManager, existingObject?: unknown): IPAddress;
|
|
476
|
+
ToJsonTyped(writer: Utf8JsonWriter, value: IPAddress): void;
|
|
477
477
|
}
|
|
478
478
|
|
|
479
479
|
|
|
480
480
|
export const NpgsqlInetTypeMapping_JsonIPAddressReaderWriter: {
|
|
481
481
|
new(): NpgsqlInetTypeMapping_JsonIPAddressReaderWriter;
|
|
482
|
-
readonly
|
|
482
|
+
readonly Instance: NpgsqlInetTypeMapping_JsonIPAddressReaderWriter;
|
|
483
483
|
};
|
|
484
484
|
|
|
485
485
|
|
|
486
486
|
export type NpgsqlInetTypeMapping_JsonIPAddressReaderWriter = NpgsqlInetTypeMapping_JsonIPAddressReaderWriter$instance;
|
|
487
487
|
|
|
488
488
|
export interface NpgsqlInetTypeMapping_JsonNpgsqlInetReaderWriter$instance extends JsonValueReaderWriter<NpgsqlInet> {
|
|
489
|
-
readonly
|
|
490
|
-
|
|
491
|
-
|
|
489
|
+
readonly ConstructorExpression: Expression;
|
|
490
|
+
FromJsonTyped(manager: Utf8JsonReaderManager, existingObject?: unknown): NpgsqlInet;
|
|
491
|
+
ToJsonTyped(writer: Utf8JsonWriter, value: NpgsqlInet): void;
|
|
492
492
|
}
|
|
493
493
|
|
|
494
494
|
|
|
495
495
|
export const NpgsqlInetTypeMapping_JsonNpgsqlInetReaderWriter: {
|
|
496
496
|
new(): NpgsqlInetTypeMapping_JsonNpgsqlInetReaderWriter;
|
|
497
|
-
readonly
|
|
497
|
+
readonly Instance: NpgsqlInetTypeMapping_JsonNpgsqlInetReaderWriter;
|
|
498
498
|
};
|
|
499
499
|
|
|
500
500
|
|
|
@@ -506,9 +506,9 @@ export interface NpgsqlIntervalTypeMapping$instance extends NpgsqlTypeMapping$in
|
|
|
506
506
|
|
|
507
507
|
export const NpgsqlIntervalTypeMapping: {
|
|
508
508
|
new(): NpgsqlIntervalTypeMapping;
|
|
509
|
-
readonly
|
|
510
|
-
|
|
511
|
-
|
|
509
|
+
readonly Default: NpgsqlIntervalTypeMapping;
|
|
510
|
+
FormatTimeSpanAsInterval(ts: TimeSpan): string;
|
|
511
|
+
ParseIntervalAsTimeSpan(s: ReadOnlySpan<System_Internal.Char>): TimeSpan;
|
|
512
512
|
};
|
|
513
513
|
|
|
514
514
|
|
|
@@ -522,29 +522,29 @@ export type NpgsqlIntervalTypeMapping = NpgsqlIntervalTypeMapping$instance & __N
|
|
|
522
522
|
|
|
523
523
|
|
|
524
524
|
export interface NpgsqlIntervalTypeMapping_NpgsqlJsonTimeSpanReaderWriter$instance extends JsonValueReaderWriter<TimeSpan> {
|
|
525
|
-
readonly
|
|
526
|
-
|
|
527
|
-
|
|
525
|
+
readonly ConstructorExpression: Expression;
|
|
526
|
+
FromJsonTyped(manager: Utf8JsonReaderManager, existingObject?: unknown): TimeSpan;
|
|
527
|
+
ToJsonTyped(writer: Utf8JsonWriter, value: TimeSpan): void;
|
|
528
528
|
}
|
|
529
529
|
|
|
530
530
|
|
|
531
531
|
export const NpgsqlIntervalTypeMapping_NpgsqlJsonTimeSpanReaderWriter: {
|
|
532
532
|
new(): NpgsqlIntervalTypeMapping_NpgsqlJsonTimeSpanReaderWriter;
|
|
533
|
-
readonly
|
|
533
|
+
readonly Instance: NpgsqlIntervalTypeMapping_NpgsqlJsonTimeSpanReaderWriter;
|
|
534
534
|
};
|
|
535
535
|
|
|
536
536
|
|
|
537
537
|
export type NpgsqlIntervalTypeMapping_NpgsqlJsonTimeSpanReaderWriter = NpgsqlIntervalTypeMapping_NpgsqlJsonTimeSpanReaderWriter$instance;
|
|
538
538
|
|
|
539
539
|
export interface NpgsqlJsonTypeMapping$instance extends NpgsqlTypeMapping$instance {
|
|
540
|
-
readonly
|
|
541
|
-
|
|
540
|
+
readonly IsJsonb: boolean;
|
|
541
|
+
GenerateCodeLiteral(value: unknown): Expression;
|
|
542
542
|
}
|
|
543
543
|
|
|
544
544
|
|
|
545
545
|
export const NpgsqlJsonTypeMapping: {
|
|
546
546
|
new(storeType: string, clrType: Type, elementTypeMapping: CoreTypeMapping): NpgsqlJsonTypeMapping;
|
|
547
|
-
readonly
|
|
547
|
+
readonly Default: NpgsqlJsonTypeMapping;
|
|
548
548
|
};
|
|
549
549
|
|
|
550
550
|
|
|
@@ -558,13 +558,13 @@ export type NpgsqlJsonTypeMapping = NpgsqlJsonTypeMapping$instance & __NpgsqlJso
|
|
|
558
558
|
|
|
559
559
|
|
|
560
560
|
export interface NpgsqlLegacyCidrTypeMapping$instance extends NpgsqlTypeMapping$instance {
|
|
561
|
-
|
|
561
|
+
GenerateCodeLiteral(value: unknown): Expression;
|
|
562
562
|
}
|
|
563
563
|
|
|
564
564
|
|
|
565
565
|
export const NpgsqlLegacyCidrTypeMapping: {
|
|
566
566
|
new(): NpgsqlLegacyCidrTypeMapping;
|
|
567
|
-
readonly
|
|
567
|
+
readonly Default: NpgsqlLegacyCidrTypeMapping;
|
|
568
568
|
};
|
|
569
569
|
|
|
570
570
|
|
|
@@ -578,28 +578,28 @@ export type NpgsqlLegacyCidrTypeMapping = NpgsqlLegacyCidrTypeMapping$instance &
|
|
|
578
578
|
|
|
579
579
|
|
|
580
580
|
export interface NpgsqlLegacyCidrTypeMapping_JsonCidrLegacyReaderWriter$instance extends JsonValueReaderWriter<NpgsqlCidr> {
|
|
581
|
-
readonly
|
|
582
|
-
|
|
583
|
-
|
|
581
|
+
readonly ConstructorExpression: Expression;
|
|
582
|
+
FromJsonTyped(manager: Utf8JsonReaderManager, existingObject?: unknown): NpgsqlCidr;
|
|
583
|
+
ToJsonTyped(writer: Utf8JsonWriter, value: NpgsqlCidr): void;
|
|
584
584
|
}
|
|
585
585
|
|
|
586
586
|
|
|
587
587
|
export const NpgsqlLegacyCidrTypeMapping_JsonCidrLegacyReaderWriter: {
|
|
588
588
|
new(): NpgsqlLegacyCidrTypeMapping_JsonCidrLegacyReaderWriter;
|
|
589
|
-
readonly
|
|
589
|
+
readonly Instance: NpgsqlLegacyCidrTypeMapping_JsonCidrLegacyReaderWriter;
|
|
590
590
|
};
|
|
591
591
|
|
|
592
592
|
|
|
593
593
|
export type NpgsqlLegacyCidrTypeMapping_JsonCidrLegacyReaderWriter = NpgsqlLegacyCidrTypeMapping_JsonCidrLegacyReaderWriter$instance;
|
|
594
594
|
|
|
595
595
|
export interface NpgsqlLineSegmentTypeMapping$instance extends NpgsqlTypeMapping$instance {
|
|
596
|
-
|
|
596
|
+
GenerateCodeLiteral(value: unknown): Expression;
|
|
597
597
|
}
|
|
598
598
|
|
|
599
599
|
|
|
600
600
|
export const NpgsqlLineSegmentTypeMapping: {
|
|
601
601
|
new(): NpgsqlLineSegmentTypeMapping;
|
|
602
|
-
readonly
|
|
602
|
+
readonly Default: NpgsqlLineSegmentTypeMapping;
|
|
603
603
|
};
|
|
604
604
|
|
|
605
605
|
|
|
@@ -613,13 +613,13 @@ export type NpgsqlLineSegmentTypeMapping = NpgsqlLineSegmentTypeMapping$instance
|
|
|
613
613
|
|
|
614
614
|
|
|
615
615
|
export interface NpgsqlLineTypeMapping$instance extends NpgsqlTypeMapping$instance {
|
|
616
|
-
|
|
616
|
+
GenerateCodeLiteral(value: unknown): Expression;
|
|
617
617
|
}
|
|
618
618
|
|
|
619
619
|
|
|
620
620
|
export const NpgsqlLineTypeMapping: {
|
|
621
621
|
new(): NpgsqlLineTypeMapping;
|
|
622
|
-
readonly
|
|
622
|
+
readonly Default: NpgsqlLineTypeMapping;
|
|
623
623
|
};
|
|
624
624
|
|
|
625
625
|
|
|
@@ -633,7 +633,7 @@ export type NpgsqlLineTypeMapping = NpgsqlLineTypeMapping$instance & __NpgsqlLin
|
|
|
633
633
|
|
|
634
634
|
|
|
635
635
|
export interface NpgsqlLTreeTypeMapping$instance extends NpgsqlStringTypeMapping$instance {
|
|
636
|
-
|
|
636
|
+
GenerateCodeLiteral(value: unknown): Expression;
|
|
637
637
|
}
|
|
638
638
|
|
|
639
639
|
|
|
@@ -652,28 +652,28 @@ export type NpgsqlLTreeTypeMapping = NpgsqlLTreeTypeMapping$instance & __NpgsqlL
|
|
|
652
652
|
|
|
653
653
|
|
|
654
654
|
export interface NpgsqlLTreeTypeMapping_JsonLTreeReaderWriter$instance extends JsonValueReaderWriter<LTree> {
|
|
655
|
-
readonly
|
|
656
|
-
|
|
657
|
-
|
|
655
|
+
readonly ConstructorExpression: Expression;
|
|
656
|
+
FromJsonTyped(manager: Utf8JsonReaderManager, existingObject?: unknown): LTree;
|
|
657
|
+
ToJsonTyped(writer: Utf8JsonWriter, value: LTree): void;
|
|
658
658
|
}
|
|
659
659
|
|
|
660
660
|
|
|
661
661
|
export const NpgsqlLTreeTypeMapping_JsonLTreeReaderWriter: {
|
|
662
662
|
new(): NpgsqlLTreeTypeMapping_JsonLTreeReaderWriter;
|
|
663
|
-
readonly
|
|
663
|
+
readonly Instance: NpgsqlLTreeTypeMapping_JsonLTreeReaderWriter;
|
|
664
664
|
};
|
|
665
665
|
|
|
666
666
|
|
|
667
667
|
export type NpgsqlLTreeTypeMapping_JsonLTreeReaderWriter = NpgsqlLTreeTypeMapping_JsonLTreeReaderWriter$instance;
|
|
668
668
|
|
|
669
669
|
export interface NpgsqlMacaddr8TypeMapping$instance extends NpgsqlTypeMapping$instance {
|
|
670
|
-
|
|
670
|
+
GenerateCodeLiteral(value: unknown): Expression;
|
|
671
671
|
}
|
|
672
672
|
|
|
673
673
|
|
|
674
674
|
export const NpgsqlMacaddr8TypeMapping: {
|
|
675
675
|
new(): NpgsqlMacaddr8TypeMapping;
|
|
676
|
-
readonly
|
|
676
|
+
readonly Default: NpgsqlMacaddr8TypeMapping;
|
|
677
677
|
};
|
|
678
678
|
|
|
679
679
|
|
|
@@ -687,13 +687,13 @@ export type NpgsqlMacaddr8TypeMapping = NpgsqlMacaddr8TypeMapping$instance & __N
|
|
|
687
687
|
|
|
688
688
|
|
|
689
689
|
export interface NpgsqlMacaddrTypeMapping$instance extends NpgsqlTypeMapping$instance {
|
|
690
|
-
|
|
690
|
+
GenerateCodeLiteral(value: unknown): Expression;
|
|
691
691
|
}
|
|
692
692
|
|
|
693
693
|
|
|
694
694
|
export const NpgsqlMacaddrTypeMapping: {
|
|
695
695
|
new(): NpgsqlMacaddrTypeMapping;
|
|
696
|
-
readonly
|
|
696
|
+
readonly Default: NpgsqlMacaddrTypeMapping;
|
|
697
697
|
};
|
|
698
698
|
|
|
699
699
|
|
|
@@ -712,36 +712,36 @@ export interface NpgsqlMoneyTypeMapping$instance extends DecimalTypeMapping {
|
|
|
712
712
|
|
|
713
713
|
export const NpgsqlMoneyTypeMapping: {
|
|
714
714
|
new(): NpgsqlMoneyTypeMapping;
|
|
715
|
-
readonly
|
|
715
|
+
readonly Default: NpgsqlMoneyTypeMapping;
|
|
716
716
|
};
|
|
717
717
|
|
|
718
718
|
|
|
719
719
|
export type NpgsqlMoneyTypeMapping = NpgsqlMoneyTypeMapping$instance;
|
|
720
720
|
|
|
721
721
|
export interface NpgsqlMultirangeTypeMapping$instance extends RelationalTypeMapping {
|
|
722
|
-
readonly
|
|
723
|
-
readonly
|
|
724
|
-
readonly
|
|
725
|
-
|
|
722
|
+
readonly NpgsqlDbType: NpgsqlDbType;
|
|
723
|
+
readonly RangeMapping: NpgsqlRangeTypeMapping;
|
|
724
|
+
readonly SubtypeMapping: RelationalTypeMapping;
|
|
725
|
+
GenerateCodeLiteral(value: unknown): Expression;
|
|
726
726
|
}
|
|
727
727
|
|
|
728
728
|
|
|
729
729
|
export const NpgsqlMultirangeTypeMapping: {
|
|
730
730
|
new(storeType: string, clrType: Type, rangeMapping: NpgsqlRangeTypeMapping): NpgsqlMultirangeTypeMapping;
|
|
731
|
-
|
|
731
|
+
GenerateNonNullSqlLiteral(value: unknown, rangeMapping: RelationalTypeMapping, multirangeStoreType: string): string;
|
|
732
732
|
};
|
|
733
733
|
|
|
734
734
|
|
|
735
735
|
export type NpgsqlMultirangeTypeMapping = NpgsqlMultirangeTypeMapping$instance;
|
|
736
736
|
|
|
737
737
|
export interface NpgsqlPathTypeMapping$instance extends NpgsqlTypeMapping$instance {
|
|
738
|
-
|
|
738
|
+
GenerateCodeLiteral(value: unknown): Expression;
|
|
739
739
|
}
|
|
740
740
|
|
|
741
741
|
|
|
742
742
|
export const NpgsqlPathTypeMapping: {
|
|
743
743
|
new(): NpgsqlPathTypeMapping;
|
|
744
|
-
readonly
|
|
744
|
+
readonly Default: NpgsqlPathTypeMapping;
|
|
745
745
|
};
|
|
746
746
|
|
|
747
747
|
|
|
@@ -755,13 +755,13 @@ export type NpgsqlPathTypeMapping = NpgsqlPathTypeMapping$instance & __NpgsqlPat
|
|
|
755
755
|
|
|
756
756
|
|
|
757
757
|
export interface NpgsqlPgLsnTypeMapping$instance extends NpgsqlTypeMapping$instance {
|
|
758
|
-
|
|
758
|
+
GenerateCodeLiteral(value: unknown): Expression;
|
|
759
759
|
}
|
|
760
760
|
|
|
761
761
|
|
|
762
762
|
export const NpgsqlPgLsnTypeMapping: {
|
|
763
763
|
new(): NpgsqlPgLsnTypeMapping;
|
|
764
|
-
readonly
|
|
764
|
+
readonly Default: NpgsqlPgLsnTypeMapping;
|
|
765
765
|
};
|
|
766
766
|
|
|
767
767
|
|
|
@@ -775,28 +775,28 @@ export type NpgsqlPgLsnTypeMapping = NpgsqlPgLsnTypeMapping$instance & __NpgsqlP
|
|
|
775
775
|
|
|
776
776
|
|
|
777
777
|
export interface NpgsqlPgLsnTypeMapping_JsonLogSequenceNumberReaderWriter$instance extends JsonValueReaderWriter<NpgsqlLogSequenceNumber> {
|
|
778
|
-
readonly
|
|
779
|
-
|
|
780
|
-
|
|
778
|
+
readonly ConstructorExpression: Expression;
|
|
779
|
+
FromJsonTyped(manager: Utf8JsonReaderManager, existingObject?: unknown): NpgsqlLogSequenceNumber;
|
|
780
|
+
ToJsonTyped(writer: Utf8JsonWriter, value: NpgsqlLogSequenceNumber): void;
|
|
781
781
|
}
|
|
782
782
|
|
|
783
783
|
|
|
784
784
|
export const NpgsqlPgLsnTypeMapping_JsonLogSequenceNumberReaderWriter: {
|
|
785
785
|
new(): NpgsqlPgLsnTypeMapping_JsonLogSequenceNumberReaderWriter;
|
|
786
|
-
readonly
|
|
786
|
+
readonly Instance: NpgsqlPgLsnTypeMapping_JsonLogSequenceNumberReaderWriter;
|
|
787
787
|
};
|
|
788
788
|
|
|
789
789
|
|
|
790
790
|
export type NpgsqlPgLsnTypeMapping_JsonLogSequenceNumberReaderWriter = NpgsqlPgLsnTypeMapping_JsonLogSequenceNumberReaderWriter$instance;
|
|
791
791
|
|
|
792
792
|
export interface NpgsqlPointTypeMapping$instance extends NpgsqlTypeMapping$instance {
|
|
793
|
-
|
|
793
|
+
GenerateCodeLiteral(value: unknown): Expression;
|
|
794
794
|
}
|
|
795
795
|
|
|
796
796
|
|
|
797
797
|
export const NpgsqlPointTypeMapping: {
|
|
798
798
|
new(): NpgsqlPointTypeMapping;
|
|
799
|
-
readonly
|
|
799
|
+
readonly Default: NpgsqlPointTypeMapping;
|
|
800
800
|
};
|
|
801
801
|
|
|
802
802
|
|
|
@@ -810,13 +810,13 @@ export type NpgsqlPointTypeMapping = NpgsqlPointTypeMapping$instance & __NpgsqlP
|
|
|
810
810
|
|
|
811
811
|
|
|
812
812
|
export interface NpgsqlPolygonTypeMapping$instance extends NpgsqlTypeMapping$instance {
|
|
813
|
-
|
|
813
|
+
GenerateCodeLiteral(value: unknown): Expression;
|
|
814
814
|
}
|
|
815
815
|
|
|
816
816
|
|
|
817
817
|
export const NpgsqlPolygonTypeMapping: {
|
|
818
818
|
new(): NpgsqlPolygonTypeMapping;
|
|
819
|
-
readonly
|
|
819
|
+
readonly Default: NpgsqlPolygonTypeMapping;
|
|
820
820
|
};
|
|
821
821
|
|
|
822
822
|
|
|
@@ -830,18 +830,18 @@ export type NpgsqlPolygonTypeMapping = NpgsqlPolygonTypeMapping$instance & __Npg
|
|
|
830
830
|
|
|
831
831
|
|
|
832
832
|
export interface NpgsqlRangeTypeMapping$instance extends NpgsqlTypeMapping$instance {
|
|
833
|
-
readonly
|
|
834
|
-
|
|
835
|
-
|
|
836
|
-
|
|
833
|
+
readonly SubtypeMapping: RelationalTypeMapping;
|
|
834
|
+
UnquotedStoreType: string;
|
|
835
|
+
Clone(npgsqlDbType: NpgsqlDbType, subtypeTypeMapping: RelationalTypeMapping): NpgsqlRangeTypeMapping;
|
|
836
|
+
GenerateCodeLiteral(value: unknown): Expression;
|
|
837
837
|
}
|
|
838
838
|
|
|
839
839
|
|
|
840
840
|
export const NpgsqlRangeTypeMapping: {
|
|
841
841
|
new(): NpgsqlRangeTypeMapping;
|
|
842
|
-
readonly
|
|
843
|
-
|
|
844
|
-
|
|
842
|
+
readonly Default: NpgsqlRangeTypeMapping;
|
|
843
|
+
CreatBuiltInRangeMapping(rangeStoreType: string, rangeClrType: Type, rangeNpgsqlDbType: NpgsqlDbType, subtypeMapping: RelationalTypeMapping): NpgsqlRangeTypeMapping;
|
|
844
|
+
CreatUserDefinedRangeMapping(quotedRangeStoreType: string, unquotedRangeStoreType: string, rangeClrType: Type, subtypeMapping: RelationalTypeMapping): NpgsqlRangeTypeMapping;
|
|
845
845
|
};
|
|
846
846
|
|
|
847
847
|
|
|
@@ -860,7 +860,7 @@ export interface NpgsqlRegconfigTypeMapping$instance extends NpgsqlTypeMapping$i
|
|
|
860
860
|
|
|
861
861
|
export const NpgsqlRegconfigTypeMapping: {
|
|
862
862
|
new(): NpgsqlRegconfigTypeMapping;
|
|
863
|
-
readonly
|
|
863
|
+
readonly Default: NpgsqlRegconfigTypeMapping;
|
|
864
864
|
};
|
|
865
865
|
|
|
866
866
|
|
|
@@ -879,7 +879,7 @@ export interface NpgsqlRegdictionaryTypeMapping$instance extends NpgsqlTypeMappi
|
|
|
879
879
|
|
|
880
880
|
export const NpgsqlRegdictionaryTypeMapping: {
|
|
881
881
|
new(): NpgsqlRegdictionaryTypeMapping;
|
|
882
|
-
readonly
|
|
882
|
+
readonly Default: NpgsqlRegdictionaryTypeMapping;
|
|
883
883
|
};
|
|
884
884
|
|
|
885
885
|
|
|
@@ -904,14 +904,14 @@ export const NpgsqlRowValueTypeMapping: {
|
|
|
904
904
|
export type NpgsqlRowValueTypeMapping = NpgsqlRowValueTypeMapping$instance;
|
|
905
905
|
|
|
906
906
|
export interface NpgsqlStringTypeMapping$instance extends StringTypeMapping {
|
|
907
|
-
readonly
|
|
908
|
-
|
|
907
|
+
readonly NpgsqlDbType: NpgsqlDbType;
|
|
908
|
+
Clone(npgsqlDbType: NpgsqlDbType): NpgsqlStringTypeMapping;
|
|
909
909
|
}
|
|
910
910
|
|
|
911
911
|
|
|
912
912
|
export const NpgsqlStringTypeMapping: {
|
|
913
913
|
new(storeType: string, npgsqlDbType: NpgsqlDbType): NpgsqlStringTypeMapping;
|
|
914
|
-
readonly
|
|
914
|
+
readonly Default: NpgsqlStringTypeMapping;
|
|
915
915
|
};
|
|
916
916
|
|
|
917
917
|
|
|
@@ -925,9 +925,9 @@ export type NpgsqlStringTypeMapping = NpgsqlStringTypeMapping$instance & __Npgsq
|
|
|
925
925
|
|
|
926
926
|
|
|
927
927
|
export interface NpgsqlStructuralJsonTypeMapping$instance extends JsonTypeMapping {
|
|
928
|
-
readonly
|
|
929
|
-
|
|
930
|
-
|
|
928
|
+
readonly NpgsqlDbType: NpgsqlDbType;
|
|
929
|
+
CustomizeDataReaderExpression(expression: Expression): Expression;
|
|
930
|
+
GetDataReaderMethod(): MethodInfo;
|
|
931
931
|
}
|
|
932
932
|
|
|
933
933
|
|
|
@@ -939,13 +939,13 @@ export const NpgsqlStructuralJsonTypeMapping: {
|
|
|
939
939
|
export type NpgsqlStructuralJsonTypeMapping = NpgsqlStructuralJsonTypeMapping$instance;
|
|
940
940
|
|
|
941
941
|
export interface NpgsqlTidTypeMapping$instance extends NpgsqlTypeMapping$instance {
|
|
942
|
-
|
|
942
|
+
GenerateCodeLiteral(value: unknown): Expression;
|
|
943
943
|
}
|
|
944
944
|
|
|
945
945
|
|
|
946
946
|
export const NpgsqlTidTypeMapping: {
|
|
947
947
|
new(): NpgsqlTidTypeMapping;
|
|
948
|
-
readonly
|
|
948
|
+
readonly Default: NpgsqlTidTypeMapping;
|
|
949
949
|
};
|
|
950
950
|
|
|
951
951
|
|
|
@@ -964,7 +964,7 @@ export interface NpgsqlTimestampTypeMapping$instance extends NpgsqlTypeMapping$i
|
|
|
964
964
|
|
|
965
965
|
export const NpgsqlTimestampTypeMapping: {
|
|
966
966
|
new(): NpgsqlTimestampTypeMapping;
|
|
967
|
-
readonly
|
|
967
|
+
readonly Default: NpgsqlTimestampTypeMapping;
|
|
968
968
|
};
|
|
969
969
|
|
|
970
970
|
|
|
@@ -978,15 +978,15 @@ export type NpgsqlTimestampTypeMapping = NpgsqlTimestampTypeMapping$instance & _
|
|
|
978
978
|
|
|
979
979
|
|
|
980
980
|
export interface NpgsqlTimestampTypeMapping_NpgsqlJsonTimestampReaderWriter$instance extends JsonValueReaderWriter<DateTime> {
|
|
981
|
-
readonly
|
|
982
|
-
|
|
983
|
-
|
|
981
|
+
readonly ConstructorExpression: Expression;
|
|
982
|
+
FromJsonTyped(manager: Utf8JsonReaderManager, existingObject?: unknown): DateTime;
|
|
983
|
+
ToJsonTyped(writer: Utf8JsonWriter, value: DateTime): void;
|
|
984
984
|
}
|
|
985
985
|
|
|
986
986
|
|
|
987
987
|
export const NpgsqlTimestampTypeMapping_NpgsqlJsonTimestampReaderWriter: {
|
|
988
988
|
new(): NpgsqlTimestampTypeMapping_NpgsqlJsonTimestampReaderWriter;
|
|
989
|
-
readonly
|
|
989
|
+
readonly Instance: NpgsqlTimestampTypeMapping_NpgsqlJsonTimestampReaderWriter;
|
|
990
990
|
};
|
|
991
991
|
|
|
992
992
|
|
|
@@ -998,7 +998,7 @@ export interface NpgsqlTimestampTzTypeMapping$instance extends NpgsqlTypeMapping
|
|
|
998
998
|
|
|
999
999
|
export const NpgsqlTimestampTzTypeMapping: {
|
|
1000
1000
|
new(clrType: Type): NpgsqlTimestampTzTypeMapping;
|
|
1001
|
-
readonly
|
|
1001
|
+
readonly Default: NpgsqlTimestampTzTypeMapping;
|
|
1002
1002
|
};
|
|
1003
1003
|
|
|
1004
1004
|
|
|
@@ -1012,30 +1012,30 @@ export type NpgsqlTimestampTzTypeMapping = NpgsqlTimestampTzTypeMapping$instance
|
|
|
1012
1012
|
|
|
1013
1013
|
|
|
1014
1014
|
export interface NpgsqlTimestampTzTypeMapping_NpgsqlJsonTimestampTzDateTimeOffsetReaderWriter$instance extends JsonValueReaderWriter<DateTimeOffset> {
|
|
1015
|
-
readonly
|
|
1016
|
-
|
|
1017
|
-
|
|
1015
|
+
readonly ConstructorExpression: Expression;
|
|
1016
|
+
FromJsonTyped(manager: Utf8JsonReaderManager, existingObject?: unknown): DateTimeOffset;
|
|
1017
|
+
ToJsonTyped(writer: Utf8JsonWriter, value: DateTimeOffset): void;
|
|
1018
1018
|
}
|
|
1019
1019
|
|
|
1020
1020
|
|
|
1021
1021
|
export const NpgsqlTimestampTzTypeMapping_NpgsqlJsonTimestampTzDateTimeOffsetReaderWriter: {
|
|
1022
1022
|
new(): NpgsqlTimestampTzTypeMapping_NpgsqlJsonTimestampTzDateTimeOffsetReaderWriter;
|
|
1023
|
-
readonly
|
|
1023
|
+
readonly Instance: NpgsqlTimestampTzTypeMapping_NpgsqlJsonTimestampTzDateTimeOffsetReaderWriter;
|
|
1024
1024
|
};
|
|
1025
1025
|
|
|
1026
1026
|
|
|
1027
1027
|
export type NpgsqlTimestampTzTypeMapping_NpgsqlJsonTimestampTzDateTimeOffsetReaderWriter = NpgsqlTimestampTzTypeMapping_NpgsqlJsonTimestampTzDateTimeOffsetReaderWriter$instance;
|
|
1028
1028
|
|
|
1029
1029
|
export interface NpgsqlTimestampTzTypeMapping_NpgsqlJsonTimestampTzDateTimeReaderWriter$instance extends JsonValueReaderWriter<DateTime> {
|
|
1030
|
-
readonly
|
|
1031
|
-
|
|
1032
|
-
|
|
1030
|
+
readonly ConstructorExpression: Expression;
|
|
1031
|
+
FromJsonTyped(manager: Utf8JsonReaderManager, existingObject?: unknown): DateTime;
|
|
1032
|
+
ToJsonTyped(writer: Utf8JsonWriter, value: DateTime): void;
|
|
1033
1033
|
}
|
|
1034
1034
|
|
|
1035
1035
|
|
|
1036
1036
|
export const NpgsqlTimestampTzTypeMapping_NpgsqlJsonTimestampTzDateTimeReaderWriter: {
|
|
1037
1037
|
new(): NpgsqlTimestampTzTypeMapping_NpgsqlJsonTimestampTzDateTimeReaderWriter;
|
|
1038
|
-
readonly
|
|
1038
|
+
readonly Instance: NpgsqlTimestampTzTypeMapping_NpgsqlJsonTimestampTzDateTimeReaderWriter;
|
|
1039
1039
|
};
|
|
1040
1040
|
|
|
1041
1041
|
|
|
@@ -1047,7 +1047,7 @@ export interface NpgsqlTimeTypeMapping$instance extends NpgsqlTypeMapping$instan
|
|
|
1047
1047
|
|
|
1048
1048
|
export const NpgsqlTimeTypeMapping: {
|
|
1049
1049
|
new(clrType: Type): NpgsqlTimeTypeMapping;
|
|
1050
|
-
readonly
|
|
1050
|
+
readonly Default: NpgsqlTimeTypeMapping;
|
|
1051
1051
|
};
|
|
1052
1052
|
|
|
1053
1053
|
|
|
@@ -1066,7 +1066,7 @@ export interface NpgsqlTimeTzTypeMapping$instance extends NpgsqlTypeMapping$inst
|
|
|
1066
1066
|
|
|
1067
1067
|
export const NpgsqlTimeTzTypeMapping: {
|
|
1068
1068
|
new(): NpgsqlTimeTzTypeMapping;
|
|
1069
|
-
readonly
|
|
1069
|
+
readonly Default: NpgsqlTimeTzTypeMapping;
|
|
1070
1070
|
};
|
|
1071
1071
|
|
|
1072
1072
|
|
|
@@ -1080,15 +1080,15 @@ export type NpgsqlTimeTzTypeMapping = NpgsqlTimeTzTypeMapping$instance & __Npgsq
|
|
|
1080
1080
|
|
|
1081
1081
|
|
|
1082
1082
|
export interface NpgsqlTimeTzTypeMapping_JsonTimeTzReaderWriter$instance extends JsonValueReaderWriter<DateTimeOffset> {
|
|
1083
|
-
readonly
|
|
1084
|
-
|
|
1085
|
-
|
|
1083
|
+
readonly ConstructorExpression: Expression;
|
|
1084
|
+
FromJsonTyped(manager: Utf8JsonReaderManager, existingObject?: unknown): DateTimeOffset;
|
|
1085
|
+
ToJsonTyped(writer: Utf8JsonWriter, value: DateTimeOffset): void;
|
|
1086
1086
|
}
|
|
1087
1087
|
|
|
1088
1088
|
|
|
1089
1089
|
export const NpgsqlTimeTzTypeMapping_JsonTimeTzReaderWriter: {
|
|
1090
1090
|
new(): NpgsqlTimeTzTypeMapping_JsonTimeTzReaderWriter;
|
|
1091
|
-
readonly
|
|
1091
|
+
readonly Instance: NpgsqlTimeTzTypeMapping_JsonTimeTzReaderWriter;
|
|
1092
1092
|
};
|
|
1093
1093
|
|
|
1094
1094
|
|
|
@@ -1100,7 +1100,7 @@ export interface NpgsqlTsQueryTypeMapping$instance extends NpgsqlTypeMapping$ins
|
|
|
1100
1100
|
|
|
1101
1101
|
export const NpgsqlTsQueryTypeMapping: {
|
|
1102
1102
|
new(): NpgsqlTsQueryTypeMapping;
|
|
1103
|
-
readonly
|
|
1103
|
+
readonly Default: NpgsqlTsQueryTypeMapping;
|
|
1104
1104
|
};
|
|
1105
1105
|
|
|
1106
1106
|
|
|
@@ -1119,7 +1119,7 @@ export interface NpgsqlTsRankingNormalizationTypeMapping$instance extends IntTyp
|
|
|
1119
1119
|
|
|
1120
1120
|
export const NpgsqlTsRankingNormalizationTypeMapping: {
|
|
1121
1121
|
new(): NpgsqlTsRankingNormalizationTypeMapping;
|
|
1122
|
-
readonly
|
|
1122
|
+
readonly Default: NpgsqlTsRankingNormalizationTypeMapping;
|
|
1123
1123
|
};
|
|
1124
1124
|
|
|
1125
1125
|
|
|
@@ -1131,7 +1131,7 @@ export interface NpgsqlTsVectorTypeMapping$instance extends NpgsqlTypeMapping$in
|
|
|
1131
1131
|
|
|
1132
1132
|
export const NpgsqlTsVectorTypeMapping: {
|
|
1133
1133
|
new(): NpgsqlTsVectorTypeMapping;
|
|
1134
|
-
readonly
|
|
1134
|
+
readonly Default: NpgsqlTsVectorTypeMapping;
|
|
1135
1135
|
};
|
|
1136
1136
|
|
|
1137
1137
|
|
|
@@ -1145,9 +1145,9 @@ export type NpgsqlTsVectorTypeMapping = NpgsqlTsVectorTypeMapping$instance & __N
|
|
|
1145
1145
|
|
|
1146
1146
|
|
|
1147
1147
|
export interface NpgsqlTypeMapping$instance extends RelationalTypeMapping {
|
|
1148
|
-
readonly
|
|
1149
|
-
|
|
1150
|
-
|
|
1148
|
+
readonly NpgsqlDbType: NpgsqlDbType;
|
|
1149
|
+
GenerateEmbeddedProviderValueSqlLiteral(value: unknown): string;
|
|
1150
|
+
GenerateEmbeddedSqlLiteral(value: unknown): string;
|
|
1151
1151
|
}
|
|
1152
1152
|
|
|
1153
1153
|
|
|
@@ -1171,7 +1171,7 @@ export interface NpgsqlUIntTypeMapping$instance extends NpgsqlTypeMapping$instan
|
|
|
1171
1171
|
|
|
1172
1172
|
export const NpgsqlUIntTypeMapping: {
|
|
1173
1173
|
new(storeType: string, npgsqlDbType: NpgsqlDbType): NpgsqlUIntTypeMapping;
|
|
1174
|
-
readonly
|
|
1174
|
+
readonly Default: NpgsqlUIntTypeMapping;
|
|
1175
1175
|
};
|
|
1176
1176
|
|
|
1177
1177
|
|
|
@@ -1190,7 +1190,7 @@ export interface NpgsqlULongTypeMapping$instance extends NpgsqlTypeMapping$insta
|
|
|
1190
1190
|
|
|
1191
1191
|
export const NpgsqlULongTypeMapping: {
|
|
1192
1192
|
new(storeType: string, npgsqlDbType: NpgsqlDbType): NpgsqlULongTypeMapping;
|
|
1193
|
-
readonly
|
|
1193
|
+
readonly Default: NpgsqlULongTypeMapping;
|
|
1194
1194
|
};
|
|
1195
1195
|
|
|
1196
1196
|
|
|
@@ -1204,13 +1204,13 @@ export type NpgsqlULongTypeMapping = NpgsqlULongTypeMapping$instance & __NpgsqlU
|
|
|
1204
1204
|
|
|
1205
1205
|
|
|
1206
1206
|
export interface NpgsqlVarbitTypeMapping$instance extends NpgsqlTypeMapping$instance {
|
|
1207
|
-
|
|
1207
|
+
GenerateCodeLiteral(value: unknown): Expression;
|
|
1208
1208
|
}
|
|
1209
1209
|
|
|
1210
1210
|
|
|
1211
1211
|
export const NpgsqlVarbitTypeMapping: {
|
|
1212
1212
|
new(): NpgsqlVarbitTypeMapping;
|
|
1213
|
-
readonly
|
|
1213
|
+
readonly Default: NpgsqlVarbitTypeMapping;
|
|
1214
1214
|
};
|
|
1215
1215
|
|
|
1216
1216
|
|