@tsonic/efcore-npgsql 0.1.2 → 10.0.2

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (149) hide show
  1. package/Microsoft.EntityFrameworkCore/bindings.json +8946 -11216
  2. package/Microsoft.EntityFrameworkCore/internal/index.d.ts +604 -604
  3. package/Microsoft.EntityFrameworkCore.Diagnostics/bindings.json +49 -180
  4. package/Microsoft.EntityFrameworkCore.Diagnostics/internal/index.d.ts +16 -16
  5. package/Microsoft.EntityFrameworkCore.Metadata.Internal/bindings.json +23 -15
  6. package/Microsoft.EntityFrameworkCore.Metadata.Internal/internal/index.d.ts +1 -1
  7. package/Microsoft.Extensions.DependencyInjection/bindings.json +34 -26
  8. package/Microsoft.Extensions.DependencyInjection/internal/index.d.ts +2 -2
  9. package/Npgsql/bindings.json +14579 -19539
  10. package/Npgsql/internal/index.d.ts +1182 -1062
  11. package/Npgsql.BackendMessages/bindings.json +33 -39
  12. package/Npgsql.BackendMessages/internal/index.d.ts +3 -3
  13. package/Npgsql.EntityFrameworkCore.PostgreSQL/bindings.json +48 -67
  14. package/Npgsql.EntityFrameworkCore.PostgreSQL/internal/index.d.ts +7 -2
  15. package/Npgsql.EntityFrameworkCore.PostgreSQL.Design.Internal/bindings.json +272 -174
  16. package/Npgsql.EntityFrameworkCore.PostgreSQL.Design.Internal/internal/index.d.ts +29 -14
  17. package/Npgsql.EntityFrameworkCore.PostgreSQL.Diagnostics.Internal/bindings.json +48 -201
  18. package/Npgsql.EntityFrameworkCore.PostgreSQL.Diagnostics.Internal/internal/index.d.ts +17 -17
  19. package/Npgsql.EntityFrameworkCore.PostgreSQL.Extensions.Internal/bindings.json +42 -48
  20. package/Npgsql.EntityFrameworkCore.PostgreSQL.Extensions.Internal/internal/index.d.ts +4 -4
  21. package/Npgsql.EntityFrameworkCore.PostgreSQL.Infrastructure/bindings.json +183 -218
  22. package/Npgsql.EntityFrameworkCore.PostgreSQL.Infrastructure/internal/index.d.ts +25 -20
  23. package/Npgsql.EntityFrameworkCore.PostgreSQL.Infrastructure.Internal/bindings.json +606 -705
  24. package/Npgsql.EntityFrameworkCore.PostgreSQL.Infrastructure.Internal/internal/index.d.ts +82 -58
  25. package/Npgsql.EntityFrameworkCore.PostgreSQL.Infrastructure.Internal.d.ts +1 -1
  26. package/Npgsql.EntityFrameworkCore.PostgreSQL.Infrastructure.d.ts +2 -2
  27. package/Npgsql.EntityFrameworkCore.PostgreSQL.Internal/bindings.json +504 -737
  28. package/Npgsql.EntityFrameworkCore.PostgreSQL.Internal/internal/index.d.ts +56 -58
  29. package/Npgsql.EntityFrameworkCore.PostgreSQL.Metadata/bindings.json +468 -699
  30. package/Npgsql.EntityFrameworkCore.PostgreSQL.Metadata/internal/index.d.ts +62 -62
  31. package/Npgsql.EntityFrameworkCore.PostgreSQL.Metadata.Conventions/bindings.json +579 -197
  32. package/Npgsql.EntityFrameworkCore.PostgreSQL.Metadata.Conventions/internal/index.d.ts +59 -19
  33. package/Npgsql.EntityFrameworkCore.PostgreSQL.Metadata.Conventions.d.ts +4 -4
  34. package/Npgsql.EntityFrameworkCore.PostgreSQL.Metadata.Internal/bindings.json +240 -612
  35. package/Npgsql.EntityFrameworkCore.PostgreSQL.Metadata.Internal/internal/index.d.ts +52 -52
  36. package/Npgsql.EntityFrameworkCore.PostgreSQL.Migrations/bindings.json +788 -58
  37. package/Npgsql.EntityFrameworkCore.PostgreSQL.Migrations/internal/index.d.ts +51 -9
  38. package/Npgsql.EntityFrameworkCore.PostgreSQL.Migrations.Internal/bindings.json +186 -173
  39. package/Npgsql.EntityFrameworkCore.PostgreSQL.Migrations.Internal/internal/index.d.ts +23 -16
  40. package/Npgsql.EntityFrameworkCore.PostgreSQL.Migrations.Internal.d.ts +2 -2
  41. package/Npgsql.EntityFrameworkCore.PostgreSQL.Migrations.Operations/bindings.json +77 -72
  42. package/Npgsql.EntityFrameworkCore.PostgreSQL.Migrations.Operations/internal/index.d.ts +6 -6
  43. package/Npgsql.EntityFrameworkCore.PostgreSQL.Migrations.d.ts +5 -4
  44. package/Npgsql.EntityFrameworkCore.PostgreSQL.Query/bindings.json +160 -234
  45. package/Npgsql.EntityFrameworkCore.PostgreSQL.Query/internal/index.d.ts +20 -20
  46. package/Npgsql.EntityFrameworkCore.PostgreSQL.Query.ExpressionTranslators.Internal/bindings.json +831 -864
  47. package/Npgsql.EntityFrameworkCore.PostgreSQL.Query.ExpressionTranslators.Internal/internal/index.d.ts +38 -38
  48. package/Npgsql.EntityFrameworkCore.PostgreSQL.Query.Expressions/bindings.json +94 -345
  49. package/Npgsql.EntityFrameworkCore.PostgreSQL.Query.Expressions/internal/index.d.ts +30 -30
  50. package/Npgsql.EntityFrameworkCore.PostgreSQL.Query.Expressions.Internal/bindings.json +2021 -2000
  51. package/Npgsql.EntityFrameworkCore.PostgreSQL.Query.Expressions.Internal/internal/index.d.ts +255 -167
  52. package/Npgsql.EntityFrameworkCore.PostgreSQL.Query.Internal/bindings.json +2408 -631
  53. package/Npgsql.EntityFrameworkCore.PostgreSQL.Query.Internal/internal/index.d.ts +178 -38
  54. package/Npgsql.EntityFrameworkCore.PostgreSQL.Query.Internal.d.ts +6 -5
  55. package/Npgsql.EntityFrameworkCore.PostgreSQL.Scaffolding.Internal/bindings.json +58 -61
  56. package/Npgsql.EntityFrameworkCore.PostgreSQL.Scaffolding.Internal/internal/index.d.ts +3 -3
  57. package/Npgsql.EntityFrameworkCore.PostgreSQL.Storage.Internal/bindings.json +780 -544
  58. package/Npgsql.EntityFrameworkCore.PostgreSQL.Storage.Internal/internal/index.d.ts +79 -46
  59. package/Npgsql.EntityFrameworkCore.PostgreSQL.Storage.Internal.Json/bindings.json +83 -110
  60. package/Npgsql.EntityFrameworkCore.PostgreSQL.Storage.Internal.Json/internal/index.d.ts +8 -8
  61. package/Npgsql.EntityFrameworkCore.PostgreSQL.Storage.Internal.Mapping/bindings.json +5272 -3851
  62. package/Npgsql.EntityFrameworkCore.PostgreSQL.Storage.Internal.Mapping/internal/index.d.ts +594 -212
  63. package/Npgsql.EntityFrameworkCore.PostgreSQL.Storage.Internal.d.ts +5 -4
  64. package/Npgsql.EntityFrameworkCore.PostgreSQL.Storage.ValueConversion/bindings.json +30 -34
  65. package/Npgsql.EntityFrameworkCore.PostgreSQL.Storage.ValueConversion/internal/index.d.ts +1 -1
  66. package/Npgsql.EntityFrameworkCore.PostgreSQL.Update.Internal/bindings.json +349 -188
  67. package/Npgsql.EntityFrameworkCore.PostgreSQL.Update.Internal/internal/index.d.ts +39 -15
  68. package/Npgsql.EntityFrameworkCore.PostgreSQL.Update.Internal.d.ts +5 -2
  69. package/Npgsql.EntityFrameworkCore.PostgreSQL.ValueGeneration/bindings.json +57 -76
  70. package/Npgsql.EntityFrameworkCore.PostgreSQL.ValueGeneration/internal/index.d.ts +4 -4
  71. package/Npgsql.EntityFrameworkCore.PostgreSQL.ValueGeneration.Internal/bindings.json +245 -193
  72. package/Npgsql.EntityFrameworkCore.PostgreSQL.ValueGeneration.Internal/internal/index.d.ts +24 -11
  73. package/Npgsql.EntityFrameworkCore.PostgreSQL.ValueGeneration.Internal.d.ts +3 -1
  74. package/Npgsql.EntityFrameworkCore.PostgreSQL.d.ts +1 -1
  75. package/Npgsql.Internal/bindings.json +2550 -3274
  76. package/Npgsql.Internal/internal/index.d.ts +282 -248
  77. package/Npgsql.Internal.Postgres/bindings.json +289 -434
  78. package/Npgsql.Internal.Postgres/internal/index.d.ts +33 -33
  79. package/Npgsql.Internal.d.ts +1 -1
  80. package/Npgsql.NameTranslation/bindings.json +91 -116
  81. package/Npgsql.NameTranslation/internal/index.d.ts +5 -5
  82. package/Npgsql.PostgresTypes/bindings.json +289 -982
  83. package/Npgsql.PostgresTypes/internal/index.d.ts +28 -25
  84. package/Npgsql.Replication/bindings.json +486 -1078
  85. package/Npgsql.Replication/internal/index.d.ts +47 -46
  86. package/Npgsql.Replication.Internal/bindings.json +65 -69
  87. package/Npgsql.Replication.Internal/internal/index.d.ts +6 -5
  88. package/Npgsql.Replication.PgOutput/bindings.json +344 -536
  89. package/Npgsql.Replication.PgOutput/internal/index.d.ts +31 -30
  90. package/Npgsql.Replication.PgOutput.Messages/bindings.json +1176 -2950
  91. package/Npgsql.Replication.PgOutput.Messages/internal/index.d.ts +85 -82
  92. package/Npgsql.Replication.TestDecoding/bindings.json +131 -270
  93. package/Npgsql.Replication.TestDecoding/internal/index.d.ts +13 -13
  94. package/Npgsql.Schema/bindings.json +236 -376
  95. package/Npgsql.Schema/internal/index.d.ts +34 -28
  96. package/Npgsql.TypeMapping/bindings.json +109 -153
  97. package/Npgsql.TypeMapping/internal/index.d.ts +13 -13
  98. package/Npgsql.Util/bindings.json +13 -1
  99. package/Npgsql.d.ts +1 -1
  100. package/NpgsqlTypes/bindings.json +2306 -4296
  101. package/NpgsqlTypes/internal/index.d.ts +282 -280
  102. package/__build/scripts/generate.sh +4 -4
  103. package/__internal/extensions/index.d.ts +71 -71
  104. package/package.json +5 -5
  105. package/Microsoft.EntityFrameworkCore/internal/metadata.json +0 -10154
  106. package/Microsoft.EntityFrameworkCore.Diagnostics/internal/metadata.json +0 -172
  107. package/Microsoft.EntityFrameworkCore.Metadata.Internal/internal/metadata.json +0 -49
  108. package/Microsoft.Extensions.DependencyInjection/internal/metadata.json +0 -63
  109. package/Npgsql/internal/metadata.json +0 -15514
  110. package/Npgsql.BackendMessages/internal/metadata.json +0 -72
  111. package/Npgsql.EntityFrameworkCore.PostgreSQL/internal/metadata.json +0 -60
  112. package/Npgsql.EntityFrameworkCore.PostgreSQL.Design.Internal/internal/metadata.json +0 -269
  113. package/Npgsql.EntityFrameworkCore.PostgreSQL.Diagnostics.Internal/internal/metadata.json +0 -184
  114. package/Npgsql.EntityFrameworkCore.PostgreSQL.Extensions.Internal/internal/metadata.json +0 -125
  115. package/Npgsql.EntityFrameworkCore.PostgreSQL.Infrastructure/internal/metadata.json +0 -342
  116. package/Npgsql.EntityFrameworkCore.PostgreSQL.Infrastructure.Internal/internal/metadata.json +0 -985
  117. package/Npgsql.EntityFrameworkCore.PostgreSQL.Internal/internal/metadata.json +0 -1064
  118. package/Npgsql.EntityFrameworkCore.PostgreSQL.Metadata/internal/metadata.json +0 -990
  119. package/Npgsql.EntityFrameworkCore.PostgreSQL.Metadata.Conventions/internal/metadata.json +0 -317
  120. package/Npgsql.EntityFrameworkCore.PostgreSQL.Metadata.Internal/internal/metadata.json +0 -664
  121. package/Npgsql.EntityFrameworkCore.PostgreSQL.Migrations/internal/metadata.json +0 -95
  122. package/Npgsql.EntityFrameworkCore.PostgreSQL.Migrations.Internal/internal/metadata.json +0 -262
  123. package/Npgsql.EntityFrameworkCore.PostgreSQL.Migrations.Operations/internal/metadata.json +0 -114
  124. package/Npgsql.EntityFrameworkCore.PostgreSQL.Query/internal/metadata.json +0 -351
  125. package/Npgsql.EntityFrameworkCore.PostgreSQL.Query.ExpressionTranslators.Internal/internal/metadata.json +0 -1349
  126. package/Npgsql.EntityFrameworkCore.PostgreSQL.Query.Expressions/internal/metadata.json +0 -304
  127. package/Npgsql.EntityFrameworkCore.PostgreSQL.Query.Expressions.Internal/internal/metadata.json +0 -2783
  128. package/Npgsql.EntityFrameworkCore.PostgreSQL.Query.Internal/internal/metadata.json +0 -806
  129. package/Npgsql.EntityFrameworkCore.PostgreSQL.Scaffolding.Internal/internal/metadata.json +0 -102
  130. package/Npgsql.EntityFrameworkCore.PostgreSQL.Storage.Internal/internal/metadata.json +0 -807
  131. package/Npgsql.EntityFrameworkCore.PostgreSQL.Storage.Internal.Json/internal/metadata.json +0 -186
  132. package/Npgsql.EntityFrameworkCore.PostgreSQL.Storage.Internal.Mapping/internal/metadata.json +0 -4823
  133. package/Npgsql.EntityFrameworkCore.PostgreSQL.Storage.ValueConversion/internal/metadata.json +0 -51
  134. package/Npgsql.EntityFrameworkCore.PostgreSQL.Update.Internal/internal/metadata.json +0 -341
  135. package/Npgsql.EntityFrameworkCore.PostgreSQL.ValueGeneration/internal/metadata.json +0 -118
  136. package/Npgsql.EntityFrameworkCore.PostgreSQL.ValueGeneration.Internal/internal/metadata.json +0 -323
  137. package/Npgsql.Internal/internal/metadata.json +0 -4555
  138. package/Npgsql.Internal.Postgres/internal/metadata.json +0 -619
  139. package/Npgsql.NameTranslation/internal/metadata.json +0 -173
  140. package/Npgsql.PostgresTypes/internal/metadata.json +0 -480
  141. package/Npgsql.Replication/internal/metadata.json +0 -972
  142. package/Npgsql.Replication.Internal/internal/metadata.json +0 -119
  143. package/Npgsql.Replication.PgOutput/internal/metadata.json +0 -644
  144. package/Npgsql.Replication.PgOutput.Messages/internal/metadata.json +0 -1905
  145. package/Npgsql.Replication.TestDecoding/internal/metadata.json +0 -283
  146. package/Npgsql.Schema/internal/metadata.json +0 -451
  147. package/Npgsql.TypeMapping/internal/metadata.json +0 -248
  148. package/Npgsql.Util/internal/metadata.json +0 -24
  149. package/NpgsqlTypes/internal/metadata.json +0 -5014
