@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,403 +1,523 @@
|
|
|
1
1
|
{
|
|
2
2
|
"namespace": "Npgsql.Schema",
|
|
3
|
+
"contributingAssemblies": [
|
|
4
|
+
"Npgsql"
|
|
5
|
+
],
|
|
3
6
|
"types": [
|
|
4
7
|
{
|
|
5
8
|
"stableId": "Npgsql:Npgsql.Schema.NpgsqlDbColumn",
|
|
6
9
|
"clrName": "Npgsql.Schema.NpgsqlDbColumn",
|
|
7
|
-
"tsEmitName": "NpgsqlDbColumn",
|
|
8
10
|
"assemblyName": "Npgsql",
|
|
9
11
|
"metadataToken": 0,
|
|
12
|
+
"kind": "Class",
|
|
13
|
+
"accessibility": "Public",
|
|
14
|
+
"isAbstract": false,
|
|
15
|
+
"isSealed": false,
|
|
16
|
+
"isStatic": false,
|
|
17
|
+
"arity": 0,
|
|
10
18
|
"methods": [],
|
|
11
19
|
"properties": [
|
|
12
20
|
{
|
|
13
21
|
"stableId": "Npgsql:Npgsql.Schema.NpgsqlDbColumn::AllowDBNull:System.Nullable_1[[System.Boolean,System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e]]",
|
|
14
22
|
"clrName": "AllowDBNull",
|
|
15
|
-
"tsEmitName": "allowDBNull",
|
|
16
23
|
"metadataToken": 385876518,
|
|
17
24
|
"canonicalSignature": ":System.Nullable_1[[System.Boolean,System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e]]",
|
|
18
25
|
"normalizedSignature": "AllowDBNull|:System.Nullable_1[[System.Boolean,System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e]]|static=false|accessor=get",
|
|
19
26
|
"emitScope": "ClassSurface",
|
|
27
|
+
"provenance": "Original",
|
|
20
28
|
"isIndexer": false,
|
|
21
29
|
"hasGetter": true,
|
|
22
30
|
"hasSetter": false,
|
|
31
|
+
"isStatic": false,
|
|
32
|
+
"isAbstract": false,
|
|
33
|
+
"isVirtual": false,
|
|
34
|
+
"isOverride": false,
|
|
23
35
|
"declaringClrType": "Npgsql.Schema.NpgsqlDbColumn",
|
|
24
36
|
"declaringAssemblyName": "Npgsql"
|
|
25
37
|
},
|
|
26
38
|
{
|
|
27
39
|
"stableId": "Npgsql:Npgsql.Schema.NpgsqlDbColumn::BaseCatalogName:System.String",
|
|
28
40
|
"clrName": "BaseCatalogName",
|
|
29
|
-
"tsEmitName": "baseCatalogName",
|
|
30
41
|
"metadataToken": 385876519,
|
|
31
42
|
"canonicalSignature": ":System.String",
|
|
32
43
|
"normalizedSignature": "BaseCatalogName|:System.String|static=false|accessor=get",
|
|
33
44
|
"emitScope": "ClassSurface",
|
|
45
|
+
"provenance": "Original",
|
|
34
46
|
"isIndexer": false,
|
|
35
47
|
"hasGetter": true,
|
|
36
48
|
"hasSetter": false,
|
|
49
|
+
"isStatic": false,
|
|
50
|
+
"isAbstract": false,
|
|
51
|
+
"isVirtual": false,
|
|
52
|
+
"isOverride": false,
|
|
37
53
|
"declaringClrType": "Npgsql.Schema.NpgsqlDbColumn",
|
|
38
54
|
"declaringAssemblyName": "Npgsql"
|
|
39
55
|
},
|
|
40
56
|
{
|
|
41
57
|
"stableId": "Npgsql:Npgsql.Schema.NpgsqlDbColumn::BaseColumnName:System.String",
|
|
42
58
|
"clrName": "BaseColumnName",
|
|
43
|
-
"tsEmitName": "baseColumnName",
|
|
44
59
|
"metadataToken": 385876520,
|
|
45
60
|
"canonicalSignature": ":System.String",
|
|
46
61
|
"normalizedSignature": "BaseColumnName|:System.String|static=false|accessor=get",
|
|
47
62
|
"emitScope": "ClassSurface",
|
|
63
|
+
"provenance": "Original",
|
|
48
64
|
"isIndexer": false,
|
|
49
65
|
"hasGetter": true,
|
|
50
66
|
"hasSetter": false,
|
|
67
|
+
"isStatic": false,
|
|
68
|
+
"isAbstract": false,
|
|
69
|
+
"isVirtual": false,
|
|
70
|
+
"isOverride": false,
|
|
51
71
|
"declaringClrType": "Npgsql.Schema.NpgsqlDbColumn",
|
|
52
72
|
"declaringAssemblyName": "Npgsql"
|
|
53
73
|
},
|
|
54
74
|
{
|
|
55
75
|
"stableId": "Npgsql:Npgsql.Schema.NpgsqlDbColumn::BaseSchemaName:System.String",
|
|
56
76
|
"clrName": "BaseSchemaName",
|
|
57
|
-
"tsEmitName": "baseSchemaName",
|
|
58
77
|
"metadataToken": 385876521,
|
|
59
78
|
"canonicalSignature": ":System.String",
|
|
60
79
|
"normalizedSignature": "BaseSchemaName|:System.String|static=false|accessor=get",
|
|
61
80
|
"emitScope": "ClassSurface",
|
|
81
|
+
"provenance": "Original",
|
|
62
82
|
"isIndexer": false,
|
|
63
83
|
"hasGetter": true,
|
|
64
84
|
"hasSetter": false,
|
|
85
|
+
"isStatic": false,
|
|
86
|
+
"isAbstract": false,
|
|
87
|
+
"isVirtual": false,
|
|
88
|
+
"isOverride": false,
|
|
65
89
|
"declaringClrType": "Npgsql.Schema.NpgsqlDbColumn",
|
|
66
90
|
"declaringAssemblyName": "Npgsql"
|
|
67
91
|
},
|
|
68
92
|
{
|
|
69
93
|
"stableId": "Npgsql:Npgsql.Schema.NpgsqlDbColumn::BaseServerName:System.String",
|
|
70
94
|
"clrName": "BaseServerName",
|
|
71
|
-
"tsEmitName": "baseServerName",
|
|
72
95
|
"metadataToken": 385876522,
|
|
73
96
|
"canonicalSignature": ":System.String",
|
|
74
97
|
"normalizedSignature": "BaseServerName|:System.String|static=false|accessor=get",
|
|
75
98
|
"emitScope": "ClassSurface",
|
|
99
|
+
"provenance": "Original",
|
|
76
100
|
"isIndexer": false,
|
|
77
101
|
"hasGetter": true,
|
|
78
102
|
"hasSetter": false,
|
|
103
|
+
"isStatic": false,
|
|
104
|
+
"isAbstract": false,
|
|
105
|
+
"isVirtual": false,
|
|
106
|
+
"isOverride": false,
|
|
79
107
|
"declaringClrType": "Npgsql.Schema.NpgsqlDbColumn",
|
|
80
108
|
"declaringAssemblyName": "Npgsql"
|
|
81
109
|
},
|
|
82
110
|
{
|
|
83
111
|
"stableId": "Npgsql:Npgsql.Schema.NpgsqlDbColumn::BaseTableName:System.String",
|
|
84
112
|
"clrName": "BaseTableName",
|
|
85
|
-
"tsEmitName": "baseTableName",
|
|
86
113
|
"metadataToken": 385876523,
|
|
87
114
|
"canonicalSignature": ":System.String",
|
|
88
115
|
"normalizedSignature": "BaseTableName|:System.String|static=false|accessor=get",
|
|
89
116
|
"emitScope": "ClassSurface",
|
|
117
|
+
"provenance": "Original",
|
|
90
118
|
"isIndexer": false,
|
|
91
119
|
"hasGetter": true,
|
|
92
120
|
"hasSetter": false,
|
|
121
|
+
"isStatic": false,
|
|
122
|
+
"isAbstract": false,
|
|
123
|
+
"isVirtual": false,
|
|
124
|
+
"isOverride": false,
|
|
93
125
|
"declaringClrType": "Npgsql.Schema.NpgsqlDbColumn",
|
|
94
126
|
"declaringAssemblyName": "Npgsql"
|
|
95
127
|
},
|
|
96
128
|
{
|
|
97
129
|
"stableId": "Npgsql:Npgsql.Schema.NpgsqlDbColumn::ColumnName:System.String",
|
|
98
130
|
"clrName": "ColumnName",
|
|
99
|
-
"tsEmitName": "columnName",
|
|
100
131
|
"metadataToken": 385876524,
|
|
101
132
|
"canonicalSignature": ":System.String",
|
|
102
133
|
"normalizedSignature": "ColumnName|:System.String|static=false|accessor=get",
|
|
103
134
|
"emitScope": "ClassSurface",
|
|
135
|
+
"provenance": "Original",
|
|
104
136
|
"isIndexer": false,
|
|
105
137
|
"hasGetter": true,
|
|
106
138
|
"hasSetter": false,
|
|
139
|
+
"isStatic": false,
|
|
140
|
+
"isAbstract": false,
|
|
141
|
+
"isVirtual": false,
|
|
142
|
+
"isOverride": false,
|
|
107
143
|
"declaringClrType": "Npgsql.Schema.NpgsqlDbColumn",
|
|
108
144
|
"declaringAssemblyName": "Npgsql"
|
|
109
145
|
},
|
|
110
146
|
{
|
|
111
147
|
"stableId": "Npgsql:Npgsql.Schema.NpgsqlDbColumn::ColumnOrdinal:System.Nullable_1[[System.Int32,System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e]]",
|
|
112
148
|
"clrName": "ColumnOrdinal",
|
|
113
|
-
"tsEmitName": "columnOrdinal",
|
|
114
149
|
"metadataToken": 385876525,
|
|
115
150
|
"canonicalSignature": ":System.Nullable_1[[System.Int32,System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e]]",
|
|
116
151
|
"normalizedSignature": "ColumnOrdinal|:System.Nullable_1[[System.Int32,System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e]]|static=false|accessor=get",
|
|
117
152
|
"emitScope": "ClassSurface",
|
|
153
|
+
"provenance": "Original",
|
|
118
154
|
"isIndexer": false,
|
|
119
155
|
"hasGetter": true,
|
|
120
156
|
"hasSetter": false,
|
|
157
|
+
"isStatic": false,
|
|
158
|
+
"isAbstract": false,
|
|
159
|
+
"isVirtual": false,
|
|
160
|
+
"isOverride": false,
|
|
121
161
|
"declaringClrType": "Npgsql.Schema.NpgsqlDbColumn",
|
|
122
162
|
"declaringAssemblyName": "Npgsql"
|
|
123
163
|
},
|
|
124
164
|
{
|
|
125
165
|
"stableId": "Npgsql:Npgsql.Schema.NpgsqlDbColumn::ColumnSize:System.Nullable_1[[System.Int32,System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e]]",
|
|
126
166
|
"clrName": "ColumnSize",
|
|
127
|
-
"tsEmitName": "columnSize",
|
|
128
167
|
"metadataToken": 385876526,
|
|
129
168
|
"canonicalSignature": ":System.Nullable_1[[System.Int32,System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e]]",
|
|
130
169
|
"normalizedSignature": "ColumnSize|:System.Nullable_1[[System.Int32,System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e]]|static=false|accessor=get",
|
|
131
170
|
"emitScope": "ClassSurface",
|
|
171
|
+
"provenance": "Original",
|
|
132
172
|
"isIndexer": false,
|
|
133
173
|
"hasGetter": true,
|
|
134
174
|
"hasSetter": false,
|
|
175
|
+
"isStatic": false,
|
|
176
|
+
"isAbstract": false,
|
|
177
|
+
"isVirtual": false,
|
|
178
|
+
"isOverride": false,
|
|
135
179
|
"declaringClrType": "Npgsql.Schema.NpgsqlDbColumn",
|
|
136
180
|
"declaringAssemblyName": "Npgsql"
|
|
137
181
|
},
|
|
138
182
|
{
|
|
139
183
|
"stableId": "Npgsql:Npgsql.Schema.NpgsqlDbColumn::IsAliased:System.Nullable_1[[System.Boolean,System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e]]",
|
|
140
184
|
"clrName": "IsAliased",
|
|
141
|
-
"tsEmitName": "isAliased",
|
|
142
185
|
"metadataToken": 385876527,
|
|
143
186
|
"canonicalSignature": ":System.Nullable_1[[System.Boolean,System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e]]",
|
|
144
187
|
"normalizedSignature": "IsAliased|:System.Nullable_1[[System.Boolean,System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e]]|static=false|accessor=get",
|
|
145
188
|
"emitScope": "ClassSurface",
|
|
189
|
+
"provenance": "Original",
|
|
146
190
|
"isIndexer": false,
|
|
147
191
|
"hasGetter": true,
|
|
148
192
|
"hasSetter": false,
|
|
193
|
+
"isStatic": false,
|
|
194
|
+
"isAbstract": false,
|
|
195
|
+
"isVirtual": false,
|
|
196
|
+
"isOverride": false,
|
|
149
197
|
"declaringClrType": "Npgsql.Schema.NpgsqlDbColumn",
|
|
150
198
|
"declaringAssemblyName": "Npgsql"
|
|
151
199
|
},
|
|
152
200
|
{
|
|
153
201
|
"stableId": "Npgsql:Npgsql.Schema.NpgsqlDbColumn::IsAutoIncrement:System.Nullable_1[[System.Boolean,System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e]]",
|
|
154
202
|
"clrName": "IsAutoIncrement",
|
|
155
|
-
"tsEmitName": "isAutoIncrement",
|
|
156
203
|
"metadataToken": 385876528,
|
|
157
204
|
"canonicalSignature": ":System.Nullable_1[[System.Boolean,System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e]]",
|
|
158
205
|
"normalizedSignature": "IsAutoIncrement|:System.Nullable_1[[System.Boolean,System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e]]|static=false|accessor=get",
|
|
159
206
|
"emitScope": "ClassSurface",
|
|
207
|
+
"provenance": "Original",
|
|
160
208
|
"isIndexer": false,
|
|
161
209
|
"hasGetter": true,
|
|
162
210
|
"hasSetter": false,
|
|
211
|
+
"isStatic": false,
|
|
212
|
+
"isAbstract": false,
|
|
213
|
+
"isVirtual": false,
|
|
214
|
+
"isOverride": false,
|
|
163
215
|
"declaringClrType": "Npgsql.Schema.NpgsqlDbColumn",
|
|
164
216
|
"declaringAssemblyName": "Npgsql"
|
|
165
217
|
},
|
|
166
218
|
{
|
|
167
219
|
"stableId": "Npgsql:Npgsql.Schema.NpgsqlDbColumn::IsIdentity:System.Nullable_1[[System.Boolean,System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e]]",
|
|
168
220
|
"clrName": "IsIdentity",
|
|
169
|
-
"tsEmitName": "isIdentity",
|
|
170
221
|
"metadataToken": 385876529,
|
|
171
222
|
"canonicalSignature": ":System.Nullable_1[[System.Boolean,System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e]]",
|
|
172
223
|
"normalizedSignature": "IsIdentity|:System.Nullable_1[[System.Boolean,System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e]]|static=false|accessor=get",
|
|
173
224
|
"emitScope": "ClassSurface",
|
|
225
|
+
"provenance": "Original",
|
|
174
226
|
"isIndexer": false,
|
|
175
227
|
"hasGetter": true,
|
|
176
228
|
"hasSetter": false,
|
|
229
|
+
"isStatic": false,
|
|
230
|
+
"isAbstract": false,
|
|
231
|
+
"isVirtual": false,
|
|
232
|
+
"isOverride": false,
|
|
177
233
|
"declaringClrType": "Npgsql.Schema.NpgsqlDbColumn",
|
|
178
234
|
"declaringAssemblyName": "Npgsql"
|
|
179
235
|
},
|
|
180
236
|
{
|
|
181
237
|
"stableId": "Npgsql:Npgsql.Schema.NpgsqlDbColumn::IsKey:System.Nullable_1[[System.Boolean,System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e]]",
|
|
182
238
|
"clrName": "IsKey",
|
|
183
|
-
"tsEmitName": "isKey",
|
|
184
239
|
"metadataToken": 385876530,
|
|
185
240
|
"canonicalSignature": ":System.Nullable_1[[System.Boolean,System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e]]",
|
|
186
241
|
"normalizedSignature": "IsKey|:System.Nullable_1[[System.Boolean,System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e]]|static=false|accessor=get",
|
|
187
242
|
"emitScope": "ClassSurface",
|
|
243
|
+
"provenance": "Original",
|
|
188
244
|
"isIndexer": false,
|
|
189
245
|
"hasGetter": true,
|
|
190
246
|
"hasSetter": false,
|
|
247
|
+
"isStatic": false,
|
|
248
|
+
"isAbstract": false,
|
|
249
|
+
"isVirtual": false,
|
|
250
|
+
"isOverride": false,
|
|
191
251
|
"declaringClrType": "Npgsql.Schema.NpgsqlDbColumn",
|
|
192
252
|
"declaringAssemblyName": "Npgsql"
|
|
193
253
|
},
|
|
194
254
|
{
|
|
195
255
|
"stableId": "Npgsql:Npgsql.Schema.NpgsqlDbColumn::IsLong:System.Nullable_1[[System.Boolean,System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e]]",
|
|
196
256
|
"clrName": "IsLong",
|
|
197
|
-
"tsEmitName": "isLong",
|
|
198
257
|
"metadataToken": 385876531,
|
|
199
258
|
"canonicalSignature": ":System.Nullable_1[[System.Boolean,System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e]]",
|
|
200
259
|
"normalizedSignature": "IsLong|:System.Nullable_1[[System.Boolean,System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e]]|static=false|accessor=get",
|
|
201
260
|
"emitScope": "ClassSurface",
|
|
261
|
+
"provenance": "Original",
|
|
202
262
|
"isIndexer": false,
|
|
203
263
|
"hasGetter": true,
|
|
204
264
|
"hasSetter": false,
|
|
265
|
+
"isStatic": false,
|
|
266
|
+
"isAbstract": false,
|
|
267
|
+
"isVirtual": false,
|
|
268
|
+
"isOverride": false,
|
|
205
269
|
"declaringClrType": "Npgsql.Schema.NpgsqlDbColumn",
|
|
206
270
|
"declaringAssemblyName": "Npgsql"
|
|
207
271
|
},
|
|
208
272
|
{
|
|
209
273
|
"stableId": "Npgsql:Npgsql.Schema.NpgsqlDbColumn::IsReadOnly:System.Nullable_1[[System.Boolean,System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e]]",
|
|
210
274
|
"clrName": "IsReadOnly",
|
|
211
|
-
"tsEmitName": "isReadOnly",
|
|
212
275
|
"metadataToken": 385876532,
|
|
213
276
|
"canonicalSignature": ":System.Nullable_1[[System.Boolean,System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e]]",
|
|
214
277
|
"normalizedSignature": "IsReadOnly|:System.Nullable_1[[System.Boolean,System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e]]|static=false|accessor=get",
|
|
215
278
|
"emitScope": "ClassSurface",
|
|
279
|
+
"provenance": "Original",
|
|
216
280
|
"isIndexer": false,
|
|
217
281
|
"hasGetter": true,
|
|
218
282
|
"hasSetter": false,
|
|
283
|
+
"isStatic": false,
|
|
284
|
+
"isAbstract": false,
|
|
285
|
+
"isVirtual": false,
|
|
286
|
+
"isOverride": false,
|
|
219
287
|
"declaringClrType": "Npgsql.Schema.NpgsqlDbColumn",
|
|
220
288
|
"declaringAssemblyName": "Npgsql"
|
|
221
289
|
},
|
|
222
290
|
{
|
|
223
291
|
"stableId": "Npgsql:Npgsql.Schema.NpgsqlDbColumn::IsUnique:System.Nullable_1[[System.Boolean,System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e]]",
|
|
224
292
|
"clrName": "IsUnique",
|
|
225
|
-
"tsEmitName": "isUnique",
|
|
226
293
|
"metadataToken": 385876533,
|
|
227
294
|
"canonicalSignature": ":System.Nullable_1[[System.Boolean,System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e]]",
|
|
228
295
|
"normalizedSignature": "IsUnique|:System.Nullable_1[[System.Boolean,System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e]]|static=false|accessor=get",
|
|
229
296
|
"emitScope": "ClassSurface",
|
|
297
|
+
"provenance": "Original",
|
|
230
298
|
"isIndexer": false,
|
|
231
299
|
"hasGetter": true,
|
|
232
300
|
"hasSetter": false,
|
|
301
|
+
"isStatic": false,
|
|
302
|
+
"isAbstract": false,
|
|
303
|
+
"isVirtual": false,
|
|
304
|
+
"isOverride": false,
|
|
233
305
|
"declaringClrType": "Npgsql.Schema.NpgsqlDbColumn",
|
|
234
306
|
"declaringAssemblyName": "Npgsql"
|
|
235
307
|
},
|
|
236
308
|
{
|
|
237
309
|
"stableId": "Npgsql:Npgsql.Schema.NpgsqlDbColumn::NumericPrecision:System.Nullable_1[[System.Int32,System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e]]",
|
|
238
310
|
"clrName": "NumericPrecision",
|
|
239
|
-
"tsEmitName": "numericPrecision",
|
|
240
311
|
"metadataToken": 385876534,
|
|
241
312
|
"canonicalSignature": ":System.Nullable_1[[System.Int32,System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e]]",
|
|
242
313
|
"normalizedSignature": "NumericPrecision|:System.Nullable_1[[System.Int32,System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e]]|static=false|accessor=get",
|
|
243
314
|
"emitScope": "ClassSurface",
|
|
315
|
+
"provenance": "Original",
|
|
244
316
|
"isIndexer": false,
|
|
245
317
|
"hasGetter": true,
|
|
246
318
|
"hasSetter": false,
|
|
319
|
+
"isStatic": false,
|
|
320
|
+
"isAbstract": false,
|
|
321
|
+
"isVirtual": false,
|
|
322
|
+
"isOverride": false,
|
|
247
323
|
"declaringClrType": "Npgsql.Schema.NpgsqlDbColumn",
|
|
248
324
|
"declaringAssemblyName": "Npgsql"
|
|
249
325
|
},
|
|
250
326
|
{
|
|
251
327
|
"stableId": "Npgsql:Npgsql.Schema.NpgsqlDbColumn::NumericScale:System.Nullable_1[[System.Int32,System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e]]",
|
|
252
328
|
"clrName": "NumericScale",
|
|
253
|
-
"tsEmitName": "numericScale",
|
|
254
329
|
"metadataToken": 385876535,
|
|
255
330
|
"canonicalSignature": ":System.Nullable_1[[System.Int32,System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e]]",
|
|
256
331
|
"normalizedSignature": "NumericScale|:System.Nullable_1[[System.Int32,System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e]]|static=false|accessor=get",
|
|
257
332
|
"emitScope": "ClassSurface",
|
|
333
|
+
"provenance": "Original",
|
|
258
334
|
"isIndexer": false,
|
|
259
335
|
"hasGetter": true,
|
|
260
336
|
"hasSetter": false,
|
|
337
|
+
"isStatic": false,
|
|
338
|
+
"isAbstract": false,
|
|
339
|
+
"isVirtual": false,
|
|
340
|
+
"isOverride": false,
|
|
261
341
|
"declaringClrType": "Npgsql.Schema.NpgsqlDbColumn",
|
|
262
342
|
"declaringAssemblyName": "Npgsql"
|
|
263
343
|
},
|
|
264
344
|
{
|
|
265
345
|
"stableId": "Npgsql:Npgsql.Schema.NpgsqlDbColumn::UdtAssemblyQualifiedName:System.String",
|
|
266
346
|
"clrName": "UdtAssemblyQualifiedName",
|
|
267
|
-
"tsEmitName": "udtAssemblyQualifiedName",
|
|
268
347
|
"metadataToken": 385876536,
|
|
269
348
|
"canonicalSignature": ":System.String",
|
|
270
349
|
"normalizedSignature": "UdtAssemblyQualifiedName|:System.String|static=false|accessor=get",
|
|
271
350
|
"emitScope": "ClassSurface",
|
|
351
|
+
"provenance": "Original",
|
|
272
352
|
"isIndexer": false,
|
|
273
353
|
"hasGetter": true,
|
|
274
354
|
"hasSetter": false,
|
|
355
|
+
"isStatic": false,
|
|
356
|
+
"isAbstract": false,
|
|
357
|
+
"isVirtual": false,
|
|
358
|
+
"isOverride": false,
|
|
275
359
|
"declaringClrType": "Npgsql.Schema.NpgsqlDbColumn",
|
|
276
360
|
"declaringAssemblyName": "Npgsql"
|
|
277
361
|
},
|
|
278
362
|
{
|
|
279
363
|
"stableId": "Npgsql:Npgsql.Schema.NpgsqlDbColumn::DataType:System.Type",
|
|
280
364
|
"clrName": "DataType",
|
|
281
|
-
"tsEmitName": "dataType",
|
|
282
365
|
"metadataToken": 385876537,
|
|
283
366
|
"canonicalSignature": ":System.Type",
|
|
284
367
|
"normalizedSignature": "DataType|:System.Type|static=false|accessor=get",
|
|
285
368
|
"emitScope": "ClassSurface",
|
|
369
|
+
"provenance": "Original",
|
|
286
370
|
"isIndexer": false,
|
|
287
371
|
"hasGetter": true,
|
|
288
372
|
"hasSetter": false,
|
|
373
|
+
"isStatic": false,
|
|
374
|
+
"isAbstract": false,
|
|
375
|
+
"isVirtual": false,
|
|
376
|
+
"isOverride": false,
|
|
289
377
|
"declaringClrType": "Npgsql.Schema.NpgsqlDbColumn",
|
|
290
378
|
"declaringAssemblyName": "Npgsql"
|
|
291
379
|
},
|
|
292
380
|
{
|
|
293
381
|
"stableId": "Npgsql:Npgsql.Schema.NpgsqlDbColumn::DataTypeName:System.String",
|
|
294
382
|
"clrName": "DataTypeName",
|
|
295
|
-
"tsEmitName": "dataTypeName",
|
|
296
383
|
"metadataToken": 385876538,
|
|
297
384
|
"canonicalSignature": ":System.String",
|
|
298
385
|
"normalizedSignature": "DataTypeName|:System.String|static=false|accessor=get",
|
|
299
386
|
"emitScope": "ClassSurface",
|
|
387
|
+
"provenance": "Original",
|
|
300
388
|
"isIndexer": false,
|
|
301
389
|
"hasGetter": true,
|
|
302
390
|
"hasSetter": false,
|
|
391
|
+
"isStatic": false,
|
|
392
|
+
"isAbstract": false,
|
|
393
|
+
"isVirtual": false,
|
|
394
|
+
"isOverride": false,
|
|
303
395
|
"declaringClrType": "Npgsql.Schema.NpgsqlDbColumn",
|
|
304
396
|
"declaringAssemblyName": "Npgsql"
|
|
305
397
|
},
|
|
306
398
|
{
|
|
307
399
|
"stableId": "Npgsql:Npgsql.Schema.NpgsqlDbColumn::PostgresType:Npgsql.PostgresTypes.PostgresType",
|
|
308
400
|
"clrName": "PostgresType",
|
|
309
|
-
"tsEmitName": "postgresType",
|
|
310
401
|
"metadataToken": 385876539,
|
|
311
402
|
"canonicalSignature": ":Npgsql.PostgresTypes.PostgresType",
|
|
312
403
|
"normalizedSignature": "PostgresType|:Npgsql.PostgresTypes.PostgresType|static=false|accessor=get",
|
|
313
404
|
"emitScope": "ClassSurface",
|
|
405
|
+
"provenance": "Original",
|
|
314
406
|
"isIndexer": false,
|
|
315
407
|
"hasGetter": true,
|
|
316
408
|
"hasSetter": false,
|
|
409
|
+
"isStatic": false,
|
|
410
|
+
"isAbstract": false,
|
|
411
|
+
"isVirtual": false,
|
|
412
|
+
"isOverride": false,
|
|
317
413
|
"declaringClrType": "Npgsql.Schema.NpgsqlDbColumn",
|
|
318
414
|
"declaringAssemblyName": "Npgsql"
|
|
319
415
|
},
|
|
320
416
|
{
|
|
321
417
|
"stableId": "Npgsql:Npgsql.Schema.NpgsqlDbColumn::TypeOID:System.UInt32",
|
|
322
418
|
"clrName": "TypeOID",
|
|
323
|
-
"tsEmitName": "typeOID",
|
|
324
419
|
"metadataToken": 385876540,
|
|
325
420
|
"canonicalSignature": ":System.UInt32",
|
|
326
421
|
"normalizedSignature": "TypeOID|:System.UInt32|static=false|accessor=get",
|
|
327
422
|
"emitScope": "ClassSurface",
|
|
423
|
+
"provenance": "Original",
|
|
328
424
|
"isIndexer": false,
|
|
329
425
|
"hasGetter": true,
|
|
330
426
|
"hasSetter": false,
|
|
427
|
+
"isStatic": false,
|
|
428
|
+
"isAbstract": false,
|
|
429
|
+
"isVirtual": false,
|
|
430
|
+
"isOverride": false,
|
|
331
431
|
"declaringClrType": "Npgsql.Schema.NpgsqlDbColumn",
|
|
332
432
|
"declaringAssemblyName": "Npgsql"
|
|
333
433
|
},
|
|
334
434
|
{
|
|
335
435
|
"stableId": "Npgsql:Npgsql.Schema.NpgsqlDbColumn::TableOID:System.UInt32",
|
|
336
436
|
"clrName": "TableOID",
|
|
337
|
-
"tsEmitName": "tableOID",
|
|
338
437
|
"metadataToken": 385876541,
|
|
339
438
|
"canonicalSignature": ":System.UInt32",
|
|
340
439
|
"normalizedSignature": "TableOID|:System.UInt32|static=false|accessor=get",
|
|
341
440
|
"emitScope": "ClassSurface",
|
|
441
|
+
"provenance": "Original",
|
|
342
442
|
"isIndexer": false,
|
|
343
443
|
"hasGetter": true,
|
|
344
444
|
"hasSetter": false,
|
|
445
|
+
"isStatic": false,
|
|
446
|
+
"isAbstract": false,
|
|
447
|
+
"isVirtual": false,
|
|
448
|
+
"isOverride": false,
|
|
345
449
|
"declaringClrType": "Npgsql.Schema.NpgsqlDbColumn",
|
|
346
450
|
"declaringAssemblyName": "Npgsql"
|
|
347
451
|
},
|
|
348
452
|
{
|
|
349
453
|
"stableId": "Npgsql:Npgsql.Schema.NpgsqlDbColumn::ColumnAttributeNumber:System.Nullable_1[[System.Int16,System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e]]",
|
|
350
454
|
"clrName": "ColumnAttributeNumber",
|
|
351
|
-
"tsEmitName": "columnAttributeNumber",
|
|
352
455
|
"metadataToken": 385876542,
|
|
353
456
|
"canonicalSignature": ":System.Nullable_1[[System.Int16,System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e]]",
|
|
354
457
|
"normalizedSignature": "ColumnAttributeNumber|:System.Nullable_1[[System.Int16,System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e]]|static=false|accessor=get",
|
|
355
458
|
"emitScope": "ClassSurface",
|
|
459
|
+
"provenance": "Original",
|
|
356
460
|
"isIndexer": false,
|
|
357
461
|
"hasGetter": true,
|
|
358
462
|
"hasSetter": false,
|
|
463
|
+
"isStatic": false,
|
|
464
|
+
"isAbstract": false,
|
|
465
|
+
"isVirtual": false,
|
|
466
|
+
"isOverride": false,
|
|
359
467
|
"declaringClrType": "Npgsql.Schema.NpgsqlDbColumn",
|
|
360
468
|
"declaringAssemblyName": "Npgsql"
|
|
361
469
|
},
|
|
362
470
|
{
|
|
363
471
|
"stableId": "Npgsql:Npgsql.Schema.NpgsqlDbColumn::DefaultValue:System.String",
|
|
364
472
|
"clrName": "DefaultValue",
|
|
365
|
-
"tsEmitName": "defaultValue",
|
|
366
473
|
"metadataToken": 385876543,
|
|
367
474
|
"canonicalSignature": ":System.String",
|
|
368
475
|
"normalizedSignature": "DefaultValue|:System.String|static=false|accessor=get",
|
|
369
476
|
"emitScope": "ClassSurface",
|
|
477
|
+
"provenance": "Original",
|
|
370
478
|
"isIndexer": false,
|
|
371
479
|
"hasGetter": true,
|
|
372
480
|
"hasSetter": false,
|
|
481
|
+
"isStatic": false,
|
|
482
|
+
"isAbstract": false,
|
|
483
|
+
"isVirtual": false,
|
|
484
|
+
"isOverride": false,
|
|
373
485
|
"declaringClrType": "Npgsql.Schema.NpgsqlDbColumn",
|
|
374
486
|
"declaringAssemblyName": "Npgsql"
|
|
375
487
|
},
|
|
376
488
|
{
|
|
377
489
|
"stableId": "Npgsql:Npgsql.Schema.NpgsqlDbColumn::NpgsqlDbType:System.Nullable_1[[NpgsqlTypes.NpgsqlDbType,Npgsql,Version=10.0.0.0,Culture=neutral,PublicKeyToken=5d8b90d52f46fda7]]",
|
|
378
490
|
"clrName": "NpgsqlDbType",
|
|
379
|
-
"tsEmitName": "npgsqlDbType",
|
|
380
491
|
"metadataToken": 385876544,
|
|
381
492
|
"canonicalSignature": ":System.Nullable_1[[NpgsqlTypes.NpgsqlDbType,Npgsql,Version=10.0.0.0,Culture=neutral,PublicKeyToken=5d8b90d52f46fda7]]",
|
|
382
493
|
"normalizedSignature": "NpgsqlDbType|:System.Nullable_1[[NpgsqlTypes.NpgsqlDbType,Npgsql,Version=10.0.0.0,Culture=neutral,PublicKeyToken=5d8b90d52f46fda7]]|static=false|accessor=get",
|
|
383
494
|
"emitScope": "ClassSurface",
|
|
495
|
+
"provenance": "Original",
|
|
384
496
|
"isIndexer": false,
|
|
385
497
|
"hasGetter": true,
|
|
386
498
|
"hasSetter": false,
|
|
499
|
+
"isStatic": false,
|
|
500
|
+
"isAbstract": false,
|
|
501
|
+
"isVirtual": false,
|
|
502
|
+
"isOverride": false,
|
|
387
503
|
"declaringClrType": "Npgsql.Schema.NpgsqlDbColumn",
|
|
388
504
|
"declaringAssemblyName": "Npgsql"
|
|
389
505
|
},
|
|
390
506
|
{
|
|
391
507
|
"stableId": "Npgsql:Npgsql.Schema.NpgsqlDbColumn::Item[System.String]:System.Object",
|
|
392
508
|
"clrName": "Item",
|
|
393
|
-
"tsEmitName": "item",
|
|
394
509
|
"metadataToken": 385876545,
|
|
395
510
|
"canonicalSignature": "[System.String]:System.Object",
|
|
396
511
|
"normalizedSignature": "Item|[System.String]:System.Object|static=false|accessor=get",
|
|
397
512
|
"emitScope": "ClassSurface",
|
|
513
|
+
"provenance": "Original",
|
|
398
514
|
"isIndexer": true,
|
|
399
515
|
"hasGetter": true,
|
|
400
516
|
"hasSetter": false,
|
|
517
|
+
"isStatic": false,
|
|
518
|
+
"isAbstract": false,
|
|
519
|
+
"isVirtual": true,
|
|
520
|
+
"isOverride": true,
|
|
401
521
|
"declaringClrType": "Npgsql.Schema.NpgsqlDbColumn",
|
|
402
522
|
"declaringAssemblyName": "Npgsql"
|
|
403
523
|
}
|
|
@@ -415,299 +535,6 @@
|
|
|
415
535
|
"declaringClrType": "Npgsql.Schema.NpgsqlDbColumn",
|
|
416
536
|
"declaringAssemblyName": "Npgsql"
|
|
417
537
|
}
|
|
418
|
-
],
|
|
419
|
-
"exposedProperties": [
|
|
420
|
-
{
|
|
421
|
-
"tsName": "allowDBNull",
|
|
422
|
-
"isStatic": false,
|
|
423
|
-
"tsSignatureId": "AllowDBNull|:System.Nullable_1[[System.Boolean,System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e]]|static=false|accessor=get",
|
|
424
|
-
"target": {
|
|
425
|
-
"declaringClrType": "Npgsql.Schema.NpgsqlDbColumn",
|
|
426
|
-
"declaringAssemblyName": "Npgsql",
|
|
427
|
-
"metadataToken": 385876518
|
|
428
|
-
}
|
|
429
|
-
},
|
|
430
|
-
{
|
|
431
|
-
"tsName": "baseCatalogName",
|
|
432
|
-
"isStatic": false,
|
|
433
|
-
"tsSignatureId": "BaseCatalogName|:System.String|static=false|accessor=get",
|
|
434
|
-
"target": {
|
|
435
|
-
"declaringClrType": "Npgsql.Schema.NpgsqlDbColumn",
|
|
436
|
-
"declaringAssemblyName": "Npgsql",
|
|
437
|
-
"metadataToken": 385876519
|
|
438
|
-
}
|
|
439
|
-
},
|
|
440
|
-
{
|
|
441
|
-
"tsName": "baseColumnName",
|
|
442
|
-
"isStatic": false,
|
|
443
|
-
"tsSignatureId": "BaseColumnName|:System.String|static=false|accessor=get",
|
|
444
|
-
"target": {
|
|
445
|
-
"declaringClrType": "Npgsql.Schema.NpgsqlDbColumn",
|
|
446
|
-
"declaringAssemblyName": "Npgsql",
|
|
447
|
-
"metadataToken": 385876520
|
|
448
|
-
}
|
|
449
|
-
},
|
|
450
|
-
{
|
|
451
|
-
"tsName": "baseSchemaName",
|
|
452
|
-
"isStatic": false,
|
|
453
|
-
"tsSignatureId": "BaseSchemaName|:System.String|static=false|accessor=get",
|
|
454
|
-
"target": {
|
|
455
|
-
"declaringClrType": "Npgsql.Schema.NpgsqlDbColumn",
|
|
456
|
-
"declaringAssemblyName": "Npgsql",
|
|
457
|
-
"metadataToken": 385876521
|
|
458
|
-
}
|
|
459
|
-
},
|
|
460
|
-
{
|
|
461
|
-
"tsName": "baseServerName",
|
|
462
|
-
"isStatic": false,
|
|
463
|
-
"tsSignatureId": "BaseServerName|:System.String|static=false|accessor=get",
|
|
464
|
-
"target": {
|
|
465
|
-
"declaringClrType": "Npgsql.Schema.NpgsqlDbColumn",
|
|
466
|
-
"declaringAssemblyName": "Npgsql",
|
|
467
|
-
"metadataToken": 385876522
|
|
468
|
-
}
|
|
469
|
-
},
|
|
470
|
-
{
|
|
471
|
-
"tsName": "baseTableName",
|
|
472
|
-
"isStatic": false,
|
|
473
|
-
"tsSignatureId": "BaseTableName|:System.String|static=false|accessor=get",
|
|
474
|
-
"target": {
|
|
475
|
-
"declaringClrType": "Npgsql.Schema.NpgsqlDbColumn",
|
|
476
|
-
"declaringAssemblyName": "Npgsql",
|
|
477
|
-
"metadataToken": 385876523
|
|
478
|
-
}
|
|
479
|
-
},
|
|
480
|
-
{
|
|
481
|
-
"tsName": "columnName",
|
|
482
|
-
"isStatic": false,
|
|
483
|
-
"tsSignatureId": "ColumnName|:System.String|static=false|accessor=get",
|
|
484
|
-
"target": {
|
|
485
|
-
"declaringClrType": "Npgsql.Schema.NpgsqlDbColumn",
|
|
486
|
-
"declaringAssemblyName": "Npgsql",
|
|
487
|
-
"metadataToken": 385876524
|
|
488
|
-
}
|
|
489
|
-
},
|
|
490
|
-
{
|
|
491
|
-
"tsName": "columnOrdinal",
|
|
492
|
-
"isStatic": false,
|
|
493
|
-
"tsSignatureId": "ColumnOrdinal|:System.Nullable_1[[System.Int32,System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e]]|static=false|accessor=get",
|
|
494
|
-
"target": {
|
|
495
|
-
"declaringClrType": "Npgsql.Schema.NpgsqlDbColumn",
|
|
496
|
-
"declaringAssemblyName": "Npgsql",
|
|
497
|
-
"metadataToken": 385876525
|
|
498
|
-
}
|
|
499
|
-
},
|
|
500
|
-
{
|
|
501
|
-
"tsName": "columnSize",
|
|
502
|
-
"isStatic": false,
|
|
503
|
-
"tsSignatureId": "ColumnSize|:System.Nullable_1[[System.Int32,System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e]]|static=false|accessor=get",
|
|
504
|
-
"target": {
|
|
505
|
-
"declaringClrType": "Npgsql.Schema.NpgsqlDbColumn",
|
|
506
|
-
"declaringAssemblyName": "Npgsql",
|
|
507
|
-
"metadataToken": 385876526
|
|
508
|
-
}
|
|
509
|
-
},
|
|
510
|
-
{
|
|
511
|
-
"tsName": "isAliased",
|
|
512
|
-
"isStatic": false,
|
|
513
|
-
"tsSignatureId": "IsAliased|:System.Nullable_1[[System.Boolean,System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e]]|static=false|accessor=get",
|
|
514
|
-
"target": {
|
|
515
|
-
"declaringClrType": "Npgsql.Schema.NpgsqlDbColumn",
|
|
516
|
-
"declaringAssemblyName": "Npgsql",
|
|
517
|
-
"metadataToken": 385876527
|
|
518
|
-
}
|
|
519
|
-
},
|
|
520
|
-
{
|
|
521
|
-
"tsName": "isAutoIncrement",
|
|
522
|
-
"isStatic": false,
|
|
523
|
-
"tsSignatureId": "IsAutoIncrement|:System.Nullable_1[[System.Boolean,System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e]]|static=false|accessor=get",
|
|
524
|
-
"target": {
|
|
525
|
-
"declaringClrType": "Npgsql.Schema.NpgsqlDbColumn",
|
|
526
|
-
"declaringAssemblyName": "Npgsql",
|
|
527
|
-
"metadataToken": 385876528
|
|
528
|
-
}
|
|
529
|
-
},
|
|
530
|
-
{
|
|
531
|
-
"tsName": "isIdentity",
|
|
532
|
-
"isStatic": false,
|
|
533
|
-
"tsSignatureId": "IsIdentity|:System.Nullable_1[[System.Boolean,System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e]]|static=false|accessor=get",
|
|
534
|
-
"target": {
|
|
535
|
-
"declaringClrType": "Npgsql.Schema.NpgsqlDbColumn",
|
|
536
|
-
"declaringAssemblyName": "Npgsql",
|
|
537
|
-
"metadataToken": 385876529
|
|
538
|
-
}
|
|
539
|
-
},
|
|
540
|
-
{
|
|
541
|
-
"tsName": "isKey",
|
|
542
|
-
"isStatic": false,
|
|
543
|
-
"tsSignatureId": "IsKey|:System.Nullable_1[[System.Boolean,System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e]]|static=false|accessor=get",
|
|
544
|
-
"target": {
|
|
545
|
-
"declaringClrType": "Npgsql.Schema.NpgsqlDbColumn",
|
|
546
|
-
"declaringAssemblyName": "Npgsql",
|
|
547
|
-
"metadataToken": 385876530
|
|
548
|
-
}
|
|
549
|
-
},
|
|
550
|
-
{
|
|
551
|
-
"tsName": "isLong",
|
|
552
|
-
"isStatic": false,
|
|
553
|
-
"tsSignatureId": "IsLong|:System.Nullable_1[[System.Boolean,System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e]]|static=false|accessor=get",
|
|
554
|
-
"target": {
|
|
555
|
-
"declaringClrType": "Npgsql.Schema.NpgsqlDbColumn",
|
|
556
|
-
"declaringAssemblyName": "Npgsql",
|
|
557
|
-
"metadataToken": 385876531
|
|
558
|
-
}
|
|
559
|
-
},
|
|
560
|
-
{
|
|
561
|
-
"tsName": "isReadOnly",
|
|
562
|
-
"isStatic": false,
|
|
563
|
-
"tsSignatureId": "IsReadOnly|:System.Nullable_1[[System.Boolean,System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e]]|static=false|accessor=get",
|
|
564
|
-
"target": {
|
|
565
|
-
"declaringClrType": "Npgsql.Schema.NpgsqlDbColumn",
|
|
566
|
-
"declaringAssemblyName": "Npgsql",
|
|
567
|
-
"metadataToken": 385876532
|
|
568
|
-
}
|
|
569
|
-
},
|
|
570
|
-
{
|
|
571
|
-
"tsName": "isUnique",
|
|
572
|
-
"isStatic": false,
|
|
573
|
-
"tsSignatureId": "IsUnique|:System.Nullable_1[[System.Boolean,System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e]]|static=false|accessor=get",
|
|
574
|
-
"target": {
|
|
575
|
-
"declaringClrType": "Npgsql.Schema.NpgsqlDbColumn",
|
|
576
|
-
"declaringAssemblyName": "Npgsql",
|
|
577
|
-
"metadataToken": 385876533
|
|
578
|
-
}
|
|
579
|
-
},
|
|
580
|
-
{
|
|
581
|
-
"tsName": "numericPrecision",
|
|
582
|
-
"isStatic": false,
|
|
583
|
-
"tsSignatureId": "NumericPrecision|:System.Nullable_1[[System.Int32,System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e]]|static=false|accessor=get",
|
|
584
|
-
"target": {
|
|
585
|
-
"declaringClrType": "Npgsql.Schema.NpgsqlDbColumn",
|
|
586
|
-
"declaringAssemblyName": "Npgsql",
|
|
587
|
-
"metadataToken": 385876534
|
|
588
|
-
}
|
|
589
|
-
},
|
|
590
|
-
{
|
|
591
|
-
"tsName": "numericScale",
|
|
592
|
-
"isStatic": false,
|
|
593
|
-
"tsSignatureId": "NumericScale|:System.Nullable_1[[System.Int32,System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e]]|static=false|accessor=get",
|
|
594
|
-
"target": {
|
|
595
|
-
"declaringClrType": "Npgsql.Schema.NpgsqlDbColumn",
|
|
596
|
-
"declaringAssemblyName": "Npgsql",
|
|
597
|
-
"metadataToken": 385876535
|
|
598
|
-
}
|
|
599
|
-
},
|
|
600
|
-
{
|
|
601
|
-
"tsName": "udtAssemblyQualifiedName",
|
|
602
|
-
"isStatic": false,
|
|
603
|
-
"tsSignatureId": "UdtAssemblyQualifiedName|:System.String|static=false|accessor=get",
|
|
604
|
-
"target": {
|
|
605
|
-
"declaringClrType": "Npgsql.Schema.NpgsqlDbColumn",
|
|
606
|
-
"declaringAssemblyName": "Npgsql",
|
|
607
|
-
"metadataToken": 385876536
|
|
608
|
-
}
|
|
609
|
-
},
|
|
610
|
-
{
|
|
611
|
-
"tsName": "dataType",
|
|
612
|
-
"isStatic": false,
|
|
613
|
-
"tsSignatureId": "DataType|:System.Type|static=false|accessor=get",
|
|
614
|
-
"target": {
|
|
615
|
-
"declaringClrType": "Npgsql.Schema.NpgsqlDbColumn",
|
|
616
|
-
"declaringAssemblyName": "Npgsql",
|
|
617
|
-
"metadataToken": 385876537
|
|
618
|
-
}
|
|
619
|
-
},
|
|
620
|
-
{
|
|
621
|
-
"tsName": "dataTypeName",
|
|
622
|
-
"isStatic": false,
|
|
623
|
-
"tsSignatureId": "DataTypeName|:System.String|static=false|accessor=get",
|
|
624
|
-
"target": {
|
|
625
|
-
"declaringClrType": "Npgsql.Schema.NpgsqlDbColumn",
|
|
626
|
-
"declaringAssemblyName": "Npgsql",
|
|
627
|
-
"metadataToken": 385876538
|
|
628
|
-
}
|
|
629
|
-
},
|
|
630
|
-
{
|
|
631
|
-
"tsName": "postgresType",
|
|
632
|
-
"isStatic": false,
|
|
633
|
-
"tsSignatureId": "PostgresType|:Npgsql.PostgresTypes.PostgresType|static=false|accessor=get",
|
|
634
|
-
"target": {
|
|
635
|
-
"declaringClrType": "Npgsql.Schema.NpgsqlDbColumn",
|
|
636
|
-
"declaringAssemblyName": "Npgsql",
|
|
637
|
-
"metadataToken": 385876539
|
|
638
|
-
}
|
|
639
|
-
},
|
|
640
|
-
{
|
|
641
|
-
"tsName": "typeOID",
|
|
642
|
-
"isStatic": false,
|
|
643
|
-
"tsSignatureId": "TypeOID|:System.UInt32|static=false|accessor=get",
|
|
644
|
-
"target": {
|
|
645
|
-
"declaringClrType": "Npgsql.Schema.NpgsqlDbColumn",
|
|
646
|
-
"declaringAssemblyName": "Npgsql",
|
|
647
|
-
"metadataToken": 385876540
|
|
648
|
-
}
|
|
649
|
-
},
|
|
650
|
-
{
|
|
651
|
-
"tsName": "tableOID",
|
|
652
|
-
"isStatic": false,
|
|
653
|
-
"tsSignatureId": "TableOID|:System.UInt32|static=false|accessor=get",
|
|
654
|
-
"target": {
|
|
655
|
-
"declaringClrType": "Npgsql.Schema.NpgsqlDbColumn",
|
|
656
|
-
"declaringAssemblyName": "Npgsql",
|
|
657
|
-
"metadataToken": 385876541
|
|
658
|
-
}
|
|
659
|
-
},
|
|
660
|
-
{
|
|
661
|
-
"tsName": "columnAttributeNumber",
|
|
662
|
-
"isStatic": false,
|
|
663
|
-
"tsSignatureId": "ColumnAttributeNumber|:System.Nullable_1[[System.Int16,System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e]]|static=false|accessor=get",
|
|
664
|
-
"target": {
|
|
665
|
-
"declaringClrType": "Npgsql.Schema.NpgsqlDbColumn",
|
|
666
|
-
"declaringAssemblyName": "Npgsql",
|
|
667
|
-
"metadataToken": 385876542
|
|
668
|
-
}
|
|
669
|
-
},
|
|
670
|
-
{
|
|
671
|
-
"tsName": "defaultValue",
|
|
672
|
-
"isStatic": false,
|
|
673
|
-
"tsSignatureId": "DefaultValue|:System.String|static=false|accessor=get",
|
|
674
|
-
"target": {
|
|
675
|
-
"declaringClrType": "Npgsql.Schema.NpgsqlDbColumn",
|
|
676
|
-
"declaringAssemblyName": "Npgsql",
|
|
677
|
-
"metadataToken": 385876543
|
|
678
|
-
}
|
|
679
|
-
},
|
|
680
|
-
{
|
|
681
|
-
"tsName": "npgsqlDbType",
|
|
682
|
-
"isStatic": false,
|
|
683
|
-
"tsSignatureId": "NpgsqlDbType|:System.Nullable_1[[NpgsqlTypes.NpgsqlDbType,Npgsql,Version=10.0.0.0,Culture=neutral,PublicKeyToken=5d8b90d52f46fda7]]|static=false|accessor=get",
|
|
684
|
-
"target": {
|
|
685
|
-
"declaringClrType": "Npgsql.Schema.NpgsqlDbColumn",
|
|
686
|
-
"declaringAssemblyName": "Npgsql",
|
|
687
|
-
"metadataToken": 385876544
|
|
688
|
-
}
|
|
689
|
-
},
|
|
690
|
-
{
|
|
691
|
-
"tsName": "item",
|
|
692
|
-
"isStatic": false,
|
|
693
|
-
"tsSignatureId": "Item|[System.String]:System.Object|static=false|accessor=get",
|
|
694
|
-
"target": {
|
|
695
|
-
"declaringClrType": "Npgsql.Schema.NpgsqlDbColumn",
|
|
696
|
-
"declaringAssemblyName": "Npgsql",
|
|
697
|
-
"metadataToken": 385876545
|
|
698
|
-
}
|
|
699
|
-
}
|
|
700
|
-
],
|
|
701
|
-
"exposedConstructors": [
|
|
702
|
-
{
|
|
703
|
-
"isStatic": false,
|
|
704
|
-
"tsSignatureId": "constructor|():void|static=false",
|
|
705
|
-
"target": {
|
|
706
|
-
"declaringClrType": "Npgsql.Schema.NpgsqlDbColumn",
|
|
707
|
-
"declaringAssemblyName": "Npgsql",
|
|
708
|
-
"metadataToken": 100665757
|
|
709
|
-
}
|
|
710
|
-
}
|
|
711
538
|
]
|
|
712
539
|
}
|
|
713
540
|
]
|