@tsonic/efcore-npgsql 0.1.1 → 10.0.1

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (136) hide show
  1. package/Microsoft.EntityFrameworkCore/bindings.json +8128 -11135
  2. package/Microsoft.EntityFrameworkCore/internal/index.d.ts +604 -604
  3. package/Microsoft.EntityFrameworkCore.Diagnostics/bindings.json +29 -180
  4. package/Microsoft.EntityFrameworkCore.Diagnostics/internal/index.d.ts +16 -16
  5. package/Microsoft.EntityFrameworkCore.Metadata.Internal/bindings.json +18 -15
  6. package/Microsoft.EntityFrameworkCore.Metadata.Internal/internal/index.d.ts +1 -1
  7. package/Microsoft.Extensions.DependencyInjection/bindings.json +28 -26
  8. package/Microsoft.Extensions.DependencyInjection/internal/index.d.ts +2 -2
  9. package/Npgsql/bindings.json +10951 -18969
  10. package/Npgsql/internal/index.d.ts +1044 -1044
  11. package/Npgsql.BackendMessages/bindings.json +26 -39
  12. package/Npgsql.BackendMessages/internal/index.d.ts +3 -3
  13. package/Npgsql.EntityFrameworkCore.PostgreSQL/bindings.json +9 -66
  14. package/Npgsql.EntityFrameworkCore.PostgreSQL.Design.Internal/bindings.json +93 -174
  15. package/Npgsql.EntityFrameworkCore.PostgreSQL.Design.Internal/internal/index.d.ts +12 -12
  16. package/Npgsql.EntityFrameworkCore.PostgreSQL.Diagnostics.Internal/bindings.json +26 -201
  17. package/Npgsql.EntityFrameworkCore.PostgreSQL.Diagnostics.Internal/internal/index.d.ts +17 -17
  18. package/Npgsql.EntityFrameworkCore.PostgreSQL.Extensions.Internal/bindings.json +34 -48
  19. package/Npgsql.EntityFrameworkCore.PostgreSQL.Extensions.Internal/internal/index.d.ts +4 -4
  20. package/Npgsql.EntityFrameworkCore.PostgreSQL.Infrastructure/bindings.json +124 -217
  21. package/Npgsql.EntityFrameworkCore.PostgreSQL.Infrastructure/internal/index.d.ts +17 -17
  22. package/Npgsql.EntityFrameworkCore.PostgreSQL.Infrastructure.Internal/bindings.json +335 -693
  23. package/Npgsql.EntityFrameworkCore.PostgreSQL.Infrastructure.Internal/internal/index.d.ts +55 -55
  24. package/Npgsql.EntityFrameworkCore.PostgreSQL.Internal/bindings.json +390 -712
  25. package/Npgsql.EntityFrameworkCore.PostgreSQL.Internal/internal/index.d.ts +56 -56
  26. package/Npgsql.EntityFrameworkCore.PostgreSQL.Metadata/bindings.json +322 -703
  27. package/Npgsql.EntityFrameworkCore.PostgreSQL.Metadata/internal/index.d.ts +62 -62
  28. package/Npgsql.EntityFrameworkCore.PostgreSQL.Metadata.Conventions/bindings.json +99 -193
  29. package/Npgsql.EntityFrameworkCore.PostgreSQL.Metadata.Conventions/internal/index.d.ts +9 -9
  30. package/Npgsql.EntityFrameworkCore.PostgreSQL.Metadata.Internal/bindings.json +155 -612
  31. package/Npgsql.EntityFrameworkCore.PostgreSQL.Metadata.Internal/internal/index.d.ts +52 -52
  32. package/Npgsql.EntityFrameworkCore.PostgreSQL.Migrations/bindings.json +33 -58
  33. package/Npgsql.EntityFrameworkCore.PostgreSQL.Migrations/internal/index.d.ts +4 -4
  34. package/Npgsql.EntityFrameworkCore.PostgreSQL.Migrations.Internal/bindings.json +92 -173
  35. package/Npgsql.EntityFrameworkCore.PostgreSQL.Migrations.Internal/internal/index.d.ts +13 -13
  36. package/Npgsql.EntityFrameworkCore.PostgreSQL.Migrations.Operations/bindings.json +35 -72
  37. package/Npgsql.EntityFrameworkCore.PostgreSQL.Migrations.Operations/internal/index.d.ts +6 -6
  38. package/Npgsql.EntityFrameworkCore.PostgreSQL.Query/bindings.json +129 -234
  39. package/Npgsql.EntityFrameworkCore.PostgreSQL.Query/internal/index.d.ts +20 -20
  40. package/Npgsql.EntityFrameworkCore.PostgreSQL.Query.ExpressionTranslators.Internal/bindings.json +421 -864
  41. package/Npgsql.EntityFrameworkCore.PostgreSQL.Query.ExpressionTranslators.Internal/internal/index.d.ts +38 -38
  42. package/Npgsql.EntityFrameworkCore.PostgreSQL.Query.Expressions/bindings.json +41 -345
  43. package/Npgsql.EntityFrameworkCore.PostgreSQL.Query.Expressions/internal/index.d.ts +30 -30
  44. package/Npgsql.EntityFrameworkCore.PostgreSQL.Query.Expressions.Internal/bindings.json +952 -2015
  45. package/Npgsql.EntityFrameworkCore.PostgreSQL.Query.Expressions.Internal/internal/index.d.ts +160 -160
  46. package/Npgsql.EntityFrameworkCore.PostgreSQL.Query.Internal/bindings.json +240 -523
  47. package/Npgsql.EntityFrameworkCore.PostgreSQL.Query.Internal/internal/index.d.ts +23 -23
  48. package/Npgsql.EntityFrameworkCore.PostgreSQL.Scaffolding.Internal/bindings.json +33 -61
  49. package/Npgsql.EntityFrameworkCore.PostgreSQL.Scaffolding.Internal/internal/index.d.ts +3 -3
  50. package/Npgsql.EntityFrameworkCore.PostgreSQL.Storage.Internal/bindings.json +276 -544
  51. package/Npgsql.EntityFrameworkCore.PostgreSQL.Storage.Internal/internal/index.d.ts +36 -36
  52. package/Npgsql.EntityFrameworkCore.PostgreSQL.Storage.Internal.Json/bindings.json +60 -110
  53. package/Npgsql.EntityFrameworkCore.PostgreSQL.Storage.Internal.Json/internal/index.d.ts +8 -8
  54. package/Npgsql.EntityFrameworkCore.PostgreSQL.Storage.Internal.Mapping/bindings.json +1549 -4016
  55. package/Npgsql.EntityFrameworkCore.PostgreSQL.Storage.Internal.Mapping/internal/index.d.ts +159 -159
  56. package/Npgsql.EntityFrameworkCore.PostgreSQL.Storage.ValueConversion/bindings.json +14 -34
  57. package/Npgsql.EntityFrameworkCore.PostgreSQL.Storage.ValueConversion/internal/index.d.ts +1 -1
  58. package/Npgsql.EntityFrameworkCore.PostgreSQL.Update.Internal/bindings.json +93 -187
  59. package/Npgsql.EntityFrameworkCore.PostgreSQL.Update.Internal/internal/index.d.ts +10 -10
  60. package/Npgsql.EntityFrameworkCore.PostgreSQL.ValueGeneration/bindings.json +37 -76
  61. package/Npgsql.EntityFrameworkCore.PostgreSQL.ValueGeneration/internal/index.d.ts +4 -4
  62. package/Npgsql.EntityFrameworkCore.PostgreSQL.ValueGeneration.Internal/bindings.json +108 -192
  63. package/Npgsql.EntityFrameworkCore.PostgreSQL.ValueGeneration.Internal/internal/index.d.ts +8 -8
  64. package/Npgsql.Internal/bindings.json +1671 -3264
  65. package/Npgsql.Internal/internal/index.d.ts +244 -244
  66. package/Npgsql.Internal.Postgres/bindings.json +208 -434
  67. package/Npgsql.Internal.Postgres/internal/index.d.ts +33 -33
  68. package/Npgsql.NameTranslation/bindings.json +61 -116
  69. package/Npgsql.NameTranslation/internal/index.d.ts +5 -5
  70. package/Npgsql.PostgresTypes/bindings.json +175 -1000
  71. package/Npgsql.PostgresTypes/internal/index.d.ts +19 -19
  72. package/Npgsql.Replication/bindings.json +325 -1072
  73. package/Npgsql.Replication/internal/index.d.ts +46 -46
  74. package/Npgsql.Replication.Internal/bindings.json +44 -73
  75. package/Npgsql.Replication.Internal/internal/index.d.ts +5 -5
  76. package/Npgsql.Replication.PgOutput/bindings.json +191 -537
  77. package/Npgsql.Replication.PgOutput/internal/index.d.ts +30 -30
  78. package/Npgsql.Replication.PgOutput.Messages/bindings.json +662 -2866
  79. package/Npgsql.Replication.PgOutput.Messages/internal/index.d.ts +82 -82
  80. package/Npgsql.Replication.TestDecoding/bindings.json +91 -268
  81. package/Npgsql.Replication.TestDecoding/internal/index.d.ts +13 -13
  82. package/Npgsql.Schema/bindings.json +149 -322
  83. package/Npgsql.Schema/internal/index.d.ts +28 -28
  84. package/Npgsql.TypeMapping/bindings.json +92 -153
  85. package/Npgsql.TypeMapping/internal/index.d.ts +13 -13
  86. package/Npgsql.Util/bindings.json +9 -1
  87. package/NpgsqlTypes/bindings.json +1569 -4426
  88. package/NpgsqlTypes/internal/index.d.ts +280 -280
  89. package/__build/scripts/generate.sh +4 -4
  90. package/__internal/extensions/index.d.ts +71 -71
  91. package/package.json +5 -5
  92. package/Microsoft.EntityFrameworkCore/internal/metadata.json +0 -10154
  93. package/Microsoft.EntityFrameworkCore.Diagnostics/internal/metadata.json +0 -172
  94. package/Microsoft.EntityFrameworkCore.Metadata.Internal/internal/metadata.json +0 -49
  95. package/Microsoft.Extensions.DependencyInjection/internal/metadata.json +0 -63
  96. package/Npgsql/internal/metadata.json +0 -15514
  97. package/Npgsql.BackendMessages/internal/metadata.json +0 -72
  98. package/Npgsql.EntityFrameworkCore.PostgreSQL/internal/metadata.json +0 -60
  99. package/Npgsql.EntityFrameworkCore.PostgreSQL.Design.Internal/internal/metadata.json +0 -269
  100. package/Npgsql.EntityFrameworkCore.PostgreSQL.Diagnostics.Internal/internal/metadata.json +0 -184
  101. package/Npgsql.EntityFrameworkCore.PostgreSQL.Extensions.Internal/internal/metadata.json +0 -125
  102. package/Npgsql.EntityFrameworkCore.PostgreSQL.Infrastructure/internal/metadata.json +0 -342
  103. package/Npgsql.EntityFrameworkCore.PostgreSQL.Infrastructure.Internal/internal/metadata.json +0 -985
  104. package/Npgsql.EntityFrameworkCore.PostgreSQL.Internal/internal/metadata.json +0 -1064
  105. package/Npgsql.EntityFrameworkCore.PostgreSQL.Metadata/internal/metadata.json +0 -990
  106. package/Npgsql.EntityFrameworkCore.PostgreSQL.Metadata.Conventions/internal/metadata.json +0 -317
  107. package/Npgsql.EntityFrameworkCore.PostgreSQL.Metadata.Internal/internal/metadata.json +0 -664
  108. package/Npgsql.EntityFrameworkCore.PostgreSQL.Migrations/internal/metadata.json +0 -95
  109. package/Npgsql.EntityFrameworkCore.PostgreSQL.Migrations.Internal/internal/metadata.json +0 -262
  110. package/Npgsql.EntityFrameworkCore.PostgreSQL.Migrations.Operations/internal/metadata.json +0 -114
  111. package/Npgsql.EntityFrameworkCore.PostgreSQL.Query/internal/metadata.json +0 -351
  112. package/Npgsql.EntityFrameworkCore.PostgreSQL.Query.ExpressionTranslators.Internal/internal/metadata.json +0 -1349
  113. package/Npgsql.EntityFrameworkCore.PostgreSQL.Query.Expressions/internal/metadata.json +0 -304
  114. package/Npgsql.EntityFrameworkCore.PostgreSQL.Query.Expressions.Internal/internal/metadata.json +0 -2783
  115. package/Npgsql.EntityFrameworkCore.PostgreSQL.Query.Internal/internal/metadata.json +0 -806
  116. package/Npgsql.EntityFrameworkCore.PostgreSQL.Scaffolding.Internal/internal/metadata.json +0 -102
  117. package/Npgsql.EntityFrameworkCore.PostgreSQL.Storage.Internal/internal/metadata.json +0 -807
  118. package/Npgsql.EntityFrameworkCore.PostgreSQL.Storage.Internal.Json/internal/metadata.json +0 -186
  119. package/Npgsql.EntityFrameworkCore.PostgreSQL.Storage.Internal.Mapping/internal/metadata.json +0 -4823
  120. package/Npgsql.EntityFrameworkCore.PostgreSQL.Storage.ValueConversion/internal/metadata.json +0 -51
  121. package/Npgsql.EntityFrameworkCore.PostgreSQL.Update.Internal/internal/metadata.json +0 -341
  122. package/Npgsql.EntityFrameworkCore.PostgreSQL.ValueGeneration/internal/metadata.json +0 -118
  123. package/Npgsql.EntityFrameworkCore.PostgreSQL.ValueGeneration.Internal/internal/metadata.json +0 -323
  124. package/Npgsql.Internal/internal/metadata.json +0 -4555
  125. package/Npgsql.Internal.Postgres/internal/metadata.json +0 -619
  126. package/Npgsql.NameTranslation/internal/metadata.json +0 -173
  127. package/Npgsql.PostgresTypes/internal/metadata.json +0 -480
  128. package/Npgsql.Replication/internal/metadata.json +0 -972
  129. package/Npgsql.Replication.Internal/internal/metadata.json +0 -119
  130. package/Npgsql.Replication.PgOutput/internal/metadata.json +0 -644
  131. package/Npgsql.Replication.PgOutput.Messages/internal/metadata.json +0 -1905
  132. package/Npgsql.Replication.TestDecoding/internal/metadata.json +0 -283
  133. package/Npgsql.Schema/internal/metadata.json +0 -451
  134. package/Npgsql.TypeMapping/internal/metadata.json +0 -248
  135. package/Npgsql.Util/internal/metadata.json +0 -24
  136. package/NpgsqlTypes/internal/metadata.json +0 -5014