@@ -31,763 +31,763 @@ import type { DatabaseModel } from "@tsonic/efcore/Microsoft.EntityFrameworkCore
31
31
  import type { ValueConverter } from "@tsonic/efcore/Microsoft.EntityFrameworkCore.Storage.ValueConversion.js";
32
32
 
33
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
34
+ Default = 0,
35
+ DivideBy1PlusLogLength = 1,
36
+ DivideByLength = 2,
37
+ DivideByMeanHarmonicDistanceBetweenExtents = 4,
38
+ DivideByUniqueWordCount = 8,
39
+ DividesBy1PlusLogUniqueWordCount = 16,
40
+ DivideByItselfPlusOne = 32
41
41
  }
42
42
 
43
43
 
44
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;
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
59
  }
60
60
 
61
61
 
62
62
  export const LTree: {
63
63
  new(value: string): LTree;
64
- longestCommonAncestor(...others: LTree[]): LTree;
64
+ LongestCommonAncestor(...others: LTree[]): LTree;
65
65
  };
66
66
 
67
67
 
68
68
  export type LTree = LTree$instance;
69
69
 
70
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>;
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
119
  }
120
120
 
121
121
 
122
122
  export type NpgsqlAggregateDbFunctionsExtensions = NpgsqlAggregateDbFunctionsExtensions$instance;
