@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
|
@@ -22,97 +22,97 @@ import type { IPAddress } from "@tsonic/dotnet/System.Net.js";
|
|
|
22
22
|
import type { StringBuilder } from "@tsonic/dotnet/System.Text.js";
|
|
23
23
|
|
|
24
24
|
export enum NpgsqlDbType {
|
|
25
|
-
|
|
26
|
-
|
|
27
|
-
|
|
28
|
-
|
|
29
|
-
|
|
30
|
-
|
|
31
|
-
|
|
32
|
-
|
|
33
|
-
|
|
34
|
-
|
|
35
|
-
|
|
36
|
-
|
|
37
|
-
|
|
38
|
-
|
|
39
|
-
|
|
40
|
-
|
|
41
|
-
|
|
42
|
-
|
|
43
|
-
|
|
44
|
-
|
|
45
|
-
|
|
46
|
-
|
|
47
|
-
|
|
48
|
-
|
|
49
|
-
|
|
50
|
-
|
|
51
|
-
|
|
52
|
-
|
|
53
|
-
|
|
54
|
-
|
|
55
|
-
|
|
56
|
-
|
|
57
|
-
|
|
58
|
-
|
|
59
|
-
|
|
60
|
-
|
|
61
|
-
|
|
62
|
-
|
|
63
|
-
|
|
64
|
-
|
|
65
|
-
|
|
66
|
-
|
|
67
|
-
|
|
68
|
-
|
|
69
|
-
|
|
70
|
-
|
|
71
|
-
|
|
72
|
-
|
|
73
|
-
|
|
74
|
-
|
|
75
|
-
|
|
76
|
-
|
|
77
|
-
|
|
78
|
-
|
|
79
|
-
|
|
80
|
-
|
|
81
|
-
|
|
82
|
-
|
|
83
|
-
|
|
84
|
-
|
|
85
|
-
|
|
86
|
-
|
|
87
|
-
|
|
88
|
-
|
|
89
|
-
|
|
90
|
-
|
|
91
|
-
|
|
92
|
-
|
|
93
|
-
|
|
94
|
-
|
|
95
|
-
|
|
96
|
-
|
|
97
|
-
|
|
98
|
-
|
|
99
|
-
|
|
100
|
-
|
|
25
|
+
Bigint = 1,
|
|
26
|
+
Double = 8,
|
|
27
|
+
Integer = 9,
|
|
28
|
+
Numeric = 13,
|
|
29
|
+
Real = 17,
|
|
30
|
+
Smallint = 18,
|
|
31
|
+
Money = 12,
|
|
32
|
+
Boolean = 2,
|
|
33
|
+
Box = 3,
|
|
34
|
+
Circle = 5,
|
|
35
|
+
Line = 10,
|
|
36
|
+
LSeg = 11,
|
|
37
|
+
Path = 14,
|
|
38
|
+
Point = 15,
|
|
39
|
+
Polygon = 16,
|
|
40
|
+
Cube = 63,
|
|
41
|
+
Char = 6,
|
|
42
|
+
Text = 19,
|
|
43
|
+
Varchar = 22,
|
|
44
|
+
Name = 32,
|
|
45
|
+
Citext = 51,
|
|
46
|
+
InternalChar = 38,
|
|
47
|
+
Bytea = 4,
|
|
48
|
+
Date = 7,
|
|
49
|
+
Time = 20,
|
|
50
|
+
Timestamp = 21,
|
|
51
|
+
TimestampTz = 26,
|
|
52
|
+
Interval = 30,
|
|
53
|
+
TimeTz = 31,
|
|
54
|
+
Abstime = 33,
|
|
55
|
+
Inet = 24,
|
|
56
|
+
Cidr = 44,
|
|
57
|
+
MacAddr = 34,
|
|
58
|
+
MacAddr8 = 54,
|
|
59
|
+
Bit = 25,
|
|
60
|
+
Varbit = 39,
|
|
61
|
+
TsVector = 45,
|
|
62
|
+
TsQuery = 46,
|
|
63
|
+
Regconfig = 56,
|
|
64
|
+
Uuid = 27,
|
|
65
|
+
Xml = 28,
|
|
66
|
+
Json = 35,
|
|
67
|
+
Jsonb = 36,
|
|
68
|
+
JsonPath = 57,
|
|
69
|
+
Hstore = 37,
|
|
70
|
+
Refcursor = 23,
|
|
71
|
+
Oidvector = 29,
|
|
72
|
+
Int2Vector = 52,
|
|
73
|
+
Oid = 41,
|
|
74
|
+
Xid = 42,
|
|
75
|
+
Xid8 = 64,
|
|
76
|
+
Cid = 43,
|
|
77
|
+
Regtype = 49,
|
|
78
|
+
Tid = 53,
|
|
79
|
+
PgLsn = 59,
|
|
80
|
+
Unknown = 40,
|
|
81
|
+
Geometry = 50,
|
|
82
|
+
Geography = 55,
|
|
83
|
+
LTree = 60,
|
|
84
|
+
LQuery = 61,
|
|
85
|
+
LTxtQuery = 62,
|
|
86
|
+
IntegerRange = 1073741833,
|
|
87
|
+
BigIntRange = 1073741825,
|
|
88
|
+
NumericRange = 1073741837,
|
|
89
|
+
TimestampRange = 1073741845,
|
|
90
|
+
TimestampTzRange = 1073741850,
|
|
91
|
+
DateRange = 1073741831,
|
|
92
|
+
IntegerMultirange = 536870921,
|
|
93
|
+
BigIntMultirange = 536870913,
|
|
94
|
+
NumericMultirange = 536870925,
|
|
95
|
+
TimestampMultirange = 536870933,
|
|
96
|
+
TimestampTzMultirange = 536870938,
|
|
97
|
+
DateMultirange = 536870919,
|
|
98
|
+
Array = -2147483648,
|
|
99
|
+
Range = 1073741824,
|
|
100
|
+
Multirange = 536870912
|
|
101
101
|
}
|
|
102
102
|
|
|
103
103
|
|
|
104
104
|
export enum NpgsqlTsQuery_NodeKind {
|
|
105
|
-
|
|
106
|
-
|
|
107
|
-
|
|
108
|
-
|
|
109
|
-
|
|
110
|
-
|
|
105
|
+
Empty = -1,
|
|
106
|
+
Lexeme = 0,
|
|
107
|
+
Not = 1,
|
|
108
|
+
And = 2,
|
|
109
|
+
Or = 3,
|
|
110
|
+
Phrase = 4
|
|
111
111
|
}
|
|
112
112
|
|
|
113
113
|
|
|
114
114
|
export enum NpgsqlTsQueryLexeme_Weight {
|
|
115
|
-
|
|
115
|
+
None = 0,
|
|
116
116
|
D = 1,
|
|
117
117
|
C = 2,
|
|
118
118
|
B = 4,
|
|
@@ -129,22 +129,22 @@ export enum NpgsqlTsVector_Lexeme_Weight {
|
|
|
129
129
|
|
|
130
130
|
|
|
131
131
|
export interface NpgsqlBox$instance {
|
|
132
|
-
readonly
|
|
133
|
-
readonly
|
|
134
|
-
readonly
|
|
135
|
-
readonly
|
|
136
|
-
|
|
137
|
-
readonly
|
|
138
|
-
readonly
|
|
139
|
-
|
|
140
|
-
readonly
|
|
141
|
-
|
|
142
|
-
|
|
143
|
-
|
|
144
|
-
|
|
145
|
-
|
|
146
|
-
|
|
147
|
-
|
|
132
|
+
readonly Bottom: double;
|
|
133
|
+
readonly Height: double;
|
|
134
|
+
readonly IsEmpty: boolean;
|
|
135
|
+
readonly Left: double;
|
|
136
|
+
LowerLeft: NpgsqlPoint;
|
|
137
|
+
readonly Right: double;
|
|
138
|
+
readonly Top: double;
|
|
139
|
+
UpperRight: NpgsqlPoint;
|
|
140
|
+
readonly Width: double;
|
|
141
|
+
Deconstruct(lowerLeft: NpgsqlPoint, upperRight: NpgsqlPoint): void;
|
|
142
|
+
Deconstruct(left: double, right: double, bottom: double, top: double): void;
|
|
143
|
+
Deconstruct(left: double, right: double, bottom: double, top: double, width: double, height: double): void;
|
|
144
|
+
Equals(other: NpgsqlBox): boolean;
|
|
145
|
+
Equals(obj: unknown): boolean;
|
|
146
|
+
GetHashCode(): int;
|
|
147
|
+
ToString(): string;
|
|
148
148
|
}
|
|
149
149
|
|
|
150
150
|
|
|
@@ -157,13 +157,13 @@ export const NpgsqlBox: {
|
|
|
157
157
|
export type NpgsqlBox = NpgsqlBox$instance;
|
|
158
158
|
|
|
159
159
|
export interface NpgsqlCidr$instance {
|
|
160
|
-
readonly
|
|
161
|
-
readonly
|
|
162
|
-
|
|
163
|
-
|
|
164
|
-
|
|
165
|
-
|
|
166
|
-
|
|
160
|
+
readonly Address: IPAddress;
|
|
161
|
+
readonly Netmask: byte;
|
|
162
|
+
Deconstruct(address: IPAddress, netmask: byte): void;
|
|
163
|
+
Equals(obj: unknown): boolean;
|
|
164
|
+
Equals(other: NpgsqlCidr): boolean;
|
|
165
|
+
GetHashCode(): int;
|
|
166
|
+
ToString(): string;
|
|
167
167
|
}
|
|
168
168
|
|
|
169
169
|
|
|
@@ -176,16 +176,16 @@ export const NpgsqlCidr: {
|
|
|
176
176
|
export type NpgsqlCidr = NpgsqlCidr$instance;
|
|
177
177
|
|
|
178
178
|
export interface NpgsqlCircle$instance {
|
|
179
|
-
|
|
180
|
-
|
|
179
|
+
Center: NpgsqlPoint;
|
|
180
|
+
Radius: double;
|
|
181
181
|
X: double;
|
|
182
182
|
Y: double;
|
|
183
|
-
|
|
184
|
-
|
|
185
|
-
|
|
186
|
-
|
|
187
|
-
|
|
188
|
-
|
|
183
|
+
Deconstruct(x: double, y: double, radius: double): void;
|
|
184
|
+
Deconstruct(center: NpgsqlPoint, radius: double): void;
|
|
185
|
+
Equals(other: NpgsqlCircle): boolean;
|
|
186
|
+
Equals(obj: unknown): boolean;
|
|
187
|
+
GetHashCode(): int;
|
|
188
|
+
ToString(): string;
|
|
189
189
|
}
|
|
190
190
|
|
|
191
191
|
|
|
@@ -198,15 +198,15 @@ export const NpgsqlCircle: {
|
|
|
198
198
|
export type NpgsqlCircle = NpgsqlCircle$instance;
|
|
199
199
|
|
|
200
200
|
export interface NpgsqlCube$instance {
|
|
201
|
-
readonly
|
|
202
|
-
readonly
|
|
203
|
-
readonly
|
|
204
|
-
readonly
|
|
205
|
-
|
|
206
|
-
|
|
207
|
-
|
|
208
|
-
|
|
209
|
-
|
|
201
|
+
readonly Dimensions: int;
|
|
202
|
+
readonly IsPoint: boolean;
|
|
203
|
+
readonly LowerLeft: IReadOnlyList<System_Internal.Double>;
|
|
204
|
+
readonly UpperRight: IReadOnlyList<System_Internal.Double>;
|
|
205
|
+
Equals(other: NpgsqlCube): boolean;
|
|
206
|
+
Equals(obj: unknown): boolean;
|
|
207
|
+
GetHashCode(): int;
|
|
208
|
+
ToString(): string;
|
|
209
|
+
ToSubset(...indexes: int[]): NpgsqlCube;
|
|
210
210
|
}
|
|
211
211
|
|
|
212
212
|
|
|
@@ -223,13 +223,13 @@ export const NpgsqlCube: {
|
|
|
223
223
|
export type NpgsqlCube = NpgsqlCube$instance;
|
|
224
224
|
|
|
225
225
|
export interface NpgsqlInet$instance {
|
|
226
|
-
readonly
|
|
227
|
-
readonly
|
|
228
|
-
|
|
229
|
-
|
|
230
|
-
|
|
231
|
-
|
|
232
|
-
|
|
226
|
+
readonly Address: IPAddress;
|
|
227
|
+
readonly Netmask: byte;
|
|
228
|
+
Deconstruct(address: IPAddress, netmask: byte): void;
|
|
229
|
+
Equals(obj: unknown): boolean;
|
|
230
|
+
Equals(other: NpgsqlInet): boolean;
|
|
231
|
+
GetHashCode(): int;
|
|
232
|
+
ToString(): string;
|
|
233
233
|
}
|
|
234
234
|
|
|
235
235
|
|
|
@@ -243,12 +243,12 @@ export const NpgsqlInet: {
|
|
|
243
243
|
export type NpgsqlInet = NpgsqlInet$instance;
|
|
244
244
|
|
|
245
245
|
export interface NpgsqlInterval$instance {
|
|
246
|
-
readonly
|
|
247
|
-
readonly
|
|
248
|
-
readonly
|
|
249
|
-
|
|
250
|
-
|
|
251
|
-
|
|
246
|
+
readonly Days: int;
|
|
247
|
+
readonly Months: int;
|
|
248
|
+
readonly Time: long;
|
|
249
|
+
Equals(other: NpgsqlInterval): boolean;
|
|
250
|
+
Equals(obj: unknown): boolean;
|
|
251
|
+
GetHashCode(): int;
|
|
252
252
|
}
|
|
253
253
|
|
|
254
254
|
|
|
@@ -263,11 +263,11 @@ export interface NpgsqlLine$instance {
|
|
|
263
263
|
A: double;
|
|
264
264
|
B: double;
|
|
265
265
|
C: double;
|
|
266
|
-
|
|
267
|
-
|
|
268
|
-
|
|
269
|
-
|
|
270
|
-
|
|
266
|
+
Deconstruct(a: double, b: double, c: double): void;
|
|
267
|
+
Equals(other: NpgsqlLine): boolean;
|
|
268
|
+
Equals(obj: unknown): boolean;
|
|
269
|
+
GetHashCode(): int;
|
|
270
|
+
ToString(): string;
|
|
271
271
|
}
|
|
272
272
|
|
|
273
273
|
|
|
@@ -279,36 +279,36 @@ export const NpgsqlLine: {
|
|
|
279
279
|
export type NpgsqlLine = NpgsqlLine$instance;
|
|
280
280
|
|
|
281
281
|
export interface NpgsqlLogSequenceNumber$instance {
|
|
282
|
-
|
|
283
|
-
|
|
284
|
-
|
|
285
|
-
|
|
286
|
-
|
|
282
|
+
CompareTo(value: NpgsqlLogSequenceNumber): int;
|
|
283
|
+
Equals(other: NpgsqlLogSequenceNumber): boolean;
|
|
284
|
+
Equals(obj: unknown): boolean;
|
|
285
|
+
GetHashCode(): int;
|
|
286
|
+
ToString(): string;
|
|
287
287
|
}
|
|
288
288
|
|
|
289
289
|
|
|
290
290
|
export const NpgsqlLogSequenceNumber: {
|
|
291
291
|
new(value: ulong): NpgsqlLogSequenceNumber;
|
|
292
|
-
readonly
|
|
293
|
-
|
|
294
|
-
|
|
295
|
-
|
|
296
|
-
|
|
297
|
-
|
|
298
|
-
|
|
292
|
+
readonly Invalid: NpgsqlLogSequenceNumber;
|
|
293
|
+
Larger(value1: NpgsqlLogSequenceNumber, value2: NpgsqlLogSequenceNumber): NpgsqlLogSequenceNumber;
|
|
294
|
+
Parse(s: ReadOnlySpan<System_Internal.Char>): NpgsqlLogSequenceNumber;
|
|
295
|
+
Parse(s: string): NpgsqlLogSequenceNumber;
|
|
296
|
+
Smaller(value1: NpgsqlLogSequenceNumber, value2: NpgsqlLogSequenceNumber): NpgsqlLogSequenceNumber;
|
|
297
|
+
TryParse(s: ReadOnlySpan<System_Internal.Char>, result: NpgsqlLogSequenceNumber): boolean;
|
|
298
|
+
TryParse(s: string, result: NpgsqlLogSequenceNumber): boolean;
|
|
299
299
|
};
|
|
300
300
|
|
|
301
301
|
|
|
302
302
|
export type NpgsqlLogSequenceNumber = NpgsqlLogSequenceNumber$instance;
|
|
303
303
|
|
|
304
304
|
export interface NpgsqlLSeg$instance {
|
|
305
|
-
|
|
306
|
-
|
|
307
|
-
|
|
308
|
-
|
|
309
|
-
|
|
310
|
-
|
|
311
|
-
|
|
305
|
+
End: NpgsqlPoint;
|
|
306
|
+
Start: NpgsqlPoint;
|
|
307
|
+
Deconstruct(start: NpgsqlPoint, end: NpgsqlPoint): void;
|
|
308
|
+
Equals(other: NpgsqlLSeg): boolean;
|
|
309
|
+
Equals(obj: unknown): boolean;
|
|
310
|
+
GetHashCode(): int;
|
|
311
|
+
ToString(): string;
|
|
312
312
|
}
|
|
313
313
|
|
|
314
314
|
|
|
@@ -321,24 +321,24 @@ export const NpgsqlLSeg: {
|
|
|
321
321
|
export type NpgsqlLSeg = NpgsqlLSeg$instance;
|
|
322
322
|
|
|
323
323
|
export interface NpgsqlPath$instance {
|
|
324
|
-
readonly
|
|
325
|
-
readonly
|
|
326
|
-
readonly
|
|
327
|
-
|
|
328
|
-
|
|
329
|
-
|
|
330
|
-
|
|
331
|
-
|
|
332
|
-
|
|
333
|
-
|
|
334
|
-
|
|
335
|
-
|
|
336
|
-
|
|
337
|
-
|
|
338
|
-
|
|
339
|
-
|
|
340
|
-
|
|
341
|
-
|
|
324
|
+
readonly Capacity: int;
|
|
325
|
+
readonly Count: int;
|
|
326
|
+
readonly IsReadOnly: boolean;
|
|
327
|
+
Item: NpgsqlPoint;
|
|
328
|
+
Open: boolean;
|
|
329
|
+
Add(item: NpgsqlPoint): void;
|
|
330
|
+
Clear(): void;
|
|
331
|
+
Contains(item: NpgsqlPoint): boolean;
|
|
332
|
+
CopyTo(array: NpgsqlPoint[], arrayIndex: int): void;
|
|
333
|
+
Equals(other: NpgsqlPath): boolean;
|
|
334
|
+
Equals(obj: unknown): boolean;
|
|
335
|
+
GetEnumerator(): IEnumerator<NpgsqlPoint>;
|
|
336
|
+
GetHashCode(): int;
|
|
337
|
+
IndexOf(item: NpgsqlPoint): int;
|
|
338
|
+
Insert(index: int, item: NpgsqlPoint): void;
|
|
339
|
+
Remove(item: NpgsqlPoint): boolean;
|
|
340
|
+
RemoveAt(index: int): void;
|
|
341
|
+
ToString(): string;
|
|
342
342
|
}
|
|
343
343
|
|
|
344
344
|
|
|
@@ -358,11 +358,11 @@ export type NpgsqlPath = NpgsqlPath$instance;
|
|
|
358
358
|
export interface NpgsqlPoint$instance {
|
|
359
359
|
X: double;
|
|
360
360
|
Y: double;
|
|
361
|
-
|
|
362
|
-
|
|
363
|
-
|
|
364
|
-
|
|
365
|
-
|
|
361
|
+
Deconstruct(x: double, y: double): void;
|
|
362
|
+
Equals(other: NpgsqlPoint): boolean;
|
|
363
|
+
Equals(obj: unknown): boolean;
|
|
364
|
+
GetHashCode(): int;
|
|
365
|
+
ToString(): string;
|
|
366
366
|
}
|
|
367
367
|
|
|
368
368
|
|
|
@@ -374,23 +374,23 @@ export const NpgsqlPoint: {
|
|
|
374
374
|
export type NpgsqlPoint = NpgsqlPoint$instance;
|
|
375
375
|
|
|
376
376
|
export interface NpgsqlPolygon$instance {
|
|
377
|
-
readonly
|
|
378
|
-
readonly
|
|
379
|
-
readonly
|
|
380
|
-
|
|
381
|
-
|
|
382
|
-
|
|
383
|
-
|
|
384
|
-
|
|
385
|
-
|
|
386
|
-
|
|
387
|
-
|
|
388
|
-
|
|
389
|
-
|
|
390
|
-
|
|
391
|
-
|
|
392
|
-
|
|
393
|
-
|
|
377
|
+
readonly Capacity: int;
|
|
378
|
+
readonly Count: int;
|
|
379
|
+
readonly IsReadOnly: boolean;
|
|
380
|
+
Item: NpgsqlPoint;
|
|
381
|
+
Add(item: NpgsqlPoint): void;
|
|
382
|
+
Clear(): void;
|
|
383
|
+
Contains(item: NpgsqlPoint): boolean;
|
|
384
|
+
CopyTo(array: NpgsqlPoint[], arrayIndex: int): void;
|
|
385
|
+
Equals(other: NpgsqlPolygon): boolean;
|
|
386
|
+
Equals(obj: unknown): boolean;
|
|
387
|
+
GetEnumerator(): IEnumerator<NpgsqlPoint>;
|
|
388
|
+
GetHashCode(): int;
|
|
389
|
+
IndexOf(item: NpgsqlPoint): int;
|
|
390
|
+
Insert(index: int, item: NpgsqlPoint): void;
|
|
391
|
+
Remove(item: NpgsqlPoint): boolean;
|
|
392
|
+
RemoveAt(index: int): void;
|
|
393
|
+
ToString(): string;
|
|
394
394
|
}
|
|
395
395
|
|
|
396
396
|
|
|
@@ -405,17 +405,17 @@ export const NpgsqlPolygon: {
|
|
|
405
405
|
export type NpgsqlPolygon = NpgsqlPolygon$instance;
|
|
406
406
|
|
|
407
407
|
export interface NpgsqlRange_1$instance<T> {
|
|
408
|
-
readonly
|
|
409
|
-
readonly
|
|
410
|
-
readonly
|
|
411
|
-
readonly
|
|
412
|
-
readonly
|
|
413
|
-
readonly
|
|
414
|
-
readonly
|
|
415
|
-
|
|
416
|
-
|
|
417
|
-
|
|
418
|
-
|
|
408
|
+
readonly IsEmpty: boolean;
|
|
409
|
+
readonly LowerBound: T;
|
|
410
|
+
readonly LowerBoundInfinite: boolean;
|
|
411
|
+
readonly LowerBoundIsInclusive: boolean;
|
|
412
|
+
readonly UpperBound: T;
|
|
413
|
+
readonly UpperBoundInfinite: boolean;
|
|
414
|
+
readonly UpperBoundIsInclusive: boolean;
|
|
415
|
+
Equals(o: unknown): boolean;
|
|
416
|
+
Equals(other: NpgsqlRange_1<T>): boolean;
|
|
417
|
+
GetHashCode(): int;
|
|
418
|
+
ToString(): string;
|
|
419
419
|
}
|
|
420
420
|
|
|
421
421
|
|
|
@@ -423,21 +423,21 @@ export const NpgsqlRange_1: {
|
|
|
423
423
|
new<T>(lowerBound: T, upperBound: T): NpgsqlRange_1<T>;
|
|
424
424
|
new<T>(lowerBound: T, lowerBoundIsInclusive: boolean, upperBound: T, upperBoundIsInclusive: boolean): NpgsqlRange_1<T>;
|
|
425
425
|
new<T>(lowerBound: T, lowerBoundIsInclusive: boolean, lowerBoundInfinite: boolean, upperBound: T, upperBoundIsInclusive: boolean, upperBoundInfinite: boolean): NpgsqlRange_1<T>;
|
|
426
|
-
readonly
|
|
427
|
-
|
|
426
|
+
readonly Empty: unknown;
|
|
427
|
+
Parse<T>(value: string): NpgsqlRange_1<T>;
|
|
428
428
|
};
|
|
429
429
|
|
|
430
430
|
|
|
431
431
|
export type NpgsqlRange_1<T> = NpgsqlRange_1$instance<T>;
|
|
432
432
|
|
|
433
433
|
export interface NpgsqlTid$instance {
|
|
434
|
-
readonly
|
|
435
|
-
readonly
|
|
436
|
-
|
|
437
|
-
|
|
438
|
-
|
|
439
|
-
|
|
440
|
-
|
|
434
|
+
readonly BlockNumber: uint;
|
|
435
|
+
readonly OffsetNumber: ushort;
|
|
436
|
+
Deconstruct(blockNumber: uint, offsetNumber: ushort): void;
|
|
437
|
+
Equals(other: NpgsqlTid): boolean;
|
|
438
|
+
Equals(o: unknown): boolean;
|
|
439
|
+
GetHashCode(): int;
|
|
440
|
+
ToString(): string;
|
|
441
441
|
}
|
|
442
442
|
|
|
443
443
|
|
|
@@ -449,13 +449,13 @@ export const NpgsqlTid: {
|
|
|
449
449
|
export type NpgsqlTid = NpgsqlTid$instance;
|
|
450
450
|
|
|
451
451
|
export interface NpgsqlTsVector_Lexeme$instance {
|
|
452
|
-
readonly
|
|
453
|
-
|
|
454
|
-
|
|
455
|
-
|
|
456
|
-
|
|
457
|
-
|
|
458
|
-
|
|
452
|
+
readonly Count: int;
|
|
453
|
+
Item: NpgsqlTsVector_Lexeme_WordEntryPos;
|
|
454
|
+
Text: string;
|
|
455
|
+
Equals(o: NpgsqlTsVector_Lexeme): boolean;
|
|
456
|
+
Equals(o: unknown): boolean;
|
|
457
|
+
GetHashCode(): int;
|
|
458
|
+
ToString(): string;
|
|
459
459
|
}
|
|
460
460
|
|
|
461
461
|
|
|
@@ -468,12 +468,12 @@ export const NpgsqlTsVector_Lexeme: {
|
|
|
468
468
|
export type NpgsqlTsVector_Lexeme = NpgsqlTsVector_Lexeme$instance;
|
|
469
469
|
|
|
470
470
|
export interface NpgsqlTsVector_Lexeme_WordEntryPos$instance {
|
|
471
|
-
readonly
|
|
472
|
-
readonly
|
|
473
|
-
|
|
474
|
-
|
|
475
|
-
|
|
476
|
-
|
|
471
|
+
readonly Pos: int;
|
|
472
|
+
readonly Weight: NpgsqlTsVector_Lexeme_Weight;
|
|
473
|
+
Equals(o: NpgsqlTsVector_Lexeme_WordEntryPos): boolean;
|
|
474
|
+
Equals(o: unknown): boolean;
|
|
475
|
+
GetHashCode(): int;
|
|
476
|
+
ToString(): string;
|
|
477
477
|
}
|
|
478
478
|
|
|
479
479
|
|
|
@@ -485,42 +485,43 @@ export const NpgsqlTsVector_Lexeme_WordEntryPos: {
|
|
|
485
485
|
export type NpgsqlTsVector_Lexeme_WordEntryPos = NpgsqlTsVector_Lexeme_WordEntryPos$instance;
|
|
486
486
|
|
|
487
487
|
export interface NpgsqlRange_1_RangeTypeConverter$instance<T> extends TypeConverter {
|
|
488
|
-
|
|
489
|
-
|
|
490
|
-
|
|
491
|
-
|
|
488
|
+
CanConvertFrom(context: ITypeDescriptorContext, sourceType: Type): boolean;
|
|
489
|
+
CanConvertTo(context: ITypeDescriptorContext, destinationType: Type): boolean;
|
|
490
|
+
ConvertFrom(context: ITypeDescriptorContext, culture: CultureInfo, value: unknown): unknown | undefined;
|
|
491
|
+
ConvertTo(context: ITypeDescriptorContext, culture: CultureInfo, value: unknown, destinationType: Type): unknown | undefined;
|
|
492
492
|
}
|
|
493
493
|
|
|
494
494
|
|
|
495
495
|
export const NpgsqlRange_1_RangeTypeConverter: {
|
|
496
496
|
new<T>(): NpgsqlRange_1_RangeTypeConverter<T>;
|
|
497
|
-
|
|
497
|
+
Register<T>(): void;
|
|
498
498
|
};
|
|
499
499
|
|
|
500
500
|
|
|
501
501
|
export type NpgsqlRange_1_RangeTypeConverter<T> = NpgsqlRange_1_RangeTypeConverter$instance<T>;
|
|
502
502
|
|
|
503
503
|
export interface NpgsqlTsQuery$instance {
|
|
504
|
-
readonly
|
|
505
|
-
|
|
506
|
-
|
|
507
|
-
|
|
508
|
-
|
|
509
|
-
|
|
504
|
+
readonly Kind: NpgsqlTsQuery_NodeKind;
|
|
505
|
+
Equals(obj: unknown): boolean;
|
|
506
|
+
Equals(other: NpgsqlTsQuery): boolean;
|
|
507
|
+
GetHashCode(): int;
|
|
508
|
+
ToString(): string;
|
|
509
|
+
Write(stringBuilder: StringBuilder): void;
|
|
510
510
|
}
|
|
511
511
|
|
|
512
512
|
|
|
513
513
|
export const NpgsqlTsQuery: {
|
|
514
|
-
|
|
514
|
+
new(kind: NpgsqlTsQuery_NodeKind): NpgsqlTsQuery;
|
|
515
|
+
Parse(value: string): NpgsqlTsQuery;
|
|
515
516
|
};
|
|
516
517
|
|
|
517
518
|
|
|
518
519
|
export type NpgsqlTsQuery = NpgsqlTsQuery$instance;
|
|
519
520
|
|
|
520
521
|
export interface NpgsqlTsQueryAnd$instance extends NpgsqlTsQueryBinOp {
|
|
521
|
-
|
|
522
|
-
|
|
523
|
-
|
|
522
|
+
Equals(other: NpgsqlTsQuery): boolean;
|
|
523
|
+
Equals(obj: unknown): boolean;
|
|
524
|
+
GetHashCode(): int;
|
|
524
525
|
}
|
|
525
526
|
|
|
526
527
|
|
|
@@ -532,21 +533,22 @@ export const NpgsqlTsQueryAnd: {
|
|
|
532
533
|
export type NpgsqlTsQueryAnd = NpgsqlTsQueryAnd$instance;
|
|
533
534
|
|
|
534
535
|
export interface NpgsqlTsQueryBinOp$instance extends NpgsqlTsQuery {
|
|
535
|
-
|
|
536
|
-
|
|
536
|
+
Left: NpgsqlTsQuery;
|
|
537
|
+
Right: NpgsqlTsQuery;
|
|
537
538
|
}
|
|
538
539
|
|
|
539
540
|
|
|
540
541
|
export const NpgsqlTsQueryBinOp: {
|
|
542
|
+
new(kind: NpgsqlTsQuery_NodeKind, left: NpgsqlTsQuery, right: NpgsqlTsQuery): NpgsqlTsQueryBinOp;
|
|
541
543
|
};
|
|
542
544
|
|
|
543
545
|
|
|
544
546
|
export type NpgsqlTsQueryBinOp = NpgsqlTsQueryBinOp$instance;
|
|
545
547
|
|
|
546
548
|
export interface NpgsqlTsQueryEmpty$instance extends NpgsqlTsQuery {
|
|
547
|
-
|
|
548
|
-
|
|
549
|
-
|
|
549
|
+
Equals(other: NpgsqlTsQuery): boolean;
|
|
550
|
+
Equals(obj: unknown): boolean;
|
|
551
|
+
GetHashCode(): int;
|
|
550
552
|
}
|
|
551
553
|
|
|
552
554
|
|
|
@@ -558,10 +560,10 @@ export const NpgsqlTsQueryEmpty: {
|
|
|
558
560
|
export type NpgsqlTsQueryEmpty = NpgsqlTsQueryEmpty$instance;
|
|
559
561
|
|
|
560
562
|
export interface NpgsqlTsQueryFollowedBy$instance extends NpgsqlTsQueryBinOp {
|
|
561
|
-
|
|
562
|
-
|
|
563
|
-
|
|
564
|
-
|
|
563
|
+
Distance: short;
|
|
564
|
+
Equals(other: NpgsqlTsQuery): boolean;
|
|
565
|
+
Equals(obj: unknown): boolean;
|
|
566
|
+
GetHashCode(): int;
|
|
565
567
|
}
|
|
566
568
|
|
|
567
569
|
|
|
@@ -573,12 +575,12 @@ export const NpgsqlTsQueryFollowedBy: {
|
|
|
573
575
|
export type NpgsqlTsQueryFollowedBy = NpgsqlTsQueryFollowedBy$instance;
|
|
574
576
|
|
|
575
577
|
export interface NpgsqlTsQueryLexeme$instance extends NpgsqlTsQuery {
|
|
576
|
-
|
|
577
|
-
|
|
578
|
-
|
|
579
|
-
|
|
580
|
-
|
|
581
|
-
|
|
578
|
+
IsPrefixSearch: boolean;
|
|
579
|
+
Text: string;
|
|
580
|
+
Weights: NpgsqlTsQueryLexeme_Weight;
|
|
581
|
+
Equals(other: NpgsqlTsQuery): boolean;
|
|
582
|
+
Equals(obj: unknown): boolean;
|
|
583
|
+
GetHashCode(): int;
|
|
582
584
|
}
|
|
583
585
|
|
|
584
586
|
|
|
@@ -592,10 +594,10 @@ export const NpgsqlTsQueryLexeme: {
|
|
|
592
594
|
export type NpgsqlTsQueryLexeme = NpgsqlTsQueryLexeme$instance;
|
|
593
595
|
|
|
594
596
|
export interface NpgsqlTsQueryNot$instance extends NpgsqlTsQuery {
|
|
595
|
-
|
|
596
|
-
|
|
597
|
-
|
|
598
|
-
|
|
597
|
+
Child: NpgsqlTsQuery;
|
|
598
|
+
Equals(other: NpgsqlTsQuery): boolean;
|
|
599
|
+
Equals(obj: unknown): boolean;
|
|
600
|
+
GetHashCode(): int;
|
|
599
601
|
}
|
|
600
602
|
|
|
601
603
|
|
|
@@ -607,9 +609,9 @@ export const NpgsqlTsQueryNot: {
|
|
|
607
609
|
export type NpgsqlTsQueryNot = NpgsqlTsQueryNot$instance;
|
|
608
610
|
|
|
609
611
|
export interface NpgsqlTsQueryOr$instance extends NpgsqlTsQueryBinOp {
|
|
610
|
-
|
|
611
|
-
|
|
612
|
-
|
|
612
|
+
Equals(other: NpgsqlTsQuery): boolean;
|
|
613
|
+
Equals(obj: unknown): boolean;
|
|
614
|
+
GetHashCode(): int;
|
|
613
615
|
}
|
|
614
616
|
|
|
615
617
|
|
|
@@ -621,27 +623,27 @@ export const NpgsqlTsQueryOr: {
|
|
|
621
623
|
export type NpgsqlTsQueryOr = NpgsqlTsQueryOr$instance;
|
|
622
624
|
|
|
623
625
|
export interface NpgsqlTsVector$instance {
|
|
624
|
-
readonly
|
|
625
|
-
readonly
|
|
626
|
-
|
|
627
|
-
|
|
628
|
-
|
|
629
|
-
|
|
630
|
-
|
|
626
|
+
readonly Count: int;
|
|
627
|
+
readonly Item: NpgsqlTsVector_Lexeme;
|
|
628
|
+
Equals(other: NpgsqlTsVector): boolean;
|
|
629
|
+
Equals(obj: unknown): boolean;
|
|
630
|
+
GetEnumerator(): IEnumerator<NpgsqlTsVector_Lexeme>;
|
|
631
|
+
GetHashCode(): int;
|
|
632
|
+
ToString(): string;
|
|
631
633
|
}
|
|
632
634
|
|
|
633
635
|
|
|
634
636
|
export const NpgsqlTsVector: {
|
|
635
637
|
new(): NpgsqlTsVector;
|
|
636
|
-
readonly
|
|
637
|
-
|
|
638
|
+
readonly Empty: NpgsqlTsVector;
|
|
639
|
+
Parse(value: string): NpgsqlTsVector;
|
|
638
640
|
};
|
|
639
641
|
|
|
640
642
|
|
|
641
643
|
export type NpgsqlTsVector = NpgsqlTsVector$instance;
|
|
642
644
|
|
|
643
645
|
export interface PgNameAttribute$instance extends Attribute {
|
|
644
|
-
readonly
|
|
646
|
+
readonly PgName: string;
|
|
645
647
|
}
|
|
646
648
|
|
|
647
649
|
|