@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.
Files changed (82) hide show
  1. package/Microsoft.EntityFrameworkCore/bindings.json +737 -0
  2. package/Microsoft.EntityFrameworkCore.Diagnostics/bindings.json +20 -0
  3. package/Microsoft.EntityFrameworkCore.Metadata.Internal/bindings.json +5 -0
  4. package/Microsoft.Extensions.DependencyInjection/bindings.json +6 -0
  5. package/Npgsql/bindings.json +3099 -41
  6. package/Npgsql/internal/index.d.ts +142 -22
  7. package/Npgsql.BackendMessages/bindings.json +7 -0
  8. package/Npgsql.EntityFrameworkCore.PostgreSQL/bindings.json +39 -1
  9. package/Npgsql.EntityFrameworkCore.PostgreSQL/internal/index.d.ts +7 -2
  10. package/Npgsql.EntityFrameworkCore.PostgreSQL.Design.Internal/bindings.json +179 -0
  11. package/Npgsql.EntityFrameworkCore.PostgreSQL.Design.Internal/internal/index.d.ts +17 -2
  12. package/Npgsql.EntityFrameworkCore.PostgreSQL.Diagnostics.Internal/bindings.json +22 -0
  13. package/Npgsql.EntityFrameworkCore.PostgreSQL.Extensions.Internal/bindings.json +8 -0
  14. package/Npgsql.EntityFrameworkCore.PostgreSQL.Infrastructure/bindings.json +59 -1
  15. package/Npgsql.EntityFrameworkCore.PostgreSQL.Infrastructure/internal/index.d.ts +8 -3
  16. package/Npgsql.EntityFrameworkCore.PostgreSQL.Infrastructure.Internal/bindings.json +275 -16
  17. package/Npgsql.EntityFrameworkCore.PostgreSQL.Infrastructure.Internal/internal/index.d.ts +35 -11
  18. package/Npgsql.EntityFrameworkCore.PostgreSQL.Infrastructure.Internal.d.ts +1 -1
  19. package/Npgsql.EntityFrameworkCore.PostgreSQL.Infrastructure.d.ts +2 -2
  20. package/Npgsql.EntityFrameworkCore.PostgreSQL.Internal/bindings.json +120 -31
  21. package/Npgsql.EntityFrameworkCore.PostgreSQL.Internal/internal/index.d.ts +6 -8
  22. package/Npgsql.EntityFrameworkCore.PostgreSQL.Metadata/bindings.json +150 -0
  23. package/Npgsql.EntityFrameworkCore.PostgreSQL.Metadata.Conventions/bindings.json +480 -4
  24. package/Npgsql.EntityFrameworkCore.PostgreSQL.Metadata.Conventions/internal/index.d.ts +50 -10
  25. package/Npgsql.EntityFrameworkCore.PostgreSQL.Metadata.Conventions.d.ts +4 -4
  26. package/Npgsql.EntityFrameworkCore.PostgreSQL.Metadata.Internal/bindings.json +85 -0
  27. package/Npgsql.EntityFrameworkCore.PostgreSQL.Migrations/bindings.json +763 -8
  28. package/Npgsql.EntityFrameworkCore.PostgreSQL.Migrations/internal/index.d.ts +47 -5
  29. package/Npgsql.EntityFrameworkCore.PostgreSQL.Migrations.Internal/bindings.json +94 -0
  30. package/Npgsql.EntityFrameworkCore.PostgreSQL.Migrations.Internal/internal/index.d.ts +10 -3
  31. package/Npgsql.EntityFrameworkCore.PostgreSQL.Migrations.Internal.d.ts +2 -2
  32. package/Npgsql.EntityFrameworkCore.PostgreSQL.Migrations.Operations/bindings.json +42 -0
  33. package/Npgsql.EntityFrameworkCore.PostgreSQL.Migrations.d.ts +5 -4
  34. package/Npgsql.EntityFrameworkCore.PostgreSQL.Query/bindings.json +31 -0
  35. package/Npgsql.EntityFrameworkCore.PostgreSQL.Query.ExpressionTranslators.Internal/bindings.json +410 -0
  36. package/Npgsql.EntityFrameworkCore.PostgreSQL.Query.Expressions/bindings.json +53 -0
  37. package/Npgsql.EntityFrameworkCore.PostgreSQL.Query.Expressions.Internal/bindings.json +1093 -9
  38. package/Npgsql.EntityFrameworkCore.PostgreSQL.Query.Expressions.Internal/internal/index.d.ts +103 -15
  39. package/Npgsql.EntityFrameworkCore.PostgreSQL.Query.Internal/bindings.json +2356 -296
  40. package/Npgsql.EntityFrameworkCore.PostgreSQL.Query.Internal/internal/index.d.ts +157 -17
  41. package/Npgsql.EntityFrameworkCore.PostgreSQL.Query.Internal.d.ts +6 -5
  42. package/Npgsql.EntityFrameworkCore.PostgreSQL.Scaffolding.Internal/bindings.json +25 -0
  43. package/Npgsql.EntityFrameworkCore.PostgreSQL.Storage.Internal/bindings.json +508 -4
  44. package/Npgsql.EntityFrameworkCore.PostgreSQL.Storage.Internal/internal/index.d.ts +44 -11
  45. package/Npgsql.EntityFrameworkCore.PostgreSQL.Storage.Internal.Json/bindings.json +23 -0
  46. package/Npgsql.EntityFrameworkCore.PostgreSQL.Storage.Internal.Mapping/bindings.json +4017 -129
  47. package/Npgsql.EntityFrameworkCore.PostgreSQL.Storage.Internal.Mapping/internal/index.d.ts +435 -53
  48. package/Npgsql.EntityFrameworkCore.PostgreSQL.Storage.Internal.d.ts +5 -4
  49. package/Npgsql.EntityFrameworkCore.PostgreSQL.Storage.ValueConversion/bindings.json +16 -0
  50. package/Npgsql.EntityFrameworkCore.PostgreSQL.Update.Internal/bindings.json +257 -2
  51. package/Npgsql.EntityFrameworkCore.PostgreSQL.Update.Internal/internal/index.d.ts +29 -5
  52. package/Npgsql.EntityFrameworkCore.PostgreSQL.Update.Internal.d.ts +5 -2
  53. package/Npgsql.EntityFrameworkCore.PostgreSQL.ValueGeneration/bindings.json +20 -0
  54. package/Npgsql.EntityFrameworkCore.PostgreSQL.ValueGeneration.Internal/bindings.json +137 -1
  55. package/Npgsql.EntityFrameworkCore.PostgreSQL.ValueGeneration.Internal/internal/index.d.ts +16 -3
  56. package/Npgsql.EntityFrameworkCore.PostgreSQL.ValueGeneration.Internal.d.ts +3 -1
  57. package/Npgsql.EntityFrameworkCore.PostgreSQL.d.ts +1 -1
  58. package/Npgsql.Internal/bindings.json +884 -15
  59. package/Npgsql.Internal/internal/index.d.ts +43 -9
  60. package/Npgsql.Internal.Postgres/bindings.json +81 -0
  61. package/Npgsql.Internal.d.ts +1 -1
  62. package/Npgsql.NameTranslation/bindings.json +30 -0
  63. package/Npgsql.PostgresTypes/bindings.json +144 -12
  64. package/Npgsql.PostgresTypes/internal/index.d.ts +12 -9
  65. package/Npgsql.Replication/bindings.json +166 -11
  66. package/Npgsql.Replication/internal/index.d.ts +6 -5
  67. package/Npgsql.Replication.Internal/bindings.json +26 -1
  68. package/Npgsql.Replication.Internal/internal/index.d.ts +1 -0
  69. package/Npgsql.Replication.PgOutput/bindings.json +160 -6
  70. package/Npgsql.Replication.PgOutput/internal/index.d.ts +4 -3
  71. package/Npgsql.Replication.PgOutput.Messages/bindings.json +513 -83
  72. package/Npgsql.Replication.PgOutput.Messages/internal/index.d.ts +43 -40
  73. package/Npgsql.Replication.TestDecoding/bindings.json +40 -2
  74. package/Npgsql.Replication.TestDecoding/internal/index.d.ts +1 -1
  75. package/Npgsql.Schema/bindings.json +87 -54
  76. package/Npgsql.Schema/internal/index.d.ts +33 -27
  77. package/Npgsql.TypeMapping/bindings.json +17 -0
  78. package/Npgsql.Util/bindings.json +4 -0
  79. package/Npgsql.d.ts +1 -1
  80. package/NpgsqlTypes/bindings.json +871 -4
  81. package/NpgsqlTypes/internal/index.d.ts +3 -1
  82. package/package.json +1 -1
