@tsonic/efcore-npgsql 0.1.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/LICENSE +21 -0
- package/Microsoft.EntityFrameworkCore/bindings.json +14997 -0
- package/Microsoft.EntityFrameworkCore/internal/index.d.ts +795 -0
- package/Microsoft.EntityFrameworkCore/internal/metadata.json +10154 -0
- package/Microsoft.EntityFrameworkCore.Diagnostics/bindings.json +356 -0
- package/Microsoft.EntityFrameworkCore.Diagnostics/internal/index.d.ts +34 -0
- package/Microsoft.EntityFrameworkCore.Diagnostics/internal/metadata.json +172 -0
- package/Microsoft.EntityFrameworkCore.Diagnostics.d.ts +13 -0
- package/Microsoft.EntityFrameworkCore.Diagnostics.js +9 -0
- package/Microsoft.EntityFrameworkCore.Metadata.Internal/bindings.json +50 -0
- package/Microsoft.EntityFrameworkCore.Metadata.Internal/internal/index.d.ts +22 -0
- package/Microsoft.EntityFrameworkCore.Metadata.Internal/internal/metadata.json +49 -0
- package/Microsoft.EntityFrameworkCore.Metadata.Internal.d.ts +13 -0
- package/Microsoft.EntityFrameworkCore.Metadata.Internal.js +9 -0
- package/Microsoft.EntityFrameworkCore.d.ts +58 -0
- package/Microsoft.EntityFrameworkCore.js +9 -0
- package/Microsoft.Extensions.DependencyInjection/bindings.json +68 -0
- package/Microsoft.Extensions.DependencyInjection/internal/index.d.ts +22 -0
- package/Microsoft.Extensions.DependencyInjection/internal/metadata.json +63 -0
- package/Microsoft.Extensions.DependencyInjection.d.ts +15 -0
- package/Microsoft.Extensions.DependencyInjection.js +9 -0
- package/Npgsql/bindings.json +26674 -0
- package/Npgsql/internal/index.d.ts +1619 -0
- package/Npgsql/internal/metadata.json +15514 -0
- package/Npgsql.BackendMessages/bindings.json +95 -0
- package/Npgsql.BackendMessages/internal/index.d.ts +25 -0
- package/Npgsql.BackendMessages/internal/metadata.json +72 -0
- package/Npgsql.BackendMessages.d.ts +12 -0
- package/Npgsql.BackendMessages.js +9 -0
- package/Npgsql.EntityFrameworkCore.PostgreSQL/bindings.json +153 -0
- package/Npgsql.EntityFrameworkCore.PostgreSQL/internal/index.d.ts +32 -0
- package/Npgsql.EntityFrameworkCore.PostgreSQL/internal/metadata.json +60 -0
- package/Npgsql.EntityFrameworkCore.PostgreSQL.Design.Internal/bindings.json +404 -0
- package/Npgsql.EntityFrameworkCore.PostgreSQL.Design.Internal/internal/index.d.ts +66 -0
- package/Npgsql.EntityFrameworkCore.PostgreSQL.Design.Internal/internal/metadata.json +269 -0
- package/Npgsql.EntityFrameworkCore.PostgreSQL.Design.Internal.d.ts +22 -0
- package/Npgsql.EntityFrameworkCore.PostgreSQL.Design.Internal.js +9 -0
- package/Npgsql.EntityFrameworkCore.PostgreSQL.Diagnostics.Internal/bindings.json +399 -0
- package/Npgsql.EntityFrameworkCore.PostgreSQL.Diagnostics.Internal/internal/index.d.ts +40 -0
- package/Npgsql.EntityFrameworkCore.PostgreSQL.Diagnostics.Internal/internal/metadata.json +184 -0
- package/Npgsql.EntityFrameworkCore.PostgreSQL.Diagnostics.Internal.d.ts +12 -0
- package/Npgsql.EntityFrameworkCore.PostgreSQL.Diagnostics.Internal.js +9 -0
- package/Npgsql.EntityFrameworkCore.PostgreSQL.Extensions.Internal/bindings.json +152 -0
- package/Npgsql.EntityFrameworkCore.PostgreSQL.Extensions.Internal/internal/index.d.ts +26 -0
- package/Npgsql.EntityFrameworkCore.PostgreSQL.Extensions.Internal/internal/metadata.json +125 -0
- package/Npgsql.EntityFrameworkCore.PostgreSQL.Extensions.Internal.d.ts +14 -0
- package/Npgsql.EntityFrameworkCore.PostgreSQL.Extensions.Internal.js +9 -0
- package/Npgsql.EntityFrameworkCore.PostgreSQL.Infrastructure/bindings.json +499 -0
- package/Npgsql.EntityFrameworkCore.PostgreSQL.Infrastructure/internal/index.d.ts +65 -0
- package/Npgsql.EntityFrameworkCore.PostgreSQL.Infrastructure/internal/metadata.json +342 -0
- package/Npgsql.EntityFrameworkCore.PostgreSQL.Infrastructure.Internal/bindings.json +1540 -0
- package/Npgsql.EntityFrameworkCore.PostgreSQL.Infrastructure.Internal/internal/index.d.ts +128 -0
- package/Npgsql.EntityFrameworkCore.PostgreSQL.Infrastructure.Internal/internal/metadata.json +985 -0
- package/Npgsql.EntityFrameworkCore.PostgreSQL.Infrastructure.Internal.d.ts +25 -0
- package/Npgsql.EntityFrameworkCore.PostgreSQL.Infrastructure.Internal.js +9 -0
- package/Npgsql.EntityFrameworkCore.PostgreSQL.Infrastructure.d.ts +21 -0
- package/Npgsql.EntityFrameworkCore.PostgreSQL.Infrastructure.js +9 -0
- package/Npgsql.EntityFrameworkCore.PostgreSQL.Internal/bindings.json +1581 -0
- package/Npgsql.EntityFrameworkCore.PostgreSQL.Internal/internal/index.d.ts +110 -0
- package/Npgsql.EntityFrameworkCore.PostgreSQL.Internal/internal/metadata.json +1064 -0
- package/Npgsql.EntityFrameworkCore.PostgreSQL.Internal.d.ts +20 -0
- package/Npgsql.EntityFrameworkCore.PostgreSQL.Internal.js +9 -0
- package/Npgsql.EntityFrameworkCore.PostgreSQL.Metadata/bindings.json +1548 -0
- package/Npgsql.EntityFrameworkCore.PostgreSQL.Metadata/internal/index.d.ts +149 -0
- package/Npgsql.EntityFrameworkCore.PostgreSQL.Metadata/internal/metadata.json +990 -0
- package/Npgsql.EntityFrameworkCore.PostgreSQL.Metadata.Conventions/bindings.json +480 -0
- package/Npgsql.EntityFrameworkCore.PostgreSQL.Metadata.Conventions/internal/index.d.ts +111 -0
- package/Npgsql.EntityFrameworkCore.PostgreSQL.Metadata.Conventions/internal/metadata.json +317 -0
- package/Npgsql.EntityFrameworkCore.PostgreSQL.Metadata.Conventions.d.ts +27 -0
- package/Npgsql.EntityFrameworkCore.PostgreSQL.Metadata.Conventions.js +9 -0
- package/Npgsql.EntityFrameworkCore.PostgreSQL.Metadata.Internal/bindings.json +1255 -0
- package/Npgsql.EntityFrameworkCore.PostgreSQL.Metadata.Internal/internal/index.d.ts +101 -0
- package/Npgsql.EntityFrameworkCore.PostgreSQL.Metadata.Internal/internal/metadata.json +664 -0
- package/Npgsql.EntityFrameworkCore.PostgreSQL.Metadata.Internal.d.ts +18 -0
- package/Npgsql.EntityFrameworkCore.PostgreSQL.Metadata.Internal.js +9 -0
- package/Npgsql.EntityFrameworkCore.PostgreSQL.Metadata.d.ts +26 -0
- package/Npgsql.EntityFrameworkCore.PostgreSQL.Metadata.js +9 -0
- package/Npgsql.EntityFrameworkCore.PostgreSQL.Migrations/bindings.json +138 -0
- package/Npgsql.EntityFrameworkCore.PostgreSQL.Migrations/internal/index.d.ts +33 -0
- package/Npgsql.EntityFrameworkCore.PostgreSQL.Migrations/internal/metadata.json +95 -0
- package/Npgsql.EntityFrameworkCore.PostgreSQL.Migrations.Internal/bindings.json +394 -0
- package/Npgsql.EntityFrameworkCore.PostgreSQL.Migrations.Internal/internal/index.d.ts +58 -0
- package/Npgsql.EntityFrameworkCore.PostgreSQL.Migrations.Internal/internal/metadata.json +262 -0
- package/Npgsql.EntityFrameworkCore.PostgreSQL.Migrations.Internal.d.ts +23 -0
- package/Npgsql.EntityFrameworkCore.PostgreSQL.Migrations.Internal.js +9 -0
- package/Npgsql.EntityFrameworkCore.PostgreSQL.Migrations.Operations/bindings.json +175 -0
- package/Npgsql.EntityFrameworkCore.PostgreSQL.Migrations.Operations/internal/index.d.ts +45 -0
- package/Npgsql.EntityFrameworkCore.PostgreSQL.Migrations.Operations/internal/metadata.json +114 -0
- package/Npgsql.EntityFrameworkCore.PostgreSQL.Migrations.Operations.d.ts +16 -0
- package/Npgsql.EntityFrameworkCore.PostgreSQL.Migrations.Operations.js +9 -0
- package/Npgsql.EntityFrameworkCore.PostgreSQL.Migrations.d.ts +18 -0
- package/Npgsql.EntityFrameworkCore.PostgreSQL.Migrations.js +9 -0
- package/Npgsql.EntityFrameworkCore.PostgreSQL.Query/bindings.json +522 -0
- package/Npgsql.EntityFrameworkCore.PostgreSQL.Query/internal/index.d.ts +51 -0
- package/Npgsql.EntityFrameworkCore.PostgreSQL.Query/internal/metadata.json +351 -0
- package/Npgsql.EntityFrameworkCore.PostgreSQL.Query.ExpressionTranslators.Internal/bindings.json +2098 -0
- package/Npgsql.EntityFrameworkCore.PostgreSQL.Query.ExpressionTranslators.Internal/internal/index.d.ts +413 -0
- package/Npgsql.EntityFrameworkCore.PostgreSQL.Query.ExpressionTranslators.Internal/internal/metadata.json +1349 -0
- package/Npgsql.EntityFrameworkCore.PostgreSQL.Query.ExpressionTranslators.Internal.d.ts +54 -0
- package/Npgsql.EntityFrameworkCore.PostgreSQL.Query.ExpressionTranslators.Internal.js +9 -0
- package/Npgsql.EntityFrameworkCore.PostgreSQL.Query.Expressions/bindings.json +671 -0
- package/Npgsql.EntityFrameworkCore.PostgreSQL.Query.Expressions/internal/index.d.ts +45 -0
- package/Npgsql.EntityFrameworkCore.PostgreSQL.Query.Expressions/internal/metadata.json +304 -0
- package/Npgsql.EntityFrameworkCore.PostgreSQL.Query.Expressions.Internal/bindings.json +4396 -0
- package/Npgsql.EntityFrameworkCore.PostgreSQL.Query.Expressions.Internal/internal/index.d.ts +360 -0
- package/Npgsql.EntityFrameworkCore.PostgreSQL.Query.Expressions.Internal/internal/metadata.json +2783 -0
- package/Npgsql.EntityFrameworkCore.PostgreSQL.Query.Expressions.Internal.d.ts +36 -0
- package/Npgsql.EntityFrameworkCore.PostgreSQL.Query.Expressions.Internal.js +9 -0
- package/Npgsql.EntityFrameworkCore.PostgreSQL.Query.Expressions.d.ts +12 -0
- package/Npgsql.EntityFrameworkCore.PostgreSQL.Query.Expressions.js +9 -0
- package/Npgsql.EntityFrameworkCore.PostgreSQL.Query.Internal/bindings.json +1277 -0
- package/Npgsql.EntityFrameworkCore.PostgreSQL.Query.Internal/internal/index.d.ts +266 -0
- package/Npgsql.EntityFrameworkCore.PostgreSQL.Query.Internal/internal/metadata.json +806 -0
- package/Npgsql.EntityFrameworkCore.PostgreSQL.Query.Internal.d.ts +39 -0
- package/Npgsql.EntityFrameworkCore.PostgreSQL.Query.Internal.js +9 -0
- package/Npgsql.EntityFrameworkCore.PostgreSQL.Query.d.ts +20 -0
- package/Npgsql.EntityFrameworkCore.PostgreSQL.Query.js +9 -0
- package/Npgsql.EntityFrameworkCore.PostgreSQL.Scaffolding.Internal/bindings.json +151 -0
- package/Npgsql.EntityFrameworkCore.PostgreSQL.Scaffolding.Internal/internal/index.d.ts +43 -0
- package/Npgsql.EntityFrameworkCore.PostgreSQL.Scaffolding.Internal/internal/metadata.json +102 -0
- package/Npgsql.EntityFrameworkCore.PostgreSQL.Scaffolding.Internal.d.ts +19 -0
- package/Npgsql.EntityFrameworkCore.PostgreSQL.Scaffolding.Internal.js +9 -0
- package/Npgsql.EntityFrameworkCore.PostgreSQL.Storage.Internal/bindings.json +1237 -0
- package/Npgsql.EntityFrameworkCore.PostgreSQL.Storage.Internal/internal/index.d.ts +164 -0
- package/Npgsql.EntityFrameworkCore.PostgreSQL.Storage.Internal/internal/metadata.json +807 -0
- package/Npgsql.EntityFrameworkCore.PostgreSQL.Storage.Internal.Json/bindings.json +267 -0
- package/Npgsql.EntityFrameworkCore.PostgreSQL.Storage.Internal.Json/internal/index.d.ts +52 -0
- package/Npgsql.EntityFrameworkCore.PostgreSQL.Storage.Internal.Json/internal/metadata.json +186 -0
- package/Npgsql.EntityFrameworkCore.PostgreSQL.Storage.Internal.Json.d.ts +18 -0
- package/Npgsql.EntityFrameworkCore.PostgreSQL.Storage.Internal.Json.js +9 -0
- package/Npgsql.EntityFrameworkCore.PostgreSQL.Storage.Internal.Mapping/bindings.json +8287 -0
- package/Npgsql.EntityFrameworkCore.PostgreSQL.Storage.Internal.Mapping/internal/index.d.ts +1225 -0
- package/Npgsql.EntityFrameworkCore.PostgreSQL.Storage.Internal.Mapping/internal/metadata.json +4823 -0
- package/Npgsql.EntityFrameworkCore.PostgreSQL.Storage.Internal.Mapping.d.ts +93 -0
- package/Npgsql.EntityFrameworkCore.PostgreSQL.Storage.Internal.Mapping.js +9 -0
- package/Npgsql.EntityFrameworkCore.PostgreSQL.Storage.Internal.d.ts +34 -0
- package/Npgsql.EntityFrameworkCore.PostgreSQL.Storage.Internal.js +9 -0
- package/Npgsql.EntityFrameworkCore.PostgreSQL.Storage.ValueConversion/bindings.json +85 -0
- package/Npgsql.EntityFrameworkCore.PostgreSQL.Storage.ValueConversion/internal/index.d.ts +25 -0
- package/Npgsql.EntityFrameworkCore.PostgreSQL.Storage.ValueConversion/internal/metadata.json +51 -0
- package/Npgsql.EntityFrameworkCore.PostgreSQL.Storage.ValueConversion.d.ts +13 -0
- package/Npgsql.EntityFrameworkCore.PostgreSQL.Storage.ValueConversion.js +9 -0
- package/Npgsql.EntityFrameworkCore.PostgreSQL.Update.Internal/bindings.json +500 -0
- package/Npgsql.EntityFrameworkCore.PostgreSQL.Update.Internal/internal/index.d.ts +85 -0
- package/Npgsql.EntityFrameworkCore.PostgreSQL.Update.Internal/internal/metadata.json +341 -0
- package/Npgsql.EntityFrameworkCore.PostgreSQL.Update.Internal.d.ts +20 -0
- package/Npgsql.EntityFrameworkCore.PostgreSQL.Update.Internal.js +9 -0
- package/Npgsql.EntityFrameworkCore.PostgreSQL.ValueGeneration/bindings.json +181 -0
- package/Npgsql.EntityFrameworkCore.PostgreSQL.ValueGeneration/internal/index.d.ts +40 -0
- package/Npgsql.EntityFrameworkCore.PostgreSQL.ValueGeneration/internal/metadata.json +118 -0
- package/Npgsql.EntityFrameworkCore.PostgreSQL.ValueGeneration.Internal/bindings.json +469 -0
- package/Npgsql.EntityFrameworkCore.PostgreSQL.ValueGeneration.Internal/internal/index.d.ts +110 -0
- package/Npgsql.EntityFrameworkCore.PostgreSQL.ValueGeneration.Internal/internal/metadata.json +323 -0
- package/Npgsql.EntityFrameworkCore.PostgreSQL.ValueGeneration.Internal.d.ts +24 -0
- package/Npgsql.EntityFrameworkCore.PostgreSQL.ValueGeneration.Internal.js +9 -0
- package/Npgsql.EntityFrameworkCore.PostgreSQL.ValueGeneration.d.ts +15 -0
- package/Npgsql.EntityFrameworkCore.PostgreSQL.ValueGeneration.js +9 -0
- package/Npgsql.EntityFrameworkCore.PostgreSQL.d.ts +15 -0
- package/Npgsql.EntityFrameworkCore.PostgreSQL.js +9 -0
- package/Npgsql.Internal/bindings.json +6965 -0
- package/Npgsql.Internal/internal/index.d.ts +591 -0
- package/Npgsql.Internal/internal/metadata.json +4555 -0
- package/Npgsql.Internal.Postgres/bindings.json +973 -0
- package/Npgsql.Internal.Postgres/internal/index.d.ts +89 -0
- package/Npgsql.Internal.Postgres/internal/metadata.json +619 -0
- package/Npgsql.Internal.Postgres.d.ts +15 -0
- package/Npgsql.Internal.Postgres.js +9 -0
- package/Npgsql.Internal.d.ts +78 -0
- package/Npgsql.Internal.js +9 -0
- package/Npgsql.NameTranslation/bindings.json +266 -0
- package/Npgsql.NameTranslation/internal/index.d.ts +56 -0
- package/Npgsql.NameTranslation/internal/metadata.json +173 -0
- package/Npgsql.NameTranslation.d.ts +15 -0
- package/Npgsql.NameTranslation.js +9 -0
- package/Npgsql.PostgresTypes/bindings.json +1375 -0
- package/Npgsql.PostgresTypes/internal/index.d.ts +141 -0
- package/Npgsql.PostgresTypes/internal/metadata.json +480 -0
- package/Npgsql.PostgresTypes.d.ts +22 -0
- package/Npgsql.PostgresTypes.js +9 -0
- package/Npgsql.Replication/bindings.json +1909 -0
- package/Npgsql.Replication/internal/index.d.ts +192 -0
- package/Npgsql.Replication/internal/metadata.json +972 -0
- package/Npgsql.Replication.Internal/bindings.json +165 -0
- package/Npgsql.Replication.Internal/internal/index.d.ts +38 -0
- package/Npgsql.Replication.Internal/internal/metadata.json +119 -0
- package/Npgsql.Replication.Internal.d.ts +21 -0
- package/Npgsql.Replication.Internal.js +9 -0
- package/Npgsql.Replication.PgOutput/bindings.json +1124 -0
- package/Npgsql.Replication.PgOutput/internal/index.d.ts +115 -0
- package/Npgsql.Replication.PgOutput/internal/metadata.json +644 -0
- package/Npgsql.Replication.PgOutput.Messages/bindings.json +4397 -0
- package/Npgsql.Replication.PgOutput.Messages/internal/index.d.ts +476 -0
- package/Npgsql.Replication.PgOutput.Messages/internal/metadata.json +1905 -0
- package/Npgsql.Replication.PgOutput.Messages.d.ts +56 -0
- package/Npgsql.Replication.PgOutput.Messages.js +9 -0
- package/Npgsql.Replication.PgOutput.d.ts +26 -0
- package/Npgsql.Replication.PgOutput.js +9 -0
- package/Npgsql.Replication.TestDecoding/bindings.json +522 -0
- package/Npgsql.Replication.TestDecoding/internal/index.d.ts +63 -0
- package/Npgsql.Replication.TestDecoding/internal/metadata.json +283 -0
- package/Npgsql.Replication.TestDecoding.d.ts +17 -0
- package/Npgsql.Replication.TestDecoding.js +9 -0
- package/Npgsql.Replication.d.ts +36 -0
- package/Npgsql.Replication.js +9 -0
- package/Npgsql.Schema/bindings.json +714 -0
- package/Npgsql.Schema/internal/index.d.ts +54 -0
- package/Npgsql.Schema/internal/metadata.json +451 -0
- package/Npgsql.Schema.d.ts +15 -0
- package/Npgsql.Schema.js +9 -0
- package/Npgsql.TypeMapping/bindings.json +350 -0
- package/Npgsql.TypeMapping/internal/index.d.ts +43 -0
- package/Npgsql.TypeMapping/internal/metadata.json +248 -0
- package/Npgsql.TypeMapping.d.ts +16 -0
- package/Npgsql.TypeMapping.js +9 -0
- package/Npgsql.Util/bindings.json +17 -0
- package/Npgsql.Util/internal/index.d.ts +22 -0
- package/Npgsql.Util/internal/metadata.json +24 -0
- package/Npgsql.Util.d.ts +12 -0
- package/Npgsql.Util.js +9 -0
- package/Npgsql.d.ts +99 -0
- package/Npgsql.js +9 -0
- package/NpgsqlTypes/bindings.json +8946 -0
- package/NpgsqlTypes/internal/index.d.ts +654 -0
- package/NpgsqlTypes/internal/metadata.json +5014 -0
- package/NpgsqlTypes.d.ts +47 -0
- package/NpgsqlTypes.js +9 -0
- package/README.md +5 -0
- package/__build/ref/Program.cs +5 -0
- package/__build/ref/ref.csproj +13 -0
- package/__build/scripts/generate.sh +113 -0
- package/__internal/extensions/index.d.ts +163 -0
- package/families.json +23 -0
- package/package.json +28 -0
- package/tsconfig.json +20 -0
|
@@ -0,0 +1,619 @@
|
|
|
1
|
+
{
|
|
2
|
+
"namespace": "Npgsql.Internal.Postgres",
|
|
3
|
+
"contributingAssemblies": [
|
|
4
|
+
"Npgsql"
|
|
5
|
+
],
|
|
6
|
+
"types": [
|
|
7
|
+
{
|
|
8
|
+
"stableId": "Npgsql:Npgsql.Internal.Postgres.DataTypeName",
|
|
9
|
+
"clrName": "Npgsql.Internal.Postgres.DataTypeName",
|
|
10
|
+
"tsEmitName": "DataTypeName",
|
|
11
|
+
"kind": "Struct",
|
|
12
|
+
"accessibility": "Public",
|
|
13
|
+
"isAbstract": false,
|
|
14
|
+
"isSealed": true,
|
|
15
|
+
"isStatic": false,
|
|
16
|
+
"arity": 0,
|
|
17
|
+
"methods": [
|
|
18
|
+
{
|
|
19
|
+
"stableId": "Npgsql:Npgsql.Internal.Postgres.DataTypeName::GetUnqualifiedName(System.String):System.String",
|
|
20
|
+
"clrName": "GetUnqualifiedName",
|
|
21
|
+
"tsEmitName": "getUnqualifiedName",
|
|
22
|
+
"normalizedSignature": "GetUnqualifiedName|(System.String):System.String|static=true",
|
|
23
|
+
"provenance": "Original",
|
|
24
|
+
"emitScope": "ClassSurface",
|
|
25
|
+
"isStatic": true,
|
|
26
|
+
"isAbstract": false,
|
|
27
|
+
"isVirtual": false,
|
|
28
|
+
"isOverride": false,
|
|
29
|
+
"isSealed": false,
|
|
30
|
+
"arity": 0,
|
|
31
|
+
"parameterCount": 1,
|
|
32
|
+
"isExtensionMethod": false
|
|
33
|
+
},
|
|
34
|
+
{
|
|
35
|
+
"stableId": "Npgsql:Npgsql.Internal.Postgres.DataTypeName::ToArrayName():Npgsql.Internal.Postgres.DataTypeName",
|
|
36
|
+
"clrName": "ToArrayName",
|
|
37
|
+
"tsEmitName": "toArrayName",
|
|
38
|
+
"normalizedSignature": "ToArrayName|():Npgsql.Internal.Postgres.DataTypeName|static=false",
|
|
39
|
+
"provenance": "Original",
|
|
40
|
+
"emitScope": "ClassSurface",
|
|
41
|
+
"isStatic": false,
|
|
42
|
+
"isAbstract": false,
|
|
43
|
+
"isVirtual": false,
|
|
44
|
+
"isOverride": false,
|
|
45
|
+
"isSealed": false,
|
|
46
|
+
"arity": 0,
|
|
47
|
+
"parameterCount": 0,
|
|
48
|
+
"isExtensionMethod": false
|
|
49
|
+
},
|
|
50
|
+
{
|
|
51
|
+
"stableId": "Npgsql:Npgsql.Internal.Postgres.DataTypeName::ToDefaultMultirangeName():Npgsql.Internal.Postgres.DataTypeName",
|
|
52
|
+
"clrName": "ToDefaultMultirangeName",
|
|
53
|
+
"tsEmitName": "toDefaultMultirangeName",
|
|
54
|
+
"normalizedSignature": "ToDefaultMultirangeName|():Npgsql.Internal.Postgres.DataTypeName|static=false",
|
|
55
|
+
"provenance": "Original",
|
|
56
|
+
"emitScope": "ClassSurface",
|
|
57
|
+
"isStatic": false,
|
|
58
|
+
"isAbstract": false,
|
|
59
|
+
"isVirtual": false,
|
|
60
|
+
"isOverride": false,
|
|
61
|
+
"isSealed": false,
|
|
62
|
+
"arity": 0,
|
|
63
|
+
"parameterCount": 0,
|
|
64
|
+
"isExtensionMethod": false
|
|
65
|
+
},
|
|
66
|
+
{
|
|
67
|
+
"stableId": "Npgsql:Npgsql.Internal.Postgres.DataTypeName::FromDisplayName(System.String,System.String):Npgsql.Internal.Postgres.DataTypeName",
|
|
68
|
+
"clrName": "FromDisplayName",
|
|
69
|
+
"tsEmitName": "fromDisplayName",
|
|
70
|
+
"normalizedSignature": "FromDisplayName|(System.String,System.String):Npgsql.Internal.Postgres.DataTypeName|static=true",
|
|
71
|
+
"provenance": "Original",
|
|
72
|
+
"emitScope": "ClassSurface",
|
|
73
|
+
"isStatic": true,
|
|
74
|
+
"isAbstract": false,
|
|
75
|
+
"isVirtual": false,
|
|
76
|
+
"isOverride": false,
|
|
77
|
+
"isSealed": false,
|
|
78
|
+
"arity": 0,
|
|
79
|
+
"parameterCount": 2,
|
|
80
|
+
"isExtensionMethod": false
|
|
81
|
+
},
|
|
82
|
+
{
|
|
83
|
+
"stableId": "Npgsql:Npgsql.Internal.Postgres.DataTypeName::ToString():System.String",
|
|
84
|
+
"clrName": "ToString",
|
|
85
|
+
"tsEmitName": "toString",
|
|
86
|
+
"normalizedSignature": "ToString|():System.String|static=false",
|
|
87
|
+
"provenance": "Original",
|
|
88
|
+
"emitScope": "ClassSurface",
|
|
89
|
+
"isStatic": false,
|
|
90
|
+
"isAbstract": false,
|
|
91
|
+
"isVirtual": true,
|
|
92
|
+
"isOverride": true,
|
|
93
|
+
"isSealed": false,
|
|
94
|
+
"arity": 0,
|
|
95
|
+
"parameterCount": 0,
|
|
96
|
+
"isExtensionMethod": false
|
|
97
|
+
},
|
|
98
|
+
{
|
|
99
|
+
"stableId": "Npgsql:Npgsql.Internal.Postgres.DataTypeName::Equals(Npgsql.Internal.Postgres.DataTypeName):System.Boolean",
|
|
100
|
+
"clrName": "Equals",
|
|
101
|
+
"tsEmitName": "equals",
|
|
102
|
+
"normalizedSignature": "Equals|(Npgsql.Internal.Postgres.DataTypeName):System.Boolean|static=false",
|
|
103
|
+
"provenance": "Original",
|
|
104
|
+
"emitScope": "ClassSurface",
|
|
105
|
+
"isStatic": false,
|
|
106
|
+
"isAbstract": false,
|
|
107
|
+
"isVirtual": true,
|
|
108
|
+
"isOverride": false,
|
|
109
|
+
"isSealed": true,
|
|
110
|
+
"arity": 0,
|
|
111
|
+
"parameterCount": 1,
|
|
112
|
+
"isExtensionMethod": false
|
|
113
|
+
},
|
|
114
|
+
{
|
|
115
|
+
"stableId": "Npgsql:Npgsql.Internal.Postgres.DataTypeName::Equals(System.Object):System.Boolean",
|
|
116
|
+
"clrName": "Equals",
|
|
117
|
+
"tsEmitName": "equals",
|
|
118
|
+
"normalizedSignature": "Equals|(System.Object):System.Boolean|static=false",
|
|
119
|
+
"provenance": "Original",
|
|
120
|
+
"emitScope": "ClassSurface",
|
|
121
|
+
"isStatic": false,
|
|
122
|
+
"isAbstract": false,
|
|
123
|
+
"isVirtual": true,
|
|
124
|
+
"isOverride": true,
|
|
125
|
+
"isSealed": false,
|
|
126
|
+
"arity": 0,
|
|
127
|
+
"parameterCount": 1,
|
|
128
|
+
"isExtensionMethod": false
|
|
129
|
+
},
|
|
130
|
+
{
|
|
131
|
+
"stableId": "Npgsql:Npgsql.Internal.Postgres.DataTypeName::GetHashCode():System.Int32",
|
|
132
|
+
"clrName": "GetHashCode",
|
|
133
|
+
"tsEmitName": "getHashCode",
|
|
134
|
+
"normalizedSignature": "GetHashCode|():System.Int32|static=false",
|
|
135
|
+
"provenance": "Original",
|
|
136
|
+
"emitScope": "ClassSurface",
|
|
137
|
+
"isStatic": false,
|
|
138
|
+
"isAbstract": false,
|
|
139
|
+
"isVirtual": true,
|
|
140
|
+
"isOverride": true,
|
|
141
|
+
"isSealed": false,
|
|
142
|
+
"arity": 0,
|
|
143
|
+
"parameterCount": 0,
|
|
144
|
+
"isExtensionMethod": false
|
|
145
|
+
}
|
|
146
|
+
],
|
|
147
|
+
"properties": [
|
|
148
|
+
{
|
|
149
|
+
"stableId": "Npgsql:Npgsql.Internal.Postgres.DataTypeName::DisplayName:System.String",
|
|
150
|
+
"clrName": "DisplayName",
|
|
151
|
+
"tsEmitName": "displayName",
|
|
152
|
+
"normalizedSignature": "DisplayName|:System.String|static=false|accessor=get",
|
|
153
|
+
"provenance": "Original",
|
|
154
|
+
"emitScope": "ClassSurface",
|
|
155
|
+
"isStatic": false,
|
|
156
|
+
"isAbstract": false,
|
|
157
|
+
"isVirtual": false,
|
|
158
|
+
"isOverride": false,
|
|
159
|
+
"isIndexer": false,
|
|
160
|
+
"hasGetter": true,
|
|
161
|
+
"hasSetter": false
|
|
162
|
+
},
|
|
163
|
+
{
|
|
164
|
+
"stableId": "Npgsql:Npgsql.Internal.Postgres.DataTypeName::UnqualifiedDisplayName:System.String",
|
|
165
|
+
"clrName": "UnqualifiedDisplayName",
|
|
166
|
+
"tsEmitName": "unqualifiedDisplayName",
|
|
167
|
+
"normalizedSignature": "UnqualifiedDisplayName|:System.String|static=false|accessor=get",
|
|
168
|
+
"provenance": "Original",
|
|
169
|
+
"emitScope": "ClassSurface",
|
|
170
|
+
"isStatic": false,
|
|
171
|
+
"isAbstract": false,
|
|
172
|
+
"isVirtual": false,
|
|
173
|
+
"isOverride": false,
|
|
174
|
+
"isIndexer": false,
|
|
175
|
+
"hasGetter": true,
|
|
176
|
+
"hasSetter": false
|
|
177
|
+
},
|
|
178
|
+
{
|
|
179
|
+
"stableId": "Npgsql:Npgsql.Internal.Postgres.DataTypeName::Schema:System.String",
|
|
180
|
+
"clrName": "Schema",
|
|
181
|
+
"tsEmitName": "schema",
|
|
182
|
+
"normalizedSignature": "Schema|:System.String|static=false|accessor=get",
|
|
183
|
+
"provenance": "Original",
|
|
184
|
+
"emitScope": "ClassSurface",
|
|
185
|
+
"isStatic": false,
|
|
186
|
+
"isAbstract": false,
|
|
187
|
+
"isVirtual": false,
|
|
188
|
+
"isOverride": false,
|
|
189
|
+
"isIndexer": false,
|
|
190
|
+
"hasGetter": true,
|
|
191
|
+
"hasSetter": false
|
|
192
|
+
},
|
|
193
|
+
{
|
|
194
|
+
"stableId": "Npgsql:Npgsql.Internal.Postgres.DataTypeName::UnqualifiedName:System.String",
|
|
195
|
+
"clrName": "UnqualifiedName",
|
|
196
|
+
"tsEmitName": "unqualifiedName",
|
|
197
|
+
"normalizedSignature": "UnqualifiedName|:System.String|static=false|accessor=get",
|
|
198
|
+
"provenance": "Original",
|
|
199
|
+
"emitScope": "ClassSurface",
|
|
200
|
+
"isStatic": false,
|
|
201
|
+
"isAbstract": false,
|
|
202
|
+
"isVirtual": false,
|
|
203
|
+
"isOverride": false,
|
|
204
|
+
"isIndexer": false,
|
|
205
|
+
"hasGetter": true,
|
|
206
|
+
"hasSetter": false
|
|
207
|
+
},
|
|
208
|
+
{
|
|
209
|
+
"stableId": "Npgsql:Npgsql.Internal.Postgres.DataTypeName::Value:System.String",
|
|
210
|
+
"clrName": "Value",
|
|
211
|
+
"tsEmitName": "value",
|
|
212
|
+
"normalizedSignature": "Value|:System.String|static=false|accessor=get",
|
|
213
|
+
"provenance": "Original",
|
|
214
|
+
"emitScope": "ClassSurface",
|
|
215
|
+
"isStatic": false,
|
|
216
|
+
"isAbstract": false,
|
|
217
|
+
"isVirtual": false,
|
|
218
|
+
"isOverride": false,
|
|
219
|
+
"isIndexer": false,
|
|
220
|
+
"hasGetter": true,
|
|
221
|
+
"hasSetter": false
|
|
222
|
+
},
|
|
223
|
+
{
|
|
224
|
+
"stableId": "Npgsql:Npgsql.Internal.Postgres.DataTypeName::Unspecified:Npgsql.Internal.Postgres.DataTypeName",
|
|
225
|
+
"clrName": "Unspecified",
|
|
226
|
+
"tsEmitName": "unspecified",
|
|
227
|
+
"normalizedSignature": "Unspecified|:Npgsql.Internal.Postgres.DataTypeName|static=true|accessor=get",
|
|
228
|
+
"provenance": "Original",
|
|
229
|
+
"emitScope": "ClassSurface",
|
|
230
|
+
"isStatic": true,
|
|
231
|
+
"isAbstract": false,
|
|
232
|
+
"isVirtual": false,
|
|
233
|
+
"isOverride": false,
|
|
234
|
+
"isIndexer": false,
|
|
235
|
+
"hasGetter": true,
|
|
236
|
+
"hasSetter": false
|
|
237
|
+
},
|
|
238
|
+
{
|
|
239
|
+
"stableId": "Npgsql:Npgsql.Internal.Postgres.DataTypeName::IsUnqualified:System.Boolean",
|
|
240
|
+
"clrName": "IsUnqualified",
|
|
241
|
+
"tsEmitName": "isUnqualified",
|
|
242
|
+
"normalizedSignature": "IsUnqualified|:System.Boolean|static=false|accessor=get",
|
|
243
|
+
"provenance": "Original",
|
|
244
|
+
"emitScope": "ClassSurface",
|
|
245
|
+
"isStatic": false,
|
|
246
|
+
"isAbstract": false,
|
|
247
|
+
"isVirtual": false,
|
|
248
|
+
"isOverride": false,
|
|
249
|
+
"isIndexer": false,
|
|
250
|
+
"hasGetter": true,
|
|
251
|
+
"hasSetter": false
|
|
252
|
+
},
|
|
253
|
+
{
|
|
254
|
+
"stableId": "Npgsql:Npgsql.Internal.Postgres.DataTypeName::IsArray:System.Boolean",
|
|
255
|
+
"clrName": "IsArray",
|
|
256
|
+
"tsEmitName": "isArray",
|
|
257
|
+
"normalizedSignature": "IsArray|:System.Boolean|static=false|accessor=get",
|
|
258
|
+
"provenance": "Original",
|
|
259
|
+
"emitScope": "ClassSurface",
|
|
260
|
+
"isStatic": false,
|
|
261
|
+
"isAbstract": false,
|
|
262
|
+
"isVirtual": false,
|
|
263
|
+
"isOverride": false,
|
|
264
|
+
"isIndexer": false,
|
|
265
|
+
"hasGetter": true,
|
|
266
|
+
"hasSetter": false
|
|
267
|
+
}
|
|
268
|
+
],
|
|
269
|
+
"fields": [],
|
|
270
|
+
"events": [],
|
|
271
|
+
"constructors": [
|
|
272
|
+
{
|
|
273
|
+
"normalizedSignature": "constructor|(System.String):void|static=false",
|
|
274
|
+
"isStatic": false,
|
|
275
|
+
"parameterCount": 1
|
|
276
|
+
}
|
|
277
|
+
]
|
|
278
|
+
},
|
|
279
|
+
{
|
|
280
|
+
"stableId": "Npgsql:Npgsql.Internal.Postgres.Field",
|
|
281
|
+
"clrName": "Npgsql.Internal.Postgres.Field",
|
|
282
|
+
"tsEmitName": "Field",
|
|
283
|
+
"kind": "Struct",
|
|
284
|
+
"accessibility": "Public",
|
|
285
|
+
"isAbstract": false,
|
|
286
|
+
"isSealed": true,
|
|
287
|
+
"isStatic": false,
|
|
288
|
+
"arity": 0,
|
|
289
|
+
"methods": [],
|
|
290
|
+
"properties": [
|
|
291
|
+
{
|
|
292
|
+
"stableId": "Npgsql:Npgsql.Internal.Postgres.Field::Name:System.String",
|
|
293
|
+
"clrName": "Name",
|
|
294
|
+
"tsEmitName": "name",
|
|
295
|
+
"normalizedSignature": "Name|:System.String|static=false|accessor=getset",
|
|
296
|
+
"provenance": "Original",
|
|
297
|
+
"emitScope": "ClassSurface",
|
|
298
|
+
"isStatic": false,
|
|
299
|
+
"isAbstract": false,
|
|
300
|
+
"isVirtual": false,
|
|
301
|
+
"isOverride": false,
|
|
302
|
+
"isIndexer": false,
|
|
303
|
+
"hasGetter": true,
|
|
304
|
+
"hasSetter": true
|
|
305
|
+
},
|
|
306
|
+
{
|
|
307
|
+
"stableId": "Npgsql:Npgsql.Internal.Postgres.Field::PgTypeId:Npgsql.Internal.Postgres.PgTypeId",
|
|
308
|
+
"clrName": "PgTypeId",
|
|
309
|
+
"tsEmitName": "pgTypeId",
|
|
310
|
+
"normalizedSignature": "PgTypeId|:Npgsql.Internal.Postgres.PgTypeId|static=false|accessor=getset",
|
|
311
|
+
"provenance": "Original",
|
|
312
|
+
"emitScope": "ClassSurface",
|
|
313
|
+
"isStatic": false,
|
|
314
|
+
"isAbstract": false,
|
|
315
|
+
"isVirtual": false,
|
|
316
|
+
"isOverride": false,
|
|
317
|
+
"isIndexer": false,
|
|
318
|
+
"hasGetter": true,
|
|
319
|
+
"hasSetter": true
|
|
320
|
+
},
|
|
321
|
+
{
|
|
322
|
+
"stableId": "Npgsql:Npgsql.Internal.Postgres.Field::TypeModifier:System.Int32",
|
|
323
|
+
"clrName": "TypeModifier",
|
|
324
|
+
"tsEmitName": "typeModifier",
|
|
325
|
+
"normalizedSignature": "TypeModifier|:System.Int32|static=false|accessor=getset",
|
|
326
|
+
"provenance": "Original",
|
|
327
|
+
"emitScope": "ClassSurface",
|
|
328
|
+
"isStatic": false,
|
|
329
|
+
"isAbstract": false,
|
|
330
|
+
"isVirtual": false,
|
|
331
|
+
"isOverride": false,
|
|
332
|
+
"isIndexer": false,
|
|
333
|
+
"hasGetter": true,
|
|
334
|
+
"hasSetter": true
|
|
335
|
+
}
|
|
336
|
+
],
|
|
337
|
+
"fields": [],
|
|
338
|
+
"events": [],
|
|
339
|
+
"constructors": [
|
|
340
|
+
{
|
|
341
|
+
"normalizedSignature": "constructor|(System.String,Npgsql.Internal.Postgres.PgTypeId,System.Int32):void|static=false",
|
|
342
|
+
"isStatic": false,
|
|
343
|
+
"parameterCount": 3
|
|
344
|
+
}
|
|
345
|
+
]
|
|
346
|
+
},
|
|
347
|
+
{
|
|
348
|
+
"stableId": "Npgsql:Npgsql.Internal.Postgres.Oid",
|
|
349
|
+
"clrName": "Npgsql.Internal.Postgres.Oid",
|
|
350
|
+
"tsEmitName": "Oid",
|
|
351
|
+
"kind": "Struct",
|
|
352
|
+
"accessibility": "Public",
|
|
353
|
+
"isAbstract": false,
|
|
354
|
+
"isSealed": true,
|
|
355
|
+
"isStatic": false,
|
|
356
|
+
"arity": 0,
|
|
357
|
+
"methods": [
|
|
358
|
+
{
|
|
359
|
+
"stableId": "Npgsql:Npgsql.Internal.Postgres.Oid::ToString():System.String",
|
|
360
|
+
"clrName": "ToString",
|
|
361
|
+
"tsEmitName": "toString",
|
|
362
|
+
"normalizedSignature": "ToString|():System.String|static=false",
|
|
363
|
+
"provenance": "Original",
|
|
364
|
+
"emitScope": "ClassSurface",
|
|
365
|
+
"isStatic": false,
|
|
366
|
+
"isAbstract": false,
|
|
367
|
+
"isVirtual": true,
|
|
368
|
+
"isOverride": true,
|
|
369
|
+
"isSealed": false,
|
|
370
|
+
"arity": 0,
|
|
371
|
+
"parameterCount": 0,
|
|
372
|
+
"isExtensionMethod": false
|
|
373
|
+
},
|
|
374
|
+
{
|
|
375
|
+
"stableId": "Npgsql:Npgsql.Internal.Postgres.Oid::Equals(Npgsql.Internal.Postgres.Oid):System.Boolean",
|
|
376
|
+
"clrName": "Equals",
|
|
377
|
+
"tsEmitName": "equals",
|
|
378
|
+
"normalizedSignature": "Equals|(Npgsql.Internal.Postgres.Oid):System.Boolean|static=false",
|
|
379
|
+
"provenance": "Original",
|
|
380
|
+
"emitScope": "ClassSurface",
|
|
381
|
+
"isStatic": false,
|
|
382
|
+
"isAbstract": false,
|
|
383
|
+
"isVirtual": true,
|
|
384
|
+
"isOverride": false,
|
|
385
|
+
"isSealed": true,
|
|
386
|
+
"arity": 0,
|
|
387
|
+
"parameterCount": 1,
|
|
388
|
+
"isExtensionMethod": false
|
|
389
|
+
},
|
|
390
|
+
{
|
|
391
|
+
"stableId": "Npgsql:Npgsql.Internal.Postgres.Oid::Equals(System.Object):System.Boolean",
|
|
392
|
+
"clrName": "Equals",
|
|
393
|
+
"tsEmitName": "equals",
|
|
394
|
+
"normalizedSignature": "Equals|(System.Object):System.Boolean|static=false",
|
|
395
|
+
"provenance": "Original",
|
|
396
|
+
"emitScope": "ClassSurface",
|
|
397
|
+
"isStatic": false,
|
|
398
|
+
"isAbstract": false,
|
|
399
|
+
"isVirtual": true,
|
|
400
|
+
"isOverride": true,
|
|
401
|
+
"isSealed": false,
|
|
402
|
+
"arity": 0,
|
|
403
|
+
"parameterCount": 1,
|
|
404
|
+
"isExtensionMethod": false
|
|
405
|
+
},
|
|
406
|
+
{
|
|
407
|
+
"stableId": "Npgsql:Npgsql.Internal.Postgres.Oid::GetHashCode():System.Int32",
|
|
408
|
+
"clrName": "GetHashCode",
|
|
409
|
+
"tsEmitName": "getHashCode",
|
|
410
|
+
"normalizedSignature": "GetHashCode|():System.Int32|static=false",
|
|
411
|
+
"provenance": "Original",
|
|
412
|
+
"emitScope": "ClassSurface",
|
|
413
|
+
"isStatic": false,
|
|
414
|
+
"isAbstract": false,
|
|
415
|
+
"isVirtual": true,
|
|
416
|
+
"isOverride": true,
|
|
417
|
+
"isSealed": false,
|
|
418
|
+
"arity": 0,
|
|
419
|
+
"parameterCount": 0,
|
|
420
|
+
"isExtensionMethod": false
|
|
421
|
+
}
|
|
422
|
+
],
|
|
423
|
+
"properties": [
|
|
424
|
+
{
|
|
425
|
+
"stableId": "Npgsql:Npgsql.Internal.Postgres.Oid::Value:System.UInt32",
|
|
426
|
+
"clrName": "Value",
|
|
427
|
+
"tsEmitName": "value",
|
|
428
|
+
"normalizedSignature": "Value|:System.UInt32|static=false|accessor=getset",
|
|
429
|
+
"provenance": "Original",
|
|
430
|
+
"emitScope": "ClassSurface",
|
|
431
|
+
"isStatic": false,
|
|
432
|
+
"isAbstract": false,
|
|
433
|
+
"isVirtual": false,
|
|
434
|
+
"isOverride": false,
|
|
435
|
+
"isIndexer": false,
|
|
436
|
+
"hasGetter": true,
|
|
437
|
+
"hasSetter": true
|
|
438
|
+
},
|
|
439
|
+
{
|
|
440
|
+
"stableId": "Npgsql:Npgsql.Internal.Postgres.Oid::Unspecified:Npgsql.Internal.Postgres.Oid",
|
|
441
|
+
"clrName": "Unspecified",
|
|
442
|
+
"tsEmitName": "unspecified",
|
|
443
|
+
"normalizedSignature": "Unspecified|:Npgsql.Internal.Postgres.Oid|static=true|accessor=get",
|
|
444
|
+
"provenance": "Original",
|
|
445
|
+
"emitScope": "ClassSurface",
|
|
446
|
+
"isStatic": true,
|
|
447
|
+
"isAbstract": false,
|
|
448
|
+
"isVirtual": false,
|
|
449
|
+
"isOverride": false,
|
|
450
|
+
"isIndexer": false,
|
|
451
|
+
"hasGetter": true,
|
|
452
|
+
"hasSetter": false
|
|
453
|
+
}
|
|
454
|
+
],
|
|
455
|
+
"fields": [],
|
|
456
|
+
"events": [],
|
|
457
|
+
"constructors": [
|
|
458
|
+
{
|
|
459
|
+
"normalizedSignature": "constructor|(System.UInt32):void|static=false",
|
|
460
|
+
"isStatic": false,
|
|
461
|
+
"parameterCount": 1
|
|
462
|
+
}
|
|
463
|
+
]
|
|
464
|
+
},
|
|
465
|
+
{
|
|
466
|
+
"stableId": "Npgsql:Npgsql.Internal.Postgres.PgTypeId",
|
|
467
|
+
"clrName": "Npgsql.Internal.Postgres.PgTypeId",
|
|
468
|
+
"tsEmitName": "PgTypeId",
|
|
469
|
+
"kind": "Struct",
|
|
470
|
+
"accessibility": "Public",
|
|
471
|
+
"isAbstract": false,
|
|
472
|
+
"isSealed": true,
|
|
473
|
+
"isStatic": false,
|
|
474
|
+
"arity": 0,
|
|
475
|
+
"methods": [
|
|
476
|
+
{
|
|
477
|
+
"stableId": "Npgsql:Npgsql.Internal.Postgres.PgTypeId::ToString():System.String",
|
|
478
|
+
"clrName": "ToString",
|
|
479
|
+
"tsEmitName": "toString",
|
|
480
|
+
"normalizedSignature": "ToString|():System.String|static=false",
|
|
481
|
+
"provenance": "Original",
|
|
482
|
+
"emitScope": "ClassSurface",
|
|
483
|
+
"isStatic": false,
|
|
484
|
+
"isAbstract": false,
|
|
485
|
+
"isVirtual": true,
|
|
486
|
+
"isOverride": true,
|
|
487
|
+
"isSealed": false,
|
|
488
|
+
"arity": 0,
|
|
489
|
+
"parameterCount": 0,
|
|
490
|
+
"isExtensionMethod": false
|
|
491
|
+
},
|
|
492
|
+
{
|
|
493
|
+
"stableId": "Npgsql:Npgsql.Internal.Postgres.PgTypeId::Equals(Npgsql.Internal.Postgres.PgTypeId):System.Boolean",
|
|
494
|
+
"clrName": "Equals",
|
|
495
|
+
"tsEmitName": "equals",
|
|
496
|
+
"normalizedSignature": "Equals|(Npgsql.Internal.Postgres.PgTypeId):System.Boolean|static=false",
|
|
497
|
+
"provenance": "Original",
|
|
498
|
+
"emitScope": "ClassSurface",
|
|
499
|
+
"isStatic": false,
|
|
500
|
+
"isAbstract": false,
|
|
501
|
+
"isVirtual": true,
|
|
502
|
+
"isOverride": false,
|
|
503
|
+
"isSealed": true,
|
|
504
|
+
"arity": 0,
|
|
505
|
+
"parameterCount": 1,
|
|
506
|
+
"isExtensionMethod": false
|
|
507
|
+
},
|
|
508
|
+
{
|
|
509
|
+
"stableId": "Npgsql:Npgsql.Internal.Postgres.PgTypeId::Equals(System.Object):System.Boolean",
|
|
510
|
+
"clrName": "Equals",
|
|
511
|
+
"tsEmitName": "equals",
|
|
512
|
+
"normalizedSignature": "Equals|(System.Object):System.Boolean|static=false",
|
|
513
|
+
"provenance": "Original",
|
|
514
|
+
"emitScope": "ClassSurface",
|
|
515
|
+
"isStatic": false,
|
|
516
|
+
"isAbstract": false,
|
|
517
|
+
"isVirtual": true,
|
|
518
|
+
"isOverride": true,
|
|
519
|
+
"isSealed": false,
|
|
520
|
+
"arity": 0,
|
|
521
|
+
"parameterCount": 1,
|
|
522
|
+
"isExtensionMethod": false
|
|
523
|
+
},
|
|
524
|
+
{
|
|
525
|
+
"stableId": "Npgsql:Npgsql.Internal.Postgres.PgTypeId::GetHashCode():System.Int32",
|
|
526
|
+
"clrName": "GetHashCode",
|
|
527
|
+
"tsEmitName": "getHashCode",
|
|
528
|
+
"normalizedSignature": "GetHashCode|():System.Int32|static=false",
|
|
529
|
+
"provenance": "Original",
|
|
530
|
+
"emitScope": "ClassSurface",
|
|
531
|
+
"isStatic": false,
|
|
532
|
+
"isAbstract": false,
|
|
533
|
+
"isVirtual": true,
|
|
534
|
+
"isOverride": true,
|
|
535
|
+
"isSealed": false,
|
|
536
|
+
"arity": 0,
|
|
537
|
+
"parameterCount": 0,
|
|
538
|
+
"isExtensionMethod": false
|
|
539
|
+
}
|
|
540
|
+
],
|
|
541
|
+
"properties": [
|
|
542
|
+
{
|
|
543
|
+
"stableId": "Npgsql:Npgsql.Internal.Postgres.PgTypeId::IsDataTypeName:System.Boolean",
|
|
544
|
+
"clrName": "IsDataTypeName",
|
|
545
|
+
"tsEmitName": "isDataTypeName",
|
|
546
|
+
"normalizedSignature": "IsDataTypeName|:System.Boolean|static=false|accessor=get",
|
|
547
|
+
"provenance": "Original",
|
|
548
|
+
"emitScope": "ClassSurface",
|
|
549
|
+
"isStatic": false,
|
|
550
|
+
"isAbstract": false,
|
|
551
|
+
"isVirtual": false,
|
|
552
|
+
"isOverride": false,
|
|
553
|
+
"isIndexer": false,
|
|
554
|
+
"hasGetter": true,
|
|
555
|
+
"hasSetter": false
|
|
556
|
+
},
|
|
557
|
+
{
|
|
558
|
+
"stableId": "Npgsql:Npgsql.Internal.Postgres.PgTypeId::IsOid:System.Boolean",
|
|
559
|
+
"clrName": "IsOid",
|
|
560
|
+
"tsEmitName": "isOid",
|
|
561
|
+
"normalizedSignature": "IsOid|:System.Boolean|static=false|accessor=get",
|
|
562
|
+
"provenance": "Original",
|
|
563
|
+
"emitScope": "ClassSurface",
|
|
564
|
+
"isStatic": false,
|
|
565
|
+
"isAbstract": false,
|
|
566
|
+
"isVirtual": false,
|
|
567
|
+
"isOverride": false,
|
|
568
|
+
"isIndexer": false,
|
|
569
|
+
"hasGetter": true,
|
|
570
|
+
"hasSetter": false
|
|
571
|
+
},
|
|
572
|
+
{
|
|
573
|
+
"stableId": "Npgsql:Npgsql.Internal.Postgres.PgTypeId::DataTypeName:Npgsql.Internal.Postgres.DataTypeName",
|
|
574
|
+
"clrName": "DataTypeName",
|
|
575
|
+
"tsEmitName": "dataTypeName",
|
|
576
|
+
"normalizedSignature": "DataTypeName|:Npgsql.Internal.Postgres.DataTypeName|static=false|accessor=get",
|
|
577
|
+
"provenance": "Original",
|
|
578
|
+
"emitScope": "ClassSurface",
|
|
579
|
+
"isStatic": false,
|
|
580
|
+
"isAbstract": false,
|
|
581
|
+
"isVirtual": false,
|
|
582
|
+
"isOverride": false,
|
|
583
|
+
"isIndexer": false,
|
|
584
|
+
"hasGetter": true,
|
|
585
|
+
"hasSetter": false
|
|
586
|
+
},
|
|
587
|
+
{
|
|
588
|
+
"stableId": "Npgsql:Npgsql.Internal.Postgres.PgTypeId::Oid:Npgsql.Internal.Postgres.Oid",
|
|
589
|
+
"clrName": "Oid",
|
|
590
|
+
"tsEmitName": "oid",
|
|
591
|
+
"normalizedSignature": "Oid|:Npgsql.Internal.Postgres.Oid|static=false|accessor=get",
|
|
592
|
+
"provenance": "Original",
|
|
593
|
+
"emitScope": "ClassSurface",
|
|
594
|
+
"isStatic": false,
|
|
595
|
+
"isAbstract": false,
|
|
596
|
+
"isVirtual": false,
|
|
597
|
+
"isOverride": false,
|
|
598
|
+
"isIndexer": false,
|
|
599
|
+
"hasGetter": true,
|
|
600
|
+
"hasSetter": false
|
|
601
|
+
}
|
|
602
|
+
],
|
|
603
|
+
"fields": [],
|
|
604
|
+
"events": [],
|
|
605
|
+
"constructors": [
|
|
606
|
+
{
|
|
607
|
+
"normalizedSignature": "constructor|(Npgsql.Internal.Postgres.DataTypeName):void|static=false",
|
|
608
|
+
"isStatic": false,
|
|
609
|
+
"parameterCount": 1
|
|
610
|
+
},
|
|
611
|
+
{
|
|
612
|
+
"normalizedSignature": "constructor|(Npgsql.Internal.Postgres.Oid):void|static=false",
|
|
613
|
+
"isStatic": false,
|
|
614
|
+
"parameterCount": 1
|
|
615
|
+
}
|
|
616
|
+
]
|
|
617
|
+
}
|
|
618
|
+
]
|
|
619
|
+
}
|
|
@@ -0,0 +1,15 @@
|
|
|
1
|
+
// Generated by tsbindgen - Architecture
|
|
2
|
+
// Namespace: Npgsql.Internal.Postgres
|
|
3
|
+
// Facade - Public API Surface
|
|
4
|
+
|
|
5
|
+
// Import internal declarations
|
|
6
|
+
import * as Internal from './Npgsql.Internal.Postgres/internal/index.js';
|
|
7
|
+
|
|
8
|
+
// Cross-namespace type imports for constraints
|
|
9
|
+
import type { Boolean as ClrBoolean, IEquatable, Int32, Object as ClrObject, String as ClrString, UInt32, ValueType } from '@tsonic/dotnet/System.js';
|
|
10
|
+
|
|
11
|
+
// Public API exports (curated - no internal $instance/$views leakage)
|
|
12
|
+
export { DataTypeName as DataTypeName } from './Npgsql.Internal.Postgres/internal/index.js';
|
|
13
|
+
export { Field as Field } from './Npgsql.Internal.Postgres/internal/index.js';
|
|
14
|
+
export { Oid as Oid } from './Npgsql.Internal.Postgres/internal/index.js';
|
|
15
|
+
export { PgTypeId as PgTypeId } from './Npgsql.Internal.Postgres/internal/index.js';
|
|
@@ -0,0 +1,9 @@
|
|
|
1
|
+
// Generated by tsbindgen - Architecture
|
|
2
|
+
// Namespace: Npgsql.Internal.Postgres
|
|
3
|
+
// Module Stub - Do Not Execute
|
|
4
|
+
|
|
5
|
+
throw new Error(
|
|
6
|
+
'Cannot import CLR namespace Npgsql.Internal.Postgres in JavaScript runtime. ' +
|
|
7
|
+
'This module provides TypeScript type definitions only. ' +
|
|
8
|
+
'Actual implementation requires .NET runtime via Tsonic compiler.'
|
|
9
|
+
);
|