@@ -1,644 +0,0 @@
1
- {
2
- "namespace": "Npgsql.Replication.PgOutput",
3
- "contributingAssemblies": [
4
- "Npgsql"
5
- ],
6
- "types": [
7
- {
8
- "stableId": "Npgsql:Npgsql.Replication.PgOutput.PgOutputProtocolVersion",
9
- "clrName": "Npgsql.Replication.PgOutput.PgOutputProtocolVersion",
10
- "tsEmitName": "PgOutputProtocolVersion",
11
- "kind": "Enum",
12
- "accessibility": "Public",
13
- "isAbstract": false,
14
- "isSealed": true,
15
- "isStatic": false,
16
- "arity": 0,
17
- "methods": [],
18
- "properties": [],
19
- "fields": [
20
- {
21
- "stableId": "Npgsql:Npgsql.Replication.PgOutput.PgOutputProtocolVersion::value__System.UInt64",
22
- "clrName": "value__",
23
- "tsEmitName": "value__",
24
- "normalizedSignature": "value__|System.UInt64|static=false|const=false",
25
- "isStatic": false,
26
- "isReadOnly": false,
27
- "isLiteral": false
28
- },
29
- {
30
- "stableId": "Npgsql:Npgsql.Replication.PgOutput.PgOutputProtocolVersion::V1Npgsql.Replication.PgOutput.PgOutputProtocolVersion",
31
- "clrName": "V1",
32
- "tsEmitName": "V1",
33
- "normalizedSignature": "V1|Npgsql.Replication.PgOutput.PgOutputProtocolVersion|static=true|const=true",
34
- "isStatic": true,
35
- "isReadOnly": false,
36
- "isLiteral": true
37
- },
38
- {
39
- "stableId": "Npgsql:Npgsql.Replication.PgOutput.PgOutputProtocolVersion::V2Npgsql.Replication.PgOutput.PgOutputProtocolVersion",
40
- "clrName": "V2",
41
- "tsEmitName": "V2",
42
- "normalizedSignature": "V2|Npgsql.Replication.PgOutput.PgOutputProtocolVersion|static=true|const=true",
43
- "isStatic": true,
44
- "isReadOnly": false,
45
- "isLiteral": true
46
- },
47
- {
48
- "stableId": "Npgsql:Npgsql.Replication.PgOutput.PgOutputProtocolVersion::V3Npgsql.Replication.PgOutput.PgOutputProtocolVersion",
49
- "clrName": "V3",
50
- "tsEmitName": "V3",
51
- "normalizedSignature": "V3|Npgsql.Replication.PgOutput.PgOutputProtocolVersion|static=true|const=true",
52
- "isStatic": true,
53
- "isReadOnly": false,
54
- "isLiteral": true
55
- },
56
- {
57
- "stableId": "Npgsql:Npgsql.Replication.PgOutput.PgOutputProtocolVersion::V4Npgsql.Replication.PgOutput.PgOutputProtocolVersion",
58
- "clrName": "V4",
59
- "tsEmitName": "V4",
60
- "normalizedSignature": "V4|Npgsql.Replication.PgOutput.PgOutputProtocolVersion|static=true|const=true",
61
- "isStatic": true,
62
- "isReadOnly": false,
63
- "isLiteral": true
64
- }
65
- ],
66
- "events": [],
67
- "constructors": []
68
- },
69
- {
70
- "stableId": "Npgsql:Npgsql.Replication.PgOutput.PgOutputStreamingMode",
71
- "clrName": "Npgsql.Replication.PgOutput.PgOutputStreamingMode",
72
- "tsEmitName": "PgOutputStreamingMode",
73
- "kind": "Enum",
74
- "accessibility": "Public",
75
- "isAbstract": false,
76
- "isSealed": true,
77
- "isStatic": false,
78
- "arity": 0,
79
- "methods": [],
80
- "properties": [],
81
- "fields": [
82
- {
83
- "stableId": "Npgsql:Npgsql.Replication.PgOutput.PgOutputStreamingMode::value__System.Int32",
84
- "clrName": "value__",
85
- "tsEmitName": "value__",
86
- "normalizedSignature": "value__|System.Int32|static=false|const=false",
87
- "isStatic": false,
88
- "isReadOnly": false,
89
- "isLiteral": false
90
- },
91
- {
92
- "stableId": "Npgsql:Npgsql.Replication.PgOutput.PgOutputStreamingMode::OffNpgsql.Replication.PgOutput.PgOutputStreamingMode",
93
- "clrName": "Off",
94
- "tsEmitName": "off",
95
- "normalizedSignature": "Off|Npgsql.Replication.PgOutput.PgOutputStreamingMode|static=true|const=true",
96
- "isStatic": true,
97
- "isReadOnly": false,
98
- "isLiteral": true
99
- },
100
- {
101
- "stableId": "Npgsql:Npgsql.Replication.PgOutput.PgOutputStreamingMode::OnNpgsql.Replication.PgOutput.PgOutputStreamingMode",
102
- "clrName": "On",
103
- "tsEmitName": "on",
104
- "normalizedSignature": "On|Npgsql.Replication.PgOutput.PgOutputStreamingMode|static=true|const=true",
105
- "isStatic": true,
106
- "isReadOnly": false,
107
- "isLiteral": true
108
- },
109
- {
110
- "stableId": "Npgsql:Npgsql.Replication.PgOutput.PgOutputStreamingMode::ParallelNpgsql.Replication.PgOutput.PgOutputStreamingMode",
111
- "clrName": "Parallel",
112
- "tsEmitName": "parallel",
113
- "normalizedSignature": "Parallel|Npgsql.Replication.PgOutput.PgOutputStreamingMode|static=true|const=true",
114
- "isStatic": true,
115
- "isReadOnly": false,
116
- "isLiteral": true
117
- }
118
- ],
119
- "events": [],
120
- "constructors": []
121
- },
122
- {
123
- "stableId": "Npgsql:Npgsql.Replication.PgOutput.TupleDataKind",
124
- "clrName": "Npgsql.Replication.PgOutput.TupleDataKind",
125
- "tsEmitName": "TupleDataKind",
126
- "kind": "Enum",
127
- "accessibility": "Public",
128
- "isAbstract": false,
129
- "isSealed": true,
130
- "isStatic": false,
131
- "arity": 0,
132
- "methods": [],
133
- "properties": [],
134
- "fields": [
135
- {
136
- "stableId": "Npgsql:Npgsql.Replication.PgOutput.TupleDataKind::value__System.Byte",
137
- "clrName": "value__",
138
- "tsEmitName": "value__",
139
- "normalizedSignature": "value__|System.Byte|static=false|const=false",
140
- "isStatic": false,
141
- "isReadOnly": false,
142
- "isLiteral": false
143
- },
144
- {
145
- "stableId": "Npgsql:Npgsql.Replication.PgOutput.TupleDataKind::NullNpgsql.Replication.PgOutput.TupleDataKind",
146
- "clrName": "Null",
147
- "tsEmitName": "null_",
148
- "normalizedSignature": "Null|Npgsql.Replication.PgOutput.TupleDataKind|static=true|const=true",
149
- "isStatic": true,
150
- "isReadOnly": false,
151
- "isLiteral": true
152
- },
153
- {
154
- "stableId": "Npgsql:Npgsql.Replication.PgOutput.TupleDataKind::UnchangedToastedValueNpgsql.Replication.PgOutput.TupleDataKind",
155
- "clrName": "UnchangedToastedValue",
156
- "tsEmitName": "unchangedToastedValue",
157
- "normalizedSignature": "UnchangedToastedValue|Npgsql.Replication.PgOutput.TupleDataKind|static=true|const=true",
158
- "isStatic": true,
159
- "isReadOnly": false,
160
- "isLiteral": true
161
- },
162
- {
163
- "stableId": "Npgsql:Npgsql.Replication.PgOutput.TupleDataKind::TextValueNpgsql.Replication.PgOutput.TupleDataKind",
164
- "clrName": "TextValue",
165
- "tsEmitName": "textValue",
166
- "normalizedSignature": "TextValue|Npgsql.Replication.PgOutput.TupleDataKind|static=true|const=true",
167
- "isStatic": true,
168
- "isReadOnly": false,
169
- "isLiteral": true
170
- },
171
- {
172
- "stableId": "Npgsql:Npgsql.Replication.PgOutput.TupleDataKind::BinaryValueNpgsql.Replication.PgOutput.TupleDataKind",
173
- "clrName": "BinaryValue",
174
- "tsEmitName": "binaryValue",
175
- "normalizedSignature": "BinaryValue|Npgsql.Replication.PgOutput.TupleDataKind|static=true|const=true",
176
- "isStatic": true,
177
- "isReadOnly": false,
178
- "isLiteral": true
179
- }
180
- ],
181
- "events": [],
182
- "constructors": []
183
- },
184
- {
185
- "stableId": "Npgsql:Npgsql.Replication.PgOutput.PgOutputReplicationOptions",
186
- "clrName": "Npgsql.Replication.PgOutput.PgOutputReplicationOptions",
187
- "tsEmitName": "PgOutputReplicationOptions",
188
- "kind": "Class",
189
- "accessibility": "Public",
190
- "isAbstract": false,
191
- "isSealed": false,
192
- "isStatic": false,
193
- "arity": 0,
194
- "methods": [
195
- {
196
- "stableId": "Npgsql:Npgsql.Replication.PgOutput.PgOutputReplicationOptions::Equals(Npgsql.Replication.PgOutput.PgOutputReplicationOptions):System.Boolean",
197
- "clrName": "Equals",
198
- "tsEmitName": "equals",
199
- "normalizedSignature": "Equals|(Npgsql.Replication.PgOutput.PgOutputReplicationOptions):System.Boolean|static=false",
200
- "provenance": "Original",
201
- "emitScope": "ClassSurface",
202
- "isStatic": false,
203
- "isAbstract": false,
204
- "isVirtual": true,
205
- "isOverride": false,
206
- "isSealed": true,
207
- "arity": 0,
208
- "parameterCount": 1,
209
- "isExtensionMethod": false
210
- },
211
- {
212
- "stableId": "Npgsql:Npgsql.Replication.PgOutput.PgOutputReplicationOptions::Equals(System.Object):System.Boolean",
213
- "clrName": "Equals",
214
- "tsEmitName": "equals",
215
- "normalizedSignature": "Equals|(System.Object):System.Boolean|static=false",
216
- "provenance": "Original",
217
- "emitScope": "ClassSurface",
218
- "isStatic": false,
219
- "isAbstract": false,
220
- "isVirtual": true,
221
- "isOverride": true,
222
- "isSealed": false,
223
- "arity": 0,
224
- "parameterCount": 1,
225
- "isExtensionMethod": false
226
- },
227
- {
228
- "stableId": "Npgsql:Npgsql.Replication.PgOutput.PgOutputReplicationOptions::GetHashCode():System.Int32",
229
- "clrName": "GetHashCode",
230
- "tsEmitName": "getHashCode",
231
- "normalizedSignature": "GetHashCode|():System.Int32|static=false",
232
- "provenance": "Original",
233
- "emitScope": "ClassSurface",
234
- "isStatic": false,
235
- "isAbstract": false,
236
- "isVirtual": true,
237
- "isOverride": true,
238
- "isSealed": false,
239
- "arity": 0,
240
- "parameterCount": 0,
241
- "isExtensionMethod": false
242
- }
243
- ],
244
- "properties": [
245
- {
246
- "stableId": "Npgsql:Npgsql.Replication.PgOutput.PgOutputReplicationOptions::ProtocolVersion:Npgsql.Replication.PgOutput.PgOutputProtocolVersion",
247
- "clrName": "ProtocolVersion",
248
- "tsEmitName": "protocolVersion",
249
- "normalizedSignature": "ProtocolVersion|:Npgsql.Replication.PgOutput.PgOutputProtocolVersion|static=false|accessor=get",
250
- "provenance": "Original",
251
- "emitScope": "ClassSurface",
252
- "isStatic": false,
253
- "isAbstract": false,
254
- "isVirtual": false,
255
- "isOverride": false,
256
- "isIndexer": false,
257
- "hasGetter": true,
258
- "hasSetter": false
259
- },
260
- {
261
- "stableId": "Npgsql:Npgsql.Replication.PgOutput.PgOutputReplicationOptions::PublicationNames:System.Collections.Generic.List_1[[System.String,System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e]]",
262
- "clrName": "PublicationNames",
263
- "tsEmitName": "publicationNames",
264
- "normalizedSignature": "PublicationNames|:System.Collections.Generic.List_1[[System.String,System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e]]|static=false|accessor=get",
265
- "provenance": "Original",
266
- "emitScope": "ClassSurface",
267
- "isStatic": false,
268
- "isAbstract": false,
269
- "isVirtual": false,
270
- "isOverride": false,
271
- "isIndexer": false,
272
- "hasGetter": true,
273
- "hasSetter": false
274
- },
275
- {
276
- "stableId": "Npgsql:Npgsql.Replication.PgOutput.PgOutputReplicationOptions::Binary:System.Nullable_1[[System.Boolean,System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e]]",
277
- "clrName": "Binary",
278
- "tsEmitName": "binary",
279
- "normalizedSignature": "Binary|:System.Nullable_1[[System.Boolean,System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e]]|static=false|accessor=get",
280
- "provenance": "Original",
281
- "emitScope": "ClassSurface",
282
- "isStatic": false,
283
- "isAbstract": false,
284
- "isVirtual": false,
285
- "isOverride": false,
286
- "isIndexer": false,
287
- "hasGetter": true,
288
- "hasSetter": false
289
- },
290
- {
291
- "stableId": "Npgsql:Npgsql.Replication.PgOutput.PgOutputReplicationOptions::StreamingMode:System.Nullable_1[[Npgsql.Replication.PgOutput.PgOutputStreamingMode,Npgsql,Version=10.0.0.0,Culture=neutral,PublicKeyToken=5d8b90d52f46fda7]]",
292
- "clrName": "StreamingMode",
293
- "tsEmitName": "streamingMode",
294
- "normalizedSignature": "StreamingMode|:System.Nullable_1[[Npgsql.Replication.PgOutput.PgOutputStreamingMode,Npgsql,Version=10.0.0.0,Culture=neutral,PublicKeyToken=5d8b90d52f46fda7]]|static=false|accessor=get",
295
- "provenance": "Original",
296
- "emitScope": "ClassSurface",
297
- "isStatic": false,
298
- "isAbstract": false,
299
- "isVirtual": false,
300
- "isOverride": false,
301
- "isIndexer": false,
302
- "hasGetter": true,
303
- "hasSetter": false
304
- },
305
- {
306
- "stableId": "Npgsql:Npgsql.Replication.PgOutput.PgOutputReplicationOptions::Messages:System.Nullable_1[[System.Boolean,System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e]]",
307
- "clrName": "Messages",
308
- "tsEmitName": "messages",
309
- "normalizedSignature": "Messages|:System.Nullable_1[[System.Boolean,System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e]]|static=false|accessor=get",
310
- "provenance": "Original",
311
- "emitScope": "ClassSurface",
312
- "isStatic": false,
313
- "isAbstract": false,
314
- "isVirtual": false,
315
- "isOverride": false,
316
- "isIndexer": false,
317
- "hasGetter": true,
318
- "hasSetter": false
319
- },
320
- {
321
- "stableId": "Npgsql:Npgsql.Replication.PgOutput.PgOutputReplicationOptions::TwoPhase:System.Nullable_1[[System.Boolean,System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e]]",
322
- "clrName": "TwoPhase",
323
- "tsEmitName": "twoPhase",
324
- "normalizedSignature": "TwoPhase|:System.Nullable_1[[System.Boolean,System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e]]|static=false|accessor=get",
325
- "provenance": "Original",
326
- "emitScope": "ClassSurface",
327
- "isStatic": false,
328
- "isAbstract": false,
329
- "isVirtual": false,
330
- "isOverride": false,
331
- "isIndexer": false,
332
- "hasGetter": true,
333
- "hasSetter": false
334
- }
335
- ],
336
- "fields": [],
337
- "events": [],
338
- "constructors": [
339
- {
340
- "normalizedSignature": "constructor|(System.String,System.UInt64,System.Nullable_1[[System.Boolean,System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e]],System.Nullable_1[[System.Boolean,System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e]],System.Nullable_1[[System.Boolean,System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e]],System.Nullable_1[[System.Boolean,System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e]]):void|static=false",
341
- "isStatic": false,
342
- "parameterCount": 6
343
- },
344
- {
345
- "normalizedSignature": "constructor|(System.String,Npgsql.Replication.PgOutput.PgOutputProtocolVersion,System.Nullable_1[[System.Boolean,System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e]],System.Nullable_1[[Npgsql.Replication.PgOutput.PgOutputStreamingMode,Npgsql,Version=10.0.0.0,Culture=neutral,PublicKeyToken=5d8b90d52f46fda7]],System.Nullable_1[[System.Boolean,System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e]],System.Nullable_1[[System.Boolean,System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e]]):void|static=false",
346
- "isStatic": false,
347
- "parameterCount": 6
348
- },
349
- {
350
- "normalizedSignature": "constructor|(System.Collections.Generic.IEnumerable_1[[System.String,System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e]],System.UInt64,System.Nullable_1[[System.Boolean,System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e]],System.Nullable_1[[System.Boolean,System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e]],System.Nullable_1[[System.Boolean,System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e]],System.Nullable_1[[System.Boolean,System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e]]):void|static=false",
351
- "isStatic": false,
352
- "parameterCount": 6
353
- },
354
- {
355
- "normalizedSignature": "constructor|(System.Collections.Generic.IEnumerable_1[[System.String,System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e]],Npgsql.Replication.PgOutput.PgOutputProtocolVersion,System.Nullable_1[[System.Boolean,System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e]],System.Nullable_1[[Npgsql.Replication.PgOutput.PgOutputStreamingMode,Npgsql,Version=10.0.0.0,Culture=neutral,PublicKeyToken=5d8b90d52f46fda7]],System.Nullable_1[[System.Boolean,System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e]],System.Nullable_1[[System.Boolean,System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e]]):void|static=false",
356
- "isStatic": false,
357
- "parameterCount": 6
358
- }
359
- ]
360
- },
361
- {
362
- "stableId": "Npgsql:Npgsql.Replication.PgOutput.PgOutputReplicationSlot",
363
- "clrName": "Npgsql.Replication.PgOutput.PgOutputReplicationSlot",
364
- "tsEmitName": "PgOutputReplicationSlot",
365
- "kind": "Class",
366
- "accessibility": "Public",
367
- "isAbstract": false,
368
- "isSealed": false,
369
- "isStatic": false,
370
- "arity": 0,
371
- "methods": [],
372
- "properties": [],
373
- "fields": [],
374
- "events": [],
375
- "constructors": [
376
- {
377
- "normalizedSignature": "constructor|(System.String):void|static=false",
378
- "isStatic": false,
379
- "parameterCount": 1
380
- },
381
- {
382
- "normalizedSignature": "constructor|(Npgsql.Replication.ReplicationSlotOptions):void|static=false",
383
- "isStatic": false,
384
- "parameterCount": 1
385
- }
386
- ]
387
- },
388
- {
389
- "stableId": "Npgsql:Npgsql.Replication.PgOutput.ReplicationTuple",
390
- "clrName": "Npgsql.Replication.PgOutput.ReplicationTuple",
391
- "tsEmitName": "ReplicationTuple",
392
- "kind": "Class",
393
- "accessibility": "Public",
394
- "isAbstract": false,
395
- "isSealed": false,
396
- "isStatic": false,
397
- "arity": 0,
398
- "methods": [
399
- {
400
- "stableId": "Npgsql:Npgsql.Replication.PgOutput.ReplicationTuple::GetAsyncEnumerator(System.Threading.CancellationToken):System.Collections.Generic.IAsyncEnumerator_1[[Npgsql.Replication.PgOutput.ReplicationValue,Npgsql,Version=10.0.0.0,Culture=neutral,PublicKeyToken=5d8b90d52f46fda7]]",
401
- "clrName": "GetAsyncEnumerator",
402
- "tsEmitName": "getAsyncEnumerator",
403
- "normalizedSignature": "GetAsyncEnumerator|(System.Threading.CancellationToken):System.Collections.Generic.IAsyncEnumerator_1[[Npgsql.Replication.PgOutput.ReplicationValue,Npgsql,Version=10.0.0.0,Culture=neutral,PublicKeyToken=5d8b90d52f46fda7]]|static=false",
404
- "provenance": "Original",
405
- "emitScope": "ClassSurface",
406
- "isStatic": false,
407
- "isAbstract": false,
408
- "isVirtual": true,
409
- "isOverride": false,
410
- "isSealed": false,
411
- "arity": 0,
412
- "parameterCount": 1,
413
- "isExtensionMethod": false
414
- }
415
- ],
416
- "properties": [
417
- {
418
- "stableId": "Npgsql:Npgsql.Replication.PgOutput.ReplicationTuple::NumColumns:System.UInt16",
419
- "clrName": "NumColumns",
420
- "tsEmitName": "numColumns",
421
- "normalizedSignature": "NumColumns|:System.UInt16|static=false|accessor=get",
422
- "provenance": "Original",
423
- "emitScope": "ClassSurface",
424
- "isStatic": false,
425
- "isAbstract": false,
426
- "isVirtual": false,
427
- "isOverride": false,
428
- "isIndexer": false,
429
- "hasGetter": true,
430
- "hasSetter": false
431
- }
432
- ],
433
- "fields": [],
434
- "events": [],
435
- "constructors": []
436
- },
437
- {
438
- "stableId": "Npgsql:Npgsql.Replication.PgOutput.ReplicationValue",
439
- "clrName": "Npgsql.Replication.PgOutput.ReplicationValue",
440
- "tsEmitName": "ReplicationValue",
441
- "kind": "Class",
442
- "accessibility": "Public",
443
- "isAbstract": false,
444
- "isSealed": false,
445
- "isStatic": false,
446
- "arity": 0,
447
- "methods": [
448
- {
449
- "stableId": "Npgsql:Npgsql.Replication.PgOutput.ReplicationValue::GetPostgresType():Npgsql.PostgresTypes.PostgresType",
450
- "clrName": "GetPostgresType",
451
- "tsEmitName": "getPostgresType",
452
- "normalizedSignature": "GetPostgresType|():Npgsql.PostgresTypes.PostgresType|static=false",
453
- "provenance": "Original",
454
- "emitScope": "ClassSurface",
455
- "isStatic": false,
456
- "isAbstract": false,
457
- "isVirtual": false,
458
- "isOverride": false,
459
- "isSealed": false,
460
- "arity": 0,
461
- "parameterCount": 0,
462
- "isExtensionMethod": false
463
- },
464
- {
465
- "stableId": "Npgsql:Npgsql.Replication.PgOutput.ReplicationValue::GetDataTypeName():System.String",
466
- "clrName": "GetDataTypeName",
467
- "tsEmitName": "getDataTypeName",
468
- "normalizedSignature": "GetDataTypeName|():System.String|static=false",
469
- "provenance": "Original",
470
- "emitScope": "ClassSurface",
471
- "isStatic": false,
472
- "isAbstract": false,
473
- "isVirtual": false,
474
- "isOverride": false,
475
- "isSealed": false,
476
- "arity": 0,
477
- "parameterCount": 0,
478
- "isExtensionMethod": false
479
- },
480
- {
481
- "stableId": "Npgsql:Npgsql.Replication.PgOutput.ReplicationValue::GetFieldType():System.Type",
482
- "clrName": "GetFieldType",
483
- "tsEmitName": "getFieldType",
484
- "normalizedSignature": "GetFieldType|():System.Type|static=false",
485
- "provenance": "Original",
486
- "emitScope": "ClassSurface",
487
- "isStatic": false,
488
- "isAbstract": false,
489
- "isVirtual": false,
490
- "isOverride": false,
491
- "isSealed": false,
492
- "arity": 0,
493
- "parameterCount": 0,
494
- "isExtensionMethod": false
495
- },
496
- {
497
- "stableId": "Npgsql:Npgsql.Replication.PgOutput.ReplicationValue::GetFieldName():System.String",
498
- "clrName": "GetFieldName",
499
- "tsEmitName": "getFieldName",
500
- "normalizedSignature": "GetFieldName|():System.String|static=false",
501
- "provenance": "Original",
502
- "emitScope": "ClassSurface",
503
- "isStatic": false,
504
- "isAbstract": false,
505
- "isVirtual": false,
506
- "isOverride": false,
507
- "isSealed": false,
508
- "arity": 0,
509
- "parameterCount": 0,
510
- "isExtensionMethod": false
511
- },
512
- {
513
- "stableId": "Npgsql:Npgsql.Replication.PgOutput.ReplicationValue::Get(System.Threading.CancellationToken):ValueTask_1",
514
- "clrName": "Get",
515
- "tsEmitName": "get_",
516
- "normalizedSignature": "Get|(System.Threading.CancellationToken):ValueTask_1|static=false",
517
- "provenance": "Original",
518
- "emitScope": "ClassSurface",
519
- "isStatic": false,
520
- "isAbstract": false,
521
- "isVirtual": false,
522
- "isOverride": false,
523
- "isSealed": false,
524
- "arity": 1,
525
- "parameterCount": 1,
526
- "isExtensionMethod": false
527
- },
528
- {
529
- "stableId": "Npgsql:Npgsql.Replication.PgOutput.ReplicationValue::Get(System.Threading.CancellationToken):System.Threading.Tasks.ValueTask_1[[System.Object,System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e]]",
530
- "clrName": "Get",
531
- "tsEmitName": "get_",
532
- "normalizedSignature": "Get|(System.Threading.CancellationToken):System.Threading.Tasks.ValueTask_1[[System.Object,System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e]]|static=false",
533
- "provenance": "Original",
534
- "emitScope": "ClassSurface",
535
- "isStatic": false,
536
- "isAbstract": false,
537
- "isVirtual": false,
538
- "isOverride": false,
539
- "isSealed": false,
540
- "arity": 0,
541
- "parameterCount": 1,
542
- "isExtensionMethod": false
543
- },
544
- {
545
- "stableId": "Npgsql:Npgsql.Replication.PgOutput.ReplicationValue::GetStream():System.IO.Stream",
546
- "clrName": "GetStream",
547
- "tsEmitName": "getStream",
548
- "normalizedSignature": "GetStream|():System.IO.Stream|static=false",
549
- "provenance": "Original",
550
- "emitScope": "ClassSurface",
551
- "isStatic": false,
552
- "isAbstract": false,
553
- "isVirtual": false,
554
- "isOverride": false,
555
- "isSealed": false,
556
- "arity": 0,
557
- "parameterCount": 0,
558
- "isExtensionMethod": false
559
- },
560
- {
561
- "stableId": "Npgsql:Npgsql.Replication.PgOutput.ReplicationValue::GetTextReader():System.IO.TextReader",
562
- "clrName": "GetTextReader",
563
- "tsEmitName": "getTextReader",
564
- "normalizedSignature": "GetTextReader|():System.IO.TextReader|static=false",
565
- "provenance": "Original",
566
- "emitScope": "ClassSurface",
567
- "isStatic": false,
568
- "isAbstract": false,
569
- "isVirtual": false,
570
- "isOverride": false,
571
- "isSealed": false,
572
- "arity": 0,
573
- "parameterCount": 0,
574
- "isExtensionMethod": false
575
- }
576
- ],
577
- "properties": [
578
- {
579
- "stableId": "Npgsql:Npgsql.Replication.PgOutput.ReplicationValue::Length:System.Int32",
580
- "clrName": "Length",
581
- "tsEmitName": "length",
582
- "normalizedSignature": "Length|:System.Int32|static=false|accessor=get",
583
- "provenance": "Original",
584
- "emitScope": "ClassSurface",
585
- "isStatic": false,
586
- "isAbstract": false,
587
- "isVirtual": false,
588
- "isOverride": false,
589
- "isIndexer": false,
590
- "hasGetter": true,
591
- "hasSetter": false
592
- },
593
- {
594
- "stableId": "Npgsql:Npgsql.Replication.PgOutput.ReplicationValue::Kind:Npgsql.Replication.PgOutput.TupleDataKind",
595
- "clrName": "Kind",
596
- "tsEmitName": "kind",
597
- "normalizedSignature": "Kind|:Npgsql.Replication.PgOutput.TupleDataKind|static=false|accessor=get",
598
- "provenance": "Original",
599
- "emitScope": "ClassSurface",
600
- "isStatic": false,
601
- "isAbstract": false,
602
- "isVirtual": false,
603
- "isOverride": false,
604
- "isIndexer": false,
605
- "hasGetter": true,
606
- "hasSetter": false
607
- },
608
- {
609
- "stableId": "Npgsql:Npgsql.Replication.PgOutput.ReplicationValue::IsDBNull:System.Boolean",
610
- "clrName": "IsDBNull",
611
- "tsEmitName": "isDBNull",
612
- "normalizedSignature": "IsDBNull|:System.Boolean|static=false|accessor=get",
613
- "provenance": "Original",
614
- "emitScope": "ClassSurface",
615
- "isStatic": false,
616
- "isAbstract": false,
617
- "isVirtual": false,
618
- "isOverride": false,
619
- "isIndexer": false,
620
- "hasGetter": true,
621
- "hasSetter": false
622
- },
623
- {
624
- "stableId": "Npgsql:Npgsql.Replication.PgOutput.ReplicationValue::IsUnchangedToastedValue:System.Boolean",
625
- "clrName": "IsUnchangedToastedValue",
626
- "tsEmitName": "isUnchangedToastedValue",
627
- "normalizedSignature": "IsUnchangedToastedValue|:System.Boolean|static=false|accessor=get",
628
- "provenance": "Original",
629
- "emitScope": "ClassSurface",
630
- "isStatic": false,
631
- "isAbstract": false,
632
- "isVirtual": false,
633
- "isOverride": false,
634
- "isIndexer": false,
635
- "hasGetter": true,
636
- "hasSetter": false
637
- }
638
- ],
639
- "fields": [],
640
- "events": [],
641
- "constructors": []
642
- }
643
- ]
644
- }