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