@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
|
@@ -15,6 +15,10 @@
|
|
|
15
15
|
"isSealed": false,
|
|
16
16
|
"isStatic": false,
|
|
17
17
|
"arity": 0,
|
|
18
|
+
"baseType": {
|
|
19
|
+
"stableId": "Npgsql:Npgsql.PostgresTypes.PostgresType",
|
|
20
|
+
"clrName": "Npgsql.PostgresTypes.PostgresType"
|
|
21
|
+
},
|
|
18
22
|
"methods": [],
|
|
19
23
|
"properties": [
|
|
20
24
|
{
|
|
@@ -32,13 +36,26 @@
|
|
|
32
36
|
"isAbstract": false,
|
|
33
37
|
"isVirtual": false,
|
|
34
38
|
"isOverride": false,
|
|
39
|
+
"visibility": "Public",
|
|
35
40
|
"declaringClrType": "Npgsql.PostgresTypes.PostgresArrayType",
|
|
36
41
|
"declaringAssemblyName": "Npgsql"
|
|
37
42
|
}
|
|
38
43
|
],
|
|
39
44
|
"fields": [],
|
|
40
45
|
"events": [],
|
|
41
|
-
"constructors": [
|
|
46
|
+
"constructors": [
|
|
47
|
+
{
|
|
48
|
+
"stableId": "Npgsql:Npgsql.PostgresTypes.PostgresArrayType::.ctor(System.String,System.String,System.UInt32,Npgsql.PostgresTypes.PostgresType):void",
|
|
49
|
+
"metadataToken": 100666209,
|
|
50
|
+
"canonicalSignature": "(System.String,System.String,System.UInt32,Npgsql.PostgresTypes.PostgresType):void",
|
|
51
|
+
"normalizedSignature": "constructor|(System.String,System.String,System.UInt32,Npgsql.PostgresTypes.PostgresType):void|static=false",
|
|
52
|
+
"isStatic": false,
|
|
53
|
+
"parameterCount": 4,
|
|
54
|
+
"visibility": "ProtectedInternal",
|
|
55
|
+
"declaringClrType": "Npgsql.PostgresTypes.PostgresArrayType",
|
|
56
|
+
"declaringAssemblyName": "Npgsql"
|
|
57
|
+
}
|
|
58
|
+
]
|
|
42
59
|
},
|
|
43
60
|
{
|
|
44
61
|
"stableId": "Npgsql:Npgsql.PostgresTypes.PostgresBaseType",
|
|
@@ -51,11 +68,27 @@
|
|
|
51
68
|
"isSealed": false,
|
|
52
69
|
"isStatic": false,
|
|
53
70
|
"arity": 0,
|
|
71
|
+
"baseType": {
|
|
72
|
+
"stableId": "Npgsql:Npgsql.PostgresTypes.PostgresType",
|
|
73
|
+
"clrName": "Npgsql.PostgresTypes.PostgresType"
|
|
74
|
+
},
|
|
54
75
|
"methods": [],
|
|
55
76
|
"properties": [],
|
|
56
77
|
"fields": [],
|
|
57
78
|
"events": [],
|
|
58
|
-
"constructors": [
|
|
79
|
+
"constructors": [
|
|
80
|
+
{
|
|
81
|
+
"stableId": "Npgsql:Npgsql.PostgresTypes.PostgresBaseType::.ctor(System.String,System.String,System.UInt32):void",
|
|
82
|
+
"metadataToken": 100666213,
|
|
83
|
+
"canonicalSignature": "(System.String,System.String,System.UInt32):void",
|
|
84
|
+
"normalizedSignature": "constructor|(System.String,System.String,System.UInt32):void|static=false",
|
|
85
|
+
"isStatic": false,
|
|
86
|
+
"parameterCount": 3,
|
|
87
|
+
"visibility": "ProtectedInternal",
|
|
88
|
+
"declaringClrType": "Npgsql.PostgresTypes.PostgresBaseType",
|
|
89
|
+
"declaringAssemblyName": "Npgsql"
|
|
90
|
+
}
|
|
91
|
+
]
|
|
59
92
|
},
|
|
60
93
|
{
|
|
61
94
|
"stableId": "Npgsql:Npgsql.PostgresTypes.PostgresCompositeType",
|
|
@@ -68,6 +101,10 @@
|
|
|
68
101
|
"isSealed": false,
|
|
69
102
|
"isStatic": false,
|
|
70
103
|
"arity": 0,
|
|
104
|
+
"baseType": {
|
|
105
|
+
"stableId": "Npgsql:Npgsql.PostgresTypes.PostgresType",
|
|
106
|
+
"clrName": "Npgsql.PostgresTypes.PostgresType"
|
|
107
|
+
},
|
|
71
108
|
"methods": [],
|
|
72
109
|
"properties": [
|
|
73
110
|
{
|
|
@@ -85,6 +122,7 @@
|
|
|
85
122
|
"isAbstract": false,
|
|
86
123
|
"isVirtual": false,
|
|
87
124
|
"isOverride": false,
|
|
125
|
+
"visibility": "Public",
|
|
88
126
|
"declaringClrType": "Npgsql.PostgresTypes.PostgresCompositeType",
|
|
89
127
|
"declaringAssemblyName": "Npgsql"
|
|
90
128
|
}
|
|
@@ -104,6 +142,10 @@
|
|
|
104
142
|
"isSealed": false,
|
|
105
143
|
"isStatic": false,
|
|
106
144
|
"arity": 0,
|
|
145
|
+
"baseType": {
|
|
146
|
+
"stableId": "System.Private.CoreLib:System.Object",
|
|
147
|
+
"clrName": "System.Object"
|
|
148
|
+
},
|
|
107
149
|
"methods": [
|
|
108
150
|
{
|
|
109
151
|
"stableId": "Npgsql:Npgsql.PostgresTypes.PostgresCompositeType\u002BField::ToString():System.String",
|
|
@@ -120,6 +162,7 @@
|
|
|
120
162
|
"isVirtual": true,
|
|
121
163
|
"isOverride": true,
|
|
122
164
|
"isSealed": false,
|
|
165
|
+
"visibility": "Public",
|
|
123
166
|
"declaringClrType": "Npgsql.PostgresTypes.PostgresCompositeType\u002BField",
|
|
124
167
|
"declaringAssemblyName": "Npgsql",
|
|
125
168
|
"isExtensionMethod": false
|
|
@@ -141,6 +184,7 @@
|
|
|
141
184
|
"isAbstract": false,
|
|
142
185
|
"isVirtual": false,
|
|
143
186
|
"isOverride": false,
|
|
187
|
+
"visibility": "Public",
|
|
144
188
|
"declaringClrType": "Npgsql.PostgresTypes.PostgresCompositeType\u002BField",
|
|
145
189
|
"declaringAssemblyName": "Npgsql"
|
|
146
190
|
},
|
|
@@ -159,6 +203,7 @@
|
|
|
159
203
|
"isAbstract": false,
|
|
160
204
|
"isVirtual": false,
|
|
161
205
|
"isOverride": false,
|
|
206
|
+
"visibility": "Public",
|
|
162
207
|
"declaringClrType": "Npgsql.PostgresTypes.PostgresCompositeType\u002BField",
|
|
163
208
|
"declaringAssemblyName": "Npgsql"
|
|
164
209
|
}
|
|
@@ -178,6 +223,10 @@
|
|
|
178
223
|
"isSealed": false,
|
|
179
224
|
"isStatic": false,
|
|
180
225
|
"arity": 0,
|
|
226
|
+
"baseType": {
|
|
227
|
+
"stableId": "Npgsql:Npgsql.PostgresTypes.PostgresType",
|
|
228
|
+
"clrName": "Npgsql.PostgresTypes.PostgresType"
|
|
229
|
+
},
|
|
181
230
|
"methods": [],
|
|
182
231
|
"properties": [
|
|
183
232
|
{
|
|
@@ -195,6 +244,7 @@
|
|
|
195
244
|
"isAbstract": false,
|
|
196
245
|
"isVirtual": false,
|
|
197
246
|
"isOverride": false,
|
|
247
|
+
"visibility": "Public",
|
|
198
248
|
"declaringClrType": "Npgsql.PostgresTypes.PostgresDomainType",
|
|
199
249
|
"declaringAssemblyName": "Npgsql"
|
|
200
250
|
},
|
|
@@ -213,13 +263,26 @@
|
|
|
213
263
|
"isAbstract": false,
|
|
214
264
|
"isVirtual": false,
|
|
215
265
|
"isOverride": false,
|
|
266
|
+
"visibility": "Public",
|
|
216
267
|
"declaringClrType": "Npgsql.PostgresTypes.PostgresDomainType",
|
|
217
268
|
"declaringAssemblyName": "Npgsql"
|
|
218
269
|
}
|
|
219
270
|
],
|
|
220
271
|
"fields": [],
|
|
221
272
|
"events": [],
|
|
222
|
-
"constructors": [
|
|
273
|
+
"constructors": [
|
|
274
|
+
{
|
|
275
|
+
"stableId": "Npgsql:Npgsql.PostgresTypes.PostgresDomainType::.ctor(System.String,System.String,System.UInt32,Npgsql.PostgresTypes.PostgresType,System.Boolean):void",
|
|
276
|
+
"metadataToken": 100666223,
|
|
277
|
+
"canonicalSignature": "(System.String,System.String,System.UInt32,Npgsql.PostgresTypes.PostgresType,System.Boolean):void",
|
|
278
|
+
"normalizedSignature": "constructor|(System.String,System.String,System.UInt32,Npgsql.PostgresTypes.PostgresType,System.Boolean):void|static=false",
|
|
279
|
+
"isStatic": false,
|
|
280
|
+
"parameterCount": 5,
|
|
281
|
+
"visibility": "ProtectedInternal",
|
|
282
|
+
"declaringClrType": "Npgsql.PostgresTypes.PostgresDomainType",
|
|
283
|
+
"declaringAssemblyName": "Npgsql"
|
|
284
|
+
}
|
|
285
|
+
]
|
|
223
286
|
},
|
|
224
287
|
{
|
|
225
288
|
"stableId": "Npgsql:Npgsql.PostgresTypes.PostgresEnumType",
|
|
@@ -232,6 +295,10 @@
|
|
|
232
295
|
"isSealed": false,
|
|
233
296
|
"isStatic": false,
|
|
234
297
|
"arity": 0,
|
|
298
|
+
"baseType": {
|
|
299
|
+
"stableId": "Npgsql:Npgsql.PostgresTypes.PostgresType",
|
|
300
|
+
"clrName": "Npgsql.PostgresTypes.PostgresType"
|
|
301
|
+
},
|
|
235
302
|
"methods": [],
|
|
236
303
|
"properties": [
|
|
237
304
|
{
|
|
@@ -249,13 +316,26 @@
|
|
|
249
316
|
"isAbstract": false,
|
|
250
317
|
"isVirtual": false,
|
|
251
318
|
"isOverride": false,
|
|
319
|
+
"visibility": "Public",
|
|
252
320
|
"declaringClrType": "Npgsql.PostgresTypes.PostgresEnumType",
|
|
253
321
|
"declaringAssemblyName": "Npgsql"
|
|
254
322
|
}
|
|
255
323
|
],
|
|
256
324
|
"fields": [],
|
|
257
325
|
"events": [],
|
|
258
|
-
"constructors": [
|
|
326
|
+
"constructors": [
|
|
327
|
+
{
|
|
328
|
+
"stableId": "Npgsql:Npgsql.PostgresTypes.PostgresEnumType::.ctor(System.String,System.String,System.UInt32):void",
|
|
329
|
+
"metadataToken": 100666228,
|
|
330
|
+
"canonicalSignature": "(System.String,System.String,System.UInt32):void",
|
|
331
|
+
"normalizedSignature": "constructor|(System.String,System.String,System.UInt32):void|static=false",
|
|
332
|
+
"isStatic": false,
|
|
333
|
+
"parameterCount": 3,
|
|
334
|
+
"visibility": "ProtectedInternal",
|
|
335
|
+
"declaringClrType": "Npgsql.PostgresTypes.PostgresEnumType",
|
|
336
|
+
"declaringAssemblyName": "Npgsql"
|
|
337
|
+
}
|
|
338
|
+
]
|
|
259
339
|
},
|
|
260
340
|
{
|
|
261
341
|
"stableId": "Npgsql:Npgsql.PostgresTypes.PostgresMultirangeType",
|
|
@@ -268,6 +348,10 @@
|
|
|
268
348
|
"isSealed": false,
|
|
269
349
|
"isStatic": false,
|
|
270
350
|
"arity": 0,
|
|
351
|
+
"baseType": {
|
|
352
|
+
"stableId": "Npgsql:Npgsql.PostgresTypes.PostgresType",
|
|
353
|
+
"clrName": "Npgsql.PostgresTypes.PostgresType"
|
|
354
|
+
},
|
|
271
355
|
"methods": [],
|
|
272
356
|
"properties": [
|
|
273
357
|
{
|
|
@@ -285,13 +369,26 @@
|
|
|
285
369
|
"isAbstract": false,
|
|
286
370
|
"isVirtual": false,
|
|
287
371
|
"isOverride": false,
|
|
372
|
+
"visibility": "Public",
|
|
288
373
|
"declaringClrType": "Npgsql.PostgresTypes.PostgresMultirangeType",
|
|
289
374
|
"declaringAssemblyName": "Npgsql"
|
|
290
375
|
}
|
|
291
376
|
],
|
|
292
377
|
"fields": [],
|
|
293
378
|
"events": [],
|
|
294
|
-
"constructors": [
|
|
379
|
+
"constructors": [
|
|
380
|
+
{
|
|
381
|
+
"stableId": "Npgsql:Npgsql.PostgresTypes.PostgresMultirangeType::.ctor(System.String,System.String,System.UInt32,Npgsql.PostgresTypes.PostgresRangeType):void",
|
|
382
|
+
"metadataToken": 100666239,
|
|
383
|
+
"canonicalSignature": "(System.String,System.String,System.UInt32,Npgsql.PostgresTypes.PostgresRangeType):void",
|
|
384
|
+
"normalizedSignature": "constructor|(System.String,System.String,System.UInt32,Npgsql.PostgresTypes.PostgresRangeType):void|static=false",
|
|
385
|
+
"isStatic": false,
|
|
386
|
+
"parameterCount": 4,
|
|
387
|
+
"visibility": "ProtectedInternal",
|
|
388
|
+
"declaringClrType": "Npgsql.PostgresTypes.PostgresMultirangeType",
|
|
389
|
+
"declaringAssemblyName": "Npgsql"
|
|
390
|
+
}
|
|
391
|
+
]
|
|
295
392
|
},
|
|
296
393
|
{
|
|
297
394
|
"stableId": "Npgsql:Npgsql.PostgresTypes.PostgresRangeType",
|
|
@@ -304,6 +401,10 @@
|
|
|
304
401
|
"isSealed": false,
|
|
305
402
|
"isStatic": false,
|
|
306
403
|
"arity": 0,
|
|
404
|
+
"baseType": {
|
|
405
|
+
"stableId": "Npgsql:Npgsql.PostgresTypes.PostgresType",
|
|
406
|
+
"clrName": "Npgsql.PostgresTypes.PostgresType"
|
|
407
|
+
},
|
|
307
408
|
"methods": [],
|
|
308
409
|
"properties": [
|
|
309
410
|
{
|
|
@@ -321,6 +422,7 @@
|
|
|
321
422
|
"isAbstract": false,
|
|
322
423
|
"isVirtual": false,
|
|
323
424
|
"isOverride": false,
|
|
425
|
+
"visibility": "Public",
|
|
324
426
|
"declaringClrType": "Npgsql.PostgresTypes.PostgresRangeType",
|
|
325
427
|
"declaringAssemblyName": "Npgsql"
|
|
326
428
|
},
|
|
@@ -329,23 +431,36 @@
|
|
|
329
431
|
"clrName": "Multirange",
|
|
330
432
|
"metadataToken": 385876710,
|
|
331
433
|
"canonicalSignature": ":Npgsql.PostgresTypes.PostgresMultirangeType",
|
|
332
|
-
"normalizedSignature": "Multirange|:Npgsql.PostgresTypes.PostgresMultirangeType|static=false|accessor=
|
|
434
|
+
"normalizedSignature": "Multirange|:Npgsql.PostgresTypes.PostgresMultirangeType|static=false|accessor=getset",
|
|
333
435
|
"emitScope": "ClassSurface",
|
|
334
436
|
"provenance": "Original",
|
|
335
437
|
"isIndexer": false,
|
|
336
438
|
"hasGetter": true,
|
|
337
|
-
"hasSetter":
|
|
439
|
+
"hasSetter": true,
|
|
338
440
|
"isStatic": false,
|
|
339
441
|
"isAbstract": false,
|
|
340
442
|
"isVirtual": false,
|
|
341
443
|
"isOverride": false,
|
|
444
|
+
"visibility": "Public",
|
|
342
445
|
"declaringClrType": "Npgsql.PostgresTypes.PostgresRangeType",
|
|
343
446
|
"declaringAssemblyName": "Npgsql"
|
|
344
447
|
}
|
|
345
448
|
],
|
|
346
449
|
"fields": [],
|
|
347
450
|
"events": [],
|
|
348
|
-
"constructors": [
|
|
451
|
+
"constructors": [
|
|
452
|
+
{
|
|
453
|
+
"stableId": "Npgsql:Npgsql.PostgresTypes.PostgresRangeType::.ctor(System.String,System.String,System.UInt32,Npgsql.PostgresTypes.PostgresType):void",
|
|
454
|
+
"metadataToken": 100666244,
|
|
455
|
+
"canonicalSignature": "(System.String,System.String,System.UInt32,Npgsql.PostgresTypes.PostgresType):void",
|
|
456
|
+
"normalizedSignature": "constructor|(System.String,System.String,System.UInt32,Npgsql.PostgresTypes.PostgresType):void|static=false",
|
|
457
|
+
"isStatic": false,
|
|
458
|
+
"parameterCount": 4,
|
|
459
|
+
"visibility": "ProtectedInternal",
|
|
460
|
+
"declaringClrType": "Npgsql.PostgresTypes.PostgresRangeType",
|
|
461
|
+
"declaringAssemblyName": "Npgsql"
|
|
462
|
+
}
|
|
463
|
+
]
|
|
349
464
|
},
|
|
350
465
|
{
|
|
351
466
|
"stableId": "Npgsql:Npgsql.PostgresTypes.PostgresType",
|
|
@@ -358,6 +473,10 @@
|
|
|
358
473
|
"isSealed": false,
|
|
359
474
|
"isStatic": false,
|
|
360
475
|
"arity": 0,
|
|
476
|
+
"baseType": {
|
|
477
|
+
"stableId": "System.Private.CoreLib:System.Object",
|
|
478
|
+
"clrName": "System.Object"
|
|
479
|
+
},
|
|
361
480
|
"methods": [
|
|
362
481
|
{
|
|
363
482
|
"stableId": "Npgsql:Npgsql.PostgresTypes.PostgresType::ToString():System.String",
|
|
@@ -374,6 +493,7 @@
|
|
|
374
493
|
"isVirtual": true,
|
|
375
494
|
"isOverride": true,
|
|
376
495
|
"isSealed": false,
|
|
496
|
+
"visibility": "Public",
|
|
377
497
|
"declaringClrType": "Npgsql.PostgresTypes.PostgresType",
|
|
378
498
|
"declaringAssemblyName": "Npgsql",
|
|
379
499
|
"isExtensionMethod": false
|
|
@@ -395,6 +515,7 @@
|
|
|
395
515
|
"isAbstract": false,
|
|
396
516
|
"isVirtual": false,
|
|
397
517
|
"isOverride": false,
|
|
518
|
+
"visibility": "Public",
|
|
398
519
|
"declaringClrType": "Npgsql.PostgresTypes.PostgresType",
|
|
399
520
|
"declaringAssemblyName": "Npgsql"
|
|
400
521
|
},
|
|
@@ -413,6 +534,7 @@
|
|
|
413
534
|
"isAbstract": false,
|
|
414
535
|
"isVirtual": false,
|
|
415
536
|
"isOverride": false,
|
|
537
|
+
"visibility": "Public",
|
|
416
538
|
"declaringClrType": "Npgsql.PostgresTypes.PostgresType",
|
|
417
539
|
"declaringAssemblyName": "Npgsql"
|
|
418
540
|
},
|
|
@@ -431,6 +553,7 @@
|
|
|
431
553
|
"isAbstract": false,
|
|
432
554
|
"isVirtual": false,
|
|
433
555
|
"isOverride": false,
|
|
556
|
+
"visibility": "Public",
|
|
434
557
|
"declaringClrType": "Npgsql.PostgresTypes.PostgresType",
|
|
435
558
|
"declaringAssemblyName": "Npgsql"
|
|
436
559
|
},
|
|
@@ -449,6 +572,7 @@
|
|
|
449
572
|
"isAbstract": false,
|
|
450
573
|
"isVirtual": false,
|
|
451
574
|
"isOverride": false,
|
|
575
|
+
"visibility": "Public",
|
|
452
576
|
"declaringClrType": "Npgsql.PostgresTypes.PostgresType",
|
|
453
577
|
"declaringAssemblyName": "Npgsql"
|
|
454
578
|
},
|
|
@@ -467,6 +591,7 @@
|
|
|
467
591
|
"isAbstract": false,
|
|
468
592
|
"isVirtual": false,
|
|
469
593
|
"isOverride": false,
|
|
594
|
+
"visibility": "Public",
|
|
470
595
|
"declaringClrType": "Npgsql.PostgresTypes.PostgresType",
|
|
471
596
|
"declaringAssemblyName": "Npgsql"
|
|
472
597
|
},
|
|
@@ -485,6 +610,7 @@
|
|
|
485
610
|
"isAbstract": false,
|
|
486
611
|
"isVirtual": false,
|
|
487
612
|
"isOverride": false,
|
|
613
|
+
"visibility": "Public",
|
|
488
614
|
"declaringClrType": "Npgsql.PostgresTypes.PostgresType",
|
|
489
615
|
"declaringAssemblyName": "Npgsql"
|
|
490
616
|
},
|
|
@@ -493,16 +619,17 @@
|
|
|
493
619
|
"clrName": "Array",
|
|
494
620
|
"metadataToken": 385876718,
|
|
495
621
|
"canonicalSignature": ":Npgsql.PostgresTypes.PostgresArrayType",
|
|
496
|
-
"normalizedSignature": "Array|:Npgsql.PostgresTypes.PostgresArrayType|static=false|accessor=
|
|
622
|
+
"normalizedSignature": "Array|:Npgsql.PostgresTypes.PostgresArrayType|static=false|accessor=getset",
|
|
497
623
|
"emitScope": "ClassSurface",
|
|
498
624
|
"provenance": "Original",
|
|
499
625
|
"isIndexer": false,
|
|
500
626
|
"hasGetter": true,
|
|
501
|
-
"hasSetter":
|
|
627
|
+
"hasSetter": true,
|
|
502
628
|
"isStatic": false,
|
|
503
629
|
"isAbstract": false,
|
|
504
630
|
"isVirtual": false,
|
|
505
631
|
"isOverride": false,
|
|
632
|
+
"visibility": "Public",
|
|
506
633
|
"declaringClrType": "Npgsql.PostgresTypes.PostgresType",
|
|
507
634
|
"declaringAssemblyName": "Npgsql"
|
|
508
635
|
},
|
|
@@ -511,16 +638,17 @@
|
|
|
511
638
|
"clrName": "Range",
|
|
512
639
|
"metadataToken": 385876719,
|
|
513
640
|
"canonicalSignature": ":Npgsql.PostgresTypes.PostgresRangeType",
|
|
514
|
-
"normalizedSignature": "Range|:Npgsql.PostgresTypes.PostgresRangeType|static=false|accessor=
|
|
641
|
+
"normalizedSignature": "Range|:Npgsql.PostgresTypes.PostgresRangeType|static=false|accessor=getset",
|
|
515
642
|
"emitScope": "ClassSurface",
|
|
516
643
|
"provenance": "Original",
|
|
517
644
|
"isIndexer": false,
|
|
518
645
|
"hasGetter": true,
|
|
519
|
-
"hasSetter":
|
|
646
|
+
"hasSetter": true,
|
|
520
647
|
"isStatic": false,
|
|
521
648
|
"isAbstract": false,
|
|
522
649
|
"isVirtual": false,
|
|
523
650
|
"isOverride": false,
|
|
651
|
+
"visibility": "Public",
|
|
524
652
|
"declaringClrType": "Npgsql.PostgresTypes.PostgresType",
|
|
525
653
|
"declaringAssemblyName": "Npgsql"
|
|
526
654
|
}
|
|
@@ -540,6 +668,10 @@
|
|
|
540
668
|
"isSealed": true,
|
|
541
669
|
"isStatic": false,
|
|
542
670
|
"arity": 0,
|
|
671
|
+
"baseType": {
|
|
672
|
+
"stableId": "Npgsql:Npgsql.PostgresTypes.PostgresType",
|
|
673
|
+
"clrName": "Npgsql.PostgresTypes.PostgresType"
|
|
674
|
+
},
|
|
543
675
|
"methods": [],
|
|
544
676
|
"properties": [],
|
|
545
677
|
"fields": [],
|
|
@@ -16,7 +16,7 @@ export interface PostgresArrayType$instance extends PostgresType {
|
|
|
16
16
|
|
|
17
17
|
|
|
18
18
|
export const PostgresArrayType: {
|
|
19
|
-
new(): PostgresArrayType;
|
|
19
|
+
new(ns: string, name: string, oid: uint, elementPostgresType: PostgresType): PostgresArrayType;
|
|
20
20
|
};
|
|
21
21
|
|
|
22
22
|
|
|
@@ -27,7 +27,7 @@ export interface PostgresBaseType$instance extends PostgresType {
|
|
|
27
27
|
|
|
28
28
|
|
|
29
29
|
export const PostgresBaseType: {
|
|
30
|
-
new(): PostgresBaseType;
|
|
30
|
+
new(ns: string, name: string, oid: uint): PostgresBaseType;
|
|
31
31
|
};
|
|
32
32
|
|
|
33
33
|
|
|
@@ -66,7 +66,7 @@ export interface PostgresDomainType$instance extends PostgresType {
|
|
|
66
66
|
|
|
67
67
|
|
|
68
68
|
export const PostgresDomainType: {
|
|
69
|
-
new(): PostgresDomainType;
|
|
69
|
+
new(ns: string, name: string, oid: uint, baseType: PostgresType, notNull: boolean): PostgresDomainType;
|
|
70
70
|
};
|
|
71
71
|
|
|
72
72
|
|
|
@@ -78,7 +78,7 @@ export interface PostgresEnumType$instance extends PostgresType {
|
|
|
78
78
|
|
|
79
79
|
|
|
80
80
|
export const PostgresEnumType: {
|
|
81
|
-
new(): PostgresEnumType;
|
|
81
|
+
new(ns: string, name: string, oid: uint): PostgresEnumType;
|
|
82
82
|
};
|
|
83
83
|
|
|
84
84
|
|
|
@@ -90,34 +90,37 @@ export interface PostgresMultirangeType$instance extends PostgresType {
|
|
|
90
90
|
|
|
91
91
|
|
|
92
92
|
export const PostgresMultirangeType: {
|
|
93
|
-
new(): PostgresMultirangeType;
|
|
93
|
+
new(ns: string, name: string, oid: uint, rangePostgresType: PostgresRangeType): PostgresMultirangeType;
|
|
94
94
|
};
|
|
95
95
|
|
|
96
96
|
|
|
97
97
|
export type PostgresMultirangeType = PostgresMultirangeType$instance;
|
|
98
98
|
|
|
99
99
|
export interface PostgresRangeType$instance extends PostgresType {
|
|
100
|
-
|
|
100
|
+
get Multirange(): PostgresMultirangeType | undefined;
|
|
101
|
+
set Multirange(value: PostgresMultirangeType);
|
|
101
102
|
readonly Subtype: PostgresType;
|
|
102
103
|
}
|
|
103
104
|
|
|
104
105
|
|
|
105
106
|
export const PostgresRangeType: {
|
|
106
|
-
new(): PostgresRangeType;
|
|
107
|
+
new(ns: string, name: string, oid: uint, subtypePostgresType: PostgresType): PostgresRangeType;
|
|
107
108
|
};
|
|
108
109
|
|
|
109
110
|
|
|
110
111
|
export type PostgresRangeType = PostgresRangeType$instance;
|
|
111
112
|
|
|
112
113
|
export interface PostgresType$instance {
|
|
113
|
-
|
|
114
|
+
get Array(): PostgresArrayType | undefined;
|
|
115
|
+
set Array(value: PostgresArrayType);
|
|
114
116
|
readonly DisplayName: string;
|
|
115
117
|
readonly FullName: string;
|
|
116
118
|
readonly InternalName: string;
|
|
117
119
|
readonly Name: string;
|
|
118
120
|
readonly Namespace: string;
|
|
119
121
|
readonly OID: uint;
|
|
120
|
-
|
|
122
|
+
get Range(): PostgresRangeType | undefined;
|
|
123
|
+
set Range(value: PostgresRangeType);
|
|
121
124
|
ToString(): string;
|
|
122
125
|
}
|
|
123
126
|
|