@tsonic/efcore-npgsql 0.1.1 → 10.0.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/Microsoft.EntityFrameworkCore/bindings.json +8128 -11135
- package/Microsoft.EntityFrameworkCore/internal/index.d.ts +604 -604
- package/Microsoft.EntityFrameworkCore.Diagnostics/bindings.json +29 -180
- package/Microsoft.EntityFrameworkCore.Diagnostics/internal/index.d.ts +16 -16
- package/Microsoft.EntityFrameworkCore.Metadata.Internal/bindings.json +18 -15
- package/Microsoft.EntityFrameworkCore.Metadata.Internal/internal/index.d.ts +1 -1
- package/Microsoft.Extensions.DependencyInjection/bindings.json +28 -26
- package/Microsoft.Extensions.DependencyInjection/internal/index.d.ts +2 -2
- package/Npgsql/bindings.json +10951 -18969
- package/Npgsql/internal/index.d.ts +1044 -1044
- package/Npgsql.BackendMessages/bindings.json +26 -39
- package/Npgsql.BackendMessages/internal/index.d.ts +3 -3
- package/Npgsql.EntityFrameworkCore.PostgreSQL/bindings.json +9 -66
- package/Npgsql.EntityFrameworkCore.PostgreSQL.Design.Internal/bindings.json +93 -174
- package/Npgsql.EntityFrameworkCore.PostgreSQL.Design.Internal/internal/index.d.ts +12 -12
- package/Npgsql.EntityFrameworkCore.PostgreSQL.Diagnostics.Internal/bindings.json +26 -201
- package/Npgsql.EntityFrameworkCore.PostgreSQL.Diagnostics.Internal/internal/index.d.ts +17 -17
- package/Npgsql.EntityFrameworkCore.PostgreSQL.Extensions.Internal/bindings.json +34 -48
- package/Npgsql.EntityFrameworkCore.PostgreSQL.Extensions.Internal/internal/index.d.ts +4 -4
- package/Npgsql.EntityFrameworkCore.PostgreSQL.Infrastructure/bindings.json +124 -217
- package/Npgsql.EntityFrameworkCore.PostgreSQL.Infrastructure/internal/index.d.ts +17 -17
- package/Npgsql.EntityFrameworkCore.PostgreSQL.Infrastructure.Internal/bindings.json +335 -693
- package/Npgsql.EntityFrameworkCore.PostgreSQL.Infrastructure.Internal/internal/index.d.ts +55 -55
- package/Npgsql.EntityFrameworkCore.PostgreSQL.Internal/bindings.json +390 -712
- package/Npgsql.EntityFrameworkCore.PostgreSQL.Internal/internal/index.d.ts +56 -56
- package/Npgsql.EntityFrameworkCore.PostgreSQL.Metadata/bindings.json +322 -703
- package/Npgsql.EntityFrameworkCore.PostgreSQL.Metadata/internal/index.d.ts +62 -62
- package/Npgsql.EntityFrameworkCore.PostgreSQL.Metadata.Conventions/bindings.json +99 -193
- package/Npgsql.EntityFrameworkCore.PostgreSQL.Metadata.Conventions/internal/index.d.ts +9 -9
- package/Npgsql.EntityFrameworkCore.PostgreSQL.Metadata.Internal/bindings.json +155 -612
- package/Npgsql.EntityFrameworkCore.PostgreSQL.Metadata.Internal/internal/index.d.ts +52 -52
- package/Npgsql.EntityFrameworkCore.PostgreSQL.Migrations/bindings.json +33 -58
- package/Npgsql.EntityFrameworkCore.PostgreSQL.Migrations/internal/index.d.ts +4 -4
- package/Npgsql.EntityFrameworkCore.PostgreSQL.Migrations.Internal/bindings.json +92 -173
- package/Npgsql.EntityFrameworkCore.PostgreSQL.Migrations.Internal/internal/index.d.ts +13 -13
- package/Npgsql.EntityFrameworkCore.PostgreSQL.Migrations.Operations/bindings.json +35 -72
- package/Npgsql.EntityFrameworkCore.PostgreSQL.Migrations.Operations/internal/index.d.ts +6 -6
- package/Npgsql.EntityFrameworkCore.PostgreSQL.Query/bindings.json +129 -234
- package/Npgsql.EntityFrameworkCore.PostgreSQL.Query/internal/index.d.ts +20 -20
- package/Npgsql.EntityFrameworkCore.PostgreSQL.Query.ExpressionTranslators.Internal/bindings.json +421 -864
- package/Npgsql.EntityFrameworkCore.PostgreSQL.Query.ExpressionTranslators.Internal/internal/index.d.ts +38 -38
- package/Npgsql.EntityFrameworkCore.PostgreSQL.Query.Expressions/bindings.json +41 -345
- package/Npgsql.EntityFrameworkCore.PostgreSQL.Query.Expressions/internal/index.d.ts +30 -30
- package/Npgsql.EntityFrameworkCore.PostgreSQL.Query.Expressions.Internal/bindings.json +952 -2015
- package/Npgsql.EntityFrameworkCore.PostgreSQL.Query.Expressions.Internal/internal/index.d.ts +160 -160
- package/Npgsql.EntityFrameworkCore.PostgreSQL.Query.Internal/bindings.json +240 -523
- package/Npgsql.EntityFrameworkCore.PostgreSQL.Query.Internal/internal/index.d.ts +23 -23
- package/Npgsql.EntityFrameworkCore.PostgreSQL.Scaffolding.Internal/bindings.json +33 -61
- package/Npgsql.EntityFrameworkCore.PostgreSQL.Scaffolding.Internal/internal/index.d.ts +3 -3
- package/Npgsql.EntityFrameworkCore.PostgreSQL.Storage.Internal/bindings.json +276 -544
- package/Npgsql.EntityFrameworkCore.PostgreSQL.Storage.Internal/internal/index.d.ts +36 -36
- package/Npgsql.EntityFrameworkCore.PostgreSQL.Storage.Internal.Json/bindings.json +60 -110
- package/Npgsql.EntityFrameworkCore.PostgreSQL.Storage.Internal.Json/internal/index.d.ts +8 -8
- package/Npgsql.EntityFrameworkCore.PostgreSQL.Storage.Internal.Mapping/bindings.json +1549 -4016
- package/Npgsql.EntityFrameworkCore.PostgreSQL.Storage.Internal.Mapping/internal/index.d.ts +159 -159
- package/Npgsql.EntityFrameworkCore.PostgreSQL.Storage.ValueConversion/bindings.json +14 -34
- package/Npgsql.EntityFrameworkCore.PostgreSQL.Storage.ValueConversion/internal/index.d.ts +1 -1
- package/Npgsql.EntityFrameworkCore.PostgreSQL.Update.Internal/bindings.json +93 -187
- package/Npgsql.EntityFrameworkCore.PostgreSQL.Update.Internal/internal/index.d.ts +10 -10
- package/Npgsql.EntityFrameworkCore.PostgreSQL.ValueGeneration/bindings.json +37 -76
- package/Npgsql.EntityFrameworkCore.PostgreSQL.ValueGeneration/internal/index.d.ts +4 -4
- package/Npgsql.EntityFrameworkCore.PostgreSQL.ValueGeneration.Internal/bindings.json +108 -192
- package/Npgsql.EntityFrameworkCore.PostgreSQL.ValueGeneration.Internal/internal/index.d.ts +8 -8
- package/Npgsql.Internal/bindings.json +1671 -3264
- package/Npgsql.Internal/internal/index.d.ts +244 -244
- package/Npgsql.Internal.Postgres/bindings.json +208 -434
- package/Npgsql.Internal.Postgres/internal/index.d.ts +33 -33
- package/Npgsql.NameTranslation/bindings.json +61 -116
- package/Npgsql.NameTranslation/internal/index.d.ts +5 -5
- package/Npgsql.PostgresTypes/bindings.json +175 -1000
- package/Npgsql.PostgresTypes/internal/index.d.ts +19 -19
- package/Npgsql.Replication/bindings.json +325 -1072
- package/Npgsql.Replication/internal/index.d.ts +46 -46
- package/Npgsql.Replication.Internal/bindings.json +44 -73
- package/Npgsql.Replication.Internal/internal/index.d.ts +5 -5
- package/Npgsql.Replication.PgOutput/bindings.json +191 -537
- package/Npgsql.Replication.PgOutput/internal/index.d.ts +30 -30
- package/Npgsql.Replication.PgOutput.Messages/bindings.json +662 -2866
- package/Npgsql.Replication.PgOutput.Messages/internal/index.d.ts +82 -82
- package/Npgsql.Replication.TestDecoding/bindings.json +91 -268
- package/Npgsql.Replication.TestDecoding/internal/index.d.ts +13 -13
- package/Npgsql.Schema/bindings.json +149 -322
- package/Npgsql.Schema/internal/index.d.ts +28 -28
- package/Npgsql.TypeMapping/bindings.json +92 -153
- package/Npgsql.TypeMapping/internal/index.d.ts +13 -13
- package/Npgsql.Util/bindings.json +9 -1
- package/NpgsqlTypes/bindings.json +1569 -4426
- package/NpgsqlTypes/internal/index.d.ts +280 -280
- package/__build/scripts/generate.sh +4 -4
- package/__internal/extensions/index.d.ts +71 -71
- package/package.json +5 -5
- package/Microsoft.EntityFrameworkCore/internal/metadata.json +0 -10154
- package/Microsoft.EntityFrameworkCore.Diagnostics/internal/metadata.json +0 -172
- package/Microsoft.EntityFrameworkCore.Metadata.Internal/internal/metadata.json +0 -49
- package/Microsoft.Extensions.DependencyInjection/internal/metadata.json +0 -63
- package/Npgsql/internal/metadata.json +0 -15514
- package/Npgsql.BackendMessages/internal/metadata.json +0 -72
- package/Npgsql.EntityFrameworkCore.PostgreSQL/internal/metadata.json +0 -60
- package/Npgsql.EntityFrameworkCore.PostgreSQL.Design.Internal/internal/metadata.json +0 -269
- package/Npgsql.EntityFrameworkCore.PostgreSQL.Diagnostics.Internal/internal/metadata.json +0 -184
- package/Npgsql.EntityFrameworkCore.PostgreSQL.Extensions.Internal/internal/metadata.json +0 -125
- package/Npgsql.EntityFrameworkCore.PostgreSQL.Infrastructure/internal/metadata.json +0 -342
- package/Npgsql.EntityFrameworkCore.PostgreSQL.Infrastructure.Internal/internal/metadata.json +0 -985
- package/Npgsql.EntityFrameworkCore.PostgreSQL.Internal/internal/metadata.json +0 -1064
- package/Npgsql.EntityFrameworkCore.PostgreSQL.Metadata/internal/metadata.json +0 -990
- package/Npgsql.EntityFrameworkCore.PostgreSQL.Metadata.Conventions/internal/metadata.json +0 -317
- package/Npgsql.EntityFrameworkCore.PostgreSQL.Metadata.Internal/internal/metadata.json +0 -664
- package/Npgsql.EntityFrameworkCore.PostgreSQL.Migrations/internal/metadata.json +0 -95
- package/Npgsql.EntityFrameworkCore.PostgreSQL.Migrations.Internal/internal/metadata.json +0 -262
- package/Npgsql.EntityFrameworkCore.PostgreSQL.Migrations.Operations/internal/metadata.json +0 -114
- package/Npgsql.EntityFrameworkCore.PostgreSQL.Query/internal/metadata.json +0 -351
- package/Npgsql.EntityFrameworkCore.PostgreSQL.Query.ExpressionTranslators.Internal/internal/metadata.json +0 -1349
- package/Npgsql.EntityFrameworkCore.PostgreSQL.Query.Expressions/internal/metadata.json +0 -304
- package/Npgsql.EntityFrameworkCore.PostgreSQL.Query.Expressions.Internal/internal/metadata.json +0 -2783
- package/Npgsql.EntityFrameworkCore.PostgreSQL.Query.Internal/internal/metadata.json +0 -806
- package/Npgsql.EntityFrameworkCore.PostgreSQL.Scaffolding.Internal/internal/metadata.json +0 -102
- package/Npgsql.EntityFrameworkCore.PostgreSQL.Storage.Internal/internal/metadata.json +0 -807
- package/Npgsql.EntityFrameworkCore.PostgreSQL.Storage.Internal.Json/internal/metadata.json +0 -186
- package/Npgsql.EntityFrameworkCore.PostgreSQL.Storage.Internal.Mapping/internal/metadata.json +0 -4823
- package/Npgsql.EntityFrameworkCore.PostgreSQL.Storage.ValueConversion/internal/metadata.json +0 -51
- package/Npgsql.EntityFrameworkCore.PostgreSQL.Update.Internal/internal/metadata.json +0 -341
- package/Npgsql.EntityFrameworkCore.PostgreSQL.ValueGeneration/internal/metadata.json +0 -118
- package/Npgsql.EntityFrameworkCore.PostgreSQL.ValueGeneration.Internal/internal/metadata.json +0 -323
- package/Npgsql.Internal/internal/metadata.json +0 -4555
- package/Npgsql.Internal.Postgres/internal/metadata.json +0 -619
- package/Npgsql.NameTranslation/internal/metadata.json +0 -173
- package/Npgsql.PostgresTypes/internal/metadata.json +0 -480
- package/Npgsql.Replication/internal/metadata.json +0 -972
- package/Npgsql.Replication.Internal/internal/metadata.json +0 -119
- package/Npgsql.Replication.PgOutput/internal/metadata.json +0 -644
- package/Npgsql.Replication.PgOutput.Messages/internal/metadata.json +0 -1905
- package/Npgsql.Replication.TestDecoding/internal/metadata.json +0 -283
- package/Npgsql.Schema/internal/metadata.json +0 -451
- package/Npgsql.TypeMapping/internal/metadata.json +0 -248
- package/Npgsql.Util/internal/metadata.json +0 -24
- package/NpgsqlTypes/internal/metadata.json +0 -5014
|
@@ -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
|
-
readonly
|
|
454
|
-
|
|
455
|
-
|
|
456
|
-
|
|
457
|
-
|
|
458
|
-
|
|
452
|
+
readonly Count: int;
|
|
453
|
+
readonly 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,42 @@ 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
|
+
Parse(value: string): NpgsqlTsQuery;
|
|
515
515
|
};
|
|
516
516
|
|
|
517
517
|
|
|
518
518
|
export type NpgsqlTsQuery = NpgsqlTsQuery$instance;
|
|
519
519
|
|
|
520
520
|
export interface NpgsqlTsQueryAnd$instance extends NpgsqlTsQueryBinOp {
|
|
521
|
-
|
|
522
|
-
|
|
523
|
-
|
|
521
|
+
Equals(other: NpgsqlTsQuery): boolean;
|
|
522
|
+
Equals(obj: unknown): boolean;
|
|
523
|
+
GetHashCode(): int;
|
|
524
524
|
}
|
|
525
525
|
|
|
526
526
|
|
|
@@ -532,8 +532,8 @@ export const NpgsqlTsQueryAnd: {
|
|
|
532
532
|
export type NpgsqlTsQueryAnd = NpgsqlTsQueryAnd$instance;
|
|
533
533
|
|
|
534
534
|
export interface NpgsqlTsQueryBinOp$instance extends NpgsqlTsQuery {
|
|
535
|
-
|
|
536
|
-
|
|
535
|
+
Left: NpgsqlTsQuery;
|
|
536
|
+
Right: NpgsqlTsQuery;
|
|
537
537
|
}
|
|
538
538
|
|
|
539
539
|
|
|
@@ -544,9 +544,9 @@ export const NpgsqlTsQueryBinOp: {
|
|
|
544
544
|
export type NpgsqlTsQueryBinOp = NpgsqlTsQueryBinOp$instance;
|
|
545
545
|
|
|
546
546
|
export interface NpgsqlTsQueryEmpty$instance extends NpgsqlTsQuery {
|
|
547
|
-
|
|
548
|
-
|
|
549
|
-
|
|
547
|
+
Equals(other: NpgsqlTsQuery): boolean;
|
|
548
|
+
Equals(obj: unknown): boolean;
|
|
549
|
+
GetHashCode(): int;
|
|
550
550
|
}
|
|
551
551
|
|
|
552
552
|
|
|
@@ -558,10 +558,10 @@ export const NpgsqlTsQueryEmpty: {
|
|
|
558
558
|
export type NpgsqlTsQueryEmpty = NpgsqlTsQueryEmpty$instance;
|
|
559
559
|
|
|
560
560
|
export interface NpgsqlTsQueryFollowedBy$instance extends NpgsqlTsQueryBinOp {
|
|
561
|
-
|
|
562
|
-
|
|
563
|
-
|
|
564
|
-
|
|
561
|
+
Distance: short;
|
|
562
|
+
Equals(other: NpgsqlTsQuery): boolean;
|
|
563
|
+
Equals(obj: unknown): boolean;
|
|
564
|
+
GetHashCode(): int;
|
|
565
565
|
}
|
|
566
566
|
|
|
567
567
|
|
|
@@ -573,12 +573,12 @@ export const NpgsqlTsQueryFollowedBy: {
|
|
|
573
573
|
export type NpgsqlTsQueryFollowedBy = NpgsqlTsQueryFollowedBy$instance;
|
|
574
574
|
|
|
575
575
|
export interface NpgsqlTsQueryLexeme$instance extends NpgsqlTsQuery {
|
|
576
|
-
|
|
577
|
-
|
|
578
|
-
|
|
579
|
-
|
|
580
|
-
|
|
581
|
-
|
|
576
|
+
IsPrefixSearch: boolean;
|
|
577
|
+
Text: string;
|
|
578
|
+
Weights: NpgsqlTsQueryLexeme_Weight;
|
|
579
|
+
Equals(other: NpgsqlTsQuery): boolean;
|
|
580
|
+
Equals(obj: unknown): boolean;
|
|
581
|
+
GetHashCode(): int;
|
|
582
582
|
}
|
|
583
583
|
|
|
584
584
|
|
|
@@ -592,10 +592,10 @@ export const NpgsqlTsQueryLexeme: {
|
|
|
592
592
|
export type NpgsqlTsQueryLexeme = NpgsqlTsQueryLexeme$instance;
|
|
593
593
|
|
|
594
594
|
export interface NpgsqlTsQueryNot$instance extends NpgsqlTsQuery {
|
|
595
|
-
|
|
596
|
-
|
|
597
|
-
|
|
598
|
-
|
|
595
|
+
Child: NpgsqlTsQuery;
|
|
596
|
+
Equals(other: NpgsqlTsQuery): boolean;
|
|
597
|
+
Equals(obj: unknown): boolean;
|
|
598
|
+
GetHashCode(): int;
|
|
599
599
|
}
|
|
600
600
|
|
|
601
601
|
|
|
@@ -607,9 +607,9 @@ export const NpgsqlTsQueryNot: {
|
|
|
607
607
|
export type NpgsqlTsQueryNot = NpgsqlTsQueryNot$instance;
|
|
608
608
|
|
|
609
609
|
export interface NpgsqlTsQueryOr$instance extends NpgsqlTsQueryBinOp {
|
|
610
|
-
|
|
611
|
-
|
|
612
|
-
|
|
610
|
+
Equals(other: NpgsqlTsQuery): boolean;
|
|
611
|
+
Equals(obj: unknown): boolean;
|
|
612
|
+
GetHashCode(): int;
|
|
613
613
|
}
|
|
614
614
|
|
|
615
615
|
|
|
@@ -621,27 +621,27 @@ export const NpgsqlTsQueryOr: {
|
|
|
621
621
|
export type NpgsqlTsQueryOr = NpgsqlTsQueryOr$instance;
|
|
622
622
|
|
|
623
623
|
export interface NpgsqlTsVector$instance {
|
|
624
|
-
readonly
|
|
625
|
-
readonly
|
|
626
|
-
|
|
627
|
-
|
|
628
|
-
|
|
629
|
-
|
|
630
|
-
|
|
624
|
+
readonly Count: int;
|
|
625
|
+
readonly Item: NpgsqlTsVector_Lexeme;
|
|
626
|
+
Equals(other: NpgsqlTsVector): boolean;
|
|
627
|
+
Equals(obj: unknown): boolean;
|
|
628
|
+
GetEnumerator(): IEnumerator<NpgsqlTsVector_Lexeme>;
|
|
629
|
+
GetHashCode(): int;
|
|
630
|
+
ToString(): string;
|
|
631
631
|
}
|
|
632
632
|
|
|
633
633
|
|
|
634
634
|
export const NpgsqlTsVector: {
|
|
635
635
|
new(): NpgsqlTsVector;
|
|
636
|
-
readonly
|
|
637
|
-
|
|
636
|
+
readonly Empty: NpgsqlTsVector;
|
|
637
|
+
Parse(value: string): NpgsqlTsVector;
|
|
638
638
|
};
|
|
639
639
|
|
|
640
640
|
|
|
641
641
|
export type NpgsqlTsVector = NpgsqlTsVector$instance;
|
|
642
642
|
|
|
643
643
|
export interface PgNameAttribute$instance extends Attribute {
|
|
644
|
-
readonly
|
|
644
|
+
readonly PgName: string;
|
|
645
645
|
}
|
|
646
646
|
|
|
647
647
|
|