@tsonic/efcore-npgsql 0.1.1 → 10.0.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/Microsoft.EntityFrameworkCore/bindings.json +8128 -11135
- package/Microsoft.EntityFrameworkCore/internal/index.d.ts +604 -604
- package/Microsoft.EntityFrameworkCore.Diagnostics/bindings.json +29 -180
- package/Microsoft.EntityFrameworkCore.Diagnostics/internal/index.d.ts +16 -16
- package/Microsoft.EntityFrameworkCore.Metadata.Internal/bindings.json +18 -15
- package/Microsoft.EntityFrameworkCore.Metadata.Internal/internal/index.d.ts +1 -1
- package/Microsoft.Extensions.DependencyInjection/bindings.json +28 -26
- package/Microsoft.Extensions.DependencyInjection/internal/index.d.ts +2 -2
- package/Npgsql/bindings.json +10951 -18969
- package/Npgsql/internal/index.d.ts +1044 -1044
- package/Npgsql.BackendMessages/bindings.json +26 -39
- package/Npgsql.BackendMessages/internal/index.d.ts +3 -3
- package/Npgsql.EntityFrameworkCore.PostgreSQL/bindings.json +9 -66
- package/Npgsql.EntityFrameworkCore.PostgreSQL.Design.Internal/bindings.json +93 -174
- package/Npgsql.EntityFrameworkCore.PostgreSQL.Design.Internal/internal/index.d.ts +12 -12
- package/Npgsql.EntityFrameworkCore.PostgreSQL.Diagnostics.Internal/bindings.json +26 -201
- package/Npgsql.EntityFrameworkCore.PostgreSQL.Diagnostics.Internal/internal/index.d.ts +17 -17
- package/Npgsql.EntityFrameworkCore.PostgreSQL.Extensions.Internal/bindings.json +34 -48
- package/Npgsql.EntityFrameworkCore.PostgreSQL.Extensions.Internal/internal/index.d.ts +4 -4
- package/Npgsql.EntityFrameworkCore.PostgreSQL.Infrastructure/bindings.json +124 -217
- package/Npgsql.EntityFrameworkCore.PostgreSQL.Infrastructure/internal/index.d.ts +17 -17
- package/Npgsql.EntityFrameworkCore.PostgreSQL.Infrastructure.Internal/bindings.json +335 -693
- package/Npgsql.EntityFrameworkCore.PostgreSQL.Infrastructure.Internal/internal/index.d.ts +55 -55
- package/Npgsql.EntityFrameworkCore.PostgreSQL.Internal/bindings.json +390 -712
- package/Npgsql.EntityFrameworkCore.PostgreSQL.Internal/internal/index.d.ts +56 -56
- package/Npgsql.EntityFrameworkCore.PostgreSQL.Metadata/bindings.json +322 -703
- package/Npgsql.EntityFrameworkCore.PostgreSQL.Metadata/internal/index.d.ts +62 -62
- package/Npgsql.EntityFrameworkCore.PostgreSQL.Metadata.Conventions/bindings.json +99 -193
- package/Npgsql.EntityFrameworkCore.PostgreSQL.Metadata.Conventions/internal/index.d.ts +9 -9
- package/Npgsql.EntityFrameworkCore.PostgreSQL.Metadata.Internal/bindings.json +155 -612
- package/Npgsql.EntityFrameworkCore.PostgreSQL.Metadata.Internal/internal/index.d.ts +52 -52
- package/Npgsql.EntityFrameworkCore.PostgreSQL.Migrations/bindings.json +33 -58
- package/Npgsql.EntityFrameworkCore.PostgreSQL.Migrations/internal/index.d.ts +4 -4
- package/Npgsql.EntityFrameworkCore.PostgreSQL.Migrations.Internal/bindings.json +92 -173
- package/Npgsql.EntityFrameworkCore.PostgreSQL.Migrations.Internal/internal/index.d.ts +13 -13
- package/Npgsql.EntityFrameworkCore.PostgreSQL.Migrations.Operations/bindings.json +35 -72
- package/Npgsql.EntityFrameworkCore.PostgreSQL.Migrations.Operations/internal/index.d.ts +6 -6
- package/Npgsql.EntityFrameworkCore.PostgreSQL.Query/bindings.json +129 -234
- package/Npgsql.EntityFrameworkCore.PostgreSQL.Query/internal/index.d.ts +20 -20
- package/Npgsql.EntityFrameworkCore.PostgreSQL.Query.ExpressionTranslators.Internal/bindings.json +421 -864
- package/Npgsql.EntityFrameworkCore.PostgreSQL.Query.ExpressionTranslators.Internal/internal/index.d.ts +38 -38
- package/Npgsql.EntityFrameworkCore.PostgreSQL.Query.Expressions/bindings.json +41 -345
- package/Npgsql.EntityFrameworkCore.PostgreSQL.Query.Expressions/internal/index.d.ts +30 -30
- package/Npgsql.EntityFrameworkCore.PostgreSQL.Query.Expressions.Internal/bindings.json +952 -2015
- package/Npgsql.EntityFrameworkCore.PostgreSQL.Query.Expressions.Internal/internal/index.d.ts +160 -160
- package/Npgsql.EntityFrameworkCore.PostgreSQL.Query.Internal/bindings.json +240 -523
- package/Npgsql.EntityFrameworkCore.PostgreSQL.Query.Internal/internal/index.d.ts +23 -23
- package/Npgsql.EntityFrameworkCore.PostgreSQL.Scaffolding.Internal/bindings.json +33 -61
- package/Npgsql.EntityFrameworkCore.PostgreSQL.Scaffolding.Internal/internal/index.d.ts +3 -3
- package/Npgsql.EntityFrameworkCore.PostgreSQL.Storage.Internal/bindings.json +276 -544
- package/Npgsql.EntityFrameworkCore.PostgreSQL.Storage.Internal/internal/index.d.ts +36 -36
- package/Npgsql.EntityFrameworkCore.PostgreSQL.Storage.Internal.Json/bindings.json +60 -110
- package/Npgsql.EntityFrameworkCore.PostgreSQL.Storage.Internal.Json/internal/index.d.ts +8 -8
- package/Npgsql.EntityFrameworkCore.PostgreSQL.Storage.Internal.Mapping/bindings.json +1549 -4016
- package/Npgsql.EntityFrameworkCore.PostgreSQL.Storage.Internal.Mapping/internal/index.d.ts +159 -159
- package/Npgsql.EntityFrameworkCore.PostgreSQL.Storage.ValueConversion/bindings.json +14 -34
- package/Npgsql.EntityFrameworkCore.PostgreSQL.Storage.ValueConversion/internal/index.d.ts +1 -1
- package/Npgsql.EntityFrameworkCore.PostgreSQL.Update.Internal/bindings.json +93 -187
- package/Npgsql.EntityFrameworkCore.PostgreSQL.Update.Internal/internal/index.d.ts +10 -10
- package/Npgsql.EntityFrameworkCore.PostgreSQL.ValueGeneration/bindings.json +37 -76
- package/Npgsql.EntityFrameworkCore.PostgreSQL.ValueGeneration/internal/index.d.ts +4 -4
- package/Npgsql.EntityFrameworkCore.PostgreSQL.ValueGeneration.Internal/bindings.json +108 -192
- package/Npgsql.EntityFrameworkCore.PostgreSQL.ValueGeneration.Internal/internal/index.d.ts +8 -8
- package/Npgsql.Internal/bindings.json +1671 -3264
- package/Npgsql.Internal/internal/index.d.ts +244 -244
- package/Npgsql.Internal.Postgres/bindings.json +208 -434
- package/Npgsql.Internal.Postgres/internal/index.d.ts +33 -33
- package/Npgsql.NameTranslation/bindings.json +61 -116
- package/Npgsql.NameTranslation/internal/index.d.ts +5 -5
- package/Npgsql.PostgresTypes/bindings.json +175 -1000
- package/Npgsql.PostgresTypes/internal/index.d.ts +19 -19
- package/Npgsql.Replication/bindings.json +325 -1072
- package/Npgsql.Replication/internal/index.d.ts +46 -46
- package/Npgsql.Replication.Internal/bindings.json +44 -73
- package/Npgsql.Replication.Internal/internal/index.d.ts +5 -5
- package/Npgsql.Replication.PgOutput/bindings.json +191 -537
- package/Npgsql.Replication.PgOutput/internal/index.d.ts +30 -30
- package/Npgsql.Replication.PgOutput.Messages/bindings.json +662 -2866
- package/Npgsql.Replication.PgOutput.Messages/internal/index.d.ts +82 -82
- package/Npgsql.Replication.TestDecoding/bindings.json +91 -268
- package/Npgsql.Replication.TestDecoding/internal/index.d.ts +13 -13
- package/Npgsql.Schema/bindings.json +149 -322
- package/Npgsql.Schema/internal/index.d.ts +28 -28
- package/Npgsql.TypeMapping/bindings.json +92 -153
- package/Npgsql.TypeMapping/internal/index.d.ts +13 -13
- package/Npgsql.Util/bindings.json +9 -1
- package/NpgsqlTypes/bindings.json +1569 -4426
- package/NpgsqlTypes/internal/index.d.ts +280 -280
- package/__build/scripts/generate.sh +4 -4
- package/__internal/extensions/index.d.ts +71 -71
- package/package.json +5 -5
- package/Microsoft.EntityFrameworkCore/internal/metadata.json +0 -10154
- package/Microsoft.EntityFrameworkCore.Diagnostics/internal/metadata.json +0 -172
- package/Microsoft.EntityFrameworkCore.Metadata.Internal/internal/metadata.json +0 -49
- package/Microsoft.Extensions.DependencyInjection/internal/metadata.json +0 -63
- package/Npgsql/internal/metadata.json +0 -15514
- package/Npgsql.BackendMessages/internal/metadata.json +0 -72
- package/Npgsql.EntityFrameworkCore.PostgreSQL/internal/metadata.json +0 -60
- package/Npgsql.EntityFrameworkCore.PostgreSQL.Design.Internal/internal/metadata.json +0 -269
- package/Npgsql.EntityFrameworkCore.PostgreSQL.Diagnostics.Internal/internal/metadata.json +0 -184
- package/Npgsql.EntityFrameworkCore.PostgreSQL.Extensions.Internal/internal/metadata.json +0 -125
- package/Npgsql.EntityFrameworkCore.PostgreSQL.Infrastructure/internal/metadata.json +0 -342
- package/Npgsql.EntityFrameworkCore.PostgreSQL.Infrastructure.Internal/internal/metadata.json +0 -985
- package/Npgsql.EntityFrameworkCore.PostgreSQL.Internal/internal/metadata.json +0 -1064
- package/Npgsql.EntityFrameworkCore.PostgreSQL.Metadata/internal/metadata.json +0 -990
- package/Npgsql.EntityFrameworkCore.PostgreSQL.Metadata.Conventions/internal/metadata.json +0 -317
- package/Npgsql.EntityFrameworkCore.PostgreSQL.Metadata.Internal/internal/metadata.json +0 -664
- package/Npgsql.EntityFrameworkCore.PostgreSQL.Migrations/internal/metadata.json +0 -95
- package/Npgsql.EntityFrameworkCore.PostgreSQL.Migrations.Internal/internal/metadata.json +0 -262
- package/Npgsql.EntityFrameworkCore.PostgreSQL.Migrations.Operations/internal/metadata.json +0 -114
- package/Npgsql.EntityFrameworkCore.PostgreSQL.Query/internal/metadata.json +0 -351
- package/Npgsql.EntityFrameworkCore.PostgreSQL.Query.ExpressionTranslators.Internal/internal/metadata.json +0 -1349
- package/Npgsql.EntityFrameworkCore.PostgreSQL.Query.Expressions/internal/metadata.json +0 -304
- package/Npgsql.EntityFrameworkCore.PostgreSQL.Query.Expressions.Internal/internal/metadata.json +0 -2783
- package/Npgsql.EntityFrameworkCore.PostgreSQL.Query.Internal/internal/metadata.json +0 -806
- package/Npgsql.EntityFrameworkCore.PostgreSQL.Scaffolding.Internal/internal/metadata.json +0 -102
- package/Npgsql.EntityFrameworkCore.PostgreSQL.Storage.Internal/internal/metadata.json +0 -807
- package/Npgsql.EntityFrameworkCore.PostgreSQL.Storage.Internal.Json/internal/metadata.json +0 -186
- package/Npgsql.EntityFrameworkCore.PostgreSQL.Storage.Internal.Mapping/internal/metadata.json +0 -4823
- package/Npgsql.EntityFrameworkCore.PostgreSQL.Storage.ValueConversion/internal/metadata.json +0 -51
- package/Npgsql.EntityFrameworkCore.PostgreSQL.Update.Internal/internal/metadata.json +0 -341
- package/Npgsql.EntityFrameworkCore.PostgreSQL.ValueGeneration/internal/metadata.json +0 -118
- package/Npgsql.EntityFrameworkCore.PostgreSQL.ValueGeneration.Internal/internal/metadata.json +0 -323
- package/Npgsql.Internal/internal/metadata.json +0 -4555
- package/Npgsql.Internal.Postgres/internal/metadata.json +0 -619
- package/Npgsql.NameTranslation/internal/metadata.json +0 -173
- package/Npgsql.PostgresTypes/internal/metadata.json +0 -480
- package/Npgsql.Replication/internal/metadata.json +0 -972
- package/Npgsql.Replication.Internal/internal/metadata.json +0 -119
- package/Npgsql.Replication.PgOutput/internal/metadata.json +0 -644
- package/Npgsql.Replication.PgOutput.Messages/internal/metadata.json +0 -1905
- package/Npgsql.Replication.TestDecoding/internal/metadata.json +0 -283
- package/Npgsql.Schema/internal/metadata.json +0 -451
- package/Npgsql.TypeMapping/internal/metadata.json +0 -248
- package/Npgsql.Util/internal/metadata.json +0 -24
- package/NpgsqlTypes/internal/metadata.json +0 -5014
|
@@ -16,56 +16,56 @@ import * as System_Internal from "@tsonic/dotnet/System.js";
|
|
|
16
16
|
import type { Byte, DateTime, Enum, IComparable, IConvertible, IFormattable, Int32, ISpanFormattable, Nullable, String as ClrString, UInt32, ValueType } from "@tsonic/dotnet/System.js";
|
|
17
17
|
|
|
18
18
|
export enum CommitMessage_CommitFlags {
|
|
19
|
-
|
|
19
|
+
None = 0
|
|
20
20
|
}
|
|
21
21
|
|
|
22
22
|
|
|
23
23
|
export enum CommitPreparedMessage_CommitPreparedFlags {
|
|
24
|
-
|
|
24
|
+
None = 0
|
|
25
25
|
}
|
|
26
26
|
|
|
27
27
|
|
|
28
28
|
export enum PrepareMessage_PrepareFlags {
|
|
29
|
-
|
|
29
|
+
None = 0
|
|
30
30
|
}
|
|
31
31
|
|
|
32
32
|
|
|
33
33
|
export enum RelationMessage_Column_ColumnFlags {
|
|
34
|
-
|
|
35
|
-
|
|
34
|
+
None = 0,
|
|
35
|
+
PartOfKey = 1
|
|
36
36
|
}
|
|
37
37
|
|
|
38
38
|
|
|
39
39
|
export enum RelationMessage_ReplicaIdentitySetting {
|
|
40
|
-
|
|
41
|
-
|
|
42
|
-
|
|
43
|
-
|
|
40
|
+
Default = 100,
|
|
41
|
+
Nothing = 110,
|
|
42
|
+
AllColumns = 102,
|
|
43
|
+
IndexWithIndIsReplIdent = 105
|
|
44
44
|
}
|
|
45
45
|
|
|
46
46
|
|
|
47
47
|
export enum RollbackPreparedMessage_RollbackPreparedFlags {
|
|
48
|
-
|
|
48
|
+
None = 0
|
|
49
49
|
}
|
|
50
50
|
|
|
51
51
|
|
|
52
52
|
export enum StreamPrepareMessage_StreamPrepareFlags {
|
|
53
|
-
|
|
53
|
+
None = 0
|
|
54
54
|
}
|
|
55
55
|
|
|
56
56
|
|
|
57
57
|
export enum TruncateMessage_TruncateOptions {
|
|
58
|
-
|
|
59
|
-
|
|
60
|
-
|
|
58
|
+
None = 0,
|
|
59
|
+
Cascade = 1,
|
|
60
|
+
RestartIdentity = 2
|
|
61
61
|
}
|
|
62
62
|
|
|
63
63
|
|
|
64
64
|
export interface RelationMessage_Column$instance {
|
|
65
|
-
readonly
|
|
66
|
-
readonly
|
|
67
|
-
readonly
|
|
68
|
-
readonly
|
|
65
|
+
readonly ColumnName: string;
|
|
66
|
+
readonly DataTypeId: uint;
|
|
67
|
+
readonly Flags: RelationMessage_Column_ColumnFlags;
|
|
68
|
+
readonly TypeModifier: int;
|
|
69
69
|
}
|
|
70
70
|
|
|
71
71
|
|
|
@@ -77,10 +77,10 @@ export const RelationMessage_Column: {
|
|
|
77
77
|
export type RelationMessage_Column = RelationMessage_Column$instance;
|
|
78
78
|
|
|
79
79
|
export interface RelationMessageColumn$instance {
|
|
80
|
-
readonly
|
|
81
|
-
readonly
|
|
82
|
-
readonly
|
|
83
|
-
readonly
|
|
80
|
+
readonly ColumnName: string;
|
|
81
|
+
readonly DataTypeId: uint;
|
|
82
|
+
readonly Flags: byte;
|
|
83
|
+
readonly TypeModifier: int;
|
|
84
84
|
}
|
|
85
85
|
|
|
86
86
|
|
|
@@ -92,8 +92,8 @@ export const RelationMessageColumn: {
|
|
|
92
92
|
export type RelationMessageColumn = RelationMessageColumn$instance;
|
|
93
93
|
|
|
94
94
|
export interface BeginMessage$instance extends TransactionControlMessage {
|
|
95
|
-
readonly
|
|
96
|
-
readonly
|
|
95
|
+
readonly TransactionCommitTimestamp: DateTime;
|
|
96
|
+
readonly TransactionFinalLsn: NpgsqlLogSequenceNumber;
|
|
97
97
|
}
|
|
98
98
|
|
|
99
99
|
|
|
@@ -116,10 +116,10 @@ export const BeginPrepareMessage: {
|
|
|
116
116
|
export type BeginPrepareMessage = BeginPrepareMessage$instance;
|
|
117
117
|
|
|
118
118
|
export interface CommitMessage$instance extends PgOutputReplicationMessage {
|
|
119
|
-
readonly
|
|
120
|
-
readonly
|
|
121
|
-
readonly
|
|
122
|
-
readonly
|
|
119
|
+
readonly CommitLsn: NpgsqlLogSequenceNumber;
|
|
120
|
+
readonly Flags: CommitMessage_CommitFlags;
|
|
121
|
+
readonly TransactionCommitTimestamp: DateTime;
|
|
122
|
+
readonly TransactionEndLsn: NpgsqlLogSequenceNumber;
|
|
123
123
|
}
|
|
124
124
|
|
|
125
125
|
|
|
@@ -131,10 +131,10 @@ export const CommitMessage: {
|
|
|
131
131
|
export type CommitMessage = CommitMessage$instance;
|
|
132
132
|
|
|
133
133
|
export interface CommitPreparedMessage$instance extends PreparedTransactionControlMessage {
|
|
134
|
-
readonly
|
|
135
|
-
readonly
|
|
136
|
-
readonly
|
|
137
|
-
readonly
|
|
134
|
+
readonly CommitPreparedEndLsn: NpgsqlLogSequenceNumber;
|
|
135
|
+
readonly CommitPreparedLsn: NpgsqlLogSequenceNumber;
|
|
136
|
+
readonly Flags: CommitPreparedMessage_CommitPreparedFlags;
|
|
137
|
+
readonly TransactionCommitTimestamp: DateTime;
|
|
138
138
|
}
|
|
139
139
|
|
|
140
140
|
|
|
@@ -146,7 +146,7 @@ export const CommitPreparedMessage: {
|
|
|
146
146
|
export type CommitPreparedMessage = CommitPreparedMessage$instance;
|
|
147
147
|
|
|
148
148
|
export interface DefaultUpdateMessage$instance extends UpdateMessage {
|
|
149
|
-
readonly
|
|
149
|
+
readonly NewRow: ReplicationTuple;
|
|
150
150
|
}
|
|
151
151
|
|
|
152
152
|
|
|
@@ -158,7 +158,7 @@ export const DefaultUpdateMessage: {
|
|
|
158
158
|
export type DefaultUpdateMessage = DefaultUpdateMessage$instance;
|
|
159
159
|
|
|
160
160
|
export interface DeleteMessage$instance extends TransactionalMessage {
|
|
161
|
-
readonly
|
|
161
|
+
readonly Relation: RelationMessage;
|
|
162
162
|
}
|
|
163
163
|
|
|
164
164
|
|
|
@@ -169,7 +169,7 @@ export const DeleteMessage: {
|
|
|
169
169
|
export type DeleteMessage = DeleteMessage$instance;
|
|
170
170
|
|
|
171
171
|
export interface FullDeleteMessage$instance extends DeleteMessage {
|
|
172
|
-
readonly
|
|
172
|
+
readonly OldRow: ReplicationTuple;
|
|
173
173
|
}
|
|
174
174
|
|
|
175
175
|
|
|
@@ -181,8 +181,8 @@ export const FullDeleteMessage: {
|
|
|
181
181
|
export type FullDeleteMessage = FullDeleteMessage$instance;
|
|
182
182
|
|
|
183
183
|
export interface FullUpdateMessage$instance extends UpdateMessage {
|
|
184
|
-
readonly
|
|
185
|
-
readonly
|
|
184
|
+
readonly NewRow: ReplicationTuple;
|
|
185
|
+
readonly OldRow: ReplicationTuple;
|
|
186
186
|
}
|
|
187
187
|
|
|
188
188
|
|
|
@@ -194,8 +194,8 @@ export const FullUpdateMessage: {
|
|
|
194
194
|
export type FullUpdateMessage = FullUpdateMessage$instance;
|
|
195
195
|
|
|
196
196
|
export interface IndexUpdateMessage$instance extends UpdateMessage {
|
|
197
|
-
readonly
|
|
198
|
-
readonly
|
|
197
|
+
readonly Key: ReplicationTuple;
|
|
198
|
+
readonly NewRow: ReplicationTuple;
|
|
199
199
|
}
|
|
200
200
|
|
|
201
201
|
|
|
@@ -207,8 +207,8 @@ export const IndexUpdateMessage: {
|
|
|
207
207
|
export type IndexUpdateMessage = IndexUpdateMessage$instance;
|
|
208
208
|
|
|
209
209
|
export interface InsertMessage$instance extends TransactionalMessage {
|
|
210
|
-
readonly
|
|
211
|
-
readonly
|
|
210
|
+
readonly NewRow: ReplicationTuple;
|
|
211
|
+
readonly Relation: RelationMessage;
|
|
212
212
|
}
|
|
213
213
|
|
|
214
214
|
|
|
@@ -220,7 +220,7 @@ export const InsertMessage: {
|
|
|
220
220
|
export type InsertMessage = InsertMessage$instance;
|
|
221
221
|
|
|
222
222
|
export interface KeyDeleteMessage$instance extends DeleteMessage {
|
|
223
|
-
readonly
|
|
223
|
+
readonly Key: ReplicationTuple;
|
|
224
224
|
}
|
|
225
225
|
|
|
226
226
|
|
|
@@ -232,10 +232,10 @@ export const KeyDeleteMessage: {
|
|
|
232
232
|
export type KeyDeleteMessage = KeyDeleteMessage$instance;
|
|
233
233
|
|
|
234
234
|
export interface LogicalDecodingMessage$instance extends TransactionalMessage {
|
|
235
|
-
readonly
|
|
236
|
-
readonly
|
|
237
|
-
readonly
|
|
238
|
-
readonly
|
|
235
|
+
readonly Data: Stream;
|
|
236
|
+
readonly Flags: byte;
|
|
237
|
+
readonly MessageLsn: NpgsqlLogSequenceNumber;
|
|
238
|
+
readonly Prefix: string;
|
|
239
239
|
}
|
|
240
240
|
|
|
241
241
|
|
|
@@ -247,8 +247,8 @@ export const LogicalDecodingMessage: {
|
|
|
247
247
|
export type LogicalDecodingMessage = LogicalDecodingMessage$instance;
|
|
248
248
|
|
|
249
249
|
export interface OriginMessage$instance extends PgOutputReplicationMessage {
|
|
250
|
-
readonly
|
|
251
|
-
readonly
|
|
250
|
+
readonly OriginCommitLsn: NpgsqlLogSequenceNumber;
|
|
251
|
+
readonly OriginName: string;
|
|
252
252
|
}
|
|
253
253
|
|
|
254
254
|
|
|
@@ -260,8 +260,8 @@ export const OriginMessage: {
|
|
|
260
260
|
export type OriginMessage = OriginMessage$instance;
|
|
261
261
|
|
|
262
262
|
export interface ParallelStreamAbortMessage$instance extends StreamAbortMessage {
|
|
263
|
-
readonly
|
|
264
|
-
readonly
|
|
263
|
+
readonly AbortLsn: NpgsqlLogSequenceNumber;
|
|
264
|
+
readonly AbortTimestamp: DateTime;
|
|
265
265
|
}
|
|
266
266
|
|
|
267
267
|
|
|
@@ -273,7 +273,7 @@ export const ParallelStreamAbortMessage: {
|
|
|
273
273
|
export type ParallelStreamAbortMessage = ParallelStreamAbortMessage$instance;
|
|
274
274
|
|
|
275
275
|
export interface PgOutputReplicationMessage$instance extends ReplicationMessage {
|
|
276
|
-
|
|
276
|
+
ToString(): string;
|
|
277
277
|
}
|
|
278
278
|
|
|
279
279
|
|
|
@@ -284,7 +284,7 @@ export const PgOutputReplicationMessage: {
|
|
|
284
284
|
export type PgOutputReplicationMessage = PgOutputReplicationMessage$instance;
|
|
285
285
|
|
|
286
286
|
export interface PreparedTransactionControlMessage$instance extends TransactionControlMessage {
|
|
287
|
-
readonly
|
|
287
|
+
readonly TransactionGid: string;
|
|
288
288
|
}
|
|
289
289
|
|
|
290
290
|
|
|
@@ -295,7 +295,7 @@ export const PreparedTransactionControlMessage: {
|
|
|
295
295
|
export type PreparedTransactionControlMessage = PreparedTransactionControlMessage$instance;
|
|
296
296
|
|
|
297
297
|
export interface PrepareMessage$instance extends PrepareMessageBase {
|
|
298
|
-
readonly
|
|
298
|
+
readonly Flags: PrepareMessage_PrepareFlags;
|
|
299
299
|
}
|
|
300
300
|
|
|
301
301
|
|
|
@@ -307,9 +307,9 @@ export const PrepareMessage: {
|
|
|
307
307
|
export type PrepareMessage = PrepareMessage$instance;
|
|
308
308
|
|
|
309
309
|
export interface PrepareMessageBase$instance extends PreparedTransactionControlMessage {
|
|
310
|
-
readonly
|
|
311
|
-
readonly
|
|
312
|
-
readonly
|
|
310
|
+
readonly PrepareEndLsn: NpgsqlLogSequenceNumber;
|
|
311
|
+
readonly PrepareLsn: NpgsqlLogSequenceNumber;
|
|
312
|
+
readonly TransactionPrepareTimestamp: DateTime;
|
|
313
313
|
}
|
|
314
314
|
|
|
315
315
|
|
|
@@ -320,11 +320,11 @@ export const PrepareMessageBase: {
|
|
|
320
320
|
export type PrepareMessageBase = PrepareMessageBase$instance;
|
|
321
321
|
|
|
322
322
|
export interface RelationMessage$instance extends TransactionalMessage {
|
|
323
|
-
readonly
|
|
324
|
-
readonly
|
|
325
|
-
readonly
|
|
326
|
-
readonly
|
|
327
|
-
readonly
|
|
323
|
+
readonly Columns: IReadOnlyList<RelationMessage_Column>;
|
|
324
|
+
readonly Namespace: string;
|
|
325
|
+
readonly RelationId: uint;
|
|
326
|
+
readonly RelationName: string;
|
|
327
|
+
readonly ReplicaIdentity: RelationMessage_ReplicaIdentitySetting;
|
|
328
328
|
}
|
|
329
329
|
|
|
330
330
|
|
|
@@ -336,11 +336,11 @@ export const RelationMessage: {
|
|
|
336
336
|
export type RelationMessage = RelationMessage$instance;
|
|
337
337
|
|
|
338
338
|
export interface RollbackPreparedMessage$instance extends PreparedTransactionControlMessage {
|
|
339
|
-
readonly
|
|
340
|
-
readonly
|
|
341
|
-
readonly
|
|
342
|
-
readonly
|
|
343
|
-
readonly
|
|
339
|
+
readonly Flags: RollbackPreparedMessage_RollbackPreparedFlags;
|
|
340
|
+
readonly PreparedTransactionEndLsn: NpgsqlLogSequenceNumber;
|
|
341
|
+
readonly RollbackPreparedEndLsn: NpgsqlLogSequenceNumber;
|
|
342
|
+
readonly TransactionPrepareTimestamp: DateTime;
|
|
343
|
+
readonly TransactionRollbackTimestamp: DateTime;
|
|
344
344
|
}
|
|
345
345
|
|
|
346
346
|
|
|
@@ -352,7 +352,7 @@ export const RollbackPreparedMessage: {
|
|
|
352
352
|
export type RollbackPreparedMessage = RollbackPreparedMessage$instance;
|
|
353
353
|
|
|
354
354
|
export interface StreamAbortMessage$instance extends TransactionControlMessage {
|
|
355
|
-
readonly
|
|
355
|
+
readonly SubtransactionXid: uint;
|
|
356
356
|
}
|
|
357
357
|
|
|
358
358
|
|
|
@@ -364,10 +364,10 @@ export const StreamAbortMessage: {
|
|
|
364
364
|
export type StreamAbortMessage = StreamAbortMessage$instance;
|
|
365
365
|
|
|
366
366
|
export interface StreamCommitMessage$instance extends TransactionControlMessage {
|
|
367
|
-
readonly
|
|
368
|
-
readonly
|
|
369
|
-
readonly
|
|
370
|
-
readonly
|
|
367
|
+
readonly CommitLsn: NpgsqlLogSequenceNumber;
|
|
368
|
+
readonly Flags: byte;
|
|
369
|
+
readonly TransactionCommitTimestamp: DateTime;
|
|
370
|
+
readonly TransactionEndLsn: NpgsqlLogSequenceNumber;
|
|
371
371
|
}
|
|
372
372
|
|
|
373
373
|
|
|
@@ -379,7 +379,7 @@ export const StreamCommitMessage: {
|
|
|
379
379
|
export type StreamCommitMessage = StreamCommitMessage$instance;
|
|
380
380
|
|
|
381
381
|
export interface StreamPrepareMessage$instance extends PrepareMessageBase {
|
|
382
|
-
readonly
|
|
382
|
+
readonly Flags: StreamPrepareMessage_StreamPrepareFlags;
|
|
383
383
|
}
|
|
384
384
|
|
|
385
385
|
|
|
@@ -391,7 +391,7 @@ export const StreamPrepareMessage: {
|
|
|
391
391
|
export type StreamPrepareMessage = StreamPrepareMessage$instance;
|
|
392
392
|
|
|
393
393
|
export interface StreamStartMessage$instance extends TransactionControlMessage {
|
|
394
|
-
readonly
|
|
394
|
+
readonly StreamSegmentIndicator: byte;
|
|
395
395
|
}
|
|
396
396
|
|
|
397
397
|
|
|
@@ -414,7 +414,7 @@ export const StreamStopMessage: {
|
|
|
414
414
|
export type StreamStopMessage = StreamStopMessage$instance;
|
|
415
415
|
|
|
416
416
|
export interface TransactionalMessage$instance extends PgOutputReplicationMessage {
|
|
417
|
-
readonly
|
|
417
|
+
readonly TransactionXid: Nullable<System_Internal.UInt32>;
|
|
418
418
|
}
|
|
419
419
|
|
|
420
420
|
|
|
@@ -425,7 +425,7 @@ export const TransactionalMessage: {
|
|
|
425
425
|
export type TransactionalMessage = TransactionalMessage$instance;
|
|
426
426
|
|
|
427
427
|
export interface TransactionControlMessage$instance extends PgOutputReplicationMessage {
|
|
428
|
-
readonly
|
|
428
|
+
readonly TransactionXid: uint;
|
|
429
429
|
}
|
|
430
430
|
|
|
431
431
|
|
|
@@ -436,8 +436,8 @@ export const TransactionControlMessage: {
|
|
|
436
436
|
export type TransactionControlMessage = TransactionControlMessage$instance;
|
|
437
437
|
|
|
438
438
|
export interface TruncateMessage$instance extends TransactionalMessage {
|
|
439
|
-
readonly
|
|
440
|
-
readonly
|
|
439
|
+
readonly Options: TruncateMessage_TruncateOptions;
|
|
440
|
+
readonly Relations: IReadOnlyList<RelationMessage>;
|
|
441
441
|
}
|
|
442
442
|
|
|
443
443
|
|
|
@@ -449,9 +449,9 @@ export const TruncateMessage: {
|
|
|
449
449
|
export type TruncateMessage = TruncateMessage$instance;
|
|
450
450
|
|
|
451
451
|
export interface TypeMessage$instance extends TransactionalMessage {
|
|
452
|
-
readonly
|
|
453
|
-
readonly
|
|
454
|
-
readonly
|
|
452
|
+
readonly Name: string;
|
|
453
|
+
readonly Namespace: string;
|
|
454
|
+
readonly TypeId: uint;
|
|
455
455
|
}
|
|
456
456
|
|
|
457
457
|
|
|
@@ -463,8 +463,8 @@ export const TypeMessage: {
|
|
|
463
463
|
export type TypeMessage = TypeMessage$instance;
|
|
464
464
|
|
|
465
465
|
export interface UpdateMessage$instance extends TransactionalMessage {
|
|
466
|
-
readonly
|
|
467
|
-
readonly
|
|
466
|
+
readonly NewRow: ReplicationTuple;
|
|
467
|
+
readonly Relation: RelationMessage;
|
|
468
468
|
}
|
|
469
469
|
|
|
470
470
|
|