@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
|
@@ -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
|
-
|
|
96
|
-
|
|
95
|
+
TransactionCommitTimestamp: DateTime;
|
|
96
|
+
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
|
-
|
|
120
|
-
|
|
121
|
-
|
|
122
|
-
|
|
119
|
+
CommitLsn: NpgsqlLogSequenceNumber;
|
|
120
|
+
Flags: CommitMessage_CommitFlags;
|
|
121
|
+
TransactionCommitTimestamp: DateTime;
|
|
122
|
+
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
|
-
|
|
137
|
-
readonly
|
|
134
|
+
readonly CommitPreparedEndLsn: NpgsqlLogSequenceNumber;
|
|
135
|
+
readonly CommitPreparedLsn: NpgsqlLogSequenceNumber;
|
|
136
|
+
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
|
-
|
|
161
|
+
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
|
-
|
|
210
|
+
readonly NewRow: ReplicationTuple;
|
|
211
|
+
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
|
-
|
|
236
|
-
|
|
237
|
-
|
|
238
|
-
|
|
235
|
+
Data: Stream;
|
|
236
|
+
Flags: byte;
|
|
237
|
+
MessageLsn: NpgsqlLogSequenceNumber;
|
|
238
|
+
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
|
-
|
|
251
|
-
|
|
250
|
+
OriginCommitLsn: NpgsqlLogSequenceNumber;
|
|
251
|
+
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
|
-
|
|
264
|
-
|
|
263
|
+
AbortLsn: NpgsqlLogSequenceNumber;
|
|
264
|
+
AbortTimestamp: DateTime;
|
|
265
265
|
}
|
|
266
266
|
|
|
267
267
|
|
|
@@ -273,18 +273,19 @@ 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
|
|
|
280
280
|
export const PgOutputReplicationMessage: {
|
|
281
|
+
new(): PgOutputReplicationMessage;
|
|
281
282
|
};
|
|
282
283
|
|
|
283
284
|
|
|
284
285
|
export type PgOutputReplicationMessage = PgOutputReplicationMessage$instance;
|
|
285
286
|
|
|
286
287
|
export interface PreparedTransactionControlMessage$instance extends TransactionControlMessage {
|
|
287
|
-
|
|
288
|
+
TransactionGid: string;
|
|
288
289
|
}
|
|
289
290
|
|
|
290
291
|
|
|
@@ -295,7 +296,7 @@ export const PreparedTransactionControlMessage: {
|
|
|
295
296
|
export type PreparedTransactionControlMessage = PreparedTransactionControlMessage$instance;
|
|
296
297
|
|
|
297
298
|
export interface PrepareMessage$instance extends PrepareMessageBase {
|
|
298
|
-
|
|
299
|
+
Flags: PrepareMessage_PrepareFlags;
|
|
299
300
|
}
|
|
300
301
|
|
|
301
302
|
|
|
@@ -307,9 +308,9 @@ export const PrepareMessage: {
|
|
|
307
308
|
export type PrepareMessage = PrepareMessage$instance;
|
|
308
309
|
|
|
309
310
|
export interface PrepareMessageBase$instance extends PreparedTransactionControlMessage {
|
|
310
|
-
readonly
|
|
311
|
-
readonly
|
|
312
|
-
readonly
|
|
311
|
+
readonly PrepareEndLsn: NpgsqlLogSequenceNumber;
|
|
312
|
+
readonly PrepareLsn: NpgsqlLogSequenceNumber;
|
|
313
|
+
readonly TransactionPrepareTimestamp: DateTime;
|
|
313
314
|
}
|
|
314
315
|
|
|
315
316
|
|
|
@@ -320,11 +321,11 @@ export const PrepareMessageBase: {
|
|
|
320
321
|
export type PrepareMessageBase = PrepareMessageBase$instance;
|
|
321
322
|
|
|
322
323
|
export interface RelationMessage$instance extends TransactionalMessage {
|
|
323
|
-
readonly
|
|
324
|
-
|
|
325
|
-
|
|
326
|
-
|
|
327
|
-
|
|
324
|
+
readonly Columns: IReadOnlyList<RelationMessage_Column>;
|
|
325
|
+
Namespace: string;
|
|
326
|
+
RelationId: uint;
|
|
327
|
+
RelationName: string;
|
|
328
|
+
ReplicaIdentity: RelationMessage_ReplicaIdentitySetting;
|
|
328
329
|
}
|
|
329
330
|
|
|
330
331
|
|
|
@@ -336,11 +337,11 @@ export const RelationMessage: {
|
|
|
336
337
|
export type RelationMessage = RelationMessage$instance;
|
|
337
338
|
|
|
338
339
|
export interface RollbackPreparedMessage$instance extends PreparedTransactionControlMessage {
|
|
339
|
-
|
|
340
|
-
readonly
|
|
341
|
-
readonly
|
|
342
|
-
readonly
|
|
343
|
-
|
|
340
|
+
Flags: RollbackPreparedMessage_RollbackPreparedFlags;
|
|
341
|
+
readonly PreparedTransactionEndLsn: NpgsqlLogSequenceNumber;
|
|
342
|
+
readonly RollbackPreparedEndLsn: NpgsqlLogSequenceNumber;
|
|
343
|
+
readonly TransactionPrepareTimestamp: DateTime;
|
|
344
|
+
TransactionRollbackTimestamp: DateTime;
|
|
344
345
|
}
|
|
345
346
|
|
|
346
347
|
|
|
@@ -352,7 +353,7 @@ export const RollbackPreparedMessage: {
|
|
|
352
353
|
export type RollbackPreparedMessage = RollbackPreparedMessage$instance;
|
|
353
354
|
|
|
354
355
|
export interface StreamAbortMessage$instance extends TransactionControlMessage {
|
|
355
|
-
|
|
356
|
+
SubtransactionXid: uint;
|
|
356
357
|
}
|
|
357
358
|
|
|
358
359
|
|
|
@@ -364,10 +365,10 @@ export const StreamAbortMessage: {
|
|
|
364
365
|
export type StreamAbortMessage = StreamAbortMessage$instance;
|
|
365
366
|
|
|
366
367
|
export interface StreamCommitMessage$instance extends TransactionControlMessage {
|
|
367
|
-
|
|
368
|
-
|
|
369
|
-
|
|
370
|
-
|
|
368
|
+
CommitLsn: NpgsqlLogSequenceNumber;
|
|
369
|
+
Flags: byte;
|
|
370
|
+
TransactionCommitTimestamp: DateTime;
|
|
371
|
+
TransactionEndLsn: NpgsqlLogSequenceNumber;
|
|
371
372
|
}
|
|
372
373
|
|
|
373
374
|
|
|
@@ -379,7 +380,7 @@ export const StreamCommitMessage: {
|
|
|
379
380
|
export type StreamCommitMessage = StreamCommitMessage$instance;
|
|
380
381
|
|
|
381
382
|
export interface StreamPrepareMessage$instance extends PrepareMessageBase {
|
|
382
|
-
|
|
383
|
+
Flags: StreamPrepareMessage_StreamPrepareFlags;
|
|
383
384
|
}
|
|
384
385
|
|
|
385
386
|
|
|
@@ -391,7 +392,7 @@ export const StreamPrepareMessage: {
|
|
|
391
392
|
export type StreamPrepareMessage = StreamPrepareMessage$instance;
|
|
392
393
|
|
|
393
394
|
export interface StreamStartMessage$instance extends TransactionControlMessage {
|
|
394
|
-
|
|
395
|
+
StreamSegmentIndicator: byte;
|
|
395
396
|
}
|
|
396
397
|
|
|
397
398
|
|
|
@@ -414,30 +415,32 @@ export const StreamStopMessage: {
|
|
|
414
415
|
export type StreamStopMessage = StreamStopMessage$instance;
|
|
415
416
|
|
|
416
417
|
export interface TransactionalMessage$instance extends PgOutputReplicationMessage {
|
|
417
|
-
|
|
418
|
+
TransactionXid: Nullable<System_Internal.UInt32>;
|
|
418
419
|
}
|
|
419
420
|
|
|
420
421
|
|
|
421
422
|
export const TransactionalMessage: {
|
|
423
|
+
new(): TransactionalMessage;
|
|
422
424
|
};
|
|
423
425
|
|
|
424
426
|
|
|
425
427
|
export type TransactionalMessage = TransactionalMessage$instance;
|
|
426
428
|
|
|
427
429
|
export interface TransactionControlMessage$instance extends PgOutputReplicationMessage {
|
|
428
|
-
|
|
430
|
+
TransactionXid: uint;
|
|
429
431
|
}
|
|
430
432
|
|
|
431
433
|
|
|
432
434
|
export const TransactionControlMessage: {
|
|
435
|
+
new(): TransactionControlMessage;
|
|
433
436
|
};
|
|
434
437
|
|
|
435
438
|
|
|
436
439
|
export type TransactionControlMessage = TransactionControlMessage$instance;
|
|
437
440
|
|
|
438
441
|
export interface TruncateMessage$instance extends TransactionalMessage {
|
|
439
|
-
|
|
440
|
-
|
|
442
|
+
Options: TruncateMessage_TruncateOptions;
|
|
443
|
+
Relations: IReadOnlyList<RelationMessage>;
|
|
441
444
|
}
|
|
442
445
|
|
|
443
446
|
|
|
@@ -449,9 +452,9 @@ export const TruncateMessage: {
|
|
|
449
452
|
export type TruncateMessage = TruncateMessage$instance;
|
|
450
453
|
|
|
451
454
|
export interface TypeMessage$instance extends TransactionalMessage {
|
|
452
|
-
|
|
453
|
-
|
|
454
|
-
|
|
455
|
+
Name: string;
|
|
456
|
+
Namespace: string;
|
|
457
|
+
TypeId: uint;
|
|
455
458
|
}
|
|
456
459
|
|
|
457
460
|
|
|
@@ -463,8 +466,8 @@ export const TypeMessage: {
|
|
|
463
466
|
export type TypeMessage = TypeMessage$instance;
|
|
464
467
|
|
|
465
468
|
export interface UpdateMessage$instance extends TransactionalMessage {
|
|
466
|
-
readonly
|
|
467
|
-
|
|
469
|
+
readonly NewRow: ReplicationTuple;
|
|
470
|
+
Relation: RelationMessage;
|
|
468
471
|
}
|
|
469
472
|
|
|
470
473
|
|