123
123
 
124
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>;
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
134
  }
135
135
 
136
136
 
137
137
  export type NpgsqlAlterDatabaseOperationExtensions = NpgsqlAlterDatabaseOperationExtensions$instance;
138
138
 
139
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;
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
151
  }
152
152
 
153
153
 
154
154
  export type NpgsqlCubeDbFunctionsExtensions = NpgsqlCubeDbFunctionsExtensions$instance;
155
155
 
156
156
  export abstract class NpgsqlDatabaseFacadeExtensions$instance {
157
- static isNpgsql(database: DatabaseFacade): boolean;
158
- static setDbDataSource(databaseFacade: DatabaseFacade, dataSource: DbDataSource): void;
157
+ static IsNpgsql(database: DatabaseFacade): boolean;
158
+ static SetDbDataSource(databaseFacade: DatabaseFacade, dataSource: DbDataSource): void;
159
159
  }
160
160
 
161
161
 
162
162
  export type NpgsqlDatabaseFacadeExtensions = NpgsqlDatabaseFacadeExtensions$instance;
163
163
 
164
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>;
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
168
  }
169
169
 
170
170
 
171
171
  export type NpgsqlDatabaseModelExtensions = NpgsqlDatabaseModelExtensions$instance;
172
172
 
173
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;
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
184
  }