@@ -19,7 +19,7 @@ import type { IEnumerable, IReadOnlyList, List } from "@tsonic/dotnet/System.Col
19
19
  import type { DbType } from "@tsonic/dotnet/System.Data.js";
20
20
  import type { Stream, TextReader } from "@tsonic/dotnet/System.IO.js";
21
21
  import * as System_Internal from "@tsonic/dotnet/System.js";
22
- import type { AsyncCallback, Boolean as ClrBoolean, Byte, Char, Double, Enum, Func, IAsyncDisposable, IAsyncResult, ICloneable, IComparable, IConvertible, IDisposable, IEquatable, IFormattable, Int16, Int32, Int64, IntPtr, ISpanFormattable, Memory, MulticastDelegate, Nullable, Object as ClrObject, ReadOnlyMemory, ReadOnlySpan, Single, Span, String as ClrString, TimeSpan, Type, UInt16, UInt32, UInt64, ValueType, Version, Void } from "@tsonic/dotnet/System.js";
22
+ import type { ArgumentOutOfRangeException, AsyncCallback, Boolean as ClrBoolean, Byte, Char, Double, Enum, Func, IAsyncDisposable, IAsyncResult, ICloneable, IComparable, IConvertible, IDisposable, IEquatable, IFormattable, Int16, Int32, Int64, IntPtr, ISpanFormattable, Memory, MulticastDelegate, Nullable, Object as ClrObject, ReadOnlyMemory, ReadOnlySpan, Single, Span, String as ClrString, TimeSpan, Type, UInt16, UInt32, UInt64, ValueType, Version, Void } from "@tsonic/dotnet/System.js";
23
23
  import * as System_Runtime_Serialization_Internal from "@tsonic/dotnet/System.Runtime.Serialization.js";
24
24
  import type { ISerializable } from "@tsonic/dotnet/System.Runtime.Serialization.js";
25
25
  import type { Encoding } from "@tsonic/dotnet/System.Text.js";
