@tsonic/efcore-npgsql 0.1.2 → 10.0.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/Microsoft.EntityFrameworkCore/bindings.json +8128 -11135
- package/Microsoft.EntityFrameworkCore/internal/index.d.ts +604 -604
- package/Microsoft.EntityFrameworkCore.Diagnostics/bindings.json +29 -180
- package/Microsoft.EntityFrameworkCore.Diagnostics/internal/index.d.ts +16 -16
- package/Microsoft.EntityFrameworkCore.Metadata.Internal/bindings.json +18 -15
- package/Microsoft.EntityFrameworkCore.Metadata.Internal/internal/index.d.ts +1 -1
- package/Microsoft.Extensions.DependencyInjection/bindings.json +28 -26
- package/Microsoft.Extensions.DependencyInjection/internal/index.d.ts +2 -2
- package/Npgsql/bindings.json +10951 -18969
- package/Npgsql/internal/index.d.ts +1044 -1044
- package/Npgsql.BackendMessages/bindings.json +26 -39
- package/Npgsql.BackendMessages/internal/index.d.ts +3 -3
- package/Npgsql.EntityFrameworkCore.PostgreSQL/bindings.json +9 -66
- package/Npgsql.EntityFrameworkCore.PostgreSQL.Design.Internal/bindings.json +93 -174
- package/Npgsql.EntityFrameworkCore.PostgreSQL.Design.Internal/internal/index.d.ts +12 -12
- package/Npgsql.EntityFrameworkCore.PostgreSQL.Diagnostics.Internal/bindings.json +26 -201
- package/Npgsql.EntityFrameworkCore.PostgreSQL.Diagnostics.Internal/internal/index.d.ts +17 -17
- package/Npgsql.EntityFrameworkCore.PostgreSQL.Extensions.Internal/bindings.json +34 -48
- package/Npgsql.EntityFrameworkCore.PostgreSQL.Extensions.Internal/internal/index.d.ts +4 -4
- package/Npgsql.EntityFrameworkCore.PostgreSQL.Infrastructure/bindings.json +124 -217
- package/Npgsql.EntityFrameworkCore.PostgreSQL.Infrastructure/internal/index.d.ts +17 -17
- package/Npgsql.EntityFrameworkCore.PostgreSQL.Infrastructure.Internal/bindings.json +335 -693
- package/Npgsql.EntityFrameworkCore.PostgreSQL.Infrastructure.Internal/internal/index.d.ts +55 -55
- package/Npgsql.EntityFrameworkCore.PostgreSQL.Internal/bindings.json +390 -712
- package/Npgsql.EntityFrameworkCore.PostgreSQL.Internal/internal/index.d.ts +56 -56
- package/Npgsql.EntityFrameworkCore.PostgreSQL.Metadata/bindings.json +322 -703
- package/Npgsql.EntityFrameworkCore.PostgreSQL.Metadata/internal/index.d.ts +62 -62
- package/Npgsql.EntityFrameworkCore.PostgreSQL.Metadata.Conventions/bindings.json +99 -193
- package/Npgsql.EntityFrameworkCore.PostgreSQL.Metadata.Conventions/internal/index.d.ts +9 -9
- package/Npgsql.EntityFrameworkCore.PostgreSQL.Metadata.Internal/bindings.json +155 -612
- package/Npgsql.EntityFrameworkCore.PostgreSQL.Metadata.Internal/internal/index.d.ts +52 -52
- package/Npgsql.EntityFrameworkCore.PostgreSQL.Migrations/bindings.json +33 -58
- package/Npgsql.EntityFrameworkCore.PostgreSQL.Migrations/internal/index.d.ts +4 -4
- package/Npgsql.EntityFrameworkCore.PostgreSQL.Migrations.Internal/bindings.json +92 -173
- package/Npgsql.EntityFrameworkCore.PostgreSQL.Migrations.Internal/internal/index.d.ts +13 -13
- package/Npgsql.EntityFrameworkCore.PostgreSQL.Migrations.Operations/bindings.json +35 -72
- package/Npgsql.EntityFrameworkCore.PostgreSQL.Migrations.Operations/internal/index.d.ts +6 -6
- package/Npgsql.EntityFrameworkCore.PostgreSQL.Query/bindings.json +129 -234
- package/Npgsql.EntityFrameworkCore.PostgreSQL.Query/internal/index.d.ts +20 -20
- package/Npgsql.EntityFrameworkCore.PostgreSQL.Query.ExpressionTranslators.Internal/bindings.json +421 -864
- package/Npgsql.EntityFrameworkCore.PostgreSQL.Query.ExpressionTranslators.Internal/internal/index.d.ts +38 -38
- package/Npgsql.EntityFrameworkCore.PostgreSQL.Query.Expressions/bindings.json +41 -345
- package/Npgsql.EntityFrameworkCore.PostgreSQL.Query.Expressions/internal/index.d.ts +30 -30
- package/Npgsql.EntityFrameworkCore.PostgreSQL.Query.Expressions.Internal/bindings.json +952 -2015
- package/Npgsql.EntityFrameworkCore.PostgreSQL.Query.Expressions.Internal/internal/index.d.ts +152 -152
- package/Npgsql.EntityFrameworkCore.PostgreSQL.Query.Internal/bindings.json +240 -523
- package/Npgsql.EntityFrameworkCore.PostgreSQL.Query.Internal/internal/index.d.ts +21 -21
- package/Npgsql.EntityFrameworkCore.PostgreSQL.Scaffolding.Internal/bindings.json +33 -61
- package/Npgsql.EntityFrameworkCore.PostgreSQL.Scaffolding.Internal/internal/index.d.ts +3 -3
- package/Npgsql.EntityFrameworkCore.PostgreSQL.Storage.Internal/bindings.json +276 -544
- package/Npgsql.EntityFrameworkCore.PostgreSQL.Storage.Internal/internal/index.d.ts +36 -36
- package/Npgsql.EntityFrameworkCore.PostgreSQL.Storage.Internal.Json/bindings.json +60 -110
- package/Npgsql.EntityFrameworkCore.PostgreSQL.Storage.Internal.Json/internal/index.d.ts +8 -8
- package/Npgsql.EntityFrameworkCore.PostgreSQL.Storage.Internal.Mapping/bindings.json +1549 -4016
- package/Npgsql.EntityFrameworkCore.PostgreSQL.Storage.Internal.Mapping/internal/index.d.ts +159 -159
- package/Npgsql.EntityFrameworkCore.PostgreSQL.Storage.ValueConversion/bindings.json +14 -34
- package/Npgsql.EntityFrameworkCore.PostgreSQL.Storage.ValueConversion/internal/index.d.ts +1 -1
- package/Npgsql.EntityFrameworkCore.PostgreSQL.Update.Internal/bindings.json +93 -187
- package/Npgsql.EntityFrameworkCore.PostgreSQL.Update.Internal/internal/index.d.ts +10 -10
- package/Npgsql.EntityFrameworkCore.PostgreSQL.ValueGeneration/bindings.json +37 -76
- package/Npgsql.EntityFrameworkCore.PostgreSQL.ValueGeneration/internal/index.d.ts +4 -4
- package/Npgsql.EntityFrameworkCore.PostgreSQL.ValueGeneration.Internal/bindings.json +108 -192
- package/Npgsql.EntityFrameworkCore.PostgreSQL.ValueGeneration.Internal/internal/index.d.ts +8 -8
- package/Npgsql.Internal/bindings.json +1671 -3264
- package/Npgsql.Internal/internal/index.d.ts +243 -243
- package/Npgsql.Internal.Postgres/bindings.json +208 -434
- package/Npgsql.Internal.Postgres/internal/index.d.ts +33 -33
- package/Npgsql.NameTranslation/bindings.json +61 -116
- package/Npgsql.NameTranslation/internal/index.d.ts +5 -5
- package/Npgsql.PostgresTypes/bindings.json +175 -1000
- package/Npgsql.PostgresTypes/internal/index.d.ts +19 -19
- package/Npgsql.Replication/bindings.json +325 -1072
- package/Npgsql.Replication/internal/index.d.ts +46 -46
- package/Npgsql.Replication.Internal/bindings.json +44 -73
- package/Npgsql.Replication.Internal/internal/index.d.ts +5 -5
- package/Npgsql.Replication.PgOutput/bindings.json +191 -537
- package/Npgsql.Replication.PgOutput/internal/index.d.ts +30 -30
- package/Npgsql.Replication.PgOutput.Messages/bindings.json +662 -2866
- package/Npgsql.Replication.PgOutput.Messages/internal/index.d.ts +82 -82
- package/Npgsql.Replication.TestDecoding/bindings.json +91 -268
- package/Npgsql.Replication.TestDecoding/internal/index.d.ts +13 -13
- package/Npgsql.Schema/bindings.json +149 -322
- package/Npgsql.Schema/internal/index.d.ts +28 -28
- package/Npgsql.TypeMapping/bindings.json +92 -153
- package/Npgsql.TypeMapping/internal/index.d.ts +13 -13
- package/Npgsql.Util/bindings.json +9 -1
- package/NpgsqlTypes/bindings.json +1569 -4426
- package/NpgsqlTypes/internal/index.d.ts +280 -280
- package/__build/scripts/generate.sh +4 -4
- package/__internal/extensions/index.d.ts +71 -71
- package/package.json +5 -5
- package/Microsoft.EntityFrameworkCore/internal/metadata.json +0 -10154
- package/Microsoft.EntityFrameworkCore.Diagnostics/internal/metadata.json +0 -172
- package/Microsoft.EntityFrameworkCore.Metadata.Internal/internal/metadata.json +0 -49
- package/Microsoft.Extensions.DependencyInjection/internal/metadata.json +0 -63
- package/Npgsql/internal/metadata.json +0 -15514
- package/Npgsql.BackendMessages/internal/metadata.json +0 -72
- package/Npgsql.EntityFrameworkCore.PostgreSQL/internal/metadata.json +0 -60
- package/Npgsql.EntityFrameworkCore.PostgreSQL.Design.Internal/internal/metadata.json +0 -269
- package/Npgsql.EntityFrameworkCore.PostgreSQL.Diagnostics.Internal/internal/metadata.json +0 -184
- package/Npgsql.EntityFrameworkCore.PostgreSQL.Extensions.Internal/internal/metadata.json +0 -125
- package/Npgsql.EntityFrameworkCore.PostgreSQL.Infrastructure/internal/metadata.json +0 -342
- package/Npgsql.EntityFrameworkCore.PostgreSQL.Infrastructure.Internal/internal/metadata.json +0 -985
- package/Npgsql.EntityFrameworkCore.PostgreSQL.Internal/internal/metadata.json +0 -1064
- package/Npgsql.EntityFrameworkCore.PostgreSQL.Metadata/internal/metadata.json +0 -990
- package/Npgsql.EntityFrameworkCore.PostgreSQL.Metadata.Conventions/internal/metadata.json +0 -317
- package/Npgsql.EntityFrameworkCore.PostgreSQL.Metadata.Internal/internal/metadata.json +0 -664
- package/Npgsql.EntityFrameworkCore.PostgreSQL.Migrations/internal/metadata.json +0 -95
- package/Npgsql.EntityFrameworkCore.PostgreSQL.Migrations.Internal/internal/metadata.json +0 -262
- package/Npgsql.EntityFrameworkCore.PostgreSQL.Migrations.Operations/internal/metadata.json +0 -114
- package/Npgsql.EntityFrameworkCore.PostgreSQL.Query/internal/metadata.json +0 -351
- package/Npgsql.EntityFrameworkCore.PostgreSQL.Query.ExpressionTranslators.Internal/internal/metadata.json +0 -1349
- package/Npgsql.EntityFrameworkCore.PostgreSQL.Query.Expressions/internal/metadata.json +0 -304
- package/Npgsql.EntityFrameworkCore.PostgreSQL.Query.Expressions.Internal/internal/metadata.json +0 -2783
- package/Npgsql.EntityFrameworkCore.PostgreSQL.Query.Internal/internal/metadata.json +0 -806
- package/Npgsql.EntityFrameworkCore.PostgreSQL.Scaffolding.Internal/internal/metadata.json +0 -102
- package/Npgsql.EntityFrameworkCore.PostgreSQL.Storage.Internal/internal/metadata.json +0 -807
- package/Npgsql.EntityFrameworkCore.PostgreSQL.Storage.Internal.Json/internal/metadata.json +0 -186
- package/Npgsql.EntityFrameworkCore.PostgreSQL.Storage.Internal.Mapping/internal/metadata.json +0 -4823
- package/Npgsql.EntityFrameworkCore.PostgreSQL.Storage.ValueConversion/internal/metadata.json +0 -51
- package/Npgsql.EntityFrameworkCore.PostgreSQL.Update.Internal/internal/metadata.json +0 -341
- package/Npgsql.EntityFrameworkCore.PostgreSQL.ValueGeneration/internal/metadata.json +0 -118
- package/Npgsql.EntityFrameworkCore.PostgreSQL.ValueGeneration.Internal/internal/metadata.json +0 -323
- package/Npgsql.Internal/internal/metadata.json +0 -4555
- package/Npgsql.Internal.Postgres/internal/metadata.json +0 -619
- package/Npgsql.NameTranslation/internal/metadata.json +0 -173
- package/Npgsql.PostgresTypes/internal/metadata.json +0 -480
- package/Npgsql.Replication/internal/metadata.json +0 -972
- package/Npgsql.Replication.Internal/internal/metadata.json +0 -119
- package/Npgsql.Replication.PgOutput/internal/metadata.json +0 -644
- package/Npgsql.Replication.PgOutput.Messages/internal/metadata.json +0 -1905
- package/Npgsql.Replication.TestDecoding/internal/metadata.json +0 -283
- package/Npgsql.Schema/internal/metadata.json +0 -451
- package/Npgsql.TypeMapping/internal/metadata.json +0 -248
- package/Npgsql.Util/internal/metadata.json +0 -24
- package/NpgsqlTypes/internal/metadata.json +0 -5014
|
@@ -1,23 +1,36 @@
|
|
|
1
1
|
{
|
|
2
2
|
"namespace": "Npgsql.Replication.TestDecoding",
|
|
3
|
+
"contributingAssemblies": [
|
|
4
|
+
"Npgsql"
|
|
5
|
+
],
|
|
3
6
|
"types": [
|
|
4
7
|
{
|
|
5
8
|
"stableId": "Npgsql:Npgsql.Replication.TestDecoding.TestDecodingData",
|
|
6
9
|
"clrName": "Npgsql.Replication.TestDecoding.TestDecodingData",
|
|
7
|
-
"tsEmitName": "TestDecodingData",
|
|
8
10
|
"assemblyName": "Npgsql",
|
|
9
11
|
"metadataToken": 0,
|
|
12
|
+
"kind": "Class",
|
|
13
|
+
"accessibility": "Public",
|
|
14
|
+
"isAbstract": false,
|
|
15
|
+
"isSealed": true,
|
|
16
|
+
"isStatic": false,
|
|
17
|
+
"arity": 0,
|
|
10
18
|
"methods": [
|
|
11
19
|
{
|
|
12
20
|
"stableId": "Npgsql:Npgsql.Replication.TestDecoding.TestDecodingData::ToString():System.String",
|
|
13
21
|
"clrName": "ToString",
|
|
14
|
-
"tsEmitName": "toString",
|
|
15
22
|
"metadataToken": 100665916,
|
|
16
23
|
"canonicalSignature": "():System.String",
|
|
17
24
|
"normalizedSignature": "ToString|():System.String|static=false",
|
|
18
25
|
"emitScope": "ClassSurface",
|
|
26
|
+
"provenance": "Original",
|
|
19
27
|
"arity": 0,
|
|
20
28
|
"parameterCount": 0,
|
|
29
|
+
"isStatic": false,
|
|
30
|
+
"isAbstract": false,
|
|
31
|
+
"isVirtual": true,
|
|
32
|
+
"isOverride": true,
|
|
33
|
+
"isSealed": false,
|
|
21
34
|
"declaringClrType": "Npgsql.Replication.TestDecoding.TestDecodingData",
|
|
22
35
|
"declaringAssemblyName": "Npgsql",
|
|
23
36
|
"isExtensionMethod": false
|
|
@@ -25,13 +38,18 @@
|
|
|
25
38
|
{
|
|
26
39
|
"stableId": "Npgsql:Npgsql.Replication.TestDecoding.TestDecodingData::Clone():Npgsql.Replication.TestDecoding.TestDecodingData",
|
|
27
40
|
"clrName": "Clone",
|
|
28
|
-
"tsEmitName": "clone",
|
|
29
41
|
"metadataToken": 100665917,
|
|
30
42
|
"canonicalSignature": "():Npgsql.Replication.TestDecoding.TestDecodingData",
|
|
31
43
|
"normalizedSignature": "Clone|():Npgsql.Replication.TestDecoding.TestDecodingData|static=false",
|
|
32
44
|
"emitScope": "ClassSurface",
|
|
45
|
+
"provenance": "Original",
|
|
33
46
|
"arity": 0,
|
|
34
47
|
"parameterCount": 0,
|
|
48
|
+
"isStatic": false,
|
|
49
|
+
"isAbstract": false,
|
|
50
|
+
"isVirtual": false,
|
|
51
|
+
"isOverride": false,
|
|
52
|
+
"isSealed": false,
|
|
35
53
|
"declaringClrType": "Npgsql.Replication.TestDecoding.TestDecodingData",
|
|
36
54
|
"declaringAssemblyName": "Npgsql",
|
|
37
55
|
"isExtensionMethod": false
|
|
@@ -41,14 +59,18 @@
|
|
|
41
59
|
{
|
|
42
60
|
"stableId": "Npgsql:Npgsql.Replication.TestDecoding.TestDecodingData::Data:System.String",
|
|
43
61
|
"clrName": "Data",
|
|
44
|
-
"tsEmitName": "data",
|
|
45
62
|
"metadataToken": 385876578,
|
|
46
63
|
"canonicalSignature": ":System.String",
|
|
47
64
|
"normalizedSignature": "Data|:System.String|static=false|accessor=get",
|
|
48
65
|
"emitScope": "ClassSurface",
|
|
66
|
+
"provenance": "Original",
|
|
49
67
|
"isIndexer": false,
|
|
50
68
|
"hasGetter": true,
|
|
51
69
|
"hasSetter": false,
|
|
70
|
+
"isStatic": false,
|
|
71
|
+
"isAbstract": false,
|
|
72
|
+
"isVirtual": false,
|
|
73
|
+
"isOverride": false,
|
|
52
74
|
"declaringClrType": "Npgsql.Replication.TestDecoding.TestDecodingData",
|
|
53
75
|
"declaringAssemblyName": "Npgsql"
|
|
54
76
|
}
|
|
@@ -66,100 +88,35 @@
|
|
|
66
88
|
"declaringClrType": "Npgsql.Replication.TestDecoding.TestDecodingData",
|
|
67
89
|
"declaringAssemblyName": "Npgsql"
|
|
68
90
|
}
|
|
69
|
-
],
|
|
70
|
-
"exposedMethods": [
|
|
71
|
-
{
|
|
72
|
-
"tsName": "toString",
|
|
73
|
-
"isStatic": false,
|
|
74
|
-
"tsSignatureId": "ToString|():System.String|static=false",
|
|
75
|
-
"target": {
|
|
76
|
-
"declaringClrType": "Npgsql.Replication.TestDecoding.TestDecodingData",
|
|
77
|
-
"declaringAssemblyName": "Npgsql",
|
|
78
|
-
"metadataToken": 100665916
|
|
79
|
-
}
|
|
80
|
-
},
|
|
81
|
-
{
|
|
82
|
-
"tsName": "clone",
|
|
83
|
-
"isStatic": false,
|
|
84
|
-
"tsSignatureId": "Clone|():Npgsql.Replication.TestDecoding.TestDecodingData|static=false",
|
|
85
|
-
"target": {
|
|
86
|
-
"declaringClrType": "Npgsql.Replication.TestDecoding.TestDecodingData",
|
|
87
|
-
"declaringAssemblyName": "Npgsql",
|
|
88
|
-
"metadataToken": 100665917
|
|
89
|
-
}
|
|
90
|
-
}
|
|
91
|
-
],
|
|
92
|
-
"exposedProperties": [
|
|
93
|
-
{
|
|
94
|
-
"tsName": "data",
|
|
95
|
-
"isStatic": false,
|
|
96
|
-
"tsSignatureId": "Data|:System.String|static=false|accessor=get",
|
|
97
|
-
"target": {
|
|
98
|
-
"declaringClrType": "Npgsql.Replication.TestDecoding.TestDecodingData",
|
|
99
|
-
"declaringAssemblyName": "Npgsql",
|
|
100
|
-
"metadataToken": 385876578
|
|
101
|
-
}
|
|
102
|
-
},
|
|
103
|
-
{
|
|
104
|
-
"tsName": "walStart",
|
|
105
|
-
"isStatic": false,
|
|
106
|
-
"tsSignatureId": "WalStart|:NpgsqlTypes.NpgsqlLogSequenceNumber|static=false|accessor=get",
|
|
107
|
-
"target": {
|
|
108
|
-
"declaringClrType": "Npgsql.Replication.ReplicationMessage",
|
|
109
|
-
"declaringAssemblyName": "Npgsql",
|
|
110
|
-
"metadataToken": 385876564
|
|
111
|
-
}
|
|
112
|
-
},
|
|
113
|
-
{
|
|
114
|
-
"tsName": "walEnd",
|
|
115
|
-
"isStatic": false,
|
|
116
|
-
"tsSignatureId": "WalEnd|:NpgsqlTypes.NpgsqlLogSequenceNumber|static=false|accessor=get",
|
|
117
|
-
"target": {
|
|
118
|
-
"declaringClrType": "Npgsql.Replication.ReplicationMessage",
|
|
119
|
-
"declaringAssemblyName": "Npgsql",
|
|
120
|
-
"metadataToken": 385876565
|
|
121
|
-
}
|
|
122
|
-
},
|
|
123
|
-
{
|
|
124
|
-
"tsName": "serverClock",
|
|
125
|
-
"isStatic": false,
|
|
126
|
-
"tsSignatureId": "ServerClock|:System.DateTime|static=false|accessor=get",
|
|
127
|
-
"target": {
|
|
128
|
-
"declaringClrType": "Npgsql.Replication.ReplicationMessage",
|
|
129
|
-
"declaringAssemblyName": "Npgsql",
|
|
130
|
-
"metadataToken": 385876566
|
|
131
|
-
}
|
|
132
|
-
}
|
|
133
|
-
],
|
|
134
|
-
"exposedConstructors": [
|
|
135
|
-
{
|
|
136
|
-
"isStatic": false,
|
|
137
|
-
"tsSignatureId": "constructor|():void|static=false",
|
|
138
|
-
"target": {
|
|
139
|
-
"declaringClrType": "Npgsql.Replication.TestDecoding.TestDecodingData",
|
|
140
|
-
"declaringAssemblyName": "Npgsql",
|
|
141
|
-
"metadataToken": 100665918
|
|
142
|
-
}
|
|
143
|
-
}
|
|
144
91
|
]
|
|
145
92
|
},
|
|
146
93
|
{
|
|
147
94
|
"stableId": "Npgsql:Npgsql.Replication.TestDecoding.TestDecodingOptions",
|
|
148
95
|
"clrName": "Npgsql.Replication.TestDecoding.TestDecodingOptions",
|
|
149
|
-
"tsEmitName": "TestDecodingOptions",
|
|
150
96
|
"assemblyName": "Npgsql",
|
|
151
97
|
"metadataToken": 0,
|
|
98
|
+
"kind": "Class",
|
|
99
|
+
"accessibility": "Public",
|
|
100
|
+
"isAbstract": false,
|
|
101
|
+
"isSealed": false,
|
|
102
|
+
"isStatic": false,
|
|
103
|
+
"arity": 0,
|
|
152
104
|
"methods": [
|
|
153
105
|
{
|
|
154
106
|
"stableId": "Npgsql:Npgsql.Replication.TestDecoding.TestDecodingOptions::Equals(Npgsql.Replication.TestDecoding.TestDecodingOptions):System.Boolean",
|
|
155
107
|
"clrName": "Equals",
|
|
156
|
-
"tsEmitName": "equals",
|
|
157
108
|
"metadataToken": 100665928,
|
|
158
109
|
"canonicalSignature": "(Npgsql.Replication.TestDecoding.TestDecodingOptions):System.Boolean",
|
|
159
110
|
"normalizedSignature": "Equals|(Npgsql.Replication.TestDecoding.TestDecodingOptions):System.Boolean|static=false",
|
|
160
111
|
"emitScope": "ClassSurface",
|
|
112
|
+
"provenance": "Original",
|
|
161
113
|
"arity": 0,
|
|
162
114
|
"parameterCount": 1,
|
|
115
|
+
"isStatic": false,
|
|
116
|
+
"isAbstract": false,
|
|
117
|
+
"isVirtual": true,
|
|
118
|
+
"isOverride": false,
|
|
119
|
+
"isSealed": true,
|
|
163
120
|
"declaringClrType": "Npgsql.Replication.TestDecoding.TestDecodingOptions",
|
|
164
121
|
"declaringAssemblyName": "Npgsql",
|
|
165
122
|
"isExtensionMethod": false
|
|
@@ -167,13 +124,18 @@
|
|
|
167
124
|
{
|
|
168
125
|
"stableId": "Npgsql:Npgsql.Replication.TestDecoding.TestDecodingOptions::Equals(System.Object):System.Boolean",
|
|
169
126
|
"clrName": "Equals",
|
|
170
|
-
"tsEmitName": "equals",
|
|
171
127
|
"metadataToken": 100665929,
|
|
172
128
|
"canonicalSignature": "(System.Object):System.Boolean",
|
|
173
129
|
"normalizedSignature": "Equals|(System.Object):System.Boolean|static=false",
|
|
174
130
|
"emitScope": "ClassSurface",
|
|
131
|
+
"provenance": "Original",
|
|
175
132
|
"arity": 0,
|
|
176
133
|
"parameterCount": 1,
|
|
134
|
+
"isStatic": false,
|
|
135
|
+
"isAbstract": false,
|
|
136
|
+
"isVirtual": true,
|
|
137
|
+
"isOverride": true,
|
|
138
|
+
"isSealed": false,
|
|
177
139
|
"declaringClrType": "Npgsql.Replication.TestDecoding.TestDecodingOptions",
|
|
178
140
|
"declaringAssemblyName": "Npgsql",
|
|
179
141
|
"isExtensionMethod": false
|
|
@@ -181,13 +143,18 @@
|
|
|
181
143
|
{
|
|
182
144
|
"stableId": "Npgsql:Npgsql.Replication.TestDecoding.TestDecodingOptions::GetHashCode():System.Int32",
|
|
183
145
|
"clrName": "GetHashCode",
|
|
184
|
-
"tsEmitName": "getHashCode",
|
|
185
146
|
"metadataToken": 100665930,
|
|
186
147
|
"canonicalSignature": "():System.Int32",
|
|
187
148
|
"normalizedSignature": "GetHashCode|():System.Int32|static=false",
|
|
188
149
|
"emitScope": "ClassSurface",
|
|
150
|
+
"provenance": "Original",
|
|
189
151
|
"arity": 0,
|
|
190
152
|
"parameterCount": 0,
|
|
153
|
+
"isStatic": false,
|
|
154
|
+
"isAbstract": false,
|
|
155
|
+
"isVirtual": true,
|
|
156
|
+
"isOverride": true,
|
|
157
|
+
"isSealed": false,
|
|
191
158
|
"declaringClrType": "Npgsql.Replication.TestDecoding.TestDecodingOptions",
|
|
192
159
|
"declaringAssemblyName": "Npgsql",
|
|
193
160
|
"isExtensionMethod": false
|
|
@@ -197,98 +164,126 @@
|
|
|
197
164
|
{
|
|
198
165
|
"stableId": "Npgsql:Npgsql.Replication.TestDecoding.TestDecodingOptions::IncludeXids:System.Nullable_1[[System.Boolean,System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e]]",
|
|
199
166
|
"clrName": "IncludeXids",
|
|
200
|
-
"tsEmitName": "includeXids",
|
|
201
167
|
"metadataToken": 385876579,
|
|
202
168
|
"canonicalSignature": ":System.Nullable_1[[System.Boolean,System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e]]",
|
|
203
169
|
"normalizedSignature": "IncludeXids|:System.Nullable_1[[System.Boolean,System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e]]|static=false|accessor=get",
|
|
204
170
|
"emitScope": "ClassSurface",
|
|
171
|
+
"provenance": "Original",
|
|
205
172
|
"isIndexer": false,
|
|
206
173
|
"hasGetter": true,
|
|
207
174
|
"hasSetter": false,
|
|
175
|
+
"isStatic": false,
|
|
176
|
+
"isAbstract": false,
|
|
177
|
+
"isVirtual": false,
|
|
178
|
+
"isOverride": false,
|
|
208
179
|
"declaringClrType": "Npgsql.Replication.TestDecoding.TestDecodingOptions",
|
|
209
180
|
"declaringAssemblyName": "Npgsql"
|
|
210
181
|
},
|
|
211
182
|
{
|
|
212
183
|
"stableId": "Npgsql:Npgsql.Replication.TestDecoding.TestDecodingOptions::IncludeTimestamp:System.Nullable_1[[System.Boolean,System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e]]",
|
|
213
184
|
"clrName": "IncludeTimestamp",
|
|
214
|
-
"tsEmitName": "includeTimestamp",
|
|
215
185
|
"metadataToken": 385876580,
|
|
216
186
|
"canonicalSignature": ":System.Nullable_1[[System.Boolean,System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e]]",
|
|
217
187
|
"normalizedSignature": "IncludeTimestamp|:System.Nullable_1[[System.Boolean,System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e]]|static=false|accessor=get",
|
|
218
188
|
"emitScope": "ClassSurface",
|
|
189
|
+
"provenance": "Original",
|
|
219
190
|
"isIndexer": false,
|
|
220
191
|
"hasGetter": true,
|
|
221
192
|
"hasSetter": false,
|
|
193
|
+
"isStatic": false,
|
|
194
|
+
"isAbstract": false,
|
|
195
|
+
"isVirtual": false,
|
|
196
|
+
"isOverride": false,
|
|
222
197
|
"declaringClrType": "Npgsql.Replication.TestDecoding.TestDecodingOptions",
|
|
223
198
|
"declaringAssemblyName": "Npgsql"
|
|
224
199
|
},
|
|
225
200
|
{
|
|
226
201
|
"stableId": "Npgsql:Npgsql.Replication.TestDecoding.TestDecodingOptions::ForceBinary:System.Nullable_1[[System.Boolean,System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e]]",
|
|
227
202
|
"clrName": "ForceBinary",
|
|
228
|
-
"tsEmitName": "forceBinary",
|
|
229
203
|
"metadataToken": 385876581,
|
|
230
204
|
"canonicalSignature": ":System.Nullable_1[[System.Boolean,System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e]]",
|
|
231
205
|
"normalizedSignature": "ForceBinary|:System.Nullable_1[[System.Boolean,System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e]]|static=false|accessor=get",
|
|
232
206
|
"emitScope": "ClassSurface",
|
|
207
|
+
"provenance": "Original",
|
|
233
208
|
"isIndexer": false,
|
|
234
209
|
"hasGetter": true,
|
|
235
210
|
"hasSetter": false,
|
|
211
|
+
"isStatic": false,
|
|
212
|
+
"isAbstract": false,
|
|
213
|
+
"isVirtual": false,
|
|
214
|
+
"isOverride": false,
|
|
236
215
|
"declaringClrType": "Npgsql.Replication.TestDecoding.TestDecodingOptions",
|
|
237
216
|
"declaringAssemblyName": "Npgsql"
|
|
238
217
|
},
|
|
239
218
|
{
|
|
240
219
|
"stableId": "Npgsql:Npgsql.Replication.TestDecoding.TestDecodingOptions::SkipEmptyXacts:System.Nullable_1[[System.Boolean,System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e]]",
|
|
241
220
|
"clrName": "SkipEmptyXacts",
|
|
242
|
-
"tsEmitName": "skipEmptyXacts",
|
|
243
221
|
"metadataToken": 385876582,
|
|
244
222
|
"canonicalSignature": ":System.Nullable_1[[System.Boolean,System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e]]",
|
|
245
223
|
"normalizedSignature": "SkipEmptyXacts|:System.Nullable_1[[System.Boolean,System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e]]|static=false|accessor=get",
|
|
246
224
|
"emitScope": "ClassSurface",
|
|
225
|
+
"provenance": "Original",
|
|
247
226
|
"isIndexer": false,
|
|
248
227
|
"hasGetter": true,
|
|
249
228
|
"hasSetter": false,
|
|
229
|
+
"isStatic": false,
|
|
230
|
+
"isAbstract": false,
|
|
231
|
+
"isVirtual": false,
|
|
232
|
+
"isOverride": false,
|
|
250
233
|
"declaringClrType": "Npgsql.Replication.TestDecoding.TestDecodingOptions",
|
|
251
234
|
"declaringAssemblyName": "Npgsql"
|
|
252
235
|
},
|
|
253
236
|
{
|
|
254
237
|
"stableId": "Npgsql:Npgsql.Replication.TestDecoding.TestDecodingOptions::OnlyLocal:System.Nullable_1[[System.Boolean,System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e]]",
|
|
255
238
|
"clrName": "OnlyLocal",
|
|
256
|
-
"tsEmitName": "onlyLocal",
|
|
257
239
|
"metadataToken": 385876583,
|
|
258
240
|
"canonicalSignature": ":System.Nullable_1[[System.Boolean,System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e]]",
|
|
259
241
|
"normalizedSignature": "OnlyLocal|:System.Nullable_1[[System.Boolean,System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e]]|static=false|accessor=get",
|
|
260
242
|
"emitScope": "ClassSurface",
|
|
243
|
+
"provenance": "Original",
|
|
261
244
|
"isIndexer": false,
|
|
262
245
|
"hasGetter": true,
|
|
263
246
|
"hasSetter": false,
|
|
247
|
+
"isStatic": false,
|
|
248
|
+
"isAbstract": false,
|
|
249
|
+
"isVirtual": false,
|
|
250
|
+
"isOverride": false,
|
|
264
251
|
"declaringClrType": "Npgsql.Replication.TestDecoding.TestDecodingOptions",
|
|
265
252
|
"declaringAssemblyName": "Npgsql"
|
|
266
253
|
},
|
|
267
254
|
{
|
|
268
255
|
"stableId": "Npgsql:Npgsql.Replication.TestDecoding.TestDecodingOptions::IncludeRewrites:System.Nullable_1[[System.Boolean,System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e]]",
|
|
269
256
|
"clrName": "IncludeRewrites",
|
|
270
|
-
"tsEmitName": "includeRewrites",
|
|
271
257
|
"metadataToken": 385876584,
|
|
272
258
|
"canonicalSignature": ":System.Nullable_1[[System.Boolean,System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e]]",
|
|
273
259
|
"normalizedSignature": "IncludeRewrites|:System.Nullable_1[[System.Boolean,System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e]]|static=false|accessor=get",
|
|
274
260
|
"emitScope": "ClassSurface",
|
|
261
|
+
"provenance": "Original",
|
|
275
262
|
"isIndexer": false,
|
|
276
263
|
"hasGetter": true,
|
|
277
264
|
"hasSetter": false,
|
|
265
|
+
"isStatic": false,
|
|
266
|
+
"isAbstract": false,
|
|
267
|
+
"isVirtual": false,
|
|
268
|
+
"isOverride": false,
|
|
278
269
|
"declaringClrType": "Npgsql.Replication.TestDecoding.TestDecodingOptions",
|
|
279
270
|
"declaringAssemblyName": "Npgsql"
|
|
280
271
|
},
|
|
281
272
|
{
|
|
282
273
|
"stableId": "Npgsql:Npgsql.Replication.TestDecoding.TestDecodingOptions::StreamChanges:System.Nullable_1[[System.Boolean,System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e]]",
|
|
283
274
|
"clrName": "StreamChanges",
|
|
284
|
-
"tsEmitName": "streamChanges",
|
|
285
275
|
"metadataToken": 385876585,
|
|
286
276
|
"canonicalSignature": ":System.Nullable_1[[System.Boolean,System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e]]",
|
|
287
277
|
"normalizedSignature": "StreamChanges|:System.Nullable_1[[System.Boolean,System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e]]|static=false|accessor=get",
|
|
288
278
|
"emitScope": "ClassSurface",
|
|
279
|
+
"provenance": "Original",
|
|
289
280
|
"isIndexer": false,
|
|
290
281
|
"hasGetter": true,
|
|
291
282
|
"hasSetter": false,
|
|
283
|
+
"isStatic": false,
|
|
284
|
+
"isAbstract": false,
|
|
285
|
+
"isVirtual": false,
|
|
286
|
+
"isOverride": false,
|
|
292
287
|
"declaringClrType": "Npgsql.Replication.TestDecoding.TestDecodingOptions",
|
|
293
288
|
"declaringAssemblyName": "Npgsql"
|
|
294
289
|
}
|
|
@@ -306,129 +301,19 @@
|
|
|
306
301
|
"declaringClrType": "Npgsql.Replication.TestDecoding.TestDecodingOptions",
|
|
307
302
|
"declaringAssemblyName": "Npgsql"
|
|
308
303
|
}
|
|
309
|
-
],
|
|
310
|
-
"exposedMethods": [
|
|
311
|
-
{
|
|
312
|
-
"tsName": "equals",
|
|
313
|
-
"isStatic": false,
|
|
314
|
-
"tsSignatureId": "Equals|(Npgsql.Replication.TestDecoding.TestDecodingOptions):System.Boolean|static=false",
|
|
315
|
-
"target": {
|
|
316
|
-
"declaringClrType": "Npgsql.Replication.TestDecoding.TestDecodingOptions",
|
|
317
|
-
"declaringAssemblyName": "Npgsql",
|
|
318
|
-
"metadataToken": 100665928
|
|
319
|
-
}
|
|
320
|
-
},
|
|
321
|
-
{
|
|
322
|
-
"tsName": "equals",
|
|
323
|
-
"isStatic": false,
|
|
324
|
-
"tsSignatureId": "Equals|(System.Object):System.Boolean|static=false",
|
|
325
|
-
"target": {
|
|
326
|
-
"declaringClrType": "Npgsql.Replication.TestDecoding.TestDecodingOptions",
|
|
327
|
-
"declaringAssemblyName": "Npgsql",
|
|
328
|
-
"metadataToken": 100665929
|
|
329
|
-
}
|
|
330
|
-
},
|
|
331
|
-
{
|
|
332
|
-
"tsName": "getHashCode",
|
|
333
|
-
"isStatic": false,
|
|
334
|
-
"tsSignatureId": "GetHashCode|():System.Int32|static=false",
|
|
335
|
-
"target": {
|
|
336
|
-
"declaringClrType": "Npgsql.Replication.TestDecoding.TestDecodingOptions",
|
|
337
|
-
"declaringAssemblyName": "Npgsql",
|
|
338
|
-
"metadataToken": 100665930
|
|
339
|
-
}
|
|
340
|
-
}
|
|
341
|
-
],
|
|
342
|
-
"exposedProperties": [
|
|
343
|
-
{
|
|
344
|
-
"tsName": "includeXids",
|
|
345
|
-
"isStatic": false,
|
|
346
|
-
"tsSignatureId": "IncludeXids|:System.Nullable_1[[System.Boolean,System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e]]|static=false|accessor=get",
|
|
347
|
-
"target": {
|
|
348
|
-
"declaringClrType": "Npgsql.Replication.TestDecoding.TestDecodingOptions",
|
|
349
|
-
"declaringAssemblyName": "Npgsql",
|
|
350
|
-
"metadataToken": 385876579
|
|
351
|
-
}
|
|
352
|
-
},
|
|
353
|
-
{
|
|
354
|
-
"tsName": "includeTimestamp",
|
|
355
|
-
"isStatic": false,
|
|
356
|
-
"tsSignatureId": "IncludeTimestamp|:System.Nullable_1[[System.Boolean,System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e]]|static=false|accessor=get",
|
|
357
|
-
"target": {
|
|
358
|
-
"declaringClrType": "Npgsql.Replication.TestDecoding.TestDecodingOptions",
|
|
359
|
-
"declaringAssemblyName": "Npgsql",
|
|
360
|
-
"metadataToken": 385876580
|
|
361
|
-
}
|
|
362
|
-
},
|
|
363
|
-
{
|
|
364
|
-
"tsName": "forceBinary",
|
|
365
|
-
"isStatic": false,
|
|
366
|
-
"tsSignatureId": "ForceBinary|:System.Nullable_1[[System.Boolean,System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e]]|static=false|accessor=get",
|
|
367
|
-
"target": {
|
|
368
|
-
"declaringClrType": "Npgsql.Replication.TestDecoding.TestDecodingOptions",
|
|
369
|
-
"declaringAssemblyName": "Npgsql",
|
|
370
|
-
"metadataToken": 385876581
|
|
371
|
-
}
|
|
372
|
-
},
|
|
373
|
-
{
|
|
374
|
-
"tsName": "skipEmptyXacts",
|
|
375
|
-
"isStatic": false,
|
|
376
|
-
"tsSignatureId": "SkipEmptyXacts|:System.Nullable_1[[System.Boolean,System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e]]|static=false|accessor=get",
|
|
377
|
-
"target": {
|
|
378
|
-
"declaringClrType": "Npgsql.Replication.TestDecoding.TestDecodingOptions",
|
|
379
|
-
"declaringAssemblyName": "Npgsql",
|
|
380
|
-
"metadataToken": 385876582
|
|
381
|
-
}
|
|
382
|
-
},
|
|
383
|
-
{
|
|
384
|
-
"tsName": "onlyLocal",
|
|
385
|
-
"isStatic": false,
|
|
386
|
-
"tsSignatureId": "OnlyLocal|:System.Nullable_1[[System.Boolean,System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e]]|static=false|accessor=get",
|
|
387
|
-
"target": {
|
|
388
|
-
"declaringClrType": "Npgsql.Replication.TestDecoding.TestDecodingOptions",
|
|
389
|
-
"declaringAssemblyName": "Npgsql",
|
|
390
|
-
"metadataToken": 385876583
|
|
391
|
-
}
|
|
392
|
-
},
|
|
393
|
-
{
|
|
394
|
-
"tsName": "includeRewrites",
|
|
395
|
-
"isStatic": false,
|
|
396
|
-
"tsSignatureId": "IncludeRewrites|:System.Nullable_1[[System.Boolean,System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e]]|static=false|accessor=get",
|
|
397
|
-
"target": {
|
|
398
|
-
"declaringClrType": "Npgsql.Replication.TestDecoding.TestDecodingOptions",
|
|
399
|
-
"declaringAssemblyName": "Npgsql",
|
|
400
|
-
"metadataToken": 385876584
|
|
401
|
-
}
|
|
402
|
-
},
|
|
403
|
-
{
|
|
404
|
-
"tsName": "streamChanges",
|
|
405
|
-
"isStatic": false,
|
|
406
|
-
"tsSignatureId": "StreamChanges|:System.Nullable_1[[System.Boolean,System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e]]|static=false|accessor=get",
|
|
407
|
-
"target": {
|
|
408
|
-
"declaringClrType": "Npgsql.Replication.TestDecoding.TestDecodingOptions",
|
|
409
|
-
"declaringAssemblyName": "Npgsql",
|
|
410
|
-
"metadataToken": 385876585
|
|
411
|
-
}
|
|
412
|
-
}
|
|
413
|
-
],
|
|
414
|
-
"exposedConstructors": [
|
|
415
|
-
{
|
|
416
|
-
"isStatic": false,
|
|
417
|
-
"tsSignatureId": "constructor|(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]],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",
|
|
418
|
-
"target": {
|
|
419
|
-
"declaringClrType": "Npgsql.Replication.TestDecoding.TestDecodingOptions",
|
|
420
|
-
"declaringAssemblyName": "Npgsql",
|
|
421
|
-
"metadataToken": 100665919
|
|
422
|
-
}
|
|
423
|
-
}
|
|
424
304
|
]
|
|
425
305
|
},
|
|
426
306
|
{
|
|
427
307
|
"stableId": "Npgsql:Npgsql.Replication.TestDecoding.TestDecodingReplicationSlot",
|
|
428
308
|
"clrName": "Npgsql.Replication.TestDecoding.TestDecodingReplicationSlot",
|
|
429
|
-
"tsEmitName": "TestDecodingReplicationSlot",
|
|
430
309
|
"assemblyName": "Npgsql",
|
|
431
310
|
"metadataToken": 0,
|
|
311
|
+
"kind": "Class",
|
|
312
|
+
"accessibility": "Public",
|
|
313
|
+
"isAbstract": false,
|
|
314
|
+
"isSealed": false,
|
|
315
|
+
"isStatic": false,
|
|
316
|
+
"arity": 0,
|
|
432
317
|
"methods": [],
|
|
433
318
|
"properties": [],
|
|
434
319
|
"fields": [],
|
|
@@ -454,68 +339,6 @@
|
|
|
454
339
|
"declaringClrType": "Npgsql.Replication.TestDecoding.TestDecodingReplicationSlot",
|
|
455
340
|
"declaringAssemblyName": "Npgsql"
|
|
456
341
|
}
|
|
457
|
-
],
|
|
458
|
-
"exposedProperties": [
|
|
459
|
-
{
|
|
460
|
-
"tsName": "snapshotName",
|
|
461
|
-
"isStatic": false,
|
|
462
|
-
"tsSignatureId": "SnapshotName|:System.String|static=false|accessor=get",
|
|
463
|
-
"target": {
|
|
464
|
-
"declaringClrType": "Npgsql.Replication.Internal.LogicalReplicationSlot",
|
|
465
|
-
"declaringAssemblyName": "Npgsql",
|
|
466
|
-
"metadataToken": 385876666
|
|
467
|
-
}
|
|
468
|
-
},
|
|
469
|
-
{
|
|
470
|
-
"tsName": "outputPlugin",
|
|
471
|
-
"isStatic": false,
|
|
472
|
-
"tsSignatureId": "OutputPlugin|:System.String|static=false|accessor=get",
|
|
473
|
-
"target": {
|
|
474
|
-
"declaringClrType": "Npgsql.Replication.Internal.LogicalReplicationSlot",
|
|
475
|
-
"declaringAssemblyName": "Npgsql",
|
|
476
|
-
"metadataToken": 385876667
|
|
477
|
-
}
|
|
478
|
-
},
|
|
479
|
-
{
|
|
480
|
-
"tsName": "consistentPoint",
|
|
481
|
-
"isStatic": false,
|
|
482
|
-
"tsSignatureId": "ConsistentPoint|:NpgsqlTypes.NpgsqlLogSequenceNumber|static=false|accessor=get",
|
|
483
|
-
"target": {
|
|
484
|
-
"declaringClrType": "Npgsql.Replication.Internal.LogicalReplicationSlot",
|
|
485
|
-
"declaringAssemblyName": "Npgsql",
|
|
486
|
-
"metadataToken": 385876668
|
|
487
|
-
}
|
|
488
|
-
},
|
|
489
|
-
{
|
|
490
|
-
"tsName": "name",
|
|
491
|
-
"isStatic": false,
|
|
492
|
-
"tsSignatureId": "Name|:System.String|static=false|accessor=get",
|
|
493
|
-
"target": {
|
|
494
|
-
"declaringClrType": "Npgsql.Replication.ReplicationSlot",
|
|
495
|
-
"declaringAssemblyName": "Npgsql",
|
|
496
|
-
"metadataToken": 385876567
|
|
497
|
-
}
|
|
498
|
-
}
|
|
499
|
-
],
|
|
500
|
-
"exposedConstructors": [
|
|
501
|
-
{
|
|
502
|
-
"isStatic": false,
|
|
503
|
-
"tsSignatureId": "constructor|(System.String):void|static=false",
|
|
504
|
-
"target": {
|
|
505
|
-
"declaringClrType": "Npgsql.Replication.TestDecoding.TestDecodingReplicationSlot",
|
|
506
|
-
"declaringAssemblyName": "Npgsql",
|
|
507
|
-
"metadataToken": 100665931
|
|
508
|
-
}
|
|
509
|
-
},
|
|
510
|
-
{
|
|
511
|
-
"isStatic": false,
|
|
512
|
-
"tsSignatureId": "constructor|(Npgsql.Replication.ReplicationSlotOptions):void|static=false",
|
|
513
|
-
"target": {
|
|
514
|
-
"declaringClrType": "Npgsql.Replication.TestDecoding.TestDecodingReplicationSlot",
|
|
515
|
-
"declaringAssemblyName": "Npgsql",
|
|
516
|
-
"metadataToken": 100665932
|
|
517
|
-
}
|
|
518
|
-
}
|
|
519
342
|
]
|
|
520
343
|
}
|
|
521
344
|
]
|
|
@@ -15,9 +15,9 @@ import * as System_Internal from "@tsonic/dotnet/System.js";
|
|
|
15
15
|
import type { Boolean as ClrBoolean, DateTime, IEquatable, Int32, Nullable, Object as ClrObject, String as ClrString } from "@tsonic/dotnet/System.js";
|
|
16
16
|
|
|
17
17
|
export interface TestDecodingData$instance extends ReplicationMessage {
|
|
18
|
-
readonly
|
|
19
|
-
|
|
20
|
-
|
|
18
|
+
readonly Data: string;
|
|
19
|
+
Clone(): TestDecodingData;
|
|
20
|
+
ToString(): string;
|
|
21
21
|
}
|
|
22
22
|
|
|
23
23
|
|
|
@@ -29,16 +29,16 @@ export const TestDecodingData: {
|
|
|
29
29
|
export type TestDecodingData = TestDecodingData$instance;
|
|
30
30
|
|
|
31
31
|
export interface TestDecodingOptions$instance {
|
|
32
|
-
readonly
|
|
33
|
-
readonly
|
|
34
|
-
readonly
|
|
35
|
-
readonly
|
|
36
|
-
readonly
|
|
37
|
-
readonly
|
|
38
|
-
readonly
|
|
39
|
-
|
|
40
|
-
|
|
41
|
-
|
|
32
|
+
readonly ForceBinary: Nullable<System_Internal.Boolean>;
|
|
33
|
+
readonly IncludeRewrites: Nullable<System_Internal.Boolean>;
|
|
34
|
+
readonly IncludeTimestamp: Nullable<System_Internal.Boolean>;
|
|
35
|
+
readonly IncludeXids: Nullable<System_Internal.Boolean>;
|
|
36
|
+
readonly OnlyLocal: Nullable<System_Internal.Boolean>;
|
|
37
|
+
readonly SkipEmptyXacts: Nullable<System_Internal.Boolean>;
|
|
38
|
+
readonly StreamChanges: Nullable<System_Internal.Boolean>;
|
|
39
|
+
Equals(other: TestDecodingOptions): boolean;
|
|
40
|
+
Equals(obj: unknown): boolean;
|
|
41
|
+
GetHashCode(): int;
|
|
42
42
|
}
|
|
43
43
|
|
|
44
44
|
|