@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,795 @@
|
|
|
1
|
+
// Generated by tsbindgen - Architecture
|
|
2
|
+
// Namespace: Microsoft.EntityFrameworkCore
|
|
3
|
+
// Assembly: Microsoft.EntityFrameworkCore, Microsoft.EntityFrameworkCore.Abstractions, Microsoft.EntityFrameworkCore.Relational, Npgsql.EntityFrameworkCore.PostgreSQL
|
|
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 type { NpgsqlDbContextOptionsBuilder } from "../../Npgsql.EntityFrameworkCore.PostgreSQL.Infrastructure/internal/index.js";
|
|
13
|
+
import type { CockroachDbInterleaveInParent, NpgsqlValueGenerationStrategy, NullSortOrder, PostgresCollation, PostgresEnum, PostgresExtension, PostgresRange } from "../../Npgsql.EntityFrameworkCore.PostgreSQL.Metadata/internal/index.js";
|
|
14
|
+
import type { INpgsqlNameTranslator } from "../../Npgsql/internal/index.js";
|
|
15
|
+
import type { NpgsqlCidr, NpgsqlCube, NpgsqlInet, NpgsqlRange_1, NpgsqlTsQuery, NpgsqlTsVector, NpgsqlTsVector_Lexeme_Weight } from "../../NpgsqlTypes/internal/index.js";
|
|
16
|
+
import type { Dictionary, IEnumerable, IReadOnlyList, List } from "@tsonic/dotnet/System.Collections.Generic.js";
|
|
17
|
+
import type { DbConnection, DbDataSource } from "@tsonic/dotnet/System.Data.Common.js";
|
|
18
|
+
import * as System_Internal from "@tsonic/dotnet/System.js";
|
|
19
|
+
import type { Action, Boolean as ClrBoolean, Byte, Char, DateOnly, DateTime, Decimal, Double, Enum, Func, IComparable, IConvertible, IEquatable, IFormattable, Int16, Int32, Int64, ISpanFormattable, Nullable, Object as ClrObject, Single, String as ClrString, TimeSpan, Type, ValueTuple, ValueType, Void } from "@tsonic/dotnet/System.js";
|
|
20
|
+
import type { Expression } from "@tsonic/dotnet/System.Linq.Expressions.js";
|
|
21
|
+
import type { IPAddress, IPNetwork } from "@tsonic/dotnet/System.Net.js";
|
|
22
|
+
import type { PhysicalAddress } from "@tsonic/dotnet/System.Net.NetworkInformation.js";
|
|
23
|
+
import type { ITuple } from "@tsonic/dotnet/System.Runtime.CompilerServices.js";
|
|
24
|
+
import type { DatabaseFacade } from "@tsonic/efcore/Microsoft.EntityFrameworkCore.Infrastructure.js";
|
|
25
|
+
import type { DbContext, DbContextOptionsBuilder, DbFunctions, ModelBuilder } from "@tsonic/efcore/Microsoft.EntityFrameworkCore.js";
|
|
26
|
+
import type { EntityTypeBuilder, IConventionEntityTypeBuilder, IConventionIndexBuilder, IConventionModelBuilder, IConventionPropertyBuilder, IConventionSequenceBuilder, IndexBuilder, PropertyBuilder } from "@tsonic/efcore/Microsoft.EntityFrameworkCore.Metadata.Builders.js";
|
|
27
|
+
import type { ConfigurationSource, IConventionEntityType, IConventionIndex, IConventionModel, IConventionProperty, IConventionRelationalPropertyOverrides, IEntityType, IIndex, IMutableEntityType, IMutableIndex, IMutableModel, IMutableProperty, IMutableRelationalPropertyOverrides, IProperty, IReadOnlyEntityType, IReadOnlyIndex, IReadOnlyModel, IReadOnlyProperty, IReadOnlyRelationalPropertyOverrides, IReadOnlySequence, ISequence, StoreObjectIdentifier } from "@tsonic/efcore/Microsoft.EntityFrameworkCore.Metadata.js";
|
|
28
|
+
import type { MigrationBuilder } from "@tsonic/efcore/Microsoft.EntityFrameworkCore.Migrations.js";
|
|
29
|
+
import type { AlterDatabaseOperation } from "@tsonic/efcore/Microsoft.EntityFrameworkCore.Migrations.Operations.js";
|
|
30
|
+
import type { DatabaseModel } from "@tsonic/efcore/Microsoft.EntityFrameworkCore.Scaffolding.Metadata.js";
|
|
31
|
+
import type { ValueConverter } from "@tsonic/efcore/Microsoft.EntityFrameworkCore.Storage.ValueConversion.js";
|
|
32
|
+
|
|
33
|
+
export enum NpgsqlTsRankingNormalization {
|
|
34
|
+
default_ = 0,
|
|
35
|
+
divideBy1PlusLogLength = 1,
|
|
36
|
+
divideByLength = 2,
|
|
37
|
+
divideByMeanHarmonicDistanceBetweenExtents = 4,
|
|
38
|
+
divideByUniqueWordCount = 8,
|
|
39
|
+
dividesBy1PlusLogUniqueWordCount = 16,
|
|
40
|
+
divideByItselfPlusOne = 32
|
|
41
|
+
}
|
|
42
|
+
|
|
43
|
+
|
|
44
|
+
export interface LTree$instance {
|
|
45
|
+
readonly nLevel: int;
|
|
46
|
+
equals(other: LTree): boolean;
|
|
47
|
+
equals(obj: unknown): boolean;
|
|
48
|
+
getHashCode(): int;
|
|
49
|
+
index(other: LTree): int;
|
|
50
|
+
index(other: LTree, offset: int): int;
|
|
51
|
+
isAncestorOf(other: LTree): boolean;
|
|
52
|
+
isDescendantOf(other: LTree): boolean;
|
|
53
|
+
matchesLQuery(lquery: string): boolean;
|
|
54
|
+
matchesLTxtQuery(ltxtquery: string): boolean;
|
|
55
|
+
subpath(offset: int, len: int): LTree;
|
|
56
|
+
subpath(offset: int): LTree;
|
|
57
|
+
subtree(start: int, end: int): LTree;
|
|
58
|
+
toString(): string;
|
|
59
|
+
}
|
|
60
|
+
|
|
61
|
+
|
|
62
|
+
export const LTree: {
|
|
63
|
+
new(value: string): LTree;
|
|
64
|
+
longestCommonAncestor(...others: LTree[]): LTree;
|
|
65
|
+
};
|
|
66
|
+
|
|
67
|
+
|
|
68
|
+
export type LTree = LTree$instance;
|
|
69
|
+
|
|
70
|
+
export abstract class NpgsqlAggregateDbFunctionsExtensions$instance {
|
|
71
|
+
static arrayAgg<T>(_: DbFunctions, input: IEnumerable<T>): T[];
|
|
72
|
+
static average(_: DbFunctions, input: IEnumerable<TimeSpan>): Nullable<TimeSpan>;
|
|
73
|
+
static correlation(_: DbFunctions, values: IEnumerable<ValueTuple<System_Internal.Double, System_Internal.Double>>): Nullable<System_Internal.Double>;
|
|
74
|
+
static covariancePopulation(_: DbFunctions, values: IEnumerable<ValueTuple<System_Internal.Double, System_Internal.Double>>): Nullable<System_Internal.Double>;
|
|
75
|
+
static covarianceSample(_: DbFunctions, values: IEnumerable<ValueTuple<System_Internal.Double, System_Internal.Double>>): Nullable<System_Internal.Double>;
|
|
76
|
+
static jsonAgg<T>(_: DbFunctions, input: IEnumerable<T>): T[];
|
|
77
|
+
static jsonbAgg<T>(_: DbFunctions, input: IEnumerable<T>): T[];
|
|
78
|
+
static jsonbObjectAgg<T1, T2>(_: DbFunctions, keyValuePairs: IEnumerable<ValueTuple<T1, T2>>): string;
|
|
79
|
+
static jsonbObjectAgg<T1, T2, TReturn>(_: DbFunctions, keyValuePairs: IEnumerable<ValueTuple<T1, T2>>): TReturn;
|
|
80
|
+
static jsonObjectAgg<T1, T2>(_: DbFunctions, keyValuePairs: IEnumerable<ValueTuple<T1, T2>>): string;
|
|
81
|
+
static jsonObjectAgg<T1, T2, TReturn>(_: DbFunctions, keyValuePairs: IEnumerable<ValueTuple<T1, T2>>): TReturn;
|
|
82
|
+
static regrAverageX(_: DbFunctions, values: IEnumerable<ValueTuple<System_Internal.Double, System_Internal.Double>>): Nullable<System_Internal.Double>;
|
|
83
|
+
static regrAverageY(_: DbFunctions, values: IEnumerable<ValueTuple<System_Internal.Double, System_Internal.Double>>): Nullable<System_Internal.Double>;
|
|
84
|
+
static regrCount(_: DbFunctions, values: IEnumerable<ValueTuple<System_Internal.Double, System_Internal.Double>>): Nullable<System_Internal.Int64>;
|
|
85
|
+
static regrIntercept(_: DbFunctions, values: IEnumerable<ValueTuple<System_Internal.Double, System_Internal.Double>>): Nullable<System_Internal.Double>;
|
|
86
|
+
static regrR2(_: DbFunctions, values: IEnumerable<ValueTuple<System_Internal.Double, System_Internal.Double>>): Nullable<System_Internal.Double>;
|
|
87
|
+
static regrSlope(_: DbFunctions, values: IEnumerable<ValueTuple<System_Internal.Double, System_Internal.Double>>): Nullable<System_Internal.Double>;
|
|
88
|
+
static regrSXX(_: DbFunctions, values: IEnumerable<ValueTuple<System_Internal.Double, System_Internal.Double>>): Nullable<System_Internal.Double>;
|
|
89
|
+
static regrSXY(_: DbFunctions, values: IEnumerable<ValueTuple<System_Internal.Double, System_Internal.Double>>): Nullable<System_Internal.Double>;
|
|
90
|
+
static standardDeviationPopulation(_: DbFunctions, values: IEnumerable<System_Internal.Byte>): Nullable<System_Internal.Double>;
|
|
91
|
+
static standardDeviationPopulation(_: DbFunctions, values: IEnumerable<System_Internal.Decimal>): Nullable<System_Internal.Double>;
|
|
92
|
+
static standardDeviationPopulation(_: DbFunctions, values: IEnumerable<System_Internal.Double>): Nullable<System_Internal.Double>;
|
|
93
|
+
static standardDeviationPopulation(_: DbFunctions, values: IEnumerable<System_Internal.Int16>): Nullable<System_Internal.Double>;
|
|
94
|
+
static standardDeviationPopulation(_: DbFunctions, values: IEnumerable<System_Internal.Int32>): Nullable<System_Internal.Double>;
|
|
95
|
+
static standardDeviationPopulation(_: DbFunctions, values: IEnumerable<System_Internal.Int64>): Nullable<System_Internal.Double>;
|
|
96
|
+
static standardDeviationPopulation(_: DbFunctions, values: IEnumerable<System_Internal.Single>): Nullable<System_Internal.Double>;
|
|
97
|
+
static standardDeviationSample(_: DbFunctions, values: IEnumerable<System_Internal.Byte>): Nullable<System_Internal.Double>;
|
|
98
|
+
static standardDeviationSample(_: DbFunctions, values: IEnumerable<System_Internal.Decimal>): Nullable<System_Internal.Double>;
|
|
99
|
+
static standardDeviationSample(_: DbFunctions, values: IEnumerable<System_Internal.Double>): Nullable<System_Internal.Double>;
|
|
100
|
+
static standardDeviationSample(_: DbFunctions, values: IEnumerable<System_Internal.Int16>): Nullable<System_Internal.Double>;
|
|
101
|
+
static standardDeviationSample(_: DbFunctions, values: IEnumerable<System_Internal.Int32>): Nullable<System_Internal.Double>;
|
|
102
|
+
static standardDeviationSample(_: DbFunctions, values: IEnumerable<System_Internal.Int64>): Nullable<System_Internal.Double>;
|
|
103
|
+
static standardDeviationSample(_: DbFunctions, values: IEnumerable<System_Internal.Single>): Nullable<System_Internal.Double>;
|
|
104
|
+
static sum(_: DbFunctions, input: IEnumerable<TimeSpan>): Nullable<TimeSpan>;
|
|
105
|
+
static variancePopulation(_: DbFunctions, values: IEnumerable<System_Internal.Byte>): Nullable<System_Internal.Double>;
|
|
106
|
+
static variancePopulation(_: DbFunctions, values: IEnumerable<System_Internal.Decimal>): Nullable<System_Internal.Double>;
|
|
107
|
+
static variancePopulation(_: DbFunctions, values: IEnumerable<System_Internal.Double>): Nullable<System_Internal.Double>;
|
|
108
|
+
static variancePopulation(_: DbFunctions, values: IEnumerable<System_Internal.Int16>): Nullable<System_Internal.Double>;
|
|
109
|
+
static variancePopulation(_: DbFunctions, values: IEnumerable<System_Internal.Int32>): Nullable<System_Internal.Double>;
|
|
110
|
+
static variancePopulation(_: DbFunctions, values: IEnumerable<System_Internal.Int64>): Nullable<System_Internal.Double>;
|
|
111
|
+
static variancePopulation(_: DbFunctions, values: IEnumerable<System_Internal.Single>): Nullable<System_Internal.Double>;
|
|
112
|
+
static varianceSample(_: DbFunctions, values: IEnumerable<System_Internal.Byte>): Nullable<System_Internal.Double>;
|
|
113
|
+
static varianceSample(_: DbFunctions, values: IEnumerable<System_Internal.Decimal>): Nullable<System_Internal.Double>;
|
|
114
|
+
static varianceSample(_: DbFunctions, values: IEnumerable<System_Internal.Double>): Nullable<System_Internal.Double>;
|
|
115
|
+
static varianceSample(_: DbFunctions, values: IEnumerable<System_Internal.Int16>): Nullable<System_Internal.Double>;
|
|
116
|
+
static varianceSample(_: DbFunctions, values: IEnumerable<System_Internal.Int32>): Nullable<System_Internal.Double>;
|
|
117
|
+
static varianceSample(_: DbFunctions, values: IEnumerable<System_Internal.Int64>): Nullable<System_Internal.Double>;
|
|
118
|
+
static varianceSample(_: DbFunctions, values: IEnumerable<System_Internal.Single>): Nullable<System_Internal.Double>;
|
|
119
|
+
}
|
|
120
|
+
|
|
121
|
+
|
|
122
|
+
export type NpgsqlAggregateDbFunctionsExtensions = NpgsqlAggregateDbFunctionsExtensions$instance;
|
|
123
|
+
|
|
124
|
+
export abstract class NpgsqlAlterDatabaseOperationExtensions$instance {
|
|
125
|
+
static getOldPostgresCollations(operation: AlterDatabaseOperation): IReadOnlyList<PostgresCollation>;
|
|
126
|
+
static getOldPostgresEnums(operation: AlterDatabaseOperation): IReadOnlyList<PostgresEnum>;
|
|
127
|
+
static getOldPostgresExtensions(operation: AlterDatabaseOperation): IReadOnlyList<PostgresExtension>;
|
|
128
|
+
static getOldPostgresRanges(operation: AlterDatabaseOperation): IReadOnlyList<PostgresRange>;
|
|
129
|
+
static getOrAddPostgresExtension(operation: AlterDatabaseOperation, schema: string, name: string, version: string): PostgresExtension;
|
|
130
|
+
static getPostgresCollations(operation: AlterDatabaseOperation): IReadOnlyList<PostgresCollation>;
|
|
131
|
+
static getPostgresEnums(operation: AlterDatabaseOperation): IReadOnlyList<PostgresEnum>;
|
|
132
|
+
static getPostgresExtensions(operation: AlterDatabaseOperation): IReadOnlyList<PostgresExtension>;
|
|
133
|
+
static getPostgresRanges(operation: AlterDatabaseOperation): IReadOnlyList<PostgresRange>;
|
|
134
|
+
}
|
|
135
|
+
|
|
136
|
+
|
|
137
|
+
export type NpgsqlAlterDatabaseOperationExtensions = NpgsqlAlterDatabaseOperationExtensions$instance;
|
|
138
|
+
|
|
139
|
+
export abstract class NpgsqlCubeDbFunctionsExtensions$instance {
|
|
140
|
+
static containedBy(cube: NpgsqlCube, other: NpgsqlCube): boolean;
|
|
141
|
+
static contains(cube: NpgsqlCube, other: NpgsqlCube): boolean;
|
|
142
|
+
static distance(cube: NpgsqlCube, other: NpgsqlCube): double;
|
|
143
|
+
static distanceChebyshev(cube: NpgsqlCube, other: NpgsqlCube): double;
|
|
144
|
+
static distanceTaxicab(cube: NpgsqlCube, other: NpgsqlCube): double;
|
|
145
|
+
static enlarge(cube: NpgsqlCube, radius: double, dimensions: int): NpgsqlCube;
|
|
146
|
+
static intersect(cube: NpgsqlCube, other: NpgsqlCube): NpgsqlCube;
|
|
147
|
+
static nthCoordinate(cube: NpgsqlCube, index: int): double;
|
|
148
|
+
static nthCoordinateKnn(cube: NpgsqlCube, index: int): double;
|
|
149
|
+
static overlaps(cube: NpgsqlCube, other: NpgsqlCube): boolean;
|
|
150
|
+
static union(cube: NpgsqlCube, other: NpgsqlCube): NpgsqlCube;
|
|
151
|
+
}
|
|
152
|
+
|
|
153
|
+
|
|
154
|
+
export type NpgsqlCubeDbFunctionsExtensions = NpgsqlCubeDbFunctionsExtensions$instance;
|
|
155
|
+
|
|
156
|
+
export abstract class NpgsqlDatabaseFacadeExtensions$instance {
|
|
157
|
+
static isNpgsql(database: DatabaseFacade): boolean;
|
|
158
|
+
static setDbDataSource(databaseFacade: DatabaseFacade, dataSource: DbDataSource): void;
|
|
159
|
+
}
|
|
160
|
+
|
|
161
|
+
|
|
162
|
+
export type NpgsqlDatabaseFacadeExtensions = NpgsqlDatabaseFacadeExtensions$instance;
|
|
163
|
+
|
|
164
|
+
export abstract class NpgsqlDatabaseModelExtensions$instance {
|
|
165
|
+
static getOrAddPostgresExtension(model: DatabaseModel, schema: string, name: string, version: string): PostgresExtension;
|
|
166
|
+
static getPostgresEnums(model: DatabaseModel): IReadOnlyList<PostgresEnum>;
|
|
167
|
+
static getPostgresExtensions(model: DatabaseModel): IReadOnlyList<PostgresExtension>;
|
|
168
|
+
}
|
|
169
|
+
|
|
170
|
+
|
|
171
|
+
export type NpgsqlDatabaseModelExtensions = NpgsqlDatabaseModelExtensions$instance;
|
|
172
|
+
|
|
173
|
+
export abstract class NpgsqlDbContextOptionsBuilderExtensions$instance {
|
|
174
|
+
static useNpgsql<TContext extends DbContext>(optionsBuilder: DbContextOptionsBuilder<TContext>, npgsqlOptionsAction?: Action<NpgsqlDbContextOptionsBuilder>): DbContextOptionsBuilder<TContext>;
|
|
175
|
+
static useNpgsql<TContext extends DbContext>(optionsBuilder: DbContextOptionsBuilder<TContext>, connection: DbConnection, npgsqlOptionsAction?: Action<NpgsqlDbContextOptionsBuilder>): DbContextOptionsBuilder<TContext>;
|
|
176
|
+
static useNpgsql<TContext extends DbContext>(optionsBuilder: DbContextOptionsBuilder<TContext>, connection: DbConnection, contextOwnsConnection: boolean, npgsqlOptionsAction?: Action<NpgsqlDbContextOptionsBuilder>): DbContextOptionsBuilder<TContext>;
|
|
177
|
+
static useNpgsql<TContext extends DbContext>(optionsBuilder: DbContextOptionsBuilder<TContext>, dataSource: DbDataSource, npgsqlOptionsAction?: Action<NpgsqlDbContextOptionsBuilder>): DbContextOptionsBuilder<TContext>;
|
|
178
|
+
static useNpgsql<TContext extends DbContext>(optionsBuilder: DbContextOptionsBuilder<TContext>, connectionString: string, npgsqlOptionsAction?: Action<NpgsqlDbContextOptionsBuilder>): DbContextOptionsBuilder<TContext>;
|
|
179
|
+
static useNpgsql(optionsBuilder: DbContextOptionsBuilder, npgsqlOptionsAction?: Action<NpgsqlDbContextOptionsBuilder>): DbContextOptionsBuilder;
|
|
180
|
+
static useNpgsql(optionsBuilder: DbContextOptionsBuilder, connection: DbConnection, npgsqlOptionsAction?: Action<NpgsqlDbContextOptionsBuilder>): DbContextOptionsBuilder;
|
|
181
|
+
static useNpgsql(optionsBuilder: DbContextOptionsBuilder, connection: DbConnection, contextOwnsConnection: boolean, npgsqlOptionsAction?: Action<NpgsqlDbContextOptionsBuilder>): DbContextOptionsBuilder;
|
|
182
|
+
static useNpgsql(optionsBuilder: DbContextOptionsBuilder, dataSource: DbDataSource, npgsqlOptionsAction?: Action<NpgsqlDbContextOptionsBuilder>): DbContextOptionsBuilder;
|
|
183
|
+
static useNpgsql(optionsBuilder: DbContextOptionsBuilder, connectionString: string, npgsqlOptionsAction?: Action<NpgsqlDbContextOptionsBuilder>): DbContextOptionsBuilder;
|
|
184
|
+
}
|
|
185
|
+
|
|
186
|
+
|
|
187
|
+
export type NpgsqlDbContextOptionsBuilderExtensions = NpgsqlDbContextOptionsBuilderExtensions$instance;
|
|
188
|
+
|
|
189
|
+
export abstract class NpgsqlDbFunctionsExtensions$instance {
|
|
190
|
+
static distance(_: DbFunctions, a: DateOnly, b: DateOnly): int;
|
|
191
|
+
static distance(_: DbFunctions, a: DateTime, b: DateTime): TimeSpan;
|
|
192
|
+
static greaterThan(_: DbFunctions, a: ITuple, b: ITuple): boolean;
|
|
193
|
+
static greaterThanOrEqual(_: DbFunctions, a: ITuple, b: ITuple): boolean;
|
|
194
|
+
static iLike(_: DbFunctions, matchExpression: string, pattern: string, escapeCharacter: string): boolean;
|
|
195
|
+
static iLike(_: DbFunctions, matchExpression: string, pattern: string): boolean;
|
|
196
|
+
static lessThan(_: DbFunctions, a: ITuple, b: ITuple): boolean;
|
|
197
|
+
static lessThanOrEqual(_: DbFunctions, a: ITuple, b: ITuple): boolean;
|
|
198
|
+
static reverse(_: DbFunctions, value: string): string;
|
|
199
|
+
static stringToArray(_: DbFunctions, value: string, delimiter: string, nullString: string): string[];
|
|
200
|
+
static stringToArray(_: DbFunctions, value: string, delimiter: string): string[];
|
|
201
|
+
static toDate(_: DbFunctions, value: string, format: string): DateOnly;
|
|
202
|
+
static toTimestamp(_: DbFunctions, value: string, format: string): DateTime;
|
|
203
|
+
}
|
|
204
|
+
|
|
205
|
+
|
|
206
|
+
export type NpgsqlDbFunctionsExtensions = NpgsqlDbFunctionsExtensions$instance;
|
|
207
|
+
|
|
208
|
+
export abstract class NpgsqlEntityTypeBuilderExtensions$instance {
|
|
209
|
+
static canSetIsUnlogged(entityTypeBuilder: IConventionEntityTypeBuilder, unlogged?: boolean, fromDataAnnotation?: boolean): boolean;
|
|
210
|
+
static canSetStorageParameter(entityTypeBuilder: IConventionEntityTypeBuilder, parameterName: string, parameterValue: unknown, fromDataAnnotation?: boolean): boolean;
|
|
211
|
+
static hasGeneratedTsVectorColumn<TEntity>(entityTypeBuilder: EntityTypeBuilder<TEntity>, tsVectorPropertyExpression: Expression<Func<TEntity, NpgsqlTsVector>>, config: string, includeExpression: Expression<Func<TEntity, unknown>>): EntityTypeBuilder<TEntity>;
|
|
212
|
+
static hasStorageParameter<TEntity>(entityTypeBuilder: EntityTypeBuilder<TEntity>, parameterName: string, parameterValue: unknown): EntityTypeBuilder<TEntity>;
|
|
213
|
+
static hasStorageParameter(entityTypeBuilder: EntityTypeBuilder, parameterName: string, parameterValue: unknown): EntityTypeBuilder;
|
|
214
|
+
static hasStorageParameter(entityTypeBuilder: IConventionEntityTypeBuilder, parameterName: string, parameterValue: unknown, fromDataAnnotation?: boolean): IConventionEntityTypeBuilder | undefined;
|
|
215
|
+
static isUnlogged<TEntity>(entityTypeBuilder: EntityTypeBuilder<TEntity>, unlogged?: boolean): EntityTypeBuilder<TEntity>;
|
|
216
|
+
static isUnlogged(entityTypeBuilder: EntityTypeBuilder, unlogged?: boolean): EntityTypeBuilder;
|
|
217
|
+
static isUnlogged(entityTypeBuilder: IConventionEntityTypeBuilder, unlogged?: boolean, fromDataAnnotation?: boolean): IConventionEntityTypeBuilder | undefined;
|
|
218
|
+
static useCockroachDbInterleaveInParent<TEntity>(entityTypeBuilder: EntityTypeBuilder<TEntity>, parentTableType: Type, interleavePrefix: List<System_Internal.String>): EntityTypeBuilder<TEntity>;
|
|
219
|
+
static useCockroachDbInterleaveInParent(entityTypeBuilder: EntityTypeBuilder, parentTableType: Type, interleavePrefix: List<System_Internal.String>): EntityTypeBuilder;
|
|
220
|
+
}
|
|
221
|
+
|
|
222
|
+
|
|
223
|
+
export type NpgsqlEntityTypeBuilderExtensions = NpgsqlEntityTypeBuilderExtensions$instance;
|
|
224
|
+
|
|
225
|
+
export abstract class NpgsqlEntityTypeExtensions$instance {
|
|
226
|
+
static getCockroachDbInterleaveInParent(entityType: IReadOnlyEntityType): CockroachDbInterleaveInParent;
|
|
227
|
+
static getIsUnlogged(entityType: IReadOnlyEntityType): boolean;
|
|
228
|
+
static getIsUnloggedConfigurationSource(index: IConventionEntityType): Nullable<ConfigurationSource>;
|
|
229
|
+
static getStorageParameter(entityType: IEntityType, parameterName: string): string | undefined;
|
|
230
|
+
static getStorageParameterConfigurationSource(index: IConventionEntityType, parameterName: string): Nullable<ConfigurationSource>;
|
|
231
|
+
static getStorageParameters(entityType: IReadOnlyEntityType): Dictionary<System_Internal.String, unknown | undefined>;
|
|
232
|
+
static setIsUnlogged(entityType: IConventionEntityType, unlogged: boolean, fromDataAnnotation?: boolean): boolean;
|
|
233
|
+
static setIsUnlogged(entityType: IMutableEntityType, unlogged: boolean): void;
|
|
234
|
+
static setStorageParameter(entityType: IConventionEntityType, parameterName: string, parameterValue: unknown, fromDataAnnotation?: boolean): unknown;
|
|
235
|
+
static setStorageParameter(entityType: IMutableEntityType, parameterName: string, parameterValue: unknown): void;
|
|
236
|
+
}
|
|
237
|
+
|
|
238
|
+
|
|
239
|
+
export type NpgsqlEntityTypeExtensions = NpgsqlEntityTypeExtensions$instance;
|
|
240
|
+
|
|
241
|
+
export abstract class NpgsqlFullTextSearchDbFunctionsExtensions$instance {
|
|
242
|
+
static arrayToTsVector(_: DbFunctions, lexemes: string[]): NpgsqlTsVector;
|
|
243
|
+
static phraseToTsQuery(_: DbFunctions, config: string, query: string): NpgsqlTsQuery;
|
|
244
|
+
static phraseToTsQuery(_: DbFunctions, query: string): NpgsqlTsQuery;
|
|
245
|
+
static plainToTsQuery(_: DbFunctions, config: string, query: string): NpgsqlTsQuery;
|
|
246
|
+
static plainToTsQuery(_: DbFunctions, query: string): NpgsqlTsQuery;
|
|
247
|
+
static toTsQuery(_: DbFunctions, config: string, query: string): NpgsqlTsQuery;
|
|
248
|
+
static toTsQuery(_: DbFunctions, query: string): NpgsqlTsQuery;
|
|
249
|
+
static toTsVector(_: DbFunctions, config: string, document: string): NpgsqlTsVector;
|
|
250
|
+
static toTsVector(_: DbFunctions, document: string): NpgsqlTsVector;
|
|
251
|
+
static unaccent(_: DbFunctions, regDictionary: string, text: string): string;
|
|
252
|
+
static unaccent(_: DbFunctions, text: string): string;
|
|
253
|
+
static webSearchToTsQuery(_: DbFunctions, config: string, query: string): NpgsqlTsQuery;
|
|
254
|
+
static webSearchToTsQuery(_: DbFunctions, query: string): NpgsqlTsQuery;
|
|
255
|
+
}
|
|
256
|
+
|
|
257
|
+
|
|
258
|
+
export type NpgsqlFullTextSearchDbFunctionsExtensions = NpgsqlFullTextSearchDbFunctionsExtensions$instance;
|
|
259
|
+
|
|
260
|
+
export abstract class NpgsqlFullTextSearchLinqExtensions$instance {
|
|
261
|
+
static and(query1: NpgsqlTsQuery, query2: NpgsqlTsQuery): NpgsqlTsQuery;
|
|
262
|
+
static concat(vector1: NpgsqlTsVector, vector2: NpgsqlTsVector): NpgsqlTsVector;
|
|
263
|
+
static contains(query1: NpgsqlTsQuery, query2: NpgsqlTsQuery): boolean;
|
|
264
|
+
static delete_(vector: NpgsqlTsVector, lexeme: string): NpgsqlTsVector;
|
|
265
|
+
static delete_(vector: NpgsqlTsVector, lexemes: string[]): NpgsqlTsVector;
|
|
266
|
+
static filter(vector: NpgsqlTsVector, weights: char[]): NpgsqlTsVector;
|
|
267
|
+
static getLength(vector: NpgsqlTsVector): int;
|
|
268
|
+
static getNodeCount(query: NpgsqlTsQuery): int;
|
|
269
|
+
static getQueryTree(query: NpgsqlTsQuery): string;
|
|
270
|
+
static getResultHeadline(query: NpgsqlTsQuery, config: string, document: string, options: string): string;
|
|
271
|
+
static getResultHeadline(query: NpgsqlTsQuery, document: string, options: string): string;
|
|
272
|
+
static getResultHeadline(query: NpgsqlTsQuery, document: string): string;
|
|
273
|
+
static isContainedIn(query1: NpgsqlTsQuery, query2: NpgsqlTsQuery): boolean;
|
|
274
|
+
static matches(vector: NpgsqlTsVector, query: NpgsqlTsQuery): boolean;
|
|
275
|
+
static matches(vector: NpgsqlTsVector, query: string): boolean;
|
|
276
|
+
static or(query1: NpgsqlTsQuery, query2: NpgsqlTsQuery): NpgsqlTsQuery;
|
|
277
|
+
static rank(vector: NpgsqlTsVector, query: NpgsqlTsQuery, normalization: NpgsqlTsRankingNormalization): float;
|
|
278
|
+
static rank(vector: NpgsqlTsVector, query: NpgsqlTsQuery): float;
|
|
279
|
+
static rank(vector: NpgsqlTsVector, weights: float[], query: NpgsqlTsQuery, normalization: NpgsqlTsRankingNormalization): float;
|
|
280
|
+
static rank(vector: NpgsqlTsVector, weights: float[], query: NpgsqlTsQuery): float;
|
|
281
|
+
static rankCoverDensity(vector: NpgsqlTsVector, query: NpgsqlTsQuery, normalization: NpgsqlTsRankingNormalization): float;
|
|
282
|
+
static rankCoverDensity(vector: NpgsqlTsVector, query: NpgsqlTsQuery): float;
|
|
283
|
+
static rankCoverDensity(vector: NpgsqlTsVector, weights: float[], query: NpgsqlTsQuery, normalization: NpgsqlTsRankingNormalization): float;
|
|
284
|
+
static rankCoverDensity(vector: NpgsqlTsVector, weights: float[], query: NpgsqlTsQuery): float;
|
|
285
|
+
static rewrite(query: NpgsqlTsQuery, target: NpgsqlTsQuery, substitute: NpgsqlTsQuery): NpgsqlTsQuery;
|
|
286
|
+
static rewrite(query: NpgsqlTsQuery, select: string): NpgsqlTsQuery;
|
|
287
|
+
static setWeight(vector: NpgsqlTsVector, weight: NpgsqlTsVector_Lexeme_Weight, lexemes: string[]): NpgsqlTsVector;
|
|
288
|
+
static setWeight(vector: NpgsqlTsVector, weight: NpgsqlTsVector_Lexeme_Weight): NpgsqlTsVector;
|
|
289
|
+
static setWeight(vector: NpgsqlTsVector, weight: char, lexemes: string[]): NpgsqlTsVector;
|
|
290
|
+
static setWeight(vector: NpgsqlTsVector, weight: char): NpgsqlTsVector;
|
|
291
|
+
static toNegative(query: NpgsqlTsQuery): NpgsqlTsQuery;
|
|
292
|
+
static toPhrase(query1: NpgsqlTsQuery, query2: NpgsqlTsQuery, distance: int): NpgsqlTsQuery;
|
|
293
|
+
static toPhrase(query1: NpgsqlTsQuery, query2: NpgsqlTsQuery): NpgsqlTsQuery;
|
|
294
|
+
static toStripped(vector: NpgsqlTsVector): NpgsqlTsVector;
|
|
295
|
+
}
|
|
296
|
+
|
|
297
|
+
|
|
298
|
+
export type NpgsqlFullTextSearchLinqExtensions = NpgsqlFullTextSearchLinqExtensions$instance;
|
|
299
|
+
|
|
300
|
+
export abstract class NpgsqlFuzzyStringMatchDbFunctionsExtensions$instance {
|
|
301
|
+
static fuzzyStringMatchDifference(_: DbFunctions, source: string, target: string): int;
|
|
302
|
+
static fuzzyStringMatchDoubleMetaphone(_: DbFunctions, text: string): string;
|
|
303
|
+
static fuzzyStringMatchDoubleMetaphoneAlt(_: DbFunctions, text: string): string;
|
|
304
|
+
static fuzzyStringMatchLevenshtein(_: DbFunctions, source: string, target: string, insertionCost: int, deletionCost: int, substitutionCost: int): int;
|
|
305
|
+
static fuzzyStringMatchLevenshtein(_: DbFunctions, source: string, target: string): int;
|
|
306
|
+
static fuzzyStringMatchLevenshteinLessEqual(_: DbFunctions, source: string, target: string, insertionCost: int, deletionCost: int, substitutionCost: int, maximumDistance: int): int;
|
|
307
|
+
static fuzzyStringMatchLevenshteinLessEqual(_: DbFunctions, source: string, target: string, maximumDistance: int): int;
|
|
308
|
+
static fuzzyStringMatchMetaphone(_: DbFunctions, text: string, maximumOutputLength: int): string;
|
|
309
|
+
static fuzzyStringMatchSoundex(_: DbFunctions, text: string): string;
|
|
310
|
+
}
|
|
311
|
+
|
|
312
|
+
|
|
313
|
+
export type NpgsqlFuzzyStringMatchDbFunctionsExtensions = NpgsqlFuzzyStringMatchDbFunctionsExtensions$instance;
|
|
314
|
+
|
|
315
|
+
export abstract class NpgsqlIndexBuilderExtensions$instance {
|
|
316
|
+
static areNullsDistinct<TEntity>(indexBuilder: IndexBuilder<TEntity>, nullsDistinct?: boolean): IndexBuilder<TEntity>;
|
|
317
|
+
static areNullsDistinct(indexBuilder: IConventionIndexBuilder, nullsDistinct?: boolean, fromDataAnnotation?: boolean): IConventionIndexBuilder | undefined;
|
|
318
|
+
static areNullsDistinct(indexBuilder: IndexBuilder, nullsDistinct?: boolean): IndexBuilder;
|
|
319
|
+
static canSetAreNullsDistinct(indexBuilder: IConventionIndexBuilder, nullsDistinct?: boolean, fromDataAnnotation?: boolean): boolean;
|
|
320
|
+
static canSetCollation(indexBuilder: IConventionIndexBuilder, values: IReadOnlyList<System_Internal.String>, fromDataAnnotation: boolean): boolean;
|
|
321
|
+
static canSetIncludeProperties(indexBuilder: IConventionIndexBuilder, propertyNames: IReadOnlyList<System_Internal.String>, fromDataAnnotation?: boolean): boolean;
|
|
322
|
+
static canSetIsCreatedConcurrently(indexBuilder: IConventionIndexBuilder, createdConcurrently: Nullable<System_Internal.Boolean>, fromDataAnnotation?: boolean): boolean;
|
|
323
|
+
static canSetIsTsVectorExpressionIndex(indexBuilder: IConventionIndexBuilder, config: string, fromDataAnnotation?: boolean): boolean;
|
|
324
|
+
static canSetMethod(indexBuilder: IConventionIndexBuilder, method: string, fromDataAnnotation?: boolean): boolean;
|
|
325
|
+
static canSetNullSortOrder(indexBuilder: IConventionIndexBuilder, values: IReadOnlyList<NullSortOrder>, fromDataAnnotation: boolean): boolean;
|
|
326
|
+
static canSetOperators(indexBuilder: IConventionIndexBuilder, operators: IReadOnlyList<System_Internal.String>, fromDataAnnotation: boolean): boolean;
|
|
327
|
+
static canSetStorageParameter(indexBuilder: IConventionIndexBuilder, parameterName: string, parameterValue: unknown, fromDataAnnotation?: boolean): boolean;
|
|
328
|
+
static hasMethod<TEntity>(indexBuilder: IndexBuilder<TEntity>, method: string): IndexBuilder<TEntity>;
|
|
329
|
+
static hasMethod(indexBuilder: IConventionIndexBuilder, method: string, fromDataAnnotation?: boolean): IConventionIndexBuilder | undefined;
|
|
330
|
+
static hasMethod(indexBuilder: IndexBuilder, method: string): IndexBuilder;
|
|
331
|
+
static hasNullSortOrder<TEntity>(indexBuilder: IndexBuilder<TEntity>, ...values: NullSortOrder[]): IndexBuilder<TEntity>;
|
|
332
|
+
static hasNullSortOrder(indexBuilder: IConventionIndexBuilder, values: IReadOnlyList<NullSortOrder>, fromDataAnnotation: boolean): IConventionIndexBuilder | undefined;
|
|
333
|
+
static hasNullSortOrder(indexBuilder: IndexBuilder, ...values: NullSortOrder[]): IndexBuilder;
|
|
334
|
+
static hasOperators<TEntity>(indexBuilder: IndexBuilder<TEntity>, ...operators: string[]): IndexBuilder<TEntity>;
|
|
335
|
+
static hasOperators(indexBuilder: IConventionIndexBuilder, operators: IReadOnlyList<System_Internal.String>, fromDataAnnotation: boolean): IConventionIndexBuilder | undefined;
|
|
336
|
+
static hasOperators(indexBuilder: IndexBuilder, ...operators: string[]): IndexBuilder;
|
|
337
|
+
static hasStorageParameter<TEntity>(indexBuilder: IndexBuilder<TEntity>, parameterName: string, parameterValue: unknown): IndexBuilder<TEntity>;
|
|
338
|
+
static hasStorageParameter(indexBuilder: IConventionIndexBuilder, parameterName: string, parameterValue: unknown, fromDataAnnotation?: boolean): IConventionIndexBuilder | undefined;
|
|
339
|
+
static hasStorageParameter(indexBuilder: IndexBuilder, parameterName: string, parameterValue: unknown): IndexBuilder;
|
|
340
|
+
static includeProperties<TEntity>(indexBuilder: IndexBuilder<TEntity>, includeExpression: Expression<Func<TEntity, unknown>>): IndexBuilder<TEntity>;
|
|
341
|
+
static includeProperties<TEntity>(indexBuilder: IndexBuilder<TEntity>, ...propertyNames: string[]): IndexBuilder<TEntity>;
|
|
342
|
+
static includeProperties(indexBuilder: IConventionIndexBuilder, propertyNames: IReadOnlyList<System_Internal.String>, fromDataAnnotation?: boolean): IConventionIndexBuilder | undefined;
|
|
343
|
+
static includeProperties(indexBuilder: IndexBuilder, ...propertyNames: string[]): IndexBuilder;
|
|
344
|
+
static isCreatedConcurrently<TEntity>(indexBuilder: IndexBuilder<TEntity>, createdConcurrently?: boolean): IndexBuilder<TEntity>;
|
|
345
|
+
static isCreatedConcurrently(indexBuilder: IConventionIndexBuilder, createdConcurrently: Nullable<System_Internal.Boolean>, fromDataAnnotation?: boolean): IConventionIndexBuilder | undefined;
|
|
346
|
+
static isCreatedConcurrently(indexBuilder: IndexBuilder, createdConcurrently?: boolean): IndexBuilder;
|
|
347
|
+
static isTsVectorExpressionIndex<TEntity>(indexBuilder: IndexBuilder<TEntity>, config: string): IndexBuilder<TEntity>;
|
|
348
|
+
static isTsVectorExpressionIndex(indexBuilder: IConventionIndexBuilder, config: string): IConventionIndexBuilder | undefined;
|
|
349
|
+
static isTsVectorExpressionIndex(indexBuilder: IndexBuilder, config: string): IndexBuilder;
|
|
350
|
+
static useCollation<TEntity>(indexBuilder: IndexBuilder<TEntity>, ...values: string[]): IndexBuilder<TEntity>;
|
|
351
|
+
static useCollation(indexBuilder: IConventionIndexBuilder, values: IReadOnlyList<System_Internal.String>, fromDataAnnotation: boolean): IConventionIndexBuilder | undefined;
|
|
352
|
+
static useCollation(indexBuilder: IndexBuilder, ...values: string[]): IndexBuilder;
|
|
353
|
+
}
|
|
354
|
+
|
|
355
|
+
|
|
356
|
+
export type NpgsqlIndexBuilderExtensions = NpgsqlIndexBuilderExtensions$instance;
|
|
357
|
+
|
|
358
|
+
export abstract class NpgsqlIndexExtensions$instance {
|
|
359
|
+
static getAreNullsDistinct(index: IReadOnlyIndex): Nullable<System_Internal.Boolean>;
|
|
360
|
+
static getAreNullsDistinctConfigurationSource(index: IConventionIndex): Nullable<ConfigurationSource>;
|
|
361
|
+
static getCollation(index: IReadOnlyIndex): IReadOnlyList<System_Internal.String> | undefined;
|
|
362
|
+
static getCollationConfigurationSource(index: IConventionIndex): Nullable<ConfigurationSource>;
|
|
363
|
+
static getIncludeProperties(index: IReadOnlyIndex): IReadOnlyList<System_Internal.String> | undefined;
|
|
364
|
+
static getIncludePropertiesConfigurationSource(index: IConventionIndex): Nullable<ConfigurationSource>;
|
|
365
|
+
static getIsCreatedConcurrentlyConfigurationSource(index: IConventionIndex): Nullable<ConfigurationSource>;
|
|
366
|
+
static getMethod(index: IReadOnlyIndex): string | undefined;
|
|
367
|
+
static getMethodConfigurationSource(index: IConventionIndex): Nullable<ConfigurationSource>;
|
|
368
|
+
static getNullSortOrder(index: IReadOnlyIndex): IReadOnlyList<NullSortOrder> | undefined;
|
|
369
|
+
static getNullSortOrderConfigurationSource(index: IConventionIndex): Nullable<ConfigurationSource>;
|
|
370
|
+
static getOperators(index: IReadOnlyIndex): IReadOnlyList<System_Internal.String> | undefined;
|
|
371
|
+
static getOperatorsConfigurationSource(index: IConventionIndex): Nullable<ConfigurationSource>;
|
|
372
|
+
static getStorageParameter(index: IIndex, parameterName: string): string | undefined;
|
|
373
|
+
static getStorageParameterConfigurationSource(index: IConventionIndex, parameterName: string): Nullable<ConfigurationSource>;
|
|
374
|
+
static getStorageParameters(index: IReadOnlyIndex): Dictionary<System_Internal.String, unknown | undefined>;
|
|
375
|
+
static getTsVectorConfig(index: IReadOnlyIndex): string | undefined;
|
|
376
|
+
static getTsVectorConfigConfigurationSource(index: IConventionIndex): Nullable<ConfigurationSource>;
|
|
377
|
+
static isCreatedConcurrently(index: IReadOnlyIndex): Nullable<System_Internal.Boolean>;
|
|
378
|
+
static setAreNullsDistinct(index: IConventionIndex, nullsDistinct: Nullable<System_Internal.Boolean>, fromDataAnnotation?: boolean): Nullable<System_Internal.Boolean>;
|
|
379
|
+
static setAreNullsDistinct(index: IMutableIndex, nullsDistinct: Nullable<System_Internal.Boolean>): void;
|
|
380
|
+
static setCollation(index: IConventionIndex, collations: IReadOnlyList<System_Internal.String>, fromDataAnnotation?: boolean): IReadOnlyList<System_Internal.String> | undefined;
|
|
381
|
+
static setCollation(index: IMutableIndex, collations: IReadOnlyList<System_Internal.String>): void;
|
|
382
|
+
static setIncludeProperties(index: IConventionIndex, properties: IReadOnlyList<System_Internal.String>, fromDataAnnotation?: boolean): IReadOnlyList<System_Internal.String> | undefined;
|
|
383
|
+
static setIncludeProperties(index: IMutableIndex, properties: IReadOnlyList<System_Internal.String>): void;
|
|
384
|
+
static setIsCreatedConcurrently(index: IConventionIndex, createdConcurrently: Nullable<System_Internal.Boolean>, fromDataAnnotation?: boolean): Nullable<System_Internal.Boolean>;
|
|
385
|
+
static setIsCreatedConcurrently(index: IMutableIndex, createdConcurrently: Nullable<System_Internal.Boolean>): void;
|
|
386
|
+
static setMethod(index: IConventionIndex, method: string, fromDataAnnotation?: boolean): string | undefined;
|
|
387
|
+
static setMethod(index: IMutableIndex, method: string): void;
|
|
388
|
+
static setNullSortOrder(index: IConventionIndex, nullSortOrder: IReadOnlyList<NullSortOrder>, fromDataAnnotation?: boolean): IReadOnlyList<NullSortOrder> | undefined;
|
|
389
|
+
static setNullSortOrder(index: IMutableIndex, nullSortOrder: IReadOnlyList<NullSortOrder>): void;
|
|
390
|
+
static setOperators(index: IConventionIndex, operators: IReadOnlyList<System_Internal.String>, fromDataAnnotation?: boolean): IReadOnlyList<System_Internal.String> | undefined;
|
|
391
|
+
static setOperators(index: IMutableIndex, operators: IReadOnlyList<System_Internal.String>): void;
|
|
392
|
+
static setStorageParameter(index: IConventionIndex, parameterName: string, parameterValue: unknown, fromDataAnnotation?: boolean): unknown;
|
|
393
|
+
static setStorageParameter(index: IMutableIndex, parameterName: string, parameterValue: unknown): void;
|
|
394
|
+
static setTsVectorConfig(index: IConventionIndex, config: string, fromDataAnnotation?: boolean): string | undefined;
|
|
395
|
+
static setTsVectorConfig(index: IMutableIndex, config: string): void;
|
|
396
|
+
}
|
|
397
|
+
|
|
398
|
+
|
|
399
|
+
export type NpgsqlIndexExtensions = NpgsqlIndexExtensions$instance;
|
|
400
|
+
|
|
401
|
+
export abstract class NpgsqlJsonDbFunctionsExtensions$instance {
|
|
402
|
+
static jsonContained(_: DbFunctions, contained: unknown, json: unknown): boolean;
|
|
403
|
+
static jsonContains(_: DbFunctions, json: unknown, contained: unknown): boolean;
|
|
404
|
+
static jsonExistAll(_: DbFunctions, json: unknown, ...keys: string[]): boolean;
|
|
405
|
+
static jsonExistAny(_: DbFunctions, json: unknown, ...keys: string[]): boolean;
|
|
406
|
+
static jsonExists(_: DbFunctions, json: unknown, key: string): boolean;
|
|
407
|
+
static jsonTypeof(_: DbFunctions, json: unknown): string;
|
|
408
|
+
}
|
|
409
|
+
|
|
410
|
+
|
|
411
|
+
export type NpgsqlJsonDbFunctionsExtensions = NpgsqlJsonDbFunctionsExtensions$instance;
|
|
412
|
+
|
|
413
|
+
export abstract class NpgsqlMigrationBuilderExtensions$instance {
|
|
414
|
+
static ensurePostgresExtension(builder: MigrationBuilder, name: string, schema?: string, version?: string): MigrationBuilder;
|
|
415
|
+
static isNpgsql(builder: MigrationBuilder): boolean;
|
|
416
|
+
}
|
|
417
|
+
|
|
418
|
+
|
|
419
|
+
export type NpgsqlMigrationBuilderExtensions = NpgsqlMigrationBuilderExtensions$instance;
|
|
420
|
+
|
|
421
|
+
export abstract class NpgsqlModelBuilderExtensions$instance {
|
|
422
|
+
static canSetHiLoSequence(modelBuilder: IConventionModelBuilder, name: string, schema: string, fromDataAnnotation?: boolean): boolean;
|
|
423
|
+
static canSetPostgresEnum(modelBuilder: IConventionModelBuilder, schema: string, name: string, fromDataAnnotation?: boolean): boolean;
|
|
424
|
+
static canSetPostgresExtension(modelBuilder: IConventionModelBuilder, schema: string, name: string, version?: string, fromDataAnnotation?: boolean): boolean;
|
|
425
|
+
static canSetValueGenerationStrategy(modelBuilder: IConventionModelBuilder, valueGenerationStrategy: Nullable<NpgsqlValueGenerationStrategy>, fromDataAnnotation?: boolean): boolean;
|
|
426
|
+
static hasCollation(modelBuilder: ModelBuilder, name: string, locale: string, provider?: string, deterministic?: Nullable<System_Internal.Boolean>): ModelBuilder;
|
|
427
|
+
static hasCollation(modelBuilder: ModelBuilder, schema: string, name: string, locale: string, provider?: string, deterministic?: Nullable<System_Internal.Boolean>): ModelBuilder;
|
|
428
|
+
static hasCollation(modelBuilder: ModelBuilder, schema: string, name: string, lcCollate: string, lcCtype: string, provider?: string, deterministic?: Nullable<System_Internal.Boolean>): ModelBuilder;
|
|
429
|
+
static hasHiLoSequence(modelBuilder: IConventionModelBuilder, name: string, schema: string, fromDataAnnotation?: boolean): IConventionSequenceBuilder | undefined;
|
|
430
|
+
static hasPostgresEnum(modelBuilder: IConventionModelBuilder, schema: string, name: string, labels: string[]): IConventionModelBuilder;
|
|
431
|
+
static hasPostgresEnum<TEnum extends number>(modelBuilder: ModelBuilder, schema?: string, name?: string, nameTranslator?: INpgsqlNameTranslator): ModelBuilder;
|
|
432
|
+
static hasPostgresEnum(modelBuilder: ModelBuilder, schema: string, name: string, labels: string[]): ModelBuilder;
|
|
433
|
+
static hasPostgresEnum(modelBuilder: ModelBuilder, name: string, labels: string[]): ModelBuilder;
|
|
434
|
+
static hasPostgresExtension(modelBuilder: IConventionModelBuilder, name: string, fromDataAnnotation?: boolean): IConventionModelBuilder | undefined;
|
|
435
|
+
static hasPostgresExtension(modelBuilder: IConventionModelBuilder, schema: string, name: string, version?: string, fromDataAnnotation?: boolean): IConventionModelBuilder | undefined;
|
|
436
|
+
static hasPostgresExtension(modelBuilder: ModelBuilder, schema: string, name: string, version?: string): ModelBuilder;
|
|
437
|
+
static hasPostgresExtension(modelBuilder: ModelBuilder, name: string): ModelBuilder;
|
|
438
|
+
static hasPostgresRange(modelBuilder: ModelBuilder, schema: string, name: string, subtype: string, canonicalFunction?: string, subtypeOpClass?: string, collation?: string, subtypeDiff?: string): ModelBuilder;
|
|
439
|
+
static hasPostgresRange(modelBuilder: ModelBuilder, name: string, subtype: string): ModelBuilder;
|
|
440
|
+
static hasValueGenerationStrategy(modelBuilder: IConventionModelBuilder, valueGenerationStrategy: Nullable<NpgsqlValueGenerationStrategy>, fromDataAnnotation?: boolean): IConventionModelBuilder | undefined;
|
|
441
|
+
static useDatabaseTemplate(modelBuilder: ModelBuilder, templateDatabaseName: string): ModelBuilder;
|
|
442
|
+
static useHiLo(modelBuilder: ModelBuilder, name?: string, schema?: string): ModelBuilder;
|
|
443
|
+
static useIdentityAlwaysColumns(modelBuilder: ModelBuilder): ModelBuilder;
|
|
444
|
+
static useIdentityByDefaultColumns(modelBuilder: ModelBuilder): ModelBuilder;
|
|
445
|
+
static useIdentityColumns(modelBuilder: ModelBuilder): ModelBuilder;
|
|
446
|
+
static useKeySequences(modelBuilder: ModelBuilder, nameSuffix?: string, schema?: string): ModelBuilder;
|
|
447
|
+
static useSerialColumns(modelBuilder: ModelBuilder): ModelBuilder;
|
|
448
|
+
static useTablespace(modelBuilder: ModelBuilder, tablespace: string): ModelBuilder;
|
|
449
|
+
}
|
|
450
|
+
|
|
451
|
+
|
|
452
|
+
export type NpgsqlModelBuilderExtensions = NpgsqlModelBuilderExtensions$instance;
|
|
453
|
+
|
|
454
|
+
export abstract class NpgsqlModelExtensions$instance {
|
|
455
|
+
static readonly defaultHiLoSequenceName: string;
|
|
456
|
+
static readonly defaultSequenceNameSuffix: string;
|
|
457
|
+
static getCollations(model: IReadOnlyModel): IReadOnlyList<PostgresCollation>;
|
|
458
|
+
static getDatabaseTemplate(model: IReadOnlyModel): string | undefined;
|
|
459
|
+
static getDatabaseTemplateConfigurationSource(model: IConventionModel): Nullable<ConfigurationSource>;
|
|
460
|
+
static getHiLoSequenceName(model: IReadOnlyModel): string;
|
|
461
|
+
static getHiLoSequenceNameConfigurationSource(model: IConventionModel): Nullable<ConfigurationSource>;
|
|
462
|
+
static getHiLoSequenceSchema(model: IReadOnlyModel): string | undefined;
|
|
463
|
+
static getHiLoSequenceSchemaConfigurationSource(model: IConventionModel): Nullable<ConfigurationSource>;
|
|
464
|
+
static getOrAddCollation(model: IMutableModel, schema: string, name: string, lcCollate: string, lcCtype: string, provider?: string, deterministic?: Nullable<System_Internal.Boolean>): PostgresCollation;
|
|
465
|
+
static getOrAddPostgresEnum(model: IConventionModel, schema: string, name: string, labels: string[]): PostgresEnum;
|
|
466
|
+
static getOrAddPostgresEnum(model: IMutableModel, schema: string, name: string, labels: string[]): PostgresEnum;
|
|
467
|
+
static getOrAddPostgresExtension(model: IConventionModel, schema: string, name: string, version: string): PostgresExtension;
|
|
468
|
+
static getOrAddPostgresExtension(model: IMutableModel, schema: string, name: string, version: string): PostgresExtension;
|
|
469
|
+
static getOrAddPostgresRange(model: IMutableModel, schema: string, name: string, subtype: string, canonicalFunction?: string, subtypeOpClass?: string, collation?: string, subtypeDiff?: string): PostgresRange;
|
|
470
|
+
static getPostgresEnums(model: IReadOnlyModel): IReadOnlyList<PostgresEnum>;
|
|
471
|
+
static getPostgresExtensions(model: IReadOnlyModel): IReadOnlyList<PostgresExtension>;
|
|
472
|
+
static getSequenceNameSuffix(model: IReadOnlyModel): string;
|
|
473
|
+
static getSequenceNameSuffixConfigurationSource(model: IConventionModel): Nullable<ConfigurationSource>;
|
|
474
|
+
static getSequenceSchema(model: IReadOnlyModel): string | undefined;
|
|
475
|
+
static getSequenceSchemaConfigurationSource(model: IConventionModel): Nullable<ConfigurationSource>;
|
|
476
|
+
static getTablespace(model: IReadOnlyModel): string | undefined;
|
|
477
|
+
static getTablespaceConfigurationSource(model: IConventionModel): Nullable<ConfigurationSource>;
|
|
478
|
+
static getValueGenerationStrategy(model: IReadOnlyModel): Nullable<NpgsqlValueGenerationStrategy>;
|
|
479
|
+
static getValueGenerationStrategyConfigurationSource(model: IConventionModel): Nullable<ConfigurationSource>;
|
|
480
|
+
static postgresRanges(model: IReadOnlyModel): IReadOnlyList<PostgresRange>;
|
|
481
|
+
static setDatabaseTemplate(model: IConventionModel, template: string, fromDataAnnotation?: boolean): string | undefined;
|
|
482
|
+
static setDatabaseTemplate(model: IMutableModel, template: string): void;
|
|
483
|
+
static setHiLoSequenceName(model: IConventionModel, name: string, fromDataAnnotation?: boolean): string | undefined;
|
|
484
|
+
static setHiLoSequenceName(model: IMutableModel, name: string): void;
|
|
485
|
+
static setHiLoSequenceSchema(model: IConventionModel, value: string, fromDataAnnotation?: boolean): string | undefined;
|
|
486
|
+
static setHiLoSequenceSchema(model: IMutableModel, value: string): void;
|
|
487
|
+
static setSequenceNameSuffix(model: IConventionModel, name: string, fromDataAnnotation?: boolean): string | undefined;
|
|
488
|
+
static setSequenceNameSuffix(model: IMutableModel, name: string): void;
|
|
489
|
+
static setSequenceSchema(model: IConventionModel, value: string, fromDataAnnotation?: boolean): string | undefined;
|
|
490
|
+
static setSequenceSchema(model: IMutableModel, value: string): void;
|
|
491
|
+
static setTablespace(model: IConventionModel, tablespace: string, fromDataAnnotation?: boolean): string | undefined;
|
|
492
|
+
static setTablespace(model: IMutableModel, tablespace: string): void;
|
|
493
|
+
static setValueGenerationStrategy(model: IConventionModel, value: Nullable<NpgsqlValueGenerationStrategy>, fromDataAnnotation?: boolean): Nullable<NpgsqlValueGenerationStrategy>;
|
|
494
|
+
static setValueGenerationStrategy(model: IMutableModel, value: Nullable<NpgsqlValueGenerationStrategy>): void;
|
|
495
|
+
}
|
|
496
|
+
|
|
497
|
+
|
|
498
|
+
export type NpgsqlModelExtensions = NpgsqlModelExtensions$instance;
|
|
499
|
+
|
|
500
|
+
export abstract class NpgsqlMultirangeDbFunctionsExtensions$instance {
|
|
501
|
+
static containedBy<T>(multirange1: List<NpgsqlRange_1<T>>, multirange2: List<NpgsqlRange_1<T>>): boolean;
|
|
502
|
+
static containedBy<T>(range: NpgsqlRange_1<T>, multirange: List<NpgsqlRange_1<T>>): boolean;
|
|
503
|
+
static containedBy<T>(range: NpgsqlRange_1<T>, multirange: NpgsqlRange_1<T>[]): boolean;
|
|
504
|
+
static containedBy<T>(multirange1: NpgsqlRange_1<T>[], multirange2: NpgsqlRange_1<T>[]): boolean;
|
|
505
|
+
static contains<T>(multirange1: List<NpgsqlRange_1<T>>, multirange2: List<NpgsqlRange_1<T>>): boolean;
|
|
506
|
+
static contains<T>(multirange1: List<NpgsqlRange_1<T>>, multirange2: NpgsqlRange_1<T>): boolean;
|
|
507
|
+
static contains<T>(multirange: List<NpgsqlRange_1<T>>, value: T): boolean;
|
|
508
|
+
static contains<T>(multirange1: NpgsqlRange_1<T>[], multirange2: NpgsqlRange_1<T>): boolean;
|
|
509
|
+
static contains<T>(multirange1: NpgsqlRange_1<T>[], multirange2: NpgsqlRange_1<T>[]): boolean;
|
|
510
|
+
static contains<T>(multirange: NpgsqlRange_1<T>[], value: T): boolean;
|
|
511
|
+
static doesNotExtendLeftOf<T>(multirange1: List<NpgsqlRange_1<T>>, multirange2: List<NpgsqlRange_1<T>>): boolean;
|
|
512
|
+
static doesNotExtendLeftOf<T>(multirange: List<NpgsqlRange_1<T>>, range: NpgsqlRange_1<T>): boolean;
|
|
513
|
+
static doesNotExtendLeftOf<T>(multirange: NpgsqlRange_1<T>[], range: NpgsqlRange_1<T>): boolean;
|
|
514
|
+
static doesNotExtendLeftOf<T>(multirange1: NpgsqlRange_1<T>[], multirange2: NpgsqlRange_1<T>[]): boolean;
|
|
515
|
+
static doesNotExtendRightOf<T>(multirange1: List<NpgsqlRange_1<T>>, multirange2: List<NpgsqlRange_1<T>>): boolean;
|
|
516
|
+
static doesNotExtendRightOf<T>(multirange: List<NpgsqlRange_1<T>>, range: NpgsqlRange_1<T>): boolean;
|
|
517
|
+
static doesNotExtendRightOf<T>(multirange: NpgsqlRange_1<T>[], range: NpgsqlRange_1<T>): boolean;
|
|
518
|
+
static doesNotExtendRightOf<T>(multirange1: NpgsqlRange_1<T>[], multirange2: NpgsqlRange_1<T>[]): boolean;
|
|
519
|
+
static except<T>(multirange1: List<NpgsqlRange_1<T>>, multirange2: List<NpgsqlRange_1<T>>): List<NpgsqlRange_1<T>>;
|
|
520
|
+
static except<T>(multirange1: NpgsqlRange_1<T>[], multirange2: NpgsqlRange_1<T>[]): NpgsqlRange_1<T>[];
|
|
521
|
+
static intersect<T>(multirange1: List<NpgsqlRange_1<T>>, multirange2: List<NpgsqlRange_1<T>>): List<NpgsqlRange_1<T>>;
|
|
522
|
+
static intersect<T>(multirange1: NpgsqlRange_1<T>[], multirange2: NpgsqlRange_1<T>[]): NpgsqlRange_1<T>[];
|
|
523
|
+
static isAdjacentTo<T>(multirange1: List<NpgsqlRange_1<T>>, multirange2: List<NpgsqlRange_1<T>>): boolean;
|
|
524
|
+
static isAdjacentTo<T>(multirange: List<NpgsqlRange_1<T>>, range: NpgsqlRange_1<T>): boolean;
|
|
525
|
+
static isAdjacentTo<T>(multirange: NpgsqlRange_1<T>[], range: NpgsqlRange_1<T>): boolean;
|
|
526
|
+
static isAdjacentTo<T>(multirange1: NpgsqlRange_1<T>[], multirange2: NpgsqlRange_1<T>[]): boolean;
|
|
527
|
+
static isStrictlyLeftOf<T>(multirange1: List<NpgsqlRange_1<T>>, multirange2: List<NpgsqlRange_1<T>>): boolean;
|
|
528
|
+
static isStrictlyLeftOf<T>(multirange: List<NpgsqlRange_1<T>>, range: NpgsqlRange_1<T>): boolean;
|
|
529
|
+
static isStrictlyLeftOf<T>(multirange: NpgsqlRange_1<T>[], range: NpgsqlRange_1<T>): boolean;
|
|
530
|
+
static isStrictlyLeftOf<T>(multirange1: NpgsqlRange_1<T>[], multirange2: NpgsqlRange_1<T>[]): boolean;
|
|
531
|
+
static isStrictlyRightOf<T>(multirange1: List<NpgsqlRange_1<T>>, multirange2: List<NpgsqlRange_1<T>>): boolean;
|
|
532
|
+
static isStrictlyRightOf<T>(multirange: List<NpgsqlRange_1<T>>, range: NpgsqlRange_1<T>): boolean;
|
|
533
|
+
static isStrictlyRightOf<T>(multirange: NpgsqlRange_1<T>[], range: NpgsqlRange_1<T>): boolean;
|
|
534
|
+
static isStrictlyRightOf<T>(multirange1: NpgsqlRange_1<T>[], multirange2: NpgsqlRange_1<T>[]): boolean;
|
|
535
|
+
static merge<T>(multirange: List<NpgsqlRange_1<T>>): NpgsqlRange_1<T>;
|
|
536
|
+
static merge<T>(multirange: NpgsqlRange_1<T>[]): NpgsqlRange_1<T>;
|
|
537
|
+
static overlaps<T>(multirange1: List<NpgsqlRange_1<T>>, multirange2: List<NpgsqlRange_1<T>>): boolean;
|
|
538
|
+
static overlaps<T>(multirange: List<NpgsqlRange_1<T>>, range: NpgsqlRange_1<T>): boolean;
|
|
539
|
+
static overlaps<T>(multirange: NpgsqlRange_1<T>[], range: NpgsqlRange_1<T>): boolean;
|
|
540
|
+
static overlaps<T>(multirange1: NpgsqlRange_1<T>[], multirange2: NpgsqlRange_1<T>[]): boolean;
|
|
541
|
+
static union<T>(multirange1: List<NpgsqlRange_1<T>>, multirange2: List<NpgsqlRange_1<T>>): List<NpgsqlRange_1<T>>;
|
|
542
|
+
static union<T>(multirange1: NpgsqlRange_1<T>[], multirange2: NpgsqlRange_1<T>[]): NpgsqlRange_1<T>[];
|
|
543
|
+
}
|
|
544
|
+
|
|
545
|
+
|
|
546
|
+
export type NpgsqlMultirangeDbFunctionsExtensions = NpgsqlMultirangeDbFunctionsExtensions$instance;
|
|
547
|
+
|
|
548
|
+
export abstract class NpgsqlNetworkDbFunctionsExtensions$instance {
|
|
549
|
+
static abbreviate(_: DbFunctions, cidr: NpgsqlCidr): string;
|
|
550
|
+
static abbreviate(_: DbFunctions, inet: NpgsqlInet): string;
|
|
551
|
+
static abbreviate(_: DbFunctions, cidr: IPNetwork): string;
|
|
552
|
+
static abbreviate(_: DbFunctions, cidr: ValueTuple<IPAddress, System_Internal.Int32>): string;
|
|
553
|
+
static add(_: DbFunctions, inet: NpgsqlInet, value: int): NpgsqlInet;
|
|
554
|
+
static add(_: DbFunctions, cidr: ValueTuple<IPAddress, System_Internal.Int32>, value: int): ValueTuple<IPAddress, System_Internal.Int32>;
|
|
555
|
+
static bitwiseAnd(_: DbFunctions, inet: NpgsqlInet, other: NpgsqlInet): NpgsqlInet;
|
|
556
|
+
static bitwiseAnd(_: DbFunctions, macaddr: PhysicalAddress, other: PhysicalAddress): PhysicalAddress;
|
|
557
|
+
static bitwiseAnd(_: DbFunctions, cidr: ValueTuple<IPAddress, System_Internal.Int32>, other: ValueTuple<IPAddress, System_Internal.Int32>): ValueTuple<IPAddress, System_Internal.Int32>;
|
|
558
|
+
static bitwiseNot(_: DbFunctions, inet: NpgsqlInet): NpgsqlInet;
|
|
559
|
+
static bitwiseNot(_: DbFunctions, macaddr: PhysicalAddress): PhysicalAddress;
|
|
560
|
+
static bitwiseNot(_: DbFunctions, cidr: ValueTuple<IPAddress, System_Internal.Int32>): ValueTuple<IPAddress, System_Internal.Int32>;
|
|
561
|
+
static bitwiseOr(_: DbFunctions, inet: NpgsqlInet, other: NpgsqlInet): NpgsqlInet;
|
|
562
|
+
static bitwiseOr(_: DbFunctions, macaddr: PhysicalAddress, other: PhysicalAddress): PhysicalAddress;
|
|
563
|
+
static bitwiseOr(_: DbFunctions, cidr: ValueTuple<IPAddress, System_Internal.Int32>, other: ValueTuple<IPAddress, System_Internal.Int32>): ValueTuple<IPAddress, System_Internal.Int32>;
|
|
564
|
+
static broadcast(_: DbFunctions, inet: NpgsqlInet): NpgsqlInet;
|
|
565
|
+
static broadcast(_: DbFunctions, cidr: ValueTuple<IPAddress, System_Internal.Int32>): IPAddress;
|
|
566
|
+
static containedBy(_: DbFunctions, inet: NpgsqlInet, other: NpgsqlInet): boolean;
|
|
567
|
+
static containedBy(_: DbFunctions, inet: IPAddress, other: ValueTuple<IPAddress, System_Internal.Int32>): boolean;
|
|
568
|
+
static containedBy(_: DbFunctions, cidr: ValueTuple<IPAddress, System_Internal.Int32>, other: ValueTuple<IPAddress, System_Internal.Int32>): boolean;
|
|
569
|
+
static containedByOrEqual(_: DbFunctions, inet: NpgsqlInet, other: NpgsqlInet): boolean;
|
|
570
|
+
static containedByOrEqual(_: DbFunctions, inet: IPAddress, other: ValueTuple<IPAddress, System_Internal.Int32>): boolean;
|
|
571
|
+
static containedByOrEqual(_: DbFunctions, cidr: ValueTuple<IPAddress, System_Internal.Int32>, other: ValueTuple<IPAddress, System_Internal.Int32>): boolean;
|
|
572
|
+
static contains(_: DbFunctions, inet: NpgsqlInet, other: NpgsqlInet): boolean;
|
|
573
|
+
static contains(_: DbFunctions, cidr: ValueTuple<IPAddress, System_Internal.Int32>, other: IPAddress): boolean;
|
|
574
|
+
static contains(_: DbFunctions, cidr: ValueTuple<IPAddress, System_Internal.Int32>, other: ValueTuple<IPAddress, System_Internal.Int32>): boolean;
|
|
575
|
+
static containsOrContainedBy(_: DbFunctions, inet: NpgsqlInet, other: NpgsqlInet): boolean;
|
|
576
|
+
static containsOrContainedBy(_: DbFunctions, inet: IPAddress, other: ValueTuple<IPAddress, System_Internal.Int32>): boolean;
|
|
577
|
+
static containsOrContainedBy(_: DbFunctions, cidr: ValueTuple<IPAddress, System_Internal.Int32>, other: IPAddress): boolean;
|
|
578
|
+
static containsOrContainedBy(_: DbFunctions, cidr: ValueTuple<IPAddress, System_Internal.Int32>, other: ValueTuple<IPAddress, System_Internal.Int32>): boolean;
|
|
579
|
+
static containsOrEqual(_: DbFunctions, inet: NpgsqlInet, other: NpgsqlInet): boolean;
|
|
580
|
+
static containsOrEqual(_: DbFunctions, cidr: ValueTuple<IPAddress, System_Internal.Int32>, other: IPAddress): boolean;
|
|
581
|
+
static containsOrEqual(_: DbFunctions, cidr: ValueTuple<IPAddress, System_Internal.Int32>, other: ValueTuple<IPAddress, System_Internal.Int32>): boolean;
|
|
582
|
+
static family(_: DbFunctions, inet: NpgsqlInet): int;
|
|
583
|
+
static family(_: DbFunctions, cidr: ValueTuple<IPAddress, System_Internal.Int32>): int;
|
|
584
|
+
static greaterThan(_: DbFunctions, inet: NpgsqlInet, other: NpgsqlInet): boolean;
|
|
585
|
+
static greaterThan(_: DbFunctions, macaddr: PhysicalAddress, other: PhysicalAddress): boolean;
|
|
586
|
+
static greaterThan(_: DbFunctions, cidr: ValueTuple<IPAddress, System_Internal.Int32>, other: ValueTuple<IPAddress, System_Internal.Int32>): boolean;
|
|
587
|
+
static greaterThanOrEqual(_: DbFunctions, inet: NpgsqlInet, other: NpgsqlInet): boolean;
|
|
588
|
+
static greaterThanOrEqual(_: DbFunctions, macaddr: PhysicalAddress, other: PhysicalAddress): boolean;
|
|
589
|
+
static greaterThanOrEqual(_: DbFunctions, cidr: ValueTuple<IPAddress, System_Internal.Int32>, other: ValueTuple<IPAddress, System_Internal.Int32>): boolean;
|
|
590
|
+
static host(_: DbFunctions, inet: NpgsqlInet): string;
|
|
591
|
+
static host(_: DbFunctions, cidr: ValueTuple<IPAddress, System_Internal.Int32>): string;
|
|
592
|
+
static hostMask(_: DbFunctions, inet: NpgsqlInet): NpgsqlInet;
|
|
593
|
+
static hostMask(_: DbFunctions, cidr: ValueTuple<IPAddress, System_Internal.Int32>): IPAddress;
|
|
594
|
+
static lessThan(_: DbFunctions, inet: NpgsqlInet, other: NpgsqlInet): boolean;
|
|
595
|
+
static lessThan(_: DbFunctions, macaddr: PhysicalAddress, other: PhysicalAddress): boolean;
|
|
596
|
+
static lessThan(_: DbFunctions, cidr: ValueTuple<IPAddress, System_Internal.Int32>, other: ValueTuple<IPAddress, System_Internal.Int32>): boolean;
|
|
597
|
+
static lessThanOrEqual(_: DbFunctions, inet: NpgsqlInet, other: NpgsqlInet): boolean;
|
|
598
|
+
static lessThanOrEqual(_: DbFunctions, macaddr: PhysicalAddress, other: PhysicalAddress): boolean;
|
|
599
|
+
static lessThanOrEqual(_: DbFunctions, cidr: ValueTuple<IPAddress, System_Internal.Int32>, other: ValueTuple<IPAddress, System_Internal.Int32>): boolean;
|
|
600
|
+
static maskLength(_: DbFunctions, inet: NpgsqlInet): int;
|
|
601
|
+
static maskLength(_: DbFunctions, cidr: ValueTuple<IPAddress, System_Internal.Int32>): int;
|
|
602
|
+
static merge(_: DbFunctions, inet: NpgsqlInet, other: NpgsqlInet): IPNetwork;
|
|
603
|
+
static merge(_: DbFunctions, cidr: ValueTuple<IPAddress, System_Internal.Int32>, other: ValueTuple<IPAddress, System_Internal.Int32>): ValueTuple<IPAddress, System_Internal.Int32>;
|
|
604
|
+
static netmask(_: DbFunctions, inet: NpgsqlInet): NpgsqlInet;
|
|
605
|
+
static netmask(_: DbFunctions, cidr: ValueTuple<IPAddress, System_Internal.Int32>): IPAddress;
|
|
606
|
+
static network(_: DbFunctions, inet: NpgsqlInet): IPNetwork;
|
|
607
|
+
static network(_: DbFunctions, cidr: ValueTuple<IPAddress, System_Internal.Int32>): ValueTuple<IPAddress, System_Internal.Int32>;
|
|
608
|
+
static sameFamily(_: DbFunctions, inet: NpgsqlInet, other: NpgsqlInet): boolean;
|
|
609
|
+
static sameFamily(_: DbFunctions, cidr: ValueTuple<IPAddress, System_Internal.Int32>, other: ValueTuple<IPAddress, System_Internal.Int32>): boolean;
|
|
610
|
+
static set7BitMac8(_: DbFunctions, macAddress: PhysicalAddress): PhysicalAddress;
|
|
611
|
+
static setMaskLength(_: DbFunctions, cidr: NpgsqlCidr, length: int): NpgsqlCidr;
|
|
612
|
+
static setMaskLength(_: DbFunctions, inet: NpgsqlInet, length: int): NpgsqlInet;
|
|
613
|
+
static setMaskLength(_: DbFunctions, cidr: IPNetwork, length: int): IPNetwork;
|
|
614
|
+
static setMaskLength(_: DbFunctions, cidr: ValueTuple<IPAddress, System_Internal.Int32>, length: int): ValueTuple<IPAddress, System_Internal.Int32>;
|
|
615
|
+
static subtract(_: DbFunctions, inet: NpgsqlInet, other: NpgsqlInet): int;
|
|
616
|
+
static subtract(_: DbFunctions, inet: NpgsqlInet, value: long): NpgsqlInet;
|
|
617
|
+
static subtract(_: DbFunctions, cidr: ValueTuple<IPAddress, System_Internal.Int32>, value: int): ValueTuple<IPAddress, System_Internal.Int32>;
|
|
618
|
+
static subtract(_: DbFunctions, cidr: ValueTuple<IPAddress, System_Internal.Int32>, other: ValueTuple<IPAddress, System_Internal.Int32>): int;
|
|
619
|
+
static text(_: DbFunctions, inet: NpgsqlInet): string;
|
|
620
|
+
static text(_: DbFunctions, cidr: ValueTuple<IPAddress, System_Internal.Int32>): string;
|
|
621
|
+
static truncate(_: DbFunctions, macAddress: PhysicalAddress): PhysicalAddress;
|
|
622
|
+
}
|
|
623
|
+
|
|
624
|
+
|
|
625
|
+
export type NpgsqlNetworkDbFunctionsExtensions = NpgsqlNetworkDbFunctionsExtensions$instance;
|
|
626
|
+
|
|
627
|
+
export abstract class NpgsqlPropertyBuilderExtensions$instance {
|
|
628
|
+
static canSetCompressionMethod(propertyBuilder: IConventionPropertyBuilder, compressionMethod: string, fromDataAnnotation?: boolean): boolean;
|
|
629
|
+
static canSetHiLoSequence(propertyBuilder: IConventionPropertyBuilder, name: string, schema: string, fromDataAnnotation?: boolean): boolean;
|
|
630
|
+
static canSetIdentityOptions(propertyBuilder: IConventionPropertyBuilder, startValue?: Nullable<System_Internal.Int64>, incrementBy?: Nullable<System_Internal.Int64>, minValue?: Nullable<System_Internal.Int64>, maxValue?: Nullable<System_Internal.Int64>, cyclic?: Nullable<System_Internal.Boolean>, numbersToCache?: Nullable<System_Internal.Int64>): boolean;
|
|
631
|
+
static canSetIsGeneratedTsVectorColumn(propertyBuilder: IConventionPropertyBuilder, config: string, includedPropertyNames: IReadOnlyList<System_Internal.String>, fromDataAnnotation?: boolean): boolean;
|
|
632
|
+
static canSetSequence(propertyBuilder: IConventionPropertyBuilder, name: string, schema: string, fromDataAnnotation?: boolean): boolean;
|
|
633
|
+
static canSetValueGenerationStrategy(propertyBuilder: IConventionPropertyBuilder, valueGenerationStrategy: Nullable<NpgsqlValueGenerationStrategy>, storeObject: StoreObjectIdentifier, fromDataAnnotation?: boolean): boolean;
|
|
634
|
+
static canSetValueGenerationStrategy(propertyBuilder: IConventionPropertyBuilder, valueGenerationStrategy: Nullable<NpgsqlValueGenerationStrategy>, fromDataAnnotation?: boolean): boolean;
|
|
635
|
+
static hasHiLoSequence(propertyBuilder: IConventionPropertyBuilder, name: string, schema: string, fromDataAnnotation?: boolean): IConventionSequenceBuilder | undefined;
|
|
636
|
+
static hasIdentityOptions(propertyBuilder: IConventionPropertyBuilder, startValue?: Nullable<System_Internal.Int64>, incrementBy?: Nullable<System_Internal.Int64>, minValue?: Nullable<System_Internal.Int64>, maxValue?: Nullable<System_Internal.Int64>, cyclic?: Nullable<System_Internal.Boolean>, numbersToCache?: Nullable<System_Internal.Int64>): IConventionPropertyBuilder | undefined;
|
|
637
|
+
static hasIdentityOptions(propertyBuilder: PropertyBuilder, startValue?: Nullable<System_Internal.Int64>, incrementBy?: Nullable<System_Internal.Int64>, minValue?: Nullable<System_Internal.Int64>, maxValue?: Nullable<System_Internal.Int64>, cyclic?: Nullable<System_Internal.Boolean>, numbersToCache?: Nullable<System_Internal.Int64>): PropertyBuilder;
|
|
638
|
+
static hasIdentityOptions<TProperty>(propertyBuilder: PropertyBuilder<TProperty>, startValue?: Nullable<System_Internal.Int64>, incrementBy?: Nullable<System_Internal.Int64>, minValue?: Nullable<System_Internal.Int64>, maxValue?: Nullable<System_Internal.Int64>, cyclic?: Nullable<System_Internal.Boolean>, numbersToCache?: Nullable<System_Internal.Int64>): PropertyBuilder<TProperty>;
|
|
639
|
+
static hasPostgresArrayConversion<TElementProperty, TElementProvider>(propertyBuilder: PropertyBuilder<TElementProperty[]>, convertToProviderExpression: Expression<Func<TElementProperty, TElementProvider>>, convertFromProviderExpression: Expression<Func<TElementProvider, TElementProperty>>): PropertyBuilder<TElementProperty[]>;
|
|
640
|
+
static hasPostgresArrayConversion<TElementProperty, TElementProvider>(propertyBuilder: PropertyBuilder<TElementProperty[]>, elementValueConverter: ValueConverter): PropertyBuilder<TElementProperty[]>;
|
|
641
|
+
static hasSequence(propertyBuilder: IConventionPropertyBuilder, name: string, schema: string, fromDataAnnotation?: boolean): IConventionSequenceBuilder | undefined;
|
|
642
|
+
static hasValueGenerationStrategy(propertyBuilder: IConventionPropertyBuilder, valueGenerationStrategy: Nullable<NpgsqlValueGenerationStrategy>, fromDataAnnotation?: boolean): IConventionPropertyBuilder | undefined;
|
|
643
|
+
static isGeneratedTsVectorColumn(propertyBuilder: IConventionPropertyBuilder, config: string, includedPropertyNames: IReadOnlyList<System_Internal.String>, fromDataAnnotation?: boolean): IConventionPropertyBuilder | undefined;
|
|
644
|
+
static isGeneratedTsVectorColumn(propertyBuilder: PropertyBuilder<NpgsqlTsVector>, config: string, ...includedPropertyNames: string[]): PropertyBuilder<NpgsqlTsVector>;
|
|
645
|
+
static isGeneratedTsVectorColumn(propertyBuilder: PropertyBuilder, config: string, ...includedPropertyNames: string[]): PropertyBuilder;
|
|
646
|
+
static useCompressionMethod(propertyBuilder: IConventionPropertyBuilder, compressionMethod: string, fromDataAnnotation?: boolean): IConventionPropertyBuilder | undefined;
|
|
647
|
+
static useCompressionMethod(propertyBuilder: PropertyBuilder, compressionMethod: string): PropertyBuilder;
|
|
648
|
+
static useCompressionMethod<TEntity>(propertyBuilder: PropertyBuilder<TEntity>, compressionMethod: string): PropertyBuilder<TEntity>;
|
|
649
|
+
static useHiLo(propertyBuilder: PropertyBuilder, name?: string, schema?: string): PropertyBuilder;
|
|
650
|
+
static useHiLo<TProperty>(propertyBuilder: PropertyBuilder<TProperty>, name?: string, schema?: string): PropertyBuilder<TProperty>;
|
|
651
|
+
static useIdentityAlwaysColumn(propertyBuilder: PropertyBuilder): PropertyBuilder;
|
|
652
|
+
static useIdentityAlwaysColumn<TProperty>(propertyBuilder: PropertyBuilder<TProperty>): PropertyBuilder<TProperty>;
|
|
653
|
+
static useIdentityByDefaultColumn(propertyBuilder: PropertyBuilder): PropertyBuilder;
|
|
654
|
+
static useIdentityByDefaultColumn<TProperty>(propertyBuilder: PropertyBuilder<TProperty>): PropertyBuilder<TProperty>;
|
|
655
|
+
static useIdentityColumn(propertyBuilder: PropertyBuilder): PropertyBuilder;
|
|
656
|
+
static useIdentityColumn<TProperty>(propertyBuilder: PropertyBuilder<TProperty>): PropertyBuilder<TProperty>;
|
|
657
|
+
static useSequence(propertyBuilder: PropertyBuilder, name?: string, schema?: string): PropertyBuilder;
|
|
658
|
+
static useSequence<TProperty>(propertyBuilder: PropertyBuilder<TProperty>, name?: string, schema?: string): PropertyBuilder<TProperty>;
|
|
659
|
+
static useSerialColumn(propertyBuilder: PropertyBuilder): PropertyBuilder;
|
|
660
|
+
static useSerialColumn<TProperty>(propertyBuilder: PropertyBuilder<TProperty>): PropertyBuilder<TProperty>;
|
|
661
|
+
}
|
|
662
|
+
|
|
663
|
+
|
|
664
|
+
export type NpgsqlPropertyBuilderExtensions = NpgsqlPropertyBuilderExtensions$instance;
|
|
665
|
+
|
|
666
|
+
export abstract class NpgsqlPropertyExtensions$instance {
|
|
667
|
+
static findHiLoSequence(property: IProperty, storeObject: StoreObjectIdentifier): ISequence | undefined;
|
|
668
|
+
static findHiLoSequence(property: IProperty): ISequence | undefined;
|
|
669
|
+
static findHiLoSequence(property: IReadOnlyProperty, storeObject: StoreObjectIdentifier): IReadOnlySequence | undefined;
|
|
670
|
+
static findHiLoSequence(property: IReadOnlyProperty): IReadOnlySequence | undefined;
|
|
671
|
+
static findSequence(property: IProperty, storeObject: StoreObjectIdentifier): ISequence | undefined;
|
|
672
|
+
static findSequence(property: IProperty): ISequence | undefined;
|
|
673
|
+
static findSequence(property: IReadOnlyProperty, storeObject: StoreObjectIdentifier): IReadOnlySequence | undefined;
|
|
674
|
+
static findSequence(property: IReadOnlyProperty): IReadOnlySequence | undefined;
|
|
675
|
+
static getCompressionMethod(property: IReadOnlyProperty, storeObject: StoreObjectIdentifier): string | undefined;
|
|
676
|
+
static getCompressionMethod(property: IReadOnlyProperty): string | undefined;
|
|
677
|
+
static getCompressionMethodConfigurationSource(index: IConventionProperty): Nullable<ConfigurationSource>;
|
|
678
|
+
static getHiLoSequenceName(property: IReadOnlyProperty, storeObject: StoreObjectIdentifier): string | undefined;
|
|
679
|
+
static getHiLoSequenceName(property: IReadOnlyProperty): string | undefined;
|
|
680
|
+
static getHiLoSequenceNameConfigurationSource(property: IConventionProperty): Nullable<ConfigurationSource>;
|
|
681
|
+
static getHiLoSequenceSchema(property: IReadOnlyProperty, storeObject: StoreObjectIdentifier): string | undefined;
|
|
682
|
+
static getHiLoSequenceSchema(property: IReadOnlyProperty): string | undefined;
|
|
683
|
+
static getHiLoSequenceSchemaConfigurationSource(property: IConventionProperty): Nullable<ConfigurationSource>;
|
|
684
|
+
static getIdentityIncrementBy(property: IReadOnlyProperty): Nullable<System_Internal.Int64>;
|
|
685
|
+
static getIdentityIncrementByConfigurationSource(property: IConventionProperty): Nullable<ConfigurationSource>;
|
|
686
|
+
static getIdentityIsCyclic(property: IReadOnlyProperty): Nullable<System_Internal.Boolean>;
|
|
687
|
+
static getIdentityIsCyclicConfigurationSource(property: IConventionProperty): Nullable<ConfigurationSource>;
|
|
688
|
+
static getIdentityMaxValue(property: IReadOnlyProperty): Nullable<System_Internal.Int64>;
|
|
689
|
+
static getIdentityMaxValueConfigurationSource(property: IConventionProperty): Nullable<ConfigurationSource>;
|
|
690
|
+
static getIdentityMinValue(property: IReadOnlyProperty): Nullable<System_Internal.Int64>;
|
|
691
|
+
static getIdentityMinValueConfigurationSource(property: IConventionProperty): Nullable<ConfigurationSource>;
|
|
692
|
+
static getIdentityNumbersToCache(property: IReadOnlyProperty): Nullable<System_Internal.Int64>;
|
|
693
|
+
static getIdentityNumbersToCacheConfigurationSource(property: IConventionProperty): Nullable<ConfigurationSource>;
|
|
694
|
+
static getIdentityStartValue(property: IReadOnlyProperty): Nullable<System_Internal.Int64>;
|
|
695
|
+
static getIdentityStartValueConfigurationSource(property: IConventionProperty): Nullable<ConfigurationSource>;
|
|
696
|
+
static getSequenceName(property: IReadOnlyProperty, storeObject: StoreObjectIdentifier): string | undefined;
|
|
697
|
+
static getSequenceName(property: IReadOnlyProperty): string | undefined;
|
|
698
|
+
static getSequenceNameConfigurationSource(property: IConventionProperty): Nullable<ConfigurationSource>;
|
|
699
|
+
static getSequenceSchema(property: IReadOnlyProperty, storeObject: StoreObjectIdentifier): string | undefined;
|
|
700
|
+
static getSequenceSchema(property: IReadOnlyProperty): string | undefined;
|
|
701
|
+
static getSequenceSchemaConfigurationSource(property: IConventionProperty): Nullable<ConfigurationSource>;
|
|
702
|
+
static getTsVectorConfig(property: IReadOnlyProperty): string | undefined;
|
|
703
|
+
static getTsVectorConfigConfigurationSource(property: IConventionProperty): Nullable<ConfigurationSource>;
|
|
704
|
+
static getTsVectorProperties(property: IReadOnlyProperty): IReadOnlyList<System_Internal.String> | undefined;
|
|
705
|
+
static getTsVectorPropertiesConfigurationSource(property: IConventionProperty): Nullable<ConfigurationSource>;
|
|
706
|
+
static getValueGenerationStrategy(property: IReadOnlyProperty, storeObject: StoreObjectIdentifier): NpgsqlValueGenerationStrategy;
|
|
707
|
+
static getValueGenerationStrategy(property: IReadOnlyProperty): NpgsqlValueGenerationStrategy;
|
|
708
|
+
static getValueGenerationStrategy(overrides: IReadOnlyRelationalPropertyOverrides): Nullable<NpgsqlValueGenerationStrategy>;
|
|
709
|
+
static getValueGenerationStrategyConfigurationSource(property: IConventionProperty, storeObject: StoreObjectIdentifier): Nullable<ConfigurationSource>;
|
|
710
|
+
static getValueGenerationStrategyConfigurationSource(property: IConventionProperty): Nullable<ConfigurationSource>;
|
|
711
|
+
static getValueGenerationStrategyConfigurationSource(overrides: IConventionRelationalPropertyOverrides): Nullable<ConfigurationSource>;
|
|
712
|
+
static isCompatibleWithValueGeneration(property: IReadOnlyProperty): boolean;
|
|
713
|
+
static removeHiLoOptions(property: IConventionProperty): void;
|
|
714
|
+
static removeHiLoOptions(property: IMutableProperty): void;
|
|
715
|
+
static removeIdentityOptions(property: IConventionProperty): void;
|
|
716
|
+
static removeIdentityOptions(property: IMutableProperty): void;
|
|
717
|
+
static setCompressionMethod(property: IConventionProperty, compressionMethod: string, fromDataAnnotation?: boolean): string | undefined;
|
|
718
|
+
static setCompressionMethod(property: IMutableProperty, compressionMethod: string): void;
|
|
719
|
+
static setHiLoSequenceName(property: IConventionProperty, name: string, fromDataAnnotation?: boolean): string | undefined;
|
|
720
|
+
static setHiLoSequenceName(property: IMutableProperty, name: string): void;
|
|
721
|
+
static setHiLoSequenceSchema(property: IConventionProperty, schema: string, fromDataAnnotation?: boolean): string | undefined;
|
|
722
|
+
static setHiLoSequenceSchema(property: IMutableProperty, schema: string): void;
|
|
723
|
+
static setIdentityIncrementBy(property: IConventionProperty, incrementBy: Nullable<System_Internal.Int64>, fromDataAnnotation?: boolean): Nullable<System_Internal.Int64>;
|
|
724
|
+
static setIdentityIncrementBy(property: IMutableProperty, incrementBy: Nullable<System_Internal.Int64>): void;
|
|
725
|
+
static setIdentityIsCyclic(property: IConventionProperty, cyclic: Nullable<System_Internal.Boolean>, fromDataAnnotation?: boolean): Nullable<System_Internal.Boolean>;
|
|
726
|
+
static setIdentityIsCyclic(property: IMutableProperty, cyclic: Nullable<System_Internal.Boolean>): void;
|
|
727
|
+
static setIdentityMaxValue(property: IConventionProperty, maxValue: Nullable<System_Internal.Int64>, fromDataAnnotation?: boolean): Nullable<System_Internal.Int64>;
|
|
728
|
+
static setIdentityMaxValue(property: IMutableProperty, maxValue: Nullable<System_Internal.Int64>): void;
|
|
729
|
+
static setIdentityMinValue(property: IConventionProperty, minValue: Nullable<System_Internal.Int64>, fromDataAnnotation?: boolean): Nullable<System_Internal.Int64>;
|
|
730
|
+
static setIdentityMinValue(property: IMutableProperty, minValue: Nullable<System_Internal.Int64>): void;
|
|
731
|
+
static setIdentityNumbersToCache(property: IConventionProperty, numbersToCache: Nullable<System_Internal.Int64>, fromDataAnnotation?: boolean): Nullable<System_Internal.Int64>;
|
|
732
|
+
static setIdentityNumbersToCache(property: IMutableProperty, numbersToCache: Nullable<System_Internal.Int64>): void;
|
|
733
|
+
static setIdentityStartValue(property: IConventionProperty, startValue: Nullable<System_Internal.Int64>, fromDataAnnotation?: boolean): Nullable<System_Internal.Int64>;
|
|
734
|
+
static setIdentityStartValue(property: IMutableProperty, startValue: Nullable<System_Internal.Int64>): void;
|
|
735
|
+
static setSequenceName(property: IConventionProperty, name: string, fromDataAnnotation?: boolean): string | undefined;
|
|
736
|
+
static setSequenceName(property: IMutableProperty, name: string): void;
|
|
737
|
+
static setSequenceSchema(property: IConventionProperty, schema: string, fromDataAnnotation?: boolean): string | undefined;
|
|
738
|
+
static setSequenceSchema(property: IMutableProperty, schema: string): void;
|
|
739
|
+
static setTsVectorConfig(property: IConventionProperty, config: string, fromDataAnnotation?: boolean): string;
|
|
740
|
+
static setTsVectorConfig(property: IMutableProperty, config: string): void;
|
|
741
|
+
static setTsVectorProperties(property: IConventionProperty, properties: IReadOnlyList<System_Internal.String>, fromDataAnnotation?: boolean): IReadOnlyList<System_Internal.String> | undefined;
|
|
742
|
+
static setTsVectorProperties(property: IMutableProperty, properties: IReadOnlyList<System_Internal.String>): void;
|
|
743
|
+
static setValueGenerationStrategy(property: IConventionProperty, value: Nullable<NpgsqlValueGenerationStrategy>, storeObject: StoreObjectIdentifier, fromDataAnnotation?: boolean): Nullable<NpgsqlValueGenerationStrategy>;
|
|
744
|
+
static setValueGenerationStrategy(property: IConventionProperty, value: Nullable<NpgsqlValueGenerationStrategy>, fromDataAnnotation?: boolean): Nullable<NpgsqlValueGenerationStrategy>;
|
|
745
|
+
static setValueGenerationStrategy(overrides: IConventionRelationalPropertyOverrides, value: Nullable<NpgsqlValueGenerationStrategy>, fromDataAnnotation?: boolean): Nullable<NpgsqlValueGenerationStrategy>;
|
|
746
|
+
static setValueGenerationStrategy(property: IMutableProperty, value: Nullable<NpgsqlValueGenerationStrategy>, storeObject: StoreObjectIdentifier): void;
|
|
747
|
+
static setValueGenerationStrategy(property: IMutableProperty, value: Nullable<NpgsqlValueGenerationStrategy>): void;
|
|
748
|
+
static setValueGenerationStrategy(overrides: IMutableRelationalPropertyOverrides, value: Nullable<NpgsqlValueGenerationStrategy>): void;
|
|
749
|
+
}
|
|
750
|
+
|
|
751
|
+
|
|
752
|
+
export type NpgsqlPropertyExtensions = NpgsqlPropertyExtensions$instance;
|
|
753
|
+
|
|
754
|
+
export abstract class NpgsqlRangeDbFunctionsExtensions$instance {
|
|
755
|
+
static containedBy<T>(a: NpgsqlRange_1<T>, b: NpgsqlRange_1<T>): boolean;
|
|
756
|
+
static contains<T>(a: NpgsqlRange_1<T>, b: NpgsqlRange_1<T>): boolean;
|
|
757
|
+
static contains<T>(range: NpgsqlRange_1<T>, value: T): boolean;
|
|
758
|
+
static doesNotExtendLeftOf<T>(a: NpgsqlRange_1<T>, b: NpgsqlRange_1<T>): boolean;
|
|
759
|
+
static doesNotExtendRightOf<T>(a: NpgsqlRange_1<T>, b: NpgsqlRange_1<T>): boolean;
|
|
760
|
+
static except<T>(a: NpgsqlRange_1<T>, b: NpgsqlRange_1<T>): NpgsqlRange_1<T>;
|
|
761
|
+
static intersect<T>(a: NpgsqlRange_1<T>, b: NpgsqlRange_1<T>): NpgsqlRange_1<T>;
|
|
762
|
+
static isAdjacentTo<T>(a: NpgsqlRange_1<T>, b: NpgsqlRange_1<T>): boolean;
|
|
763
|
+
static isStrictlyLeftOf<T>(a: NpgsqlRange_1<T>, b: NpgsqlRange_1<T>): boolean;
|
|
764
|
+
static isStrictlyRightOf<T>(a: NpgsqlRange_1<T>, b: NpgsqlRange_1<T>): boolean;
|
|
765
|
+
static merge<T>(a: NpgsqlRange_1<T>, b: NpgsqlRange_1<T>): NpgsqlRange_1<T>;
|
|
766
|
+
static overlaps<T>(a: NpgsqlRange_1<T>, b: NpgsqlRange_1<T>): boolean;
|
|
767
|
+
static rangeAgg<T>(input: IEnumerable<NpgsqlRange_1<T>>): NpgsqlRange_1<T>[];
|
|
768
|
+
static rangeIntersectAgg<T>(input: IEnumerable<NpgsqlRange_1<T>>): NpgsqlRange_1<T>;
|
|
769
|
+
static rangeIntersectAgg<T>(input: IEnumerable<NpgsqlRange_1<T>[]>): NpgsqlRange_1<T>[];
|
|
770
|
+
static union<T>(a: NpgsqlRange_1<T>, b: NpgsqlRange_1<T>): NpgsqlRange_1<T>;
|
|
771
|
+
}
|
|
772
|
+
|
|
773
|
+
|
|
774
|
+
export type NpgsqlRangeDbFunctionsExtensions = NpgsqlRangeDbFunctionsExtensions$instance;
|
|
775
|
+
|
|
776
|
+
export abstract class NpgsqlTrigramsDbFunctionsExtensions$instance {
|
|
777
|
+
static trigramsAreNotStrictWordSimilar(_: DbFunctions, source: string, target: string): boolean;
|
|
778
|
+
static trigramsAreNotWordSimilar(_: DbFunctions, source: string, target: string): boolean;
|
|
779
|
+
static trigramsAreSimilar(_: DbFunctions, source: string, target: string): boolean;
|
|
780
|
+
static trigramsAreStrictWordSimilar(_: DbFunctions, source: string, target: string): boolean;
|
|
781
|
+
static trigramsAreWordSimilar(_: DbFunctions, source: string, target: string): boolean;
|
|
782
|
+
static trigramsShow(_: DbFunctions, text: string): string[];
|
|
783
|
+
static trigramsSimilarity(_: DbFunctions, source: string, target: string): double;
|
|
784
|
+
static trigramsSimilarityDistance(_: DbFunctions, source: string, target: string): double;
|
|
785
|
+
static trigramsStrictWordSimilarity(_: DbFunctions, source: string, target: string): double;
|
|
786
|
+
static trigramsStrictWordSimilarityDistance(_: DbFunctions, source: string, target: string): double;
|
|
787
|
+
static trigramsStrictWordSimilarityDistanceInverted(_: DbFunctions, source: string, target: string): double;
|
|
788
|
+
static trigramsWordSimilarity(_: DbFunctions, source: string, target: string): double;
|
|
789
|
+
static trigramsWordSimilarityDistance(_: DbFunctions, source: string, target: string): double;
|
|
790
|
+
static trigramsWordSimilarityDistanceInverted(_: DbFunctions, source: string, target: string): double;
|
|
791
|
+
}
|
|
792
|
+
|
|
793
|
+
|
|
794
|
+
export type NpgsqlTrigramsDbFunctionsExtensions = NpgsqlTrigramsDbFunctionsExtensions$instance;
|
|
795
|
+
|