@tsonic/efcore-npgsql 0.1.2 → 10.0.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/Microsoft.EntityFrameworkCore/bindings.json +8128 -11135
- package/Microsoft.EntityFrameworkCore/internal/index.d.ts +604 -604
- package/Microsoft.EntityFrameworkCore.Diagnostics/bindings.json +29 -180
- package/Microsoft.EntityFrameworkCore.Diagnostics/internal/index.d.ts +16 -16
- package/Microsoft.EntityFrameworkCore.Metadata.Internal/bindings.json +18 -15
- package/Microsoft.EntityFrameworkCore.Metadata.Internal/internal/index.d.ts +1 -1
- package/Microsoft.Extensions.DependencyInjection/bindings.json +28 -26
- package/Microsoft.Extensions.DependencyInjection/internal/index.d.ts +2 -2
- package/Npgsql/bindings.json +10951 -18969
- package/Npgsql/internal/index.d.ts +1044 -1044
- package/Npgsql.BackendMessages/bindings.json +26 -39
- package/Npgsql.BackendMessages/internal/index.d.ts +3 -3
- package/Npgsql.EntityFrameworkCore.PostgreSQL/bindings.json +9 -66
- package/Npgsql.EntityFrameworkCore.PostgreSQL.Design.Internal/bindings.json +93 -174
- package/Npgsql.EntityFrameworkCore.PostgreSQL.Design.Internal/internal/index.d.ts +12 -12
- package/Npgsql.EntityFrameworkCore.PostgreSQL.Diagnostics.Internal/bindings.json +26 -201
- package/Npgsql.EntityFrameworkCore.PostgreSQL.Diagnostics.Internal/internal/index.d.ts +17 -17
- package/Npgsql.EntityFrameworkCore.PostgreSQL.Extensions.Internal/bindings.json +34 -48
- package/Npgsql.EntityFrameworkCore.PostgreSQL.Extensions.Internal/internal/index.d.ts +4 -4
- package/Npgsql.EntityFrameworkCore.PostgreSQL.Infrastructure/bindings.json +124 -217
- package/Npgsql.EntityFrameworkCore.PostgreSQL.Infrastructure/internal/index.d.ts +17 -17
- package/Npgsql.EntityFrameworkCore.PostgreSQL.Infrastructure.Internal/bindings.json +335 -693
- package/Npgsql.EntityFrameworkCore.PostgreSQL.Infrastructure.Internal/internal/index.d.ts +55 -55
- package/Npgsql.EntityFrameworkCore.PostgreSQL.Internal/bindings.json +390 -712
- package/Npgsql.EntityFrameworkCore.PostgreSQL.Internal/internal/index.d.ts +56 -56
- package/Npgsql.EntityFrameworkCore.PostgreSQL.Metadata/bindings.json +322 -703
- package/Npgsql.EntityFrameworkCore.PostgreSQL.Metadata/internal/index.d.ts +62 -62
- package/Npgsql.EntityFrameworkCore.PostgreSQL.Metadata.Conventions/bindings.json +99 -193
- package/Npgsql.EntityFrameworkCore.PostgreSQL.Metadata.Conventions/internal/index.d.ts +9 -9
- package/Npgsql.EntityFrameworkCore.PostgreSQL.Metadata.Internal/bindings.json +155 -612
- package/Npgsql.EntityFrameworkCore.PostgreSQL.Metadata.Internal/internal/index.d.ts +52 -52
- package/Npgsql.EntityFrameworkCore.PostgreSQL.Migrations/bindings.json +33 -58
- package/Npgsql.EntityFrameworkCore.PostgreSQL.Migrations/internal/index.d.ts +4 -4
- package/Npgsql.EntityFrameworkCore.PostgreSQL.Migrations.Internal/bindings.json +92 -173
- package/Npgsql.EntityFrameworkCore.PostgreSQL.Migrations.Internal/internal/index.d.ts +13 -13
- package/Npgsql.EntityFrameworkCore.PostgreSQL.Migrations.Operations/bindings.json +35 -72
- package/Npgsql.EntityFrameworkCore.PostgreSQL.Migrations.Operations/internal/index.d.ts +6 -6
- package/Npgsql.EntityFrameworkCore.PostgreSQL.Query/bindings.json +129 -234
- package/Npgsql.EntityFrameworkCore.PostgreSQL.Query/internal/index.d.ts +20 -20
- package/Npgsql.EntityFrameworkCore.PostgreSQL.Query.ExpressionTranslators.Internal/bindings.json +421 -864
- package/Npgsql.EntityFrameworkCore.PostgreSQL.Query.ExpressionTranslators.Internal/internal/index.d.ts +38 -38
- package/Npgsql.EntityFrameworkCore.PostgreSQL.Query.Expressions/bindings.json +41 -345
- package/Npgsql.EntityFrameworkCore.PostgreSQL.Query.Expressions/internal/index.d.ts +30 -30
- package/Npgsql.EntityFrameworkCore.PostgreSQL.Query.Expressions.Internal/bindings.json +952 -2015
- package/Npgsql.EntityFrameworkCore.PostgreSQL.Query.Expressions.Internal/internal/index.d.ts +152 -152
- package/Npgsql.EntityFrameworkCore.PostgreSQL.Query.Internal/bindings.json +240 -523
- package/Npgsql.EntityFrameworkCore.PostgreSQL.Query.Internal/internal/index.d.ts +21 -21
- package/Npgsql.EntityFrameworkCore.PostgreSQL.Scaffolding.Internal/bindings.json +33 -61
- package/Npgsql.EntityFrameworkCore.PostgreSQL.Scaffolding.Internal/internal/index.d.ts +3 -3
- package/Npgsql.EntityFrameworkCore.PostgreSQL.Storage.Internal/bindings.json +276 -544
- package/Npgsql.EntityFrameworkCore.PostgreSQL.Storage.Internal/internal/index.d.ts +36 -36
- package/Npgsql.EntityFrameworkCore.PostgreSQL.Storage.Internal.Json/bindings.json +60 -110
- package/Npgsql.EntityFrameworkCore.PostgreSQL.Storage.Internal.Json/internal/index.d.ts +8 -8
- package/Npgsql.EntityFrameworkCore.PostgreSQL.Storage.Internal.Mapping/bindings.json +1549 -4016
- package/Npgsql.EntityFrameworkCore.PostgreSQL.Storage.Internal.Mapping/internal/index.d.ts +159 -159
- package/Npgsql.EntityFrameworkCore.PostgreSQL.Storage.ValueConversion/bindings.json +14 -34
- package/Npgsql.EntityFrameworkCore.PostgreSQL.Storage.ValueConversion/internal/index.d.ts +1 -1
- package/Npgsql.EntityFrameworkCore.PostgreSQL.Update.Internal/bindings.json +93 -187
- package/Npgsql.EntityFrameworkCore.PostgreSQL.Update.Internal/internal/index.d.ts +10 -10
- package/Npgsql.EntityFrameworkCore.PostgreSQL.ValueGeneration/bindings.json +37 -76
- package/Npgsql.EntityFrameworkCore.PostgreSQL.ValueGeneration/internal/index.d.ts +4 -4
- package/Npgsql.EntityFrameworkCore.PostgreSQL.ValueGeneration.Internal/bindings.json +108 -192
- package/Npgsql.EntityFrameworkCore.PostgreSQL.ValueGeneration.Internal/internal/index.d.ts +8 -8
- package/Npgsql.Internal/bindings.json +1671 -3264
- package/Npgsql.Internal/internal/index.d.ts +243 -243
- package/Npgsql.Internal.Postgres/bindings.json +208 -434
- package/Npgsql.Internal.Postgres/internal/index.d.ts +33 -33
- package/Npgsql.NameTranslation/bindings.json +61 -116
- package/Npgsql.NameTranslation/internal/index.d.ts +5 -5
- package/Npgsql.PostgresTypes/bindings.json +175 -1000
- package/Npgsql.PostgresTypes/internal/index.d.ts +19 -19
- package/Npgsql.Replication/bindings.json +325 -1072
- package/Npgsql.Replication/internal/index.d.ts +46 -46
- package/Npgsql.Replication.Internal/bindings.json +44 -73
- package/Npgsql.Replication.Internal/internal/index.d.ts +5 -5
- package/Npgsql.Replication.PgOutput/bindings.json +191 -537
- package/Npgsql.Replication.PgOutput/internal/index.d.ts +30 -30
- package/Npgsql.Replication.PgOutput.Messages/bindings.json +662 -2866
- package/Npgsql.Replication.PgOutput.Messages/internal/index.d.ts +82 -82
- package/Npgsql.Replication.TestDecoding/bindings.json +91 -268
- package/Npgsql.Replication.TestDecoding/internal/index.d.ts +13 -13
- package/Npgsql.Schema/bindings.json +149 -322
- package/Npgsql.Schema/internal/index.d.ts +28 -28
- package/Npgsql.TypeMapping/bindings.json +92 -153
- package/Npgsql.TypeMapping/internal/index.d.ts +13 -13
- package/Npgsql.Util/bindings.json +9 -1
- package/NpgsqlTypes/bindings.json +1569 -4426
- package/NpgsqlTypes/internal/index.d.ts +280 -280
- package/__build/scripts/generate.sh +4 -4
- package/__internal/extensions/index.d.ts +71 -71
- package/package.json +5 -5
- package/Microsoft.EntityFrameworkCore/internal/metadata.json +0 -10154
- package/Microsoft.EntityFrameworkCore.Diagnostics/internal/metadata.json +0 -172
- package/Microsoft.EntityFrameworkCore.Metadata.Internal/internal/metadata.json +0 -49
- package/Microsoft.Extensions.DependencyInjection/internal/metadata.json +0 -63
- package/Npgsql/internal/metadata.json +0 -15514
- package/Npgsql.BackendMessages/internal/metadata.json +0 -72
- package/Npgsql.EntityFrameworkCore.PostgreSQL/internal/metadata.json +0 -60
- package/Npgsql.EntityFrameworkCore.PostgreSQL.Design.Internal/internal/metadata.json +0 -269
- package/Npgsql.EntityFrameworkCore.PostgreSQL.Diagnostics.Internal/internal/metadata.json +0 -184
- package/Npgsql.EntityFrameworkCore.PostgreSQL.Extensions.Internal/internal/metadata.json +0 -125
- package/Npgsql.EntityFrameworkCore.PostgreSQL.Infrastructure/internal/metadata.json +0 -342
- package/Npgsql.EntityFrameworkCore.PostgreSQL.Infrastructure.Internal/internal/metadata.json +0 -985
- package/Npgsql.EntityFrameworkCore.PostgreSQL.Internal/internal/metadata.json +0 -1064
- package/Npgsql.EntityFrameworkCore.PostgreSQL.Metadata/internal/metadata.json +0 -990
- package/Npgsql.EntityFrameworkCore.PostgreSQL.Metadata.Conventions/internal/metadata.json +0 -317
- package/Npgsql.EntityFrameworkCore.PostgreSQL.Metadata.Internal/internal/metadata.json +0 -664
- package/Npgsql.EntityFrameworkCore.PostgreSQL.Migrations/internal/metadata.json +0 -95
- package/Npgsql.EntityFrameworkCore.PostgreSQL.Migrations.Internal/internal/metadata.json +0 -262
- package/Npgsql.EntityFrameworkCore.PostgreSQL.Migrations.Operations/internal/metadata.json +0 -114
- package/Npgsql.EntityFrameworkCore.PostgreSQL.Query/internal/metadata.json +0 -351
- package/Npgsql.EntityFrameworkCore.PostgreSQL.Query.ExpressionTranslators.Internal/internal/metadata.json +0 -1349
- package/Npgsql.EntityFrameworkCore.PostgreSQL.Query.Expressions/internal/metadata.json +0 -304
- package/Npgsql.EntityFrameworkCore.PostgreSQL.Query.Expressions.Internal/internal/metadata.json +0 -2783
- package/Npgsql.EntityFrameworkCore.PostgreSQL.Query.Internal/internal/metadata.json +0 -806
- package/Npgsql.EntityFrameworkCore.PostgreSQL.Scaffolding.Internal/internal/metadata.json +0 -102
- package/Npgsql.EntityFrameworkCore.PostgreSQL.Storage.Internal/internal/metadata.json +0 -807
- package/Npgsql.EntityFrameworkCore.PostgreSQL.Storage.Internal.Json/internal/metadata.json +0 -186
- package/Npgsql.EntityFrameworkCore.PostgreSQL.Storage.Internal.Mapping/internal/metadata.json +0 -4823
- package/Npgsql.EntityFrameworkCore.PostgreSQL.Storage.ValueConversion/internal/metadata.json +0 -51
- package/Npgsql.EntityFrameworkCore.PostgreSQL.Update.Internal/internal/metadata.json +0 -341
- package/Npgsql.EntityFrameworkCore.PostgreSQL.ValueGeneration/internal/metadata.json +0 -118
- package/Npgsql.EntityFrameworkCore.PostgreSQL.ValueGeneration.Internal/internal/metadata.json +0 -323
- package/Npgsql.Internal/internal/metadata.json +0 -4555
- package/Npgsql.Internal.Postgres/internal/metadata.json +0 -619
- package/Npgsql.NameTranslation/internal/metadata.json +0 -173
- package/Npgsql.PostgresTypes/internal/metadata.json +0 -480
- package/Npgsql.Replication/internal/metadata.json +0 -972
- package/Npgsql.Replication.Internal/internal/metadata.json +0 -119
- package/Npgsql.Replication.PgOutput/internal/metadata.json +0 -644
- package/Npgsql.Replication.PgOutput.Messages/internal/metadata.json +0 -1905
- package/Npgsql.Replication.TestDecoding/internal/metadata.json +0 -283
- package/Npgsql.Schema/internal/metadata.json +0 -451
- package/Npgsql.TypeMapping/internal/metadata.json +0 -248
- package/Npgsql.Util/internal/metadata.json +0 -24
- package/NpgsqlTypes/internal/metadata.json +0 -5014
|
@@ -14,34 +14,34 @@ 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
|
-
readonly
|
|
18
|
-
readonly
|
|
19
|
-
readonly
|
|
20
|
-
readonly
|
|
21
|
-
readonly
|
|
22
|
-
readonly
|
|
23
|
-
readonly
|
|
24
|
-
readonly
|
|
25
|
-
readonly
|
|
26
|
-
readonly
|
|
27
|
-
readonly
|
|
28
|
-
readonly
|
|
29
|
-
readonly
|
|
30
|
-
readonly
|
|
31
|
-
readonly
|
|
32
|
-
readonly
|
|
33
|
-
readonly
|
|
34
|
-
readonly
|
|
35
|
-
readonly
|
|
36
|
-
readonly
|
|
37
|
-
readonly
|
|
38
|
-
readonly
|
|
39
|
-
readonly
|
|
40
|
-
readonly
|
|
41
|
-
readonly
|
|
42
|
-
readonly
|
|
43
|
-
readonly
|
|
44
|
-
readonly
|
|
17
|
+
readonly AllowDBNull: Nullable<System_Internal.Boolean>;
|
|
18
|
+
readonly BaseCatalogName: string;
|
|
19
|
+
readonly BaseColumnName: string | undefined;
|
|
20
|
+
readonly BaseSchemaName: string | undefined;
|
|
21
|
+
readonly BaseServerName: string;
|
|
22
|
+
readonly BaseTableName: string | undefined;
|
|
23
|
+
readonly ColumnAttributeNumber: Nullable<System_Internal.Int16>;
|
|
24
|
+
readonly ColumnName: string;
|
|
25
|
+
readonly ColumnOrdinal: Nullable<System_Internal.Int32>;
|
|
26
|
+
readonly ColumnSize: Nullable<System_Internal.Int32>;
|
|
27
|
+
readonly DataType: Type | undefined;
|
|
28
|
+
readonly DataTypeName: string;
|
|
29
|
+
readonly DefaultValue: string | undefined;
|
|
30
|
+
readonly IsAliased: Nullable<System_Internal.Boolean>;
|
|
31
|
+
readonly IsAutoIncrement: Nullable<System_Internal.Boolean>;
|
|
32
|
+
readonly IsIdentity: Nullable<System_Internal.Boolean>;
|
|
33
|
+
readonly IsKey: Nullable<System_Internal.Boolean>;
|
|
34
|
+
readonly IsLong: Nullable<System_Internal.Boolean>;
|
|
35
|
+
readonly IsReadOnly: Nullable<System_Internal.Boolean>;
|
|
36
|
+
readonly IsUnique: Nullable<System_Internal.Boolean>;
|
|
37
|
+
readonly Item: unknown | undefined;
|
|
38
|
+
readonly NpgsqlDbType: Nullable<NpgsqlDbType>;
|
|
39
|
+
readonly NumericPrecision: Nullable<System_Internal.Int32>;
|
|
40
|
+
readonly NumericScale: Nullable<System_Internal.Int32>;
|
|
41
|
+
readonly PostgresType: PostgresType;
|
|
42
|
+
readonly TableOID: uint;
|
|
43
|
+
readonly TypeOID: uint;
|
|
44
|
+
readonly UdtAssemblyQualifiedName: string | undefined;
|
|
45
45
|
}
|
|
46
46
|
|
|
47
47
|
|
|
@@ -1,23 +1,36 @@
|
|
|
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,
|
|
21
34
|
"declaringClrType": "Npgsql.TypeMapping.INpgsqlTypeMapper",
|
|
22
35
|
"declaringAssemblyName": "Npgsql",
|
|
23
36
|
"isExtensionMethod": false
|
|
@@ -25,13 +38,18 @@
|
|
|
25
38
|
{
|
|
26
39
|
"stableId": "Npgsql:Npgsql.TypeMapping.INpgsqlTypeMapper::UnmapEnum(System.String,Npgsql.INpgsqlNameTranslator):System.Boolean",
|
|
27
40
|
"clrName": "UnmapEnum",
|
|
28
|
-
"tsEmitName": "unmapEnum",
|
|
29
41
|
"metadataToken": 100665711,
|
|
30
42
|
"canonicalSignature": "(System.String,Npgsql.INpgsqlNameTranslator):System.Boolean",
|
|
31
43
|
"normalizedSignature": "UnmapEnum|(System.String,Npgsql.INpgsqlNameTranslator):System.Boolean|static=false",
|
|
32
44
|
"emitScope": "ClassSurface",
|
|
45
|
+
"provenance": "Original",
|
|
33
46
|
"arity": 1,
|
|
34
47
|
"parameterCount": 2,
|
|
48
|
+
"isStatic": false,
|
|
49
|
+
"isAbstract": true,
|
|
50
|
+
"isVirtual": true,
|
|
51
|
+
"isOverride": false,
|
|
52
|
+
"isSealed": false,
|
|
35
53
|
"declaringClrType": "Npgsql.TypeMapping.INpgsqlTypeMapper",
|
|
36
54
|
"declaringAssemblyName": "Npgsql",
|
|
37
55
|
"isExtensionMethod": false
|
|
@@ -39,13 +57,18 @@
|
|
|
39
57
|
{
|
|
40
58
|
"stableId": "Npgsql:Npgsql.TypeMapping.INpgsqlTypeMapper::MapEnum(System.Type,System.String,Npgsql.INpgsqlNameTranslator):Npgsql.TypeMapping.INpgsqlTypeMapper",
|
|
41
59
|
"clrName": "MapEnum",
|
|
42
|
-
"tsEmitName": "mapEnum",
|
|
43
60
|
"metadataToken": 100665712,
|
|
44
61
|
"canonicalSignature": "(System.Type,System.String,Npgsql.INpgsqlNameTranslator):Npgsql.TypeMapping.INpgsqlTypeMapper",
|
|
45
62
|
"normalizedSignature": "MapEnum|(System.Type,System.String,Npgsql.INpgsqlNameTranslator):Npgsql.TypeMapping.INpgsqlTypeMapper|static=false",
|
|
46
63
|
"emitScope": "ClassSurface",
|
|
64
|
+
"provenance": "Original",
|
|
47
65
|
"arity": 0,
|
|
48
66
|
"parameterCount": 3,
|
|
67
|
+
"isStatic": false,
|
|
68
|
+
"isAbstract": true,
|
|
69
|
+
"isVirtual": true,
|
|
70
|
+
"isOverride": false,
|
|
71
|
+
"isSealed": false,
|
|
49
72
|
"declaringClrType": "Npgsql.TypeMapping.INpgsqlTypeMapper",
|
|
50
73
|
"declaringAssemblyName": "Npgsql",
|
|
51
74
|
"isExtensionMethod": false
|
|
@@ -53,13 +76,18 @@
|
|
|
53
76
|
{
|
|
54
77
|
"stableId": "Npgsql:Npgsql.TypeMapping.INpgsqlTypeMapper::UnmapEnum(System.Type,System.String,Npgsql.INpgsqlNameTranslator):System.Boolean",
|
|
55
78
|
"clrName": "UnmapEnum",
|
|
56
|
-
"tsEmitName": "unmapEnum",
|
|
57
79
|
"metadataToken": 100665713,
|
|
58
80
|
"canonicalSignature": "(System.Type,System.String,Npgsql.INpgsqlNameTranslator):System.Boolean",
|
|
59
81
|
"normalizedSignature": "UnmapEnum|(System.Type,System.String,Npgsql.INpgsqlNameTranslator):System.Boolean|static=false",
|
|
60
82
|
"emitScope": "ClassSurface",
|
|
83
|
+
"provenance": "Original",
|
|
61
84
|
"arity": 0,
|
|
62
85
|
"parameterCount": 3,
|
|
86
|
+
"isStatic": false,
|
|
87
|
+
"isAbstract": true,
|
|
88
|
+
"isVirtual": true,
|
|
89
|
+
"isOverride": false,
|
|
90
|
+
"isSealed": false,
|
|
63
91
|
"declaringClrType": "Npgsql.TypeMapping.INpgsqlTypeMapper",
|
|
64
92
|
"declaringAssemblyName": "Npgsql",
|
|
65
93
|
"isExtensionMethod": false
|
|
@@ -67,13 +95,18 @@
|
|
|
67
95
|
{
|
|
68
96
|
"stableId": "Npgsql:Npgsql.TypeMapping.INpgsqlTypeMapper::AddTypeInfoResolverFactory(Npgsql.Internal.PgTypeInfoResolverFactory):System.Void",
|
|
69
97
|
"clrName": "AddTypeInfoResolverFactory",
|
|
70
|
-
"tsEmitName": "addTypeInfoResolverFactory",
|
|
71
98
|
"metadataToken": 100665718,
|
|
72
99
|
"canonicalSignature": "(Npgsql.Internal.PgTypeInfoResolverFactory):System.Void",
|
|
73
100
|
"normalizedSignature": "AddTypeInfoResolverFactory|(Npgsql.Internal.PgTypeInfoResolverFactory):System.Void|static=false",
|
|
74
101
|
"emitScope": "ClassSurface",
|
|
102
|
+
"provenance": "Original",
|
|
75
103
|
"arity": 0,
|
|
76
104
|
"parameterCount": 1,
|
|
105
|
+
"isStatic": false,
|
|
106
|
+
"isAbstract": true,
|
|
107
|
+
"isVirtual": true,
|
|
108
|
+
"isOverride": false,
|
|
109
|
+
"isSealed": false,
|
|
77
110
|
"declaringClrType": "Npgsql.TypeMapping.INpgsqlTypeMapper",
|
|
78
111
|
"declaringAssemblyName": "Npgsql",
|
|
79
112
|
"isExtensionMethod": false
|
|
@@ -81,13 +114,18 @@
|
|
|
81
114
|
{
|
|
82
115
|
"stableId": "Npgsql:Npgsql.TypeMapping.INpgsqlTypeMapper::AddDbTypeResolverFactory(Npgsql.Internal.DbTypeResolverFactory):System.Void",
|
|
83
116
|
"clrName": "AddDbTypeResolverFactory",
|
|
84
|
-
"tsEmitName": "addDbTypeResolverFactory",
|
|
85
117
|
"metadataToken": 100665719,
|
|
86
118
|
"canonicalSignature": "(Npgsql.Internal.DbTypeResolverFactory):System.Void",
|
|
87
119
|
"normalizedSignature": "AddDbTypeResolverFactory|(Npgsql.Internal.DbTypeResolverFactory):System.Void|static=false",
|
|
88
120
|
"emitScope": "ClassSurface",
|
|
121
|
+
"provenance": "Original",
|
|
89
122
|
"arity": 0,
|
|
90
123
|
"parameterCount": 1,
|
|
124
|
+
"isStatic": false,
|
|
125
|
+
"isAbstract": true,
|
|
126
|
+
"isVirtual": true,
|
|
127
|
+
"isOverride": false,
|
|
128
|
+
"isSealed": false,
|
|
91
129
|
"declaringClrType": "Npgsql.TypeMapping.INpgsqlTypeMapper",
|
|
92
130
|
"declaringAssemblyName": "Npgsql",
|
|
93
131
|
"isExtensionMethod": false
|
|
@@ -95,13 +133,18 @@
|
|
|
95
133
|
{
|
|
96
134
|
"stableId": "Npgsql:Npgsql.TypeMapping.INpgsqlTypeMapper::ConfigureJsonOptions(System.Text.Json.JsonSerializerOptions):Npgsql.TypeMapping.INpgsqlTypeMapper",
|
|
97
135
|
"clrName": "ConfigureJsonOptions",
|
|
98
|
-
"tsEmitName": "configureJsonOptions",
|
|
99
136
|
"metadataToken": 100665720,
|
|
100
137
|
"canonicalSignature": "(System.Text.Json.JsonSerializerOptions):Npgsql.TypeMapping.INpgsqlTypeMapper",
|
|
101
138
|
"normalizedSignature": "ConfigureJsonOptions|(System.Text.Json.JsonSerializerOptions):Npgsql.TypeMapping.INpgsqlTypeMapper|static=false",
|
|
102
139
|
"emitScope": "ClassSurface",
|
|
140
|
+
"provenance": "Original",
|
|
103
141
|
"arity": 0,
|
|
104
142
|
"parameterCount": 1,
|
|
143
|
+
"isStatic": false,
|
|
144
|
+
"isAbstract": true,
|
|
145
|
+
"isVirtual": true,
|
|
146
|
+
"isOverride": false,
|
|
147
|
+
"isSealed": false,
|
|
105
148
|
"declaringClrType": "Npgsql.TypeMapping.INpgsqlTypeMapper",
|
|
106
149
|
"declaringAssemblyName": "Npgsql",
|
|
107
150
|
"isExtensionMethod": false
|
|
@@ -109,13 +152,18 @@
|
|
|
109
152
|
{
|
|
110
153
|
"stableId": "Npgsql:Npgsql.TypeMapping.INpgsqlTypeMapper::EnableDynamicJson(System.Type[],System.Type[]):Npgsql.TypeMapping.INpgsqlTypeMapper",
|
|
111
154
|
"clrName": "EnableDynamicJson",
|
|
112
|
-
"tsEmitName": "enableDynamicJson",
|
|
113
155
|
"metadataToken": 100665721,
|
|
114
156
|
"canonicalSignature": "(System.Type[],System.Type[]):Npgsql.TypeMapping.INpgsqlTypeMapper",
|
|
115
157
|
"normalizedSignature": "EnableDynamicJson|(System.Type[],System.Type[]):Npgsql.TypeMapping.INpgsqlTypeMapper|static=false",
|
|
116
158
|
"emitScope": "ClassSurface",
|
|
159
|
+
"provenance": "Original",
|
|
117
160
|
"arity": 0,
|
|
118
161
|
"parameterCount": 2,
|
|
162
|
+
"isStatic": false,
|
|
163
|
+
"isAbstract": true,
|
|
164
|
+
"isVirtual": true,
|
|
165
|
+
"isOverride": false,
|
|
166
|
+
"isSealed": false,
|
|
119
167
|
"declaringClrType": "Npgsql.TypeMapping.INpgsqlTypeMapper",
|
|
120
168
|
"declaringAssemblyName": "Npgsql",
|
|
121
169
|
"isExtensionMethod": false
|
|
@@ -123,13 +171,18 @@
|
|
|
123
171
|
{
|
|
124
172
|
"stableId": "Npgsql:Npgsql.TypeMapping.INpgsqlTypeMapper::EnableRecordsAsTuples():Npgsql.TypeMapping.INpgsqlTypeMapper",
|
|
125
173
|
"clrName": "EnableRecordsAsTuples",
|
|
126
|
-
"tsEmitName": "enableRecordsAsTuples",
|
|
127
174
|
"metadataToken": 100665722,
|
|
128
175
|
"canonicalSignature": "():Npgsql.TypeMapping.INpgsqlTypeMapper",
|
|
129
176
|
"normalizedSignature": "EnableRecordsAsTuples|():Npgsql.TypeMapping.INpgsqlTypeMapper|static=false",
|
|
130
177
|
"emitScope": "ClassSurface",
|
|
178
|
+
"provenance": "Original",
|
|
131
179
|
"arity": 0,
|
|
132
180
|
"parameterCount": 0,
|
|
181
|
+
"isStatic": false,
|
|
182
|
+
"isAbstract": true,
|
|
183
|
+
"isVirtual": true,
|
|
184
|
+
"isOverride": false,
|
|
185
|
+
"isSealed": false,
|
|
133
186
|
"declaringClrType": "Npgsql.TypeMapping.INpgsqlTypeMapper",
|
|
134
187
|
"declaringAssemblyName": "Npgsql",
|
|
135
188
|
"isExtensionMethod": false
|
|
@@ -137,13 +190,18 @@
|
|
|
137
190
|
{
|
|
138
191
|
"stableId": "Npgsql:Npgsql.TypeMapping.INpgsqlTypeMapper::Reset():System.Void",
|
|
139
192
|
"clrName": "Reset",
|
|
140
|
-
"tsEmitName": "reset",
|
|
141
193
|
"metadataToken": 100665724,
|
|
142
194
|
"canonicalSignature": "():System.Void",
|
|
143
195
|
"normalizedSignature": "Reset|():System.Void|static=false",
|
|
144
196
|
"emitScope": "ClassSurface",
|
|
197
|
+
"provenance": "Original",
|
|
145
198
|
"arity": 0,
|
|
146
199
|
"parameterCount": 0,
|
|
200
|
+
"isStatic": false,
|
|
201
|
+
"isAbstract": true,
|
|
202
|
+
"isVirtual": true,
|
|
203
|
+
"isOverride": false,
|
|
204
|
+
"isSealed": false,
|
|
147
205
|
"declaringClrType": "Npgsql.TypeMapping.INpgsqlTypeMapper",
|
|
148
206
|
"declaringAssemblyName": "Npgsql",
|
|
149
207
|
"isExtensionMethod": false
|
|
@@ -153,198 +211,79 @@
|
|
|
153
211
|
{
|
|
154
212
|
"stableId": "Npgsql:Npgsql.TypeMapping.INpgsqlTypeMapper::DefaultNameTranslator:Npgsql.INpgsqlNameTranslator",
|
|
155
213
|
"clrName": "DefaultNameTranslator",
|
|
156
|
-
"tsEmitName": "defaultNameTranslator",
|
|
157
214
|
"metadataToken": 385876513,
|
|
158
215
|
"canonicalSignature": ":Npgsql.INpgsqlNameTranslator",
|
|
159
216
|
"normalizedSignature": "DefaultNameTranslator|:Npgsql.INpgsqlNameTranslator|static=false|accessor=getset",
|
|
160
217
|
"emitScope": "ClassSurface",
|
|
218
|
+
"provenance": "Original",
|
|
161
219
|
"isIndexer": false,
|
|
162
220
|
"hasGetter": true,
|
|
163
221
|
"hasSetter": true,
|
|
222
|
+
"isStatic": false,
|
|
223
|
+
"isAbstract": true,
|
|
224
|
+
"isVirtual": true,
|
|
225
|
+
"isOverride": false,
|
|
164
226
|
"declaringClrType": "Npgsql.TypeMapping.INpgsqlTypeMapper",
|
|
165
227
|
"declaringAssemblyName": "Npgsql"
|
|
166
228
|
}
|
|
167
229
|
],
|
|
168
230
|
"fields": [],
|
|
169
231
|
"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
|
-
]
|
|
232
|
+
"constructors": []
|
|
285
233
|
},
|
|
286
234
|
{
|
|
287
235
|
"stableId": "Npgsql:Npgsql.TypeMapping.UserTypeMapping",
|
|
288
236
|
"clrName": "Npgsql.TypeMapping.UserTypeMapping",
|
|
289
|
-
"tsEmitName": "UserTypeMapping",
|
|
290
237
|
"assemblyName": "Npgsql",
|
|
291
238
|
"metadataToken": 0,
|
|
239
|
+
"kind": "Class",
|
|
240
|
+
"accessibility": "Public",
|
|
241
|
+
"isAbstract": true,
|
|
242
|
+
"isSealed": false,
|
|
243
|
+
"isStatic": false,
|
|
244
|
+
"arity": 0,
|
|
292
245
|
"methods": [],
|
|
293
246
|
"properties": [
|
|
294
247
|
{
|
|
295
248
|
"stableId": "Npgsql:Npgsql.TypeMapping.UserTypeMapping::PgTypeName:System.String",
|
|
296
249
|
"clrName": "PgTypeName",
|
|
297
|
-
"tsEmitName": "pgTypeName",
|
|
298
250
|
"metadataToken": 385876514,
|
|
299
251
|
"canonicalSignature": ":System.String",
|
|
300
252
|
"normalizedSignature": "PgTypeName|:System.String|static=false|accessor=get",
|
|
301
253
|
"emitScope": "ClassSurface",
|
|
254
|
+
"provenance": "Original",
|
|
302
255
|
"isIndexer": false,
|
|
303
256
|
"hasGetter": true,
|
|
304
257
|
"hasSetter": false,
|
|
258
|
+
"isStatic": false,
|
|
259
|
+
"isAbstract": false,
|
|
260
|
+
"isVirtual": false,
|
|
261
|
+
"isOverride": false,
|
|
305
262
|
"declaringClrType": "Npgsql.TypeMapping.UserTypeMapping",
|
|
306
263
|
"declaringAssemblyName": "Npgsql"
|
|
307
264
|
},
|
|
308
265
|
{
|
|
309
266
|
"stableId": "Npgsql:Npgsql.TypeMapping.UserTypeMapping::ClrType:System.Type",
|
|
310
267
|
"clrName": "ClrType",
|
|
311
|
-
"tsEmitName": "clrType",
|
|
312
268
|
"metadataToken": 385876515,
|
|
313
269
|
"canonicalSignature": ":System.Type",
|
|
314
270
|
"normalizedSignature": "ClrType|:System.Type|static=false|accessor=get",
|
|
315
271
|
"emitScope": "ClassSurface",
|
|
272
|
+
"provenance": "Original",
|
|
316
273
|
"isIndexer": false,
|
|
317
274
|
"hasGetter": true,
|
|
318
275
|
"hasSetter": false,
|
|
276
|
+
"isStatic": false,
|
|
277
|
+
"isAbstract": false,
|
|
278
|
+
"isVirtual": false,
|
|
279
|
+
"isOverride": false,
|
|
319
280
|
"declaringClrType": "Npgsql.TypeMapping.UserTypeMapping",
|
|
320
281
|
"declaringAssemblyName": "Npgsql"
|
|
321
282
|
}
|
|
322
283
|
],
|
|
323
284
|
"fields": [],
|
|
324
285
|
"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
|
-
]
|
|
286
|
+
"constructors": []
|
|
348
287
|
}
|
|
349
288
|
]
|
|
350
289
|
}
|
|
@@ -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,20 @@
|
|
|
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,
|
|
10
18
|
"methods": [],
|
|
11
19
|
"properties": [],
|
|
12
20
|
"fields": [],
|