@tsonic/efcore-npgsql 0.1.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/LICENSE +21 -0
- package/Microsoft.EntityFrameworkCore/bindings.json +14997 -0
- package/Microsoft.EntityFrameworkCore/internal/index.d.ts +795 -0
- package/Microsoft.EntityFrameworkCore/internal/metadata.json +10154 -0
- package/Microsoft.EntityFrameworkCore.Diagnostics/bindings.json +356 -0
- package/Microsoft.EntityFrameworkCore.Diagnostics/internal/index.d.ts +34 -0
- package/Microsoft.EntityFrameworkCore.Diagnostics/internal/metadata.json +172 -0
- package/Microsoft.EntityFrameworkCore.Diagnostics.d.ts +13 -0
- package/Microsoft.EntityFrameworkCore.Diagnostics.js +9 -0
- package/Microsoft.EntityFrameworkCore.Metadata.Internal/bindings.json +50 -0
- package/Microsoft.EntityFrameworkCore.Metadata.Internal/internal/index.d.ts +22 -0
- package/Microsoft.EntityFrameworkCore.Metadata.Internal/internal/metadata.json +49 -0
- package/Microsoft.EntityFrameworkCore.Metadata.Internal.d.ts +13 -0
- package/Microsoft.EntityFrameworkCore.Metadata.Internal.js +9 -0
- package/Microsoft.EntityFrameworkCore.d.ts +58 -0
- package/Microsoft.EntityFrameworkCore.js +9 -0
- package/Microsoft.Extensions.DependencyInjection/bindings.json +68 -0
- package/Microsoft.Extensions.DependencyInjection/internal/index.d.ts +22 -0
- package/Microsoft.Extensions.DependencyInjection/internal/metadata.json +63 -0
- package/Microsoft.Extensions.DependencyInjection.d.ts +15 -0
- package/Microsoft.Extensions.DependencyInjection.js +9 -0
- package/Npgsql/bindings.json +26674 -0
- package/Npgsql/internal/index.d.ts +1619 -0
- package/Npgsql/internal/metadata.json +15514 -0
- package/Npgsql.BackendMessages/bindings.json +95 -0
- package/Npgsql.BackendMessages/internal/index.d.ts +25 -0
- package/Npgsql.BackendMessages/internal/metadata.json +72 -0
- package/Npgsql.BackendMessages.d.ts +12 -0
- package/Npgsql.BackendMessages.js +9 -0
- package/Npgsql.EntityFrameworkCore.PostgreSQL/bindings.json +153 -0
- package/Npgsql.EntityFrameworkCore.PostgreSQL/internal/index.d.ts +32 -0
- package/Npgsql.EntityFrameworkCore.PostgreSQL/internal/metadata.json +60 -0
- package/Npgsql.EntityFrameworkCore.PostgreSQL.Design.Internal/bindings.json +404 -0
- package/Npgsql.EntityFrameworkCore.PostgreSQL.Design.Internal/internal/index.d.ts +66 -0
- package/Npgsql.EntityFrameworkCore.PostgreSQL.Design.Internal/internal/metadata.json +269 -0
- package/Npgsql.EntityFrameworkCore.PostgreSQL.Design.Internal.d.ts +22 -0
- package/Npgsql.EntityFrameworkCore.PostgreSQL.Design.Internal.js +9 -0
- package/Npgsql.EntityFrameworkCore.PostgreSQL.Diagnostics.Internal/bindings.json +399 -0
- package/Npgsql.EntityFrameworkCore.PostgreSQL.Diagnostics.Internal/internal/index.d.ts +40 -0
- package/Npgsql.EntityFrameworkCore.PostgreSQL.Diagnostics.Internal/internal/metadata.json +184 -0
- package/Npgsql.EntityFrameworkCore.PostgreSQL.Diagnostics.Internal.d.ts +12 -0
- package/Npgsql.EntityFrameworkCore.PostgreSQL.Diagnostics.Internal.js +9 -0
- package/Npgsql.EntityFrameworkCore.PostgreSQL.Extensions.Internal/bindings.json +152 -0
- package/Npgsql.EntityFrameworkCore.PostgreSQL.Extensions.Internal/internal/index.d.ts +26 -0
- package/Npgsql.EntityFrameworkCore.PostgreSQL.Extensions.Internal/internal/metadata.json +125 -0
- package/Npgsql.EntityFrameworkCore.PostgreSQL.Extensions.Internal.d.ts +14 -0
- package/Npgsql.EntityFrameworkCore.PostgreSQL.Extensions.Internal.js +9 -0
- package/Npgsql.EntityFrameworkCore.PostgreSQL.Infrastructure/bindings.json +499 -0
- package/Npgsql.EntityFrameworkCore.PostgreSQL.Infrastructure/internal/index.d.ts +65 -0
- package/Npgsql.EntityFrameworkCore.PostgreSQL.Infrastructure/internal/metadata.json +342 -0
- package/Npgsql.EntityFrameworkCore.PostgreSQL.Infrastructure.Internal/bindings.json +1540 -0
- package/Npgsql.EntityFrameworkCore.PostgreSQL.Infrastructure.Internal/internal/index.d.ts +128 -0
- package/Npgsql.EntityFrameworkCore.PostgreSQL.Infrastructure.Internal/internal/metadata.json +985 -0
- package/Npgsql.EntityFrameworkCore.PostgreSQL.Infrastructure.Internal.d.ts +25 -0
- package/Npgsql.EntityFrameworkCore.PostgreSQL.Infrastructure.Internal.js +9 -0
- package/Npgsql.EntityFrameworkCore.PostgreSQL.Infrastructure.d.ts +21 -0
- package/Npgsql.EntityFrameworkCore.PostgreSQL.Infrastructure.js +9 -0
- package/Npgsql.EntityFrameworkCore.PostgreSQL.Internal/bindings.json +1581 -0
- package/Npgsql.EntityFrameworkCore.PostgreSQL.Internal/internal/index.d.ts +110 -0
- package/Npgsql.EntityFrameworkCore.PostgreSQL.Internal/internal/metadata.json +1064 -0
- package/Npgsql.EntityFrameworkCore.PostgreSQL.Internal.d.ts +20 -0
- package/Npgsql.EntityFrameworkCore.PostgreSQL.Internal.js +9 -0
- package/Npgsql.EntityFrameworkCore.PostgreSQL.Metadata/bindings.json +1548 -0
- package/Npgsql.EntityFrameworkCore.PostgreSQL.Metadata/internal/index.d.ts +149 -0
- package/Npgsql.EntityFrameworkCore.PostgreSQL.Metadata/internal/metadata.json +990 -0
- package/Npgsql.EntityFrameworkCore.PostgreSQL.Metadata.Conventions/bindings.json +480 -0
- package/Npgsql.EntityFrameworkCore.PostgreSQL.Metadata.Conventions/internal/index.d.ts +111 -0
- package/Npgsql.EntityFrameworkCore.PostgreSQL.Metadata.Conventions/internal/metadata.json +317 -0
- package/Npgsql.EntityFrameworkCore.PostgreSQL.Metadata.Conventions.d.ts +27 -0
- package/Npgsql.EntityFrameworkCore.PostgreSQL.Metadata.Conventions.js +9 -0
- package/Npgsql.EntityFrameworkCore.PostgreSQL.Metadata.Internal/bindings.json +1255 -0
- package/Npgsql.EntityFrameworkCore.PostgreSQL.Metadata.Internal/internal/index.d.ts +101 -0
- package/Npgsql.EntityFrameworkCore.PostgreSQL.Metadata.Internal/internal/metadata.json +664 -0
- package/Npgsql.EntityFrameworkCore.PostgreSQL.Metadata.Internal.d.ts +18 -0
- package/Npgsql.EntityFrameworkCore.PostgreSQL.Metadata.Internal.js +9 -0
- package/Npgsql.EntityFrameworkCore.PostgreSQL.Metadata.d.ts +26 -0
- package/Npgsql.EntityFrameworkCore.PostgreSQL.Metadata.js +9 -0
- package/Npgsql.EntityFrameworkCore.PostgreSQL.Migrations/bindings.json +138 -0
- package/Npgsql.EntityFrameworkCore.PostgreSQL.Migrations/internal/index.d.ts +33 -0
- package/Npgsql.EntityFrameworkCore.PostgreSQL.Migrations/internal/metadata.json +95 -0
- package/Npgsql.EntityFrameworkCore.PostgreSQL.Migrations.Internal/bindings.json +394 -0
- package/Npgsql.EntityFrameworkCore.PostgreSQL.Migrations.Internal/internal/index.d.ts +58 -0
- package/Npgsql.EntityFrameworkCore.PostgreSQL.Migrations.Internal/internal/metadata.json +262 -0
- package/Npgsql.EntityFrameworkCore.PostgreSQL.Migrations.Internal.d.ts +23 -0
- package/Npgsql.EntityFrameworkCore.PostgreSQL.Migrations.Internal.js +9 -0
- package/Npgsql.EntityFrameworkCore.PostgreSQL.Migrations.Operations/bindings.json +175 -0
- package/Npgsql.EntityFrameworkCore.PostgreSQL.Migrations.Operations/internal/index.d.ts +45 -0
- package/Npgsql.EntityFrameworkCore.PostgreSQL.Migrations.Operations/internal/metadata.json +114 -0
- package/Npgsql.EntityFrameworkCore.PostgreSQL.Migrations.Operations.d.ts +16 -0
- package/Npgsql.EntityFrameworkCore.PostgreSQL.Migrations.Operations.js +9 -0
- package/Npgsql.EntityFrameworkCore.PostgreSQL.Migrations.d.ts +18 -0
- package/Npgsql.EntityFrameworkCore.PostgreSQL.Migrations.js +9 -0
- package/Npgsql.EntityFrameworkCore.PostgreSQL.Query/bindings.json +522 -0
- package/Npgsql.EntityFrameworkCore.PostgreSQL.Query/internal/index.d.ts +51 -0
- package/Npgsql.EntityFrameworkCore.PostgreSQL.Query/internal/metadata.json +351 -0
- package/Npgsql.EntityFrameworkCore.PostgreSQL.Query.ExpressionTranslators.Internal/bindings.json +2098 -0
- package/Npgsql.EntityFrameworkCore.PostgreSQL.Query.ExpressionTranslators.Internal/internal/index.d.ts +413 -0
- package/Npgsql.EntityFrameworkCore.PostgreSQL.Query.ExpressionTranslators.Internal/internal/metadata.json +1349 -0
- package/Npgsql.EntityFrameworkCore.PostgreSQL.Query.ExpressionTranslators.Internal.d.ts +54 -0
- package/Npgsql.EntityFrameworkCore.PostgreSQL.Query.ExpressionTranslators.Internal.js +9 -0
- package/Npgsql.EntityFrameworkCore.PostgreSQL.Query.Expressions/bindings.json +671 -0
- package/Npgsql.EntityFrameworkCore.PostgreSQL.Query.Expressions/internal/index.d.ts +45 -0
- package/Npgsql.EntityFrameworkCore.PostgreSQL.Query.Expressions/internal/metadata.json +304 -0
- package/Npgsql.EntityFrameworkCore.PostgreSQL.Query.Expressions.Internal/bindings.json +4396 -0
- package/Npgsql.EntityFrameworkCore.PostgreSQL.Query.Expressions.Internal/internal/index.d.ts +360 -0
- package/Npgsql.EntityFrameworkCore.PostgreSQL.Query.Expressions.Internal/internal/metadata.json +2783 -0
- package/Npgsql.EntityFrameworkCore.PostgreSQL.Query.Expressions.Internal.d.ts +36 -0
- package/Npgsql.EntityFrameworkCore.PostgreSQL.Query.Expressions.Internal.js +9 -0
- package/Npgsql.EntityFrameworkCore.PostgreSQL.Query.Expressions.d.ts +12 -0
- package/Npgsql.EntityFrameworkCore.PostgreSQL.Query.Expressions.js +9 -0
- package/Npgsql.EntityFrameworkCore.PostgreSQL.Query.Internal/bindings.json +1277 -0
- package/Npgsql.EntityFrameworkCore.PostgreSQL.Query.Internal/internal/index.d.ts +266 -0
- package/Npgsql.EntityFrameworkCore.PostgreSQL.Query.Internal/internal/metadata.json +806 -0
- package/Npgsql.EntityFrameworkCore.PostgreSQL.Query.Internal.d.ts +39 -0
- package/Npgsql.EntityFrameworkCore.PostgreSQL.Query.Internal.js +9 -0
- package/Npgsql.EntityFrameworkCore.PostgreSQL.Query.d.ts +20 -0
- package/Npgsql.EntityFrameworkCore.PostgreSQL.Query.js +9 -0
- package/Npgsql.EntityFrameworkCore.PostgreSQL.Scaffolding.Internal/bindings.json +151 -0
- package/Npgsql.EntityFrameworkCore.PostgreSQL.Scaffolding.Internal/internal/index.d.ts +43 -0
- package/Npgsql.EntityFrameworkCore.PostgreSQL.Scaffolding.Internal/internal/metadata.json +102 -0
- package/Npgsql.EntityFrameworkCore.PostgreSQL.Scaffolding.Internal.d.ts +19 -0
- package/Npgsql.EntityFrameworkCore.PostgreSQL.Scaffolding.Internal.js +9 -0
- package/Npgsql.EntityFrameworkCore.PostgreSQL.Storage.Internal/bindings.json +1237 -0
- package/Npgsql.EntityFrameworkCore.PostgreSQL.Storage.Internal/internal/index.d.ts +164 -0
- package/Npgsql.EntityFrameworkCore.PostgreSQL.Storage.Internal/internal/metadata.json +807 -0
- package/Npgsql.EntityFrameworkCore.PostgreSQL.Storage.Internal.Json/bindings.json +267 -0
- package/Npgsql.EntityFrameworkCore.PostgreSQL.Storage.Internal.Json/internal/index.d.ts +52 -0
- package/Npgsql.EntityFrameworkCore.PostgreSQL.Storage.Internal.Json/internal/metadata.json +186 -0
- package/Npgsql.EntityFrameworkCore.PostgreSQL.Storage.Internal.Json.d.ts +18 -0
- package/Npgsql.EntityFrameworkCore.PostgreSQL.Storage.Internal.Json.js +9 -0
- package/Npgsql.EntityFrameworkCore.PostgreSQL.Storage.Internal.Mapping/bindings.json +8287 -0
- package/Npgsql.EntityFrameworkCore.PostgreSQL.Storage.Internal.Mapping/internal/index.d.ts +1225 -0
- package/Npgsql.EntityFrameworkCore.PostgreSQL.Storage.Internal.Mapping/internal/metadata.json +4823 -0
- package/Npgsql.EntityFrameworkCore.PostgreSQL.Storage.Internal.Mapping.d.ts +93 -0
- package/Npgsql.EntityFrameworkCore.PostgreSQL.Storage.Internal.Mapping.js +9 -0
- package/Npgsql.EntityFrameworkCore.PostgreSQL.Storage.Internal.d.ts +34 -0
- package/Npgsql.EntityFrameworkCore.PostgreSQL.Storage.Internal.js +9 -0
- package/Npgsql.EntityFrameworkCore.PostgreSQL.Storage.ValueConversion/bindings.json +85 -0
- package/Npgsql.EntityFrameworkCore.PostgreSQL.Storage.ValueConversion/internal/index.d.ts +25 -0
- package/Npgsql.EntityFrameworkCore.PostgreSQL.Storage.ValueConversion/internal/metadata.json +51 -0
- package/Npgsql.EntityFrameworkCore.PostgreSQL.Storage.ValueConversion.d.ts +13 -0
- package/Npgsql.EntityFrameworkCore.PostgreSQL.Storage.ValueConversion.js +9 -0
- package/Npgsql.EntityFrameworkCore.PostgreSQL.Update.Internal/bindings.json +500 -0
- package/Npgsql.EntityFrameworkCore.PostgreSQL.Update.Internal/internal/index.d.ts +85 -0
- package/Npgsql.EntityFrameworkCore.PostgreSQL.Update.Internal/internal/metadata.json +341 -0
- package/Npgsql.EntityFrameworkCore.PostgreSQL.Update.Internal.d.ts +20 -0
- package/Npgsql.EntityFrameworkCore.PostgreSQL.Update.Internal.js +9 -0
- package/Npgsql.EntityFrameworkCore.PostgreSQL.ValueGeneration/bindings.json +181 -0
- package/Npgsql.EntityFrameworkCore.PostgreSQL.ValueGeneration/internal/index.d.ts +40 -0
- package/Npgsql.EntityFrameworkCore.PostgreSQL.ValueGeneration/internal/metadata.json +118 -0
- package/Npgsql.EntityFrameworkCore.PostgreSQL.ValueGeneration.Internal/bindings.json +469 -0
- package/Npgsql.EntityFrameworkCore.PostgreSQL.ValueGeneration.Internal/internal/index.d.ts +110 -0
- package/Npgsql.EntityFrameworkCore.PostgreSQL.ValueGeneration.Internal/internal/metadata.json +323 -0
- package/Npgsql.EntityFrameworkCore.PostgreSQL.ValueGeneration.Internal.d.ts +24 -0
- package/Npgsql.EntityFrameworkCore.PostgreSQL.ValueGeneration.Internal.js +9 -0
- package/Npgsql.EntityFrameworkCore.PostgreSQL.ValueGeneration.d.ts +15 -0
- package/Npgsql.EntityFrameworkCore.PostgreSQL.ValueGeneration.js +9 -0
- package/Npgsql.EntityFrameworkCore.PostgreSQL.d.ts +15 -0
- package/Npgsql.EntityFrameworkCore.PostgreSQL.js +9 -0
- package/Npgsql.Internal/bindings.json +6965 -0
- package/Npgsql.Internal/internal/index.d.ts +591 -0
- package/Npgsql.Internal/internal/metadata.json +4555 -0
- package/Npgsql.Internal.Postgres/bindings.json +973 -0
- package/Npgsql.Internal.Postgres/internal/index.d.ts +89 -0
- package/Npgsql.Internal.Postgres/internal/metadata.json +619 -0
- package/Npgsql.Internal.Postgres.d.ts +15 -0
- package/Npgsql.Internal.Postgres.js +9 -0
- package/Npgsql.Internal.d.ts +78 -0
- package/Npgsql.Internal.js +9 -0
- package/Npgsql.NameTranslation/bindings.json +266 -0
- package/Npgsql.NameTranslation/internal/index.d.ts +56 -0
- package/Npgsql.NameTranslation/internal/metadata.json +173 -0
- package/Npgsql.NameTranslation.d.ts +15 -0
- package/Npgsql.NameTranslation.js +9 -0
- package/Npgsql.PostgresTypes/bindings.json +1375 -0
- package/Npgsql.PostgresTypes/internal/index.d.ts +141 -0
- package/Npgsql.PostgresTypes/internal/metadata.json +480 -0
- package/Npgsql.PostgresTypes.d.ts +22 -0
- package/Npgsql.PostgresTypes.js +9 -0
- package/Npgsql.Replication/bindings.json +1909 -0
- package/Npgsql.Replication/internal/index.d.ts +192 -0
- package/Npgsql.Replication/internal/metadata.json +972 -0
- package/Npgsql.Replication.Internal/bindings.json +165 -0
- package/Npgsql.Replication.Internal/internal/index.d.ts +38 -0
- package/Npgsql.Replication.Internal/internal/metadata.json +119 -0
- package/Npgsql.Replication.Internal.d.ts +21 -0
- package/Npgsql.Replication.Internal.js +9 -0
- package/Npgsql.Replication.PgOutput/bindings.json +1124 -0
- package/Npgsql.Replication.PgOutput/internal/index.d.ts +115 -0
- package/Npgsql.Replication.PgOutput/internal/metadata.json +644 -0
- package/Npgsql.Replication.PgOutput.Messages/bindings.json +4397 -0
- package/Npgsql.Replication.PgOutput.Messages/internal/index.d.ts +476 -0
- package/Npgsql.Replication.PgOutput.Messages/internal/metadata.json +1905 -0
- package/Npgsql.Replication.PgOutput.Messages.d.ts +56 -0
- package/Npgsql.Replication.PgOutput.Messages.js +9 -0
- package/Npgsql.Replication.PgOutput.d.ts +26 -0
- package/Npgsql.Replication.PgOutput.js +9 -0
- package/Npgsql.Replication.TestDecoding/bindings.json +522 -0
- package/Npgsql.Replication.TestDecoding/internal/index.d.ts +63 -0
- package/Npgsql.Replication.TestDecoding/internal/metadata.json +283 -0
- package/Npgsql.Replication.TestDecoding.d.ts +17 -0
- package/Npgsql.Replication.TestDecoding.js +9 -0
- package/Npgsql.Replication.d.ts +36 -0
- package/Npgsql.Replication.js +9 -0
- package/Npgsql.Schema/bindings.json +714 -0
- package/Npgsql.Schema/internal/index.d.ts +54 -0
- package/Npgsql.Schema/internal/metadata.json +451 -0
- package/Npgsql.Schema.d.ts +15 -0
- package/Npgsql.Schema.js +9 -0
- package/Npgsql.TypeMapping/bindings.json +350 -0
- package/Npgsql.TypeMapping/internal/index.d.ts +43 -0
- package/Npgsql.TypeMapping/internal/metadata.json +248 -0
- package/Npgsql.TypeMapping.d.ts +16 -0
- package/Npgsql.TypeMapping.js +9 -0
- package/Npgsql.Util/bindings.json +17 -0
- package/Npgsql.Util/internal/index.d.ts +22 -0
- package/Npgsql.Util/internal/metadata.json +24 -0
- package/Npgsql.Util.d.ts +12 -0
- package/Npgsql.Util.js +9 -0
- package/Npgsql.d.ts +99 -0
- package/Npgsql.js +9 -0
- package/NpgsqlTypes/bindings.json +8946 -0
- package/NpgsqlTypes/internal/index.d.ts +654 -0
- package/NpgsqlTypes/internal/metadata.json +5014 -0
- package/NpgsqlTypes.d.ts +47 -0
- package/NpgsqlTypes.js +9 -0
- package/README.md +5 -0
- package/__build/ref/Program.cs +5 -0
- package/__build/ref/ref.csproj +13 -0
- package/__build/scripts/generate.sh +113 -0
- package/__internal/extensions/index.d.ts +163 -0
- package/families.json +23 -0
- package/package.json +28 -0
- package/tsconfig.json +20 -0
|
@@ -0,0 +1,476 @@
|
|
|
1
|
+
// Generated by tsbindgen - Architecture
|
|
2
|
+
// Namespace: Npgsql.Replication.PgOutput.Messages
|
|
3
|
+
// Assembly: Npgsql
|
|
4
|
+
|
|
5
|
+
// Primitive type aliases from @tsonic/core
|
|
6
|
+
import type { sbyte, byte, short, ushort, int, uint, long, ulong, int128, uint128, half, float, double, decimal, nint, nuint, char } from '@tsonic/core/types.js';
|
|
7
|
+
|
|
8
|
+
// Import types from other namespaces
|
|
9
|
+
import type { ReplicationTuple } from "../../Npgsql.Replication.PgOutput/internal/index.js";
|
|
10
|
+
import * as Npgsql_Replication_Internal from "../../Npgsql.Replication/internal/index.js";
|
|
11
|
+
import type { ReplicationMessage } from "../../Npgsql.Replication/internal/index.js";
|
|
12
|
+
import type { NpgsqlLogSequenceNumber } from "../../NpgsqlTypes/internal/index.js";
|
|
13
|
+
import type { IReadOnlyList } from "@tsonic/dotnet/System.Collections.Generic.js";
|
|
14
|
+
import type { Stream } from "@tsonic/dotnet/System.IO.js";
|
|
15
|
+
import * as System_Internal from "@tsonic/dotnet/System.js";
|
|
16
|
+
import type { Byte, DateTime, Enum, IComparable, IConvertible, IFormattable, Int32, ISpanFormattable, Nullable, String as ClrString, UInt32, ValueType } from "@tsonic/dotnet/System.js";
|
|
17
|
+
|
|
18
|
+
export enum CommitMessage_CommitFlags {
|
|
19
|
+
none = 0
|
|
20
|
+
}
|
|
21
|
+
|
|
22
|
+
|
|
23
|
+
export enum CommitPreparedMessage_CommitPreparedFlags {
|
|
24
|
+
none = 0
|
|
25
|
+
}
|
|
26
|
+
|
|
27
|
+
|
|
28
|
+
export enum PrepareMessage_PrepareFlags {
|
|
29
|
+
none = 0
|
|
30
|
+
}
|
|
31
|
+
|
|
32
|
+
|
|
33
|
+
export enum RelationMessage_Column_ColumnFlags {
|
|
34
|
+
none = 0,
|
|
35
|
+
partOfKey = 1
|
|
36
|
+
}
|
|
37
|
+
|
|
38
|
+
|
|
39
|
+
export enum RelationMessage_ReplicaIdentitySetting {
|
|
40
|
+
default_ = 100,
|
|
41
|
+
nothing = 110,
|
|
42
|
+
allColumns = 102,
|
|
43
|
+
indexWithIndIsReplIdent = 105
|
|
44
|
+
}
|
|
45
|
+
|
|
46
|
+
|
|
47
|
+
export enum RollbackPreparedMessage_RollbackPreparedFlags {
|
|
48
|
+
none = 0
|
|
49
|
+
}
|
|
50
|
+
|
|
51
|
+
|
|
52
|
+
export enum StreamPrepareMessage_StreamPrepareFlags {
|
|
53
|
+
none = 0
|
|
54
|
+
}
|
|
55
|
+
|
|
56
|
+
|
|
57
|
+
export enum TruncateMessage_TruncateOptions {
|
|
58
|
+
none = 0,
|
|
59
|
+
cascade = 1,
|
|
60
|
+
restartIdentity = 2
|
|
61
|
+
}
|
|
62
|
+
|
|
63
|
+
|
|
64
|
+
export interface RelationMessage_Column$instance {
|
|
65
|
+
readonly columnName: string;
|
|
66
|
+
readonly dataTypeId: uint;
|
|
67
|
+
readonly flags: RelationMessage_Column_ColumnFlags;
|
|
68
|
+
readonly typeModifier: int;
|
|
69
|
+
}
|
|
70
|
+
|
|
71
|
+
|
|
72
|
+
export const RelationMessage_Column: {
|
|
73
|
+
new(): RelationMessage_Column;
|
|
74
|
+
};
|
|
75
|
+
|
|
76
|
+
|
|
77
|
+
export type RelationMessage_Column = RelationMessage_Column$instance;
|
|
78
|
+
|
|
79
|
+
export interface RelationMessageColumn$instance {
|
|
80
|
+
readonly columnName: string;
|
|
81
|
+
readonly dataTypeId: uint;
|
|
82
|
+
readonly flags: byte;
|
|
83
|
+
readonly typeModifier: int;
|
|
84
|
+
}
|
|
85
|
+
|
|
86
|
+
|
|
87
|
+
export const RelationMessageColumn: {
|
|
88
|
+
new(): RelationMessageColumn;
|
|
89
|
+
};
|
|
90
|
+
|
|
91
|
+
|
|
92
|
+
export type RelationMessageColumn = RelationMessageColumn$instance;
|
|
93
|
+
|
|
94
|
+
export interface BeginMessage$instance extends TransactionControlMessage {
|
|
95
|
+
readonly transactionCommitTimestamp: DateTime;
|
|
96
|
+
readonly transactionFinalLsn: NpgsqlLogSequenceNumber;
|
|
97
|
+
}
|
|
98
|
+
|
|
99
|
+
|
|
100
|
+
export const BeginMessage: {
|
|
101
|
+
new(): BeginMessage;
|
|
102
|
+
};
|
|
103
|
+
|
|
104
|
+
|
|
105
|
+
export type BeginMessage = BeginMessage$instance;
|
|
106
|
+
|
|
107
|
+
export interface BeginPrepareMessage$instance extends PrepareMessageBase {
|
|
108
|
+
}
|
|
109
|
+
|
|
110
|
+
|
|
111
|
+
export const BeginPrepareMessage: {
|
|
112
|
+
new(): BeginPrepareMessage;
|
|
113
|
+
};
|
|
114
|
+
|
|
115
|
+
|
|
116
|
+
export type BeginPrepareMessage = BeginPrepareMessage$instance;
|
|
117
|
+
|
|
118
|
+
export interface CommitMessage$instance extends PgOutputReplicationMessage {
|
|
119
|
+
readonly commitLsn: NpgsqlLogSequenceNumber;
|
|
120
|
+
readonly flags: CommitMessage_CommitFlags;
|
|
121
|
+
readonly transactionCommitTimestamp: DateTime;
|
|
122
|
+
readonly transactionEndLsn: NpgsqlLogSequenceNumber;
|
|
123
|
+
}
|
|
124
|
+
|
|
125
|
+
|
|
126
|
+
export const CommitMessage: {
|
|
127
|
+
new(): CommitMessage;
|
|
128
|
+
};
|
|
129
|
+
|
|
130
|
+
|
|
131
|
+
export type CommitMessage = CommitMessage$instance;
|
|
132
|
+
|
|
133
|
+
export interface CommitPreparedMessage$instance extends PreparedTransactionControlMessage {
|
|
134
|
+
readonly commitPreparedEndLsn: NpgsqlLogSequenceNumber;
|
|
135
|
+
readonly commitPreparedLsn: NpgsqlLogSequenceNumber;
|
|
136
|
+
readonly flags: CommitPreparedMessage_CommitPreparedFlags;
|
|
137
|
+
readonly transactionCommitTimestamp: DateTime;
|
|
138
|
+
}
|
|
139
|
+
|
|
140
|
+
|
|
141
|
+
export const CommitPreparedMessage: {
|
|
142
|
+
new(): CommitPreparedMessage;
|
|
143
|
+
};
|
|
144
|
+
|
|
145
|
+
|
|
146
|
+
export type CommitPreparedMessage = CommitPreparedMessage$instance;
|
|
147
|
+
|
|
148
|
+
export interface DefaultUpdateMessage$instance extends UpdateMessage {
|
|
149
|
+
readonly newRow: ReplicationTuple;
|
|
150
|
+
}
|
|
151
|
+
|
|
152
|
+
|
|
153
|
+
export const DefaultUpdateMessage: {
|
|
154
|
+
new(): DefaultUpdateMessage;
|
|
155
|
+
};
|
|
156
|
+
|
|
157
|
+
|
|
158
|
+
export type DefaultUpdateMessage = DefaultUpdateMessage$instance;
|
|
159
|
+
|
|
160
|
+
export interface DeleteMessage$instance extends TransactionalMessage {
|
|
161
|
+
readonly relation: RelationMessage;
|
|
162
|
+
}
|
|
163
|
+
|
|
164
|
+
|
|
165
|
+
export const DeleteMessage: {
|
|
166
|
+
};
|
|
167
|
+
|
|
168
|
+
|
|
169
|
+
export type DeleteMessage = DeleteMessage$instance;
|
|
170
|
+
|
|
171
|
+
export interface FullDeleteMessage$instance extends DeleteMessage {
|
|
172
|
+
readonly oldRow: ReplicationTuple;
|
|
173
|
+
}
|
|
174
|
+
|
|
175
|
+
|
|
176
|
+
export const FullDeleteMessage: {
|
|
177
|
+
new(): FullDeleteMessage;
|
|
178
|
+
};
|
|
179
|
+
|
|
180
|
+
|
|
181
|
+
export type FullDeleteMessage = FullDeleteMessage$instance;
|
|
182
|
+
|
|
183
|
+
export interface FullUpdateMessage$instance extends UpdateMessage {
|
|
184
|
+
readonly newRow: ReplicationTuple;
|
|
185
|
+
readonly oldRow: ReplicationTuple;
|
|
186
|
+
}
|
|
187
|
+
|
|
188
|
+
|
|
189
|
+
export const FullUpdateMessage: {
|
|
190
|
+
new(): FullUpdateMessage;
|
|
191
|
+
};
|
|
192
|
+
|
|
193
|
+
|
|
194
|
+
export type FullUpdateMessage = FullUpdateMessage$instance;
|
|
195
|
+
|
|
196
|
+
export interface IndexUpdateMessage$instance extends UpdateMessage {
|
|
197
|
+
readonly key: ReplicationTuple;
|
|
198
|
+
readonly newRow: ReplicationTuple;
|
|
199
|
+
}
|
|
200
|
+
|
|
201
|
+
|
|
202
|
+
export const IndexUpdateMessage: {
|
|
203
|
+
new(): IndexUpdateMessage;
|
|
204
|
+
};
|
|
205
|
+
|
|
206
|
+
|
|
207
|
+
export type IndexUpdateMessage = IndexUpdateMessage$instance;
|
|
208
|
+
|
|
209
|
+
export interface InsertMessage$instance extends TransactionalMessage {
|
|
210
|
+
readonly newRow: ReplicationTuple;
|
|
211
|
+
readonly relation: RelationMessage;
|
|
212
|
+
}
|
|
213
|
+
|
|
214
|
+
|
|
215
|
+
export const InsertMessage: {
|
|
216
|
+
new(): InsertMessage;
|
|
217
|
+
};
|
|
218
|
+
|
|
219
|
+
|
|
220
|
+
export type InsertMessage = InsertMessage$instance;
|
|
221
|
+
|
|
222
|
+
export interface KeyDeleteMessage$instance extends DeleteMessage {
|
|
223
|
+
readonly key: ReplicationTuple;
|
|
224
|
+
}
|
|
225
|
+
|
|
226
|
+
|
|
227
|
+
export const KeyDeleteMessage: {
|
|
228
|
+
new(): KeyDeleteMessage;
|
|
229
|
+
};
|
|
230
|
+
|
|
231
|
+
|
|
232
|
+
export type KeyDeleteMessage = KeyDeleteMessage$instance;
|
|
233
|
+
|
|
234
|
+
export interface LogicalDecodingMessage$instance extends TransactionalMessage {
|
|
235
|
+
readonly data: Stream;
|
|
236
|
+
readonly flags: byte;
|
|
237
|
+
readonly messageLsn: NpgsqlLogSequenceNumber;
|
|
238
|
+
readonly prefix: string;
|
|
239
|
+
}
|
|
240
|
+
|
|
241
|
+
|
|
242
|
+
export const LogicalDecodingMessage: {
|
|
243
|
+
new(): LogicalDecodingMessage;
|
|
244
|
+
};
|
|
245
|
+
|
|
246
|
+
|
|
247
|
+
export type LogicalDecodingMessage = LogicalDecodingMessage$instance;
|
|
248
|
+
|
|
249
|
+
export interface OriginMessage$instance extends PgOutputReplicationMessage {
|
|
250
|
+
readonly originCommitLsn: NpgsqlLogSequenceNumber;
|
|
251
|
+
readonly originName: string;
|
|
252
|
+
}
|
|
253
|
+
|
|
254
|
+
|
|
255
|
+
export const OriginMessage: {
|
|
256
|
+
new(): OriginMessage;
|
|
257
|
+
};
|
|
258
|
+
|
|
259
|
+
|
|
260
|
+
export type OriginMessage = OriginMessage$instance;
|
|
261
|
+
|
|
262
|
+
export interface ParallelStreamAbortMessage$instance extends StreamAbortMessage {
|
|
263
|
+
readonly abortLsn: NpgsqlLogSequenceNumber;
|
|
264
|
+
readonly abortTimestamp: DateTime;
|
|
265
|
+
}
|
|
266
|
+
|
|
267
|
+
|
|
268
|
+
export const ParallelStreamAbortMessage: {
|
|
269
|
+
new(): ParallelStreamAbortMessage;
|
|
270
|
+
};
|
|
271
|
+
|
|
272
|
+
|
|
273
|
+
export type ParallelStreamAbortMessage = ParallelStreamAbortMessage$instance;
|
|
274
|
+
|
|
275
|
+
export interface PgOutputReplicationMessage$instance extends ReplicationMessage {
|
|
276
|
+
toString(): string;
|
|
277
|
+
}
|
|
278
|
+
|
|
279
|
+
|
|
280
|
+
export const PgOutputReplicationMessage: {
|
|
281
|
+
};
|
|
282
|
+
|
|
283
|
+
|
|
284
|
+
export type PgOutputReplicationMessage = PgOutputReplicationMessage$instance;
|
|
285
|
+
|
|
286
|
+
export interface PreparedTransactionControlMessage$instance extends TransactionControlMessage {
|
|
287
|
+
readonly transactionGid: string;
|
|
288
|
+
}
|
|
289
|
+
|
|
290
|
+
|
|
291
|
+
export const PreparedTransactionControlMessage: {
|
|
292
|
+
};
|
|
293
|
+
|
|
294
|
+
|
|
295
|
+
export type PreparedTransactionControlMessage = PreparedTransactionControlMessage$instance;
|
|
296
|
+
|
|
297
|
+
export interface PrepareMessage$instance extends PrepareMessageBase {
|
|
298
|
+
readonly flags: PrepareMessage_PrepareFlags;
|
|
299
|
+
}
|
|
300
|
+
|
|
301
|
+
|
|
302
|
+
export const PrepareMessage: {
|
|
303
|
+
new(): PrepareMessage;
|
|
304
|
+
};
|
|
305
|
+
|
|
306
|
+
|
|
307
|
+
export type PrepareMessage = PrepareMessage$instance;
|
|
308
|
+
|
|
309
|
+
export interface PrepareMessageBase$instance extends PreparedTransactionControlMessage {
|
|
310
|
+
readonly prepareEndLsn: NpgsqlLogSequenceNumber;
|
|
311
|
+
readonly prepareLsn: NpgsqlLogSequenceNumber;
|
|
312
|
+
readonly transactionPrepareTimestamp: DateTime;
|
|
313
|
+
}
|
|
314
|
+
|
|
315
|
+
|
|
316
|
+
export const PrepareMessageBase: {
|
|
317
|
+
};
|
|
318
|
+
|
|
319
|
+
|
|
320
|
+
export type PrepareMessageBase = PrepareMessageBase$instance;
|
|
321
|
+
|
|
322
|
+
export interface RelationMessage$instance extends TransactionalMessage {
|
|
323
|
+
readonly columns: IReadOnlyList<RelationMessage_Column>;
|
|
324
|
+
readonly namespace_: string;
|
|
325
|
+
readonly relationId: uint;
|
|
326
|
+
readonly relationName: string;
|
|
327
|
+
readonly replicaIdentity: RelationMessage_ReplicaIdentitySetting;
|
|
328
|
+
}
|
|
329
|
+
|
|
330
|
+
|
|
331
|
+
export const RelationMessage: {
|
|
332
|
+
new(): RelationMessage;
|
|
333
|
+
};
|
|
334
|
+
|
|
335
|
+
|
|
336
|
+
export type RelationMessage = RelationMessage$instance;
|
|
337
|
+
|
|
338
|
+
export interface RollbackPreparedMessage$instance extends PreparedTransactionControlMessage {
|
|
339
|
+
readonly flags: RollbackPreparedMessage_RollbackPreparedFlags;
|
|
340
|
+
readonly preparedTransactionEndLsn: NpgsqlLogSequenceNumber;
|
|
341
|
+
readonly rollbackPreparedEndLsn: NpgsqlLogSequenceNumber;
|
|
342
|
+
readonly transactionPrepareTimestamp: DateTime;
|
|
343
|
+
readonly transactionRollbackTimestamp: DateTime;
|
|
344
|
+
}
|
|
345
|
+
|
|
346
|
+
|
|
347
|
+
export const RollbackPreparedMessage: {
|
|
348
|
+
new(): RollbackPreparedMessage;
|
|
349
|
+
};
|
|
350
|
+
|
|
351
|
+
|
|
352
|
+
export type RollbackPreparedMessage = RollbackPreparedMessage$instance;
|
|
353
|
+
|
|
354
|
+
export interface StreamAbortMessage$instance extends TransactionControlMessage {
|
|
355
|
+
readonly subtransactionXid: uint;
|
|
356
|
+
}
|
|
357
|
+
|
|
358
|
+
|
|
359
|
+
export const StreamAbortMessage: {
|
|
360
|
+
new(): StreamAbortMessage;
|
|
361
|
+
};
|
|
362
|
+
|
|
363
|
+
|
|
364
|
+
export type StreamAbortMessage = StreamAbortMessage$instance;
|
|
365
|
+
|
|
366
|
+
export interface StreamCommitMessage$instance extends TransactionControlMessage {
|
|
367
|
+
readonly commitLsn: NpgsqlLogSequenceNumber;
|
|
368
|
+
readonly flags: byte;
|
|
369
|
+
readonly transactionCommitTimestamp: DateTime;
|
|
370
|
+
readonly transactionEndLsn: NpgsqlLogSequenceNumber;
|
|
371
|
+
}
|
|
372
|
+
|
|
373
|
+
|
|
374
|
+
export const StreamCommitMessage: {
|
|
375
|
+
new(): StreamCommitMessage;
|
|
376
|
+
};
|
|
377
|
+
|
|
378
|
+
|
|
379
|
+
export type StreamCommitMessage = StreamCommitMessage$instance;
|
|
380
|
+
|
|
381
|
+
export interface StreamPrepareMessage$instance extends PrepareMessageBase {
|
|
382
|
+
readonly flags: StreamPrepareMessage_StreamPrepareFlags;
|
|
383
|
+
}
|
|
384
|
+
|
|
385
|
+
|
|
386
|
+
export const StreamPrepareMessage: {
|
|
387
|
+
new(): StreamPrepareMessage;
|
|
388
|
+
};
|
|
389
|
+
|
|
390
|
+
|
|
391
|
+
export type StreamPrepareMessage = StreamPrepareMessage$instance;
|
|
392
|
+
|
|
393
|
+
export interface StreamStartMessage$instance extends TransactionControlMessage {
|
|
394
|
+
readonly streamSegmentIndicator: byte;
|
|
395
|
+
}
|
|
396
|
+
|
|
397
|
+
|
|
398
|
+
export const StreamStartMessage: {
|
|
399
|
+
new(): StreamStartMessage;
|
|
400
|
+
};
|
|
401
|
+
|
|
402
|
+
|
|
403
|
+
export type StreamStartMessage = StreamStartMessage$instance;
|
|
404
|
+
|
|
405
|
+
export interface StreamStopMessage$instance extends PgOutputReplicationMessage {
|
|
406
|
+
}
|
|
407
|
+
|
|
408
|
+
|
|
409
|
+
export const StreamStopMessage: {
|
|
410
|
+
new(): StreamStopMessage;
|
|
411
|
+
};
|
|
412
|
+
|
|
413
|
+
|
|
414
|
+
export type StreamStopMessage = StreamStopMessage$instance;
|
|
415
|
+
|
|
416
|
+
export interface TransactionalMessage$instance extends PgOutputReplicationMessage {
|
|
417
|
+
readonly transactionXid: Nullable<System_Internal.UInt32>;
|
|
418
|
+
}
|
|
419
|
+
|
|
420
|
+
|
|
421
|
+
export const TransactionalMessage: {
|
|
422
|
+
};
|
|
423
|
+
|
|
424
|
+
|
|
425
|
+
export type TransactionalMessage = TransactionalMessage$instance;
|
|
426
|
+
|
|
427
|
+
export interface TransactionControlMessage$instance extends PgOutputReplicationMessage {
|
|
428
|
+
readonly transactionXid: uint;
|
|
429
|
+
}
|
|
430
|
+
|
|
431
|
+
|
|
432
|
+
export const TransactionControlMessage: {
|
|
433
|
+
};
|
|
434
|
+
|
|
435
|
+
|
|
436
|
+
export type TransactionControlMessage = TransactionControlMessage$instance;
|
|
437
|
+
|
|
438
|
+
export interface TruncateMessage$instance extends TransactionalMessage {
|
|
439
|
+
readonly options: TruncateMessage_TruncateOptions;
|
|
440
|
+
readonly relations: IReadOnlyList<RelationMessage>;
|
|
441
|
+
}
|
|
442
|
+
|
|
443
|
+
|
|
444
|
+
export const TruncateMessage: {
|
|
445
|
+
new(): TruncateMessage;
|
|
446
|
+
};
|
|
447
|
+
|
|
448
|
+
|
|
449
|
+
export type TruncateMessage = TruncateMessage$instance;
|
|
450
|
+
|
|
451
|
+
export interface TypeMessage$instance extends TransactionalMessage {
|
|
452
|
+
readonly name: string;
|
|
453
|
+
readonly namespace_: string;
|
|
454
|
+
readonly typeId: uint;
|
|
455
|
+
}
|
|
456
|
+
|
|
457
|
+
|
|
458
|
+
export const TypeMessage: {
|
|
459
|
+
new(): TypeMessage;
|
|
460
|
+
};
|
|
461
|
+
|
|
462
|
+
|
|
463
|
+
export type TypeMessage = TypeMessage$instance;
|
|
464
|
+
|
|
465
|
+
export interface UpdateMessage$instance extends TransactionalMessage {
|
|
466
|
+
readonly newRow: ReplicationTuple;
|
|
467
|
+
readonly relation: RelationMessage;
|
|
468
|
+
}
|
|
469
|
+
|
|
470
|
+
|
|
471
|
+
export const UpdateMessage: {
|
|
472
|
+
};
|
|
473
|
+
|
|
474
|
+
|
|
475
|
+
export type UpdateMessage = UpdateMessage$instance;
|
|
476
|
+
|