185
185
 
186
186
 
187
187
  export type NpgsqlDbContextOptionsBuilderExtensions = NpgsqlDbContextOptionsBuilderExtensions$instance;
188
188
 
189
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;
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
203
  }
204
204
 
205
205
 
206
206
  export type NpgsqlDbFunctionsExtensions = NpgsqlDbFunctionsExtensions$instance;
207
207
 
208
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;
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
220
  }
221
221
 
222
222
 
223
223
  export type NpgsqlEntityTypeBuilderExtensions = NpgsqlEntityTypeBuilderExtensions$instance;
224
224
 
225
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;
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
236
  }
237
237
 
238
238
 
239
239
  export type NpgsqlEntityTypeExtensions = NpgsqlEntityTypeExtensions$instance;
240
240
 
241
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;
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
255
  }
256
256
 
257
257
 
258
258
  export type NpgsqlFullTextSearchDbFunctionsExtensions = NpgsqlFullTextSearchDbFunctionsExtensions$instance;
259
259
 
260
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;
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
295
  }
296
296
 
297
297
 
298
298
  export type NpgsqlFullTextSearchLinqExtensions = NpgsqlFullTextSearchLinqExtensions$instance;
299
299
 
300
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;
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
310
  }
311
311
 
312
312
 
313
313
  export type NpgsqlFuzzyStringMatchDbFunctionsExtensions = NpgsqlFuzzyStringMatchDbFunctionsExtensions$instance;
