@tsonic/efcore-npgsql 0.1.2 → 10.0.2
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/Microsoft.EntityFrameworkCore/bindings.json +8946 -11216
- package/Microsoft.EntityFrameworkCore/internal/index.d.ts +604 -604
- package/Microsoft.EntityFrameworkCore.Diagnostics/bindings.json +49 -180
- package/Microsoft.EntityFrameworkCore.Diagnostics/internal/index.d.ts +16 -16
- package/Microsoft.EntityFrameworkCore.Metadata.Internal/bindings.json +23 -15
- package/Microsoft.EntityFrameworkCore.Metadata.Internal/internal/index.d.ts +1 -1
- package/Microsoft.Extensions.DependencyInjection/bindings.json +34 -26
- package/Microsoft.Extensions.DependencyInjection/internal/index.d.ts +2 -2
- package/Npgsql/bindings.json +14579 -19539
- package/Npgsql/internal/index.d.ts +1182 -1062
- package/Npgsql.BackendMessages/bindings.json +33 -39
- package/Npgsql.BackendMessages/internal/index.d.ts +3 -3
- package/Npgsql.EntityFrameworkCore.PostgreSQL/bindings.json +48 -67
- package/Npgsql.EntityFrameworkCore.PostgreSQL/internal/index.d.ts +7 -2
- package/Npgsql.EntityFrameworkCore.PostgreSQL.Design.Internal/bindings.json +272 -174
- package/Npgsql.EntityFrameworkCore.PostgreSQL.Design.Internal/internal/index.d.ts +29 -14
- package/Npgsql.EntityFrameworkCore.PostgreSQL.Diagnostics.Internal/bindings.json +48 -201
- package/Npgsql.EntityFrameworkCore.PostgreSQL.Diagnostics.Internal/internal/index.d.ts +17 -17
- package/Npgsql.EntityFrameworkCore.PostgreSQL.Extensions.Internal/bindings.json +42 -48
- package/Npgsql.EntityFrameworkCore.PostgreSQL.Extensions.Internal/internal/index.d.ts +4 -4
- package/Npgsql.EntityFrameworkCore.PostgreSQL.Infrastructure/bindings.json +183 -218
- package/Npgsql.EntityFrameworkCore.PostgreSQL.Infrastructure/internal/index.d.ts +25 -20
- package/Npgsql.EntityFrameworkCore.PostgreSQL.Infrastructure.Internal/bindings.json +606 -705
- package/Npgsql.EntityFrameworkCore.PostgreSQL.Infrastructure.Internal/internal/index.d.ts +82 -58
- package/Npgsql.EntityFrameworkCore.PostgreSQL.Infrastructure.Internal.d.ts +1 -1
- package/Npgsql.EntityFrameworkCore.PostgreSQL.Infrastructure.d.ts +2 -2
- package/Npgsql.EntityFrameworkCore.PostgreSQL.Internal/bindings.json +504 -737
- package/Npgsql.EntityFrameworkCore.PostgreSQL.Internal/internal/index.d.ts +56 -58
- package/Npgsql.EntityFrameworkCore.PostgreSQL.Metadata/bindings.json +468 -699
- package/Npgsql.EntityFrameworkCore.PostgreSQL.Metadata/internal/index.d.ts +62 -62
- package/Npgsql.EntityFrameworkCore.PostgreSQL.Metadata.Conventions/bindings.json +579 -197
- package/Npgsql.EntityFrameworkCore.PostgreSQL.Metadata.Conventions/internal/index.d.ts +59 -19
- package/Npgsql.EntityFrameworkCore.PostgreSQL.Metadata.Conventions.d.ts +4 -4
- package/Npgsql.EntityFrameworkCore.PostgreSQL.Metadata.Internal/bindings.json +240 -612
- package/Npgsql.EntityFrameworkCore.PostgreSQL.Metadata.Internal/internal/index.d.ts +52 -52
- package/Npgsql.EntityFrameworkCore.PostgreSQL.Migrations/bindings.json +788 -58
- package/Npgsql.EntityFrameworkCore.PostgreSQL.Migrations/internal/index.d.ts +51 -9
- package/Npgsql.EntityFrameworkCore.PostgreSQL.Migrations.Internal/bindings.json +186 -173
- package/Npgsql.EntityFrameworkCore.PostgreSQL.Migrations.Internal/internal/index.d.ts +23 -16
- package/Npgsql.EntityFrameworkCore.PostgreSQL.Migrations.Internal.d.ts +2 -2
- package/Npgsql.EntityFrameworkCore.PostgreSQL.Migrations.Operations/bindings.json +77 -72
- package/Npgsql.EntityFrameworkCore.PostgreSQL.Migrations.Operations/internal/index.d.ts +6 -6
- package/Npgsql.EntityFrameworkCore.PostgreSQL.Migrations.d.ts +5 -4
- package/Npgsql.EntityFrameworkCore.PostgreSQL.Query/bindings.json +160 -234
- package/Npgsql.EntityFrameworkCore.PostgreSQL.Query/internal/index.d.ts +20 -20
- package/Npgsql.EntityFrameworkCore.PostgreSQL.Query.ExpressionTranslators.Internal/bindings.json +831 -864
- package/Npgsql.EntityFrameworkCore.PostgreSQL.Query.ExpressionTranslators.Internal/internal/index.d.ts +38 -38
- package/Npgsql.EntityFrameworkCore.PostgreSQL.Query.Expressions/bindings.json +94 -345
- package/Npgsql.EntityFrameworkCore.PostgreSQL.Query.Expressions/internal/index.d.ts +30 -30
- package/Npgsql.EntityFrameworkCore.PostgreSQL.Query.Expressions.Internal/bindings.json +2021 -2000
- package/Npgsql.EntityFrameworkCore.PostgreSQL.Query.Expressions.Internal/internal/index.d.ts +255 -167
- package/Npgsql.EntityFrameworkCore.PostgreSQL.Query.Internal/bindings.json +2408 -631
- package/Npgsql.EntityFrameworkCore.PostgreSQL.Query.Internal/internal/index.d.ts +178 -38
- package/Npgsql.EntityFrameworkCore.PostgreSQL.Query.Internal.d.ts +6 -5
- package/Npgsql.EntityFrameworkCore.PostgreSQL.Scaffolding.Internal/bindings.json +58 -61
- package/Npgsql.EntityFrameworkCore.PostgreSQL.Scaffolding.Internal/internal/index.d.ts +3 -3
- package/Npgsql.EntityFrameworkCore.PostgreSQL.Storage.Internal/bindings.json +780 -544
- package/Npgsql.EntityFrameworkCore.PostgreSQL.Storage.Internal/internal/index.d.ts +79 -46
- package/Npgsql.EntityFrameworkCore.PostgreSQL.Storage.Internal.Json/bindings.json +83 -110
- package/Npgsql.EntityFrameworkCore.PostgreSQL.Storage.Internal.Json/internal/index.d.ts +8 -8
- package/Npgsql.EntityFrameworkCore.PostgreSQL.Storage.Internal.Mapping/bindings.json +5272 -3851
- package/Npgsql.EntityFrameworkCore.PostgreSQL.Storage.Internal.Mapping/internal/index.d.ts +594 -212
- package/Npgsql.EntityFrameworkCore.PostgreSQL.Storage.Internal.d.ts +5 -4
- package/Npgsql.EntityFrameworkCore.PostgreSQL.Storage.ValueConversion/bindings.json +30 -34
- package/Npgsql.EntityFrameworkCore.PostgreSQL.Storage.ValueConversion/internal/index.d.ts +1 -1
- package/Npgsql.EntityFrameworkCore.PostgreSQL.Update.Internal/bindings.json +349 -188
- package/Npgsql.EntityFrameworkCore.PostgreSQL.Update.Internal/internal/index.d.ts +39 -15
- package/Npgsql.EntityFrameworkCore.PostgreSQL.Update.Internal.d.ts +5 -2
- package/Npgsql.EntityFrameworkCore.PostgreSQL.ValueGeneration/bindings.json +57 -76
- package/Npgsql.EntityFrameworkCore.PostgreSQL.ValueGeneration/internal/index.d.ts +4 -4
- package/Npgsql.EntityFrameworkCore.PostgreSQL.ValueGeneration.Internal/bindings.json +245 -193
- package/Npgsql.EntityFrameworkCore.PostgreSQL.ValueGeneration.Internal/internal/index.d.ts +24 -11
- package/Npgsql.EntityFrameworkCore.PostgreSQL.ValueGeneration.Internal.d.ts +3 -1
- package/Npgsql.EntityFrameworkCore.PostgreSQL.d.ts +1 -1
- package/Npgsql.Internal/bindings.json +2550 -3274
- package/Npgsql.Internal/internal/index.d.ts +282 -248
- package/Npgsql.Internal.Postgres/bindings.json +289 -434
- package/Npgsql.Internal.Postgres/internal/index.d.ts +33 -33
- package/Npgsql.Internal.d.ts +1 -1
- package/Npgsql.NameTranslation/bindings.json +91 -116
- package/Npgsql.NameTranslation/internal/index.d.ts +5 -5
- package/Npgsql.PostgresTypes/bindings.json +289 -982
- package/Npgsql.PostgresTypes/internal/index.d.ts +28 -25
- package/Npgsql.Replication/bindings.json +486 -1078
- package/Npgsql.Replication/internal/index.d.ts +47 -46
- package/Npgsql.Replication.Internal/bindings.json +65 -69
- package/Npgsql.Replication.Internal/internal/index.d.ts +6 -5
- package/Npgsql.Replication.PgOutput/bindings.json +344 -536
- package/Npgsql.Replication.PgOutput/internal/index.d.ts +31 -30
- package/Npgsql.Replication.PgOutput.Messages/bindings.json +1176 -2950
- package/Npgsql.Replication.PgOutput.Messages/internal/index.d.ts +85 -82
- package/Npgsql.Replication.TestDecoding/bindings.json +131 -270
- package/Npgsql.Replication.TestDecoding/internal/index.d.ts +13 -13
- package/Npgsql.Schema/bindings.json +236 -376
- package/Npgsql.Schema/internal/index.d.ts +34 -28
- package/Npgsql.TypeMapping/bindings.json +109 -153
- package/Npgsql.TypeMapping/internal/index.d.ts +13 -13
- package/Npgsql.Util/bindings.json +13 -1
- package/Npgsql.d.ts +1 -1
- package/NpgsqlTypes/bindings.json +2306 -4296
- package/NpgsqlTypes/internal/index.d.ts +282 -280
- package/__build/scripts/generate.sh +4 -4
- package/__internal/extensions/index.d.ts +71 -71
- package/package.json +5 -5
- package/Microsoft.EntityFrameworkCore/internal/metadata.json +0 -10154
- package/Microsoft.EntityFrameworkCore.Diagnostics/internal/metadata.json +0 -172
- package/Microsoft.EntityFrameworkCore.Metadata.Internal/internal/metadata.json +0 -49
- package/Microsoft.Extensions.DependencyInjection/internal/metadata.json +0 -63
- package/Npgsql/internal/metadata.json +0 -15514
- package/Npgsql.BackendMessages/internal/metadata.json +0 -72
- package/Npgsql.EntityFrameworkCore.PostgreSQL/internal/metadata.json +0 -60
- package/Npgsql.EntityFrameworkCore.PostgreSQL.Design.Internal/internal/metadata.json +0 -269
- package/Npgsql.EntityFrameworkCore.PostgreSQL.Diagnostics.Internal/internal/metadata.json +0 -184
- package/Npgsql.EntityFrameworkCore.PostgreSQL.Extensions.Internal/internal/metadata.json +0 -125
- package/Npgsql.EntityFrameworkCore.PostgreSQL.Infrastructure/internal/metadata.json +0 -342
- package/Npgsql.EntityFrameworkCore.PostgreSQL.Infrastructure.Internal/internal/metadata.json +0 -985
- package/Npgsql.EntityFrameworkCore.PostgreSQL.Internal/internal/metadata.json +0 -1064
- package/Npgsql.EntityFrameworkCore.PostgreSQL.Metadata/internal/metadata.json +0 -990
- package/Npgsql.EntityFrameworkCore.PostgreSQL.Metadata.Conventions/internal/metadata.json +0 -317
- package/Npgsql.EntityFrameworkCore.PostgreSQL.Metadata.Internal/internal/metadata.json +0 -664
- package/Npgsql.EntityFrameworkCore.PostgreSQL.Migrations/internal/metadata.json +0 -95
- package/Npgsql.EntityFrameworkCore.PostgreSQL.Migrations.Internal/internal/metadata.json +0 -262
- package/Npgsql.EntityFrameworkCore.PostgreSQL.Migrations.Operations/internal/metadata.json +0 -114
- package/Npgsql.EntityFrameworkCore.PostgreSQL.Query/internal/metadata.json +0 -351
- package/Npgsql.EntityFrameworkCore.PostgreSQL.Query.ExpressionTranslators.Internal/internal/metadata.json +0 -1349
- package/Npgsql.EntityFrameworkCore.PostgreSQL.Query.Expressions/internal/metadata.json +0 -304
- package/Npgsql.EntityFrameworkCore.PostgreSQL.Query.Expressions.Internal/internal/metadata.json +0 -2783
- package/Npgsql.EntityFrameworkCore.PostgreSQL.Query.Internal/internal/metadata.json +0 -806
- package/Npgsql.EntityFrameworkCore.PostgreSQL.Scaffolding.Internal/internal/metadata.json +0 -102
- package/Npgsql.EntityFrameworkCore.PostgreSQL.Storage.Internal/internal/metadata.json +0 -807
- package/Npgsql.EntityFrameworkCore.PostgreSQL.Storage.Internal.Json/internal/metadata.json +0 -186
- package/Npgsql.EntityFrameworkCore.PostgreSQL.Storage.Internal.Mapping/internal/metadata.json +0 -4823
- package/Npgsql.EntityFrameworkCore.PostgreSQL.Storage.ValueConversion/internal/metadata.json +0 -51
- package/Npgsql.EntityFrameworkCore.PostgreSQL.Update.Internal/internal/metadata.json +0 -341
- package/Npgsql.EntityFrameworkCore.PostgreSQL.ValueGeneration/internal/metadata.json +0 -118
- package/Npgsql.EntityFrameworkCore.PostgreSQL.ValueGeneration.Internal/internal/metadata.json +0 -323
- package/Npgsql.Internal/internal/metadata.json +0 -4555
- package/Npgsql.Internal.Postgres/internal/metadata.json +0 -619
- package/Npgsql.NameTranslation/internal/metadata.json +0 -173
- package/Npgsql.PostgresTypes/internal/metadata.json +0 -480
- package/Npgsql.Replication/internal/metadata.json +0 -972
- package/Npgsql.Replication.Internal/internal/metadata.json +0 -119
- package/Npgsql.Replication.PgOutput/internal/metadata.json +0 -644
- package/Npgsql.Replication.PgOutput.Messages/internal/metadata.json +0 -1905
- package/Npgsql.Replication.TestDecoding/internal/metadata.json +0 -283
- package/Npgsql.Schema/internal/metadata.json +0 -451
- package/Npgsql.TypeMapping/internal/metadata.json +0 -248
- package/Npgsql.Util/internal/metadata.json +0 -24
- package/NpgsqlTypes/internal/metadata.json +0 -5014
|
@@ -1,23 +1,41 @@
|
|
|
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,
|
|
18
|
+
"baseType": {
|
|
19
|
+
"stableId": "Npgsql:Npgsql.Replication.ReplicationMessage",
|
|
20
|
+
"clrName": "Npgsql.Replication.ReplicationMessage"
|
|
21
|
+
},
|
|
10
22
|
"methods": [
|
|
11
23
|
{
|
|
12
24
|
"stableId": "Npgsql:Npgsql.Replication.TestDecoding.TestDecodingData::ToString():System.String",
|
|
13
25
|
"clrName": "ToString",
|
|
14
|
-
"tsEmitName": "toString",
|
|
15
26
|
"metadataToken": 100665916,
|
|
16
27
|
"canonicalSignature": "():System.String",
|
|
17
28
|
"normalizedSignature": "ToString|():System.String|static=false",
|
|
18
29
|
"emitScope": "ClassSurface",
|
|
30
|
+
"provenance": "Original",
|
|
19
31
|
"arity": 0,
|
|
20
32
|
"parameterCount": 0,
|
|
33
|
+
"isStatic": false,
|
|
34
|
+
"isAbstract": false,
|
|
35
|
+
"isVirtual": true,
|
|
36
|
+
"isOverride": true,
|
|
37
|
+
"isSealed": false,
|
|
38
|
+
"visibility": "Public",
|
|
21
39
|
"declaringClrType": "Npgsql.Replication.TestDecoding.TestDecodingData",
|
|
22
40
|
"declaringAssemblyName": "Npgsql",
|
|
23
41
|
"isExtensionMethod": false
|
|
@@ -25,13 +43,19 @@
|
|
|
25
43
|
{
|
|
26
44
|
"stableId": "Npgsql:Npgsql.Replication.TestDecoding.TestDecodingData::Clone():Npgsql.Replication.TestDecoding.TestDecodingData",
|
|
27
45
|
"clrName": "Clone",
|
|
28
|
-
"tsEmitName": "clone",
|
|
29
46
|
"metadataToken": 100665917,
|
|
30
47
|
"canonicalSignature": "():Npgsql.Replication.TestDecoding.TestDecodingData",
|
|
31
48
|
"normalizedSignature": "Clone|():Npgsql.Replication.TestDecoding.TestDecodingData|static=false",
|
|
32
49
|
"emitScope": "ClassSurface",
|
|
50
|
+
"provenance": "Original",
|
|
33
51
|
"arity": 0,
|
|
34
52
|
"parameterCount": 0,
|
|
53
|
+
"isStatic": false,
|
|
54
|
+
"isAbstract": false,
|
|
55
|
+
"isVirtual": false,
|
|
56
|
+
"isOverride": false,
|
|
57
|
+
"isSealed": false,
|
|
58
|
+
"visibility": "Public",
|
|
35
59
|
"declaringClrType": "Npgsql.Replication.TestDecoding.TestDecodingData",
|
|
36
60
|
"declaringAssemblyName": "Npgsql",
|
|
37
61
|
"isExtensionMethod": false
|
|
@@ -41,14 +65,19 @@
|
|
|
41
65
|
{
|
|
42
66
|
"stableId": "Npgsql:Npgsql.Replication.TestDecoding.TestDecodingData::Data:System.String",
|
|
43
67
|
"clrName": "Data",
|
|
44
|
-
"tsEmitName": "data",
|
|
45
68
|
"metadataToken": 385876578,
|
|
46
69
|
"canonicalSignature": ":System.String",
|
|
47
|
-
"normalizedSignature": "Data|:System.String|static=false|accessor=
|
|
70
|
+
"normalizedSignature": "Data|:System.String|static=false|accessor=getset",
|
|
48
71
|
"emitScope": "ClassSurface",
|
|
72
|
+
"provenance": "Original",
|
|
49
73
|
"isIndexer": false,
|
|
50
74
|
"hasGetter": true,
|
|
51
|
-
"hasSetter":
|
|
75
|
+
"hasSetter": true,
|
|
76
|
+
"isStatic": false,
|
|
77
|
+
"isAbstract": false,
|
|
78
|
+
"isVirtual": false,
|
|
79
|
+
"isOverride": false,
|
|
80
|
+
"visibility": "Public",
|
|
52
81
|
"declaringClrType": "Npgsql.Replication.TestDecoding.TestDecodingData",
|
|
53
82
|
"declaringAssemblyName": "Npgsql"
|
|
54
83
|
}
|
|
@@ -63,103 +92,53 @@
|
|
|
63
92
|
"normalizedSignature": "constructor|():void|static=false",
|
|
64
93
|
"isStatic": false,
|
|
65
94
|
"parameterCount": 0,
|
|
95
|
+
"visibility": "Public",
|
|
66
96
|
"declaringClrType": "Npgsql.Replication.TestDecoding.TestDecodingData",
|
|
67
97
|
"declaringAssemblyName": "Npgsql"
|
|
68
98
|
}
|
|
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
99
|
]
|
|
145
100
|
},
|
|
146
101
|
{
|
|
147
102
|
"stableId": "Npgsql:Npgsql.Replication.TestDecoding.TestDecodingOptions",
|
|
148
103
|
"clrName": "Npgsql.Replication.TestDecoding.TestDecodingOptions",
|
|
149
|
-
"tsEmitName": "TestDecodingOptions",
|
|
150
104
|
"assemblyName": "Npgsql",
|
|
151
105
|
"metadataToken": 0,
|
|
106
|
+
"kind": "Class",
|
|
107
|
+
"accessibility": "Public",
|
|
108
|
+
"isAbstract": false,
|
|
109
|
+
"isSealed": false,
|
|
110
|
+
"isStatic": false,
|
|
111
|
+
"arity": 0,
|
|
112
|
+
"baseType": {
|
|
113
|
+
"stableId": "System.Private.CoreLib:System.Object",
|
|
114
|
+
"clrName": "System.Object"
|
|
115
|
+
},
|
|
116
|
+
"interfaces": [
|
|
117
|
+
{
|
|
118
|
+
"stableId": "System.Private.CoreLib:System.IEquatable\u00601",
|
|
119
|
+
"clrName": "System.IEquatable\u00601",
|
|
120
|
+
"typeArguments": [
|
|
121
|
+
"TestDecodingOptions"
|
|
122
|
+
]
|
|
123
|
+
}
|
|
124
|
+
],
|
|
152
125
|
"methods": [
|
|
153
126
|
{
|
|
154
127
|
"stableId": "Npgsql:Npgsql.Replication.TestDecoding.TestDecodingOptions::Equals(Npgsql.Replication.TestDecoding.TestDecodingOptions):System.Boolean",
|
|
155
128
|
"clrName": "Equals",
|
|
156
|
-
"tsEmitName": "equals",
|
|
157
129
|
"metadataToken": 100665928,
|
|
158
130
|
"canonicalSignature": "(Npgsql.Replication.TestDecoding.TestDecodingOptions):System.Boolean",
|
|
159
131
|
"normalizedSignature": "Equals|(Npgsql.Replication.TestDecoding.TestDecodingOptions):System.Boolean|static=false",
|
|
160
132
|
"emitScope": "ClassSurface",
|
|
133
|
+
"provenance": "Original",
|
|
161
134
|
"arity": 0,
|
|
162
135
|
"parameterCount": 1,
|
|
136
|
+
"isStatic": false,
|
|
137
|
+
"isAbstract": false,
|
|
138
|
+
"isVirtual": true,
|
|
139
|
+
"isOverride": false,
|
|
140
|
+
"isSealed": true,
|
|
141
|
+
"visibility": "Public",
|
|
163
142
|
"declaringClrType": "Npgsql.Replication.TestDecoding.TestDecodingOptions",
|
|
164
143
|
"declaringAssemblyName": "Npgsql",
|
|
165
144
|
"isExtensionMethod": false
|
|
@@ -167,13 +146,19 @@
|
|
|
167
146
|
{
|
|
168
147
|
"stableId": "Npgsql:Npgsql.Replication.TestDecoding.TestDecodingOptions::Equals(System.Object):System.Boolean",
|
|
169
148
|
"clrName": "Equals",
|
|
170
|
-
"tsEmitName": "equals",
|
|
171
149
|
"metadataToken": 100665929,
|
|
172
150
|
"canonicalSignature": "(System.Object):System.Boolean",
|
|
173
151
|
"normalizedSignature": "Equals|(System.Object):System.Boolean|static=false",
|
|
174
152
|
"emitScope": "ClassSurface",
|
|
153
|
+
"provenance": "Original",
|
|
175
154
|
"arity": 0,
|
|
176
155
|
"parameterCount": 1,
|
|
156
|
+
"isStatic": false,
|
|
157
|
+
"isAbstract": false,
|
|
158
|
+
"isVirtual": true,
|
|
159
|
+
"isOverride": true,
|
|
160
|
+
"isSealed": false,
|
|
161
|
+
"visibility": "Public",
|
|
177
162
|
"declaringClrType": "Npgsql.Replication.TestDecoding.TestDecodingOptions",
|
|
178
163
|
"declaringAssemblyName": "Npgsql",
|
|
179
164
|
"isExtensionMethod": false
|
|
@@ -181,13 +166,19 @@
|
|
|
181
166
|
{
|
|
182
167
|
"stableId": "Npgsql:Npgsql.Replication.TestDecoding.TestDecodingOptions::GetHashCode():System.Int32",
|
|
183
168
|
"clrName": "GetHashCode",
|
|
184
|
-
"tsEmitName": "getHashCode",
|
|
185
169
|
"metadataToken": 100665930,
|
|
186
170
|
"canonicalSignature": "():System.Int32",
|
|
187
171
|
"normalizedSignature": "GetHashCode|():System.Int32|static=false",
|
|
188
172
|
"emitScope": "ClassSurface",
|
|
173
|
+
"provenance": "Original",
|
|
189
174
|
"arity": 0,
|
|
190
175
|
"parameterCount": 0,
|
|
176
|
+
"isStatic": false,
|
|
177
|
+
"isAbstract": false,
|
|
178
|
+
"isVirtual": true,
|
|
179
|
+
"isOverride": true,
|
|
180
|
+
"isSealed": false,
|
|
181
|
+
"visibility": "Public",
|
|
191
182
|
"declaringClrType": "Npgsql.Replication.TestDecoding.TestDecodingOptions",
|
|
192
183
|
"declaringAssemblyName": "Npgsql",
|
|
193
184
|
"isExtensionMethod": false
|
|
@@ -197,98 +188,133 @@
|
|
|
197
188
|
{
|
|
198
189
|
"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
190
|
"clrName": "IncludeXids",
|
|
200
|
-
"tsEmitName": "includeXids",
|
|
201
191
|
"metadataToken": 385876579,
|
|
202
192
|
"canonicalSignature": ":System.Nullable_1[[System.Boolean,System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e]]",
|
|
203
193
|
"normalizedSignature": "IncludeXids|:System.Nullable_1[[System.Boolean,System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e]]|static=false|accessor=get",
|
|
204
194
|
"emitScope": "ClassSurface",
|
|
195
|
+
"provenance": "Original",
|
|
205
196
|
"isIndexer": false,
|
|
206
197
|
"hasGetter": true,
|
|
207
198
|
"hasSetter": false,
|
|
199
|
+
"isStatic": false,
|
|
200
|
+
"isAbstract": false,
|
|
201
|
+
"isVirtual": false,
|
|
202
|
+
"isOverride": false,
|
|
203
|
+
"visibility": "Public",
|
|
208
204
|
"declaringClrType": "Npgsql.Replication.TestDecoding.TestDecodingOptions",
|
|
209
205
|
"declaringAssemblyName": "Npgsql"
|
|
210
206
|
},
|
|
211
207
|
{
|
|
212
208
|
"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
209
|
"clrName": "IncludeTimestamp",
|
|
214
|
-
"tsEmitName": "includeTimestamp",
|
|
215
210
|
"metadataToken": 385876580,
|
|
216
211
|
"canonicalSignature": ":System.Nullable_1[[System.Boolean,System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e]]",
|
|
217
212
|
"normalizedSignature": "IncludeTimestamp|:System.Nullable_1[[System.Boolean,System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e]]|static=false|accessor=get",
|
|
218
213
|
"emitScope": "ClassSurface",
|
|
214
|
+
"provenance": "Original",
|
|
219
215
|
"isIndexer": false,
|
|
220
216
|
"hasGetter": true,
|
|
221
217
|
"hasSetter": false,
|
|
218
|
+
"isStatic": false,
|
|
219
|
+
"isAbstract": false,
|
|
220
|
+
"isVirtual": false,
|
|
221
|
+
"isOverride": false,
|
|
222
|
+
"visibility": "Public",
|
|
222
223
|
"declaringClrType": "Npgsql.Replication.TestDecoding.TestDecodingOptions",
|
|
223
224
|
"declaringAssemblyName": "Npgsql"
|
|
224
225
|
},
|
|
225
226
|
{
|
|
226
227
|
"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
228
|
"clrName": "ForceBinary",
|
|
228
|
-
"tsEmitName": "forceBinary",
|
|
229
229
|
"metadataToken": 385876581,
|
|
230
230
|
"canonicalSignature": ":System.Nullable_1[[System.Boolean,System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e]]",
|
|
231
231
|
"normalizedSignature": "ForceBinary|:System.Nullable_1[[System.Boolean,System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e]]|static=false|accessor=get",
|
|
232
232
|
"emitScope": "ClassSurface",
|
|
233
|
+
"provenance": "Original",
|
|
233
234
|
"isIndexer": false,
|
|
234
235
|
"hasGetter": true,
|
|
235
236
|
"hasSetter": false,
|
|
237
|
+
"isStatic": false,
|
|
238
|
+
"isAbstract": false,
|
|
239
|
+
"isVirtual": false,
|
|
240
|
+
"isOverride": false,
|
|
241
|
+
"visibility": "Public",
|
|
236
242
|
"declaringClrType": "Npgsql.Replication.TestDecoding.TestDecodingOptions",
|
|
237
243
|
"declaringAssemblyName": "Npgsql"
|
|
238
244
|
},
|
|
239
245
|
{
|
|
240
246
|
"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
247
|
"clrName": "SkipEmptyXacts",
|
|
242
|
-
"tsEmitName": "skipEmptyXacts",
|
|
243
248
|
"metadataToken": 385876582,
|
|
244
249
|
"canonicalSignature": ":System.Nullable_1[[System.Boolean,System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e]]",
|
|
245
250
|
"normalizedSignature": "SkipEmptyXacts|:System.Nullable_1[[System.Boolean,System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e]]|static=false|accessor=get",
|
|
246
251
|
"emitScope": "ClassSurface",
|
|
252
|
+
"provenance": "Original",
|
|
247
253
|
"isIndexer": false,
|
|
248
254
|
"hasGetter": true,
|
|
249
255
|
"hasSetter": false,
|
|
256
|
+
"isStatic": false,
|
|
257
|
+
"isAbstract": false,
|
|
258
|
+
"isVirtual": false,
|
|
259
|
+
"isOverride": false,
|
|
260
|
+
"visibility": "Public",
|
|
250
261
|
"declaringClrType": "Npgsql.Replication.TestDecoding.TestDecodingOptions",
|
|
251
262
|
"declaringAssemblyName": "Npgsql"
|
|
252
263
|
},
|
|
253
264
|
{
|
|
254
265
|
"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
266
|
"clrName": "OnlyLocal",
|
|
256
|
-
"tsEmitName": "onlyLocal",
|
|
257
267
|
"metadataToken": 385876583,
|
|
258
268
|
"canonicalSignature": ":System.Nullable_1[[System.Boolean,System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e]]",
|
|
259
269
|
"normalizedSignature": "OnlyLocal|:System.Nullable_1[[System.Boolean,System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e]]|static=false|accessor=get",
|
|
260
270
|
"emitScope": "ClassSurface",
|
|
271
|
+
"provenance": "Original",
|
|
261
272
|
"isIndexer": false,
|
|
262
273
|
"hasGetter": true,
|
|
263
274
|
"hasSetter": false,
|
|
275
|
+
"isStatic": false,
|
|
276
|
+
"isAbstract": false,
|
|
277
|
+
"isVirtual": false,
|
|
278
|
+
"isOverride": false,
|
|
279
|
+
"visibility": "Public",
|
|
264
280
|
"declaringClrType": "Npgsql.Replication.TestDecoding.TestDecodingOptions",
|
|
265
281
|
"declaringAssemblyName": "Npgsql"
|
|
266
282
|
},
|
|
267
283
|
{
|
|
268
284
|
"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
285
|
"clrName": "IncludeRewrites",
|
|
270
|
-
"tsEmitName": "includeRewrites",
|
|
271
286
|
"metadataToken": 385876584,
|
|
272
287
|
"canonicalSignature": ":System.Nullable_1[[System.Boolean,System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e]]",
|
|
273
288
|
"normalizedSignature": "IncludeRewrites|:System.Nullable_1[[System.Boolean,System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e]]|static=false|accessor=get",
|
|
274
289
|
"emitScope": "ClassSurface",
|
|
290
|
+
"provenance": "Original",
|
|
275
291
|
"isIndexer": false,
|
|
276
292
|
"hasGetter": true,
|
|
277
293
|
"hasSetter": false,
|
|
294
|
+
"isStatic": false,
|
|
295
|
+
"isAbstract": false,
|
|
296
|
+
"isVirtual": false,
|
|
297
|
+
"isOverride": false,
|
|
298
|
+
"visibility": "Public",
|
|
278
299
|
"declaringClrType": "Npgsql.Replication.TestDecoding.TestDecodingOptions",
|
|
279
300
|
"declaringAssemblyName": "Npgsql"
|
|
280
301
|
},
|
|
281
302
|
{
|
|
282
303
|
"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
304
|
"clrName": "StreamChanges",
|
|
284
|
-
"tsEmitName": "streamChanges",
|
|
285
305
|
"metadataToken": 385876585,
|
|
286
306
|
"canonicalSignature": ":System.Nullable_1[[System.Boolean,System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e]]",
|
|
287
307
|
"normalizedSignature": "StreamChanges|:System.Nullable_1[[System.Boolean,System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e]]|static=false|accessor=get",
|
|
288
308
|
"emitScope": "ClassSurface",
|
|
309
|
+
"provenance": "Original",
|
|
289
310
|
"isIndexer": false,
|
|
290
311
|
"hasGetter": true,
|
|
291
312
|
"hasSetter": false,
|
|
313
|
+
"isStatic": false,
|
|
314
|
+
"isAbstract": false,
|
|
315
|
+
"isVirtual": false,
|
|
316
|
+
"isOverride": false,
|
|
317
|
+
"visibility": "Public",
|
|
292
318
|
"declaringClrType": "Npgsql.Replication.TestDecoding.TestDecodingOptions",
|
|
293
319
|
"declaringAssemblyName": "Npgsql"
|
|
294
320
|
}
|
|
@@ -303,132 +329,27 @@
|
|
|
303
329
|
"normalizedSignature": "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",
|
|
304
330
|
"isStatic": false,
|
|
305
331
|
"parameterCount": 7,
|
|
332
|
+
"visibility": "Public",
|
|
306
333
|
"declaringClrType": "Npgsql.Replication.TestDecoding.TestDecodingOptions",
|
|
307
334
|
"declaringAssemblyName": "Npgsql"
|
|
308
335
|
}
|
|
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
336
|
]
|
|
425
337
|
},
|
|
426
338
|
{
|
|
427
339
|
"stableId": "Npgsql:Npgsql.Replication.TestDecoding.TestDecodingReplicationSlot",
|
|
428
340
|
"clrName": "Npgsql.Replication.TestDecoding.TestDecodingReplicationSlot",
|
|
429
|
-
"tsEmitName": "TestDecodingReplicationSlot",
|
|
430
341
|
"assemblyName": "Npgsql",
|
|
431
342
|
"metadataToken": 0,
|
|
343
|
+
"kind": "Class",
|
|
344
|
+
"accessibility": "Public",
|
|
345
|
+
"isAbstract": false,
|
|
346
|
+
"isSealed": false,
|
|
347
|
+
"isStatic": false,
|
|
348
|
+
"arity": 0,
|
|
349
|
+
"baseType": {
|
|
350
|
+
"stableId": "Npgsql:Npgsql.Replication.Internal.LogicalReplicationSlot",
|
|
351
|
+
"clrName": "Npgsql.Replication.Internal.LogicalReplicationSlot"
|
|
352
|
+
},
|
|
432
353
|
"methods": [],
|
|
433
354
|
"properties": [],
|
|
434
355
|
"fields": [],
|
|
@@ -441,6 +362,7 @@
|
|
|
441
362
|
"normalizedSignature": "constructor|(System.String):void|static=false",
|
|
442
363
|
"isStatic": false,
|
|
443
364
|
"parameterCount": 1,
|
|
365
|
+
"visibility": "Public",
|
|
444
366
|
"declaringClrType": "Npgsql.Replication.TestDecoding.TestDecodingReplicationSlot",
|
|
445
367
|
"declaringAssemblyName": "Npgsql"
|
|
446
368
|
},
|
|
@@ -451,71 +373,10 @@
|
|
|
451
373
|
"normalizedSignature": "constructor|(Npgsql.Replication.ReplicationSlotOptions):void|static=false",
|
|
452
374
|
"isStatic": false,
|
|
453
375
|
"parameterCount": 1,
|
|
376
|
+
"visibility": "Public",
|
|
454
377
|
"declaringClrType": "Npgsql.Replication.TestDecoding.TestDecodingReplicationSlot",
|
|
455
378
|
"declaringAssemblyName": "Npgsql"
|
|
456
379
|
}
|
|
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
380
|
]
|
|
520
381
|
}
|
|
521
382
|
]
|
|
@@ -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
|
-
|
|
19
|
-
|
|
20
|
-
|
|
18
|
+
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
|
|