@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,362 +1,338 @@
|
|
|
1
1
|
{
|
|
2
2
|
"namespace": "Npgsql.Replication.PgOutput",
|
|
3
|
+
"contributingAssemblies": [
|
|
4
|
+
"Npgsql"
|
|
5
|
+
],
|
|
3
6
|
"types": [
|
|
4
7
|
{
|
|
5
8
|
"stableId": "Npgsql:Npgsql.Replication.PgOutput.PgOutputProtocolVersion",
|
|
6
9
|
"clrName": "Npgsql.Replication.PgOutput.PgOutputProtocolVersion",
|
|
7
|
-
"tsEmitName": "PgOutputProtocolVersion",
|
|
8
10
|
"assemblyName": "Npgsql",
|
|
9
11
|
"metadataToken": 0,
|
|
12
|
+
"kind": "Enum",
|
|
13
|
+
"accessibility": "Public",
|
|
14
|
+
"isAbstract": false,
|
|
15
|
+
"isSealed": true,
|
|
16
|
+
"isStatic": false,
|
|
17
|
+
"arity": 0,
|
|
18
|
+
"baseType": {
|
|
19
|
+
"stableId": "System.Private.CoreLib:System.Enum",
|
|
20
|
+
"clrName": "System.Enum"
|
|
21
|
+
},
|
|
22
|
+
"interfaces": [
|
|
23
|
+
{
|
|
24
|
+
"stableId": "System.Private.CoreLib:System.IComparable",
|
|
25
|
+
"clrName": "System.IComparable"
|
|
26
|
+
},
|
|
27
|
+
{
|
|
28
|
+
"stableId": "System.Private.CoreLib:System.ISpanFormattable",
|
|
29
|
+
"clrName": "System.ISpanFormattable"
|
|
30
|
+
},
|
|
31
|
+
{
|
|
32
|
+
"stableId": "System.Private.CoreLib:System.IFormattable",
|
|
33
|
+
"clrName": "System.IFormattable"
|
|
34
|
+
},
|
|
35
|
+
{
|
|
36
|
+
"stableId": "System.Private.CoreLib:System.IConvertible",
|
|
37
|
+
"clrName": "System.IConvertible"
|
|
38
|
+
}
|
|
39
|
+
],
|
|
10
40
|
"methods": [],
|
|
11
41
|
"properties": [],
|
|
12
42
|
"fields": [
|
|
13
43
|
{
|
|
14
44
|
"stableId": "Npgsql:Npgsql.Replication.PgOutput.PgOutputProtocolVersion::value__System.UInt64",
|
|
15
45
|
"clrName": "value__",
|
|
16
|
-
"tsEmitName": "value__",
|
|
17
46
|
"metadataToken": 67110154,
|
|
18
47
|
"normalizedSignature": "value__|System.UInt64|static=false|const=false",
|
|
19
48
|
"isStatic": false,
|
|
20
49
|
"isReadOnly": false,
|
|
50
|
+
"isLiteral": false,
|
|
51
|
+
"visibility": "Public",
|
|
21
52
|
"declaringClrType": "Npgsql.Replication.PgOutput.PgOutputProtocolVersion",
|
|
22
53
|
"declaringAssemblyName": "Npgsql"
|
|
23
54
|
},
|
|
24
55
|
{
|
|
25
56
|
"stableId": "Npgsql:Npgsql.Replication.PgOutput.PgOutputProtocolVersion::V1Npgsql.Replication.PgOutput.PgOutputProtocolVersion",
|
|
26
57
|
"clrName": "V1",
|
|
27
|
-
"tsEmitName": "V1",
|
|
28
58
|
"metadataToken": 67110155,
|
|
29
59
|
"normalizedSignature": "V1|Npgsql.Replication.PgOutput.PgOutputProtocolVersion|static=true|const=true",
|
|
30
60
|
"isStatic": true,
|
|
31
61
|
"isReadOnly": false,
|
|
62
|
+
"isLiteral": true,
|
|
63
|
+
"visibility": "Public",
|
|
32
64
|
"declaringClrType": "Npgsql.Replication.PgOutput.PgOutputProtocolVersion",
|
|
33
65
|
"declaringAssemblyName": "Npgsql"
|
|
34
66
|
},
|
|
35
67
|
{
|
|
36
68
|
"stableId": "Npgsql:Npgsql.Replication.PgOutput.PgOutputProtocolVersion::V2Npgsql.Replication.PgOutput.PgOutputProtocolVersion",
|
|
37
69
|
"clrName": "V2",
|
|
38
|
-
"tsEmitName": "V2",
|
|
39
70
|
"metadataToken": 67110156,
|
|
40
71
|
"normalizedSignature": "V2|Npgsql.Replication.PgOutput.PgOutputProtocolVersion|static=true|const=true",
|
|
41
72
|
"isStatic": true,
|
|
42
73
|
"isReadOnly": false,
|
|
74
|
+
"isLiteral": true,
|
|
75
|
+
"visibility": "Public",
|
|
43
76
|
"declaringClrType": "Npgsql.Replication.PgOutput.PgOutputProtocolVersion",
|
|
44
77
|
"declaringAssemblyName": "Npgsql"
|
|
45
78
|
},
|
|
46
79
|
{
|
|
47
80
|
"stableId": "Npgsql:Npgsql.Replication.PgOutput.PgOutputProtocolVersion::V3Npgsql.Replication.PgOutput.PgOutputProtocolVersion",
|
|
48
81
|
"clrName": "V3",
|
|
49
|
-
"tsEmitName": "V3",
|
|
50
82
|
"metadataToken": 67110157,
|
|
51
83
|
"normalizedSignature": "V3|Npgsql.Replication.PgOutput.PgOutputProtocolVersion|static=true|const=true",
|
|
52
84
|
"isStatic": true,
|
|
53
85
|
"isReadOnly": false,
|
|
86
|
+
"isLiteral": true,
|
|
87
|
+
"visibility": "Public",
|
|
54
88
|
"declaringClrType": "Npgsql.Replication.PgOutput.PgOutputProtocolVersion",
|
|
55
89
|
"declaringAssemblyName": "Npgsql"
|
|
56
90
|
},
|
|
57
91
|
{
|
|
58
92
|
"stableId": "Npgsql:Npgsql.Replication.PgOutput.PgOutputProtocolVersion::V4Npgsql.Replication.PgOutput.PgOutputProtocolVersion",
|
|
59
93
|
"clrName": "V4",
|
|
60
|
-
"tsEmitName": "V4",
|
|
61
94
|
"metadataToken": 67110158,
|
|
62
95
|
"normalizedSignature": "V4|Npgsql.Replication.PgOutput.PgOutputProtocolVersion|static=true|const=true",
|
|
63
96
|
"isStatic": true,
|
|
64
97
|
"isReadOnly": false,
|
|
98
|
+
"isLiteral": true,
|
|
99
|
+
"visibility": "Public",
|
|
65
100
|
"declaringClrType": "Npgsql.Replication.PgOutput.PgOutputProtocolVersion",
|
|
66
101
|
"declaringAssemblyName": "Npgsql"
|
|
67
102
|
}
|
|
68
103
|
],
|
|
69
104
|
"events": [],
|
|
70
|
-
"constructors": []
|
|
71
|
-
|
|
72
|
-
|
|
73
|
-
|
|
74
|
-
|
|
75
|
-
|
|
76
|
-
|
|
77
|
-
|
|
78
|
-
|
|
79
|
-
|
|
80
|
-
|
|
81
|
-
|
|
105
|
+
"constructors": []
|
|
106
|
+
},
|
|
107
|
+
{
|
|
108
|
+
"stableId": "Npgsql:Npgsql.Replication.PgOutput.PgOutputStreamingMode",
|
|
109
|
+
"clrName": "Npgsql.Replication.PgOutput.PgOutputStreamingMode",
|
|
110
|
+
"assemblyName": "Npgsql",
|
|
111
|
+
"metadataToken": 0,
|
|
112
|
+
"kind": "Enum",
|
|
113
|
+
"accessibility": "Public",
|
|
114
|
+
"isAbstract": false,
|
|
115
|
+
"isSealed": true,
|
|
116
|
+
"isStatic": false,
|
|
117
|
+
"arity": 0,
|
|
118
|
+
"baseType": {
|
|
119
|
+
"stableId": "System.Private.CoreLib:System.Enum",
|
|
120
|
+
"clrName": "System.Enum"
|
|
121
|
+
},
|
|
122
|
+
"interfaces": [
|
|
82
123
|
{
|
|
83
|
-
"
|
|
84
|
-
"
|
|
85
|
-
"tsSignatureId": "V1|Npgsql.Replication.PgOutput.PgOutputProtocolVersion|static=true|const=true",
|
|
86
|
-
"target": {
|
|
87
|
-
"declaringClrType": "Npgsql.Replication.PgOutput.PgOutputProtocolVersion",
|
|
88
|
-
"declaringAssemblyName": "Npgsql",
|
|
89
|
-
"metadataToken": 67110155
|
|
90
|
-
}
|
|
124
|
+
"stableId": "System.Private.CoreLib:System.IComparable",
|
|
125
|
+
"clrName": "System.IComparable"
|
|
91
126
|
},
|
|
92
127
|
{
|
|
93
|
-
"
|
|
94
|
-
"
|
|
95
|
-
"tsSignatureId": "V2|Npgsql.Replication.PgOutput.PgOutputProtocolVersion|static=true|const=true",
|
|
96
|
-
"target": {
|
|
97
|
-
"declaringClrType": "Npgsql.Replication.PgOutput.PgOutputProtocolVersion",
|
|
98
|
-
"declaringAssemblyName": "Npgsql",
|
|
99
|
-
"metadataToken": 67110156
|
|
100
|
-
}
|
|
128
|
+
"stableId": "System.Private.CoreLib:System.ISpanFormattable",
|
|
129
|
+
"clrName": "System.ISpanFormattable"
|
|
101
130
|
},
|
|
102
131
|
{
|
|
103
|
-
"
|
|
104
|
-
"
|
|
105
|
-
"tsSignatureId": "V3|Npgsql.Replication.PgOutput.PgOutputProtocolVersion|static=true|const=true",
|
|
106
|
-
"target": {
|
|
107
|
-
"declaringClrType": "Npgsql.Replication.PgOutput.PgOutputProtocolVersion",
|
|
108
|
-
"declaringAssemblyName": "Npgsql",
|
|
109
|
-
"metadataToken": 67110157
|
|
110
|
-
}
|
|
132
|
+
"stableId": "System.Private.CoreLib:System.IFormattable",
|
|
133
|
+
"clrName": "System.IFormattable"
|
|
111
134
|
},
|
|
112
135
|
{
|
|
113
|
-
"
|
|
114
|
-
"
|
|
115
|
-
"tsSignatureId": "V4|Npgsql.Replication.PgOutput.PgOutputProtocolVersion|static=true|const=true",
|
|
116
|
-
"target": {
|
|
117
|
-
"declaringClrType": "Npgsql.Replication.PgOutput.PgOutputProtocolVersion",
|
|
118
|
-
"declaringAssemblyName": "Npgsql",
|
|
119
|
-
"metadataToken": 67110158
|
|
120
|
-
}
|
|
136
|
+
"stableId": "System.Private.CoreLib:System.IConvertible",
|
|
137
|
+
"clrName": "System.IConvertible"
|
|
121
138
|
}
|
|
122
|
-
]
|
|
123
|
-
},
|
|
124
|
-
{
|
|
125
|
-
"stableId": "Npgsql:Npgsql.Replication.PgOutput.PgOutputStreamingMode",
|
|
126
|
-
"clrName": "Npgsql.Replication.PgOutput.PgOutputStreamingMode",
|
|
127
|
-
"tsEmitName": "PgOutputStreamingMode",
|
|
128
|
-
"assemblyName": "Npgsql",
|
|
129
|
-
"metadataToken": 0,
|
|
139
|
+
],
|
|
130
140
|
"methods": [],
|
|
131
141
|
"properties": [],
|
|
132
142
|
"fields": [
|
|
133
143
|
{
|
|
134
144
|
"stableId": "Npgsql:Npgsql.Replication.PgOutput.PgOutputStreamingMode::value__System.Int32",
|
|
135
145
|
"clrName": "value__",
|
|
136
|
-
"tsEmitName": "value__",
|
|
137
146
|
"metadataToken": 67110165,
|
|
138
147
|
"normalizedSignature": "value__|System.Int32|static=false|const=false",
|
|
139
148
|
"isStatic": false,
|
|
140
149
|
"isReadOnly": false,
|
|
150
|
+
"isLiteral": false,
|
|
151
|
+
"visibility": "Public",
|
|
141
152
|
"declaringClrType": "Npgsql.Replication.PgOutput.PgOutputStreamingMode",
|
|
142
153
|
"declaringAssemblyName": "Npgsql"
|
|
143
154
|
},
|
|
144
155
|
{
|
|
145
156
|
"stableId": "Npgsql:Npgsql.Replication.PgOutput.PgOutputStreamingMode::OffNpgsql.Replication.PgOutput.PgOutputStreamingMode",
|
|
146
157
|
"clrName": "Off",
|
|
147
|
-
"tsEmitName": "off",
|
|
148
158
|
"metadataToken": 67110166,
|
|
149
159
|
"normalizedSignature": "Off|Npgsql.Replication.PgOutput.PgOutputStreamingMode|static=true|const=true",
|
|
150
160
|
"isStatic": true,
|
|
151
161
|
"isReadOnly": false,
|
|
162
|
+
"isLiteral": true,
|
|
163
|
+
"visibility": "Public",
|
|
152
164
|
"declaringClrType": "Npgsql.Replication.PgOutput.PgOutputStreamingMode",
|
|
153
165
|
"declaringAssemblyName": "Npgsql"
|
|
154
166
|
},
|
|
155
167
|
{
|
|
156
168
|
"stableId": "Npgsql:Npgsql.Replication.PgOutput.PgOutputStreamingMode::OnNpgsql.Replication.PgOutput.PgOutputStreamingMode",
|
|
157
169
|
"clrName": "On",
|
|
158
|
-
"tsEmitName": "on",
|
|
159
170
|
"metadataToken": 67110167,
|
|
160
171
|
"normalizedSignature": "On|Npgsql.Replication.PgOutput.PgOutputStreamingMode|static=true|const=true",
|
|
161
172
|
"isStatic": true,
|
|
162
173
|
"isReadOnly": false,
|
|
174
|
+
"isLiteral": true,
|
|
175
|
+
"visibility": "Public",
|
|
163
176
|
"declaringClrType": "Npgsql.Replication.PgOutput.PgOutputStreamingMode",
|
|
164
177
|
"declaringAssemblyName": "Npgsql"
|
|
165
178
|
},
|
|
166
179
|
{
|
|
167
180
|
"stableId": "Npgsql:Npgsql.Replication.PgOutput.PgOutputStreamingMode::ParallelNpgsql.Replication.PgOutput.PgOutputStreamingMode",
|
|
168
181
|
"clrName": "Parallel",
|
|
169
|
-
"tsEmitName": "parallel",
|
|
170
182
|
"metadataToken": 67110168,
|
|
171
183
|
"normalizedSignature": "Parallel|Npgsql.Replication.PgOutput.PgOutputStreamingMode|static=true|const=true",
|
|
172
184
|
"isStatic": true,
|
|
173
185
|
"isReadOnly": false,
|
|
186
|
+
"isLiteral": true,
|
|
187
|
+
"visibility": "Public",
|
|
174
188
|
"declaringClrType": "Npgsql.Replication.PgOutput.PgOutputStreamingMode",
|
|
175
189
|
"declaringAssemblyName": "Npgsql"
|
|
176
190
|
}
|
|
177
191
|
],
|
|
178
192
|
"events": [],
|
|
179
|
-
"constructors": []
|
|
180
|
-
|
|
193
|
+
"constructors": []
|
|
194
|
+
},
|
|
195
|
+
{
|
|
196
|
+
"stableId": "Npgsql:Npgsql.Replication.PgOutput.TupleDataKind",
|
|
197
|
+
"clrName": "Npgsql.Replication.PgOutput.TupleDataKind",
|
|
198
|
+
"assemblyName": "Npgsql",
|
|
199
|
+
"metadataToken": 0,
|
|
200
|
+
"kind": "Enum",
|
|
201
|
+
"accessibility": "Public",
|
|
202
|
+
"isAbstract": false,
|
|
203
|
+
"isSealed": true,
|
|
204
|
+
"isStatic": false,
|
|
205
|
+
"arity": 0,
|
|
206
|
+
"baseType": {
|
|
207
|
+
"stableId": "System.Private.CoreLib:System.Enum",
|
|
208
|
+
"clrName": "System.Enum"
|
|
209
|
+
},
|
|
210
|
+
"interfaces": [
|
|
181
211
|
{
|
|
182
|
-
"
|
|
183
|
-
"
|
|
184
|
-
"tsSignatureId": "value__|System.Int32|static=false|const=false",
|
|
185
|
-
"target": {
|
|
186
|
-
"declaringClrType": "Npgsql.Replication.PgOutput.PgOutputStreamingMode",
|
|
187
|
-
"declaringAssemblyName": "Npgsql",
|
|
188
|
-
"metadataToken": 67110165
|
|
189
|
-
}
|
|
212
|
+
"stableId": "System.Private.CoreLib:System.IComparable",
|
|
213
|
+
"clrName": "System.IComparable"
|
|
190
214
|
},
|
|
191
215
|
{
|
|
192
|
-
"
|
|
193
|
-
"
|
|
194
|
-
"tsSignatureId": "Off|Npgsql.Replication.PgOutput.PgOutputStreamingMode|static=true|const=true",
|
|
195
|
-
"target": {
|
|
196
|
-
"declaringClrType": "Npgsql.Replication.PgOutput.PgOutputStreamingMode",
|
|
197
|
-
"declaringAssemblyName": "Npgsql",
|
|
198
|
-
"metadataToken": 67110166
|
|
199
|
-
}
|
|
216
|
+
"stableId": "System.Private.CoreLib:System.ISpanFormattable",
|
|
217
|
+
"clrName": "System.ISpanFormattable"
|
|
200
218
|
},
|
|
201
219
|
{
|
|
202
|
-
"
|
|
203
|
-
"
|
|
204
|
-
"tsSignatureId": "On|Npgsql.Replication.PgOutput.PgOutputStreamingMode|static=true|const=true",
|
|
205
|
-
"target": {
|
|
206
|
-
"declaringClrType": "Npgsql.Replication.PgOutput.PgOutputStreamingMode",
|
|
207
|
-
"declaringAssemblyName": "Npgsql",
|
|
208
|
-
"metadataToken": 67110167
|
|
209
|
-
}
|
|
220
|
+
"stableId": "System.Private.CoreLib:System.IFormattable",
|
|
221
|
+
"clrName": "System.IFormattable"
|
|
210
222
|
},
|
|
211
223
|
{
|
|
212
|
-
"
|
|
213
|
-
"
|
|
214
|
-
"tsSignatureId": "Parallel|Npgsql.Replication.PgOutput.PgOutputStreamingMode|static=true|const=true",
|
|
215
|
-
"target": {
|
|
216
|
-
"declaringClrType": "Npgsql.Replication.PgOutput.PgOutputStreamingMode",
|
|
217
|
-
"declaringAssemblyName": "Npgsql",
|
|
218
|
-
"metadataToken": 67110168
|
|
219
|
-
}
|
|
224
|
+
"stableId": "System.Private.CoreLib:System.IConvertible",
|
|
225
|
+
"clrName": "System.IConvertible"
|
|
220
226
|
}
|
|
221
|
-
]
|
|
222
|
-
},
|
|
223
|
-
{
|
|
224
|
-
"stableId": "Npgsql:Npgsql.Replication.PgOutput.TupleDataKind",
|
|
225
|
-
"clrName": "Npgsql.Replication.PgOutput.TupleDataKind",
|
|
226
|
-
"tsEmitName": "TupleDataKind",
|
|
227
|
-
"assemblyName": "Npgsql",
|
|
228
|
-
"metadataToken": 0,
|
|
227
|
+
],
|
|
229
228
|
"methods": [],
|
|
230
229
|
"properties": [],
|
|
231
230
|
"fields": [
|
|
232
231
|
{
|
|
233
232
|
"stableId": "Npgsql:Npgsql.Replication.PgOutput.TupleDataKind::value__System.Byte",
|
|
234
233
|
"clrName": "value__",
|
|
235
|
-
"tsEmitName": "value__",
|
|
236
234
|
"metadataToken": 67110187,
|
|
237
235
|
"normalizedSignature": "value__|System.Byte|static=false|const=false",
|
|
238
236
|
"isStatic": false,
|
|
239
237
|
"isReadOnly": false,
|
|
238
|
+
"isLiteral": false,
|
|
239
|
+
"visibility": "Public",
|
|
240
240
|
"declaringClrType": "Npgsql.Replication.PgOutput.TupleDataKind",
|
|
241
241
|
"declaringAssemblyName": "Npgsql"
|
|
242
242
|
},
|
|
243
243
|
{
|
|
244
244
|
"stableId": "Npgsql:Npgsql.Replication.PgOutput.TupleDataKind::NullNpgsql.Replication.PgOutput.TupleDataKind",
|
|
245
245
|
"clrName": "Null",
|
|
246
|
-
"tsEmitName": "null",
|
|
247
246
|
"metadataToken": 67110188,
|
|
248
247
|
"normalizedSignature": "Null|Npgsql.Replication.PgOutput.TupleDataKind|static=true|const=true",
|
|
249
248
|
"isStatic": true,
|
|
250
249
|
"isReadOnly": false,
|
|
250
|
+
"isLiteral": true,
|
|
251
|
+
"visibility": "Public",
|
|
251
252
|
"declaringClrType": "Npgsql.Replication.PgOutput.TupleDataKind",
|
|
252
253
|
"declaringAssemblyName": "Npgsql"
|
|
253
254
|
},
|
|
254
255
|
{
|
|
255
256
|
"stableId": "Npgsql:Npgsql.Replication.PgOutput.TupleDataKind::UnchangedToastedValueNpgsql.Replication.PgOutput.TupleDataKind",
|
|
256
257
|
"clrName": "UnchangedToastedValue",
|
|
257
|
-
"tsEmitName": "unchangedToastedValue",
|
|
258
258
|
"metadataToken": 67110189,
|
|
259
259
|
"normalizedSignature": "UnchangedToastedValue|Npgsql.Replication.PgOutput.TupleDataKind|static=true|const=true",
|
|
260
260
|
"isStatic": true,
|
|
261
261
|
"isReadOnly": false,
|
|
262
|
+
"isLiteral": true,
|
|
263
|
+
"visibility": "Public",
|
|
262
264
|
"declaringClrType": "Npgsql.Replication.PgOutput.TupleDataKind",
|
|
263
265
|
"declaringAssemblyName": "Npgsql"
|
|
264
266
|
},
|
|
265
267
|
{
|
|
266
268
|
"stableId": "Npgsql:Npgsql.Replication.PgOutput.TupleDataKind::TextValueNpgsql.Replication.PgOutput.TupleDataKind",
|
|
267
269
|
"clrName": "TextValue",
|
|
268
|
-
"tsEmitName": "textValue",
|
|
269
270
|
"metadataToken": 67110190,
|
|
270
271
|
"normalizedSignature": "TextValue|Npgsql.Replication.PgOutput.TupleDataKind|static=true|const=true",
|
|
271
272
|
"isStatic": true,
|
|
272
273
|
"isReadOnly": false,
|
|
274
|
+
"isLiteral": true,
|
|
275
|
+
"visibility": "Public",
|
|
273
276
|
"declaringClrType": "Npgsql.Replication.PgOutput.TupleDataKind",
|
|
274
277
|
"declaringAssemblyName": "Npgsql"
|
|
275
278
|
},
|
|
276
279
|
{
|
|
277
280
|
"stableId": "Npgsql:Npgsql.Replication.PgOutput.TupleDataKind::BinaryValueNpgsql.Replication.PgOutput.TupleDataKind",
|
|
278
281
|
"clrName": "BinaryValue",
|
|
279
|
-
"tsEmitName": "binaryValue",
|
|
280
282
|
"metadataToken": 67110191,
|
|
281
283
|
"normalizedSignature": "BinaryValue|Npgsql.Replication.PgOutput.TupleDataKind|static=true|const=true",
|
|
282
284
|
"isStatic": true,
|
|
283
285
|
"isReadOnly": false,
|
|
286
|
+
"isLiteral": true,
|
|
287
|
+
"visibility": "Public",
|
|
284
288
|
"declaringClrType": "Npgsql.Replication.PgOutput.TupleDataKind",
|
|
285
289
|
"declaringAssemblyName": "Npgsql"
|
|
286
290
|
}
|
|
287
291
|
],
|
|
288
292
|
"events": [],
|
|
289
|
-
"constructors": []
|
|
290
|
-
"exposedFields": [
|
|
291
|
-
{
|
|
292
|
-
"tsName": "value__",
|
|
293
|
-
"isStatic": false,
|
|
294
|
-
"tsSignatureId": "value__|System.Byte|static=false|const=false",
|
|
295
|
-
"target": {
|
|
296
|
-
"declaringClrType": "Npgsql.Replication.PgOutput.TupleDataKind",
|
|
297
|
-
"declaringAssemblyName": "Npgsql",
|
|
298
|
-
"metadataToken": 67110187
|
|
299
|
-
}
|
|
300
|
-
},
|
|
301
|
-
{
|
|
302
|
-
"tsName": "null",
|
|
303
|
-
"isStatic": true,
|
|
304
|
-
"tsSignatureId": "Null|Npgsql.Replication.PgOutput.TupleDataKind|static=true|const=true",
|
|
305
|
-
"target": {
|
|
306
|
-
"declaringClrType": "Npgsql.Replication.PgOutput.TupleDataKind",
|
|
307
|
-
"declaringAssemblyName": "Npgsql",
|
|
308
|
-
"metadataToken": 67110188
|
|
309
|
-
}
|
|
310
|
-
},
|
|
311
|
-
{
|
|
312
|
-
"tsName": "unchangedToastedValue",
|
|
313
|
-
"isStatic": true,
|
|
314
|
-
"tsSignatureId": "UnchangedToastedValue|Npgsql.Replication.PgOutput.TupleDataKind|static=true|const=true",
|
|
315
|
-
"target": {
|
|
316
|
-
"declaringClrType": "Npgsql.Replication.PgOutput.TupleDataKind",
|
|
317
|
-
"declaringAssemblyName": "Npgsql",
|
|
318
|
-
"metadataToken": 67110189
|
|
319
|
-
}
|
|
320
|
-
},
|
|
321
|
-
{
|
|
322
|
-
"tsName": "textValue",
|
|
323
|
-
"isStatic": true,
|
|
324
|
-
"tsSignatureId": "TextValue|Npgsql.Replication.PgOutput.TupleDataKind|static=true|const=true",
|
|
325
|
-
"target": {
|
|
326
|
-
"declaringClrType": "Npgsql.Replication.PgOutput.TupleDataKind",
|
|
327
|
-
"declaringAssemblyName": "Npgsql",
|
|
328
|
-
"metadataToken": 67110190
|
|
329
|
-
}
|
|
330
|
-
},
|
|
331
|
-
{
|
|
332
|
-
"tsName": "binaryValue",
|
|
333
|
-
"isStatic": true,
|
|
334
|
-
"tsSignatureId": "BinaryValue|Npgsql.Replication.PgOutput.TupleDataKind|static=true|const=true",
|
|
335
|
-
"target": {
|
|
336
|
-
"declaringClrType": "Npgsql.Replication.PgOutput.TupleDataKind",
|
|
337
|
-
"declaringAssemblyName": "Npgsql",
|
|
338
|
-
"metadataToken": 67110191
|
|
339
|
-
}
|
|
340
|
-
}
|
|
341
|
-
]
|
|
293
|
+
"constructors": []
|
|
342
294
|
},
|
|
343
295
|
{
|
|
344
296
|
"stableId": "Npgsql:Npgsql.Replication.PgOutput.PgOutputReplicationOptions",
|
|
345
297
|
"clrName": "Npgsql.Replication.PgOutput.PgOutputReplicationOptions",
|
|
346
|
-
"tsEmitName": "PgOutputReplicationOptions",
|
|
347
298
|
"assemblyName": "Npgsql",
|
|
348
299
|
"metadataToken": 0,
|
|
300
|
+
"kind": "Class",
|
|
301
|
+
"accessibility": "Public",
|
|
302
|
+
"isAbstract": false,
|
|
303
|
+
"isSealed": false,
|
|
304
|
+
"isStatic": false,
|
|
305
|
+
"arity": 0,
|
|
306
|
+
"baseType": {
|
|
307
|
+
"stableId": "System.Private.CoreLib:System.Object",
|
|
308
|
+
"clrName": "System.Object"
|
|
309
|
+
},
|
|
310
|
+
"interfaces": [
|
|
311
|
+
{
|
|
312
|
+
"stableId": "System.Private.CoreLib:System.IEquatable\u00601",
|
|
313
|
+
"clrName": "System.IEquatable\u00601",
|
|
314
|
+
"typeArguments": [
|
|
315
|
+
"PgOutputReplicationOptions"
|
|
316
|
+
]
|
|
317
|
+
}
|
|
318
|
+
],
|
|
349
319
|
"methods": [
|
|
350
320
|
{
|
|
351
321
|
"stableId": "Npgsql:Npgsql.Replication.PgOutput.PgOutputReplicationOptions::Equals(Npgsql.Replication.PgOutput.PgOutputReplicationOptions):System.Boolean",
|
|
352
322
|
"clrName": "Equals",
|
|
353
|
-
"tsEmitName": "equals",
|
|
354
323
|
"metadataToken": 100665947,
|
|
355
324
|
"canonicalSignature": "(Npgsql.Replication.PgOutput.PgOutputReplicationOptions):System.Boolean",
|
|
356
325
|
"normalizedSignature": "Equals|(Npgsql.Replication.PgOutput.PgOutputReplicationOptions):System.Boolean|static=false",
|
|
357
326
|
"emitScope": "ClassSurface",
|
|
327
|
+
"provenance": "Original",
|
|
358
328
|
"arity": 0,
|
|
359
329
|
"parameterCount": 1,
|
|
330
|
+
"isStatic": false,
|
|
331
|
+
"isAbstract": false,
|
|
332
|
+
"isVirtual": true,
|
|
333
|
+
"isOverride": false,
|
|
334
|
+
"isSealed": true,
|
|
335
|
+
"visibility": "Public",
|
|
360
336
|
"declaringClrType": "Npgsql.Replication.PgOutput.PgOutputReplicationOptions",
|
|
361
337
|
"declaringAssemblyName": "Npgsql",
|
|
362
338
|
"isExtensionMethod": false
|
|
@@ -364,13 +340,19 @@
|
|
|
364
340
|
{
|
|
365
341
|
"stableId": "Npgsql:Npgsql.Replication.PgOutput.PgOutputReplicationOptions::Equals(System.Object):System.Boolean",
|
|
366
342
|
"clrName": "Equals",
|
|
367
|
-
"tsEmitName": "equals",
|
|
368
343
|
"metadataToken": 100665948,
|
|
369
344
|
"canonicalSignature": "(System.Object):System.Boolean",
|
|
370
345
|
"normalizedSignature": "Equals|(System.Object):System.Boolean|static=false",
|
|
371
346
|
"emitScope": "ClassSurface",
|
|
347
|
+
"provenance": "Original",
|
|
372
348
|
"arity": 0,
|
|
373
349
|
"parameterCount": 1,
|
|
350
|
+
"isStatic": false,
|
|
351
|
+
"isAbstract": false,
|
|
352
|
+
"isVirtual": true,
|
|
353
|
+
"isOverride": true,
|
|
354
|
+
"isSealed": false,
|
|
355
|
+
"visibility": "Public",
|
|
374
356
|
"declaringClrType": "Npgsql.Replication.PgOutput.PgOutputReplicationOptions",
|
|
375
357
|
"declaringAssemblyName": "Npgsql",
|
|
376
358
|
"isExtensionMethod": false
|
|
@@ -378,13 +360,19 @@
|
|
|
378
360
|
{
|
|
379
361
|
"stableId": "Npgsql:Npgsql.Replication.PgOutput.PgOutputReplicationOptions::GetHashCode():System.Int32",
|
|
380
362
|
"clrName": "GetHashCode",
|
|
381
|
-
"tsEmitName": "getHashCode",
|
|
382
363
|
"metadataToken": 100665949,
|
|
383
364
|
"canonicalSignature": "():System.Int32",
|
|
384
365
|
"normalizedSignature": "GetHashCode|():System.Int32|static=false",
|
|
385
366
|
"emitScope": "ClassSurface",
|
|
367
|
+
"provenance": "Original",
|
|
386
368
|
"arity": 0,
|
|
387
369
|
"parameterCount": 0,
|
|
370
|
+
"isStatic": false,
|
|
371
|
+
"isAbstract": false,
|
|
372
|
+
"isVirtual": true,
|
|
373
|
+
"isOverride": true,
|
|
374
|
+
"isSealed": false,
|
|
375
|
+
"visibility": "Public",
|
|
388
376
|
"declaringClrType": "Npgsql.Replication.PgOutput.PgOutputReplicationOptions",
|
|
389
377
|
"declaringAssemblyName": "Npgsql",
|
|
390
378
|
"isExtensionMethod": false
|
|
@@ -394,84 +382,114 @@
|
|
|
394
382
|
{
|
|
395
383
|
"stableId": "Npgsql:Npgsql.Replication.PgOutput.PgOutputReplicationOptions::ProtocolVersion:Npgsql.Replication.PgOutput.PgOutputProtocolVersion",
|
|
396
384
|
"clrName": "ProtocolVersion",
|
|
397
|
-
"tsEmitName": "protocolVersion",
|
|
398
385
|
"metadataToken": 385876586,
|
|
399
386
|
"canonicalSignature": ":Npgsql.Replication.PgOutput.PgOutputProtocolVersion",
|
|
400
387
|
"normalizedSignature": "ProtocolVersion|:Npgsql.Replication.PgOutput.PgOutputProtocolVersion|static=false|accessor=get",
|
|
401
388
|
"emitScope": "ClassSurface",
|
|
389
|
+
"provenance": "Original",
|
|
402
390
|
"isIndexer": false,
|
|
403
391
|
"hasGetter": true,
|
|
404
392
|
"hasSetter": false,
|
|
393
|
+
"isStatic": false,
|
|
394
|
+
"isAbstract": false,
|
|
395
|
+
"isVirtual": false,
|
|
396
|
+
"isOverride": false,
|
|
397
|
+
"visibility": "Public",
|
|
405
398
|
"declaringClrType": "Npgsql.Replication.PgOutput.PgOutputReplicationOptions",
|
|
406
399
|
"declaringAssemblyName": "Npgsql"
|
|
407
400
|
},
|
|
408
401
|
{
|
|
409
402
|
"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]]",
|
|
410
403
|
"clrName": "PublicationNames",
|
|
411
|
-
"tsEmitName": "publicationNames",
|
|
412
404
|
"metadataToken": 385876587,
|
|
413
405
|
"canonicalSignature": ":System.Collections.Generic.List_1[[System.String,System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e]]",
|
|
414
406
|
"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",
|
|
415
407
|
"emitScope": "ClassSurface",
|
|
408
|
+
"provenance": "Original",
|
|
416
409
|
"isIndexer": false,
|
|
417
410
|
"hasGetter": true,
|
|
418
411
|
"hasSetter": false,
|
|
412
|
+
"isStatic": false,
|
|
413
|
+
"isAbstract": false,
|
|
414
|
+
"isVirtual": false,
|
|
415
|
+
"isOverride": false,
|
|
416
|
+
"visibility": "Public",
|
|
419
417
|
"declaringClrType": "Npgsql.Replication.PgOutput.PgOutputReplicationOptions",
|
|
420
418
|
"declaringAssemblyName": "Npgsql"
|
|
421
419
|
},
|
|
422
420
|
{
|
|
423
421
|
"stableId": "Npgsql:Npgsql.Replication.PgOutput.PgOutputReplicationOptions::Binary:System.Nullable_1[[System.Boolean,System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e]]",
|
|
424
422
|
"clrName": "Binary",
|
|
425
|
-
"tsEmitName": "binary",
|
|
426
423
|
"metadataToken": 385876588,
|
|
427
424
|
"canonicalSignature": ":System.Nullable_1[[System.Boolean,System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e]]",
|
|
428
425
|
"normalizedSignature": "Binary|:System.Nullable_1[[System.Boolean,System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e]]|static=false|accessor=get",
|
|
429
426
|
"emitScope": "ClassSurface",
|
|
427
|
+
"provenance": "Original",
|
|
430
428
|
"isIndexer": false,
|
|
431
429
|
"hasGetter": true,
|
|
432
430
|
"hasSetter": false,
|
|
431
|
+
"isStatic": false,
|
|
432
|
+
"isAbstract": false,
|
|
433
|
+
"isVirtual": false,
|
|
434
|
+
"isOverride": false,
|
|
435
|
+
"visibility": "Public",
|
|
433
436
|
"declaringClrType": "Npgsql.Replication.PgOutput.PgOutputReplicationOptions",
|
|
434
437
|
"declaringAssemblyName": "Npgsql"
|
|
435
438
|
},
|
|
436
439
|
{
|
|
437
440
|
"stableId": "Npgsql:Npgsql.Replication.PgOutput.PgOutputReplicationOptions::StreamingMode:System.Nullable_1[[Npgsql.Replication.PgOutput.PgOutputStreamingMode,Npgsql,Version=10.0.0.0,Culture=neutral,PublicKeyToken=5d8b90d52f46fda7]]",
|
|
438
441
|
"clrName": "StreamingMode",
|
|
439
|
-
"tsEmitName": "streamingMode",
|
|
440
442
|
"metadataToken": 385876589,
|
|
441
443
|
"canonicalSignature": ":System.Nullable_1[[Npgsql.Replication.PgOutput.PgOutputStreamingMode,Npgsql,Version=10.0.0.0,Culture=neutral,PublicKeyToken=5d8b90d52f46fda7]]",
|
|
442
444
|
"normalizedSignature": "StreamingMode|:System.Nullable_1[[Npgsql.Replication.PgOutput.PgOutputStreamingMode,Npgsql,Version=10.0.0.0,Culture=neutral,PublicKeyToken=5d8b90d52f46fda7]]|static=false|accessor=get",
|
|
443
445
|
"emitScope": "ClassSurface",
|
|
446
|
+
"provenance": "Original",
|
|
444
447
|
"isIndexer": false,
|
|
445
448
|
"hasGetter": true,
|
|
446
449
|
"hasSetter": false,
|
|
450
|
+
"isStatic": false,
|
|
451
|
+
"isAbstract": false,
|
|
452
|
+
"isVirtual": false,
|
|
453
|
+
"isOverride": false,
|
|
454
|
+
"visibility": "Public",
|
|
447
455
|
"declaringClrType": "Npgsql.Replication.PgOutput.PgOutputReplicationOptions",
|
|
448
456
|
"declaringAssemblyName": "Npgsql"
|
|
449
457
|
},
|
|
450
458
|
{
|
|
451
459
|
"stableId": "Npgsql:Npgsql.Replication.PgOutput.PgOutputReplicationOptions::Messages:System.Nullable_1[[System.Boolean,System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e]]",
|
|
452
460
|
"clrName": "Messages",
|
|
453
|
-
"tsEmitName": "messages",
|
|
454
461
|
"metadataToken": 385876590,
|
|
455
462
|
"canonicalSignature": ":System.Nullable_1[[System.Boolean,System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e]]",
|
|
456
463
|
"normalizedSignature": "Messages|:System.Nullable_1[[System.Boolean,System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e]]|static=false|accessor=get",
|
|
457
464
|
"emitScope": "ClassSurface",
|
|
465
|
+
"provenance": "Original",
|
|
458
466
|
"isIndexer": false,
|
|
459
467
|
"hasGetter": true,
|
|
460
468
|
"hasSetter": false,
|
|
469
|
+
"isStatic": false,
|
|
470
|
+
"isAbstract": false,
|
|
471
|
+
"isVirtual": false,
|
|
472
|
+
"isOverride": false,
|
|
473
|
+
"visibility": "Public",
|
|
461
474
|
"declaringClrType": "Npgsql.Replication.PgOutput.PgOutputReplicationOptions",
|
|
462
475
|
"declaringAssemblyName": "Npgsql"
|
|
463
476
|
},
|
|
464
477
|
{
|
|
465
478
|
"stableId": "Npgsql:Npgsql.Replication.PgOutput.PgOutputReplicationOptions::TwoPhase:System.Nullable_1[[System.Boolean,System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e]]",
|
|
466
479
|
"clrName": "TwoPhase",
|
|
467
|
-
"tsEmitName": "twoPhase",
|
|
468
480
|
"metadataToken": 385876591,
|
|
469
481
|
"canonicalSignature": ":System.Nullable_1[[System.Boolean,System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e]]",
|
|
470
482
|
"normalizedSignature": "TwoPhase|:System.Nullable_1[[System.Boolean,System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e]]|static=false|accessor=get",
|
|
471
483
|
"emitScope": "ClassSurface",
|
|
484
|
+
"provenance": "Original",
|
|
472
485
|
"isIndexer": false,
|
|
473
486
|
"hasGetter": true,
|
|
474
487
|
"hasSetter": false,
|
|
488
|
+
"isStatic": false,
|
|
489
|
+
"isAbstract": false,
|
|
490
|
+
"isVirtual": false,
|
|
491
|
+
"isOverride": false,
|
|
492
|
+
"visibility": "Public",
|
|
475
493
|
"declaringClrType": "Npgsql.Replication.PgOutput.PgOutputReplicationOptions",
|
|
476
494
|
"declaringAssemblyName": "Npgsql"
|
|
477
495
|
}
|
|
@@ -486,6 +504,7 @@
|
|
|
486
504
|
"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",
|
|
487
505
|
"isStatic": false,
|
|
488
506
|
"parameterCount": 6,
|
|
507
|
+
"visibility": "Public",
|
|
489
508
|
"declaringClrType": "Npgsql.Replication.PgOutput.PgOutputReplicationOptions",
|
|
490
509
|
"declaringAssemblyName": "Npgsql"
|
|
491
510
|
},
|
|
@@ -496,6 +515,7 @@
|
|
|
496
515
|
"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",
|
|
497
516
|
"isStatic": false,
|
|
498
517
|
"parameterCount": 6,
|
|
518
|
+
"visibility": "Public",
|
|
499
519
|
"declaringClrType": "Npgsql.Replication.PgOutput.PgOutputReplicationOptions",
|
|
500
520
|
"declaringAssemblyName": "Npgsql"
|
|
501
521
|
},
|
|
@@ -506,6 +526,7 @@
|
|
|
506
526
|
"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",
|
|
507
527
|
"isStatic": false,
|
|
508
528
|
"parameterCount": 6,
|
|
529
|
+
"visibility": "Public",
|
|
509
530
|
"declaringClrType": "Npgsql.Replication.PgOutput.PgOutputReplicationOptions",
|
|
510
531
|
"declaringAssemblyName": "Npgsql"
|
|
511
532
|
},
|
|
@@ -516,149 +537,27 @@
|
|
|
516
537
|
"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",
|
|
517
538
|
"isStatic": false,
|
|
518
539
|
"parameterCount": 6,
|
|
540
|
+
"visibility": "Public",
|
|
519
541
|
"declaringClrType": "Npgsql.Replication.PgOutput.PgOutputReplicationOptions",
|
|
520
542
|
"declaringAssemblyName": "Npgsql"
|
|
521
543
|
}
|
|
522
|
-
],
|
|
523
|
-
"exposedMethods": [
|
|
524
|
-
{
|
|
525
|
-
"tsName": "equals",
|
|
526
|
-
"isStatic": false,
|
|
527
|
-
"tsSignatureId": "Equals|(Npgsql.Replication.PgOutput.PgOutputReplicationOptions):System.Boolean|static=false",
|
|
528
|
-
"target": {
|
|
529
|
-
"declaringClrType": "Npgsql.Replication.PgOutput.PgOutputReplicationOptions",
|
|
530
|
-
"declaringAssemblyName": "Npgsql",
|
|
531
|
-
"metadataToken": 100665947
|
|
532
|
-
}
|
|
533
|
-
},
|
|
534
|
-
{
|
|
535
|
-
"tsName": "equals",
|
|
536
|
-
"isStatic": false,
|
|
537
|
-
"tsSignatureId": "Equals|(System.Object):System.Boolean|static=false",
|
|
538
|
-
"target": {
|
|
539
|
-
"declaringClrType": "Npgsql.Replication.PgOutput.PgOutputReplicationOptions",
|
|
540
|
-
"declaringAssemblyName": "Npgsql",
|
|
541
|
-
"metadataToken": 100665948
|
|
542
|
-
}
|
|
543
|
-
},
|
|
544
|
-
{
|
|
545
|
-
"tsName": "getHashCode",
|
|
546
|
-
"isStatic": false,
|
|
547
|
-
"tsSignatureId": "GetHashCode|():System.Int32|static=false",
|
|
548
|
-
"target": {
|
|
549
|
-
"declaringClrType": "Npgsql.Replication.PgOutput.PgOutputReplicationOptions",
|
|
550
|
-
"declaringAssemblyName": "Npgsql",
|
|
551
|
-
"metadataToken": 100665949
|
|
552
|
-
}
|
|
553
|
-
}
|
|
554
|
-
],
|
|
555
|
-
"exposedProperties": [
|
|
556
|
-
{
|
|
557
|
-
"tsName": "protocolVersion",
|
|
558
|
-
"isStatic": false,
|
|
559
|
-
"tsSignatureId": "ProtocolVersion|:Npgsql.Replication.PgOutput.PgOutputProtocolVersion|static=false|accessor=get",
|
|
560
|
-
"target": {
|
|
561
|
-
"declaringClrType": "Npgsql.Replication.PgOutput.PgOutputReplicationOptions",
|
|
562
|
-
"declaringAssemblyName": "Npgsql",
|
|
563
|
-
"metadataToken": 385876586
|
|
564
|
-
}
|
|
565
|
-
},
|
|
566
|
-
{
|
|
567
|
-
"tsName": "publicationNames",
|
|
568
|
-
"isStatic": false,
|
|
569
|
-
"tsSignatureId": "PublicationNames|:System.Collections.Generic.List_1[[System.String,System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e]]|static=false|accessor=get",
|
|
570
|
-
"target": {
|
|
571
|
-
"declaringClrType": "Npgsql.Replication.PgOutput.PgOutputReplicationOptions",
|
|
572
|
-
"declaringAssemblyName": "Npgsql",
|
|
573
|
-
"metadataToken": 385876587
|
|
574
|
-
}
|
|
575
|
-
},
|
|
576
|
-
{
|
|
577
|
-
"tsName": "binary",
|
|
578
|
-
"isStatic": false,
|
|
579
|
-
"tsSignatureId": "Binary|:System.Nullable_1[[System.Boolean,System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e]]|static=false|accessor=get",
|
|
580
|
-
"target": {
|
|
581
|
-
"declaringClrType": "Npgsql.Replication.PgOutput.PgOutputReplicationOptions",
|
|
582
|
-
"declaringAssemblyName": "Npgsql",
|
|
583
|
-
"metadataToken": 385876588
|
|
584
|
-
}
|
|
585
|
-
},
|
|
586
|
-
{
|
|
587
|
-
"tsName": "streamingMode",
|
|
588
|
-
"isStatic": false,
|
|
589
|
-
"tsSignatureId": "StreamingMode|:System.Nullable_1[[Npgsql.Replication.PgOutput.PgOutputStreamingMode,Npgsql,Version=10.0.0.0,Culture=neutral,PublicKeyToken=5d8b90d52f46fda7]]|static=false|accessor=get",
|
|
590
|
-
"target": {
|
|
591
|
-
"declaringClrType": "Npgsql.Replication.PgOutput.PgOutputReplicationOptions",
|
|
592
|
-
"declaringAssemblyName": "Npgsql",
|
|
593
|
-
"metadataToken": 385876589
|
|
594
|
-
}
|
|
595
|
-
},
|
|
596
|
-
{
|
|
597
|
-
"tsName": "messages",
|
|
598
|
-
"isStatic": false,
|
|
599
|
-
"tsSignatureId": "Messages|:System.Nullable_1[[System.Boolean,System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e]]|static=false|accessor=get",
|
|
600
|
-
"target": {
|
|
601
|
-
"declaringClrType": "Npgsql.Replication.PgOutput.PgOutputReplicationOptions",
|
|
602
|
-
"declaringAssemblyName": "Npgsql",
|
|
603
|
-
"metadataToken": 385876590
|
|
604
|
-
}
|
|
605
|
-
},
|
|
606
|
-
{
|
|
607
|
-
"tsName": "twoPhase",
|
|
608
|
-
"isStatic": false,
|
|
609
|
-
"tsSignatureId": "TwoPhase|:System.Nullable_1[[System.Boolean,System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e]]|static=false|accessor=get",
|
|
610
|
-
"target": {
|
|
611
|
-
"declaringClrType": "Npgsql.Replication.PgOutput.PgOutputReplicationOptions",
|
|
612
|
-
"declaringAssemblyName": "Npgsql",
|
|
613
|
-
"metadataToken": 385876591
|
|
614
|
-
}
|
|
615
|
-
}
|
|
616
|
-
],
|
|
617
|
-
"exposedConstructors": [
|
|
618
|
-
{
|
|
619
|
-
"isStatic": false,
|
|
620
|
-
"tsSignatureId": "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",
|
|
621
|
-
"target": {
|
|
622
|
-
"declaringClrType": "Npgsql.Replication.PgOutput.PgOutputReplicationOptions",
|
|
623
|
-
"declaringAssemblyName": "Npgsql",
|
|
624
|
-
"metadataToken": 100665936
|
|
625
|
-
}
|
|
626
|
-
},
|
|
627
|
-
{
|
|
628
|
-
"isStatic": false,
|
|
629
|
-
"tsSignatureId": "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",
|
|
630
|
-
"target": {
|
|
631
|
-
"declaringClrType": "Npgsql.Replication.PgOutput.PgOutputReplicationOptions",
|
|
632
|
-
"declaringAssemblyName": "Npgsql",
|
|
633
|
-
"metadataToken": 100665937
|
|
634
|
-
}
|
|
635
|
-
},
|
|
636
|
-
{
|
|
637
|
-
"isStatic": false,
|
|
638
|
-
"tsSignatureId": "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",
|
|
639
|
-
"target": {
|
|
640
|
-
"declaringClrType": "Npgsql.Replication.PgOutput.PgOutputReplicationOptions",
|
|
641
|
-
"declaringAssemblyName": "Npgsql",
|
|
642
|
-
"metadataToken": 100665938
|
|
643
|
-
}
|
|
644
|
-
},
|
|
645
|
-
{
|
|
646
|
-
"isStatic": false,
|
|
647
|
-
"tsSignatureId": "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",
|
|
648
|
-
"target": {
|
|
649
|
-
"declaringClrType": "Npgsql.Replication.PgOutput.PgOutputReplicationOptions",
|
|
650
|
-
"declaringAssemblyName": "Npgsql",
|
|
651
|
-
"metadataToken": 100665939
|
|
652
|
-
}
|
|
653
|
-
}
|
|
654
544
|
]
|
|
655
545
|
},
|
|
656
546
|
{
|
|
657
547
|
"stableId": "Npgsql:Npgsql.Replication.PgOutput.PgOutputReplicationSlot",
|
|
658
548
|
"clrName": "Npgsql.Replication.PgOutput.PgOutputReplicationSlot",
|
|
659
|
-
"tsEmitName": "PgOutputReplicationSlot",
|
|
660
549
|
"assemblyName": "Npgsql",
|
|
661
550
|
"metadataToken": 0,
|
|
551
|
+
"kind": "Class",
|
|
552
|
+
"accessibility": "Public",
|
|
553
|
+
"isAbstract": false,
|
|
554
|
+
"isSealed": false,
|
|
555
|
+
"isStatic": false,
|
|
556
|
+
"arity": 0,
|
|
557
|
+
"baseType": {
|
|
558
|
+
"stableId": "Npgsql:Npgsql.Replication.Internal.LogicalReplicationSlot",
|
|
559
|
+
"clrName": "Npgsql.Replication.Internal.LogicalReplicationSlot"
|
|
560
|
+
},
|
|
662
561
|
"methods": [],
|
|
663
562
|
"properties": [],
|
|
664
563
|
"fields": [],
|
|
@@ -671,6 +570,7 @@
|
|
|
671
570
|
"normalizedSignature": "constructor|(System.String):void|static=false",
|
|
672
571
|
"isStatic": false,
|
|
673
572
|
"parameterCount": 1,
|
|
573
|
+
"visibility": "Public",
|
|
674
574
|
"declaringClrType": "Npgsql.Replication.PgOutput.PgOutputReplicationSlot",
|
|
675
575
|
"declaringAssemblyName": "Npgsql"
|
|
676
576
|
},
|
|
@@ -681,90 +581,64 @@
|
|
|
681
581
|
"normalizedSignature": "constructor|(Npgsql.Replication.ReplicationSlotOptions):void|static=false",
|
|
682
582
|
"isStatic": false,
|
|
683
583
|
"parameterCount": 1,
|
|
584
|
+
"visibility": "Public",
|
|
684
585
|
"declaringClrType": "Npgsql.Replication.PgOutput.PgOutputReplicationSlot",
|
|
685
586
|
"declaringAssemblyName": "Npgsql"
|
|
686
|
-
}
|
|
687
|
-
],
|
|
688
|
-
"exposedProperties": [
|
|
689
|
-
{
|
|
690
|
-
"tsName": "snapshotName",
|
|
691
|
-
"isStatic": false,
|
|
692
|
-
"tsSignatureId": "SnapshotName|:System.String|static=false|accessor=get",
|
|
693
|
-
"target": {
|
|
694
|
-
"declaringClrType": "Npgsql.Replication.Internal.LogicalReplicationSlot",
|
|
695
|
-
"declaringAssemblyName": "Npgsql",
|
|
696
|
-
"metadataToken": 385876666
|
|
697
|
-
}
|
|
698
|
-
},
|
|
699
|
-
{
|
|
700
|
-
"tsName": "outputPlugin",
|
|
701
|
-
"isStatic": false,
|
|
702
|
-
"tsSignatureId": "OutputPlugin|:System.String|static=false|accessor=get",
|
|
703
|
-
"target": {
|
|
704
|
-
"declaringClrType": "Npgsql.Replication.Internal.LogicalReplicationSlot",
|
|
705
|
-
"declaringAssemblyName": "Npgsql",
|
|
706
|
-
"metadataToken": 385876667
|
|
707
|
-
}
|
|
708
|
-
},
|
|
709
|
-
{
|
|
710
|
-
"tsName": "consistentPoint",
|
|
711
|
-
"isStatic": false,
|
|
712
|
-
"tsSignatureId": "ConsistentPoint|:NpgsqlTypes.NpgsqlLogSequenceNumber|static=false|accessor=get",
|
|
713
|
-
"target": {
|
|
714
|
-
"declaringClrType": "Npgsql.Replication.Internal.LogicalReplicationSlot",
|
|
715
|
-
"declaringAssemblyName": "Npgsql",
|
|
716
|
-
"metadataToken": 385876668
|
|
717
|
-
}
|
|
718
587
|
},
|
|
719
588
|
{
|
|
720
|
-
"
|
|
589
|
+
"stableId": "Npgsql:Npgsql.Replication.PgOutput.PgOutputReplicationSlot::.ctor(Npgsql.Replication.PgOutput.PgOutputReplicationSlot):void",
|
|
590
|
+
"metadataToken": 100665952,
|
|
591
|
+
"canonicalSignature": "(Npgsql.Replication.PgOutput.PgOutputReplicationSlot):void",
|
|
592
|
+
"normalizedSignature": "constructor|(Npgsql.Replication.PgOutput.PgOutputReplicationSlot):void|static=false",
|
|
721
593
|
"isStatic": false,
|
|
722
|
-
"
|
|
723
|
-
"
|
|
724
|
-
|
|
725
|
-
|
|
726
|
-
"metadataToken": 385876567
|
|
727
|
-
}
|
|
728
|
-
}
|
|
729
|
-
],
|
|
730
|
-
"exposedConstructors": [
|
|
731
|
-
{
|
|
732
|
-
"isStatic": false,
|
|
733
|
-
"tsSignatureId": "constructor|(System.String):void|static=false",
|
|
734
|
-
"target": {
|
|
735
|
-
"declaringClrType": "Npgsql.Replication.PgOutput.PgOutputReplicationSlot",
|
|
736
|
-
"declaringAssemblyName": "Npgsql",
|
|
737
|
-
"metadataToken": 100665950
|
|
738
|
-
}
|
|
739
|
-
},
|
|
740
|
-
{
|
|
741
|
-
"isStatic": false,
|
|
742
|
-
"tsSignatureId": "constructor|(Npgsql.Replication.ReplicationSlotOptions):void|static=false",
|
|
743
|
-
"target": {
|
|
744
|
-
"declaringClrType": "Npgsql.Replication.PgOutput.PgOutputReplicationSlot",
|
|
745
|
-
"declaringAssemblyName": "Npgsql",
|
|
746
|
-
"metadataToken": 100665951
|
|
747
|
-
}
|
|
594
|
+
"parameterCount": 1,
|
|
595
|
+
"visibility": "Protected",
|
|
596
|
+
"declaringClrType": "Npgsql.Replication.PgOutput.PgOutputReplicationSlot",
|
|
597
|
+
"declaringAssemblyName": "Npgsql"
|
|
748
598
|
}
|
|
749
599
|
]
|
|
750
600
|
},
|
|
751
601
|
{
|
|
752
602
|
"stableId": "Npgsql:Npgsql.Replication.PgOutput.ReplicationTuple",
|
|
753
603
|
"clrName": "Npgsql.Replication.PgOutput.ReplicationTuple",
|
|
754
|
-
"tsEmitName": "ReplicationTuple",
|
|
755
604
|
"assemblyName": "Npgsql",
|
|
756
605
|
"metadataToken": 0,
|
|
606
|
+
"kind": "Class",
|
|
607
|
+
"accessibility": "Public",
|
|
608
|
+
"isAbstract": false,
|
|
609
|
+
"isSealed": false,
|
|
610
|
+
"isStatic": false,
|
|
611
|
+
"arity": 0,
|
|
612
|
+
"baseType": {
|
|
613
|
+
"stableId": "System.Private.CoreLib:System.Object",
|
|
614
|
+
"clrName": "System.Object"
|
|
615
|
+
},
|
|
616
|
+
"interfaces": [
|
|
617
|
+
{
|
|
618
|
+
"stableId": "System.Private.CoreLib:System.Collections.Generic.IAsyncEnumerable\u00601",
|
|
619
|
+
"clrName": "System.Collections.Generic.IAsyncEnumerable\u00601",
|
|
620
|
+
"typeArguments": [
|
|
621
|
+
"ReplicationValue"
|
|
622
|
+
]
|
|
623
|
+
}
|
|
624
|
+
],
|
|
757
625
|
"methods": [
|
|
758
626
|
{
|
|
759
627
|
"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]]",
|
|
760
628
|
"clrName": "GetAsyncEnumerator",
|
|
761
|
-
"tsEmitName": "getAsyncEnumerator",
|
|
762
629
|
"metadataToken": 100665967,
|
|
763
630
|
"canonicalSignature": "(System.Threading.CancellationToken):System.Collections.Generic.IAsyncEnumerator_1[[Npgsql.Replication.PgOutput.ReplicationValue,Npgsql,Version=10.0.0.0,Culture=neutral,PublicKeyToken=5d8b90d52f46fda7]]",
|
|
764
631
|
"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",
|
|
765
632
|
"emitScope": "ClassSurface",
|
|
633
|
+
"provenance": "Original",
|
|
766
634
|
"arity": 0,
|
|
767
635
|
"parameterCount": 1,
|
|
636
|
+
"isStatic": false,
|
|
637
|
+
"isAbstract": false,
|
|
638
|
+
"isVirtual": true,
|
|
639
|
+
"isOverride": false,
|
|
640
|
+
"isSealed": false,
|
|
641
|
+
"visibility": "Public",
|
|
768
642
|
"declaringClrType": "Npgsql.Replication.PgOutput.ReplicationTuple",
|
|
769
643
|
"declaringAssemblyName": "Npgsql",
|
|
770
644
|
"isExtensionMethod": false
|
|
@@ -774,63 +648,59 @@
|
|
|
774
648
|
{
|
|
775
649
|
"stableId": "Npgsql:Npgsql.Replication.PgOutput.ReplicationTuple::NumColumns:System.UInt16",
|
|
776
650
|
"clrName": "NumColumns",
|
|
777
|
-
"tsEmitName": "numColumns",
|
|
778
651
|
"metadataToken": 385876594,
|
|
779
652
|
"canonicalSignature": ":System.UInt16",
|
|
780
|
-
"normalizedSignature": "NumColumns|:System.UInt16|static=false|accessor=
|
|
653
|
+
"normalizedSignature": "NumColumns|:System.UInt16|static=false|accessor=getset",
|
|
781
654
|
"emitScope": "ClassSurface",
|
|
655
|
+
"provenance": "Original",
|
|
782
656
|
"isIndexer": false,
|
|
783
657
|
"hasGetter": true,
|
|
784
|
-
"hasSetter":
|
|
658
|
+
"hasSetter": true,
|
|
659
|
+
"isStatic": false,
|
|
660
|
+
"isAbstract": false,
|
|
661
|
+
"isVirtual": false,
|
|
662
|
+
"isOverride": false,
|
|
663
|
+
"visibility": "Public",
|
|
785
664
|
"declaringClrType": "Npgsql.Replication.PgOutput.ReplicationTuple",
|
|
786
665
|
"declaringAssemblyName": "Npgsql"
|
|
787
666
|
}
|
|
788
667
|
],
|
|
789
668
|
"fields": [],
|
|
790
669
|
"events": [],
|
|
791
|
-
"constructors": []
|
|
792
|
-
"exposedMethods": [
|
|
793
|
-
{
|
|
794
|
-
"tsName": "getAsyncEnumerator",
|
|
795
|
-
"isStatic": false,
|
|
796
|
-
"tsSignatureId": "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",
|
|
797
|
-
"target": {
|
|
798
|
-
"declaringClrType": "Npgsql.Replication.PgOutput.ReplicationTuple",
|
|
799
|
-
"declaringAssemblyName": "Npgsql",
|
|
800
|
-
"metadataToken": 100665967
|
|
801
|
-
}
|
|
802
|
-
}
|
|
803
|
-
],
|
|
804
|
-
"exposedProperties": [
|
|
805
|
-
{
|
|
806
|
-
"tsName": "numColumns",
|
|
807
|
-
"isStatic": false,
|
|
808
|
-
"tsSignatureId": "NumColumns|:System.UInt16|static=false|accessor=get",
|
|
809
|
-
"target": {
|
|
810
|
-
"declaringClrType": "Npgsql.Replication.PgOutput.ReplicationTuple",
|
|
811
|
-
"declaringAssemblyName": "Npgsql",
|
|
812
|
-
"metadataToken": 385876594
|
|
813
|
-
}
|
|
814
|
-
}
|
|
815
|
-
]
|
|
670
|
+
"constructors": []
|
|
816
671
|
},
|
|
817
672
|
{
|
|
818
673
|
"stableId": "Npgsql:Npgsql.Replication.PgOutput.ReplicationValue",
|
|
819
674
|
"clrName": "Npgsql.Replication.PgOutput.ReplicationValue",
|
|
820
|
-
"tsEmitName": "ReplicationValue",
|
|
821
675
|
"assemblyName": "Npgsql",
|
|
822
676
|
"metadataToken": 0,
|
|
677
|
+
"kind": "Class",
|
|
678
|
+
"accessibility": "Public",
|
|
679
|
+
"isAbstract": false,
|
|
680
|
+
"isSealed": false,
|
|
681
|
+
"isStatic": false,
|
|
682
|
+
"arity": 0,
|
|
683
|
+
"baseType": {
|
|
684
|
+
"stableId": "System.Private.CoreLib:System.Object",
|
|
685
|
+
"clrName": "System.Object"
|
|
686
|
+
},
|
|
823
687
|
"methods": [
|
|
824
688
|
{
|
|
825
689
|
"stableId": "Npgsql:Npgsql.Replication.PgOutput.ReplicationValue::GetPostgresType():Npgsql.PostgresTypes.PostgresType",
|
|
826
690
|
"clrName": "GetPostgresType",
|
|
827
|
-
"tsEmitName": "getPostgresType",
|
|
828
691
|
"metadataToken": 100665978,
|
|
829
692
|
"canonicalSignature": "():Npgsql.PostgresTypes.PostgresType",
|
|
830
693
|
"normalizedSignature": "GetPostgresType|():Npgsql.PostgresTypes.PostgresType|static=false",
|
|
831
694
|
"emitScope": "ClassSurface",
|
|
695
|
+
"provenance": "Original",
|
|
832
696
|
"arity": 0,
|
|
833
697
|
"parameterCount": 0,
|
|
698
|
+
"isStatic": false,
|
|
699
|
+
"isAbstract": false,
|
|
700
|
+
"isVirtual": false,
|
|
701
|
+
"isOverride": false,
|
|
702
|
+
"isSealed": false,
|
|
703
|
+
"visibility": "Public",
|
|
834
704
|
"declaringClrType": "Npgsql.Replication.PgOutput.ReplicationValue",
|
|
835
705
|
"declaringAssemblyName": "Npgsql",
|
|
836
706
|
"isExtensionMethod": false
|
|
@@ -838,13 +708,19 @@
|
|
|
838
708
|
{
|
|
839
709
|
"stableId": "Npgsql:Npgsql.Replication.PgOutput.ReplicationValue::GetDataTypeName():System.String",
|
|
840
710
|
"clrName": "GetDataTypeName",
|
|
841
|
-
"tsEmitName": "getDataTypeName",
|
|
842
711
|
"metadataToken": 100665979,
|
|
843
712
|
"canonicalSignature": "():System.String",
|
|
844
713
|
"normalizedSignature": "GetDataTypeName|():System.String|static=false",
|
|
845
714
|
"emitScope": "ClassSurface",
|
|
715
|
+
"provenance": "Original",
|
|
846
716
|
"arity": 0,
|
|
847
717
|
"parameterCount": 0,
|
|
718
|
+
"isStatic": false,
|
|
719
|
+
"isAbstract": false,
|
|
720
|
+
"isVirtual": false,
|
|
721
|
+
"isOverride": false,
|
|
722
|
+
"isSealed": false,
|
|
723
|
+
"visibility": "Public",
|
|
848
724
|
"declaringClrType": "Npgsql.Replication.PgOutput.ReplicationValue",
|
|
849
725
|
"declaringAssemblyName": "Npgsql",
|
|
850
726
|
"isExtensionMethod": false
|
|
@@ -852,13 +728,19 @@
|
|
|
852
728
|
{
|
|
853
729
|
"stableId": "Npgsql:Npgsql.Replication.PgOutput.ReplicationValue::GetFieldType():System.Type",
|
|
854
730
|
"clrName": "GetFieldType",
|
|
855
|
-
"tsEmitName": "getFieldType",
|
|
856
731
|
"metadataToken": 100665980,
|
|
857
732
|
"canonicalSignature": "():System.Type",
|
|
858
733
|
"normalizedSignature": "GetFieldType|():System.Type|static=false",
|
|
859
734
|
"emitScope": "ClassSurface",
|
|
735
|
+
"provenance": "Original",
|
|
860
736
|
"arity": 0,
|
|
861
737
|
"parameterCount": 0,
|
|
738
|
+
"isStatic": false,
|
|
739
|
+
"isAbstract": false,
|
|
740
|
+
"isVirtual": false,
|
|
741
|
+
"isOverride": false,
|
|
742
|
+
"isSealed": false,
|
|
743
|
+
"visibility": "Public",
|
|
862
744
|
"declaringClrType": "Npgsql.Replication.PgOutput.ReplicationValue",
|
|
863
745
|
"declaringAssemblyName": "Npgsql",
|
|
864
746
|
"isExtensionMethod": false
|
|
@@ -866,13 +748,19 @@
|
|
|
866
748
|
{
|
|
867
749
|
"stableId": "Npgsql:Npgsql.Replication.PgOutput.ReplicationValue::GetFieldName():System.String",
|
|
868
750
|
"clrName": "GetFieldName",
|
|
869
|
-
"tsEmitName": "getFieldName",
|
|
870
751
|
"metadataToken": 100665981,
|
|
871
752
|
"canonicalSignature": "():System.String",
|
|
872
753
|
"normalizedSignature": "GetFieldName|():System.String|static=false",
|
|
873
754
|
"emitScope": "ClassSurface",
|
|
755
|
+
"provenance": "Original",
|
|
874
756
|
"arity": 0,
|
|
875
757
|
"parameterCount": 0,
|
|
758
|
+
"isStatic": false,
|
|
759
|
+
"isAbstract": false,
|
|
760
|
+
"isVirtual": false,
|
|
761
|
+
"isOverride": false,
|
|
762
|
+
"isSealed": false,
|
|
763
|
+
"visibility": "Public",
|
|
876
764
|
"declaringClrType": "Npgsql.Replication.PgOutput.ReplicationValue",
|
|
877
765
|
"declaringAssemblyName": "Npgsql",
|
|
878
766
|
"isExtensionMethod": false
|
|
@@ -880,13 +768,19 @@
|
|
|
880
768
|
{
|
|
881
769
|
"stableId": "Npgsql:Npgsql.Replication.PgOutput.ReplicationValue::Get(System.Threading.CancellationToken):ValueTask_1",
|
|
882
770
|
"clrName": "Get",
|
|
883
|
-
"tsEmitName": "get",
|
|
884
771
|
"metadataToken": 100665982,
|
|
885
772
|
"canonicalSignature": "(System.Threading.CancellationToken):ValueTask_1",
|
|
886
773
|
"normalizedSignature": "Get|(System.Threading.CancellationToken):ValueTask_1|static=false",
|
|
887
774
|
"emitScope": "ClassSurface",
|
|
775
|
+
"provenance": "Original",
|
|
888
776
|
"arity": 1,
|
|
889
777
|
"parameterCount": 1,
|
|
778
|
+
"isStatic": false,
|
|
779
|
+
"isAbstract": false,
|
|
780
|
+
"isVirtual": false,
|
|
781
|
+
"isOverride": false,
|
|
782
|
+
"isSealed": false,
|
|
783
|
+
"visibility": "Public",
|
|
890
784
|
"declaringClrType": "Npgsql.Replication.PgOutput.ReplicationValue",
|
|
891
785
|
"declaringAssemblyName": "Npgsql",
|
|
892
786
|
"isExtensionMethod": false
|
|
@@ -894,13 +788,19 @@
|
|
|
894
788
|
{
|
|
895
789
|
"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]]",
|
|
896
790
|
"clrName": "Get",
|
|
897
|
-
"tsEmitName": "get",
|
|
898
791
|
"metadataToken": 100665983,
|
|
899
792
|
"canonicalSignature": "(System.Threading.CancellationToken):System.Threading.Tasks.ValueTask_1[[System.Object,System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e]]",
|
|
900
793
|
"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",
|
|
901
794
|
"emitScope": "ClassSurface",
|
|
795
|
+
"provenance": "Original",
|
|
902
796
|
"arity": 0,
|
|
903
797
|
"parameterCount": 1,
|
|
798
|
+
"isStatic": false,
|
|
799
|
+
"isAbstract": false,
|
|
800
|
+
"isVirtual": false,
|
|
801
|
+
"isOverride": false,
|
|
802
|
+
"isSealed": false,
|
|
803
|
+
"visibility": "Public",
|
|
904
804
|
"declaringClrType": "Npgsql.Replication.PgOutput.ReplicationValue",
|
|
905
805
|
"declaringAssemblyName": "Npgsql",
|
|
906
806
|
"isExtensionMethod": false
|
|
@@ -908,13 +808,19 @@
|
|
|
908
808
|
{
|
|
909
809
|
"stableId": "Npgsql:Npgsql.Replication.PgOutput.ReplicationValue::GetStream():System.IO.Stream",
|
|
910
810
|
"clrName": "GetStream",
|
|
911
|
-
"tsEmitName": "getStream",
|
|
912
811
|
"metadataToken": 100665984,
|
|
913
812
|
"canonicalSignature": "():System.IO.Stream",
|
|
914
813
|
"normalizedSignature": "GetStream|():System.IO.Stream|static=false",
|
|
915
814
|
"emitScope": "ClassSurface",
|
|
815
|
+
"provenance": "Original",
|
|
916
816
|
"arity": 0,
|
|
917
817
|
"parameterCount": 0,
|
|
818
|
+
"isStatic": false,
|
|
819
|
+
"isAbstract": false,
|
|
820
|
+
"isVirtual": false,
|
|
821
|
+
"isOverride": false,
|
|
822
|
+
"isSealed": false,
|
|
823
|
+
"visibility": "Public",
|
|
918
824
|
"declaringClrType": "Npgsql.Replication.PgOutput.ReplicationValue",
|
|
919
825
|
"declaringAssemblyName": "Npgsql",
|
|
920
826
|
"isExtensionMethod": false
|
|
@@ -922,13 +828,19 @@
|
|
|
922
828
|
{
|
|
923
829
|
"stableId": "Npgsql:Npgsql.Replication.PgOutput.ReplicationValue::GetTextReader():System.IO.TextReader",
|
|
924
830
|
"clrName": "GetTextReader",
|
|
925
|
-
"tsEmitName": "getTextReader",
|
|
926
831
|
"metadataToken": 100665985,
|
|
927
832
|
"canonicalSignature": "():System.IO.TextReader",
|
|
928
833
|
"normalizedSignature": "GetTextReader|():System.IO.TextReader|static=false",
|
|
929
834
|
"emitScope": "ClassSurface",
|
|
835
|
+
"provenance": "Original",
|
|
930
836
|
"arity": 0,
|
|
931
837
|
"parameterCount": 0,
|
|
838
|
+
"isStatic": false,
|
|
839
|
+
"isAbstract": false,
|
|
840
|
+
"isVirtual": false,
|
|
841
|
+
"isOverride": false,
|
|
842
|
+
"isSealed": false,
|
|
843
|
+
"visibility": "Public",
|
|
932
844
|
"declaringClrType": "Npgsql.Replication.PgOutput.ReplicationValue",
|
|
933
845
|
"declaringAssemblyName": "Npgsql",
|
|
934
846
|
"isExtensionMethod": false
|
|
@@ -938,187 +850,83 @@
|
|
|
938
850
|
{
|
|
939
851
|
"stableId": "Npgsql:Npgsql.Replication.PgOutput.ReplicationValue::Length:System.Int32",
|
|
940
852
|
"clrName": "Length",
|
|
941
|
-
"tsEmitName": "length",
|
|
942
853
|
"metadataToken": 385876595,
|
|
943
854
|
"canonicalSignature": ":System.Int32",
|
|
944
|
-
"normalizedSignature": "Length|:System.Int32|static=false|accessor=
|
|
855
|
+
"normalizedSignature": "Length|:System.Int32|static=false|accessor=getset",
|
|
945
856
|
"emitScope": "ClassSurface",
|
|
857
|
+
"provenance": "Original",
|
|
946
858
|
"isIndexer": false,
|
|
947
859
|
"hasGetter": true,
|
|
948
|
-
"hasSetter":
|
|
860
|
+
"hasSetter": true,
|
|
861
|
+
"isStatic": false,
|
|
862
|
+
"isAbstract": false,
|
|
863
|
+
"isVirtual": false,
|
|
864
|
+
"isOverride": false,
|
|
865
|
+
"visibility": "Public",
|
|
949
866
|
"declaringClrType": "Npgsql.Replication.PgOutput.ReplicationValue",
|
|
950
867
|
"declaringAssemblyName": "Npgsql"
|
|
951
868
|
},
|
|
952
869
|
{
|
|
953
870
|
"stableId": "Npgsql:Npgsql.Replication.PgOutput.ReplicationValue::Kind:Npgsql.Replication.PgOutput.TupleDataKind",
|
|
954
871
|
"clrName": "Kind",
|
|
955
|
-
"tsEmitName": "kind",
|
|
956
872
|
"metadataToken": 385876596,
|
|
957
873
|
"canonicalSignature": ":Npgsql.Replication.PgOutput.TupleDataKind",
|
|
958
|
-
"normalizedSignature": "Kind|:Npgsql.Replication.PgOutput.TupleDataKind|static=false|accessor=
|
|
874
|
+
"normalizedSignature": "Kind|:Npgsql.Replication.PgOutput.TupleDataKind|static=false|accessor=getset",
|
|
959
875
|
"emitScope": "ClassSurface",
|
|
876
|
+
"provenance": "Original",
|
|
960
877
|
"isIndexer": false,
|
|
961
878
|
"hasGetter": true,
|
|
962
|
-
"hasSetter":
|
|
879
|
+
"hasSetter": true,
|
|
880
|
+
"isStatic": false,
|
|
881
|
+
"isAbstract": false,
|
|
882
|
+
"isVirtual": false,
|
|
883
|
+
"isOverride": false,
|
|
884
|
+
"visibility": "Public",
|
|
963
885
|
"declaringClrType": "Npgsql.Replication.PgOutput.ReplicationValue",
|
|
964
886
|
"declaringAssemblyName": "Npgsql"
|
|
965
887
|
},
|
|
966
888
|
{
|
|
967
889
|
"stableId": "Npgsql:Npgsql.Replication.PgOutput.ReplicationValue::IsDBNull:System.Boolean",
|
|
968
890
|
"clrName": "IsDBNull",
|
|
969
|
-
"tsEmitName": "isDBNull",
|
|
970
891
|
"metadataToken": 385876598,
|
|
971
892
|
"canonicalSignature": ":System.Boolean",
|
|
972
893
|
"normalizedSignature": "IsDBNull|:System.Boolean|static=false|accessor=get",
|
|
973
894
|
"emitScope": "ClassSurface",
|
|
895
|
+
"provenance": "Original",
|
|
974
896
|
"isIndexer": false,
|
|
975
897
|
"hasGetter": true,
|
|
976
898
|
"hasSetter": false,
|
|
899
|
+
"isStatic": false,
|
|
900
|
+
"isAbstract": false,
|
|
901
|
+
"isVirtual": false,
|
|
902
|
+
"isOverride": false,
|
|
903
|
+
"visibility": "Public",
|
|
977
904
|
"declaringClrType": "Npgsql.Replication.PgOutput.ReplicationValue",
|
|
978
905
|
"declaringAssemblyName": "Npgsql"
|
|
979
906
|
},
|
|
980
907
|
{
|
|
981
908
|
"stableId": "Npgsql:Npgsql.Replication.PgOutput.ReplicationValue::IsUnchangedToastedValue:System.Boolean",
|
|
982
909
|
"clrName": "IsUnchangedToastedValue",
|
|
983
|
-
"tsEmitName": "isUnchangedToastedValue",
|
|
984
910
|
"metadataToken": 385876599,
|
|
985
911
|
"canonicalSignature": ":System.Boolean",
|
|
986
912
|
"normalizedSignature": "IsUnchangedToastedValue|:System.Boolean|static=false|accessor=get",
|
|
987
913
|
"emitScope": "ClassSurface",
|
|
914
|
+
"provenance": "Original",
|
|
988
915
|
"isIndexer": false,
|
|
989
916
|
"hasGetter": true,
|
|
990
917
|
"hasSetter": false,
|
|
918
|
+
"isStatic": false,
|
|
919
|
+
"isAbstract": false,
|
|
920
|
+
"isVirtual": false,
|
|
921
|
+
"isOverride": false,
|
|
922
|
+
"visibility": "Public",
|
|
991
923
|
"declaringClrType": "Npgsql.Replication.PgOutput.ReplicationValue",
|
|
992
924
|
"declaringAssemblyName": "Npgsql"
|
|
993
925
|
}
|
|
994
926
|
],
|
|
995
927
|
"fields": [],
|
|
996
928
|
"events": [],
|
|
997
|
-
"constructors": []
|
|
998
|
-
"exposedMethods": [
|
|
999
|
-
{
|
|
1000
|
-
"tsName": "getPostgresType",
|
|
1001
|
-
"isStatic": false,
|
|
1002
|
-
"tsSignatureId": "GetPostgresType|():Npgsql.PostgresTypes.PostgresType|static=false",
|
|
1003
|
-
"target": {
|
|
1004
|
-
"declaringClrType": "Npgsql.Replication.PgOutput.ReplicationValue",
|
|
1005
|
-
"declaringAssemblyName": "Npgsql",
|
|
1006
|
-
"metadataToken": 100665978
|
|
1007
|
-
}
|
|
1008
|
-
},
|
|
1009
|
-
{
|
|
1010
|
-
"tsName": "getDataTypeName",
|
|
1011
|
-
"isStatic": false,
|
|
1012
|
-
"tsSignatureId": "GetDataTypeName|():System.String|static=false",
|
|
1013
|
-
"target": {
|
|
1014
|
-
"declaringClrType": "Npgsql.Replication.PgOutput.ReplicationValue",
|
|
1015
|
-
"declaringAssemblyName": "Npgsql",
|
|
1016
|
-
"metadataToken": 100665979
|
|
1017
|
-
}
|
|
1018
|
-
},
|
|
1019
|
-
{
|
|
1020
|
-
"tsName": "getFieldType",
|
|
1021
|
-
"isStatic": false,
|
|
1022
|
-
"tsSignatureId": "GetFieldType|():System.Type|static=false",
|
|
1023
|
-
"target": {
|
|
1024
|
-
"declaringClrType": "Npgsql.Replication.PgOutput.ReplicationValue",
|
|
1025
|
-
"declaringAssemblyName": "Npgsql",
|
|
1026
|
-
"metadataToken": 100665980
|
|
1027
|
-
}
|
|
1028
|
-
},
|
|
1029
|
-
{
|
|
1030
|
-
"tsName": "getFieldName",
|
|
1031
|
-
"isStatic": false,
|
|
1032
|
-
"tsSignatureId": "GetFieldName|():System.String|static=false",
|
|
1033
|
-
"target": {
|
|
1034
|
-
"declaringClrType": "Npgsql.Replication.PgOutput.ReplicationValue",
|
|
1035
|
-
"declaringAssemblyName": "Npgsql",
|
|
1036
|
-
"metadataToken": 100665981
|
|
1037
|
-
}
|
|
1038
|
-
},
|
|
1039
|
-
{
|
|
1040
|
-
"tsName": "get",
|
|
1041
|
-
"isStatic": false,
|
|
1042
|
-
"tsSignatureId": "Get|(System.Threading.CancellationToken):ValueTask_1|static=false",
|
|
1043
|
-
"target": {
|
|
1044
|
-
"declaringClrType": "Npgsql.Replication.PgOutput.ReplicationValue",
|
|
1045
|
-
"declaringAssemblyName": "Npgsql",
|
|
1046
|
-
"metadataToken": 100665982
|
|
1047
|
-
}
|
|
1048
|
-
},
|
|
1049
|
-
{
|
|
1050
|
-
"tsName": "get",
|
|
1051
|
-
"isStatic": false,
|
|
1052
|
-
"tsSignatureId": "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",
|
|
1053
|
-
"target": {
|
|
1054
|
-
"declaringClrType": "Npgsql.Replication.PgOutput.ReplicationValue",
|
|
1055
|
-
"declaringAssemblyName": "Npgsql",
|
|
1056
|
-
"metadataToken": 100665983
|
|
1057
|
-
}
|
|
1058
|
-
},
|
|
1059
|
-
{
|
|
1060
|
-
"tsName": "getStream",
|
|
1061
|
-
"isStatic": false,
|
|
1062
|
-
"tsSignatureId": "GetStream|():System.IO.Stream|static=false",
|
|
1063
|
-
"target": {
|
|
1064
|
-
"declaringClrType": "Npgsql.Replication.PgOutput.ReplicationValue",
|
|
1065
|
-
"declaringAssemblyName": "Npgsql",
|
|
1066
|
-
"metadataToken": 100665984
|
|
1067
|
-
}
|
|
1068
|
-
},
|
|
1069
|
-
{
|
|
1070
|
-
"tsName": "getTextReader",
|
|
1071
|
-
"isStatic": false,
|
|
1072
|
-
"tsSignatureId": "GetTextReader|():System.IO.TextReader|static=false",
|
|
1073
|
-
"target": {
|
|
1074
|
-
"declaringClrType": "Npgsql.Replication.PgOutput.ReplicationValue",
|
|
1075
|
-
"declaringAssemblyName": "Npgsql",
|
|
1076
|
-
"metadataToken": 100665985
|
|
1077
|
-
}
|
|
1078
|
-
}
|
|
1079
|
-
],
|
|
1080
|
-
"exposedProperties": [
|
|
1081
|
-
{
|
|
1082
|
-
"tsName": "length",
|
|
1083
|
-
"isStatic": false,
|
|
1084
|
-
"tsSignatureId": "Length|:System.Int32|static=false|accessor=get",
|
|
1085
|
-
"target": {
|
|
1086
|
-
"declaringClrType": "Npgsql.Replication.PgOutput.ReplicationValue",
|
|
1087
|
-
"declaringAssemblyName": "Npgsql",
|
|
1088
|
-
"metadataToken": 385876595
|
|
1089
|
-
}
|
|
1090
|
-
},
|
|
1091
|
-
{
|
|
1092
|
-
"tsName": "kind",
|
|
1093
|
-
"isStatic": false,
|
|
1094
|
-
"tsSignatureId": "Kind|:Npgsql.Replication.PgOutput.TupleDataKind|static=false|accessor=get",
|
|
1095
|
-
"target": {
|
|
1096
|
-
"declaringClrType": "Npgsql.Replication.PgOutput.ReplicationValue",
|
|
1097
|
-
"declaringAssemblyName": "Npgsql",
|
|
1098
|
-
"metadataToken": 385876596
|
|
1099
|
-
}
|
|
1100
|
-
},
|
|
1101
|
-
{
|
|
1102
|
-
"tsName": "isDBNull",
|
|
1103
|
-
"isStatic": false,
|
|
1104
|
-
"tsSignatureId": "IsDBNull|:System.Boolean|static=false|accessor=get",
|
|
1105
|
-
"target": {
|
|
1106
|
-
"declaringClrType": "Npgsql.Replication.PgOutput.ReplicationValue",
|
|
1107
|
-
"declaringAssemblyName": "Npgsql",
|
|
1108
|
-
"metadataToken": 385876598
|
|
1109
|
-
}
|
|
1110
|
-
},
|
|
1111
|
-
{
|
|
1112
|
-
"tsName": "isUnchangedToastedValue",
|
|
1113
|
-
"isStatic": false,
|
|
1114
|
-
"tsSignatureId": "IsUnchangedToastedValue|:System.Boolean|static=false|accessor=get",
|
|
1115
|
-
"target": {
|
|
1116
|
-
"declaringClrType": "Npgsql.Replication.PgOutput.ReplicationValue",
|
|
1117
|
-
"declaringAssemblyName": "Npgsql",
|
|
1118
|
-
"metadataToken": 385876599
|
|
1119
|
-
}
|
|
1120
|
-
}
|
|
1121
|
-
]
|
|
929
|
+
"constructors": []
|
|
1122
930
|
}
|
|
1123
931
|
]
|
|
1124
932
|
}
|