314
314
 
315
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;
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
353
  }
354
354
 
355
355
 
356
356
  export type NpgsqlIndexBuilderExtensions = NpgsqlIndexBuilderExtensions$instance;
357
357
 
358
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;
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
396
  }
397
397
 
398
398
 
399
399
  export type NpgsqlIndexExtensions = NpgsqlIndexExtensions$instance;
400
400
 
401
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;
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
408
  }
409
409
 
410
410
 
411
411
  export type NpgsqlJsonDbFunctionsExtensions = NpgsqlJsonDbFunctionsExtensions$instance;
412
412
 
413
413
  export abstract class NpgsqlMigrationBuilderExtensions$instance {
414
- static ensurePostgresExtension(builder: MigrationBuilder, name: string, schema?: string, version?: string): MigrationBuilder;
415
- static isNpgsql(builder: MigrationBuilder): boolean;
414
+ static EnsurePostgresExtension(builder: MigrationBuilder, name: string, schema?: string, version?: string): MigrationBuilder;
415
+ static IsNpgsql(builder: MigrationBuilder): boolean;
416
416
  }
417
417
 
418
418
 
419
419
  export type NpgsqlMigrationBuilderExtensions = NpgsqlMigrationBuilderExtensions$instance;
420
420
 
421
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;
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
449
  }
