@tsonic/efcore-npgsql 0.1.2 → 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 +8946 -11216
- package/Microsoft.EntityFrameworkCore/internal/index.d.ts +604 -604
- package/Microsoft.EntityFrameworkCore.Diagnostics/bindings.json +49 -180
- package/Microsoft.EntityFrameworkCore.Diagnostics/internal/index.d.ts +16 -16
- package/Microsoft.EntityFrameworkCore.Metadata.Internal/bindings.json +23 -15
- package/Microsoft.EntityFrameworkCore.Metadata.Internal/internal/index.d.ts +1 -1
- package/Microsoft.Extensions.DependencyInjection/bindings.json +34 -26
- package/Microsoft.Extensions.DependencyInjection/internal/index.d.ts +2 -2
- package/Npgsql/bindings.json +14579 -19539
- package/Npgsql/internal/index.d.ts +1182 -1062
- package/Npgsql.BackendMessages/bindings.json +33 -39
- package/Npgsql.BackendMessages/internal/index.d.ts +3 -3
- package/Npgsql.EntityFrameworkCore.PostgreSQL/bindings.json +48 -67
- package/Npgsql.EntityFrameworkCore.PostgreSQL/internal/index.d.ts +7 -2
- package/Npgsql.EntityFrameworkCore.PostgreSQL.Design.Internal/bindings.json +272 -174
- package/Npgsql.EntityFrameworkCore.PostgreSQL.Design.Internal/internal/index.d.ts +29 -14
- package/Npgsql.EntityFrameworkCore.PostgreSQL.Diagnostics.Internal/bindings.json +48 -201
- package/Npgsql.EntityFrameworkCore.PostgreSQL.Diagnostics.Internal/internal/index.d.ts +17 -17
- package/Npgsql.EntityFrameworkCore.PostgreSQL.Extensions.Internal/bindings.json +42 -48
- package/Npgsql.EntityFrameworkCore.PostgreSQL.Extensions.Internal/internal/index.d.ts +4 -4
- package/Npgsql.EntityFrameworkCore.PostgreSQL.Infrastructure/bindings.json +183 -218
- package/Npgsql.EntityFrameworkCore.PostgreSQL.Infrastructure/internal/index.d.ts +25 -20
- package/Npgsql.EntityFrameworkCore.PostgreSQL.Infrastructure.Internal/bindings.json +606 -705
- package/Npgsql.EntityFrameworkCore.PostgreSQL.Infrastructure.Internal/internal/index.d.ts +82 -58
- 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 +504 -737
- package/Npgsql.EntityFrameworkCore.PostgreSQL.Internal/internal/index.d.ts +56 -58
- package/Npgsql.EntityFrameworkCore.PostgreSQL.Metadata/bindings.json +468 -699
- package/Npgsql.EntityFrameworkCore.PostgreSQL.Metadata/internal/index.d.ts +62 -62
- package/Npgsql.EntityFrameworkCore.PostgreSQL.Metadata.Conventions/bindings.json +579 -197
- package/Npgsql.EntityFrameworkCore.PostgreSQL.Metadata.Conventions/internal/index.d.ts +59 -19
- package/Npgsql.EntityFrameworkCore.PostgreSQL.Metadata.Conventions.d.ts +4 -4
- package/Npgsql.EntityFrameworkCore.PostgreSQL.Metadata.Internal/bindings.json +240 -612
- package/Npgsql.EntityFrameworkCore.PostgreSQL.Metadata.Internal/internal/index.d.ts +52 -52
- package/Npgsql.EntityFrameworkCore.PostgreSQL.Migrations/bindings.json +788 -58
- package/Npgsql.EntityFrameworkCore.PostgreSQL.Migrations/internal/index.d.ts +51 -9
- package/Npgsql.EntityFrameworkCore.PostgreSQL.Migrations.Internal/bindings.json +186 -173
- package/Npgsql.EntityFrameworkCore.PostgreSQL.Migrations.Internal/internal/index.d.ts +23 -16
- package/Npgsql.EntityFrameworkCore.PostgreSQL.Migrations.Internal.d.ts +2 -2
- package/Npgsql.EntityFrameworkCore.PostgreSQL.Migrations.Operations/bindings.json +77 -72
- package/Npgsql.EntityFrameworkCore.PostgreSQL.Migrations.Operations/internal/index.d.ts +6 -6
- package/Npgsql.EntityFrameworkCore.PostgreSQL.Migrations.d.ts +5 -4
- package/Npgsql.EntityFrameworkCore.PostgreSQL.Query/bindings.json +160 -234
- package/Npgsql.EntityFrameworkCore.PostgreSQL.Query/internal/index.d.ts +20 -20
- package/Npgsql.EntityFrameworkCore.PostgreSQL.Query.ExpressionTranslators.Internal/bindings.json +831 -864
- package/Npgsql.EntityFrameworkCore.PostgreSQL.Query.ExpressionTranslators.Internal/internal/index.d.ts +38 -38
- package/Npgsql.EntityFrameworkCore.PostgreSQL.Query.Expressions/bindings.json +94 -345
- package/Npgsql.EntityFrameworkCore.PostgreSQL.Query.Expressions/internal/index.d.ts +30 -30
- package/Npgsql.EntityFrameworkCore.PostgreSQL.Query.Expressions.Internal/bindings.json +2021 -2000
- package/Npgsql.EntityFrameworkCore.PostgreSQL.Query.Expressions.Internal/internal/index.d.ts +255 -167
- package/Npgsql.EntityFrameworkCore.PostgreSQL.Query.Internal/bindings.json +2408 -631
- package/Npgsql.EntityFrameworkCore.PostgreSQL.Query.Internal/internal/index.d.ts +178 -38
- package/Npgsql.EntityFrameworkCore.PostgreSQL.Query.Internal.d.ts +6 -5
- package/Npgsql.EntityFrameworkCore.PostgreSQL.Scaffolding.Internal/bindings.json +58 -61
- package/Npgsql.EntityFrameworkCore.PostgreSQL.Scaffolding.Internal/internal/index.d.ts +3 -3
- package/Npgsql.EntityFrameworkCore.PostgreSQL.Storage.Internal/bindings.json +780 -544
- package/Npgsql.EntityFrameworkCore.PostgreSQL.Storage.Internal/internal/index.d.ts +79 -46
- package/Npgsql.EntityFrameworkCore.PostgreSQL.Storage.Internal.Json/bindings.json +83 -110
- package/Npgsql.EntityFrameworkCore.PostgreSQL.Storage.Internal.Json/internal/index.d.ts +8 -8
- package/Npgsql.EntityFrameworkCore.PostgreSQL.Storage.Internal.Mapping/bindings.json +5272 -3851
- package/Npgsql.EntityFrameworkCore.PostgreSQL.Storage.Internal.Mapping/internal/index.d.ts +594 -212
- package/Npgsql.EntityFrameworkCore.PostgreSQL.Storage.Internal.d.ts +5 -4
- package/Npgsql.EntityFrameworkCore.PostgreSQL.Storage.ValueConversion/bindings.json +30 -34
- package/Npgsql.EntityFrameworkCore.PostgreSQL.Storage.ValueConversion/internal/index.d.ts +1 -1
- package/Npgsql.EntityFrameworkCore.PostgreSQL.Update.Internal/bindings.json +349 -188
- package/Npgsql.EntityFrameworkCore.PostgreSQL.Update.Internal/internal/index.d.ts +39 -15
- package/Npgsql.EntityFrameworkCore.PostgreSQL.Update.Internal.d.ts +5 -2
- package/Npgsql.EntityFrameworkCore.PostgreSQL.ValueGeneration/bindings.json +57 -76
- package/Npgsql.EntityFrameworkCore.PostgreSQL.ValueGeneration/internal/index.d.ts +4 -4
- package/Npgsql.EntityFrameworkCore.PostgreSQL.ValueGeneration.Internal/bindings.json +245 -193
- package/Npgsql.EntityFrameworkCore.PostgreSQL.ValueGeneration.Internal/internal/index.d.ts +24 -11
- package/Npgsql.EntityFrameworkCore.PostgreSQL.ValueGeneration.Internal.d.ts +3 -1
- package/Npgsql.EntityFrameworkCore.PostgreSQL.d.ts +1 -1
- package/Npgsql.Internal/bindings.json +2550 -3274
- package/Npgsql.Internal/internal/index.d.ts +282 -248
- package/Npgsql.Internal.Postgres/bindings.json +289 -434
- package/Npgsql.Internal.Postgres/internal/index.d.ts +33 -33
- package/Npgsql.Internal.d.ts +1 -1
- package/Npgsql.NameTranslation/bindings.json +91 -116
- package/Npgsql.NameTranslation/internal/index.d.ts +5 -5
- package/Npgsql.PostgresTypes/bindings.json +289 -982
- package/Npgsql.PostgresTypes/internal/index.d.ts +28 -25
- package/Npgsql.Replication/bindings.json +486 -1078
- package/Npgsql.Replication/internal/index.d.ts +47 -46
- package/Npgsql.Replication.Internal/bindings.json +65 -69
- package/Npgsql.Replication.Internal/internal/index.d.ts +6 -5
- package/Npgsql.Replication.PgOutput/bindings.json +344 -536
- package/Npgsql.Replication.PgOutput/internal/index.d.ts +31 -30
- package/Npgsql.Replication.PgOutput.Messages/bindings.json +1176 -2950
- package/Npgsql.Replication.PgOutput.Messages/internal/index.d.ts +85 -82
- package/Npgsql.Replication.TestDecoding/bindings.json +131 -270
- package/Npgsql.Replication.TestDecoding/internal/index.d.ts +13 -13
- package/Npgsql.Schema/bindings.json +236 -376
- package/Npgsql.Schema/internal/index.d.ts +34 -28
- package/Npgsql.TypeMapping/bindings.json +109 -153
- package/Npgsql.TypeMapping/internal/index.d.ts +13 -13
- package/Npgsql.Util/bindings.json +13 -1
- package/Npgsql.d.ts +1 -1
- package/NpgsqlTypes/bindings.json +2306 -4296
- package/NpgsqlTypes/internal/index.d.ts +282 -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
|
@@ -14,34 +14,40 @@ import type { DbColumn } from "@tsonic/dotnet/System.Data.Common.js";
|
|
|
14
14
|
import type { Boolean as ClrBoolean, Int16, Int32, Nullable, Object as ClrObject, String as ClrString, Type, UInt32 } from "@tsonic/dotnet/System.js";
|
|
15
15
|
|
|
16
16
|
export interface NpgsqlDbColumn$instance extends DbColumn {
|
|
17
|
-
|
|
18
|
-
|
|
19
|
-
|
|
20
|
-
|
|
21
|
-
|
|
22
|
-
|
|
23
|
-
|
|
24
|
-
|
|
25
|
-
|
|
26
|
-
|
|
27
|
-
|
|
28
|
-
|
|
29
|
-
|
|
30
|
-
|
|
31
|
-
|
|
32
|
-
|
|
33
|
-
|
|
34
|
-
|
|
35
|
-
|
|
36
|
-
|
|
37
|
-
|
|
38
|
-
|
|
39
|
-
|
|
40
|
-
|
|
41
|
-
|
|
42
|
-
readonly
|
|
43
|
-
|
|
44
|
-
|
|
17
|
+
AllowDBNull: Nullable<System_Internal.Boolean>;
|
|
18
|
+
BaseCatalogName: string;
|
|
19
|
+
get BaseColumnName(): string | undefined;
|
|
20
|
+
set BaseColumnName(value: string);
|
|
21
|
+
get BaseSchemaName(): string | undefined;
|
|
22
|
+
set BaseSchemaName(value: string);
|
|
23
|
+
BaseServerName: string;
|
|
24
|
+
get BaseTableName(): string | undefined;
|
|
25
|
+
set BaseTableName(value: string);
|
|
26
|
+
ColumnAttributeNumber: Nullable<System_Internal.Int16>;
|
|
27
|
+
ColumnName: string;
|
|
28
|
+
ColumnOrdinal: Nullable<System_Internal.Int32>;
|
|
29
|
+
ColumnSize: Nullable<System_Internal.Int32>;
|
|
30
|
+
get DataType(): Type | undefined;
|
|
31
|
+
set DataType(value: Type);
|
|
32
|
+
DataTypeName: string;
|
|
33
|
+
get DefaultValue(): string | undefined;
|
|
34
|
+
set DefaultValue(value: string);
|
|
35
|
+
IsAliased: Nullable<System_Internal.Boolean>;
|
|
36
|
+
IsAutoIncrement: Nullable<System_Internal.Boolean>;
|
|
37
|
+
IsIdentity: Nullable<System_Internal.Boolean>;
|
|
38
|
+
IsKey: Nullable<System_Internal.Boolean>;
|
|
39
|
+
IsLong: Nullable<System_Internal.Boolean>;
|
|
40
|
+
IsReadOnly: Nullable<System_Internal.Boolean>;
|
|
41
|
+
IsUnique: Nullable<System_Internal.Boolean>;
|
|
42
|
+
readonly Item: unknown | undefined;
|
|
43
|
+
NpgsqlDbType: Nullable<NpgsqlDbType>;
|
|
44
|
+
NumericPrecision: Nullable<System_Internal.Int32>;
|
|
45
|
+
NumericScale: Nullable<System_Internal.Int32>;
|
|
46
|
+
PostgresType: PostgresType;
|
|
47
|
+
TableOID: uint;
|
|
48
|
+
TypeOID: uint;
|
|
49
|
+
get UdtAssemblyQualifiedName(): string | undefined;
|
|
50
|
+
set UdtAssemblyQualifiedName(value: string);
|
|
45
51
|
}
|
|
46
52
|
|
|
47
53
|
|
|
@@ -1,23 +1,37 @@
|
|
|
1
1
|
{
|
|
2
2
|
"namespace": "Npgsql.TypeMapping",
|
|
3
|
+
"contributingAssemblies": [
|
|
4
|
+
"Npgsql"
|
|
5
|
+
],
|
|
3
6
|
"types": [
|
|
4
7
|
{
|
|
5
8
|
"stableId": "Npgsql:Npgsql.TypeMapping.INpgsqlTypeMapper",
|
|
6
9
|
"clrName": "Npgsql.TypeMapping.INpgsqlTypeMapper",
|
|
7
|
-
"tsEmitName": "INpgsqlTypeMapper",
|
|
8
10
|
"assemblyName": "Npgsql",
|
|
9
11
|
"metadataToken": 0,
|
|
12
|
+
"kind": "Interface",
|
|
13
|
+
"accessibility": "Public",
|
|
14
|
+
"isAbstract": true,
|
|
15
|
+
"isSealed": false,
|
|
16
|
+
"isStatic": false,
|
|
17
|
+
"arity": 0,
|
|
10
18
|
"methods": [
|
|
11
19
|
{
|
|
12
20
|
"stableId": "Npgsql:Npgsql.TypeMapping.INpgsqlTypeMapper::MapEnum(System.String,Npgsql.INpgsqlNameTranslator):Npgsql.TypeMapping.INpgsqlTypeMapper",
|
|
13
21
|
"clrName": "MapEnum",
|
|
14
|
-
"tsEmitName": "mapEnum",
|
|
15
22
|
"metadataToken": 100665710,
|
|
16
23
|
"canonicalSignature": "(System.String,Npgsql.INpgsqlNameTranslator):Npgsql.TypeMapping.INpgsqlTypeMapper",
|
|
17
24
|
"normalizedSignature": "MapEnum|(System.String,Npgsql.INpgsqlNameTranslator):Npgsql.TypeMapping.INpgsqlTypeMapper|static=false",
|
|
18
25
|
"emitScope": "ClassSurface",
|
|
26
|
+
"provenance": "Original",
|
|
19
27
|
"arity": 1,
|
|
20
28
|
"parameterCount": 2,
|
|
29
|
+
"isStatic": false,
|
|
30
|
+
"isAbstract": true,
|
|
31
|
+
"isVirtual": true,
|
|
32
|
+
"isOverride": false,
|
|
33
|
+
"isSealed": false,
|
|
34
|
+
"visibility": "Public",
|
|
21
35
|
"declaringClrType": "Npgsql.TypeMapping.INpgsqlTypeMapper",
|
|
22
36
|
"declaringAssemblyName": "Npgsql",
|
|
23
37
|
"isExtensionMethod": false
|
|
@@ -25,13 +39,19 @@
|
|
|
25
39
|
{
|
|
26
40
|
"stableId": "Npgsql:Npgsql.TypeMapping.INpgsqlTypeMapper::UnmapEnum(System.String,Npgsql.INpgsqlNameTranslator):System.Boolean",
|
|
27
41
|
"clrName": "UnmapEnum",
|
|
28
|
-
"tsEmitName": "unmapEnum",
|
|
29
42
|
"metadataToken": 100665711,
|
|
30
43
|
"canonicalSignature": "(System.String,Npgsql.INpgsqlNameTranslator):System.Boolean",
|
|
31
44
|
"normalizedSignature": "UnmapEnum|(System.String,Npgsql.INpgsqlNameTranslator):System.Boolean|static=false",
|
|
32
45
|
"emitScope": "ClassSurface",
|
|
46
|
+
"provenance": "Original",
|
|
33
47
|
"arity": 1,
|
|
34
48
|
"parameterCount": 2,
|
|
49
|
+
"isStatic": false,
|
|
50
|
+
"isAbstract": true,
|
|
51
|
+
"isVirtual": true,
|
|
52
|
+
"isOverride": false,
|
|
53
|
+
"isSealed": false,
|
|
54
|
+
"visibility": "Public",
|
|
35
55
|
"declaringClrType": "Npgsql.TypeMapping.INpgsqlTypeMapper",
|
|
36
56
|
"declaringAssemblyName": "Npgsql",
|
|
37
57
|
"isExtensionMethod": false
|
|
@@ -39,13 +59,19 @@
|
|
|
39
59
|
{
|
|
40
60
|
"stableId": "Npgsql:Npgsql.TypeMapping.INpgsqlTypeMapper::MapEnum(System.Type,System.String,Npgsql.INpgsqlNameTranslator):Npgsql.TypeMapping.INpgsqlTypeMapper",
|
|
41
61
|
"clrName": "MapEnum",
|
|
42
|
-
"tsEmitName": "mapEnum",
|
|
43
62
|
"metadataToken": 100665712,
|
|
44
63
|
"canonicalSignature": "(System.Type,System.String,Npgsql.INpgsqlNameTranslator):Npgsql.TypeMapping.INpgsqlTypeMapper",
|
|
45
64
|
"normalizedSignature": "MapEnum|(System.Type,System.String,Npgsql.INpgsqlNameTranslator):Npgsql.TypeMapping.INpgsqlTypeMapper|static=false",
|
|
46
65
|
"emitScope": "ClassSurface",
|
|
66
|
+
"provenance": "Original",
|
|
47
67
|
"arity": 0,
|
|
48
68
|
"parameterCount": 3,
|
|
69
|
+
"isStatic": false,
|
|
70
|
+
"isAbstract": true,
|
|
71
|
+
"isVirtual": true,
|
|
72
|
+
"isOverride": false,
|
|
73
|
+
"isSealed": false,
|
|
74
|
+
"visibility": "Public",
|
|
49
75
|
"declaringClrType": "Npgsql.TypeMapping.INpgsqlTypeMapper",
|
|
50
76
|
"declaringAssemblyName": "Npgsql",
|
|
51
77
|
"isExtensionMethod": false
|
|
@@ -53,13 +79,19 @@
|
|
|
53
79
|
{
|
|
54
80
|
"stableId": "Npgsql:Npgsql.TypeMapping.INpgsqlTypeMapper::UnmapEnum(System.Type,System.String,Npgsql.INpgsqlNameTranslator):System.Boolean",
|
|
55
81
|
"clrName": "UnmapEnum",
|
|
56
|
-
"tsEmitName": "unmapEnum",
|
|
57
82
|
"metadataToken": 100665713,
|
|
58
83
|
"canonicalSignature": "(System.Type,System.String,Npgsql.INpgsqlNameTranslator):System.Boolean",
|
|
59
84
|
"normalizedSignature": "UnmapEnum|(System.Type,System.String,Npgsql.INpgsqlNameTranslator):System.Boolean|static=false",
|
|
60
85
|
"emitScope": "ClassSurface",
|
|
86
|
+
"provenance": "Original",
|
|
61
87
|
"arity": 0,
|
|
62
88
|
"parameterCount": 3,
|
|
89
|
+
"isStatic": false,
|
|
90
|
+
"isAbstract": true,
|
|
91
|
+
"isVirtual": true,
|
|
92
|
+
"isOverride": false,
|
|
93
|
+
"isSealed": false,
|
|
94
|
+
"visibility": "Public",
|
|
63
95
|
"declaringClrType": "Npgsql.TypeMapping.INpgsqlTypeMapper",
|
|
64
96
|
"declaringAssemblyName": "Npgsql",
|
|
65
97
|
"isExtensionMethod": false
|
|
@@ -67,13 +99,19 @@
|
|
|
67
99
|
{
|
|
68
100
|
"stableId": "Npgsql:Npgsql.TypeMapping.INpgsqlTypeMapper::AddTypeInfoResolverFactory(Npgsql.Internal.PgTypeInfoResolverFactory):System.Void",
|
|
69
101
|
"clrName": "AddTypeInfoResolverFactory",
|
|
70
|
-
"tsEmitName": "addTypeInfoResolverFactory",
|
|
71
102
|
"metadataToken": 100665718,
|
|
72
103
|
"canonicalSignature": "(Npgsql.Internal.PgTypeInfoResolverFactory):System.Void",
|
|
73
104
|
"normalizedSignature": "AddTypeInfoResolverFactory|(Npgsql.Internal.PgTypeInfoResolverFactory):System.Void|static=false",
|
|
74
105
|
"emitScope": "ClassSurface",
|
|
106
|
+
"provenance": "Original",
|
|
75
107
|
"arity": 0,
|
|
76
108
|
"parameterCount": 1,
|
|
109
|
+
"isStatic": false,
|
|
110
|
+
"isAbstract": true,
|
|
111
|
+
"isVirtual": true,
|
|
112
|
+
"isOverride": false,
|
|
113
|
+
"isSealed": false,
|
|
114
|
+
"visibility": "Public",
|
|
77
115
|
"declaringClrType": "Npgsql.TypeMapping.INpgsqlTypeMapper",
|
|
78
116
|
"declaringAssemblyName": "Npgsql",
|
|
79
117
|
"isExtensionMethod": false
|
|
@@ -81,13 +119,19 @@
|
|
|
81
119
|
{
|
|
82
120
|
"stableId": "Npgsql:Npgsql.TypeMapping.INpgsqlTypeMapper::AddDbTypeResolverFactory(Npgsql.Internal.DbTypeResolverFactory):System.Void",
|
|
83
121
|
"clrName": "AddDbTypeResolverFactory",
|
|
84
|
-
"tsEmitName": "addDbTypeResolverFactory",
|
|
85
122
|
"metadataToken": 100665719,
|
|
86
123
|
"canonicalSignature": "(Npgsql.Internal.DbTypeResolverFactory):System.Void",
|
|
87
124
|
"normalizedSignature": "AddDbTypeResolverFactory|(Npgsql.Internal.DbTypeResolverFactory):System.Void|static=false",
|
|
88
125
|
"emitScope": "ClassSurface",
|
|
126
|
+
"provenance": "Original",
|
|
89
127
|
"arity": 0,
|
|
90
128
|
"parameterCount": 1,
|
|
129
|
+
"isStatic": false,
|
|
130
|
+
"isAbstract": true,
|
|
131
|
+
"isVirtual": true,
|
|
132
|
+
"isOverride": false,
|
|
133
|
+
"isSealed": false,
|
|
134
|
+
"visibility": "Public",
|
|
91
135
|
"declaringClrType": "Npgsql.TypeMapping.INpgsqlTypeMapper",
|
|
92
136
|
"declaringAssemblyName": "Npgsql",
|
|
93
137
|
"isExtensionMethod": false
|
|
@@ -95,13 +139,19 @@
|
|
|
95
139
|
{
|
|
96
140
|
"stableId": "Npgsql:Npgsql.TypeMapping.INpgsqlTypeMapper::ConfigureJsonOptions(System.Text.Json.JsonSerializerOptions):Npgsql.TypeMapping.INpgsqlTypeMapper",
|
|
97
141
|
"clrName": "ConfigureJsonOptions",
|
|
98
|
-
"tsEmitName": "configureJsonOptions",
|
|
99
142
|
"metadataToken": 100665720,
|
|
100
143
|
"canonicalSignature": "(System.Text.Json.JsonSerializerOptions):Npgsql.TypeMapping.INpgsqlTypeMapper",
|
|
101
144
|
"normalizedSignature": "ConfigureJsonOptions|(System.Text.Json.JsonSerializerOptions):Npgsql.TypeMapping.INpgsqlTypeMapper|static=false",
|
|
102
145
|
"emitScope": "ClassSurface",
|
|
146
|
+
"provenance": "Original",
|
|
103
147
|
"arity": 0,
|
|
104
148
|
"parameterCount": 1,
|
|
149
|
+
"isStatic": false,
|
|
150
|
+
"isAbstract": true,
|
|
151
|
+
"isVirtual": true,
|
|
152
|
+
"isOverride": false,
|
|
153
|
+
"isSealed": false,
|
|
154
|
+
"visibility": "Public",
|
|
105
155
|
"declaringClrType": "Npgsql.TypeMapping.INpgsqlTypeMapper",
|
|
106
156
|
"declaringAssemblyName": "Npgsql",
|
|
107
157
|
"isExtensionMethod": false
|
|
@@ -109,13 +159,19 @@
|
|
|
109
159
|
{
|
|
110
160
|
"stableId": "Npgsql:Npgsql.TypeMapping.INpgsqlTypeMapper::EnableDynamicJson(System.Type[],System.Type[]):Npgsql.TypeMapping.INpgsqlTypeMapper",
|
|
111
161
|
"clrName": "EnableDynamicJson",
|
|
112
|
-
"tsEmitName": "enableDynamicJson",
|
|
113
162
|
"metadataToken": 100665721,
|
|
114
163
|
"canonicalSignature": "(System.Type[],System.Type[]):Npgsql.TypeMapping.INpgsqlTypeMapper",
|
|
115
164
|
"normalizedSignature": "EnableDynamicJson|(System.Type[],System.Type[]):Npgsql.TypeMapping.INpgsqlTypeMapper|static=false",
|
|
116
165
|
"emitScope": "ClassSurface",
|
|
166
|
+
"provenance": "Original",
|
|
117
167
|
"arity": 0,
|
|
118
168
|
"parameterCount": 2,
|
|
169
|
+
"isStatic": false,
|
|
170
|
+
"isAbstract": true,
|
|
171
|
+
"isVirtual": true,
|
|
172
|
+
"isOverride": false,
|
|
173
|
+
"isSealed": false,
|
|
174
|
+
"visibility": "Public",
|
|
119
175
|
"declaringClrType": "Npgsql.TypeMapping.INpgsqlTypeMapper",
|
|
120
176
|
"declaringAssemblyName": "Npgsql",
|
|
121
177
|
"isExtensionMethod": false
|
|
@@ -123,13 +179,19 @@
|
|
|
123
179
|
{
|
|
124
180
|
"stableId": "Npgsql:Npgsql.TypeMapping.INpgsqlTypeMapper::EnableRecordsAsTuples():Npgsql.TypeMapping.INpgsqlTypeMapper",
|
|
125
181
|
"clrName": "EnableRecordsAsTuples",
|
|
126
|
-
"tsEmitName": "enableRecordsAsTuples",
|
|
127
182
|
"metadataToken": 100665722,
|
|
128
183
|
"canonicalSignature": "():Npgsql.TypeMapping.INpgsqlTypeMapper",
|
|
129
184
|
"normalizedSignature": "EnableRecordsAsTuples|():Npgsql.TypeMapping.INpgsqlTypeMapper|static=false",
|
|
130
185
|
"emitScope": "ClassSurface",
|
|
186
|
+
"provenance": "Original",
|
|
131
187
|
"arity": 0,
|
|
132
188
|
"parameterCount": 0,
|
|
189
|
+
"isStatic": false,
|
|
190
|
+
"isAbstract": true,
|
|
191
|
+
"isVirtual": true,
|
|
192
|
+
"isOverride": false,
|
|
193
|
+
"isSealed": false,
|
|
194
|
+
"visibility": "Public",
|
|
133
195
|
"declaringClrType": "Npgsql.TypeMapping.INpgsqlTypeMapper",
|
|
134
196
|
"declaringAssemblyName": "Npgsql",
|
|
135
197
|
"isExtensionMethod": false
|
|
@@ -137,13 +199,19 @@
|
|
|
137
199
|
{
|
|
138
200
|
"stableId": "Npgsql:Npgsql.TypeMapping.INpgsqlTypeMapper::Reset():System.Void",
|
|
139
201
|
"clrName": "Reset",
|
|
140
|
-
"tsEmitName": "reset",
|
|
141
202
|
"metadataToken": 100665724,
|
|
142
203
|
"canonicalSignature": "():System.Void",
|
|
143
204
|
"normalizedSignature": "Reset|():System.Void|static=false",
|
|
144
205
|
"emitScope": "ClassSurface",
|
|
206
|
+
"provenance": "Original",
|
|
145
207
|
"arity": 0,
|
|
146
208
|
"parameterCount": 0,
|
|
209
|
+
"isStatic": false,
|
|
210
|
+
"isAbstract": true,
|
|
211
|
+
"isVirtual": true,
|
|
212
|
+
"isOverride": false,
|
|
213
|
+
"isSealed": false,
|
|
214
|
+
"visibility": "Public",
|
|
147
215
|
"declaringClrType": "Npgsql.TypeMapping.INpgsqlTypeMapper",
|
|
148
216
|
"declaringAssemblyName": "Npgsql",
|
|
149
217
|
"isExtensionMethod": false
|
|
@@ -153,198 +221,86 @@
|
|
|
153
221
|
{
|
|
154
222
|
"stableId": "Npgsql:Npgsql.TypeMapping.INpgsqlTypeMapper::DefaultNameTranslator:Npgsql.INpgsqlNameTranslator",
|
|
155
223
|
"clrName": "DefaultNameTranslator",
|
|
156
|
-
"tsEmitName": "defaultNameTranslator",
|
|
157
224
|
"metadataToken": 385876513,
|
|
158
225
|
"canonicalSignature": ":Npgsql.INpgsqlNameTranslator",
|
|
159
226
|
"normalizedSignature": "DefaultNameTranslator|:Npgsql.INpgsqlNameTranslator|static=false|accessor=getset",
|
|
160
227
|
"emitScope": "ClassSurface",
|
|
228
|
+
"provenance": "Original",
|
|
161
229
|
"isIndexer": false,
|
|
162
230
|
"hasGetter": true,
|
|
163
231
|
"hasSetter": true,
|
|
232
|
+
"isStatic": false,
|
|
233
|
+
"isAbstract": true,
|
|
234
|
+
"isVirtual": true,
|
|
235
|
+
"isOverride": false,
|
|
236
|
+
"visibility": "Public",
|
|
164
237
|
"declaringClrType": "Npgsql.TypeMapping.INpgsqlTypeMapper",
|
|
165
238
|
"declaringAssemblyName": "Npgsql"
|
|
166
239
|
}
|
|
167
240
|
],
|
|
168
241
|
"fields": [],
|
|
169
242
|
"events": [],
|
|
170
|
-
"constructors": []
|
|
171
|
-
"exposedMethods": [
|
|
172
|
-
{
|
|
173
|
-
"tsName": "mapEnum",
|
|
174
|
-
"isStatic": false,
|
|
175
|
-
"tsSignatureId": "MapEnum|(System.String,Npgsql.INpgsqlNameTranslator):Npgsql.TypeMapping.INpgsqlTypeMapper|static=false",
|
|
176
|
-
"target": {
|
|
177
|
-
"declaringClrType": "Npgsql.TypeMapping.INpgsqlTypeMapper",
|
|
178
|
-
"declaringAssemblyName": "Npgsql",
|
|
179
|
-
"metadataToken": 100665710
|
|
180
|
-
}
|
|
181
|
-
},
|
|
182
|
-
{
|
|
183
|
-
"tsName": "unmapEnum",
|
|
184
|
-
"isStatic": false,
|
|
185
|
-
"tsSignatureId": "UnmapEnum|(System.String,Npgsql.INpgsqlNameTranslator):System.Boolean|static=false",
|
|
186
|
-
"target": {
|
|
187
|
-
"declaringClrType": "Npgsql.TypeMapping.INpgsqlTypeMapper",
|
|
188
|
-
"declaringAssemblyName": "Npgsql",
|
|
189
|
-
"metadataToken": 100665711
|
|
190
|
-
}
|
|
191
|
-
},
|
|
192
|
-
{
|
|
193
|
-
"tsName": "mapEnum",
|
|
194
|
-
"isStatic": false,
|
|
195
|
-
"tsSignatureId": "MapEnum|(System.Type,System.String,Npgsql.INpgsqlNameTranslator):Npgsql.TypeMapping.INpgsqlTypeMapper|static=false",
|
|
196
|
-
"target": {
|
|
197
|
-
"declaringClrType": "Npgsql.TypeMapping.INpgsqlTypeMapper",
|
|
198
|
-
"declaringAssemblyName": "Npgsql",
|
|
199
|
-
"metadataToken": 100665712
|
|
200
|
-
}
|
|
201
|
-
},
|
|
202
|
-
{
|
|
203
|
-
"tsName": "unmapEnum",
|
|
204
|
-
"isStatic": false,
|
|
205
|
-
"tsSignatureId": "UnmapEnum|(System.Type,System.String,Npgsql.INpgsqlNameTranslator):System.Boolean|static=false",
|
|
206
|
-
"target": {
|
|
207
|
-
"declaringClrType": "Npgsql.TypeMapping.INpgsqlTypeMapper",
|
|
208
|
-
"declaringAssemblyName": "Npgsql",
|
|
209
|
-
"metadataToken": 100665713
|
|
210
|
-
}
|
|
211
|
-
},
|
|
212
|
-
{
|
|
213
|
-
"tsName": "addTypeInfoResolverFactory",
|
|
214
|
-
"isStatic": false,
|
|
215
|
-
"tsSignatureId": "AddTypeInfoResolverFactory|(Npgsql.Internal.PgTypeInfoResolverFactory):System.Void|static=false",
|
|
216
|
-
"target": {
|
|
217
|
-
"declaringClrType": "Npgsql.TypeMapping.INpgsqlTypeMapper",
|
|
218
|
-
"declaringAssemblyName": "Npgsql",
|
|
219
|
-
"metadataToken": 100665718
|
|
220
|
-
}
|
|
221
|
-
},
|
|
222
|
-
{
|
|
223
|
-
"tsName": "addDbTypeResolverFactory",
|
|
224
|
-
"isStatic": false,
|
|
225
|
-
"tsSignatureId": "AddDbTypeResolverFactory|(Npgsql.Internal.DbTypeResolverFactory):System.Void|static=false",
|
|
226
|
-
"target": {
|
|
227
|
-
"declaringClrType": "Npgsql.TypeMapping.INpgsqlTypeMapper",
|
|
228
|
-
"declaringAssemblyName": "Npgsql",
|
|
229
|
-
"metadataToken": 100665719
|
|
230
|
-
}
|
|
231
|
-
},
|
|
232
|
-
{
|
|
233
|
-
"tsName": "configureJsonOptions",
|
|
234
|
-
"isStatic": false,
|
|
235
|
-
"tsSignatureId": "ConfigureJsonOptions|(System.Text.Json.JsonSerializerOptions):Npgsql.TypeMapping.INpgsqlTypeMapper|static=false",
|
|
236
|
-
"target": {
|
|
237
|
-
"declaringClrType": "Npgsql.TypeMapping.INpgsqlTypeMapper",
|
|
238
|
-
"declaringAssemblyName": "Npgsql",
|
|
239
|
-
"metadataToken": 100665720
|
|
240
|
-
}
|
|
241
|
-
},
|
|
242
|
-
{
|
|
243
|
-
"tsName": "enableDynamicJson",
|
|
244
|
-
"isStatic": false,
|
|
245
|
-
"tsSignatureId": "EnableDynamicJson|(System.Type[],System.Type[]):Npgsql.TypeMapping.INpgsqlTypeMapper|static=false",
|
|
246
|
-
"target": {
|
|
247
|
-
"declaringClrType": "Npgsql.TypeMapping.INpgsqlTypeMapper",
|
|
248
|
-
"declaringAssemblyName": "Npgsql",
|
|
249
|
-
"metadataToken": 100665721
|
|
250
|
-
}
|
|
251
|
-
},
|
|
252
|
-
{
|
|
253
|
-
"tsName": "enableRecordsAsTuples",
|
|
254
|
-
"isStatic": false,
|
|
255
|
-
"tsSignatureId": "EnableRecordsAsTuples|():Npgsql.TypeMapping.INpgsqlTypeMapper|static=false",
|
|
256
|
-
"target": {
|
|
257
|
-
"declaringClrType": "Npgsql.TypeMapping.INpgsqlTypeMapper",
|
|
258
|
-
"declaringAssemblyName": "Npgsql",
|
|
259
|
-
"metadataToken": 100665722
|
|
260
|
-
}
|
|
261
|
-
},
|
|
262
|
-
{
|
|
263
|
-
"tsName": "reset",
|
|
264
|
-
"isStatic": false,
|
|
265
|
-
"tsSignatureId": "Reset|():System.Void|static=false",
|
|
266
|
-
"target": {
|
|
267
|
-
"declaringClrType": "Npgsql.TypeMapping.INpgsqlTypeMapper",
|
|
268
|
-
"declaringAssemblyName": "Npgsql",
|
|
269
|
-
"metadataToken": 100665724
|
|
270
|
-
}
|
|
271
|
-
}
|
|
272
|
-
],
|
|
273
|
-
"exposedProperties": [
|
|
274
|
-
{
|
|
275
|
-
"tsName": "defaultNameTranslator",
|
|
276
|
-
"isStatic": false,
|
|
277
|
-
"tsSignatureId": "DefaultNameTranslator|:Npgsql.INpgsqlNameTranslator|static=false|accessor=getset",
|
|
278
|
-
"target": {
|
|
279
|
-
"declaringClrType": "Npgsql.TypeMapping.INpgsqlTypeMapper",
|
|
280
|
-
"declaringAssemblyName": "Npgsql",
|
|
281
|
-
"metadataToken": 385876513
|
|
282
|
-
}
|
|
283
|
-
}
|
|
284
|
-
]
|
|
243
|
+
"constructors": []
|
|
285
244
|
},
|
|
286
245
|
{
|
|
287
246
|
"stableId": "Npgsql:Npgsql.TypeMapping.UserTypeMapping",
|
|
288
247
|
"clrName": "Npgsql.TypeMapping.UserTypeMapping",
|
|
289
|
-
"tsEmitName": "UserTypeMapping",
|
|
290
248
|
"assemblyName": "Npgsql",
|
|
291
249
|
"metadataToken": 0,
|
|
250
|
+
"kind": "Class",
|
|
251
|
+
"accessibility": "Public",
|
|
252
|
+
"isAbstract": true,
|
|
253
|
+
"isSealed": false,
|
|
254
|
+
"isStatic": false,
|
|
255
|
+
"arity": 0,
|
|
256
|
+
"baseType": {
|
|
257
|
+
"stableId": "System.Private.CoreLib:System.Object",
|
|
258
|
+
"clrName": "System.Object"
|
|
259
|
+
},
|
|
292
260
|
"methods": [],
|
|
293
261
|
"properties": [
|
|
294
262
|
{
|
|
295
263
|
"stableId": "Npgsql:Npgsql.TypeMapping.UserTypeMapping::PgTypeName:System.String",
|
|
296
264
|
"clrName": "PgTypeName",
|
|
297
|
-
"tsEmitName": "pgTypeName",
|
|
298
265
|
"metadataToken": 385876514,
|
|
299
266
|
"canonicalSignature": ":System.String",
|
|
300
267
|
"normalizedSignature": "PgTypeName|:System.String|static=false|accessor=get",
|
|
301
268
|
"emitScope": "ClassSurface",
|
|
269
|
+
"provenance": "Original",
|
|
302
270
|
"isIndexer": false,
|
|
303
271
|
"hasGetter": true,
|
|
304
272
|
"hasSetter": false,
|
|
273
|
+
"isStatic": false,
|
|
274
|
+
"isAbstract": false,
|
|
275
|
+
"isVirtual": false,
|
|
276
|
+
"isOverride": false,
|
|
277
|
+
"visibility": "Public",
|
|
305
278
|
"declaringClrType": "Npgsql.TypeMapping.UserTypeMapping",
|
|
306
279
|
"declaringAssemblyName": "Npgsql"
|
|
307
280
|
},
|
|
308
281
|
{
|
|
309
282
|
"stableId": "Npgsql:Npgsql.TypeMapping.UserTypeMapping::ClrType:System.Type",
|
|
310
283
|
"clrName": "ClrType",
|
|
311
|
-
"tsEmitName": "clrType",
|
|
312
284
|
"metadataToken": 385876515,
|
|
313
285
|
"canonicalSignature": ":System.Type",
|
|
314
286
|
"normalizedSignature": "ClrType|:System.Type|static=false|accessor=get",
|
|
315
287
|
"emitScope": "ClassSurface",
|
|
288
|
+
"provenance": "Original",
|
|
316
289
|
"isIndexer": false,
|
|
317
290
|
"hasGetter": true,
|
|
318
291
|
"hasSetter": false,
|
|
292
|
+
"isStatic": false,
|
|
293
|
+
"isAbstract": false,
|
|
294
|
+
"isVirtual": false,
|
|
295
|
+
"isOverride": false,
|
|
296
|
+
"visibility": "Public",
|
|
319
297
|
"declaringClrType": "Npgsql.TypeMapping.UserTypeMapping",
|
|
320
298
|
"declaringAssemblyName": "Npgsql"
|
|
321
299
|
}
|
|
322
300
|
],
|
|
323
301
|
"fields": [],
|
|
324
302
|
"events": [],
|
|
325
|
-
"constructors": []
|
|
326
|
-
"exposedProperties": [
|
|
327
|
-
{
|
|
328
|
-
"tsName": "pgTypeName",
|
|
329
|
-
"isStatic": false,
|
|
330
|
-
"tsSignatureId": "PgTypeName|:System.String|static=false|accessor=get",
|
|
331
|
-
"target": {
|
|
332
|
-
"declaringClrType": "Npgsql.TypeMapping.UserTypeMapping",
|
|
333
|
-
"declaringAssemblyName": "Npgsql",
|
|
334
|
-
"metadataToken": 385876514
|
|
335
|
-
}
|
|
336
|
-
},
|
|
337
|
-
{
|
|
338
|
-
"tsName": "clrType",
|
|
339
|
-
"isStatic": false,
|
|
340
|
-
"tsSignatureId": "ClrType|:System.Type|static=false|accessor=get",
|
|
341
|
-
"target": {
|
|
342
|
-
"declaringClrType": "Npgsql.TypeMapping.UserTypeMapping",
|
|
343
|
-
"declaringAssemblyName": "Npgsql",
|
|
344
|
-
"metadataToken": 385876515
|
|
345
|
-
}
|
|
346
|
-
}
|
|
347
|
-
]
|
|
303
|
+
"constructors": []
|
|
348
304
|
}
|
|
349
305
|
]
|
|
350
306
|
}
|
|
@@ -13,25 +13,25 @@ import type { Boolean as ClrBoolean, Enum, Object as ClrObject, String as ClrStr
|
|
|
13
13
|
import type { JsonSerializerOptions } from "@tsonic/dotnet/System.Text.Json.js";
|
|
14
14
|
|
|
15
15
|
export interface INpgsqlTypeMapper$instance {
|
|
16
|
-
|
|
17
|
-
|
|
18
|
-
|
|
19
|
-
|
|
20
|
-
|
|
21
|
-
|
|
22
|
-
|
|
23
|
-
|
|
24
|
-
|
|
25
|
-
|
|
26
|
-
|
|
16
|
+
DefaultNameTranslator: INpgsqlNameTranslator;
|
|
17
|
+
AddDbTypeResolverFactory(factory: DbTypeResolverFactory): void;
|
|
18
|
+
AddTypeInfoResolverFactory(factory: PgTypeInfoResolverFactory): void;
|
|
19
|
+
ConfigureJsonOptions(serializerOptions: JsonSerializerOptions): INpgsqlTypeMapper;
|
|
20
|
+
EnableDynamicJson(jsonbClrTypes?: Type[], jsonClrTypes?: Type[]): INpgsqlTypeMapper;
|
|
21
|
+
EnableRecordsAsTuples(): INpgsqlTypeMapper;
|
|
22
|
+
MapEnum<TEnum extends number>(pgName?: string, nameTranslator?: INpgsqlNameTranslator): INpgsqlTypeMapper;
|
|
23
|
+
MapEnum(clrType: Type, pgName?: string, nameTranslator?: INpgsqlNameTranslator): INpgsqlTypeMapper;
|
|
24
|
+
Reset(): void;
|
|
25
|
+
UnmapEnum<TEnum extends number>(pgName?: string, nameTranslator?: INpgsqlNameTranslator): boolean;
|
|
26
|
+
UnmapEnum(clrType: Type, pgName?: string, nameTranslator?: INpgsqlNameTranslator): boolean;
|
|
27
27
|
}
|
|
28
28
|
|
|
29
29
|
|
|
30
30
|
export type INpgsqlTypeMapper = INpgsqlTypeMapper$instance;
|
|
31
31
|
|
|
32
32
|
export interface UserTypeMapping$instance {
|
|
33
|
-
readonly
|
|
34
|
-
readonly
|
|
33
|
+
readonly ClrType: Type;
|
|
34
|
+
readonly PgTypeName: string;
|
|
35
35
|
}
|
|
36
36
|
|
|
37
37
|
|
|
@@ -1,12 +1,24 @@
|
|
|
1
1
|
{
|
|
2
2
|
"namespace": "Npgsql.Util",
|
|
3
|
+
"contributingAssemblies": [
|
|
4
|
+
"Npgsql"
|
|
5
|
+
],
|
|
3
6
|
"types": [
|
|
4
7
|
{
|
|
5
8
|
"stableId": "Npgsql:Npgsql.Util.NpgsqlTimeout",
|
|
6
9
|
"clrName": "Npgsql.Util.NpgsqlTimeout",
|
|
7
|
-
"tsEmitName": "NpgsqlTimeout",
|
|
8
10
|
"assemblyName": "Npgsql",
|
|
9
11
|
"metadataToken": 0,
|
|
12
|
+
"kind": "Struct",
|
|
13
|
+
"accessibility": "Public",
|
|
14
|
+
"isAbstract": false,
|
|
15
|
+
"isSealed": true,
|
|
16
|
+
"isStatic": false,
|
|
17
|
+
"arity": 0,
|
|
18
|
+
"baseType": {
|
|
19
|
+
"stableId": "System.Private.CoreLib:System.ValueType",
|
|
20
|
+
"clrName": "System.ValueType"
|
|
21
|
+
},
|
|
10
22
|
"methods": [],
|
|
11
23
|
"properties": [],
|
|
12
24
|
"fields": [],
|
package/Npgsql.d.ts
CHANGED
|
@@ -12,7 +12,7 @@ import type { NpgsqlDbColumn } from './Npgsql.Schema/internal/index.js';
|
|
|
12
12
|
import type { INpgsqlTypeMapper } from './Npgsql.TypeMapping/internal/index.js';
|
|
13
13
|
import type { NpgsqlDbType } from './NpgsqlTypes/internal/index.js';
|
|
14
14
|
import type { ICollection as ICollection__System_Collections_Generic, IDictionary as IDictionary__System_Collections_Generic, IEnumerable as IEnumerable__System_Collections_Generic, IEnumerator as IEnumerator__System_Collections_Generic, IList as IList__System_Collections_Generic, IReadOnlyDictionary, IReadOnlyList, KeyValuePair } from '@tsonic/dotnet/System.Collections.Generic.js';
|
|
15
|
-
import type { ICollection, IDictionary, IEnumerable, IEnumerator, IList } from '@tsonic/dotnet/System.Collections.js';
|
|
15
|
+
import type { Hashtable, ICollection, IDictionary, IEnumerable, IEnumerator, IList } from '@tsonic/dotnet/System.Collections.js';
|
|
16
16
|
import type { ReadOnlyCollection } from '@tsonic/dotnet/System.Collections.ObjectModel.js';
|
|
17
17
|
import type { IComponent, ICustomTypeDescriptor } from '@tsonic/dotnet/System.ComponentModel.js';
|
|
18
18
|
import type { DataTableMapping, DbBatch, DbBatchCommand, DbBatchCommandCollection, DbColumn, DbCommand, DbCommandBuilder, DbConnection, DbConnectionStringBuilder, DbDataAdapter, DbDataReader, DbDataSource, DbException, DbParameter, DbParameterCollection, DbProviderFactory, DbTransaction, IDbColumnSchemaGenerator, RowUpdatedEventArgs, RowUpdatingEventArgs } from '@tsonic/dotnet/System.Data.Common.js';
|