@@ -211,17 +211,28 @@ export interface DbTypeResolverFactory$instance {
211
211
 
212
212
 
213
213
  export const DbTypeResolverFactory: {
214
+ new(): DbTypeResolverFactory;
214
215
  };
215
216
 
216
217
 
217
218
  export type DbTypeResolverFactory = DbTypeResolverFactory$instance;
218
219
 
219
- export interface DynamicTypeInfoResolver$instance {
220
+ export abstract class DynamicTypeInfoResolver$protected {
221
+ protected abstract GetMappings(type: Type, dataTypeName: DataTypeName, options: PgSerializerOptions): DynamicTypeInfoResolver_DynamicMappingCollection | undefined;
222
+ }
223
+
224
+
225
+ export interface DynamicTypeInfoResolver$instance extends DynamicTypeInfoResolver$protected {
220
226
  GetTypeInfo(type: Type, dataTypeName: Nullable<DataTypeName>, options: PgSerializerOptions): PgTypeInfo | undefined;
221
227
  }
222
228
 
223
229
 
224
230
  export const DynamicTypeInfoResolver: {
231
+ new(): DynamicTypeInfoResolver;
232
+ CreateCollection(baseCollection?: TypeInfoMappingCollection): DynamicTypeInfoResolver_DynamicMappingCollection;
233
+ IsArrayDataTypeName(dataTypeName: DataTypeName, options: PgSerializerOptions, elementDataTypeName: DataTypeName): boolean;
234
+ IsArrayLikeType(type: Type, elementType: Type): boolean;
235
+ IsTypeOrNullableOfType(type: Type, predicate: Func<Type, System_Internal.Boolean>, matchedType: Type): boolean;
225
236
  };
226
237
 
227
238
 
@@ -237,7 +248,7 @@ export type DynamicTypeInfoResolver = DynamicTypeInfoResolver$instance & __Dynam
237
248
  export interface NpgsqlConnector$instance {
238
249
  readonly DatabaseInfo: NpgsqlDatabaseInfo;
239
250
  readonly Settings: NpgsqlConnectionStringBuilder;
240
- readonly TextEncoding: Encoding;
251
+ TextEncoding: Encoding;
241
252
  CreateBatch(): NpgsqlBatch;
242
253
  CreateCommand(cmdText?: string): NpgsqlCommand;
243
254
  }
@@ -250,8 +261,13 @@ export const NpgsqlConnector: {
250
261
 
251
262
  export type NpgsqlConnector = NpgsqlConnector$instance;
252
263
 
253
- export interface NpgsqlDatabaseInfo$instance {
254
- readonly HasIntegerDateTimes: boolean;
264
+ export abstract class NpgsqlDatabaseInfo$protected {
265
+ protected abstract GetTypes(): IEnumerable<PostgresType>;
266
+ }
267
+
268
+
269
+ export interface NpgsqlDatabaseInfo$instance extends NpgsqlDatabaseInfo$protected {
270
+ HasIntegerDateTimes: boolean;
255
271
  readonly Host: string;
256
272
  readonly Name: string;
257
273
  readonly Port: int;
@@ -264,7 +280,7 @@ export interface NpgsqlDatabaseInfo$instance {
264
280
  readonly SupportsEnumTypes: boolean;
265
281
  readonly SupportsMultirangeTypes: boolean;
266
282
  readonly SupportsRangeTypes: boolean;
267
- readonly SupportsTransactions: boolean;
283
+ SupportsTransactions: boolean;
268
284
  readonly SupportsUnlisten: boolean;
269
285
  readonly Version: Version;
270
286
  GetPostgresType(oid: uint): PostgresType;
@@ -274,13 +290,22 @@ export interface NpgsqlDatabaseInfo$instance {
274
290
 
275
291
 
276
292
  export const NpgsqlDatabaseInfo: {
293
+ new(host: string, port: int, databaseName: string, version: Version): NpgsqlDatabaseInfo;
294
+ new(host: string, port: int, databaseName: string, version: Version, serverVersion: string): NpgsqlDatabaseInfo;
295
+ ParseServerVersion(value: string): Version;
277
296
  RegisterFactory(factory: INpgsqlDatabaseInfoFactory): void;
278
297
  };
279
298
 
280
299
 
281
300
  export type NpgsqlDatabaseInfo = NpgsqlDatabaseInfo$instance;
282
301
 
283
- export interface PgBufferedConverter_1$instance<T> extends PgConverter_1<T> {
302
+ export abstract class PgBufferedConverter_1$protected<T> {
303
+ protected abstract ReadCore(reader: PgReader): T;
304
+ protected abstract WriteCore(writer: PgWriter, value: T): void;
305
+ }
306
+
307
+
308
+ export interface PgBufferedConverter_1$instance<T> extends PgBufferedConverter_1$protected<T>, PgConverter_1<T> {
284
309
  GetSize(context: SizeContext, value: T, writeState: unknown): Size;
285
310
  Read(reader: PgReader): T;
286
311
  ReadAsync(reader: PgReader, cancellationToken?: CancellationToken): ValueTask<T>;
@@ -291,6 +316,7 @@ export interface PgBufferedConverter_1$instance<T> extends PgConverter_1<T> {
291
316
 
292
317
 
293
318
  export const PgBufferedConverter_1: {
319
+ new<T>(customDbNullPredicate: boolean): PgBufferedConverter_1<T>;
294
320
  };
295
321
 
296
322
 
@@ -308,7 +334,12 @@ export const PgConverter: {
308
334
 
309
335
  export type PgConverter = PgConverter$instance;
310
336
 
311
- export interface PgConverter_1$instance<T> extends PgConverter {
337
+ export abstract class PgConverter_1$protected<T> {
338
+ protected IsDbNullValue(value: T, writeState: unknown): boolean;
339
+ }
340
+
341
+
342
+ export interface PgConverter_1$instance<T> extends PgConverter_1$protected<T>, PgConverter {
312
343
  GetSize(context: SizeContext, value: T, writeState: unknown): Size;
313
344
  IsDbNull(value: T, writeState: unknown): boolean;
314
345
  Read(reader: PgReader): T;
@@ -343,6 +374,7 @@ export interface PgConverterResolver_1$instance<T> extends PgConverterResolver {
343
374
 
344
375
 
345
376
  export const PgConverterResolver_1: {
377
+ new<T>(): PgConverterResolver_1<T>;
346
378
  };
347
379
 
348
380
 
@@ -417,7 +449,7 @@ export interface PgSerializerOptions$instance {
417
449
  EnableDateTimeInfinityConversions: boolean;
418
450
  TextEncoding: Encoding;
419
451
  readonly TimeZone: string;
420
- readonly TypeInfoResolver: IPgTypeInfoResolver;
452
+ TypeInfoResolver: IPgTypeInfoResolver;
421
453
  GetArrayElementTypeId(arrayTypeId: PgTypeId): PgTypeId;
422
454
  GetArrayTypeId(elementTypeId: PgTypeId): PgTypeId;
423
455
  GetDataTypeName(pgTypeId: PgTypeId): DataTypeName;
@@ -446,6 +478,7 @@ export interface PgStreamingConverter_1$instance<T> extends PgConverter_1<T> {
446
478
 
447
479
 
448
480
  export const PgStreamingConverter_1: {
481
+ new<T>(customDbNullPredicate: boolean): PgStreamingConverter_1<T>;
449
482
  };
450
483
 
451
484
 
@@ -482,6 +515,7 @@ export interface PgTypeInfoResolverFactory$instance {
482
515
 
483
516
 
484
517
  export const PgTypeInfoResolverFactory: {
518
+ new(): PgTypeInfoResolverFactory;
485
519
  };
486
520
 
487
521
 
@@ -15,6 +15,19 @@
15
15
  "isSealed": true,
16
16
  "isStatic": false,
17
17
  "arity": 0,
18
+ "baseType": {
19
+ "stableId": "System.Private.CoreLib:System.ValueType",
20
+ "clrName": "System.ValueType"
21
+ },
22
+ "interfaces": [
23
+ {
24
+ "stableId": "System.Private.CoreLib:System.IEquatable\u00601",
25
+ "clrName": "System.IEquatable\u00601",
26
+ "typeArguments": [
27
+ "DataTypeName"
28
+ ]
29
+ }
30
+ ],
18
31
  "methods": [
19
32
  {
20
33
  "stableId": "Npgsql:Npgsql.Internal.Postgres.DataTypeName::GetUnqualifiedName(System.String):System.String",
@@ -31,6 +44,7 @@
31
44
  "isVirtual": false,
32
45
  "isOverride": false,
33
46
  "isSealed": false,
47
+ "visibility": "Public",
34
48
  "declaringClrType": "Npgsql.Internal.Postgres.DataTypeName",
35
49
  "declaringAssemblyName": "Npgsql",
36
50
  "isExtensionMethod": false
@@ -50,6 +64,7 @@
50
64
  "isVirtual": false,
51
65
  "isOverride": false,
52
66
  "isSealed": false,
67
+ "visibility": "Public",
53
68
  "declaringClrType": "Npgsql.Internal.Postgres.DataTypeName",
54
69
  "declaringAssemblyName": "Npgsql",
55
70
  "isExtensionMethod": false
@@ -69,6 +84,7 @@
69
84
  "isVirtual": false,
70
85
  "isOverride": false,
71
86
  "isSealed": false,
87
+ "visibility": "Public",
72
88
  "declaringClrType": "Npgsql.Internal.Postgres.DataTypeName",
73
89
  "declaringAssemblyName": "Npgsql",
74
90
  "isExtensionMethod": false
@@ -88,6 +104,7 @@
88
104
  "isVirtual": false,
89
105
  "isOverride": false,
90
106
  "isSealed": false,
107
+ "visibility": "Public",
91
108
  "declaringClrType": "Npgsql.Internal.Postgres.DataTypeName",
92
109
  "declaringAssemblyName": "Npgsql",
93
110
  "isExtensionMethod": false
@@ -107,6 +124,7 @@
107
124
  "isVirtual": true,
108
125
  "isOverride": true,
109
126
  "isSealed": false,
127
+ "visibility": "Public",
110
128
  "declaringClrType": "Npgsql.Internal.Postgres.DataTypeName",
111
129
  "declaringAssemblyName": "Npgsql",
112
130
  "isExtensionMethod": false
@@ -126,6 +144,7 @@
126
144
  "isVirtual": true,
127
145
  "isOverride": false,
128
146
  "isSealed": true,
147
+ "visibility": "Public",
129
148
  "declaringClrType": "Npgsql.Internal.Postgres.DataTypeName",
130
149
  "declaringAssemblyName": "Npgsql",
131
150
  "isExtensionMethod": false
@@ -145,6 +164,7 @@
145
164
  "isVirtual": true,
146
165
  "isOverride": true,
147
166
  "isSealed": false,
167
+ "visibility": "Public",
148
168
  "declaringClrType": "Npgsql.Internal.Postgres.DataTypeName",
149
169
  "declaringAssemblyName": "Npgsql",
150
170
  "isExtensionMethod": false
@@ -164,6 +184,7 @@
164
184
  "isVirtual": true,
165
185
  "isOverride": true,
166
186
  "isSealed": false,
187
+ "visibility": "Public",
167
188
  "declaringClrType": "Npgsql.Internal.Postgres.DataTypeName",
168
189
  "declaringAssemblyName": "Npgsql",
169
190
  "isExtensionMethod": false
@@ -185,6 +206,7 @@
185
206
  "isAbstract": false,
186
207
  "isVirtual": false,
187
208
  "isOverride": false,
209
+ "visibility": "Public",
188
210
  "declaringClrType": "Npgsql.Internal.Postgres.DataTypeName",
189
211
  "declaringAssemblyName": "Npgsql"
190
212
  },
@@ -203,6 +225,7 @@
203
225
  "isAbstract": false,
204
226
  "isVirtual": false,
205
227
  "isOverride": false,
228
+ "visibility": "Public",
206
229
  "declaringClrType": "Npgsql.Internal.Postgres.DataTypeName",
207
230
  "declaringAssemblyName": "Npgsql"
208
231
  },
@@ -221,6 +244,7 @@
221
244
  "isAbstract": false,
222
245
  "isVirtual": false,
223
246
  "isOverride": false,
247
+ "visibility": "Public",
224
248
  "declaringClrType": "Npgsql.Internal.Postgres.DataTypeName",
225
249
  "declaringAssemblyName": "Npgsql"
226
250
  },
@@ -239,6 +263,7 @@
239
263
  "isAbstract": false,
240
264
  "isVirtual": false,
241
265
  "isOverride": false,
266
+ "visibility": "Public",
242
267
  "declaringClrType": "Npgsql.Internal.Postgres.DataTypeName",
243
268
  "declaringAssemblyName": "Npgsql"
244
269
  },
@@ -257,6 +282,7 @@
257
282
  "isAbstract": false,
258
283
  "isVirtual": false,
259
284
  "isOverride": false,
285
+ "visibility": "Public",
260
286
  "declaringClrType": "Npgsql.Internal.Postgres.DataTypeName",
261
287
  "declaringAssemblyName": "Npgsql"
262
288
  },
@@ -275,6 +301,7 @@
275
301
  "isAbstract": false,
276
302
  "isVirtual": false,
277
303
  "isOverride": false,
304
+ "visibility": "Public",
278
305
  "declaringClrType": "Npgsql.Internal.Postgres.DataTypeName",
279
306
  "declaringAssemblyName": "Npgsql"
280
307
  },
@@ -293,6 +320,7 @@
293
320
  "isAbstract": false,
294
321
  "isVirtual": false,
295
322
  "isOverride": false,
323
+ "visibility": "Public",
296
324
  "declaringClrType": "Npgsql.Internal.Postgres.DataTypeName",
297
325
  "declaringAssemblyName": "Npgsql"
298
326
  },
@@ -311,6 +339,7 @@
311
339
  "isAbstract": false,
312
340
  "isVirtual": false,
313
341
  "isOverride": false,
342
+ "visibility": "Public",
314
343
  "declaringClrType": "Npgsql.Internal.Postgres.DataTypeName",
315
344
  "declaringAssemblyName": "Npgsql"
316
345
  }
@@ -325,6 +354,7 @@
325
354
  "normalizedSignature": "constructor|(System.String):void|static=false",
326
355
  "isStatic": false,
327
356
  "parameterCount": 1,
357
+ "visibility": "Public",
328
358
  "declaringClrType": "Npgsql.Internal.Postgres.DataTypeName",
329
359
  "declaringAssemblyName": "Npgsql"
330
360
  }
@@ -341,6 +371,10 @@
341
371
  "isSealed": true,
342
372
  "isStatic": false,
343
373
  "arity": 0,
374
+ "baseType": {
375
+ "stableId": "System.Private.CoreLib:System.ValueType",
376
+ "clrName": "System.ValueType"
377
+ },
344
378
  "methods": [],
345
379
  "properties": [
346
380
  {
@@ -358,6 +392,7 @@
358
392
  "isAbstract": false,
359
393
  "isVirtual": false,
360
394
  "isOverride": false,
395
+ "visibility": "Public",
361
396
  "declaringClrType": "Npgsql.Internal.Postgres.Field",
362
397
  "declaringAssemblyName": "Npgsql"
363
398
  },
@@ -376,6 +411,7 @@
376
411
  "isAbstract": false,
377
412
  "isVirtual": false,
378
413
  "isOverride": false,
414
+ "visibility": "Public",
379
415
  "declaringClrType": "Npgsql.Internal.Postgres.Field",
380
416
  "declaringAssemblyName": "Npgsql"
381
417
  },
@@ -394,6 +430,7 @@
394
430
  "isAbstract": false,
395
431
  "isVirtual": false,
396
432
  "isOverride": false,
433
+ "visibility": "Public",
397
434
  "declaringClrType": "Npgsql.Internal.Postgres.Field",
398
435
  "declaringAssemblyName": "Npgsql"
399
436
  }
@@ -408,6 +445,7 @@
408
445
  "normalizedSignature": "constructor|(System.String,Npgsql.Internal.Postgres.PgTypeId,System.Int32):void|static=false",
409
446
  "isStatic": false,
410
447
  "parameterCount": 3,
448
+ "visibility": "Public",
411
449
  "declaringClrType": "Npgsql.Internal.Postgres.Field",
412
450
  "declaringAssemblyName": "Npgsql"
413
451
  }
@@ -424,6 +462,19 @@
424
462
  "isSealed": true,
425
463
  "isStatic": false,
426
464
  "arity": 0,
465
+ "baseType": {
466
+ "stableId": "System.Private.CoreLib:System.ValueType",
467
+ "clrName": "System.ValueType"
468
+ },
469
+ "interfaces": [
470
+ {
471
+ "stableId": "System.Private.CoreLib:System.IEquatable\u00601",
472
+ "clrName": "System.IEquatable\u00601",
473
+ "typeArguments": [
474
+ "Oid"
475
+ ]
476
+ }
477
+ ],
427
478
  "methods": [
428
479
  {
429
480
  "stableId": "Npgsql:Npgsql.Internal.Postgres.Oid::ToString():System.String",
@@ -440,6 +491,7 @@
440
491
  "isVirtual": true,
441
492
  "isOverride": true,
442
493
  "isSealed": false,
494
+ "visibility": "Public",
443
495
  "declaringClrType": "Npgsql.Internal.Postgres.Oid",
444
496
  "declaringAssemblyName": "Npgsql",
445
497
  "isExtensionMethod": false
@@ -459,6 +511,7 @@
459
511
  "isVirtual": true,
460
512
  "isOverride": false,
461
513
  "isSealed": true,
514
+ "visibility": "Public",
462
515
  "declaringClrType": "Npgsql.Internal.Postgres.Oid",
463
516
  "declaringAssemblyName": "Npgsql",
464
517
  "isExtensionMethod": false
@@ -478,6 +531,7 @@
478
531
  "isVirtual": true,
479
532
  "isOverride": true,
480
533
  "isSealed": false,
534
+ "visibility": "Public",
481
535
  "declaringClrType": "Npgsql.Internal.Postgres.Oid",
482
536
  "declaringAssemblyName": "Npgsql",
483
537
  "isExtensionMethod": false
@@ -497,6 +551,7 @@
497
551
  "isVirtual": true,
498
552
  "isOverride": true,
499
553
  "isSealed": false,
554
+ "visibility": "Public",
500
555
  "declaringClrType": "Npgsql.Internal.Postgres.Oid",
501
556
  "declaringAssemblyName": "Npgsql",
502
557
  "isExtensionMethod": false
@@ -518,6 +573,7 @@
518
573
  "isAbstract": false,
519
574
  "isVirtual": false,
520
575
  "isOverride": false,
576
+ "visibility": "Public",
521
577
  "declaringClrType": "Npgsql.Internal.Postgres.Oid",
522
578
  "declaringAssemblyName": "Npgsql"
523
579
  },
@@ -536,6 +592,7 @@
536
592
  "isAbstract": false,
537
593
  "isVirtual": false,
538
594
  "isOverride": false,
595
+ "visibility": "Public",
539
596
  "declaringClrType": "Npgsql.Internal.Postgres.Oid",
540
597
  "declaringAssemblyName": "Npgsql"
541
598
  }
@@ -550,6 +607,7 @@
550
607
  "normalizedSignature": "constructor|(System.UInt32):void|static=false",
551
608
  "isStatic": false,
552
609
  "parameterCount": 1,
610
+ "visibility": "Public",
553
611
  "declaringClrType": "Npgsql.Internal.Postgres.Oid",
554
612
  "declaringAssemblyName": "Npgsql"
555
613
  }
@@ -566,6 +624,19 @@
566
624
  "isSealed": true,
567
625
  "isStatic": false,
568
626
  "arity": 0,
627
+ "baseType": {
628
+ "stableId": "System.Private.CoreLib:System.ValueType",
629
+ "clrName": "System.ValueType"
630
+ },
631
+ "interfaces": [
632
+ {
633
+ "stableId": "System.Private.CoreLib:System.IEquatable\u00601",
634
+ "clrName": "System.IEquatable\u00601",
635
+ "typeArguments": [
636
+ "PgTypeId"
637
+ ]
638
+ }
639
+ ],
569
640
  "methods": [
570
641
  {
571
642
  "stableId": "Npgsql:Npgsql.Internal.Postgres.PgTypeId::ToString():System.String",
@@ -582,6 +653,7 @@
582
653
  "isVirtual": true,
583
654
  "isOverride": true,
584
655
  "isSealed": false,
656
+ "visibility": "Public",
585
657
  "declaringClrType": "Npgsql.Internal.Postgres.PgTypeId",
586
658
  "declaringAssemblyName": "Npgsql",
587
659
  "isExtensionMethod": false
@@ -601,6 +673,7 @@
601
673
  "isVirtual": true,
602
674
  "isOverride": false,
603
675
  "isSealed": true,
676
+ "visibility": "Public",
604
677
  "declaringClrType": "Npgsql.Internal.Postgres.PgTypeId",
605
678
  "declaringAssemblyName": "Npgsql",
606
679
  "isExtensionMethod": false
@@ -620,6 +693,7 @@
620
693
  "isVirtual": true,
621
694
  "isOverride": true,
622
695
  "isSealed": false,
696
+ "visibility": "Public",
623
697
  "declaringClrType": "Npgsql.Internal.Postgres.PgTypeId",
624
698
  "declaringAssemblyName": "Npgsql",
625
699
  "isExtensionMethod": false
@@ -639,6 +713,7 @@
639
713
  "isVirtual": true,
640
714
  "isOverride": true,
641
715
  "isSealed": false,
716
+ "visibility": "Public",
642
717
  "declaringClrType": "Npgsql.Internal.Postgres.PgTypeId",
643
718
  "declaringAssemblyName": "Npgsql",
644
719
  "isExtensionMethod": false
@@ -660,6 +735,7 @@
660
735
  "isAbstract": false,
661
736
  "isVirtual": false,
662
737
  "isOverride": false,
738
+ "visibility": "Public",
663
739
  "declaringClrType": "Npgsql.Internal.Postgres.PgTypeId",
664
740
  "declaringAssemblyName": "Npgsql"
665
741
  },
@@ -678,6 +754,7 @@
678
754
  "isAbstract": false,
679
755
  "isVirtual": false,
680
756
  "isOverride": false,
757
+ "visibility": "Public",
681
758
  "declaringClrType": "Npgsql.Internal.Postgres.PgTypeId",
682
759
  "declaringAssemblyName": "Npgsql"
683
760
  },
@@ -696,6 +773,7 @@
696
773
  "isAbstract": false,
697
774
  "isVirtual": false,
698
775
  "isOverride": false,
776
+ "visibility": "Public",
699
777
  "declaringClrType": "Npgsql.Internal.Postgres.PgTypeId",
700
778
  "declaringAssemblyName": "Npgsql"
701
779
  },
@@ -714,6 +792,7 @@
714
792
  "isAbstract": false,
715
793
  "isVirtual": false,
716
794
  "isOverride": false,
795
+ "visibility": "Public",
717
796
  "declaringClrType": "Npgsql.Internal.Postgres.PgTypeId",
718
797
  "declaringAssemblyName": "Npgsql"
719
798
  }
@@ -728,6 +807,7 @@
728
807
  "normalizedSignature": "constructor|(Npgsql.Internal.Postgres.DataTypeName):void|static=false",
729
808
  "isStatic": false,
730
809
  "parameterCount": 1,
810
+ "visibility": "Public",
731
811
  "declaringClrType": "Npgsql.Internal.Postgres.PgTypeId",
732
812
  "declaringAssemblyName": "Npgsql"
733
813
  },
@@ -738,6 +818,7 @@
738
818
  "normalizedSignature": "constructor|(Npgsql.Internal.Postgres.Oid):void|static=false",
739
819
  "isStatic": false,
740
820
  "parameterCount": 1,
821
+ "visibility": "Public",
741
822
  "declaringClrType": "Npgsql.Internal.Postgres.PgTypeId",
742
823
  "declaringAssemblyName": "Npgsql"
743
824
  }
@@ -15,7 +15,7 @@ import type { ReadOnlySequence } from '@tsonic/dotnet/System.Buffers.js';
15
15
  import type { IEnumerable, IReadOnlyList, List } from '@tsonic/dotnet/System.Collections.Generic.js';
16
16
  import type { DbType } from '@tsonic/dotnet/System.Data.js';
17
17
  import type { Stream, TextReader } from '@tsonic/dotnet/System.IO.js';
18
- import type { AsyncCallback, Boolean as ClrBoolean, Byte, Char, Double, Enum, Func, IAsyncDisposable, IAsyncResult, ICloneable, IComparable, IConvertible, IDisposable, IEquatable, IFormattable, Int16, Int32, Int64, IntPtr, ISpanFormattable, Memory, MulticastDelegate, Nullable, Object as ClrObject, ReadOnlyMemory, ReadOnlySpan, Single, Span, String as ClrString, TimeSpan, Type, UInt16, UInt32, UInt64, ValueType, Version, Void } from '@tsonic/dotnet/System.js';
18
+ import type { ArgumentOutOfRangeException, AsyncCallback, Boolean as ClrBoolean, Byte, Char, Double, Enum, Func, IAsyncDisposable, IAsyncResult, ICloneable, IComparable, IConvertible, IDisposable, IEquatable, IFormattable, Int16, Int32, Int64, IntPtr, ISpanFormattable, Memory, MulticastDelegate, Nullable, Object as ClrObject, ReadOnlyMemory, ReadOnlySpan, Single, Span, String as ClrString, TimeSpan, Type, UInt16, UInt32, UInt64, ValueType, Version, Void } from '@tsonic/dotnet/System.js';
19
19
  import type { ISerializable } from '@tsonic/dotnet/System.Runtime.Serialization.js';
20
20
  import type { Encoding } from '@tsonic/dotnet/System.Text.js';
21
21
  import type { CancellationToken } from '@tsonic/dotnet/System.Threading.js';
@@ -15,6 +15,16 @@
15
15
  "isSealed": true,
16
16
  "isStatic": false,
17
17
  "arity": 0,
18
+ "baseType": {
19
+ "stableId": "System.Private.CoreLib:System.Object",
20
+ "clrName": "System.Object"
21
+ },
22
+ "interfaces": [
23
+ {
24
+ "stableId": "Npgsql:Npgsql.INpgsqlNameTranslator",
25
+ "clrName": "Npgsql.INpgsqlNameTranslator"
26
+ }
27
+ ],
18
28
  "methods": [
19
29
  {
20
30
  "stableId": "Npgsql:Npgsql.NameTranslation.NpgsqlNullNameTranslator::TranslateTypeName(System.String):System.String",
@@ -31,6 +41,7 @@
31
41
  "isVirtual": true,
32
42
  "isOverride": false,
33
43
  "isSealed": true,
44
+ "visibility": "Public",
34
45
  "declaringClrType": "Npgsql.NameTranslation.NpgsqlNullNameTranslator",
35
46
  "declaringAssemblyName": "Npgsql",
36
47
  "isExtensionMethod": false
@@ -50,6 +61,7 @@
50
61
  "isVirtual": true,
51
62
  "isOverride": false,
52
63
  "isSealed": true,
64
+ "visibility": "Public",
53
65
  "declaringClrType": "Npgsql.NameTranslation.NpgsqlNullNameTranslator",
54
66
  "declaringAssemblyName": "Npgsql",
55
67
  "isExtensionMethod": false
@@ -69,6 +81,7 @@
69
81
  "isVirtual": true,
70
82
  "isOverride": false,
71
83
  "isSealed": false,
84
+ "visibility": "Public",
72
85
  "declaringClrType": "Npgsql.INpgsqlNameTranslator",
73
86
  "declaringAssemblyName": "Npgsql",
74
87
  "isExtensionMethod": false,
@@ -86,6 +99,7 @@
86
99
  "normalizedSignature": "constructor|():void|static=false",
87
100
  "isStatic": false,
88
101
  "parameterCount": 0,
102
+ "visibility": "Public",
89
103
  "declaringClrType": "Npgsql.NameTranslation.NpgsqlNullNameTranslator",
90
104
  "declaringAssemblyName": "Npgsql"
91
105
  }
@@ -102,6 +116,16 @@
102
116
  "isSealed": true,
103
117
  "isStatic": false,
104
118
  "arity": 0,
119
+ "baseType": {
120
+ "stableId": "System.Private.CoreLib:System.Object",
121
+ "clrName": "System.Object"
122
+ },
123
+ "interfaces": [
124
+ {
125
+ "stableId": "Npgsql:Npgsql.INpgsqlNameTranslator",
126
+ "clrName": "Npgsql.INpgsqlNameTranslator"
127
+ }
128
+ ],
105
129
  "methods": [
106
130
  {
107
131
  "stableId": "Npgsql:Npgsql.NameTranslation.NpgsqlSnakeCaseNameTranslator::TranslateTypeName(System.String):System.String",
@@ -118,6 +142,7 @@
118
142
  "isVirtual": true,
119
143
  "isOverride": false,
120
144
  "isSealed": true,
145
+ "visibility": "Public",
121
146
  "declaringClrType": "Npgsql.NameTranslation.NpgsqlSnakeCaseNameTranslator",
122
147
  "declaringAssemblyName": "Npgsql",
123
148
  "isExtensionMethod": false
@@ -137,6 +162,7 @@
137
162
  "isVirtual": true,
138
163
  "isOverride": false,
139
164
  "isSealed": true,
165
+ "visibility": "Public",
140
166
  "declaringClrType": "Npgsql.NameTranslation.NpgsqlSnakeCaseNameTranslator",
141
167
  "declaringAssemblyName": "Npgsql",
142
168
  "isExtensionMethod": false
@@ -156,6 +182,7 @@
156
182
  "isVirtual": false,
157
183
  "isOverride": false,
158
184
  "isSealed": false,
185
+ "visibility": "Public",
159
186
  "declaringClrType": "Npgsql.NameTranslation.NpgsqlSnakeCaseNameTranslator",
160
187
  "declaringAssemblyName": "Npgsql",
161
188
  "isExtensionMethod": false
@@ -175,6 +202,7 @@
175
202
  "isVirtual": true,
176
203
  "isOverride": false,
177
204
  "isSealed": false,
205
+ "visibility": "Public",
178
206
  "declaringClrType": "Npgsql.INpgsqlNameTranslator",
179
207
  "declaringAssemblyName": "Npgsql",
180
208
  "isExtensionMethod": false,
@@ -192,6 +220,7 @@
192
220
  "normalizedSignature": "constructor|(System.Globalization.CultureInfo):void|static=false",
193
221
  "isStatic": false,
194
222
  "parameterCount": 1,
223
+ "visibility": "Public",
195
224
  "declaringClrType": "Npgsql.NameTranslation.NpgsqlSnakeCaseNameTranslator",
196
225
  "declaringAssemblyName": "Npgsql"
197
226
  },
@@ -202,6 +231,7 @@
202
231
  "normalizedSignature": "constructor|(System.Boolean,System.Globalization.CultureInfo):void|static=false",
203
232
  "isStatic": false,
204
233
  "parameterCount": 2,
234
+ "visibility": "Public",
205
235
  "declaringClrType": "Npgsql.NameTranslation.NpgsqlSnakeCaseNameTranslator",
206
236
  "declaringAssemblyName": "Npgsql"
207
237
  }