@tsonic/efcore-npgsql 0.1.2 → 10.0.2
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/Microsoft.EntityFrameworkCore/bindings.json +8946 -11216
- package/Microsoft.EntityFrameworkCore/internal/index.d.ts +604 -604
- package/Microsoft.EntityFrameworkCore.Diagnostics/bindings.json +49 -180
- package/Microsoft.EntityFrameworkCore.Diagnostics/internal/index.d.ts +16 -16
- package/Microsoft.EntityFrameworkCore.Metadata.Internal/bindings.json +23 -15
- package/Microsoft.EntityFrameworkCore.Metadata.Internal/internal/index.d.ts +1 -1
- package/Microsoft.Extensions.DependencyInjection/bindings.json +34 -26
- package/Microsoft.Extensions.DependencyInjection/internal/index.d.ts +2 -2
- package/Npgsql/bindings.json +14579 -19539
- package/Npgsql/internal/index.d.ts +1182 -1062
- package/Npgsql.BackendMessages/bindings.json +33 -39
- package/Npgsql.BackendMessages/internal/index.d.ts +3 -3
- package/Npgsql.EntityFrameworkCore.PostgreSQL/bindings.json +48 -67
- package/Npgsql.EntityFrameworkCore.PostgreSQL/internal/index.d.ts +7 -2
- package/Npgsql.EntityFrameworkCore.PostgreSQL.Design.Internal/bindings.json +272 -174
- package/Npgsql.EntityFrameworkCore.PostgreSQL.Design.Internal/internal/index.d.ts +29 -14
- package/Npgsql.EntityFrameworkCore.PostgreSQL.Diagnostics.Internal/bindings.json +48 -201
- package/Npgsql.EntityFrameworkCore.PostgreSQL.Diagnostics.Internal/internal/index.d.ts +17 -17
- package/Npgsql.EntityFrameworkCore.PostgreSQL.Extensions.Internal/bindings.json +42 -48
- package/Npgsql.EntityFrameworkCore.PostgreSQL.Extensions.Internal/internal/index.d.ts +4 -4
- package/Npgsql.EntityFrameworkCore.PostgreSQL.Infrastructure/bindings.json +183 -218
- package/Npgsql.EntityFrameworkCore.PostgreSQL.Infrastructure/internal/index.d.ts +25 -20
- package/Npgsql.EntityFrameworkCore.PostgreSQL.Infrastructure.Internal/bindings.json +606 -705
- package/Npgsql.EntityFrameworkCore.PostgreSQL.Infrastructure.Internal/internal/index.d.ts +82 -58
- package/Npgsql.EntityFrameworkCore.PostgreSQL.Infrastructure.Internal.d.ts +1 -1
- package/Npgsql.EntityFrameworkCore.PostgreSQL.Infrastructure.d.ts +2 -2
- package/Npgsql.EntityFrameworkCore.PostgreSQL.Internal/bindings.json +504 -737
- package/Npgsql.EntityFrameworkCore.PostgreSQL.Internal/internal/index.d.ts +56 -58
- package/Npgsql.EntityFrameworkCore.PostgreSQL.Metadata/bindings.json +468 -699
- package/Npgsql.EntityFrameworkCore.PostgreSQL.Metadata/internal/index.d.ts +62 -62
- package/Npgsql.EntityFrameworkCore.PostgreSQL.Metadata.Conventions/bindings.json +579 -197
- package/Npgsql.EntityFrameworkCore.PostgreSQL.Metadata.Conventions/internal/index.d.ts +59 -19
- package/Npgsql.EntityFrameworkCore.PostgreSQL.Metadata.Conventions.d.ts +4 -4
- package/Npgsql.EntityFrameworkCore.PostgreSQL.Metadata.Internal/bindings.json +240 -612
- package/Npgsql.EntityFrameworkCore.PostgreSQL.Metadata.Internal/internal/index.d.ts +52 -52
- package/Npgsql.EntityFrameworkCore.PostgreSQL.Migrations/bindings.json +788 -58
- package/Npgsql.EntityFrameworkCore.PostgreSQL.Migrations/internal/index.d.ts +51 -9
- package/Npgsql.EntityFrameworkCore.PostgreSQL.Migrations.Internal/bindings.json +186 -173
- package/Npgsql.EntityFrameworkCore.PostgreSQL.Migrations.Internal/internal/index.d.ts +23 -16
- package/Npgsql.EntityFrameworkCore.PostgreSQL.Migrations.Internal.d.ts +2 -2
- package/Npgsql.EntityFrameworkCore.PostgreSQL.Migrations.Operations/bindings.json +77 -72
- package/Npgsql.EntityFrameworkCore.PostgreSQL.Migrations.Operations/internal/index.d.ts +6 -6
- package/Npgsql.EntityFrameworkCore.PostgreSQL.Migrations.d.ts +5 -4
- package/Npgsql.EntityFrameworkCore.PostgreSQL.Query/bindings.json +160 -234
- package/Npgsql.EntityFrameworkCore.PostgreSQL.Query/internal/index.d.ts +20 -20
- package/Npgsql.EntityFrameworkCore.PostgreSQL.Query.ExpressionTranslators.Internal/bindings.json +831 -864
- package/Npgsql.EntityFrameworkCore.PostgreSQL.Query.ExpressionTranslators.Internal/internal/index.d.ts +38 -38
- package/Npgsql.EntityFrameworkCore.PostgreSQL.Query.Expressions/bindings.json +94 -345
- package/Npgsql.EntityFrameworkCore.PostgreSQL.Query.Expressions/internal/index.d.ts +30 -30
- package/Npgsql.EntityFrameworkCore.PostgreSQL.Query.Expressions.Internal/bindings.json +2021 -2000
- package/Npgsql.EntityFrameworkCore.PostgreSQL.Query.Expressions.Internal/internal/index.d.ts +255 -167
- package/Npgsql.EntityFrameworkCore.PostgreSQL.Query.Internal/bindings.json +2408 -631
- package/Npgsql.EntityFrameworkCore.PostgreSQL.Query.Internal/internal/index.d.ts +178 -38
- package/Npgsql.EntityFrameworkCore.PostgreSQL.Query.Internal.d.ts +6 -5
- package/Npgsql.EntityFrameworkCore.PostgreSQL.Scaffolding.Internal/bindings.json +58 -61
- package/Npgsql.EntityFrameworkCore.PostgreSQL.Scaffolding.Internal/internal/index.d.ts +3 -3
- package/Npgsql.EntityFrameworkCore.PostgreSQL.Storage.Internal/bindings.json +780 -544
- package/Npgsql.EntityFrameworkCore.PostgreSQL.Storage.Internal/internal/index.d.ts +79 -46
- package/Npgsql.EntityFrameworkCore.PostgreSQL.Storage.Internal.Json/bindings.json +83 -110
- package/Npgsql.EntityFrameworkCore.PostgreSQL.Storage.Internal.Json/internal/index.d.ts +8 -8
- package/Npgsql.EntityFrameworkCore.PostgreSQL.Storage.Internal.Mapping/bindings.json +5272 -3851
- package/Npgsql.EntityFrameworkCore.PostgreSQL.Storage.Internal.Mapping/internal/index.d.ts +594 -212
- package/Npgsql.EntityFrameworkCore.PostgreSQL.Storage.Internal.d.ts +5 -4
- package/Npgsql.EntityFrameworkCore.PostgreSQL.Storage.ValueConversion/bindings.json +30 -34
- package/Npgsql.EntityFrameworkCore.PostgreSQL.Storage.ValueConversion/internal/index.d.ts +1 -1
- package/Npgsql.EntityFrameworkCore.PostgreSQL.Update.Internal/bindings.json +349 -188
- package/Npgsql.EntityFrameworkCore.PostgreSQL.Update.Internal/internal/index.d.ts +39 -15
- package/Npgsql.EntityFrameworkCore.PostgreSQL.Update.Internal.d.ts +5 -2
- package/Npgsql.EntityFrameworkCore.PostgreSQL.ValueGeneration/bindings.json +57 -76
- package/Npgsql.EntityFrameworkCore.PostgreSQL.ValueGeneration/internal/index.d.ts +4 -4
- package/Npgsql.EntityFrameworkCore.PostgreSQL.ValueGeneration.Internal/bindings.json +245 -193
- package/Npgsql.EntityFrameworkCore.PostgreSQL.ValueGeneration.Internal/internal/index.d.ts +24 -11
- package/Npgsql.EntityFrameworkCore.PostgreSQL.ValueGeneration.Internal.d.ts +3 -1
- package/Npgsql.EntityFrameworkCore.PostgreSQL.d.ts +1 -1
- package/Npgsql.Internal/bindings.json +2550 -3274
- package/Npgsql.Internal/internal/index.d.ts +282 -248
- package/Npgsql.Internal.Postgres/bindings.json +289 -434
- package/Npgsql.Internal.Postgres/internal/index.d.ts +33 -33
- package/Npgsql.Internal.d.ts +1 -1
- package/Npgsql.NameTranslation/bindings.json +91 -116
- package/Npgsql.NameTranslation/internal/index.d.ts +5 -5
- package/Npgsql.PostgresTypes/bindings.json +289 -982
- package/Npgsql.PostgresTypes/internal/index.d.ts +28 -25
- package/Npgsql.Replication/bindings.json +486 -1078
- package/Npgsql.Replication/internal/index.d.ts +47 -46
- package/Npgsql.Replication.Internal/bindings.json +65 -69
- package/Npgsql.Replication.Internal/internal/index.d.ts +6 -5
- package/Npgsql.Replication.PgOutput/bindings.json +344 -536
- package/Npgsql.Replication.PgOutput/internal/index.d.ts +31 -30
- package/Npgsql.Replication.PgOutput.Messages/bindings.json +1176 -2950
- package/Npgsql.Replication.PgOutput.Messages/internal/index.d.ts +85 -82
- package/Npgsql.Replication.TestDecoding/bindings.json +131 -270
- package/Npgsql.Replication.TestDecoding/internal/index.d.ts +13 -13
- package/Npgsql.Schema/bindings.json +236 -376
- package/Npgsql.Schema/internal/index.d.ts +34 -28
- package/Npgsql.TypeMapping/bindings.json +109 -153
- package/Npgsql.TypeMapping/internal/index.d.ts +13 -13
- package/Npgsql.Util/bindings.json +13 -1
- package/Npgsql.d.ts +1 -1
- package/NpgsqlTypes/bindings.json +2306 -4296
- package/NpgsqlTypes/internal/index.d.ts +282 -280
- package/__build/scripts/generate.sh +4 -4
- package/__internal/extensions/index.d.ts +71 -71
- package/package.json +5 -5
- package/Microsoft.EntityFrameworkCore/internal/metadata.json +0 -10154
- package/Microsoft.EntityFrameworkCore.Diagnostics/internal/metadata.json +0 -172
- package/Microsoft.EntityFrameworkCore.Metadata.Internal/internal/metadata.json +0 -49
- package/Microsoft.Extensions.DependencyInjection/internal/metadata.json +0 -63
- package/Npgsql/internal/metadata.json +0 -15514
- package/Npgsql.BackendMessages/internal/metadata.json +0 -72
- package/Npgsql.EntityFrameworkCore.PostgreSQL/internal/metadata.json +0 -60
- package/Npgsql.EntityFrameworkCore.PostgreSQL.Design.Internal/internal/metadata.json +0 -269
- package/Npgsql.EntityFrameworkCore.PostgreSQL.Diagnostics.Internal/internal/metadata.json +0 -184
- package/Npgsql.EntityFrameworkCore.PostgreSQL.Extensions.Internal/internal/metadata.json +0 -125
- package/Npgsql.EntityFrameworkCore.PostgreSQL.Infrastructure/internal/metadata.json +0 -342
- package/Npgsql.EntityFrameworkCore.PostgreSQL.Infrastructure.Internal/internal/metadata.json +0 -985
- package/Npgsql.EntityFrameworkCore.PostgreSQL.Internal/internal/metadata.json +0 -1064
- package/Npgsql.EntityFrameworkCore.PostgreSQL.Metadata/internal/metadata.json +0 -990
- package/Npgsql.EntityFrameworkCore.PostgreSQL.Metadata.Conventions/internal/metadata.json +0 -317
- package/Npgsql.EntityFrameworkCore.PostgreSQL.Metadata.Internal/internal/metadata.json +0 -664
- package/Npgsql.EntityFrameworkCore.PostgreSQL.Migrations/internal/metadata.json +0 -95
- package/Npgsql.EntityFrameworkCore.PostgreSQL.Migrations.Internal/internal/metadata.json +0 -262
- package/Npgsql.EntityFrameworkCore.PostgreSQL.Migrations.Operations/internal/metadata.json +0 -114
- package/Npgsql.EntityFrameworkCore.PostgreSQL.Query/internal/metadata.json +0 -351
- package/Npgsql.EntityFrameworkCore.PostgreSQL.Query.ExpressionTranslators.Internal/internal/metadata.json +0 -1349
- package/Npgsql.EntityFrameworkCore.PostgreSQL.Query.Expressions/internal/metadata.json +0 -304
- package/Npgsql.EntityFrameworkCore.PostgreSQL.Query.Expressions.Internal/internal/metadata.json +0 -2783
- package/Npgsql.EntityFrameworkCore.PostgreSQL.Query.Internal/internal/metadata.json +0 -806
- package/Npgsql.EntityFrameworkCore.PostgreSQL.Scaffolding.Internal/internal/metadata.json +0 -102
- package/Npgsql.EntityFrameworkCore.PostgreSQL.Storage.Internal/internal/metadata.json +0 -807
- package/Npgsql.EntityFrameworkCore.PostgreSQL.Storage.Internal.Json/internal/metadata.json +0 -186
- package/Npgsql.EntityFrameworkCore.PostgreSQL.Storage.Internal.Mapping/internal/metadata.json +0 -4823
- package/Npgsql.EntityFrameworkCore.PostgreSQL.Storage.ValueConversion/internal/metadata.json +0 -51
- package/Npgsql.EntityFrameworkCore.PostgreSQL.Update.Internal/internal/metadata.json +0 -341
- package/Npgsql.EntityFrameworkCore.PostgreSQL.ValueGeneration/internal/metadata.json +0 -118
- package/Npgsql.EntityFrameworkCore.PostgreSQL.ValueGeneration.Internal/internal/metadata.json +0 -323
- package/Npgsql.Internal/internal/metadata.json +0 -4555
- package/Npgsql.Internal.Postgres/internal/metadata.json +0 -619
- package/Npgsql.NameTranslation/internal/metadata.json +0 -173
- package/Npgsql.PostgresTypes/internal/metadata.json +0 -480
- package/Npgsql.Replication/internal/metadata.json +0 -972
- package/Npgsql.Replication.Internal/internal/metadata.json +0 -119
- package/Npgsql.Replication.PgOutput/internal/metadata.json +0 -644
- package/Npgsql.Replication.PgOutput.Messages/internal/metadata.json +0 -1905
- package/Npgsql.Replication.TestDecoding/internal/metadata.json +0 -283
- package/Npgsql.Schema/internal/metadata.json +0 -451
- package/Npgsql.TypeMapping/internal/metadata.json +0 -248
- package/Npgsql.Util/internal/metadata.json +0 -24
- package/NpgsqlTypes/internal/metadata.json +0 -5014
|
@@ -1,403 +1,555 @@
|
|
|
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,
|
|
18
|
+
"baseType": {
|
|
19
|
+
"stableId": "System.Data.Common:System.Data.Common.DbColumn",
|
|
20
|
+
"clrName": "System.Data.Common.DbColumn"
|
|
21
|
+
},
|
|
10
22
|
"methods": [],
|
|
11
23
|
"properties": [
|
|
12
24
|
{
|
|
13
25
|
"stableId": "Npgsql:Npgsql.Schema.NpgsqlDbColumn::AllowDBNull:System.Nullable_1[[System.Boolean,System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e]]",
|
|
14
26
|
"clrName": "AllowDBNull",
|
|
15
|
-
"tsEmitName": "allowDBNull",
|
|
16
27
|
"metadataToken": 385876518,
|
|
17
28
|
"canonicalSignature": ":System.Nullable_1[[System.Boolean,System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e]]",
|
|
18
|
-
"normalizedSignature": "AllowDBNull|:System.Nullable_1[[System.Boolean,System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e]]|static=false|accessor=
|
|
29
|
+
"normalizedSignature": "AllowDBNull|:System.Nullable_1[[System.Boolean,System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e]]|static=false|accessor=getset",
|
|
19
30
|
"emitScope": "ClassSurface",
|
|
31
|
+
"provenance": "Original",
|
|
20
32
|
"isIndexer": false,
|
|
21
33
|
"hasGetter": true,
|
|
22
|
-
"hasSetter":
|
|
34
|
+
"hasSetter": true,
|
|
35
|
+
"isStatic": false,
|
|
36
|
+
"isAbstract": false,
|
|
37
|
+
"isVirtual": false,
|
|
38
|
+
"isOverride": false,
|
|
39
|
+
"visibility": "Public",
|
|
23
40
|
"declaringClrType": "Npgsql.Schema.NpgsqlDbColumn",
|
|
24
41
|
"declaringAssemblyName": "Npgsql"
|
|
25
42
|
},
|
|
26
43
|
{
|
|
27
44
|
"stableId": "Npgsql:Npgsql.Schema.NpgsqlDbColumn::BaseCatalogName:System.String",
|
|
28
45
|
"clrName": "BaseCatalogName",
|
|
29
|
-
"tsEmitName": "baseCatalogName",
|
|
30
46
|
"metadataToken": 385876519,
|
|
31
47
|
"canonicalSignature": ":System.String",
|
|
32
|
-
"normalizedSignature": "BaseCatalogName|:System.String|static=false|accessor=
|
|
48
|
+
"normalizedSignature": "BaseCatalogName|:System.String|static=false|accessor=getset",
|
|
33
49
|
"emitScope": "ClassSurface",
|
|
50
|
+
"provenance": "Original",
|
|
34
51
|
"isIndexer": false,
|
|
35
52
|
"hasGetter": true,
|
|
36
|
-
"hasSetter":
|
|
53
|
+
"hasSetter": true,
|
|
54
|
+
"isStatic": false,
|
|
55
|
+
"isAbstract": false,
|
|
56
|
+
"isVirtual": false,
|
|
57
|
+
"isOverride": false,
|
|
58
|
+
"visibility": "Public",
|
|
37
59
|
"declaringClrType": "Npgsql.Schema.NpgsqlDbColumn",
|
|
38
60
|
"declaringAssemblyName": "Npgsql"
|
|
39
61
|
},
|
|
40
62
|
{
|
|
41
63
|
"stableId": "Npgsql:Npgsql.Schema.NpgsqlDbColumn::BaseColumnName:System.String",
|
|
42
64
|
"clrName": "BaseColumnName",
|
|
43
|
-
"tsEmitName": "baseColumnName",
|
|
44
65
|
"metadataToken": 385876520,
|
|
45
66
|
"canonicalSignature": ":System.String",
|
|
46
|
-
"normalizedSignature": "BaseColumnName|:System.String|static=false|accessor=
|
|
67
|
+
"normalizedSignature": "BaseColumnName|:System.String|static=false|accessor=getset",
|
|
47
68
|
"emitScope": "ClassSurface",
|
|
69
|
+
"provenance": "Original",
|
|
48
70
|
"isIndexer": false,
|
|
49
71
|
"hasGetter": true,
|
|
50
|
-
"hasSetter":
|
|
72
|
+
"hasSetter": true,
|
|
73
|
+
"isStatic": false,
|
|
74
|
+
"isAbstract": false,
|
|
75
|
+
"isVirtual": false,
|
|
76
|
+
"isOverride": false,
|
|
77
|
+
"visibility": "Public",
|
|
51
78
|
"declaringClrType": "Npgsql.Schema.NpgsqlDbColumn",
|
|
52
79
|
"declaringAssemblyName": "Npgsql"
|
|
53
80
|
},
|
|
54
81
|
{
|
|
55
82
|
"stableId": "Npgsql:Npgsql.Schema.NpgsqlDbColumn::BaseSchemaName:System.String",
|
|
56
83
|
"clrName": "BaseSchemaName",
|
|
57
|
-
"tsEmitName": "baseSchemaName",
|
|
58
84
|
"metadataToken": 385876521,
|
|
59
85
|
"canonicalSignature": ":System.String",
|
|
60
|
-
"normalizedSignature": "BaseSchemaName|:System.String|static=false|accessor=
|
|
86
|
+
"normalizedSignature": "BaseSchemaName|:System.String|static=false|accessor=getset",
|
|
61
87
|
"emitScope": "ClassSurface",
|
|
88
|
+
"provenance": "Original",
|
|
62
89
|
"isIndexer": false,
|
|
63
90
|
"hasGetter": true,
|
|
64
|
-
"hasSetter":
|
|
91
|
+
"hasSetter": true,
|
|
92
|
+
"isStatic": false,
|
|
93
|
+
"isAbstract": false,
|
|
94
|
+
"isVirtual": false,
|
|
95
|
+
"isOverride": false,
|
|
96
|
+
"visibility": "Public",
|
|
65
97
|
"declaringClrType": "Npgsql.Schema.NpgsqlDbColumn",
|
|
66
98
|
"declaringAssemblyName": "Npgsql"
|
|
67
99
|
},
|
|
68
100
|
{
|
|
69
101
|
"stableId": "Npgsql:Npgsql.Schema.NpgsqlDbColumn::BaseServerName:System.String",
|
|
70
102
|
"clrName": "BaseServerName",
|
|
71
|
-
"tsEmitName": "baseServerName",
|
|
72
103
|
"metadataToken": 385876522,
|
|
73
104
|
"canonicalSignature": ":System.String",
|
|
74
|
-
"normalizedSignature": "BaseServerName|:System.String|static=false|accessor=
|
|
105
|
+
"normalizedSignature": "BaseServerName|:System.String|static=false|accessor=getset",
|
|
75
106
|
"emitScope": "ClassSurface",
|
|
107
|
+
"provenance": "Original",
|
|
76
108
|
"isIndexer": false,
|
|
77
109
|
"hasGetter": true,
|
|
78
|
-
"hasSetter":
|
|
110
|
+
"hasSetter": true,
|
|
111
|
+
"isStatic": false,
|
|
112
|
+
"isAbstract": false,
|
|
113
|
+
"isVirtual": false,
|
|
114
|
+
"isOverride": false,
|
|
115
|
+
"visibility": "Public",
|
|
79
116
|
"declaringClrType": "Npgsql.Schema.NpgsqlDbColumn",
|
|
80
117
|
"declaringAssemblyName": "Npgsql"
|
|
81
118
|
},
|
|
82
119
|
{
|
|
83
120
|
"stableId": "Npgsql:Npgsql.Schema.NpgsqlDbColumn::BaseTableName:System.String",
|
|
84
121
|
"clrName": "BaseTableName",
|
|
85
|
-
"tsEmitName": "baseTableName",
|
|
86
122
|
"metadataToken": 385876523,
|
|
87
123
|
"canonicalSignature": ":System.String",
|
|
88
|
-
"normalizedSignature": "BaseTableName|:System.String|static=false|accessor=
|
|
124
|
+
"normalizedSignature": "BaseTableName|:System.String|static=false|accessor=getset",
|
|
89
125
|
"emitScope": "ClassSurface",
|
|
126
|
+
"provenance": "Original",
|
|
90
127
|
"isIndexer": false,
|
|
91
128
|
"hasGetter": true,
|
|
92
|
-
"hasSetter":
|
|
129
|
+
"hasSetter": true,
|
|
130
|
+
"isStatic": false,
|
|
131
|
+
"isAbstract": false,
|
|
132
|
+
"isVirtual": false,
|
|
133
|
+
"isOverride": false,
|
|
134
|
+
"visibility": "Public",
|
|
93
135
|
"declaringClrType": "Npgsql.Schema.NpgsqlDbColumn",
|
|
94
136
|
"declaringAssemblyName": "Npgsql"
|
|
95
137
|
},
|
|
96
138
|
{
|
|
97
139
|
"stableId": "Npgsql:Npgsql.Schema.NpgsqlDbColumn::ColumnName:System.String",
|
|
98
140
|
"clrName": "ColumnName",
|
|
99
|
-
"tsEmitName": "columnName",
|
|
100
141
|
"metadataToken": 385876524,
|
|
101
142
|
"canonicalSignature": ":System.String",
|
|
102
|
-
"normalizedSignature": "ColumnName|:System.String|static=false|accessor=
|
|
143
|
+
"normalizedSignature": "ColumnName|:System.String|static=false|accessor=getset",
|
|
103
144
|
"emitScope": "ClassSurface",
|
|
145
|
+
"provenance": "Original",
|
|
104
146
|
"isIndexer": false,
|
|
105
147
|
"hasGetter": true,
|
|
106
|
-
"hasSetter":
|
|
148
|
+
"hasSetter": true,
|
|
149
|
+
"isStatic": false,
|
|
150
|
+
"isAbstract": false,
|
|
151
|
+
"isVirtual": false,
|
|
152
|
+
"isOverride": false,
|
|
153
|
+
"visibility": "Public",
|
|
107
154
|
"declaringClrType": "Npgsql.Schema.NpgsqlDbColumn",
|
|
108
155
|
"declaringAssemblyName": "Npgsql"
|
|
109
156
|
},
|
|
110
157
|
{
|
|
111
158
|
"stableId": "Npgsql:Npgsql.Schema.NpgsqlDbColumn::ColumnOrdinal:System.Nullable_1[[System.Int32,System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e]]",
|
|
112
159
|
"clrName": "ColumnOrdinal",
|
|
113
|
-
"tsEmitName": "columnOrdinal",
|
|
114
160
|
"metadataToken": 385876525,
|
|
115
161
|
"canonicalSignature": ":System.Nullable_1[[System.Int32,System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e]]",
|
|
116
|
-
"normalizedSignature": "ColumnOrdinal|:System.Nullable_1[[System.Int32,System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e]]|static=false|accessor=
|
|
162
|
+
"normalizedSignature": "ColumnOrdinal|:System.Nullable_1[[System.Int32,System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e]]|static=false|accessor=getset",
|
|
117
163
|
"emitScope": "ClassSurface",
|
|
164
|
+
"provenance": "Original",
|
|
118
165
|
"isIndexer": false,
|
|
119
166
|
"hasGetter": true,
|
|
120
|
-
"hasSetter":
|
|
167
|
+
"hasSetter": true,
|
|
168
|
+
"isStatic": false,
|
|
169
|
+
"isAbstract": false,
|
|
170
|
+
"isVirtual": false,
|
|
171
|
+
"isOverride": false,
|
|
172
|
+
"visibility": "Public",
|
|
121
173
|
"declaringClrType": "Npgsql.Schema.NpgsqlDbColumn",
|
|
122
174
|
"declaringAssemblyName": "Npgsql"
|
|
123
175
|
},
|
|
124
176
|
{
|
|
125
177
|
"stableId": "Npgsql:Npgsql.Schema.NpgsqlDbColumn::ColumnSize:System.Nullable_1[[System.Int32,System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e]]",
|
|
126
178
|
"clrName": "ColumnSize",
|
|
127
|
-
"tsEmitName": "columnSize",
|
|
128
179
|
"metadataToken": 385876526,
|
|
129
180
|
"canonicalSignature": ":System.Nullable_1[[System.Int32,System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e]]",
|
|
130
|
-
"normalizedSignature": "ColumnSize|:System.Nullable_1[[System.Int32,System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e]]|static=false|accessor=
|
|
181
|
+
"normalizedSignature": "ColumnSize|:System.Nullable_1[[System.Int32,System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e]]|static=false|accessor=getset",
|
|
131
182
|
"emitScope": "ClassSurface",
|
|
183
|
+
"provenance": "Original",
|
|
132
184
|
"isIndexer": false,
|
|
133
185
|
"hasGetter": true,
|
|
134
|
-
"hasSetter":
|
|
186
|
+
"hasSetter": true,
|
|
187
|
+
"isStatic": false,
|
|
188
|
+
"isAbstract": false,
|
|
189
|
+
"isVirtual": false,
|
|
190
|
+
"isOverride": false,
|
|
191
|
+
"visibility": "Public",
|
|
135
192
|
"declaringClrType": "Npgsql.Schema.NpgsqlDbColumn",
|
|
136
193
|
"declaringAssemblyName": "Npgsql"
|
|
137
194
|
},
|
|
138
195
|
{
|
|
139
196
|
"stableId": "Npgsql:Npgsql.Schema.NpgsqlDbColumn::IsAliased:System.Nullable_1[[System.Boolean,System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e]]",
|
|
140
197
|
"clrName": "IsAliased",
|
|
141
|
-
"tsEmitName": "isAliased",
|
|
142
198
|
"metadataToken": 385876527,
|
|
143
199
|
"canonicalSignature": ":System.Nullable_1[[System.Boolean,System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e]]",
|
|
144
|
-
"normalizedSignature": "IsAliased|:System.Nullable_1[[System.Boolean,System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e]]|static=false|accessor=
|
|
200
|
+
"normalizedSignature": "IsAliased|:System.Nullable_1[[System.Boolean,System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e]]|static=false|accessor=getset",
|
|
145
201
|
"emitScope": "ClassSurface",
|
|
202
|
+
"provenance": "Original",
|
|
146
203
|
"isIndexer": false,
|
|
147
204
|
"hasGetter": true,
|
|
148
|
-
"hasSetter":
|
|
205
|
+
"hasSetter": true,
|
|
206
|
+
"isStatic": false,
|
|
207
|
+
"isAbstract": false,
|
|
208
|
+
"isVirtual": false,
|
|
209
|
+
"isOverride": false,
|
|
210
|
+
"visibility": "Public",
|
|
149
211
|
"declaringClrType": "Npgsql.Schema.NpgsqlDbColumn",
|
|
150
212
|
"declaringAssemblyName": "Npgsql"
|
|
151
213
|
},
|
|
152
214
|
{
|
|
153
215
|
"stableId": "Npgsql:Npgsql.Schema.NpgsqlDbColumn::IsAutoIncrement:System.Nullable_1[[System.Boolean,System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e]]",
|
|
154
216
|
"clrName": "IsAutoIncrement",
|
|
155
|
-
"tsEmitName": "isAutoIncrement",
|
|
156
217
|
"metadataToken": 385876528,
|
|
157
218
|
"canonicalSignature": ":System.Nullable_1[[System.Boolean,System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e]]",
|
|
158
|
-
"normalizedSignature": "IsAutoIncrement|:System.Nullable_1[[System.Boolean,System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e]]|static=false|accessor=
|
|
219
|
+
"normalizedSignature": "IsAutoIncrement|:System.Nullable_1[[System.Boolean,System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e]]|static=false|accessor=getset",
|
|
159
220
|
"emitScope": "ClassSurface",
|
|
221
|
+
"provenance": "Original",
|
|
160
222
|
"isIndexer": false,
|
|
161
223
|
"hasGetter": true,
|
|
162
|
-
"hasSetter":
|
|
224
|
+
"hasSetter": true,
|
|
225
|
+
"isStatic": false,
|
|
226
|
+
"isAbstract": false,
|
|
227
|
+
"isVirtual": false,
|
|
228
|
+
"isOverride": false,
|
|
229
|
+
"visibility": "Public",
|
|
163
230
|
"declaringClrType": "Npgsql.Schema.NpgsqlDbColumn",
|
|
164
231
|
"declaringAssemblyName": "Npgsql"
|
|
165
232
|
},
|
|
166
233
|
{
|
|
167
234
|
"stableId": "Npgsql:Npgsql.Schema.NpgsqlDbColumn::IsIdentity:System.Nullable_1[[System.Boolean,System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e]]",
|
|
168
235
|
"clrName": "IsIdentity",
|
|
169
|
-
"tsEmitName": "isIdentity",
|
|
170
236
|
"metadataToken": 385876529,
|
|
171
237
|
"canonicalSignature": ":System.Nullable_1[[System.Boolean,System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e]]",
|
|
172
|
-
"normalizedSignature": "IsIdentity|:System.Nullable_1[[System.Boolean,System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e]]|static=false|accessor=
|
|
238
|
+
"normalizedSignature": "IsIdentity|:System.Nullable_1[[System.Boolean,System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e]]|static=false|accessor=getset",
|
|
173
239
|
"emitScope": "ClassSurface",
|
|
240
|
+
"provenance": "Original",
|
|
174
241
|
"isIndexer": false,
|
|
175
242
|
"hasGetter": true,
|
|
176
|
-
"hasSetter":
|
|
243
|
+
"hasSetter": true,
|
|
244
|
+
"isStatic": false,
|
|
245
|
+
"isAbstract": false,
|
|
246
|
+
"isVirtual": false,
|
|
247
|
+
"isOverride": false,
|
|
248
|
+
"visibility": "Public",
|
|
177
249
|
"declaringClrType": "Npgsql.Schema.NpgsqlDbColumn",
|
|
178
250
|
"declaringAssemblyName": "Npgsql"
|
|
179
251
|
},
|
|
180
252
|
{
|
|
181
253
|
"stableId": "Npgsql:Npgsql.Schema.NpgsqlDbColumn::IsKey:System.Nullable_1[[System.Boolean,System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e]]",
|
|
182
254
|
"clrName": "IsKey",
|
|
183
|
-
"tsEmitName": "isKey",
|
|
184
255
|
"metadataToken": 385876530,
|
|
185
256
|
"canonicalSignature": ":System.Nullable_1[[System.Boolean,System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e]]",
|
|
186
|
-
"normalizedSignature": "IsKey|:System.Nullable_1[[System.Boolean,System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e]]|static=false|accessor=
|
|
257
|
+
"normalizedSignature": "IsKey|:System.Nullable_1[[System.Boolean,System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e]]|static=false|accessor=getset",
|
|
187
258
|
"emitScope": "ClassSurface",
|
|
259
|
+
"provenance": "Original",
|
|
188
260
|
"isIndexer": false,
|
|
189
261
|
"hasGetter": true,
|
|
190
|
-
"hasSetter":
|
|
262
|
+
"hasSetter": true,
|
|
263
|
+
"isStatic": false,
|
|
264
|
+
"isAbstract": false,
|
|
265
|
+
"isVirtual": false,
|
|
266
|
+
"isOverride": false,
|
|
267
|
+
"visibility": "Public",
|
|
191
268
|
"declaringClrType": "Npgsql.Schema.NpgsqlDbColumn",
|
|
192
269
|
"declaringAssemblyName": "Npgsql"
|
|
193
270
|
},
|
|
194
271
|
{
|
|
195
272
|
"stableId": "Npgsql:Npgsql.Schema.NpgsqlDbColumn::IsLong:System.Nullable_1[[System.Boolean,System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e]]",
|
|
196
273
|
"clrName": "IsLong",
|
|
197
|
-
"tsEmitName": "isLong",
|
|
198
274
|
"metadataToken": 385876531,
|
|
199
275
|
"canonicalSignature": ":System.Nullable_1[[System.Boolean,System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e]]",
|
|
200
|
-
"normalizedSignature": "IsLong|:System.Nullable_1[[System.Boolean,System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e]]|static=false|accessor=
|
|
276
|
+
"normalizedSignature": "IsLong|:System.Nullable_1[[System.Boolean,System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e]]|static=false|accessor=getset",
|
|
201
277
|
"emitScope": "ClassSurface",
|
|
278
|
+
"provenance": "Original",
|
|
202
279
|
"isIndexer": false,
|
|
203
280
|
"hasGetter": true,
|
|
204
|
-
"hasSetter":
|
|
281
|
+
"hasSetter": true,
|
|
282
|
+
"isStatic": false,
|
|
283
|
+
"isAbstract": false,
|
|
284
|
+
"isVirtual": false,
|
|
285
|
+
"isOverride": false,
|
|
286
|
+
"visibility": "Public",
|
|
205
287
|
"declaringClrType": "Npgsql.Schema.NpgsqlDbColumn",
|
|
206
288
|
"declaringAssemblyName": "Npgsql"
|
|
207
289
|
},
|
|
208
290
|
{
|
|
209
291
|
"stableId": "Npgsql:Npgsql.Schema.NpgsqlDbColumn::IsReadOnly:System.Nullable_1[[System.Boolean,System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e]]",
|
|
210
292
|
"clrName": "IsReadOnly",
|
|
211
|
-
"tsEmitName": "isReadOnly",
|
|
212
293
|
"metadataToken": 385876532,
|
|
213
294
|
"canonicalSignature": ":System.Nullable_1[[System.Boolean,System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e]]",
|
|
214
|
-
"normalizedSignature": "IsReadOnly|:System.Nullable_1[[System.Boolean,System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e]]|static=false|accessor=
|
|
295
|
+
"normalizedSignature": "IsReadOnly|:System.Nullable_1[[System.Boolean,System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e]]|static=false|accessor=getset",
|
|
215
296
|
"emitScope": "ClassSurface",
|
|
297
|
+
"provenance": "Original",
|
|
216
298
|
"isIndexer": false,
|
|
217
299
|
"hasGetter": true,
|
|
218
|
-
"hasSetter":
|
|
300
|
+
"hasSetter": true,
|
|
301
|
+
"isStatic": false,
|
|
302
|
+
"isAbstract": false,
|
|
303
|
+
"isVirtual": false,
|
|
304
|
+
"isOverride": false,
|
|
305
|
+
"visibility": "Public",
|
|
219
306
|
"declaringClrType": "Npgsql.Schema.NpgsqlDbColumn",
|
|
220
307
|
"declaringAssemblyName": "Npgsql"
|
|
221
308
|
},
|
|
222
309
|
{
|
|
223
310
|
"stableId": "Npgsql:Npgsql.Schema.NpgsqlDbColumn::IsUnique:System.Nullable_1[[System.Boolean,System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e]]",
|
|
224
311
|
"clrName": "IsUnique",
|
|
225
|
-
"tsEmitName": "isUnique",
|
|
226
312
|
"metadataToken": 385876533,
|
|
227
313
|
"canonicalSignature": ":System.Nullable_1[[System.Boolean,System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e]]",
|
|
228
|
-
"normalizedSignature": "IsUnique|:System.Nullable_1[[System.Boolean,System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e]]|static=false|accessor=
|
|
314
|
+
"normalizedSignature": "IsUnique|:System.Nullable_1[[System.Boolean,System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e]]|static=false|accessor=getset",
|
|
229
315
|
"emitScope": "ClassSurface",
|
|
316
|
+
"provenance": "Original",
|
|
230
317
|
"isIndexer": false,
|
|
231
318
|
"hasGetter": true,
|
|
232
|
-
"hasSetter":
|
|
319
|
+
"hasSetter": true,
|
|
320
|
+
"isStatic": false,
|
|
321
|
+
"isAbstract": false,
|
|
322
|
+
"isVirtual": false,
|
|
323
|
+
"isOverride": false,
|
|
324
|
+
"visibility": "Public",
|
|
233
325
|
"declaringClrType": "Npgsql.Schema.NpgsqlDbColumn",
|
|
234
326
|
"declaringAssemblyName": "Npgsql"
|
|
235
327
|
},
|
|
236
328
|
{
|
|
237
329
|
"stableId": "Npgsql:Npgsql.Schema.NpgsqlDbColumn::NumericPrecision:System.Nullable_1[[System.Int32,System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e]]",
|
|
238
330
|
"clrName": "NumericPrecision",
|
|
239
|
-
"tsEmitName": "numericPrecision",
|
|
240
331
|
"metadataToken": 385876534,
|
|
241
332
|
"canonicalSignature": ":System.Nullable_1[[System.Int32,System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e]]",
|
|
242
|
-
"normalizedSignature": "NumericPrecision|:System.Nullable_1[[System.Int32,System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e]]|static=false|accessor=
|
|
333
|
+
"normalizedSignature": "NumericPrecision|:System.Nullable_1[[System.Int32,System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e]]|static=false|accessor=getset",
|
|
243
334
|
"emitScope": "ClassSurface",
|
|
335
|
+
"provenance": "Original",
|
|
244
336
|
"isIndexer": false,
|
|
245
337
|
"hasGetter": true,
|
|
246
|
-
"hasSetter":
|
|
338
|
+
"hasSetter": true,
|
|
339
|
+
"isStatic": false,
|
|
340
|
+
"isAbstract": false,
|
|
341
|
+
"isVirtual": false,
|
|
342
|
+
"isOverride": false,
|
|
343
|
+
"visibility": "Public",
|
|
247
344
|
"declaringClrType": "Npgsql.Schema.NpgsqlDbColumn",
|
|
248
345
|
"declaringAssemblyName": "Npgsql"
|
|
249
346
|
},
|
|
250
347
|
{
|
|
251
348
|
"stableId": "Npgsql:Npgsql.Schema.NpgsqlDbColumn::NumericScale:System.Nullable_1[[System.Int32,System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e]]",
|
|
252
349
|
"clrName": "NumericScale",
|
|
253
|
-
"tsEmitName": "numericScale",
|
|
254
350
|
"metadataToken": 385876535,
|
|
255
351
|
"canonicalSignature": ":System.Nullable_1[[System.Int32,System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e]]",
|
|
256
|
-
"normalizedSignature": "NumericScale|:System.Nullable_1[[System.Int32,System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e]]|static=false|accessor=
|
|
352
|
+
"normalizedSignature": "NumericScale|:System.Nullable_1[[System.Int32,System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e]]|static=false|accessor=getset",
|
|
257
353
|
"emitScope": "ClassSurface",
|
|
354
|
+
"provenance": "Original",
|
|
258
355
|
"isIndexer": false,
|
|
259
356
|
"hasGetter": true,
|
|
260
|
-
"hasSetter":
|
|
357
|
+
"hasSetter": true,
|
|
358
|
+
"isStatic": false,
|
|
359
|
+
"isAbstract": false,
|
|
360
|
+
"isVirtual": false,
|
|
361
|
+
"isOverride": false,
|
|
362
|
+
"visibility": "Public",
|
|
261
363
|
"declaringClrType": "Npgsql.Schema.NpgsqlDbColumn",
|
|
262
364
|
"declaringAssemblyName": "Npgsql"
|
|
263
365
|
},
|
|
264
366
|
{
|
|
265
367
|
"stableId": "Npgsql:Npgsql.Schema.NpgsqlDbColumn::UdtAssemblyQualifiedName:System.String",
|
|
266
368
|
"clrName": "UdtAssemblyQualifiedName",
|
|
267
|
-
"tsEmitName": "udtAssemblyQualifiedName",
|
|
268
369
|
"metadataToken": 385876536,
|
|
269
370
|
"canonicalSignature": ":System.String",
|
|
270
|
-
"normalizedSignature": "UdtAssemblyQualifiedName|:System.String|static=false|accessor=
|
|
371
|
+
"normalizedSignature": "UdtAssemblyQualifiedName|:System.String|static=false|accessor=getset",
|
|
271
372
|
"emitScope": "ClassSurface",
|
|
373
|
+
"provenance": "Original",
|
|
272
374
|
"isIndexer": false,
|
|
273
375
|
"hasGetter": true,
|
|
274
|
-
"hasSetter":
|
|
376
|
+
"hasSetter": true,
|
|
377
|
+
"isStatic": false,
|
|
378
|
+
"isAbstract": false,
|
|
379
|
+
"isVirtual": false,
|
|
380
|
+
"isOverride": false,
|
|
381
|
+
"visibility": "Public",
|
|
275
382
|
"declaringClrType": "Npgsql.Schema.NpgsqlDbColumn",
|
|
276
383
|
"declaringAssemblyName": "Npgsql"
|
|
277
384
|
},
|
|
278
385
|
{
|
|
279
386
|
"stableId": "Npgsql:Npgsql.Schema.NpgsqlDbColumn::DataType:System.Type",
|
|
280
387
|
"clrName": "DataType",
|
|
281
|
-
"tsEmitName": "dataType",
|
|
282
388
|
"metadataToken": 385876537,
|
|
283
389
|
"canonicalSignature": ":System.Type",
|
|
284
|
-
"normalizedSignature": "DataType|:System.Type|static=false|accessor=
|
|
390
|
+
"normalizedSignature": "DataType|:System.Type|static=false|accessor=getset",
|
|
285
391
|
"emitScope": "ClassSurface",
|
|
392
|
+
"provenance": "Original",
|
|
286
393
|
"isIndexer": false,
|
|
287
394
|
"hasGetter": true,
|
|
288
|
-
"hasSetter":
|
|
395
|
+
"hasSetter": true,
|
|
396
|
+
"isStatic": false,
|
|
397
|
+
"isAbstract": false,
|
|
398
|
+
"isVirtual": false,
|
|
399
|
+
"isOverride": false,
|
|
400
|
+
"visibility": "Public",
|
|
289
401
|
"declaringClrType": "Npgsql.Schema.NpgsqlDbColumn",
|
|
290
402
|
"declaringAssemblyName": "Npgsql"
|
|
291
403
|
},
|
|
292
404
|
{
|
|
293
405
|
"stableId": "Npgsql:Npgsql.Schema.NpgsqlDbColumn::DataTypeName:System.String",
|
|
294
406
|
"clrName": "DataTypeName",
|
|
295
|
-
"tsEmitName": "dataTypeName",
|
|
296
407
|
"metadataToken": 385876538,
|
|
297
408
|
"canonicalSignature": ":System.String",
|
|
298
|
-
"normalizedSignature": "DataTypeName|:System.String|static=false|accessor=
|
|
409
|
+
"normalizedSignature": "DataTypeName|:System.String|static=false|accessor=getset",
|
|
299
410
|
"emitScope": "ClassSurface",
|
|
411
|
+
"provenance": "Original",
|
|
300
412
|
"isIndexer": false,
|
|
301
413
|
"hasGetter": true,
|
|
302
|
-
"hasSetter":
|
|
414
|
+
"hasSetter": true,
|
|
415
|
+
"isStatic": false,
|
|
416
|
+
"isAbstract": false,
|
|
417
|
+
"isVirtual": false,
|
|
418
|
+
"isOverride": false,
|
|
419
|
+
"visibility": "Public",
|
|
303
420
|
"declaringClrType": "Npgsql.Schema.NpgsqlDbColumn",
|
|
304
421
|
"declaringAssemblyName": "Npgsql"
|
|
305
422
|
},
|
|
306
423
|
{
|
|
307
424
|
"stableId": "Npgsql:Npgsql.Schema.NpgsqlDbColumn::PostgresType:Npgsql.PostgresTypes.PostgresType",
|
|
308
425
|
"clrName": "PostgresType",
|
|
309
|
-
"tsEmitName": "postgresType",
|
|
310
426
|
"metadataToken": 385876539,
|
|
311
427
|
"canonicalSignature": ":Npgsql.PostgresTypes.PostgresType",
|
|
312
|
-
"normalizedSignature": "PostgresType|:Npgsql.PostgresTypes.PostgresType|static=false|accessor=
|
|
428
|
+
"normalizedSignature": "PostgresType|:Npgsql.PostgresTypes.PostgresType|static=false|accessor=getset",
|
|
313
429
|
"emitScope": "ClassSurface",
|
|
430
|
+
"provenance": "Original",
|
|
314
431
|
"isIndexer": false,
|
|
315
432
|
"hasGetter": true,
|
|
316
|
-
"hasSetter":
|
|
433
|
+
"hasSetter": true,
|
|
434
|
+
"isStatic": false,
|
|
435
|
+
"isAbstract": false,
|
|
436
|
+
"isVirtual": false,
|
|
437
|
+
"isOverride": false,
|
|
438
|
+
"visibility": "Public",
|
|
317
439
|
"declaringClrType": "Npgsql.Schema.NpgsqlDbColumn",
|
|
318
440
|
"declaringAssemblyName": "Npgsql"
|
|
319
441
|
},
|
|
320
442
|
{
|
|
321
443
|
"stableId": "Npgsql:Npgsql.Schema.NpgsqlDbColumn::TypeOID:System.UInt32",
|
|
322
444
|
"clrName": "TypeOID",
|
|
323
|
-
"tsEmitName": "typeOID",
|
|
324
445
|
"metadataToken": 385876540,
|
|
325
446
|
"canonicalSignature": ":System.UInt32",
|
|
326
|
-
"normalizedSignature": "TypeOID|:System.UInt32|static=false|accessor=
|
|
447
|
+
"normalizedSignature": "TypeOID|:System.UInt32|static=false|accessor=getset",
|
|
327
448
|
"emitScope": "ClassSurface",
|
|
449
|
+
"provenance": "Original",
|
|
328
450
|
"isIndexer": false,
|
|
329
451
|
"hasGetter": true,
|
|
330
|
-
"hasSetter":
|
|
452
|
+
"hasSetter": true,
|
|
453
|
+
"isStatic": false,
|
|
454
|
+
"isAbstract": false,
|
|
455
|
+
"isVirtual": false,
|
|
456
|
+
"isOverride": false,
|
|
457
|
+
"visibility": "Public",
|
|
331
458
|
"declaringClrType": "Npgsql.Schema.NpgsqlDbColumn",
|
|
332
459
|
"declaringAssemblyName": "Npgsql"
|
|
333
460
|
},
|
|
334
461
|
{
|
|
335
462
|
"stableId": "Npgsql:Npgsql.Schema.NpgsqlDbColumn::TableOID:System.UInt32",
|
|
336
463
|
"clrName": "TableOID",
|
|
337
|
-
"tsEmitName": "tableOID",
|
|
338
464
|
"metadataToken": 385876541,
|
|
339
465
|
"canonicalSignature": ":System.UInt32",
|
|
340
|
-
"normalizedSignature": "TableOID|:System.UInt32|static=false|accessor=
|
|
466
|
+
"normalizedSignature": "TableOID|:System.UInt32|static=false|accessor=getset",
|
|
341
467
|
"emitScope": "ClassSurface",
|
|
468
|
+
"provenance": "Original",
|
|
342
469
|
"isIndexer": false,
|
|
343
470
|
"hasGetter": true,
|
|
344
|
-
"hasSetter":
|
|
471
|
+
"hasSetter": true,
|
|
472
|
+
"isStatic": false,
|
|
473
|
+
"isAbstract": false,
|
|
474
|
+
"isVirtual": false,
|
|
475
|
+
"isOverride": false,
|
|
476
|
+
"visibility": "Public",
|
|
345
477
|
"declaringClrType": "Npgsql.Schema.NpgsqlDbColumn",
|
|
346
478
|
"declaringAssemblyName": "Npgsql"
|
|
347
479
|
},
|
|
348
480
|
{
|
|
349
481
|
"stableId": "Npgsql:Npgsql.Schema.NpgsqlDbColumn::ColumnAttributeNumber:System.Nullable_1[[System.Int16,System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e]]",
|
|
350
482
|
"clrName": "ColumnAttributeNumber",
|
|
351
|
-
"tsEmitName": "columnAttributeNumber",
|
|
352
483
|
"metadataToken": 385876542,
|
|
353
484
|
"canonicalSignature": ":System.Nullable_1[[System.Int16,System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e]]",
|
|
354
|
-
"normalizedSignature": "ColumnAttributeNumber|:System.Nullable_1[[System.Int16,System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e]]|static=false|accessor=
|
|
485
|
+
"normalizedSignature": "ColumnAttributeNumber|:System.Nullable_1[[System.Int16,System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e]]|static=false|accessor=getset",
|
|
355
486
|
"emitScope": "ClassSurface",
|
|
487
|
+
"provenance": "Original",
|
|
356
488
|
"isIndexer": false,
|
|
357
489
|
"hasGetter": true,
|
|
358
|
-
"hasSetter":
|
|
490
|
+
"hasSetter": true,
|
|
491
|
+
"isStatic": false,
|
|
492
|
+
"isAbstract": false,
|
|
493
|
+
"isVirtual": false,
|
|
494
|
+
"isOverride": false,
|
|
495
|
+
"visibility": "Public",
|
|
359
496
|
"declaringClrType": "Npgsql.Schema.NpgsqlDbColumn",
|
|
360
497
|
"declaringAssemblyName": "Npgsql"
|
|
361
498
|
},
|
|
362
499
|
{
|
|
363
500
|
"stableId": "Npgsql:Npgsql.Schema.NpgsqlDbColumn::DefaultValue:System.String",
|
|
364
501
|
"clrName": "DefaultValue",
|
|
365
|
-
"tsEmitName": "defaultValue",
|
|
366
502
|
"metadataToken": 385876543,
|
|
367
503
|
"canonicalSignature": ":System.String",
|
|
368
|
-
"normalizedSignature": "DefaultValue|:System.String|static=false|accessor=
|
|
504
|
+
"normalizedSignature": "DefaultValue|:System.String|static=false|accessor=getset",
|
|
369
505
|
"emitScope": "ClassSurface",
|
|
506
|
+
"provenance": "Original",
|
|
370
507
|
"isIndexer": false,
|
|
371
508
|
"hasGetter": true,
|
|
372
|
-
"hasSetter":
|
|
509
|
+
"hasSetter": true,
|
|
510
|
+
"isStatic": false,
|
|
511
|
+
"isAbstract": false,
|
|
512
|
+
"isVirtual": false,
|
|
513
|
+
"isOverride": false,
|
|
514
|
+
"visibility": "Public",
|
|
373
515
|
"declaringClrType": "Npgsql.Schema.NpgsqlDbColumn",
|
|
374
516
|
"declaringAssemblyName": "Npgsql"
|
|
375
517
|
},
|
|
376
518
|
{
|
|
377
519
|
"stableId": "Npgsql:Npgsql.Schema.NpgsqlDbColumn::NpgsqlDbType:System.Nullable_1[[NpgsqlTypes.NpgsqlDbType,Npgsql,Version=10.0.0.0,Culture=neutral,PublicKeyToken=5d8b90d52f46fda7]]",
|
|
378
520
|
"clrName": "NpgsqlDbType",
|
|
379
|
-
"tsEmitName": "npgsqlDbType",
|
|
380
521
|
"metadataToken": 385876544,
|
|
381
522
|
"canonicalSignature": ":System.Nullable_1[[NpgsqlTypes.NpgsqlDbType,Npgsql,Version=10.0.0.0,Culture=neutral,PublicKeyToken=5d8b90d52f46fda7]]",
|
|
382
|
-
"normalizedSignature": "NpgsqlDbType|:System.Nullable_1[[NpgsqlTypes.NpgsqlDbType,Npgsql,Version=10.0.0.0,Culture=neutral,PublicKeyToken=5d8b90d52f46fda7]]|static=false|accessor=
|
|
523
|
+
"normalizedSignature": "NpgsqlDbType|:System.Nullable_1[[NpgsqlTypes.NpgsqlDbType,Npgsql,Version=10.0.0.0,Culture=neutral,PublicKeyToken=5d8b90d52f46fda7]]|static=false|accessor=getset",
|
|
383
524
|
"emitScope": "ClassSurface",
|
|
525
|
+
"provenance": "Original",
|
|
384
526
|
"isIndexer": false,
|
|
385
527
|
"hasGetter": true,
|
|
386
|
-
"hasSetter":
|
|
528
|
+
"hasSetter": true,
|
|
529
|
+
"isStatic": false,
|
|
530
|
+
"isAbstract": false,
|
|
531
|
+
"isVirtual": false,
|
|
532
|
+
"isOverride": false,
|
|
533
|
+
"visibility": "Public",
|
|
387
534
|
"declaringClrType": "Npgsql.Schema.NpgsqlDbColumn",
|
|
388
535
|
"declaringAssemblyName": "Npgsql"
|
|
389
536
|
},
|
|
390
537
|
{
|
|
391
538
|
"stableId": "Npgsql:Npgsql.Schema.NpgsqlDbColumn::Item[System.String]:System.Object",
|
|
392
539
|
"clrName": "Item",
|
|
393
|
-
"tsEmitName": "item",
|
|
394
540
|
"metadataToken": 385876545,
|
|
395
541
|
"canonicalSignature": "[System.String]:System.Object",
|
|
396
542
|
"normalizedSignature": "Item|[System.String]:System.Object|static=false|accessor=get",
|
|
397
543
|
"emitScope": "ClassSurface",
|
|
544
|
+
"provenance": "Original",
|
|
398
545
|
"isIndexer": true,
|
|
399
546
|
"hasGetter": true,
|
|
400
547
|
"hasSetter": false,
|
|
548
|
+
"isStatic": false,
|
|
549
|
+
"isAbstract": false,
|
|
550
|
+
"isVirtual": true,
|
|
551
|
+
"isOverride": true,
|
|
552
|
+
"visibility": "Public",
|
|
401
553
|
"declaringClrType": "Npgsql.Schema.NpgsqlDbColumn",
|
|
402
554
|
"declaringAssemblyName": "Npgsql"
|
|
403
555
|
}
|
|
@@ -412,302 +564,10 @@
|
|
|
412
564
|
"normalizedSignature": "constructor|():void|static=false",
|
|
413
565
|
"isStatic": false,
|
|
414
566
|
"parameterCount": 0,
|
|
567
|
+
"visibility": "Public",
|
|
415
568
|
"declaringClrType": "Npgsql.Schema.NpgsqlDbColumn",
|
|
416
569
|
"declaringAssemblyName": "Npgsql"
|
|
417
570
|
}
|
|
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
571
|
]
|
|
712
572
|
}
|
|
713
573
|
]
|