@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,654 @@
|
|
|
1
|
+
// Generated by tsbindgen - Architecture
|
|
2
|
+
// Namespace: NpgsqlTypes
|
|
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 support types from @tsonic/core
|
|
9
|
+
import type { ptr } from "@tsonic/core/types.js";
|
|
10
|
+
|
|
11
|
+
// Import types from other namespaces
|
|
12
|
+
import * as System_Collections_Generic_Internal from "@tsonic/dotnet/System.Collections.Generic.js";
|
|
13
|
+
import type { ICollection, IEnumerable as IEnumerable__System_Collections_Generic, IEnumerator, IList, IReadOnlyList, List } from "@tsonic/dotnet/System.Collections.Generic.js";
|
|
14
|
+
import * as System_Collections_Internal from "@tsonic/dotnet/System.Collections.js";
|
|
15
|
+
import type { IEnumerable } from "@tsonic/dotnet/System.Collections.js";
|
|
16
|
+
import * as System_ComponentModel_Internal from "@tsonic/dotnet/System.ComponentModel.js";
|
|
17
|
+
import type { ITypeDescriptorContext, TypeConverter } from "@tsonic/dotnet/System.ComponentModel.js";
|
|
18
|
+
import type { CultureInfo } from "@tsonic/dotnet/System.Globalization.js";
|
|
19
|
+
import * as System_Internal from "@tsonic/dotnet/System.js";
|
|
20
|
+
import type { Attribute, Boolean as ClrBoolean, Byte, Char, Double, Enum, IComparable, IConvertible, IEquatable, IFormattable, Int16, Int32, Int64, ISpanFormattable, Object as ClrObject, ReadOnlySpan, String as ClrString, Type, UInt16, UInt32, UInt64, ValueType, Void } from "@tsonic/dotnet/System.js";
|
|
21
|
+
import type { IPAddress } from "@tsonic/dotnet/System.Net.js";
|
|
22
|
+
import type { StringBuilder } from "@tsonic/dotnet/System.Text.js";
|
|
23
|
+
|
|
24
|
+
export enum NpgsqlDbType {
|
|
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
|
+
}
|
|
102
|
+
|
|
103
|
+
|
|
104
|
+
export enum NpgsqlTsQuery_NodeKind {
|
|
105
|
+
empty = -1,
|
|
106
|
+
lexeme = 0,
|
|
107
|
+
not = 1,
|
|
108
|
+
and = 2,
|
|
109
|
+
or = 3,
|
|
110
|
+
phrase = 4
|
|
111
|
+
}
|
|
112
|
+
|
|
113
|
+
|
|
114
|
+
export enum NpgsqlTsQueryLexeme_Weight {
|
|
115
|
+
none = 0,
|
|
116
|
+
D = 1,
|
|
117
|
+
C = 2,
|
|
118
|
+
B = 4,
|
|
119
|
+
A = 8
|
|
120
|
+
}
|
|
121
|
+
|
|
122
|
+
|
|
123
|
+
export enum NpgsqlTsVector_Lexeme_Weight {
|
|
124
|
+
D = 0,
|
|
125
|
+
C = 1,
|
|
126
|
+
B = 2,
|
|
127
|
+
A = 3
|
|
128
|
+
}
|
|
129
|
+
|
|
130
|
+
|
|
131
|
+
export interface NpgsqlBox$instance {
|
|
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
|
+
}
|
|
149
|
+
|
|
150
|
+
|
|
151
|
+
export const NpgsqlBox: {
|
|
152
|
+
new(upperRight: NpgsqlPoint, lowerLeft: NpgsqlPoint): NpgsqlBox;
|
|
153
|
+
new(top: double, right: double, bottom: double, left: double): NpgsqlBox;
|
|
154
|
+
};
|
|
155
|
+
|
|
156
|
+
|
|
157
|
+
export type NpgsqlBox = NpgsqlBox$instance;
|
|
158
|
+
|
|
159
|
+
export interface NpgsqlCidr$instance {
|
|
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
|
+
}
|
|
168
|
+
|
|
169
|
+
|
|
170
|
+
export const NpgsqlCidr: {
|
|
171
|
+
new(address: IPAddress, netmask: byte): NpgsqlCidr;
|
|
172
|
+
new(addr: string): NpgsqlCidr;
|
|
173
|
+
};
|
|
174
|
+
|
|
175
|
+
|
|
176
|
+
export type NpgsqlCidr = NpgsqlCidr$instance;
|
|
177
|
+
|
|
178
|
+
export interface NpgsqlCircle$instance {
|
|
179
|
+
center: NpgsqlPoint;
|
|
180
|
+
radius: double;
|
|
181
|
+
X: double;
|
|
182
|
+
Y: double;
|
|
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
|
+
}
|
|
190
|
+
|
|
191
|
+
|
|
192
|
+
export const NpgsqlCircle: {
|
|
193
|
+
new(x: double, y: double, radius: double): NpgsqlCircle;
|
|
194
|
+
new(center: NpgsqlPoint, radius: double): NpgsqlCircle;
|
|
195
|
+
};
|
|
196
|
+
|
|
197
|
+
|
|
198
|
+
export type NpgsqlCircle = NpgsqlCircle$instance;
|
|
199
|
+
|
|
200
|
+
export interface NpgsqlCube$instance {
|
|
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
|
+
}
|
|
211
|
+
|
|
212
|
+
|
|
213
|
+
export const NpgsqlCube: {
|
|
214
|
+
new(coord: double): NpgsqlCube;
|
|
215
|
+
new(lowerLeft: double, upperRight: double): NpgsqlCube;
|
|
216
|
+
new(coords: IEnumerable__System_Collections_Generic<System_Internal.Double>): NpgsqlCube;
|
|
217
|
+
new(lowerLeft: IEnumerable__System_Collections_Generic<System_Internal.Double>, upperRight: IEnumerable__System_Collections_Generic<System_Internal.Double>): NpgsqlCube;
|
|
218
|
+
new(cube: NpgsqlCube, coord: double): NpgsqlCube;
|
|
219
|
+
new(cube: NpgsqlCube, lowerLeft: double, upperRight: double): NpgsqlCube;
|
|
220
|
+
};
|
|
221
|
+
|
|
222
|
+
|
|
223
|
+
export type NpgsqlCube = NpgsqlCube$instance;
|
|
224
|
+
|
|
225
|
+
export interface NpgsqlInet$instance {
|
|
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
|
+
}
|
|
234
|
+
|
|
235
|
+
|
|
236
|
+
export const NpgsqlInet: {
|
|
237
|
+
new(address: IPAddress, netmask: byte): NpgsqlInet;
|
|
238
|
+
new(address: IPAddress): NpgsqlInet;
|
|
239
|
+
new(addr: string): NpgsqlInet;
|
|
240
|
+
};
|
|
241
|
+
|
|
242
|
+
|
|
243
|
+
export type NpgsqlInet = NpgsqlInet$instance;
|
|
244
|
+
|
|
245
|
+
export interface NpgsqlInterval$instance {
|
|
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
|
+
}
|
|
253
|
+
|
|
254
|
+
|
|
255
|
+
export const NpgsqlInterval: {
|
|
256
|
+
new(months: int, days: int, time: long): NpgsqlInterval;
|
|
257
|
+
};
|
|
258
|
+
|
|
259
|
+
|
|
260
|
+
export type NpgsqlInterval = NpgsqlInterval$instance;
|
|
261
|
+
|
|
262
|
+
export interface NpgsqlLine$instance {
|
|
263
|
+
A: double;
|
|
264
|
+
B: double;
|
|
265
|
+
C: double;
|
|
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
|
+
}
|
|
272
|
+
|
|
273
|
+
|
|
274
|
+
export const NpgsqlLine: {
|
|
275
|
+
new(a: double, b: double, c: double): NpgsqlLine;
|
|
276
|
+
};
|
|
277
|
+
|
|
278
|
+
|
|
279
|
+
export type NpgsqlLine = NpgsqlLine$instance;
|
|
280
|
+
|
|
281
|
+
export interface NpgsqlLogSequenceNumber$instance {
|
|
282
|
+
compareTo(value: NpgsqlLogSequenceNumber): int;
|
|
283
|
+
equals(other: NpgsqlLogSequenceNumber): boolean;
|
|
284
|
+
equals(obj: unknown): boolean;
|
|
285
|
+
getHashCode(): int;
|
|
286
|
+
toString(): string;
|
|
287
|
+
}
|
|
288
|
+
|
|
289
|
+
|
|
290
|
+
export const NpgsqlLogSequenceNumber: {
|
|
291
|
+
new(value: ulong): NpgsqlLogSequenceNumber;
|
|
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
|
+
};
|
|
300
|
+
|
|
301
|
+
|
|
302
|
+
export type NpgsqlLogSequenceNumber = NpgsqlLogSequenceNumber$instance;
|
|
303
|
+
|
|
304
|
+
export interface NpgsqlLSeg$instance {
|
|
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
|
+
}
|
|
313
|
+
|
|
314
|
+
|
|
315
|
+
export const NpgsqlLSeg: {
|
|
316
|
+
new(start: NpgsqlPoint, end: NpgsqlPoint): NpgsqlLSeg;
|
|
317
|
+
new(startx: double, starty: double, endx: double, endy: double): NpgsqlLSeg;
|
|
318
|
+
};
|
|
319
|
+
|
|
320
|
+
|
|
321
|
+
export type NpgsqlLSeg = NpgsqlLSeg$instance;
|
|
322
|
+
|
|
323
|
+
export interface NpgsqlPath$instance {
|
|
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
|
+
}
|
|
343
|
+
|
|
344
|
+
|
|
345
|
+
export const NpgsqlPath: {
|
|
346
|
+
new(): NpgsqlPath;
|
|
347
|
+
new(points: IEnumerable__System_Collections_Generic<NpgsqlPoint>, open: boolean): NpgsqlPath;
|
|
348
|
+
new(points: IEnumerable__System_Collections_Generic<NpgsqlPoint>): NpgsqlPath;
|
|
349
|
+
new(points: NpgsqlPoint[]): NpgsqlPath;
|
|
350
|
+
new(open: boolean): NpgsqlPath;
|
|
351
|
+
new(capacity: int, open: boolean): NpgsqlPath;
|
|
352
|
+
new(capacity: int): NpgsqlPath;
|
|
353
|
+
};
|
|
354
|
+
|
|
355
|
+
|
|
356
|
+
export type NpgsqlPath = NpgsqlPath$instance;
|
|
357
|
+
|
|
358
|
+
export interface NpgsqlPoint$instance {
|
|
359
|
+
X: double;
|
|
360
|
+
Y: double;
|
|
361
|
+
deconstruct(x: double, y: double): void;
|
|
362
|
+
equals(other: NpgsqlPoint): boolean;
|
|
363
|
+
equals(obj: unknown): boolean;
|
|
364
|
+
getHashCode(): int;
|
|
365
|
+
toString(): string;
|
|
366
|
+
}
|
|
367
|
+
|
|
368
|
+
|
|
369
|
+
export const NpgsqlPoint: {
|
|
370
|
+
new(x: double, y: double): NpgsqlPoint;
|
|
371
|
+
};
|
|
372
|
+
|
|
373
|
+
|
|
374
|
+
export type NpgsqlPoint = NpgsqlPoint$instance;
|
|
375
|
+
|
|
376
|
+
export interface NpgsqlPolygon$instance {
|
|
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
|
+
}
|
|
395
|
+
|
|
396
|
+
|
|
397
|
+
export const NpgsqlPolygon: {
|
|
398
|
+
new(): NpgsqlPolygon;
|
|
399
|
+
new(points: IEnumerable__System_Collections_Generic<NpgsqlPoint>): NpgsqlPolygon;
|
|
400
|
+
new(points: NpgsqlPoint[]): NpgsqlPolygon;
|
|
401
|
+
new(capacity: int): NpgsqlPolygon;
|
|
402
|
+
};
|
|
403
|
+
|
|
404
|
+
|
|
405
|
+
export type NpgsqlPolygon = NpgsqlPolygon$instance;
|
|
406
|
+
|
|
407
|
+
export interface NpgsqlRange_1$instance<T> {
|
|
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
|
+
}
|
|
420
|
+
|
|
421
|
+
|
|
422
|
+
export const NpgsqlRange_1: {
|
|
423
|
+
new<T>(lowerBound: T, upperBound: T): NpgsqlRange_1<T>;
|
|
424
|
+
new<T>(lowerBound: T, lowerBoundIsInclusive: boolean, upperBound: T, upperBoundIsInclusive: boolean): NpgsqlRange_1<T>;
|
|
425
|
+
new<T>(lowerBound: T, lowerBoundIsInclusive: boolean, lowerBoundInfinite: boolean, upperBound: T, upperBoundIsInclusive: boolean, upperBoundInfinite: boolean): NpgsqlRange_1<T>;
|
|
426
|
+
readonly empty: unknown;
|
|
427
|
+
parse<T>(value: string): NpgsqlRange_1<T>;
|
|
428
|
+
};
|
|
429
|
+
|
|
430
|
+
|
|
431
|
+
export type NpgsqlRange_1<T> = NpgsqlRange_1$instance<T>;
|
|
432
|
+
|
|
433
|
+
export interface NpgsqlTid$instance {
|
|
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
|
+
}
|
|
442
|
+
|
|
443
|
+
|
|
444
|
+
export const NpgsqlTid: {
|
|
445
|
+
new(blockNumber: uint, offsetNumber: ushort): NpgsqlTid;
|
|
446
|
+
};
|
|
447
|
+
|
|
448
|
+
|
|
449
|
+
export type NpgsqlTid = NpgsqlTid$instance;
|
|
450
|
+
|
|
451
|
+
export interface NpgsqlTsVector_Lexeme$instance {
|
|
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
|
+
}
|
|
460
|
+
|
|
461
|
+
|
|
462
|
+
export const NpgsqlTsVector_Lexeme: {
|
|
463
|
+
new(text: string): NpgsqlTsVector_Lexeme;
|
|
464
|
+
new(text: string, wordEntryPositions: List<NpgsqlTsVector_Lexeme_WordEntryPos>): NpgsqlTsVector_Lexeme;
|
|
465
|
+
};
|
|
466
|
+
|
|
467
|
+
|
|
468
|
+
export type NpgsqlTsVector_Lexeme = NpgsqlTsVector_Lexeme$instance;
|
|
469
|
+
|
|
470
|
+
export interface NpgsqlTsVector_Lexeme_WordEntryPos$instance {
|
|
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
|
+
}
|
|
478
|
+
|
|
479
|
+
|
|
480
|
+
export const NpgsqlTsVector_Lexeme_WordEntryPos: {
|
|
481
|
+
new(pos: int, weight: NpgsqlTsVector_Lexeme_Weight): NpgsqlTsVector_Lexeme_WordEntryPos;
|
|
482
|
+
};
|
|
483
|
+
|
|
484
|
+
|
|
485
|
+
export type NpgsqlTsVector_Lexeme_WordEntryPos = NpgsqlTsVector_Lexeme_WordEntryPos$instance;
|
|
486
|
+
|
|
487
|
+
export interface NpgsqlRange_1_RangeTypeConverter$instance<T> extends TypeConverter {
|
|
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
|
+
}
|
|
493
|
+
|
|
494
|
+
|
|
495
|
+
export const NpgsqlRange_1_RangeTypeConverter: {
|
|
496
|
+
new<T>(): NpgsqlRange_1_RangeTypeConverter<T>;
|
|
497
|
+
register<T>(): void;
|
|
498
|
+
};
|
|
499
|
+
|
|
500
|
+
|
|
501
|
+
export type NpgsqlRange_1_RangeTypeConverter<T> = NpgsqlRange_1_RangeTypeConverter$instance<T>;
|
|
502
|
+
|
|
503
|
+
export interface NpgsqlTsQuery$instance {
|
|
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
|
+
}
|
|
511
|
+
|
|
512
|
+
|
|
513
|
+
export const NpgsqlTsQuery: {
|
|
514
|
+
parse(value: string): NpgsqlTsQuery;
|
|
515
|
+
};
|
|
516
|
+
|
|
517
|
+
|
|
518
|
+
export type NpgsqlTsQuery = NpgsqlTsQuery$instance;
|
|
519
|
+
|
|
520
|
+
export interface NpgsqlTsQueryAnd$instance extends NpgsqlTsQueryBinOp {
|
|
521
|
+
equals(other: NpgsqlTsQuery): boolean;
|
|
522
|
+
equals(obj: unknown): boolean;
|
|
523
|
+
getHashCode(): int;
|
|
524
|
+
}
|
|
525
|
+
|
|
526
|
+
|
|
527
|
+
export const NpgsqlTsQueryAnd: {
|
|
528
|
+
new(left: NpgsqlTsQuery, right: NpgsqlTsQuery): NpgsqlTsQueryAnd;
|
|
529
|
+
};
|
|
530
|
+
|
|
531
|
+
|
|
532
|
+
export type NpgsqlTsQueryAnd = NpgsqlTsQueryAnd$instance;
|
|
533
|
+
|
|
534
|
+
export interface NpgsqlTsQueryBinOp$instance extends NpgsqlTsQuery {
|
|
535
|
+
left: NpgsqlTsQuery;
|
|
536
|
+
right: NpgsqlTsQuery;
|
|
537
|
+
}
|
|
538
|
+
|
|
539
|
+
|
|
540
|
+
export const NpgsqlTsQueryBinOp: {
|
|
541
|
+
};
|
|
542
|
+
|
|
543
|
+
|
|
544
|
+
export type NpgsqlTsQueryBinOp = NpgsqlTsQueryBinOp$instance;
|
|
545
|
+
|
|
546
|
+
export interface NpgsqlTsQueryEmpty$instance extends NpgsqlTsQuery {
|
|
547
|
+
equals(other: NpgsqlTsQuery): boolean;
|
|
548
|
+
equals(obj: unknown): boolean;
|
|
549
|
+
getHashCode(): int;
|
|
550
|
+
}
|
|
551
|
+
|
|
552
|
+
|
|
553
|
+
export const NpgsqlTsQueryEmpty: {
|
|
554
|
+
new(): NpgsqlTsQueryEmpty;
|
|
555
|
+
};
|
|
556
|
+
|
|
557
|
+
|
|
558
|
+
export type NpgsqlTsQueryEmpty = NpgsqlTsQueryEmpty$instance;
|
|
559
|
+
|
|
560
|
+
export interface NpgsqlTsQueryFollowedBy$instance extends NpgsqlTsQueryBinOp {
|
|
561
|
+
distance: short;
|
|
562
|
+
equals(other: NpgsqlTsQuery): boolean;
|
|
563
|
+
equals(obj: unknown): boolean;
|
|
564
|
+
getHashCode(): int;
|
|
565
|
+
}
|
|
566
|
+
|
|
567
|
+
|
|
568
|
+
export const NpgsqlTsQueryFollowedBy: {
|
|
569
|
+
new(left: NpgsqlTsQuery, distance: short, right: NpgsqlTsQuery): NpgsqlTsQueryFollowedBy;
|
|
570
|
+
};
|
|
571
|
+
|
|
572
|
+
|
|
573
|
+
export type NpgsqlTsQueryFollowedBy = NpgsqlTsQueryFollowedBy$instance;
|
|
574
|
+
|
|
575
|
+
export interface NpgsqlTsQueryLexeme$instance extends NpgsqlTsQuery {
|
|
576
|
+
isPrefixSearch: boolean;
|
|
577
|
+
text: string;
|
|
578
|
+
weights: NpgsqlTsQueryLexeme_Weight;
|
|
579
|
+
equals(other: NpgsqlTsQuery): boolean;
|
|
580
|
+
equals(obj: unknown): boolean;
|
|
581
|
+
getHashCode(): int;
|
|
582
|
+
}
|
|
583
|
+
|
|
584
|
+
|
|
585
|
+
export const NpgsqlTsQueryLexeme: {
|
|
586
|
+
new(text: string): NpgsqlTsQueryLexeme;
|
|
587
|
+
new(text: string, weights: NpgsqlTsQueryLexeme_Weight): NpgsqlTsQueryLexeme;
|
|
588
|
+
new(text: string, weights: NpgsqlTsQueryLexeme_Weight, isPrefixSearch: boolean): NpgsqlTsQueryLexeme;
|
|
589
|
+
};
|
|
590
|
+
|
|
591
|
+
|
|
592
|
+
export type NpgsqlTsQueryLexeme = NpgsqlTsQueryLexeme$instance;
|
|
593
|
+
|
|
594
|
+
export interface NpgsqlTsQueryNot$instance extends NpgsqlTsQuery {
|
|
595
|
+
child: NpgsqlTsQuery;
|
|
596
|
+
equals(other: NpgsqlTsQuery): boolean;
|
|
597
|
+
equals(obj: unknown): boolean;
|
|
598
|
+
getHashCode(): int;
|
|
599
|
+
}
|
|
600
|
+
|
|
601
|
+
|
|
602
|
+
export const NpgsqlTsQueryNot: {
|
|
603
|
+
new(child: NpgsqlTsQuery): NpgsqlTsQueryNot;
|
|
604
|
+
};
|
|
605
|
+
|
|
606
|
+
|
|
607
|
+
export type NpgsqlTsQueryNot = NpgsqlTsQueryNot$instance;
|
|
608
|
+
|
|
609
|
+
export interface NpgsqlTsQueryOr$instance extends NpgsqlTsQueryBinOp {
|
|
610
|
+
equals(other: NpgsqlTsQuery): boolean;
|
|
611
|
+
equals(obj: unknown): boolean;
|
|
612
|
+
getHashCode(): int;
|
|
613
|
+
}
|
|
614
|
+
|
|
615
|
+
|
|
616
|
+
export const NpgsqlTsQueryOr: {
|
|
617
|
+
new(left: NpgsqlTsQuery, right: NpgsqlTsQuery): NpgsqlTsQueryOr;
|
|
618
|
+
};
|
|
619
|
+
|
|
620
|
+
|
|
621
|
+
export type NpgsqlTsQueryOr = NpgsqlTsQueryOr$instance;
|
|
622
|
+
|
|
623
|
+
export interface NpgsqlTsVector$instance {
|
|
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
|
+
}
|
|
632
|
+
|
|
633
|
+
|
|
634
|
+
export const NpgsqlTsVector: {
|
|
635
|
+
new(): NpgsqlTsVector;
|
|
636
|
+
readonly empty: NpgsqlTsVector;
|
|
637
|
+
parse(value: string): NpgsqlTsVector;
|
|
638
|
+
};
|
|
639
|
+
|
|
640
|
+
|
|
641
|
+
export type NpgsqlTsVector = NpgsqlTsVector$instance;
|
|
642
|
+
|
|
643
|
+
export interface PgNameAttribute$instance extends Attribute {
|
|
644
|
+
readonly pgName: string;
|
|
645
|
+
}
|
|
646
|
+
|
|
647
|
+
|
|
648
|
+
export const PgNameAttribute: {
|
|
649
|
+
new(pgName: string): PgNameAttribute;
|
|
650
|
+
};
|
|
651
|
+
|
|
652
|
+
|
|
653
|
+
export type PgNameAttribute = PgNameAttribute$instance;
|
|
654
|
+
|