@tsonic/efcore-npgsql 0.1.2 → 10.0.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/Microsoft.EntityFrameworkCore/bindings.json +8128 -11135
- package/Microsoft.EntityFrameworkCore/internal/index.d.ts +604 -604
- package/Microsoft.EntityFrameworkCore.Diagnostics/bindings.json +29 -180
- package/Microsoft.EntityFrameworkCore.Diagnostics/internal/index.d.ts +16 -16
- package/Microsoft.EntityFrameworkCore.Metadata.Internal/bindings.json +18 -15
- package/Microsoft.EntityFrameworkCore.Metadata.Internal/internal/index.d.ts +1 -1
- package/Microsoft.Extensions.DependencyInjection/bindings.json +28 -26
- package/Microsoft.Extensions.DependencyInjection/internal/index.d.ts +2 -2
- package/Npgsql/bindings.json +10951 -18969
- package/Npgsql/internal/index.d.ts +1044 -1044
- package/Npgsql.BackendMessages/bindings.json +26 -39
- package/Npgsql.BackendMessages/internal/index.d.ts +3 -3
- package/Npgsql.EntityFrameworkCore.PostgreSQL/bindings.json +9 -66
- package/Npgsql.EntityFrameworkCore.PostgreSQL.Design.Internal/bindings.json +93 -174
- package/Npgsql.EntityFrameworkCore.PostgreSQL.Design.Internal/internal/index.d.ts +12 -12
- package/Npgsql.EntityFrameworkCore.PostgreSQL.Diagnostics.Internal/bindings.json +26 -201
- package/Npgsql.EntityFrameworkCore.PostgreSQL.Diagnostics.Internal/internal/index.d.ts +17 -17
- package/Npgsql.EntityFrameworkCore.PostgreSQL.Extensions.Internal/bindings.json +34 -48
- package/Npgsql.EntityFrameworkCore.PostgreSQL.Extensions.Internal/internal/index.d.ts +4 -4
- package/Npgsql.EntityFrameworkCore.PostgreSQL.Infrastructure/bindings.json +124 -217
- package/Npgsql.EntityFrameworkCore.PostgreSQL.Infrastructure/internal/index.d.ts +17 -17
- package/Npgsql.EntityFrameworkCore.PostgreSQL.Infrastructure.Internal/bindings.json +335 -693
- package/Npgsql.EntityFrameworkCore.PostgreSQL.Infrastructure.Internal/internal/index.d.ts +55 -55
- package/Npgsql.EntityFrameworkCore.PostgreSQL.Internal/bindings.json +390 -712
- package/Npgsql.EntityFrameworkCore.PostgreSQL.Internal/internal/index.d.ts +56 -56
- package/Npgsql.EntityFrameworkCore.PostgreSQL.Metadata/bindings.json +322 -703
- package/Npgsql.EntityFrameworkCore.PostgreSQL.Metadata/internal/index.d.ts +62 -62
- package/Npgsql.EntityFrameworkCore.PostgreSQL.Metadata.Conventions/bindings.json +99 -193
- package/Npgsql.EntityFrameworkCore.PostgreSQL.Metadata.Conventions/internal/index.d.ts +9 -9
- package/Npgsql.EntityFrameworkCore.PostgreSQL.Metadata.Internal/bindings.json +155 -612
- package/Npgsql.EntityFrameworkCore.PostgreSQL.Metadata.Internal/internal/index.d.ts +52 -52
- package/Npgsql.EntityFrameworkCore.PostgreSQL.Migrations/bindings.json +33 -58
- package/Npgsql.EntityFrameworkCore.PostgreSQL.Migrations/internal/index.d.ts +4 -4
- package/Npgsql.EntityFrameworkCore.PostgreSQL.Migrations.Internal/bindings.json +92 -173
- package/Npgsql.EntityFrameworkCore.PostgreSQL.Migrations.Internal/internal/index.d.ts +13 -13
- package/Npgsql.EntityFrameworkCore.PostgreSQL.Migrations.Operations/bindings.json +35 -72
- package/Npgsql.EntityFrameworkCore.PostgreSQL.Migrations.Operations/internal/index.d.ts +6 -6
- package/Npgsql.EntityFrameworkCore.PostgreSQL.Query/bindings.json +129 -234
- package/Npgsql.EntityFrameworkCore.PostgreSQL.Query/internal/index.d.ts +20 -20
- package/Npgsql.EntityFrameworkCore.PostgreSQL.Query.ExpressionTranslators.Internal/bindings.json +421 -864
- package/Npgsql.EntityFrameworkCore.PostgreSQL.Query.ExpressionTranslators.Internal/internal/index.d.ts +38 -38
- package/Npgsql.EntityFrameworkCore.PostgreSQL.Query.Expressions/bindings.json +41 -345
- package/Npgsql.EntityFrameworkCore.PostgreSQL.Query.Expressions/internal/index.d.ts +30 -30
- package/Npgsql.EntityFrameworkCore.PostgreSQL.Query.Expressions.Internal/bindings.json +952 -2015
- package/Npgsql.EntityFrameworkCore.PostgreSQL.Query.Expressions.Internal/internal/index.d.ts +152 -152
- package/Npgsql.EntityFrameworkCore.PostgreSQL.Query.Internal/bindings.json +240 -523
- package/Npgsql.EntityFrameworkCore.PostgreSQL.Query.Internal/internal/index.d.ts +21 -21
- package/Npgsql.EntityFrameworkCore.PostgreSQL.Scaffolding.Internal/bindings.json +33 -61
- package/Npgsql.EntityFrameworkCore.PostgreSQL.Scaffolding.Internal/internal/index.d.ts +3 -3
- package/Npgsql.EntityFrameworkCore.PostgreSQL.Storage.Internal/bindings.json +276 -544
- package/Npgsql.EntityFrameworkCore.PostgreSQL.Storage.Internal/internal/index.d.ts +36 -36
- package/Npgsql.EntityFrameworkCore.PostgreSQL.Storage.Internal.Json/bindings.json +60 -110
- package/Npgsql.EntityFrameworkCore.PostgreSQL.Storage.Internal.Json/internal/index.d.ts +8 -8
- package/Npgsql.EntityFrameworkCore.PostgreSQL.Storage.Internal.Mapping/bindings.json +1549 -4016
- package/Npgsql.EntityFrameworkCore.PostgreSQL.Storage.Internal.Mapping/internal/index.d.ts +159 -159
- package/Npgsql.EntityFrameworkCore.PostgreSQL.Storage.ValueConversion/bindings.json +14 -34
- package/Npgsql.EntityFrameworkCore.PostgreSQL.Storage.ValueConversion/internal/index.d.ts +1 -1
- package/Npgsql.EntityFrameworkCore.PostgreSQL.Update.Internal/bindings.json +93 -187
- package/Npgsql.EntityFrameworkCore.PostgreSQL.Update.Internal/internal/index.d.ts +10 -10
- package/Npgsql.EntityFrameworkCore.PostgreSQL.ValueGeneration/bindings.json +37 -76
- package/Npgsql.EntityFrameworkCore.PostgreSQL.ValueGeneration/internal/index.d.ts +4 -4
- package/Npgsql.EntityFrameworkCore.PostgreSQL.ValueGeneration.Internal/bindings.json +108 -192
- package/Npgsql.EntityFrameworkCore.PostgreSQL.ValueGeneration.Internal/internal/index.d.ts +8 -8
- package/Npgsql.Internal/bindings.json +1671 -3264
- package/Npgsql.Internal/internal/index.d.ts +243 -243
- package/Npgsql.Internal.Postgres/bindings.json +208 -434
- package/Npgsql.Internal.Postgres/internal/index.d.ts +33 -33
- package/Npgsql.NameTranslation/bindings.json +61 -116
- package/Npgsql.NameTranslation/internal/index.d.ts +5 -5
- package/Npgsql.PostgresTypes/bindings.json +175 -1000
- package/Npgsql.PostgresTypes/internal/index.d.ts +19 -19
- package/Npgsql.Replication/bindings.json +325 -1072
- package/Npgsql.Replication/internal/index.d.ts +46 -46
- package/Npgsql.Replication.Internal/bindings.json +44 -73
- package/Npgsql.Replication.Internal/internal/index.d.ts +5 -5
- package/Npgsql.Replication.PgOutput/bindings.json +191 -537
- package/Npgsql.Replication.PgOutput/internal/index.d.ts +30 -30
- package/Npgsql.Replication.PgOutput.Messages/bindings.json +662 -2866
- package/Npgsql.Replication.PgOutput.Messages/internal/index.d.ts +82 -82
- package/Npgsql.Replication.TestDecoding/bindings.json +91 -268
- package/Npgsql.Replication.TestDecoding/internal/index.d.ts +13 -13
- package/Npgsql.Schema/bindings.json +149 -322
- package/Npgsql.Schema/internal/index.d.ts +28 -28
- package/Npgsql.TypeMapping/bindings.json +92 -153
- package/Npgsql.TypeMapping/internal/index.d.ts +13 -13
- package/Npgsql.Util/bindings.json +9 -1
- package/NpgsqlTypes/bindings.json +1569 -4426
- package/NpgsqlTypes/internal/index.d.ts +280 -280
- package/__build/scripts/generate.sh +4 -4
- package/__internal/extensions/index.d.ts +71 -71
- package/package.json +5 -5
- package/Microsoft.EntityFrameworkCore/internal/metadata.json +0 -10154
- package/Microsoft.EntityFrameworkCore.Diagnostics/internal/metadata.json +0 -172
- package/Microsoft.EntityFrameworkCore.Metadata.Internal/internal/metadata.json +0 -49
- package/Microsoft.Extensions.DependencyInjection/internal/metadata.json +0 -63
- package/Npgsql/internal/metadata.json +0 -15514
- package/Npgsql.BackendMessages/internal/metadata.json +0 -72
- package/Npgsql.EntityFrameworkCore.PostgreSQL/internal/metadata.json +0 -60
- package/Npgsql.EntityFrameworkCore.PostgreSQL.Design.Internal/internal/metadata.json +0 -269
- package/Npgsql.EntityFrameworkCore.PostgreSQL.Diagnostics.Internal/internal/metadata.json +0 -184
- package/Npgsql.EntityFrameworkCore.PostgreSQL.Extensions.Internal/internal/metadata.json +0 -125
- package/Npgsql.EntityFrameworkCore.PostgreSQL.Infrastructure/internal/metadata.json +0 -342
- package/Npgsql.EntityFrameworkCore.PostgreSQL.Infrastructure.Internal/internal/metadata.json +0 -985
- package/Npgsql.EntityFrameworkCore.PostgreSQL.Internal/internal/metadata.json +0 -1064
- package/Npgsql.EntityFrameworkCore.PostgreSQL.Metadata/internal/metadata.json +0 -990
- package/Npgsql.EntityFrameworkCore.PostgreSQL.Metadata.Conventions/internal/metadata.json +0 -317
- package/Npgsql.EntityFrameworkCore.PostgreSQL.Metadata.Internal/internal/metadata.json +0 -664
- package/Npgsql.EntityFrameworkCore.PostgreSQL.Migrations/internal/metadata.json +0 -95
- package/Npgsql.EntityFrameworkCore.PostgreSQL.Migrations.Internal/internal/metadata.json +0 -262
- package/Npgsql.EntityFrameworkCore.PostgreSQL.Migrations.Operations/internal/metadata.json +0 -114
- package/Npgsql.EntityFrameworkCore.PostgreSQL.Query/internal/metadata.json +0 -351
- package/Npgsql.EntityFrameworkCore.PostgreSQL.Query.ExpressionTranslators.Internal/internal/metadata.json +0 -1349
- package/Npgsql.EntityFrameworkCore.PostgreSQL.Query.Expressions/internal/metadata.json +0 -304
- package/Npgsql.EntityFrameworkCore.PostgreSQL.Query.Expressions.Internal/internal/metadata.json +0 -2783
- package/Npgsql.EntityFrameworkCore.PostgreSQL.Query.Internal/internal/metadata.json +0 -806
- package/Npgsql.EntityFrameworkCore.PostgreSQL.Scaffolding.Internal/internal/metadata.json +0 -102
- package/Npgsql.EntityFrameworkCore.PostgreSQL.Storage.Internal/internal/metadata.json +0 -807
- package/Npgsql.EntityFrameworkCore.PostgreSQL.Storage.Internal.Json/internal/metadata.json +0 -186
- package/Npgsql.EntityFrameworkCore.PostgreSQL.Storage.Internal.Mapping/internal/metadata.json +0 -4823
- package/Npgsql.EntityFrameworkCore.PostgreSQL.Storage.ValueConversion/internal/metadata.json +0 -51
- package/Npgsql.EntityFrameworkCore.PostgreSQL.Update.Internal/internal/metadata.json +0 -341
- package/Npgsql.EntityFrameworkCore.PostgreSQL.ValueGeneration/internal/metadata.json +0 -118
- package/Npgsql.EntityFrameworkCore.PostgreSQL.ValueGeneration.Internal/internal/metadata.json +0 -323
- package/Npgsql.Internal/internal/metadata.json +0 -4555
- package/Npgsql.Internal.Postgres/internal/metadata.json +0 -619
- package/Npgsql.NameTranslation/internal/metadata.json +0 -173
- package/Npgsql.PostgresTypes/internal/metadata.json +0 -480
- package/Npgsql.Replication/internal/metadata.json +0 -972
- package/Npgsql.Replication.Internal/internal/metadata.json +0 -119
- package/Npgsql.Replication.PgOutput/internal/metadata.json +0 -644
- package/Npgsql.Replication.PgOutput.Messages/internal/metadata.json +0 -1905
- package/Npgsql.Replication.TestDecoding/internal/metadata.json +0 -283
- package/Npgsql.Schema/internal/metadata.json +0 -451
- package/Npgsql.TypeMapping/internal/metadata.json +0 -248
- package/Npgsql.Util/internal/metadata.json +0 -24
- package/NpgsqlTypes/internal/metadata.json +0 -5014
|
@@ -1,23 +1,36 @@
|
|
|
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,
|
|
10
18
|
"methods": [
|
|
11
19
|
{
|
|
12
20
|
"stableId": "Npgsql:Npgsql.Internal.Postgres.DataTypeName::GetUnqualifiedName(System.String):System.String",
|
|
13
21
|
"clrName": "GetUnqualifiedName",
|
|
14
|
-
"tsEmitName": "getUnqualifiedName",
|
|
15
22
|
"metadataToken": 100667263,
|
|
16
23
|
"canonicalSignature": "(System.String):System.String",
|
|
17
24
|
"normalizedSignature": "GetUnqualifiedName|(System.String):System.String|static=true",
|
|
18
25
|
"emitScope": "ClassSurface",
|
|
26
|
+
"provenance": "Original",
|
|
19
27
|
"arity": 0,
|
|
20
28
|
"parameterCount": 1,
|
|
29
|
+
"isStatic": true,
|
|
30
|
+
"isAbstract": false,
|
|
31
|
+
"isVirtual": false,
|
|
32
|
+
"isOverride": false,
|
|
33
|
+
"isSealed": false,
|
|
21
34
|
"declaringClrType": "Npgsql.Internal.Postgres.DataTypeName",
|
|
22
35
|
"declaringAssemblyName": "Npgsql",
|
|
23
36
|
"isExtensionMethod": false
|
|
@@ -25,13 +38,18 @@
|
|
|
25
38
|
{
|
|
26
39
|
"stableId": "Npgsql:Npgsql.Internal.Postgres.DataTypeName::ToArrayName():Npgsql.Internal.Postgres.DataTypeName",
|
|
27
40
|
"clrName": "ToArrayName",
|
|
28
|
-
"tsEmitName": "toArrayName",
|
|
29
41
|
"metadataToken": 100667267,
|
|
30
42
|
"canonicalSignature": "():Npgsql.Internal.Postgres.DataTypeName",
|
|
31
43
|
"normalizedSignature": "ToArrayName|():Npgsql.Internal.Postgres.DataTypeName|static=false",
|
|
32
44
|
"emitScope": "ClassSurface",
|
|
45
|
+
"provenance": "Original",
|
|
33
46
|
"arity": 0,
|
|
34
47
|
"parameterCount": 0,
|
|
48
|
+
"isStatic": false,
|
|
49
|
+
"isAbstract": false,
|
|
50
|
+
"isVirtual": false,
|
|
51
|
+
"isOverride": false,
|
|
52
|
+
"isSealed": false,
|
|
35
53
|
"declaringClrType": "Npgsql.Internal.Postgres.DataTypeName",
|
|
36
54
|
"declaringAssemblyName": "Npgsql",
|
|
37
55
|
"isExtensionMethod": false
|
|
@@ -39,13 +57,18 @@
|
|
|
39
57
|
{
|
|
40
58
|
"stableId": "Npgsql:Npgsql.Internal.Postgres.DataTypeName::ToDefaultMultirangeName():Npgsql.Internal.Postgres.DataTypeName",
|
|
41
59
|
"clrName": "ToDefaultMultirangeName",
|
|
42
|
-
"tsEmitName": "toDefaultMultirangeName",
|
|
43
60
|
"metadataToken": 100667268,
|
|
44
61
|
"canonicalSignature": "():Npgsql.Internal.Postgres.DataTypeName",
|
|
45
62
|
"normalizedSignature": "ToDefaultMultirangeName|():Npgsql.Internal.Postgres.DataTypeName|static=false",
|
|
46
63
|
"emitScope": "ClassSurface",
|
|
64
|
+
"provenance": "Original",
|
|
47
65
|
"arity": 0,
|
|
48
66
|
"parameterCount": 0,
|
|
67
|
+
"isStatic": false,
|
|
68
|
+
"isAbstract": false,
|
|
69
|
+
"isVirtual": false,
|
|
70
|
+
"isOverride": false,
|
|
71
|
+
"isSealed": false,
|
|
49
72
|
"declaringClrType": "Npgsql.Internal.Postgres.DataTypeName",
|
|
50
73
|
"declaringAssemblyName": "Npgsql",
|
|
51
74
|
"isExtensionMethod": false
|
|
@@ -53,13 +76,18 @@
|
|
|
53
76
|
{
|
|
54
77
|
"stableId": "Npgsql:Npgsql.Internal.Postgres.DataTypeName::FromDisplayName(System.String,System.String):Npgsql.Internal.Postgres.DataTypeName",
|
|
55
78
|
"clrName": "FromDisplayName",
|
|
56
|
-
"tsEmitName": "fromDisplayName",
|
|
57
79
|
"metadataToken": 100667269,
|
|
58
80
|
"canonicalSignature": "(System.String,System.String):Npgsql.Internal.Postgres.DataTypeName",
|
|
59
81
|
"normalizedSignature": "FromDisplayName|(System.String,System.String):Npgsql.Internal.Postgres.DataTypeName|static=true",
|
|
60
82
|
"emitScope": "ClassSurface",
|
|
83
|
+
"provenance": "Original",
|
|
61
84
|
"arity": 0,
|
|
62
85
|
"parameterCount": 2,
|
|
86
|
+
"isStatic": true,
|
|
87
|
+
"isAbstract": false,
|
|
88
|
+
"isVirtual": false,
|
|
89
|
+
"isOverride": false,
|
|
90
|
+
"isSealed": false,
|
|
63
91
|
"declaringClrType": "Npgsql.Internal.Postgres.DataTypeName",
|
|
64
92
|
"declaringAssemblyName": "Npgsql",
|
|
65
93
|
"isExtensionMethod": false
|
|
@@ -67,13 +95,18 @@
|
|
|
67
95
|
{
|
|
68
96
|
"stableId": "Npgsql:Npgsql.Internal.Postgres.DataTypeName::ToString():System.String",
|
|
69
97
|
"clrName": "ToString",
|
|
70
|
-
"tsEmitName": "toString",
|
|
71
98
|
"metadataToken": 100667274,
|
|
72
99
|
"canonicalSignature": "():System.String",
|
|
73
100
|
"normalizedSignature": "ToString|():System.String|static=false",
|
|
74
101
|
"emitScope": "ClassSurface",
|
|
102
|
+
"provenance": "Original",
|
|
75
103
|
"arity": 0,
|
|
76
104
|
"parameterCount": 0,
|
|
105
|
+
"isStatic": false,
|
|
106
|
+
"isAbstract": false,
|
|
107
|
+
"isVirtual": true,
|
|
108
|
+
"isOverride": true,
|
|
109
|
+
"isSealed": false,
|
|
77
110
|
"declaringClrType": "Npgsql.Internal.Postgres.DataTypeName",
|
|
78
111
|
"declaringAssemblyName": "Npgsql",
|
|
79
112
|
"isExtensionMethod": false
|
|
@@ -81,13 +114,18 @@
|
|
|
81
114
|
{
|
|
82
115
|
"stableId": "Npgsql:Npgsql.Internal.Postgres.DataTypeName::Equals(Npgsql.Internal.Postgres.DataTypeName):System.Boolean",
|
|
83
116
|
"clrName": "Equals",
|
|
84
|
-
"tsEmitName": "equals",
|
|
85
117
|
"metadataToken": 100667275,
|
|
86
118
|
"canonicalSignature": "(Npgsql.Internal.Postgres.DataTypeName):System.Boolean",
|
|
87
119
|
"normalizedSignature": "Equals|(Npgsql.Internal.Postgres.DataTypeName):System.Boolean|static=false",
|
|
88
120
|
"emitScope": "ClassSurface",
|
|
121
|
+
"provenance": "Original",
|
|
89
122
|
"arity": 0,
|
|
90
123
|
"parameterCount": 1,
|
|
124
|
+
"isStatic": false,
|
|
125
|
+
"isAbstract": false,
|
|
126
|
+
"isVirtual": true,
|
|
127
|
+
"isOverride": false,
|
|
128
|
+
"isSealed": true,
|
|
91
129
|
"declaringClrType": "Npgsql.Internal.Postgres.DataTypeName",
|
|
92
130
|
"declaringAssemblyName": "Npgsql",
|
|
93
131
|
"isExtensionMethod": false
|
|
@@ -95,13 +133,18 @@
|
|
|
95
133
|
{
|
|
96
134
|
"stableId": "Npgsql:Npgsql.Internal.Postgres.DataTypeName::Equals(System.Object):System.Boolean",
|
|
97
135
|
"clrName": "Equals",
|
|
98
|
-
"tsEmitName": "equals",
|
|
99
136
|
"metadataToken": 100667276,
|
|
100
137
|
"canonicalSignature": "(System.Object):System.Boolean",
|
|
101
138
|
"normalizedSignature": "Equals|(System.Object):System.Boolean|static=false",
|
|
102
139
|
"emitScope": "ClassSurface",
|
|
140
|
+
"provenance": "Original",
|
|
103
141
|
"arity": 0,
|
|
104
142
|
"parameterCount": 1,
|
|
143
|
+
"isStatic": false,
|
|
144
|
+
"isAbstract": false,
|
|
145
|
+
"isVirtual": true,
|
|
146
|
+
"isOverride": true,
|
|
147
|
+
"isSealed": false,
|
|
105
148
|
"declaringClrType": "Npgsql.Internal.Postgres.DataTypeName",
|
|
106
149
|
"declaringAssemblyName": "Npgsql",
|
|
107
150
|
"isExtensionMethod": false
|
|
@@ -109,13 +152,18 @@
|
|
|
109
152
|
{
|
|
110
153
|
"stableId": "Npgsql:Npgsql.Internal.Postgres.DataTypeName::GetHashCode():System.Int32",
|
|
111
154
|
"clrName": "GetHashCode",
|
|
112
|
-
"tsEmitName": "getHashCode",
|
|
113
155
|
"metadataToken": 100667277,
|
|
114
156
|
"canonicalSignature": "():System.Int32",
|
|
115
157
|
"normalizedSignature": "GetHashCode|():System.Int32|static=false",
|
|
116
158
|
"emitScope": "ClassSurface",
|
|
159
|
+
"provenance": "Original",
|
|
117
160
|
"arity": 0,
|
|
118
161
|
"parameterCount": 0,
|
|
162
|
+
"isStatic": false,
|
|
163
|
+
"isAbstract": false,
|
|
164
|
+
"isVirtual": true,
|
|
165
|
+
"isOverride": true,
|
|
166
|
+
"isSealed": false,
|
|
119
167
|
"declaringClrType": "Npgsql.Internal.Postgres.DataTypeName",
|
|
120
168
|
"declaringAssemblyName": "Npgsql",
|
|
121
169
|
"isExtensionMethod": false
|
|
@@ -125,112 +173,144 @@
|
|
|
125
173
|
{
|
|
126
174
|
"stableId": "Npgsql:Npgsql.Internal.Postgres.DataTypeName::DisplayName:System.String",
|
|
127
175
|
"clrName": "DisplayName",
|
|
128
|
-
"tsEmitName": "displayName",
|
|
129
176
|
"metadataToken": 385876927,
|
|
130
177
|
"canonicalSignature": ":System.String",
|
|
131
178
|
"normalizedSignature": "DisplayName|:System.String|static=false|accessor=get",
|
|
132
179
|
"emitScope": "ClassSurface",
|
|
180
|
+
"provenance": "Original",
|
|
133
181
|
"isIndexer": false,
|
|
134
182
|
"hasGetter": true,
|
|
135
183
|
"hasSetter": false,
|
|
184
|
+
"isStatic": false,
|
|
185
|
+
"isAbstract": false,
|
|
186
|
+
"isVirtual": false,
|
|
187
|
+
"isOverride": false,
|
|
136
188
|
"declaringClrType": "Npgsql.Internal.Postgres.DataTypeName",
|
|
137
189
|
"declaringAssemblyName": "Npgsql"
|
|
138
190
|
},
|
|
139
191
|
{
|
|
140
192
|
"stableId": "Npgsql:Npgsql.Internal.Postgres.DataTypeName::UnqualifiedDisplayName:System.String",
|
|
141
193
|
"clrName": "UnqualifiedDisplayName",
|
|
142
|
-
"tsEmitName": "unqualifiedDisplayName",
|
|
143
194
|
"metadataToken": 385876928,
|
|
144
195
|
"canonicalSignature": ":System.String",
|
|
145
196
|
"normalizedSignature": "UnqualifiedDisplayName|:System.String|static=false|accessor=get",
|
|
146
197
|
"emitScope": "ClassSurface",
|
|
198
|
+
"provenance": "Original",
|
|
147
199
|
"isIndexer": false,
|
|
148
200
|
"hasGetter": true,
|
|
149
201
|
"hasSetter": false,
|
|
202
|
+
"isStatic": false,
|
|
203
|
+
"isAbstract": false,
|
|
204
|
+
"isVirtual": false,
|
|
205
|
+
"isOverride": false,
|
|
150
206
|
"declaringClrType": "Npgsql.Internal.Postgres.DataTypeName",
|
|
151
207
|
"declaringAssemblyName": "Npgsql"
|
|
152
208
|
},
|
|
153
209
|
{
|
|
154
210
|
"stableId": "Npgsql:Npgsql.Internal.Postgres.DataTypeName::Schema:System.String",
|
|
155
211
|
"clrName": "Schema",
|
|
156
|
-
"tsEmitName": "schema",
|
|
157
212
|
"metadataToken": 385876930,
|
|
158
213
|
"canonicalSignature": ":System.String",
|
|
159
214
|
"normalizedSignature": "Schema|:System.String|static=false|accessor=get",
|
|
160
215
|
"emitScope": "ClassSurface",
|
|
216
|
+
"provenance": "Original",
|
|
161
217
|
"isIndexer": false,
|
|
162
218
|
"hasGetter": true,
|
|
163
219
|
"hasSetter": false,
|
|
220
|
+
"isStatic": false,
|
|
221
|
+
"isAbstract": false,
|
|
222
|
+
"isVirtual": false,
|
|
223
|
+
"isOverride": false,
|
|
164
224
|
"declaringClrType": "Npgsql.Internal.Postgres.DataTypeName",
|
|
165
225
|
"declaringAssemblyName": "Npgsql"
|
|
166
226
|
},
|
|
167
227
|
{
|
|
168
228
|
"stableId": "Npgsql:Npgsql.Internal.Postgres.DataTypeName::UnqualifiedName:System.String",
|
|
169
229
|
"clrName": "UnqualifiedName",
|
|
170
|
-
"tsEmitName": "unqualifiedName",
|
|
171
230
|
"metadataToken": 385876932,
|
|
172
231
|
"canonicalSignature": ":System.String",
|
|
173
232
|
"normalizedSignature": "UnqualifiedName|:System.String|static=false|accessor=get",
|
|
174
233
|
"emitScope": "ClassSurface",
|
|
234
|
+
"provenance": "Original",
|
|
175
235
|
"isIndexer": false,
|
|
176
236
|
"hasGetter": true,
|
|
177
237
|
"hasSetter": false,
|
|
238
|
+
"isStatic": false,
|
|
239
|
+
"isAbstract": false,
|
|
240
|
+
"isVirtual": false,
|
|
241
|
+
"isOverride": false,
|
|
178
242
|
"declaringClrType": "Npgsql.Internal.Postgres.DataTypeName",
|
|
179
243
|
"declaringAssemblyName": "Npgsql"
|
|
180
244
|
},
|
|
181
245
|
{
|
|
182
246
|
"stableId": "Npgsql:Npgsql.Internal.Postgres.DataTypeName::Value:System.String",
|
|
183
247
|
"clrName": "Value",
|
|
184
|
-
"tsEmitName": "value",
|
|
185
248
|
"metadataToken": 385876933,
|
|
186
249
|
"canonicalSignature": ":System.String",
|
|
187
250
|
"normalizedSignature": "Value|:System.String|static=false|accessor=get",
|
|
188
251
|
"emitScope": "ClassSurface",
|
|
252
|
+
"provenance": "Original",
|
|
189
253
|
"isIndexer": false,
|
|
190
254
|
"hasGetter": true,
|
|
191
255
|
"hasSetter": false,
|
|
256
|
+
"isStatic": false,
|
|
257
|
+
"isAbstract": false,
|
|
258
|
+
"isVirtual": false,
|
|
259
|
+
"isOverride": false,
|
|
192
260
|
"declaringClrType": "Npgsql.Internal.Postgres.DataTypeName",
|
|
193
261
|
"declaringAssemblyName": "Npgsql"
|
|
194
262
|
},
|
|
195
263
|
{
|
|
196
264
|
"stableId": "Npgsql:Npgsql.Internal.Postgres.DataTypeName::Unspecified:Npgsql.Internal.Postgres.DataTypeName",
|
|
197
265
|
"clrName": "Unspecified",
|
|
198
|
-
"tsEmitName": "unspecified",
|
|
199
266
|
"metadataToken": 385876935,
|
|
200
267
|
"canonicalSignature": ":Npgsql.Internal.Postgres.DataTypeName",
|
|
201
268
|
"normalizedSignature": "Unspecified|:Npgsql.Internal.Postgres.DataTypeName|static=true|accessor=get",
|
|
202
269
|
"emitScope": "ClassSurface",
|
|
270
|
+
"provenance": "Original",
|
|
203
271
|
"isIndexer": false,
|
|
204
272
|
"hasGetter": true,
|
|
205
273
|
"hasSetter": false,
|
|
274
|
+
"isStatic": true,
|
|
275
|
+
"isAbstract": false,
|
|
276
|
+
"isVirtual": false,
|
|
277
|
+
"isOverride": false,
|
|
206
278
|
"declaringClrType": "Npgsql.Internal.Postgres.DataTypeName",
|
|
207
279
|
"declaringAssemblyName": "Npgsql"
|
|
208
280
|
},
|
|
209
281
|
{
|
|
210
282
|
"stableId": "Npgsql:Npgsql.Internal.Postgres.DataTypeName::IsUnqualified:System.Boolean",
|
|
211
283
|
"clrName": "IsUnqualified",
|
|
212
|
-
"tsEmitName": "isUnqualified",
|
|
213
284
|
"metadataToken": 385876936,
|
|
214
285
|
"canonicalSignature": ":System.Boolean",
|
|
215
286
|
"normalizedSignature": "IsUnqualified|:System.Boolean|static=false|accessor=get",
|
|
216
287
|
"emitScope": "ClassSurface",
|
|
288
|
+
"provenance": "Original",
|
|
217
289
|
"isIndexer": false,
|
|
218
290
|
"hasGetter": true,
|
|
219
291
|
"hasSetter": false,
|
|
292
|
+
"isStatic": false,
|
|
293
|
+
"isAbstract": false,
|
|
294
|
+
"isVirtual": false,
|
|
295
|
+
"isOverride": false,
|
|
220
296
|
"declaringClrType": "Npgsql.Internal.Postgres.DataTypeName",
|
|
221
297
|
"declaringAssemblyName": "Npgsql"
|
|
222
298
|
},
|
|
223
299
|
{
|
|
224
300
|
"stableId": "Npgsql:Npgsql.Internal.Postgres.DataTypeName::IsArray:System.Boolean",
|
|
225
301
|
"clrName": "IsArray",
|
|
226
|
-
"tsEmitName": "isArray",
|
|
227
302
|
"metadataToken": 385876937,
|
|
228
303
|
"canonicalSignature": ":System.Boolean",
|
|
229
304
|
"normalizedSignature": "IsArray|:System.Boolean|static=false|accessor=get",
|
|
230
305
|
"emitScope": "ClassSurface",
|
|
306
|
+
"provenance": "Original",
|
|
231
307
|
"isIndexer": false,
|
|
232
308
|
"hasGetter": true,
|
|
233
309
|
"hasSetter": false,
|
|
310
|
+
"isStatic": false,
|
|
311
|
+
"isAbstract": false,
|
|
312
|
+
"isVirtual": false,
|
|
313
|
+
"isOverride": false,
|
|
234
314
|
"declaringClrType": "Npgsql.Internal.Postgres.DataTypeName",
|
|
235
315
|
"declaringAssemblyName": "Npgsql"
|
|
236
316
|
}
|
|
@@ -248,230 +328,72 @@
|
|
|
248
328
|
"declaringClrType": "Npgsql.Internal.Postgres.DataTypeName",
|
|
249
329
|
"declaringAssemblyName": "Npgsql"
|
|
250
330
|
}
|
|
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
331
|
]
|
|
427
332
|
},
|
|
428
333
|
{
|
|
429
334
|
"stableId": "Npgsql:Npgsql.Internal.Postgres.Field",
|
|
430
335
|
"clrName": "Npgsql.Internal.Postgres.Field",
|
|
431
|
-
"tsEmitName": "Field",
|
|
432
336
|
"assemblyName": "Npgsql",
|
|
433
337
|
"metadataToken": 0,
|
|
338
|
+
"kind": "Struct",
|
|
339
|
+
"accessibility": "Public",
|
|
340
|
+
"isAbstract": false,
|
|
341
|
+
"isSealed": true,
|
|
342
|
+
"isStatic": false,
|
|
343
|
+
"arity": 0,
|
|
434
344
|
"methods": [],
|
|
435
345
|
"properties": [
|
|
436
346
|
{
|
|
437
347
|
"stableId": "Npgsql:Npgsql.Internal.Postgres.Field::Name:System.String",
|
|
438
348
|
"clrName": "Name",
|
|
439
|
-
"tsEmitName": "name",
|
|
440
349
|
"metadataToken": 385877004,
|
|
441
350
|
"canonicalSignature": ":System.String",
|
|
442
351
|
"normalizedSignature": "Name|:System.String|static=false|accessor=getset",
|
|
443
352
|
"emitScope": "ClassSurface",
|
|
353
|
+
"provenance": "Original",
|
|
444
354
|
"isIndexer": false,
|
|
445
355
|
"hasGetter": true,
|
|
446
356
|
"hasSetter": true,
|
|
357
|
+
"isStatic": false,
|
|
358
|
+
"isAbstract": false,
|
|
359
|
+
"isVirtual": false,
|
|
360
|
+
"isOverride": false,
|
|
447
361
|
"declaringClrType": "Npgsql.Internal.Postgres.Field",
|
|
448
362
|
"declaringAssemblyName": "Npgsql"
|
|
449
363
|
},
|
|
450
364
|
{
|
|
451
365
|
"stableId": "Npgsql:Npgsql.Internal.Postgres.Field::PgTypeId:Npgsql.Internal.Postgres.PgTypeId",
|
|
452
366
|
"clrName": "PgTypeId",
|
|
453
|
-
"tsEmitName": "pgTypeId",
|
|
454
367
|
"metadataToken": 385877005,
|
|
455
368
|
"canonicalSignature": ":Npgsql.Internal.Postgres.PgTypeId",
|
|
456
369
|
"normalizedSignature": "PgTypeId|:Npgsql.Internal.Postgres.PgTypeId|static=false|accessor=getset",
|
|
457
370
|
"emitScope": "ClassSurface",
|
|
371
|
+
"provenance": "Original",
|
|
458
372
|
"isIndexer": false,
|
|
459
373
|
"hasGetter": true,
|
|
460
374
|
"hasSetter": true,
|
|
375
|
+
"isStatic": false,
|
|
376
|
+
"isAbstract": false,
|
|
377
|
+
"isVirtual": false,
|
|
378
|
+
"isOverride": false,
|
|
461
379
|
"declaringClrType": "Npgsql.Internal.Postgres.Field",
|
|
462
380
|
"declaringAssemblyName": "Npgsql"
|
|
463
381
|
},
|
|
464
382
|
{
|
|
465
383
|
"stableId": "Npgsql:Npgsql.Internal.Postgres.Field::TypeModifier:System.Int32",
|
|
466
384
|
"clrName": "TypeModifier",
|
|
467
|
-
"tsEmitName": "typeModifier",
|
|
468
385
|
"metadataToken": 385877006,
|
|
469
386
|
"canonicalSignature": ":System.Int32",
|
|
470
387
|
"normalizedSignature": "TypeModifier|:System.Int32|static=false|accessor=getset",
|
|
471
388
|
"emitScope": "ClassSurface",
|
|
389
|
+
"provenance": "Original",
|
|
472
390
|
"isIndexer": false,
|
|
473
391
|
"hasGetter": true,
|
|
474
392
|
"hasSetter": true,
|
|
393
|
+
"isStatic": false,
|
|
394
|
+
"isAbstract": false,
|
|
395
|
+
"isVirtual": false,
|
|
396
|
+
"isOverride": false,
|
|
475
397
|
"declaringClrType": "Npgsql.Internal.Postgres.Field",
|
|
476
398
|
"declaringAssemblyName": "Npgsql"
|
|
477
399
|
}
|
|
@@ -489,68 +411,35 @@
|
|
|
489
411
|
"declaringClrType": "Npgsql.Internal.Postgres.Field",
|
|
490
412
|
"declaringAssemblyName": "Npgsql"
|
|
491
413
|
}
|
|
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
414
|
]
|
|
536
415
|
},
|
|
537
416
|
{
|
|
538
417
|
"stableId": "Npgsql:Npgsql.Internal.Postgres.Oid",
|
|
539
418
|
"clrName": "Npgsql.Internal.Postgres.Oid",
|
|
540
|
-
"tsEmitName": "Oid",
|
|
541
419
|
"assemblyName": "Npgsql",
|
|
542
420
|
"metadataToken": 0,
|
|
421
|
+
"kind": "Struct",
|
|
422
|
+
"accessibility": "Public",
|
|
423
|
+
"isAbstract": false,
|
|
424
|
+
"isSealed": true,
|
|
425
|
+
"isStatic": false,
|
|
426
|
+
"arity": 0,
|
|
543
427
|
"methods": [
|
|
544
428
|
{
|
|
545
429
|
"stableId": "Npgsql:Npgsql.Internal.Postgres.Oid::ToString():System.String",
|
|
546
430
|
"clrName": "ToString",
|
|
547
|
-
"tsEmitName": "toString",
|
|
548
431
|
"metadataToken": 100667360,
|
|
549
432
|
"canonicalSignature": "():System.String",
|
|
550
433
|
"normalizedSignature": "ToString|():System.String|static=false",
|
|
551
434
|
"emitScope": "ClassSurface",
|
|
435
|
+
"provenance": "Original",
|
|
552
436
|
"arity": 0,
|
|
553
437
|
"parameterCount": 0,
|
|
438
|
+
"isStatic": false,
|
|
439
|
+
"isAbstract": false,
|
|
440
|
+
"isVirtual": true,
|
|
441
|
+
"isOverride": true,
|
|
442
|
+
"isSealed": false,
|
|
554
443
|
"declaringClrType": "Npgsql.Internal.Postgres.Oid",
|
|
555
444
|
"declaringAssemblyName": "Npgsql",
|
|
556
445
|
"isExtensionMethod": false
|
|
@@ -558,13 +447,18 @@
|
|
|
558
447
|
{
|
|
559
448
|
"stableId": "Npgsql:Npgsql.Internal.Postgres.Oid::Equals(Npgsql.Internal.Postgres.Oid):System.Boolean",
|
|
560
449
|
"clrName": "Equals",
|
|
561
|
-
"tsEmitName": "equals",
|
|
562
450
|
"metadataToken": 100667361,
|
|
563
451
|
"canonicalSignature": "(Npgsql.Internal.Postgres.Oid):System.Boolean",
|
|
564
452
|
"normalizedSignature": "Equals|(Npgsql.Internal.Postgres.Oid):System.Boolean|static=false",
|
|
565
453
|
"emitScope": "ClassSurface",
|
|
454
|
+
"provenance": "Original",
|
|
566
455
|
"arity": 0,
|
|
567
456
|
"parameterCount": 1,
|
|
457
|
+
"isStatic": false,
|
|
458
|
+
"isAbstract": false,
|
|
459
|
+
"isVirtual": true,
|
|
460
|
+
"isOverride": false,
|
|
461
|
+
"isSealed": true,
|
|
568
462
|
"declaringClrType": "Npgsql.Internal.Postgres.Oid",
|
|
569
463
|
"declaringAssemblyName": "Npgsql",
|
|
570
464
|
"isExtensionMethod": false
|
|
@@ -572,13 +466,18 @@
|
|
|
572
466
|
{
|
|
573
467
|
"stableId": "Npgsql:Npgsql.Internal.Postgres.Oid::Equals(System.Object):System.Boolean",
|
|
574
468
|
"clrName": "Equals",
|
|
575
|
-
"tsEmitName": "equals",
|
|
576
469
|
"metadataToken": 100667362,
|
|
577
470
|
"canonicalSignature": "(System.Object):System.Boolean",
|
|
578
471
|
"normalizedSignature": "Equals|(System.Object):System.Boolean|static=false",
|
|
579
472
|
"emitScope": "ClassSurface",
|
|
473
|
+
"provenance": "Original",
|
|
580
474
|
"arity": 0,
|
|
581
475
|
"parameterCount": 1,
|
|
476
|
+
"isStatic": false,
|
|
477
|
+
"isAbstract": false,
|
|
478
|
+
"isVirtual": true,
|
|
479
|
+
"isOverride": true,
|
|
480
|
+
"isSealed": false,
|
|
582
481
|
"declaringClrType": "Npgsql.Internal.Postgres.Oid",
|
|
583
482
|
"declaringAssemblyName": "Npgsql",
|
|
584
483
|
"isExtensionMethod": false
|
|
@@ -586,13 +485,18 @@
|
|
|
586
485
|
{
|
|
587
486
|
"stableId": "Npgsql:Npgsql.Internal.Postgres.Oid::GetHashCode():System.Int32",
|
|
588
487
|
"clrName": "GetHashCode",
|
|
589
|
-
"tsEmitName": "getHashCode",
|
|
590
488
|
"metadataToken": 100667363,
|
|
591
489
|
"canonicalSignature": "():System.Int32",
|
|
592
490
|
"normalizedSignature": "GetHashCode|():System.Int32|static=false",
|
|
593
491
|
"emitScope": "ClassSurface",
|
|
492
|
+
"provenance": "Original",
|
|
594
493
|
"arity": 0,
|
|
595
494
|
"parameterCount": 0,
|
|
495
|
+
"isStatic": false,
|
|
496
|
+
"isAbstract": false,
|
|
497
|
+
"isVirtual": true,
|
|
498
|
+
"isOverride": true,
|
|
499
|
+
"isSealed": false,
|
|
596
500
|
"declaringClrType": "Npgsql.Internal.Postgres.Oid",
|
|
597
501
|
"declaringAssemblyName": "Npgsql",
|
|
598
502
|
"isExtensionMethod": false
|
|
@@ -602,28 +506,36 @@
|
|
|
602
506
|
{
|
|
603
507
|
"stableId": "Npgsql:Npgsql.Internal.Postgres.Oid::Value:System.UInt32",
|
|
604
508
|
"clrName": "Value",
|
|
605
|
-
"tsEmitName": "value",
|
|
606
509
|
"metadataToken": 385877007,
|
|
607
510
|
"canonicalSignature": ":System.UInt32",
|
|
608
511
|
"normalizedSignature": "Value|:System.UInt32|static=false|accessor=getset",
|
|
609
512
|
"emitScope": "ClassSurface",
|
|
513
|
+
"provenance": "Original",
|
|
610
514
|
"isIndexer": false,
|
|
611
515
|
"hasGetter": true,
|
|
612
516
|
"hasSetter": true,
|
|
517
|
+
"isStatic": false,
|
|
518
|
+
"isAbstract": false,
|
|
519
|
+
"isVirtual": false,
|
|
520
|
+
"isOverride": false,
|
|
613
521
|
"declaringClrType": "Npgsql.Internal.Postgres.Oid",
|
|
614
522
|
"declaringAssemblyName": "Npgsql"
|
|
615
523
|
},
|
|
616
524
|
{
|
|
617
525
|
"stableId": "Npgsql:Npgsql.Internal.Postgres.Oid::Unspecified:Npgsql.Internal.Postgres.Oid",
|
|
618
526
|
"clrName": "Unspecified",
|
|
619
|
-
"tsEmitName": "unspecified",
|
|
620
527
|
"metadataToken": 385877008,
|
|
621
528
|
"canonicalSignature": ":Npgsql.Internal.Postgres.Oid",
|
|
622
529
|
"normalizedSignature": "Unspecified|:Npgsql.Internal.Postgres.Oid|static=true|accessor=get",
|
|
623
530
|
"emitScope": "ClassSurface",
|
|
531
|
+
"provenance": "Original",
|
|
624
532
|
"isIndexer": false,
|
|
625
533
|
"hasGetter": true,
|
|
626
534
|
"hasSetter": false,
|
|
535
|
+
"isStatic": true,
|
|
536
|
+
"isAbstract": false,
|
|
537
|
+
"isVirtual": false,
|
|
538
|
+
"isOverride": false,
|
|
627
539
|
"declaringClrType": "Npgsql.Internal.Postgres.Oid",
|
|
628
540
|
"declaringAssemblyName": "Npgsql"
|
|
629
541
|
}
|
|
@@ -641,100 +553,35 @@
|
|
|
641
553
|
"declaringClrType": "Npgsql.Internal.Postgres.Oid",
|
|
642
554
|
"declaringAssemblyName": "Npgsql"
|
|
643
555
|
}
|
|
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
556
|
]
|
|
720
557
|
},
|
|
721
558
|
{
|
|
722
559
|
"stableId": "Npgsql:Npgsql.Internal.Postgres.PgTypeId",
|
|
723
560
|
"clrName": "Npgsql.Internal.Postgres.PgTypeId",
|
|
724
|
-
"tsEmitName": "PgTypeId",
|
|
725
561
|
"assemblyName": "Npgsql",
|
|
726
562
|
"metadataToken": 0,
|
|
563
|
+
"kind": "Struct",
|
|
564
|
+
"accessibility": "Public",
|
|
565
|
+
"isAbstract": false,
|
|
566
|
+
"isSealed": true,
|
|
567
|
+
"isStatic": false,
|
|
568
|
+
"arity": 0,
|
|
727
569
|
"methods": [
|
|
728
570
|
{
|
|
729
571
|
"stableId": "Npgsql:Npgsql.Internal.Postgres.PgTypeId::ToString():System.String",
|
|
730
572
|
"clrName": "ToString",
|
|
731
|
-
"tsEmitName": "toString",
|
|
732
573
|
"metadataToken": 100667374,
|
|
733
574
|
"canonicalSignature": "():System.String",
|
|
734
575
|
"normalizedSignature": "ToString|():System.String|static=false",
|
|
735
576
|
"emitScope": "ClassSurface",
|
|
577
|
+
"provenance": "Original",
|
|
736
578
|
"arity": 0,
|
|
737
579
|
"parameterCount": 0,
|
|
580
|
+
"isStatic": false,
|
|
581
|
+
"isAbstract": false,
|
|
582
|
+
"isVirtual": true,
|
|
583
|
+
"isOverride": true,
|
|
584
|
+
"isSealed": false,
|
|
738
585
|
"declaringClrType": "Npgsql.Internal.Postgres.PgTypeId",
|
|
739
586
|
"declaringAssemblyName": "Npgsql",
|
|
740
587
|
"isExtensionMethod": false
|
|
@@ -742,13 +589,18 @@
|
|
|
742
589
|
{
|
|
743
590
|
"stableId": "Npgsql:Npgsql.Internal.Postgres.PgTypeId::Equals(Npgsql.Internal.Postgres.PgTypeId):System.Boolean",
|
|
744
591
|
"clrName": "Equals",
|
|
745
|
-
"tsEmitName": "equals",
|
|
746
592
|
"metadataToken": 100667375,
|
|
747
593
|
"canonicalSignature": "(Npgsql.Internal.Postgres.PgTypeId):System.Boolean",
|
|
748
594
|
"normalizedSignature": "Equals|(Npgsql.Internal.Postgres.PgTypeId):System.Boolean|static=false",
|
|
749
595
|
"emitScope": "ClassSurface",
|
|
596
|
+
"provenance": "Original",
|
|
750
597
|
"arity": 0,
|
|
751
598
|
"parameterCount": 1,
|
|
599
|
+
"isStatic": false,
|
|
600
|
+
"isAbstract": false,
|
|
601
|
+
"isVirtual": true,
|
|
602
|
+
"isOverride": false,
|
|
603
|
+
"isSealed": true,
|
|
752
604
|
"declaringClrType": "Npgsql.Internal.Postgres.PgTypeId",
|
|
753
605
|
"declaringAssemblyName": "Npgsql",
|
|
754
606
|
"isExtensionMethod": false
|
|
@@ -756,13 +608,18 @@
|
|
|
756
608
|
{
|
|
757
609
|
"stableId": "Npgsql:Npgsql.Internal.Postgres.PgTypeId::Equals(System.Object):System.Boolean",
|
|
758
610
|
"clrName": "Equals",
|
|
759
|
-
"tsEmitName": "equals",
|
|
760
611
|
"metadataToken": 100667376,
|
|
761
612
|
"canonicalSignature": "(System.Object):System.Boolean",
|
|
762
613
|
"normalizedSignature": "Equals|(System.Object):System.Boolean|static=false",
|
|
763
614
|
"emitScope": "ClassSurface",
|
|
615
|
+
"provenance": "Original",
|
|
764
616
|
"arity": 0,
|
|
765
617
|
"parameterCount": 1,
|
|
618
|
+
"isStatic": false,
|
|
619
|
+
"isAbstract": false,
|
|
620
|
+
"isVirtual": true,
|
|
621
|
+
"isOverride": true,
|
|
622
|
+
"isSealed": false,
|
|
766
623
|
"declaringClrType": "Npgsql.Internal.Postgres.PgTypeId",
|
|
767
624
|
"declaringAssemblyName": "Npgsql",
|
|
768
625
|
"isExtensionMethod": false
|
|
@@ -770,13 +627,18 @@
|
|
|
770
627
|
{
|
|
771
628
|
"stableId": "Npgsql:Npgsql.Internal.Postgres.PgTypeId::GetHashCode():System.Int32",
|
|
772
629
|
"clrName": "GetHashCode",
|
|
773
|
-
"tsEmitName": "getHashCode",
|
|
774
630
|
"metadataToken": 100667377,
|
|
775
631
|
"canonicalSignature": "():System.Int32",
|
|
776
632
|
"normalizedSignature": "GetHashCode|():System.Int32|static=false",
|
|
777
633
|
"emitScope": "ClassSurface",
|
|
634
|
+
"provenance": "Original",
|
|
778
635
|
"arity": 0,
|
|
779
636
|
"parameterCount": 0,
|
|
637
|
+
"isStatic": false,
|
|
638
|
+
"isAbstract": false,
|
|
639
|
+
"isVirtual": true,
|
|
640
|
+
"isOverride": true,
|
|
641
|
+
"isSealed": false,
|
|
780
642
|
"declaringClrType": "Npgsql.Internal.Postgres.PgTypeId",
|
|
781
643
|
"declaringAssemblyName": "Npgsql",
|
|
782
644
|
"isExtensionMethod": false
|
|
@@ -786,56 +648,72 @@
|
|
|
786
648
|
{
|
|
787
649
|
"stableId": "Npgsql:Npgsql.Internal.Postgres.PgTypeId::IsDataTypeName:System.Boolean",
|
|
788
650
|
"clrName": "IsDataTypeName",
|
|
789
|
-
"tsEmitName": "isDataTypeName",
|
|
790
651
|
"metadataToken": 385877009,
|
|
791
652
|
"canonicalSignature": ":System.Boolean",
|
|
792
653
|
"normalizedSignature": "IsDataTypeName|:System.Boolean|static=false|accessor=get",
|
|
793
654
|
"emitScope": "ClassSurface",
|
|
655
|
+
"provenance": "Original",
|
|
794
656
|
"isIndexer": false,
|
|
795
657
|
"hasGetter": true,
|
|
796
658
|
"hasSetter": false,
|
|
659
|
+
"isStatic": false,
|
|
660
|
+
"isAbstract": false,
|
|
661
|
+
"isVirtual": false,
|
|
662
|
+
"isOverride": false,
|
|
797
663
|
"declaringClrType": "Npgsql.Internal.Postgres.PgTypeId",
|
|
798
664
|
"declaringAssemblyName": "Npgsql"
|
|
799
665
|
},
|
|
800
666
|
{
|
|
801
667
|
"stableId": "Npgsql:Npgsql.Internal.Postgres.PgTypeId::IsOid:System.Boolean",
|
|
802
668
|
"clrName": "IsOid",
|
|
803
|
-
"tsEmitName": "isOid",
|
|
804
669
|
"metadataToken": 385877010,
|
|
805
670
|
"canonicalSignature": ":System.Boolean",
|
|
806
671
|
"normalizedSignature": "IsOid|:System.Boolean|static=false|accessor=get",
|
|
807
672
|
"emitScope": "ClassSurface",
|
|
673
|
+
"provenance": "Original",
|
|
808
674
|
"isIndexer": false,
|
|
809
675
|
"hasGetter": true,
|
|
810
676
|
"hasSetter": false,
|
|
677
|
+
"isStatic": false,
|
|
678
|
+
"isAbstract": false,
|
|
679
|
+
"isVirtual": false,
|
|
680
|
+
"isOverride": false,
|
|
811
681
|
"declaringClrType": "Npgsql.Internal.Postgres.PgTypeId",
|
|
812
682
|
"declaringAssemblyName": "Npgsql"
|
|
813
683
|
},
|
|
814
684
|
{
|
|
815
685
|
"stableId": "Npgsql:Npgsql.Internal.Postgres.PgTypeId::DataTypeName:Npgsql.Internal.Postgres.DataTypeName",
|
|
816
686
|
"clrName": "DataTypeName",
|
|
817
|
-
"tsEmitName": "dataTypeName",
|
|
818
687
|
"metadataToken": 385877011,
|
|
819
688
|
"canonicalSignature": ":Npgsql.Internal.Postgres.DataTypeName",
|
|
820
689
|
"normalizedSignature": "DataTypeName|:Npgsql.Internal.Postgres.DataTypeName|static=false|accessor=get",
|
|
821
690
|
"emitScope": "ClassSurface",
|
|
691
|
+
"provenance": "Original",
|
|
822
692
|
"isIndexer": false,
|
|
823
693
|
"hasGetter": true,
|
|
824
694
|
"hasSetter": false,
|
|
695
|
+
"isStatic": false,
|
|
696
|
+
"isAbstract": false,
|
|
697
|
+
"isVirtual": false,
|
|
698
|
+
"isOverride": false,
|
|
825
699
|
"declaringClrType": "Npgsql.Internal.Postgres.PgTypeId",
|
|
826
700
|
"declaringAssemblyName": "Npgsql"
|
|
827
701
|
},
|
|
828
702
|
{
|
|
829
703
|
"stableId": "Npgsql:Npgsql.Internal.Postgres.PgTypeId::Oid:Npgsql.Internal.Postgres.Oid",
|
|
830
704
|
"clrName": "Oid",
|
|
831
|
-
"tsEmitName": "oid",
|
|
832
705
|
"metadataToken": 385877012,
|
|
833
706
|
"canonicalSignature": ":Npgsql.Internal.Postgres.Oid",
|
|
834
707
|
"normalizedSignature": "Oid|:Npgsql.Internal.Postgres.Oid|static=false|accessor=get",
|
|
835
708
|
"emitScope": "ClassSurface",
|
|
709
|
+
"provenance": "Original",
|
|
836
710
|
"isIndexer": false,
|
|
837
711
|
"hasGetter": true,
|
|
838
712
|
"hasSetter": false,
|
|
713
|
+
"isStatic": false,
|
|
714
|
+
"isAbstract": false,
|
|
715
|
+
"isVirtual": false,
|
|
716
|
+
"isOverride": false,
|
|
839
717
|
"declaringClrType": "Npgsql.Internal.Postgres.PgTypeId",
|
|
840
718
|
"declaringAssemblyName": "Npgsql"
|
|
841
719
|
}
|
|
@@ -863,110 +741,6 @@
|
|
|
863
741
|
"declaringClrType": "Npgsql.Internal.Postgres.PgTypeId",
|
|
864
742
|
"declaringAssemblyName": "Npgsql"
|
|
865
743
|
}
|
|
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
744
|
]
|
|
971
745
|
}
|
|
972
746
|
]
|