@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
|
@@ -1,23 +1,50 @@
|
|
|
1
1
|
{
|
|
2
2
|
"namespace": "Npgsql.Internal.Postgres",
|
|
3
|
+
"contributingAssemblies": [
|
|
4
|
+
"Npgsql"
|
|
5
|
+
],
|
|
3
6
|
"types": [
|
|
4
7
|
{
|
|
5
8
|
"stableId": "Npgsql:Npgsql.Internal.Postgres.DataTypeName",
|
|
6
9
|
"clrName": "Npgsql.Internal.Postgres.DataTypeName",
|
|
7
|
-
"tsEmitName": "DataTypeName",
|
|
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
|
+
},
|
|
22
|
+
"interfaces": [
|
|
23
|
+
{
|
|
24
|
+
"stableId": "System.Private.CoreLib:System.IEquatable\u00601",
|
|
25
|
+
"clrName": "System.IEquatable\u00601",
|
|
26
|
+
"typeArguments": [
|
|
27
|
+
"DataTypeName"
|
|
28
|
+
]
|
|
29
|
+
}
|
|
30
|
+
],
|
|
10
31
|
"methods": [
|
|
11
32
|
{
|
|
12
33
|
"stableId": "Npgsql:Npgsql.Internal.Postgres.DataTypeName::GetUnqualifiedName(System.String):System.String",
|
|
13
34
|
"clrName": "GetUnqualifiedName",
|
|
14
|
-
"tsEmitName": "getUnqualifiedName",
|
|
15
35
|
"metadataToken": 100667263,
|
|
16
36
|
"canonicalSignature": "(System.String):System.String",
|
|
17
37
|
"normalizedSignature": "GetUnqualifiedName|(System.String):System.String|static=true",
|
|
18
38
|
"emitScope": "ClassSurface",
|
|
39
|
+
"provenance": "Original",
|
|
19
40
|
"arity": 0,
|
|
20
41
|
"parameterCount": 1,
|
|
42
|
+
"isStatic": true,
|
|
43
|
+
"isAbstract": false,
|
|
44
|
+
"isVirtual": false,
|
|
45
|
+
"isOverride": false,
|
|
46
|
+
"isSealed": false,
|
|
47
|
+
"visibility": "Public",
|
|
21
48
|
"declaringClrType": "Npgsql.Internal.Postgres.DataTypeName",
|
|
22
49
|
"declaringAssemblyName": "Npgsql",
|
|
23
50
|
"isExtensionMethod": false
|
|
@@ -25,13 +52,19 @@
|
|
|
25
52
|
{
|
|
26
53
|
"stableId": "Npgsql:Npgsql.Internal.Postgres.DataTypeName::ToArrayName():Npgsql.Internal.Postgres.DataTypeName",
|
|
27
54
|
"clrName": "ToArrayName",
|
|
28
|
-
"tsEmitName": "toArrayName",
|
|
29
55
|
"metadataToken": 100667267,
|
|
30
56
|
"canonicalSignature": "():Npgsql.Internal.Postgres.DataTypeName",
|
|
31
57
|
"normalizedSignature": "ToArrayName|():Npgsql.Internal.Postgres.DataTypeName|static=false",
|
|
32
58
|
"emitScope": "ClassSurface",
|
|
59
|
+
"provenance": "Original",
|
|
33
60
|
"arity": 0,
|
|
34
61
|
"parameterCount": 0,
|
|
62
|
+
"isStatic": false,
|
|
63
|
+
"isAbstract": false,
|
|
64
|
+
"isVirtual": false,
|
|
65
|
+
"isOverride": false,
|
|
66
|
+
"isSealed": false,
|
|
67
|
+
"visibility": "Public",
|
|
35
68
|
"declaringClrType": "Npgsql.Internal.Postgres.DataTypeName",
|
|
36
69
|
"declaringAssemblyName": "Npgsql",
|
|
37
70
|
"isExtensionMethod": false
|
|
@@ -39,13 +72,19 @@
|
|
|
39
72
|
{
|
|
40
73
|
"stableId": "Npgsql:Npgsql.Internal.Postgres.DataTypeName::ToDefaultMultirangeName():Npgsql.Internal.Postgres.DataTypeName",
|
|
41
74
|
"clrName": "ToDefaultMultirangeName",
|
|
42
|
-
"tsEmitName": "toDefaultMultirangeName",
|
|
43
75
|
"metadataToken": 100667268,
|
|
44
76
|
"canonicalSignature": "():Npgsql.Internal.Postgres.DataTypeName",
|
|
45
77
|
"normalizedSignature": "ToDefaultMultirangeName|():Npgsql.Internal.Postgres.DataTypeName|static=false",
|
|
46
78
|
"emitScope": "ClassSurface",
|
|
79
|
+
"provenance": "Original",
|
|
47
80
|
"arity": 0,
|
|
48
81
|
"parameterCount": 0,
|
|
82
|
+
"isStatic": false,
|
|
83
|
+
"isAbstract": false,
|
|
84
|
+
"isVirtual": false,
|
|
85
|
+
"isOverride": false,
|
|
86
|
+
"isSealed": false,
|
|
87
|
+
"visibility": "Public",
|
|
49
88
|
"declaringClrType": "Npgsql.Internal.Postgres.DataTypeName",
|
|
50
89
|
"declaringAssemblyName": "Npgsql",
|
|
51
90
|
"isExtensionMethod": false
|
|
@@ -53,13 +92,19 @@
|
|
|
53
92
|
{
|
|
54
93
|
"stableId": "Npgsql:Npgsql.Internal.Postgres.DataTypeName::FromDisplayName(System.String,System.String):Npgsql.Internal.Postgres.DataTypeName",
|
|
55
94
|
"clrName": "FromDisplayName",
|
|
56
|
-
"tsEmitName": "fromDisplayName",
|
|
57
95
|
"metadataToken": 100667269,
|
|
58
96
|
"canonicalSignature": "(System.String,System.String):Npgsql.Internal.Postgres.DataTypeName",
|
|
59
97
|
"normalizedSignature": "FromDisplayName|(System.String,System.String):Npgsql.Internal.Postgres.DataTypeName|static=true",
|
|
60
98
|
"emitScope": "ClassSurface",
|
|
99
|
+
"provenance": "Original",
|
|
61
100
|
"arity": 0,
|
|
62
101
|
"parameterCount": 2,
|
|
102
|
+
"isStatic": true,
|
|
103
|
+
"isAbstract": false,
|
|
104
|
+
"isVirtual": false,
|
|
105
|
+
"isOverride": false,
|
|
106
|
+
"isSealed": false,
|
|
107
|
+
"visibility": "Public",
|
|
63
108
|
"declaringClrType": "Npgsql.Internal.Postgres.DataTypeName",
|
|
64
109
|
"declaringAssemblyName": "Npgsql",
|
|
65
110
|
"isExtensionMethod": false
|
|
@@ -67,13 +112,19 @@
|
|
|
67
112
|
{
|
|
68
113
|
"stableId": "Npgsql:Npgsql.Internal.Postgres.DataTypeName::ToString():System.String",
|
|
69
114
|
"clrName": "ToString",
|
|
70
|
-
"tsEmitName": "toString",
|
|
71
115
|
"metadataToken": 100667274,
|
|
72
116
|
"canonicalSignature": "():System.String",
|
|
73
117
|
"normalizedSignature": "ToString|():System.String|static=false",
|
|
74
118
|
"emitScope": "ClassSurface",
|
|
119
|
+
"provenance": "Original",
|
|
75
120
|
"arity": 0,
|
|
76
121
|
"parameterCount": 0,
|
|
122
|
+
"isStatic": false,
|
|
123
|
+
"isAbstract": false,
|
|
124
|
+
"isVirtual": true,
|
|
125
|
+
"isOverride": true,
|
|
126
|
+
"isSealed": false,
|
|
127
|
+
"visibility": "Public",
|
|
77
128
|
"declaringClrType": "Npgsql.Internal.Postgres.DataTypeName",
|
|
78
129
|
"declaringAssemblyName": "Npgsql",
|
|
79
130
|
"isExtensionMethod": false
|
|
@@ -81,13 +132,19 @@
|
|
|
81
132
|
{
|
|
82
133
|
"stableId": "Npgsql:Npgsql.Internal.Postgres.DataTypeName::Equals(Npgsql.Internal.Postgres.DataTypeName):System.Boolean",
|
|
83
134
|
"clrName": "Equals",
|
|
84
|
-
"tsEmitName": "equals",
|
|
85
135
|
"metadataToken": 100667275,
|
|
86
136
|
"canonicalSignature": "(Npgsql.Internal.Postgres.DataTypeName):System.Boolean",
|
|
87
137
|
"normalizedSignature": "Equals|(Npgsql.Internal.Postgres.DataTypeName):System.Boolean|static=false",
|
|
88
138
|
"emitScope": "ClassSurface",
|
|
139
|
+
"provenance": "Original",
|
|
89
140
|
"arity": 0,
|
|
90
141
|
"parameterCount": 1,
|
|
142
|
+
"isStatic": false,
|
|
143
|
+
"isAbstract": false,
|
|
144
|
+
"isVirtual": true,
|
|
145
|
+
"isOverride": false,
|
|
146
|
+
"isSealed": true,
|
|
147
|
+
"visibility": "Public",
|
|
91
148
|
"declaringClrType": "Npgsql.Internal.Postgres.DataTypeName",
|
|
92
149
|
"declaringAssemblyName": "Npgsql",
|
|
93
150
|
"isExtensionMethod": false
|
|
@@ -95,13 +152,19 @@
|
|
|
95
152
|
{
|
|
96
153
|
"stableId": "Npgsql:Npgsql.Internal.Postgres.DataTypeName::Equals(System.Object):System.Boolean",
|
|
97
154
|
"clrName": "Equals",
|
|
98
|
-
"tsEmitName": "equals",
|
|
99
155
|
"metadataToken": 100667276,
|
|
100
156
|
"canonicalSignature": "(System.Object):System.Boolean",
|
|
101
157
|
"normalizedSignature": "Equals|(System.Object):System.Boolean|static=false",
|
|
102
158
|
"emitScope": "ClassSurface",
|
|
159
|
+
"provenance": "Original",
|
|
103
160
|
"arity": 0,
|
|
104
161
|
"parameterCount": 1,
|
|
162
|
+
"isStatic": false,
|
|
163
|
+
"isAbstract": false,
|
|
164
|
+
"isVirtual": true,
|
|
165
|
+
"isOverride": true,
|
|
166
|
+
"isSealed": false,
|
|
167
|
+
"visibility": "Public",
|
|
105
168
|
"declaringClrType": "Npgsql.Internal.Postgres.DataTypeName",
|
|
106
169
|
"declaringAssemblyName": "Npgsql",
|
|
107
170
|
"isExtensionMethod": false
|
|
@@ -109,13 +172,19 @@
|
|
|
109
172
|
{
|
|
110
173
|
"stableId": "Npgsql:Npgsql.Internal.Postgres.DataTypeName::GetHashCode():System.Int32",
|
|
111
174
|
"clrName": "GetHashCode",
|
|
112
|
-
"tsEmitName": "getHashCode",
|
|
113
175
|
"metadataToken": 100667277,
|
|
114
176
|
"canonicalSignature": "():System.Int32",
|
|
115
177
|
"normalizedSignature": "GetHashCode|():System.Int32|static=false",
|
|
116
178
|
"emitScope": "ClassSurface",
|
|
179
|
+
"provenance": "Original",
|
|
117
180
|
"arity": 0,
|
|
118
181
|
"parameterCount": 0,
|
|
182
|
+
"isStatic": false,
|
|
183
|
+
"isAbstract": false,
|
|
184
|
+
"isVirtual": true,
|
|
185
|
+
"isOverride": true,
|
|
186
|
+
"isSealed": false,
|
|
187
|
+
"visibility": "Public",
|
|
119
188
|
"declaringClrType": "Npgsql.Internal.Postgres.DataTypeName",
|
|
120
189
|
"declaringAssemblyName": "Npgsql",
|
|
121
190
|
"isExtensionMethod": false
|
|
@@ -125,112 +194,152 @@
|
|
|
125
194
|
{
|
|
126
195
|
"stableId": "Npgsql:Npgsql.Internal.Postgres.DataTypeName::DisplayName:System.String",
|
|
127
196
|
"clrName": "DisplayName",
|
|
128
|
-
"tsEmitName": "displayName",
|
|
129
197
|
"metadataToken": 385876927,
|
|
130
198
|
"canonicalSignature": ":System.String",
|
|
131
199
|
"normalizedSignature": "DisplayName|:System.String|static=false|accessor=get",
|
|
132
200
|
"emitScope": "ClassSurface",
|
|
201
|
+
"provenance": "Original",
|
|
133
202
|
"isIndexer": false,
|
|
134
203
|
"hasGetter": true,
|
|
135
204
|
"hasSetter": false,
|
|
205
|
+
"isStatic": false,
|
|
206
|
+
"isAbstract": false,
|
|
207
|
+
"isVirtual": false,
|
|
208
|
+
"isOverride": false,
|
|
209
|
+
"visibility": "Public",
|
|
136
210
|
"declaringClrType": "Npgsql.Internal.Postgres.DataTypeName",
|
|
137
211
|
"declaringAssemblyName": "Npgsql"
|
|
138
212
|
},
|
|
139
213
|
{
|
|
140
214
|
"stableId": "Npgsql:Npgsql.Internal.Postgres.DataTypeName::UnqualifiedDisplayName:System.String",
|
|
141
215
|
"clrName": "UnqualifiedDisplayName",
|
|
142
|
-
"tsEmitName": "unqualifiedDisplayName",
|
|
143
216
|
"metadataToken": 385876928,
|
|
144
217
|
"canonicalSignature": ":System.String",
|
|
145
218
|
"normalizedSignature": "UnqualifiedDisplayName|:System.String|static=false|accessor=get",
|
|
146
219
|
"emitScope": "ClassSurface",
|
|
220
|
+
"provenance": "Original",
|
|
147
221
|
"isIndexer": false,
|
|
148
222
|
"hasGetter": true,
|
|
149
223
|
"hasSetter": false,
|
|
224
|
+
"isStatic": false,
|
|
225
|
+
"isAbstract": false,
|
|
226
|
+
"isVirtual": false,
|
|
227
|
+
"isOverride": false,
|
|
228
|
+
"visibility": "Public",
|
|
150
229
|
"declaringClrType": "Npgsql.Internal.Postgres.DataTypeName",
|
|
151
230
|
"declaringAssemblyName": "Npgsql"
|
|
152
231
|
},
|
|
153
232
|
{
|
|
154
233
|
"stableId": "Npgsql:Npgsql.Internal.Postgres.DataTypeName::Schema:System.String",
|
|
155
234
|
"clrName": "Schema",
|
|
156
|
-
"tsEmitName": "schema",
|
|
157
235
|
"metadataToken": 385876930,
|
|
158
236
|
"canonicalSignature": ":System.String",
|
|
159
237
|
"normalizedSignature": "Schema|:System.String|static=false|accessor=get",
|
|
160
238
|
"emitScope": "ClassSurface",
|
|
239
|
+
"provenance": "Original",
|
|
161
240
|
"isIndexer": false,
|
|
162
241
|
"hasGetter": true,
|
|
163
242
|
"hasSetter": false,
|
|
243
|
+
"isStatic": false,
|
|
244
|
+
"isAbstract": false,
|
|
245
|
+
"isVirtual": false,
|
|
246
|
+
"isOverride": false,
|
|
247
|
+
"visibility": "Public",
|
|
164
248
|
"declaringClrType": "Npgsql.Internal.Postgres.DataTypeName",
|
|
165
249
|
"declaringAssemblyName": "Npgsql"
|
|
166
250
|
},
|
|
167
251
|
{
|
|
168
252
|
"stableId": "Npgsql:Npgsql.Internal.Postgres.DataTypeName::UnqualifiedName:System.String",
|
|
169
253
|
"clrName": "UnqualifiedName",
|
|
170
|
-
"tsEmitName": "unqualifiedName",
|
|
171
254
|
"metadataToken": 385876932,
|
|
172
255
|
"canonicalSignature": ":System.String",
|
|
173
256
|
"normalizedSignature": "UnqualifiedName|:System.String|static=false|accessor=get",
|
|
174
257
|
"emitScope": "ClassSurface",
|
|
258
|
+
"provenance": "Original",
|
|
175
259
|
"isIndexer": false,
|
|
176
260
|
"hasGetter": true,
|
|
177
261
|
"hasSetter": false,
|
|
262
|
+
"isStatic": false,
|
|
263
|
+
"isAbstract": false,
|
|
264
|
+
"isVirtual": false,
|
|
265
|
+
"isOverride": false,
|
|
266
|
+
"visibility": "Public",
|
|
178
267
|
"declaringClrType": "Npgsql.Internal.Postgres.DataTypeName",
|
|
179
268
|
"declaringAssemblyName": "Npgsql"
|
|
180
269
|
},
|
|
181
270
|
{
|
|
182
271
|
"stableId": "Npgsql:Npgsql.Internal.Postgres.DataTypeName::Value:System.String",
|
|
183
272
|
"clrName": "Value",
|
|
184
|
-
"tsEmitName": "value",
|
|
185
273
|
"metadataToken": 385876933,
|
|
186
274
|
"canonicalSignature": ":System.String",
|
|
187
275
|
"normalizedSignature": "Value|:System.String|static=false|accessor=get",
|
|
188
276
|
"emitScope": "ClassSurface",
|
|
277
|
+
"provenance": "Original",
|
|
189
278
|
"isIndexer": false,
|
|
190
279
|
"hasGetter": true,
|
|
191
280
|
"hasSetter": false,
|
|
281
|
+
"isStatic": false,
|
|
282
|
+
"isAbstract": false,
|
|
283
|
+
"isVirtual": false,
|
|
284
|
+
"isOverride": false,
|
|
285
|
+
"visibility": "Public",
|
|
192
286
|
"declaringClrType": "Npgsql.Internal.Postgres.DataTypeName",
|
|
193
287
|
"declaringAssemblyName": "Npgsql"
|
|
194
288
|
},
|
|
195
289
|
{
|
|
196
290
|
"stableId": "Npgsql:Npgsql.Internal.Postgres.DataTypeName::Unspecified:Npgsql.Internal.Postgres.DataTypeName",
|
|
197
291
|
"clrName": "Unspecified",
|
|
198
|
-
"tsEmitName": "unspecified",
|
|
199
292
|
"metadataToken": 385876935,
|
|
200
293
|
"canonicalSignature": ":Npgsql.Internal.Postgres.DataTypeName",
|
|
201
294
|
"normalizedSignature": "Unspecified|:Npgsql.Internal.Postgres.DataTypeName|static=true|accessor=get",
|
|
202
295
|
"emitScope": "ClassSurface",
|
|
296
|
+
"provenance": "Original",
|
|
203
297
|
"isIndexer": false,
|
|
204
298
|
"hasGetter": true,
|
|
205
299
|
"hasSetter": false,
|
|
300
|
+
"isStatic": true,
|
|
301
|
+
"isAbstract": false,
|
|
302
|
+
"isVirtual": false,
|
|
303
|
+
"isOverride": false,
|
|
304
|
+
"visibility": "Public",
|
|
206
305
|
"declaringClrType": "Npgsql.Internal.Postgres.DataTypeName",
|
|
207
306
|
"declaringAssemblyName": "Npgsql"
|
|
208
307
|
},
|
|
209
308
|
{
|
|
210
309
|
"stableId": "Npgsql:Npgsql.Internal.Postgres.DataTypeName::IsUnqualified:System.Boolean",
|
|
211
310
|
"clrName": "IsUnqualified",
|
|
212
|
-
"tsEmitName": "isUnqualified",
|
|
213
311
|
"metadataToken": 385876936,
|
|
214
312
|
"canonicalSignature": ":System.Boolean",
|
|
215
313
|
"normalizedSignature": "IsUnqualified|:System.Boolean|static=false|accessor=get",
|
|
216
314
|
"emitScope": "ClassSurface",
|
|
315
|
+
"provenance": "Original",
|
|
217
316
|
"isIndexer": false,
|
|
218
317
|
"hasGetter": true,
|
|
219
318
|
"hasSetter": false,
|
|
319
|
+
"isStatic": false,
|
|
320
|
+
"isAbstract": false,
|
|
321
|
+
"isVirtual": false,
|
|
322
|
+
"isOverride": false,
|
|
323
|
+
"visibility": "Public",
|
|
220
324
|
"declaringClrType": "Npgsql.Internal.Postgres.DataTypeName",
|
|
221
325
|
"declaringAssemblyName": "Npgsql"
|
|
222
326
|
},
|
|
223
327
|
{
|
|
224
328
|
"stableId": "Npgsql:Npgsql.Internal.Postgres.DataTypeName::IsArray:System.Boolean",
|
|
225
329
|
"clrName": "IsArray",
|
|
226
|
-
"tsEmitName": "isArray",
|
|
227
330
|
"metadataToken": 385876937,
|
|
228
331
|
"canonicalSignature": ":System.Boolean",
|
|
229
332
|
"normalizedSignature": "IsArray|:System.Boolean|static=false|accessor=get",
|
|
230
333
|
"emitScope": "ClassSurface",
|
|
334
|
+
"provenance": "Original",
|
|
231
335
|
"isIndexer": false,
|
|
232
336
|
"hasGetter": true,
|
|
233
337
|
"hasSetter": false,
|
|
338
|
+
"isStatic": false,
|
|
339
|
+
"isAbstract": false,
|
|
340
|
+
"isVirtual": false,
|
|
341
|
+
"isOverride": false,
|
|
342
|
+
"visibility": "Public",
|
|
234
343
|
"declaringClrType": "Npgsql.Internal.Postgres.DataTypeName",
|
|
235
344
|
"declaringAssemblyName": "Npgsql"
|
|
236
345
|
}
|
|
@@ -245,233 +354,83 @@
|
|
|
245
354
|
"normalizedSignature": "constructor|(System.String):void|static=false",
|
|
246
355
|
"isStatic": false,
|
|
247
356
|
"parameterCount": 1,
|
|
357
|
+
"visibility": "Public",
|
|
248
358
|
"declaringClrType": "Npgsql.Internal.Postgres.DataTypeName",
|
|
249
359
|
"declaringAssemblyName": "Npgsql"
|
|
250
360
|
}
|
|
251
|
-
],
|
|
252
|
-
"exposedMethods": [
|
|
253
|
-
{
|
|
254
|
-
"tsName": "getUnqualifiedName",
|
|
255
|
-
"isStatic": true,
|
|
256
|
-
"tsSignatureId": "GetUnqualifiedName|(System.String):System.String|static=true",
|
|
257
|
-
"target": {
|
|
258
|
-
"declaringClrType": "Npgsql.Internal.Postgres.DataTypeName",
|
|
259
|
-
"declaringAssemblyName": "Npgsql",
|
|
260
|
-
"metadataToken": 100667263
|
|
261
|
-
}
|
|
262
|
-
},
|
|
263
|
-
{
|
|
264
|
-
"tsName": "toArrayName",
|
|
265
|
-
"isStatic": false,
|
|
266
|
-
"tsSignatureId": "ToArrayName|():Npgsql.Internal.Postgres.DataTypeName|static=false",
|
|
267
|
-
"target": {
|
|
268
|
-
"declaringClrType": "Npgsql.Internal.Postgres.DataTypeName",
|
|
269
|
-
"declaringAssemblyName": "Npgsql",
|
|
270
|
-
"metadataToken": 100667267
|
|
271
|
-
}
|
|
272
|
-
},
|
|
273
|
-
{
|
|
274
|
-
"tsName": "toDefaultMultirangeName",
|
|
275
|
-
"isStatic": false,
|
|
276
|
-
"tsSignatureId": "ToDefaultMultirangeName|():Npgsql.Internal.Postgres.DataTypeName|static=false",
|
|
277
|
-
"target": {
|
|
278
|
-
"declaringClrType": "Npgsql.Internal.Postgres.DataTypeName",
|
|
279
|
-
"declaringAssemblyName": "Npgsql",
|
|
280
|
-
"metadataToken": 100667268
|
|
281
|
-
}
|
|
282
|
-
},
|
|
283
|
-
{
|
|
284
|
-
"tsName": "fromDisplayName",
|
|
285
|
-
"isStatic": true,
|
|
286
|
-
"tsSignatureId": "FromDisplayName|(System.String,System.String):Npgsql.Internal.Postgres.DataTypeName|static=true",
|
|
287
|
-
"target": {
|
|
288
|
-
"declaringClrType": "Npgsql.Internal.Postgres.DataTypeName",
|
|
289
|
-
"declaringAssemblyName": "Npgsql",
|
|
290
|
-
"metadataToken": 100667269
|
|
291
|
-
}
|
|
292
|
-
},
|
|
293
|
-
{
|
|
294
|
-
"tsName": "toString",
|
|
295
|
-
"isStatic": false,
|
|
296
|
-
"tsSignatureId": "ToString|():System.String|static=false",
|
|
297
|
-
"target": {
|
|
298
|
-
"declaringClrType": "Npgsql.Internal.Postgres.DataTypeName",
|
|
299
|
-
"declaringAssemblyName": "Npgsql",
|
|
300
|
-
"metadataToken": 100667274
|
|
301
|
-
}
|
|
302
|
-
},
|
|
303
|
-
{
|
|
304
|
-
"tsName": "equals",
|
|
305
|
-
"isStatic": false,
|
|
306
|
-
"tsSignatureId": "Equals|(Npgsql.Internal.Postgres.DataTypeName):System.Boolean|static=false",
|
|
307
|
-
"target": {
|
|
308
|
-
"declaringClrType": "Npgsql.Internal.Postgres.DataTypeName",
|
|
309
|
-
"declaringAssemblyName": "Npgsql",
|
|
310
|
-
"metadataToken": 100667275
|
|
311
|
-
}
|
|
312
|
-
},
|
|
313
|
-
{
|
|
314
|
-
"tsName": "equals",
|
|
315
|
-
"isStatic": false,
|
|
316
|
-
"tsSignatureId": "Equals|(System.Object):System.Boolean|static=false",
|
|
317
|
-
"target": {
|
|
318
|
-
"declaringClrType": "Npgsql.Internal.Postgres.DataTypeName",
|
|
319
|
-
"declaringAssemblyName": "Npgsql",
|
|
320
|
-
"metadataToken": 100667276
|
|
321
|
-
}
|
|
322
|
-
},
|
|
323
|
-
{
|
|
324
|
-
"tsName": "getHashCode",
|
|
325
|
-
"isStatic": false,
|
|
326
|
-
"tsSignatureId": "GetHashCode|():System.Int32|static=false",
|
|
327
|
-
"target": {
|
|
328
|
-
"declaringClrType": "Npgsql.Internal.Postgres.DataTypeName",
|
|
329
|
-
"declaringAssemblyName": "Npgsql",
|
|
330
|
-
"metadataToken": 100667277
|
|
331
|
-
}
|
|
332
|
-
}
|
|
333
|
-
],
|
|
334
|
-
"exposedProperties": [
|
|
335
|
-
{
|
|
336
|
-
"tsName": "displayName",
|
|
337
|
-
"isStatic": false,
|
|
338
|
-
"tsSignatureId": "DisplayName|:System.String|static=false|accessor=get",
|
|
339
|
-
"target": {
|
|
340
|
-
"declaringClrType": "Npgsql.Internal.Postgres.DataTypeName",
|
|
341
|
-
"declaringAssemblyName": "Npgsql",
|
|
342
|
-
"metadataToken": 385876927
|
|
343
|
-
}
|
|
344
|
-
},
|
|
345
|
-
{
|
|
346
|
-
"tsName": "unqualifiedDisplayName",
|
|
347
|
-
"isStatic": false,
|
|
348
|
-
"tsSignatureId": "UnqualifiedDisplayName|:System.String|static=false|accessor=get",
|
|
349
|
-
"target": {
|
|
350
|
-
"declaringClrType": "Npgsql.Internal.Postgres.DataTypeName",
|
|
351
|
-
"declaringAssemblyName": "Npgsql",
|
|
352
|
-
"metadataToken": 385876928
|
|
353
|
-
}
|
|
354
|
-
},
|
|
355
|
-
{
|
|
356
|
-
"tsName": "schema",
|
|
357
|
-
"isStatic": false,
|
|
358
|
-
"tsSignatureId": "Schema|:System.String|static=false|accessor=get",
|
|
359
|
-
"target": {
|
|
360
|
-
"declaringClrType": "Npgsql.Internal.Postgres.DataTypeName",
|
|
361
|
-
"declaringAssemblyName": "Npgsql",
|
|
362
|
-
"metadataToken": 385876930
|
|
363
|
-
}
|
|
364
|
-
},
|
|
365
|
-
{
|
|
366
|
-
"tsName": "unqualifiedName",
|
|
367
|
-
"isStatic": false,
|
|
368
|
-
"tsSignatureId": "UnqualifiedName|:System.String|static=false|accessor=get",
|
|
369
|
-
"target": {
|
|
370
|
-
"declaringClrType": "Npgsql.Internal.Postgres.DataTypeName",
|
|
371
|
-
"declaringAssemblyName": "Npgsql",
|
|
372
|
-
"metadataToken": 385876932
|
|
373
|
-
}
|
|
374
|
-
},
|
|
375
|
-
{
|
|
376
|
-
"tsName": "value",
|
|
377
|
-
"isStatic": false,
|
|
378
|
-
"tsSignatureId": "Value|:System.String|static=false|accessor=get",
|
|
379
|
-
"target": {
|
|
380
|
-
"declaringClrType": "Npgsql.Internal.Postgres.DataTypeName",
|
|
381
|
-
"declaringAssemblyName": "Npgsql",
|
|
382
|
-
"metadataToken": 385876933
|
|
383
|
-
}
|
|
384
|
-
},
|
|
385
|
-
{
|
|
386
|
-
"tsName": "unspecified",
|
|
387
|
-
"isStatic": true,
|
|
388
|
-
"tsSignatureId": "Unspecified|:Npgsql.Internal.Postgres.DataTypeName|static=true|accessor=get",
|
|
389
|
-
"target": {
|
|
390
|
-
"declaringClrType": "Npgsql.Internal.Postgres.DataTypeName",
|
|
391
|
-
"declaringAssemblyName": "Npgsql",
|
|
392
|
-
"metadataToken": 385876935
|
|
393
|
-
}
|
|
394
|
-
},
|
|
395
|
-
{
|
|
396
|
-
"tsName": "isUnqualified",
|
|
397
|
-
"isStatic": false,
|
|
398
|
-
"tsSignatureId": "IsUnqualified|:System.Boolean|static=false|accessor=get",
|
|
399
|
-
"target": {
|
|
400
|
-
"declaringClrType": "Npgsql.Internal.Postgres.DataTypeName",
|
|
401
|
-
"declaringAssemblyName": "Npgsql",
|
|
402
|
-
"metadataToken": 385876936
|
|
403
|
-
}
|
|
404
|
-
},
|
|
405
|
-
{
|
|
406
|
-
"tsName": "isArray",
|
|
407
|
-
"isStatic": false,
|
|
408
|
-
"tsSignatureId": "IsArray|:System.Boolean|static=false|accessor=get",
|
|
409
|
-
"target": {
|
|
410
|
-
"declaringClrType": "Npgsql.Internal.Postgres.DataTypeName",
|
|
411
|
-
"declaringAssemblyName": "Npgsql",
|
|
412
|
-
"metadataToken": 385876937
|
|
413
|
-
}
|
|
414
|
-
}
|
|
415
|
-
],
|
|
416
|
-
"exposedConstructors": [
|
|
417
|
-
{
|
|
418
|
-
"isStatic": false,
|
|
419
|
-
"tsSignatureId": "constructor|(System.String):void|static=false",
|
|
420
|
-
"target": {
|
|
421
|
-
"declaringClrType": "Npgsql.Internal.Postgres.DataTypeName",
|
|
422
|
-
"declaringAssemblyName": "Npgsql",
|
|
423
|
-
"metadataToken": 100667250
|
|
424
|
-
}
|
|
425
|
-
}
|
|
426
361
|
]
|
|
427
362
|
},
|
|
428
363
|
{
|
|
429
364
|
"stableId": "Npgsql:Npgsql.Internal.Postgres.Field",
|
|
430
365
|
"clrName": "Npgsql.Internal.Postgres.Field",
|
|
431
|
-
"tsEmitName": "Field",
|
|
432
366
|
"assemblyName": "Npgsql",
|
|
433
367
|
"metadataToken": 0,
|
|
368
|
+
"kind": "Struct",
|
|
369
|
+
"accessibility": "Public",
|
|
370
|
+
"isAbstract": false,
|
|
371
|
+
"isSealed": true,
|
|
372
|
+
"isStatic": false,
|
|
373
|
+
"arity": 0,
|
|
374
|
+
"baseType": {
|
|
375
|
+
"stableId": "System.Private.CoreLib:System.ValueType",
|
|
376
|
+
"clrName": "System.ValueType"
|
|
377
|
+
},
|
|
434
378
|
"methods": [],
|
|
435
379
|
"properties": [
|
|
436
380
|
{
|
|
437
381
|
"stableId": "Npgsql:Npgsql.Internal.Postgres.Field::Name:System.String",
|
|
438
382
|
"clrName": "Name",
|
|
439
|
-
"tsEmitName": "name",
|
|
440
383
|
"metadataToken": 385877004,
|
|
441
384
|
"canonicalSignature": ":System.String",
|
|
442
385
|
"normalizedSignature": "Name|:System.String|static=false|accessor=getset",
|
|
443
386
|
"emitScope": "ClassSurface",
|
|
387
|
+
"provenance": "Original",
|
|
444
388
|
"isIndexer": false,
|
|
445
389
|
"hasGetter": true,
|
|
446
390
|
"hasSetter": true,
|
|
391
|
+
"isStatic": false,
|
|
392
|
+
"isAbstract": false,
|
|
393
|
+
"isVirtual": false,
|
|
394
|
+
"isOverride": false,
|
|
395
|
+
"visibility": "Public",
|
|
447
396
|
"declaringClrType": "Npgsql.Internal.Postgres.Field",
|
|
448
397
|
"declaringAssemblyName": "Npgsql"
|
|
449
398
|
},
|
|
450
399
|
{
|
|
451
400
|
"stableId": "Npgsql:Npgsql.Internal.Postgres.Field::PgTypeId:Npgsql.Internal.Postgres.PgTypeId",
|
|
452
401
|
"clrName": "PgTypeId",
|
|
453
|
-
"tsEmitName": "pgTypeId",
|
|
454
402
|
"metadataToken": 385877005,
|
|
455
403
|
"canonicalSignature": ":Npgsql.Internal.Postgres.PgTypeId",
|
|
456
404
|
"normalizedSignature": "PgTypeId|:Npgsql.Internal.Postgres.PgTypeId|static=false|accessor=getset",
|
|
457
405
|
"emitScope": "ClassSurface",
|
|
406
|
+
"provenance": "Original",
|
|
458
407
|
"isIndexer": false,
|
|
459
408
|
"hasGetter": true,
|
|
460
409
|
"hasSetter": true,
|
|
410
|
+
"isStatic": false,
|
|
411
|
+
"isAbstract": false,
|
|
412
|
+
"isVirtual": false,
|
|
413
|
+
"isOverride": false,
|
|
414
|
+
"visibility": "Public",
|
|
461
415
|
"declaringClrType": "Npgsql.Internal.Postgres.Field",
|
|
462
416
|
"declaringAssemblyName": "Npgsql"
|
|
463
417
|
},
|
|
464
418
|
{
|
|
465
419
|
"stableId": "Npgsql:Npgsql.Internal.Postgres.Field::TypeModifier:System.Int32",
|
|
466
420
|
"clrName": "TypeModifier",
|
|
467
|
-
"tsEmitName": "typeModifier",
|
|
468
421
|
"metadataToken": 385877006,
|
|
469
422
|
"canonicalSignature": ":System.Int32",
|
|
470
423
|
"normalizedSignature": "TypeModifier|:System.Int32|static=false|accessor=getset",
|
|
471
424
|
"emitScope": "ClassSurface",
|
|
425
|
+
"provenance": "Original",
|
|
472
426
|
"isIndexer": false,
|
|
473
427
|
"hasGetter": true,
|
|
474
428
|
"hasSetter": true,
|
|
429
|
+
"isStatic": false,
|
|
430
|
+
"isAbstract": false,
|
|
431
|
+
"isVirtual": false,
|
|
432
|
+
"isOverride": false,
|
|
433
|
+
"visibility": "Public",
|
|
475
434
|
"declaringClrType": "Npgsql.Internal.Postgres.Field",
|
|
476
435
|
"declaringAssemblyName": "Npgsql"
|
|
477
436
|
}
|
|
@@ -486,71 +445,53 @@
|
|
|
486
445
|
"normalizedSignature": "constructor|(System.String,Npgsql.Internal.Postgres.PgTypeId,System.Int32):void|static=false",
|
|
487
446
|
"isStatic": false,
|
|
488
447
|
"parameterCount": 3,
|
|
448
|
+
"visibility": "Public",
|
|
489
449
|
"declaringClrType": "Npgsql.Internal.Postgres.Field",
|
|
490
450
|
"declaringAssemblyName": "Npgsql"
|
|
491
451
|
}
|
|
492
|
-
],
|
|
493
|
-
"exposedProperties": [
|
|
494
|
-
{
|
|
495
|
-
"tsName": "name",
|
|
496
|
-
"isStatic": false,
|
|
497
|
-
"tsSignatureId": "Name|:System.String|static=false|accessor=getset",
|
|
498
|
-
"target": {
|
|
499
|
-
"declaringClrType": "Npgsql.Internal.Postgres.Field",
|
|
500
|
-
"declaringAssemblyName": "Npgsql",
|
|
501
|
-
"metadataToken": 385877004
|
|
502
|
-
}
|
|
503
|
-
},
|
|
504
|
-
{
|
|
505
|
-
"tsName": "pgTypeId",
|
|
506
|
-
"isStatic": false,
|
|
507
|
-
"tsSignatureId": "PgTypeId|:Npgsql.Internal.Postgres.PgTypeId|static=false|accessor=getset",
|
|
508
|
-
"target": {
|
|
509
|
-
"declaringClrType": "Npgsql.Internal.Postgres.Field",
|
|
510
|
-
"declaringAssemblyName": "Npgsql",
|
|
511
|
-
"metadataToken": 385877005
|
|
512
|
-
}
|
|
513
|
-
},
|
|
514
|
-
{
|
|
515
|
-
"tsName": "typeModifier",
|
|
516
|
-
"isStatic": false,
|
|
517
|
-
"tsSignatureId": "TypeModifier|:System.Int32|static=false|accessor=getset",
|
|
518
|
-
"target": {
|
|
519
|
-
"declaringClrType": "Npgsql.Internal.Postgres.Field",
|
|
520
|
-
"declaringAssemblyName": "Npgsql",
|
|
521
|
-
"metadataToken": 385877006
|
|
522
|
-
}
|
|
523
|
-
}
|
|
524
|
-
],
|
|
525
|
-
"exposedConstructors": [
|
|
526
|
-
{
|
|
527
|
-
"isStatic": false,
|
|
528
|
-
"tsSignatureId": "constructor|(System.String,Npgsql.Internal.Postgres.PgTypeId,System.Int32):void|static=false",
|
|
529
|
-
"target": {
|
|
530
|
-
"declaringClrType": "Npgsql.Internal.Postgres.Field",
|
|
531
|
-
"declaringAssemblyName": "Npgsql",
|
|
532
|
-
"metadataToken": 100667347
|
|
533
|
-
}
|
|
534
|
-
}
|
|
535
452
|
]
|
|
536
453
|
},
|
|
537
454
|
{
|
|
538
455
|
"stableId": "Npgsql:Npgsql.Internal.Postgres.Oid",
|
|
539
456
|
"clrName": "Npgsql.Internal.Postgres.Oid",
|
|
540
|
-
"tsEmitName": "Oid",
|
|
541
457
|
"assemblyName": "Npgsql",
|
|
542
458
|
"metadataToken": 0,
|
|
459
|
+
"kind": "Struct",
|
|
460
|
+
"accessibility": "Public",
|
|
461
|
+
"isAbstract": false,
|
|
462
|
+
"isSealed": true,
|
|
463
|
+
"isStatic": false,
|
|
464
|
+
"arity": 0,
|
|
465
|
+
"baseType": {
|
|
466
|
+
"stableId": "System.Private.CoreLib:System.ValueType",
|
|
467
|
+
"clrName": "System.ValueType"
|
|
468
|
+
},
|
|
469
|
+
"interfaces": [
|
|
470
|
+
{
|
|
471
|
+
"stableId": "System.Private.CoreLib:System.IEquatable\u00601",
|
|
472
|
+
"clrName": "System.IEquatable\u00601",
|
|
473
|
+
"typeArguments": [
|
|
474
|
+
"Oid"
|
|
475
|
+
]
|
|
476
|
+
}
|
|
477
|
+
],
|
|
543
478
|
"methods": [
|
|
544
479
|
{
|
|
545
480
|
"stableId": "Npgsql:Npgsql.Internal.Postgres.Oid::ToString():System.String",
|
|
546
481
|
"clrName": "ToString",
|
|
547
|
-
"tsEmitName": "toString",
|
|
548
482
|
"metadataToken": 100667360,
|
|
549
483
|
"canonicalSignature": "():System.String",
|
|
550
484
|
"normalizedSignature": "ToString|():System.String|static=false",
|
|
551
485
|
"emitScope": "ClassSurface",
|
|
486
|
+
"provenance": "Original",
|
|
552
487
|
"arity": 0,
|
|
553
488
|
"parameterCount": 0,
|
|
489
|
+
"isStatic": false,
|
|
490
|
+
"isAbstract": false,
|
|
491
|
+
"isVirtual": true,
|
|
492
|
+
"isOverride": true,
|
|
493
|
+
"isSealed": false,
|
|
494
|
+
"visibility": "Public",
|
|
554
495
|
"declaringClrType": "Npgsql.Internal.Postgres.Oid",
|
|
555
496
|
"declaringAssemblyName": "Npgsql",
|
|
556
497
|
"isExtensionMethod": false
|
|
@@ -558,13 +499,19 @@
|
|
|
558
499
|
{
|
|
559
500
|
"stableId": "Npgsql:Npgsql.Internal.Postgres.Oid::Equals(Npgsql.Internal.Postgres.Oid):System.Boolean",
|
|
560
501
|
"clrName": "Equals",
|
|
561
|
-
"tsEmitName": "equals",
|
|
562
502
|
"metadataToken": 100667361,
|
|
563
503
|
"canonicalSignature": "(Npgsql.Internal.Postgres.Oid):System.Boolean",
|
|
564
504
|
"normalizedSignature": "Equals|(Npgsql.Internal.Postgres.Oid):System.Boolean|static=false",
|
|
565
505
|
"emitScope": "ClassSurface",
|
|
506
|
+
"provenance": "Original",
|
|
566
507
|
"arity": 0,
|
|
567
508
|
"parameterCount": 1,
|
|
509
|
+
"isStatic": false,
|
|
510
|
+
"isAbstract": false,
|
|
511
|
+
"isVirtual": true,
|
|
512
|
+
"isOverride": false,
|
|
513
|
+
"isSealed": true,
|
|
514
|
+
"visibility": "Public",
|
|
568
515
|
"declaringClrType": "Npgsql.Internal.Postgres.Oid",
|
|
569
516
|
"declaringAssemblyName": "Npgsql",
|
|
570
517
|
"isExtensionMethod": false
|
|
@@ -572,13 +519,19 @@
|
|
|
572
519
|
{
|
|
573
520
|
"stableId": "Npgsql:Npgsql.Internal.Postgres.Oid::Equals(System.Object):System.Boolean",
|
|
574
521
|
"clrName": "Equals",
|
|
575
|
-
"tsEmitName": "equals",
|
|
576
522
|
"metadataToken": 100667362,
|
|
577
523
|
"canonicalSignature": "(System.Object):System.Boolean",
|
|
578
524
|
"normalizedSignature": "Equals|(System.Object):System.Boolean|static=false",
|
|
579
525
|
"emitScope": "ClassSurface",
|
|
526
|
+
"provenance": "Original",
|
|
580
527
|
"arity": 0,
|
|
581
528
|
"parameterCount": 1,
|
|
529
|
+
"isStatic": false,
|
|
530
|
+
"isAbstract": false,
|
|
531
|
+
"isVirtual": true,
|
|
532
|
+
"isOverride": true,
|
|
533
|
+
"isSealed": false,
|
|
534
|
+
"visibility": "Public",
|
|
582
535
|
"declaringClrType": "Npgsql.Internal.Postgres.Oid",
|
|
583
536
|
"declaringAssemblyName": "Npgsql",
|
|
584
537
|
"isExtensionMethod": false
|
|
@@ -586,13 +539,19 @@
|
|
|
586
539
|
{
|
|
587
540
|
"stableId": "Npgsql:Npgsql.Internal.Postgres.Oid::GetHashCode():System.Int32",
|
|
588
541
|
"clrName": "GetHashCode",
|
|
589
|
-
"tsEmitName": "getHashCode",
|
|
590
542
|
"metadataToken": 100667363,
|
|
591
543
|
"canonicalSignature": "():System.Int32",
|
|
592
544
|
"normalizedSignature": "GetHashCode|():System.Int32|static=false",
|
|
593
545
|
"emitScope": "ClassSurface",
|
|
546
|
+
"provenance": "Original",
|
|
594
547
|
"arity": 0,
|
|
595
548
|
"parameterCount": 0,
|
|
549
|
+
"isStatic": false,
|
|
550
|
+
"isAbstract": false,
|
|
551
|
+
"isVirtual": true,
|
|
552
|
+
"isOverride": true,
|
|
553
|
+
"isSealed": false,
|
|
554
|
+
"visibility": "Public",
|
|
596
555
|
"declaringClrType": "Npgsql.Internal.Postgres.Oid",
|
|
597
556
|
"declaringAssemblyName": "Npgsql",
|
|
598
557
|
"isExtensionMethod": false
|
|
@@ -602,28 +561,38 @@
|
|
|
602
561
|
{
|
|
603
562
|
"stableId": "Npgsql:Npgsql.Internal.Postgres.Oid::Value:System.UInt32",
|
|
604
563
|
"clrName": "Value",
|
|
605
|
-
"tsEmitName": "value",
|
|
606
564
|
"metadataToken": 385877007,
|
|
607
565
|
"canonicalSignature": ":System.UInt32",
|
|
608
566
|
"normalizedSignature": "Value|:System.UInt32|static=false|accessor=getset",
|
|
609
567
|
"emitScope": "ClassSurface",
|
|
568
|
+
"provenance": "Original",
|
|
610
569
|
"isIndexer": false,
|
|
611
570
|
"hasGetter": true,
|
|
612
571
|
"hasSetter": true,
|
|
572
|
+
"isStatic": false,
|
|
573
|
+
"isAbstract": false,
|
|
574
|
+
"isVirtual": false,
|
|
575
|
+
"isOverride": false,
|
|
576
|
+
"visibility": "Public",
|
|
613
577
|
"declaringClrType": "Npgsql.Internal.Postgres.Oid",
|
|
614
578
|
"declaringAssemblyName": "Npgsql"
|
|
615
579
|
},
|
|
616
580
|
{
|
|
617
581
|
"stableId": "Npgsql:Npgsql.Internal.Postgres.Oid::Unspecified:Npgsql.Internal.Postgres.Oid",
|
|
618
582
|
"clrName": "Unspecified",
|
|
619
|
-
"tsEmitName": "unspecified",
|
|
620
583
|
"metadataToken": 385877008,
|
|
621
584
|
"canonicalSignature": ":Npgsql.Internal.Postgres.Oid",
|
|
622
585
|
"normalizedSignature": "Unspecified|:Npgsql.Internal.Postgres.Oid|static=true|accessor=get",
|
|
623
586
|
"emitScope": "ClassSurface",
|
|
587
|
+
"provenance": "Original",
|
|
624
588
|
"isIndexer": false,
|
|
625
589
|
"hasGetter": true,
|
|
626
590
|
"hasSetter": false,
|
|
591
|
+
"isStatic": true,
|
|
592
|
+
"isAbstract": false,
|
|
593
|
+
"isVirtual": false,
|
|
594
|
+
"isOverride": false,
|
|
595
|
+
"visibility": "Public",
|
|
627
596
|
"declaringClrType": "Npgsql.Internal.Postgres.Oid",
|
|
628
597
|
"declaringAssemblyName": "Npgsql"
|
|
629
598
|
}
|
|
@@ -638,103 +607,53 @@
|
|
|
638
607
|
"normalizedSignature": "constructor|(System.UInt32):void|static=false",
|
|
639
608
|
"isStatic": false,
|
|
640
609
|
"parameterCount": 1,
|
|
610
|
+
"visibility": "Public",
|
|
641
611
|
"declaringClrType": "Npgsql.Internal.Postgres.Oid",
|
|
642
612
|
"declaringAssemblyName": "Npgsql"
|
|
643
613
|
}
|
|
644
|
-
],
|
|
645
|
-
"exposedMethods": [
|
|
646
|
-
{
|
|
647
|
-
"tsName": "toString",
|
|
648
|
-
"isStatic": false,
|
|
649
|
-
"tsSignatureId": "ToString|():System.String|static=false",
|
|
650
|
-
"target": {
|
|
651
|
-
"declaringClrType": "Npgsql.Internal.Postgres.Oid",
|
|
652
|
-
"declaringAssemblyName": "Npgsql",
|
|
653
|
-
"metadataToken": 100667360
|
|
654
|
-
}
|
|
655
|
-
},
|
|
656
|
-
{
|
|
657
|
-
"tsName": "equals",
|
|
658
|
-
"isStatic": false,
|
|
659
|
-
"tsSignatureId": "Equals|(Npgsql.Internal.Postgres.Oid):System.Boolean|static=false",
|
|
660
|
-
"target": {
|
|
661
|
-
"declaringClrType": "Npgsql.Internal.Postgres.Oid",
|
|
662
|
-
"declaringAssemblyName": "Npgsql",
|
|
663
|
-
"metadataToken": 100667361
|
|
664
|
-
}
|
|
665
|
-
},
|
|
666
|
-
{
|
|
667
|
-
"tsName": "equals",
|
|
668
|
-
"isStatic": false,
|
|
669
|
-
"tsSignatureId": "Equals|(System.Object):System.Boolean|static=false",
|
|
670
|
-
"target": {
|
|
671
|
-
"declaringClrType": "Npgsql.Internal.Postgres.Oid",
|
|
672
|
-
"declaringAssemblyName": "Npgsql",
|
|
673
|
-
"metadataToken": 100667362
|
|
674
|
-
}
|
|
675
|
-
},
|
|
676
|
-
{
|
|
677
|
-
"tsName": "getHashCode",
|
|
678
|
-
"isStatic": false,
|
|
679
|
-
"tsSignatureId": "GetHashCode|():System.Int32|static=false",
|
|
680
|
-
"target": {
|
|
681
|
-
"declaringClrType": "Npgsql.Internal.Postgres.Oid",
|
|
682
|
-
"declaringAssemblyName": "Npgsql",
|
|
683
|
-
"metadataToken": 100667363
|
|
684
|
-
}
|
|
685
|
-
}
|
|
686
|
-
],
|
|
687
|
-
"exposedProperties": [
|
|
688
|
-
{
|
|
689
|
-
"tsName": "value",
|
|
690
|
-
"isStatic": false,
|
|
691
|
-
"tsSignatureId": "Value|:System.UInt32|static=false|accessor=getset",
|
|
692
|
-
"target": {
|
|
693
|
-
"declaringClrType": "Npgsql.Internal.Postgres.Oid",
|
|
694
|
-
"declaringAssemblyName": "Npgsql",
|
|
695
|
-
"metadataToken": 385877007
|
|
696
|
-
}
|
|
697
|
-
},
|
|
698
|
-
{
|
|
699
|
-
"tsName": "unspecified",
|
|
700
|
-
"isStatic": true,
|
|
701
|
-
"tsSignatureId": "Unspecified|:Npgsql.Internal.Postgres.Oid|static=true|accessor=get",
|
|
702
|
-
"target": {
|
|
703
|
-
"declaringClrType": "Npgsql.Internal.Postgres.Oid",
|
|
704
|
-
"declaringAssemblyName": "Npgsql",
|
|
705
|
-
"metadataToken": 385877008
|
|
706
|
-
}
|
|
707
|
-
}
|
|
708
|
-
],
|
|
709
|
-
"exposedConstructors": [
|
|
710
|
-
{
|
|
711
|
-
"isStatic": false,
|
|
712
|
-
"tsSignatureId": "constructor|(System.UInt32):void|static=false",
|
|
713
|
-
"target": {
|
|
714
|
-
"declaringClrType": "Npgsql.Internal.Postgres.Oid",
|
|
715
|
-
"declaringAssemblyName": "Npgsql",
|
|
716
|
-
"metadataToken": 100667354
|
|
717
|
-
}
|
|
718
|
-
}
|
|
719
614
|
]
|
|
720
615
|
},
|
|
721
616
|
{
|
|
722
617
|
"stableId": "Npgsql:Npgsql.Internal.Postgres.PgTypeId",
|
|
723
618
|
"clrName": "Npgsql.Internal.Postgres.PgTypeId",
|
|
724
|
-
"tsEmitName": "PgTypeId",
|
|
725
619
|
"assemblyName": "Npgsql",
|
|
726
620
|
"metadataToken": 0,
|
|
621
|
+
"kind": "Struct",
|
|
622
|
+
"accessibility": "Public",
|
|
623
|
+
"isAbstract": false,
|
|
624
|
+
"isSealed": true,
|
|
625
|
+
"isStatic": false,
|
|
626
|
+
"arity": 0,
|
|
627
|
+
"baseType": {
|
|
628
|
+
"stableId": "System.Private.CoreLib:System.ValueType",
|
|
629
|
+
"clrName": "System.ValueType"
|
|
630
|
+
},
|
|
631
|
+
"interfaces": [
|
|
632
|
+
{
|
|
633
|
+
"stableId": "System.Private.CoreLib:System.IEquatable\u00601",
|
|
634
|
+
"clrName": "System.IEquatable\u00601",
|
|
635
|
+
"typeArguments": [
|
|
636
|
+
"PgTypeId"
|
|
637
|
+
]
|
|
638
|
+
}
|
|
639
|
+
],
|
|
727
640
|
"methods": [
|
|
728
641
|
{
|
|
729
642
|
"stableId": "Npgsql:Npgsql.Internal.Postgres.PgTypeId::ToString():System.String",
|
|
730
643
|
"clrName": "ToString",
|
|
731
|
-
"tsEmitName": "toString",
|
|
732
644
|
"metadataToken": 100667374,
|
|
733
645
|
"canonicalSignature": "():System.String",
|
|
734
646
|
"normalizedSignature": "ToString|():System.String|static=false",
|
|
735
647
|
"emitScope": "ClassSurface",
|
|
648
|
+
"provenance": "Original",
|
|
736
649
|
"arity": 0,
|
|
737
650
|
"parameterCount": 0,
|
|
651
|
+
"isStatic": false,
|
|
652
|
+
"isAbstract": false,
|
|
653
|
+
"isVirtual": true,
|
|
654
|
+
"isOverride": true,
|
|
655
|
+
"isSealed": false,
|
|
656
|
+
"visibility": "Public",
|
|
738
657
|
"declaringClrType": "Npgsql.Internal.Postgres.PgTypeId",
|
|
739
658
|
"declaringAssemblyName": "Npgsql",
|
|
740
659
|
"isExtensionMethod": false
|
|
@@ -742,13 +661,19 @@
|
|
|
742
661
|
{
|
|
743
662
|
"stableId": "Npgsql:Npgsql.Internal.Postgres.PgTypeId::Equals(Npgsql.Internal.Postgres.PgTypeId):System.Boolean",
|
|
744
663
|
"clrName": "Equals",
|
|
745
|
-
"tsEmitName": "equals",
|
|
746
664
|
"metadataToken": 100667375,
|
|
747
665
|
"canonicalSignature": "(Npgsql.Internal.Postgres.PgTypeId):System.Boolean",
|
|
748
666
|
"normalizedSignature": "Equals|(Npgsql.Internal.Postgres.PgTypeId):System.Boolean|static=false",
|
|
749
667
|
"emitScope": "ClassSurface",
|
|
668
|
+
"provenance": "Original",
|
|
750
669
|
"arity": 0,
|
|
751
670
|
"parameterCount": 1,
|
|
671
|
+
"isStatic": false,
|
|
672
|
+
"isAbstract": false,
|
|
673
|
+
"isVirtual": true,
|
|
674
|
+
"isOverride": false,
|
|
675
|
+
"isSealed": true,
|
|
676
|
+
"visibility": "Public",
|
|
752
677
|
"declaringClrType": "Npgsql.Internal.Postgres.PgTypeId",
|
|
753
678
|
"declaringAssemblyName": "Npgsql",
|
|
754
679
|
"isExtensionMethod": false
|
|
@@ -756,13 +681,19 @@
|
|
|
756
681
|
{
|
|
757
682
|
"stableId": "Npgsql:Npgsql.Internal.Postgres.PgTypeId::Equals(System.Object):System.Boolean",
|
|
758
683
|
"clrName": "Equals",
|
|
759
|
-
"tsEmitName": "equals",
|
|
760
684
|
"metadataToken": 100667376,
|
|
761
685
|
"canonicalSignature": "(System.Object):System.Boolean",
|
|
762
686
|
"normalizedSignature": "Equals|(System.Object):System.Boolean|static=false",
|
|
763
687
|
"emitScope": "ClassSurface",
|
|
688
|
+
"provenance": "Original",
|
|
764
689
|
"arity": 0,
|
|
765
690
|
"parameterCount": 1,
|
|
691
|
+
"isStatic": false,
|
|
692
|
+
"isAbstract": false,
|
|
693
|
+
"isVirtual": true,
|
|
694
|
+
"isOverride": true,
|
|
695
|
+
"isSealed": false,
|
|
696
|
+
"visibility": "Public",
|
|
766
697
|
"declaringClrType": "Npgsql.Internal.Postgres.PgTypeId",
|
|
767
698
|
"declaringAssemblyName": "Npgsql",
|
|
768
699
|
"isExtensionMethod": false
|
|
@@ -770,13 +701,19 @@
|
|
|
770
701
|
{
|
|
771
702
|
"stableId": "Npgsql:Npgsql.Internal.Postgres.PgTypeId::GetHashCode():System.Int32",
|
|
772
703
|
"clrName": "GetHashCode",
|
|
773
|
-
"tsEmitName": "getHashCode",
|
|
774
704
|
"metadataToken": 100667377,
|
|
775
705
|
"canonicalSignature": "():System.Int32",
|
|
776
706
|
"normalizedSignature": "GetHashCode|():System.Int32|static=false",
|
|
777
707
|
"emitScope": "ClassSurface",
|
|
708
|
+
"provenance": "Original",
|
|
778
709
|
"arity": 0,
|
|
779
710
|
"parameterCount": 0,
|
|
711
|
+
"isStatic": false,
|
|
712
|
+
"isAbstract": false,
|
|
713
|
+
"isVirtual": true,
|
|
714
|
+
"isOverride": true,
|
|
715
|
+
"isSealed": false,
|
|
716
|
+
"visibility": "Public",
|
|
780
717
|
"declaringClrType": "Npgsql.Internal.Postgres.PgTypeId",
|
|
781
718
|
"declaringAssemblyName": "Npgsql",
|
|
782
719
|
"isExtensionMethod": false
|
|
@@ -786,56 +723,76 @@
|
|
|
786
723
|
{
|
|
787
724
|
"stableId": "Npgsql:Npgsql.Internal.Postgres.PgTypeId::IsDataTypeName:System.Boolean",
|
|
788
725
|
"clrName": "IsDataTypeName",
|
|
789
|
-
"tsEmitName": "isDataTypeName",
|
|
790
726
|
"metadataToken": 385877009,
|
|
791
727
|
"canonicalSignature": ":System.Boolean",
|
|
792
728
|
"normalizedSignature": "IsDataTypeName|:System.Boolean|static=false|accessor=get",
|
|
793
729
|
"emitScope": "ClassSurface",
|
|
730
|
+
"provenance": "Original",
|
|
794
731
|
"isIndexer": false,
|
|
795
732
|
"hasGetter": true,
|
|
796
733
|
"hasSetter": false,
|
|
734
|
+
"isStatic": false,
|
|
735
|
+
"isAbstract": false,
|
|
736
|
+
"isVirtual": false,
|
|
737
|
+
"isOverride": false,
|
|
738
|
+
"visibility": "Public",
|
|
797
739
|
"declaringClrType": "Npgsql.Internal.Postgres.PgTypeId",
|
|
798
740
|
"declaringAssemblyName": "Npgsql"
|
|
799
741
|
},
|
|
800
742
|
{
|
|
801
743
|
"stableId": "Npgsql:Npgsql.Internal.Postgres.PgTypeId::IsOid:System.Boolean",
|
|
802
744
|
"clrName": "IsOid",
|
|
803
|
-
"tsEmitName": "isOid",
|
|
804
745
|
"metadataToken": 385877010,
|
|
805
746
|
"canonicalSignature": ":System.Boolean",
|
|
806
747
|
"normalizedSignature": "IsOid|:System.Boolean|static=false|accessor=get",
|
|
807
748
|
"emitScope": "ClassSurface",
|
|
749
|
+
"provenance": "Original",
|
|
808
750
|
"isIndexer": false,
|
|
809
751
|
"hasGetter": true,
|
|
810
752
|
"hasSetter": false,
|
|
753
|
+
"isStatic": false,
|
|
754
|
+
"isAbstract": false,
|
|
755
|
+
"isVirtual": false,
|
|
756
|
+
"isOverride": false,
|
|
757
|
+
"visibility": "Public",
|
|
811
758
|
"declaringClrType": "Npgsql.Internal.Postgres.PgTypeId",
|
|
812
759
|
"declaringAssemblyName": "Npgsql"
|
|
813
760
|
},
|
|
814
761
|
{
|
|
815
762
|
"stableId": "Npgsql:Npgsql.Internal.Postgres.PgTypeId::DataTypeName:Npgsql.Internal.Postgres.DataTypeName",
|
|
816
763
|
"clrName": "DataTypeName",
|
|
817
|
-
"tsEmitName": "dataTypeName",
|
|
818
764
|
"metadataToken": 385877011,
|
|
819
765
|
"canonicalSignature": ":Npgsql.Internal.Postgres.DataTypeName",
|
|
820
766
|
"normalizedSignature": "DataTypeName|:Npgsql.Internal.Postgres.DataTypeName|static=false|accessor=get",
|
|
821
767
|
"emitScope": "ClassSurface",
|
|
768
|
+
"provenance": "Original",
|
|
822
769
|
"isIndexer": false,
|
|
823
770
|
"hasGetter": true,
|
|
824
771
|
"hasSetter": false,
|
|
772
|
+
"isStatic": false,
|
|
773
|
+
"isAbstract": false,
|
|
774
|
+
"isVirtual": false,
|
|
775
|
+
"isOverride": false,
|
|
776
|
+
"visibility": "Public",
|
|
825
777
|
"declaringClrType": "Npgsql.Internal.Postgres.PgTypeId",
|
|
826
778
|
"declaringAssemblyName": "Npgsql"
|
|
827
779
|
},
|
|
828
780
|
{
|
|
829
781
|
"stableId": "Npgsql:Npgsql.Internal.Postgres.PgTypeId::Oid:Npgsql.Internal.Postgres.Oid",
|
|
830
782
|
"clrName": "Oid",
|
|
831
|
-
"tsEmitName": "oid",
|
|
832
783
|
"metadataToken": 385877012,
|
|
833
784
|
"canonicalSignature": ":Npgsql.Internal.Postgres.Oid",
|
|
834
785
|
"normalizedSignature": "Oid|:Npgsql.Internal.Postgres.Oid|static=false|accessor=get",
|
|
835
786
|
"emitScope": "ClassSurface",
|
|
787
|
+
"provenance": "Original",
|
|
836
788
|
"isIndexer": false,
|
|
837
789
|
"hasGetter": true,
|
|
838
790
|
"hasSetter": false,
|
|
791
|
+
"isStatic": false,
|
|
792
|
+
"isAbstract": false,
|
|
793
|
+
"isVirtual": false,
|
|
794
|
+
"isOverride": false,
|
|
795
|
+
"visibility": "Public",
|
|
839
796
|
"declaringClrType": "Npgsql.Internal.Postgres.PgTypeId",
|
|
840
797
|
"declaringAssemblyName": "Npgsql"
|
|
841
798
|
}
|
|
@@ -850,6 +807,7 @@
|
|
|
850
807
|
"normalizedSignature": "constructor|(Npgsql.Internal.Postgres.DataTypeName):void|static=false",
|
|
851
808
|
"isStatic": false,
|
|
852
809
|
"parameterCount": 1,
|
|
810
|
+
"visibility": "Public",
|
|
853
811
|
"declaringClrType": "Npgsql.Internal.Postgres.PgTypeId",
|
|
854
812
|
"declaringAssemblyName": "Npgsql"
|
|
855
813
|
},
|
|
@@ -860,113 +818,10 @@
|
|
|
860
818
|
"normalizedSignature": "constructor|(Npgsql.Internal.Postgres.Oid):void|static=false",
|
|
861
819
|
"isStatic": false,
|
|
862
820
|
"parameterCount": 1,
|
|
821
|
+
"visibility": "Public",
|
|
863
822
|
"declaringClrType": "Npgsql.Internal.Postgres.PgTypeId",
|
|
864
823
|
"declaringAssemblyName": "Npgsql"
|
|
865
824
|
}
|
|
866
|
-
],
|
|
867
|
-
"exposedMethods": [
|
|
868
|
-
{
|
|
869
|
-
"tsName": "toString",
|
|
870
|
-
"isStatic": false,
|
|
871
|
-
"tsSignatureId": "ToString|():System.String|static=false",
|
|
872
|
-
"target": {
|
|
873
|
-
"declaringClrType": "Npgsql.Internal.Postgres.PgTypeId",
|
|
874
|
-
"declaringAssemblyName": "Npgsql",
|
|
875
|
-
"metadataToken": 100667374
|
|
876
|
-
}
|
|
877
|
-
},
|
|
878
|
-
{
|
|
879
|
-
"tsName": "equals",
|
|
880
|
-
"isStatic": false,
|
|
881
|
-
"tsSignatureId": "Equals|(Npgsql.Internal.Postgres.PgTypeId):System.Boolean|static=false",
|
|
882
|
-
"target": {
|
|
883
|
-
"declaringClrType": "Npgsql.Internal.Postgres.PgTypeId",
|
|
884
|
-
"declaringAssemblyName": "Npgsql",
|
|
885
|
-
"metadataToken": 100667375
|
|
886
|
-
}
|
|
887
|
-
},
|
|
888
|
-
{
|
|
889
|
-
"tsName": "equals",
|
|
890
|
-
"isStatic": false,
|
|
891
|
-
"tsSignatureId": "Equals|(System.Object):System.Boolean|static=false",
|
|
892
|
-
"target": {
|
|
893
|
-
"declaringClrType": "Npgsql.Internal.Postgres.PgTypeId",
|
|
894
|
-
"declaringAssemblyName": "Npgsql",
|
|
895
|
-
"metadataToken": 100667376
|
|
896
|
-
}
|
|
897
|
-
},
|
|
898
|
-
{
|
|
899
|
-
"tsName": "getHashCode",
|
|
900
|
-
"isStatic": false,
|
|
901
|
-
"tsSignatureId": "GetHashCode|():System.Int32|static=false",
|
|
902
|
-
"target": {
|
|
903
|
-
"declaringClrType": "Npgsql.Internal.Postgres.PgTypeId",
|
|
904
|
-
"declaringAssemblyName": "Npgsql",
|
|
905
|
-
"metadataToken": 100667377
|
|
906
|
-
}
|
|
907
|
-
}
|
|
908
|
-
],
|
|
909
|
-
"exposedProperties": [
|
|
910
|
-
{
|
|
911
|
-
"tsName": "isDataTypeName",
|
|
912
|
-
"isStatic": false,
|
|
913
|
-
"tsSignatureId": "IsDataTypeName|:System.Boolean|static=false|accessor=get",
|
|
914
|
-
"target": {
|
|
915
|
-
"declaringClrType": "Npgsql.Internal.Postgres.PgTypeId",
|
|
916
|
-
"declaringAssemblyName": "Npgsql",
|
|
917
|
-
"metadataToken": 385877009
|
|
918
|
-
}
|
|
919
|
-
},
|
|
920
|
-
{
|
|
921
|
-
"tsName": "isOid",
|
|
922
|
-
"isStatic": false,
|
|
923
|
-
"tsSignatureId": "IsOid|:System.Boolean|static=false|accessor=get",
|
|
924
|
-
"target": {
|
|
925
|
-
"declaringClrType": "Npgsql.Internal.Postgres.PgTypeId",
|
|
926
|
-
"declaringAssemblyName": "Npgsql",
|
|
927
|
-
"metadataToken": 385877010
|
|
928
|
-
}
|
|
929
|
-
},
|
|
930
|
-
{
|
|
931
|
-
"tsName": "dataTypeName",
|
|
932
|
-
"isStatic": false,
|
|
933
|
-
"tsSignatureId": "DataTypeName|:Npgsql.Internal.Postgres.DataTypeName|static=false|accessor=get",
|
|
934
|
-
"target": {
|
|
935
|
-
"declaringClrType": "Npgsql.Internal.Postgres.PgTypeId",
|
|
936
|
-
"declaringAssemblyName": "Npgsql",
|
|
937
|
-
"metadataToken": 385877011
|
|
938
|
-
}
|
|
939
|
-
},
|
|
940
|
-
{
|
|
941
|
-
"tsName": "oid",
|
|
942
|
-
"isStatic": false,
|
|
943
|
-
"tsSignatureId": "Oid|:Npgsql.Internal.Postgres.Oid|static=false|accessor=get",
|
|
944
|
-
"target": {
|
|
945
|
-
"declaringClrType": "Npgsql.Internal.Postgres.PgTypeId",
|
|
946
|
-
"declaringAssemblyName": "Npgsql",
|
|
947
|
-
"metadataToken": 385877012
|
|
948
|
-
}
|
|
949
|
-
}
|
|
950
|
-
],
|
|
951
|
-
"exposedConstructors": [
|
|
952
|
-
{
|
|
953
|
-
"isStatic": false,
|
|
954
|
-
"tsSignatureId": "constructor|(Npgsql.Internal.Postgres.DataTypeName):void|static=false",
|
|
955
|
-
"target": {
|
|
956
|
-
"declaringClrType": "Npgsql.Internal.Postgres.PgTypeId",
|
|
957
|
-
"declaringAssemblyName": "Npgsql",
|
|
958
|
-
"metadataToken": 100667366
|
|
959
|
-
}
|
|
960
|
-
},
|
|
961
|
-
{
|
|
962
|
-
"isStatic": false,
|
|
963
|
-
"tsSignatureId": "constructor|(Npgsql.Internal.Postgres.Oid):void|static=false",
|
|
964
|
-
"target": {
|
|
965
|
-
"declaringClrType": "Npgsql.Internal.Postgres.PgTypeId",
|
|
966
|
-
"declaringAssemblyName": "Npgsql",
|
|
967
|
-
"metadataToken": 100667367
|
|
968
|
-
}
|
|
969
|
-
}
|
|
970
825
|
]
|
|
971
826
|
}
|
|
972
827
|
]
|