450
450
 
451
451
 
452
452
  export type NpgsqlModelBuilderExtensions = NpgsqlModelBuilderExtensions$instance;
453
453
 
454
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;
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
495
  }
496
496
 
497
497
 
498
498
  export type NpgsqlModelExtensions = NpgsqlModelExtensions$instance;
499
499
 
500
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>[];
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
543
  }
544
544
 
545
545
 
546
546
  export type NpgsqlMultirangeDbFunctionsExtensions = NpgsqlMultirangeDbFunctionsExtensions$instance;
547
547
 
548
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;
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
622
  }
623
623
 
624
624
 
625
625
  export type NpgsqlNetworkDbFunctionsExtensions = NpgsqlNetworkDbFunctionsExtensions$instance;
626
626
 
627
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>;
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
661
  }
662
662
 
663
663
 
664
664
  export type NpgsqlPropertyBuilderExtensions = NpgsqlPropertyBuilderExtensions$instance;
665
665
 
666
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;
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
749
  }
750
750
 
751
751
 
752
752
  export type NpgsqlPropertyExtensions = NpgsqlPropertyExtensions$instance;
753
753
 
754
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>;
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
771
  }
772
772
 
773
773
 
774
774
  export type NpgsqlRangeDbFunctionsExtensions = NpgsqlRangeDbFunctionsExtensions$instance;
775
775
 
776
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;
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
791
  }
792
792
 
793
793