@tsonic/efcore-npgsql 10.0.34 → 10.0.37
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/__internal/extensions/index.d.ts +646 -807
- package/package.json +5 -5
|
@@ -1,6 +1,6 @@
|
|
|
1
|
-
// Generated by tsbindgen - Extension Method
|
|
2
|
-
// This file contains
|
|
3
|
-
//
|
|
1
|
+
// Generated by tsbindgen - Extension Method Tables
|
|
2
|
+
// This file contains method-table interfaces for C# extension methods.
|
|
3
|
+
// Tables are scoped by declaring namespace (C# using semantics).
|
|
4
4
|
// For each namespace with extension methods, this file exports an ExtensionMethods_<Namespace> helper.
|
|
5
5
|
|
|
6
6
|
// Import namespace modules for cross-namespace type references
|
|
@@ -48,893 +48,732 @@ import * as System_Internal from "@tsonic/dotnet/System/internal/index.js";
|
|
|
48
48
|
// Import unsafe type markers
|
|
49
49
|
import type { ptr } from '@tsonic/core/types.js';
|
|
50
50
|
|
|
51
|
-
export interface __Ext_Microsoft_EntityFrameworkCore_DbContextOptionsBuilder {
|
|
52
|
-
UseNpgsql(npgsqlOptionsAction?: System.Action_1<Npgsql_EntityFrameworkCore_PostgreSQL_Infrastructure.NpgsqlDbContextOptionsBuilder>): Rewrap<this, Microsoft_EntityFrameworkCore.DbContextOptionsBuilder>;
|
|
53
|
-
UseNpgsql(connectionString: string, npgsqlOptionsAction?: System.Action_1<Npgsql_EntityFrameworkCore_PostgreSQL_Infrastructure.NpgsqlDbContextOptionsBuilder>): Rewrap<this, Microsoft_EntityFrameworkCore.DbContextOptionsBuilder>;
|
|
54
|
-
UseNpgsql(connection: System_Data_Common.DbConnection, npgsqlOptionsAction?: System.Action_1<Npgsql_EntityFrameworkCore_PostgreSQL_Infrastructure.NpgsqlDbContextOptionsBuilder>): Rewrap<this, Microsoft_EntityFrameworkCore.DbContextOptionsBuilder>;
|
|
55
|
-
UseNpgsql(connection: System_Data_Common.DbConnection, contextOwnsConnection: boolean, npgsqlOptionsAction?: System.Action_1<Npgsql_EntityFrameworkCore_PostgreSQL_Infrastructure.NpgsqlDbContextOptionsBuilder>): Rewrap<this, Microsoft_EntityFrameworkCore.DbContextOptionsBuilder>;
|
|
56
|
-
UseNpgsql(dataSource: System_Data_Common.DbDataSource, npgsqlOptionsAction?: System.Action_1<Npgsql_EntityFrameworkCore_PostgreSQL_Infrastructure.NpgsqlDbContextOptionsBuilder>): Rewrap<this, Microsoft_EntityFrameworkCore.DbContextOptionsBuilder>;
|
|
57
|
-
}
|
|
58
|
-
|
|
59
|
-
export interface __Ext_Microsoft_EntityFrameworkCore_DbContextOptionsBuilder_1<T> {
|
|
60
|
-
UseNpgsql(npgsqlOptionsAction?: System.Action_1<Npgsql_EntityFrameworkCore_PostgreSQL_Infrastructure.NpgsqlDbContextOptionsBuilder>): Rewrap<this, Microsoft_EntityFrameworkCore.DbContextOptionsBuilder_1<T>>;
|
|
61
|
-
UseNpgsql(connectionString: string, npgsqlOptionsAction?: System.Action_1<Npgsql_EntityFrameworkCore_PostgreSQL_Infrastructure.NpgsqlDbContextOptionsBuilder>): Rewrap<this, Microsoft_EntityFrameworkCore.DbContextOptionsBuilder_1<T>>;
|
|
62
|
-
UseNpgsql(connection: System_Data_Common.DbConnection, npgsqlOptionsAction?: System.Action_1<Npgsql_EntityFrameworkCore_PostgreSQL_Infrastructure.NpgsqlDbContextOptionsBuilder>): Rewrap<this, Microsoft_EntityFrameworkCore.DbContextOptionsBuilder_1<T>>;
|
|
63
|
-
UseNpgsql(connection: System_Data_Common.DbConnection, contextOwnsConnection: boolean, npgsqlOptionsAction?: System.Action_1<Npgsql_EntityFrameworkCore_PostgreSQL_Infrastructure.NpgsqlDbContextOptionsBuilder>): Rewrap<this, Microsoft_EntityFrameworkCore.DbContextOptionsBuilder_1<T>>;
|
|
64
|
-
UseNpgsql(dataSource: System_Data_Common.DbDataSource, npgsqlOptionsAction?: System.Action_1<Npgsql_EntityFrameworkCore_PostgreSQL_Infrastructure.NpgsqlDbContextOptionsBuilder>): Rewrap<this, Microsoft_EntityFrameworkCore.DbContextOptionsBuilder_1<T>>;
|
|
65
|
-
}
|
|
66
|
-
|
|
67
|
-
export interface __Ext_Microsoft_EntityFrameworkCore_DbFunctions {
|
|
68
|
-
ArrayAgg<T>(input: System_Collections_Generic.IEnumerable_1<T>): Rewrap<this, T[]>;
|
|
69
|
-
JsonAgg<T>(input: System_Collections_Generic.IEnumerable_1<T>): Rewrap<this, T[]>;
|
|
70
|
-
JsonbAgg<T>(input: System_Collections_Generic.IEnumerable_1<T>): Rewrap<this, T[]>;
|
|
71
|
-
Sum(input: System_Collections_Generic.IEnumerable_1<System.TimeSpan>): Rewrap<this, System.Nullable_1<System.TimeSpan>>;
|
|
72
|
-
Average(input: System_Collections_Generic.IEnumerable_1<System.TimeSpan>): Rewrap<this, System.Nullable_1<System.TimeSpan>>;
|
|
73
|
-
JsonObjectAgg<T1, T2>(keyValuePairs: System_Collections_Generic.IEnumerable_1<System.ValueTuple_2<T1, T2>>): Rewrap<this, string>;
|
|
74
|
-
JsonObjectAgg<T1, T2, TReturn>(keyValuePairs: System_Collections_Generic.IEnumerable_1<System.ValueTuple_2<T1, T2>>): Rewrap<this, TReturn>;
|
|
75
|
-
JsonbObjectAgg<T1, T2>(keyValuePairs: System_Collections_Generic.IEnumerable_1<System.ValueTuple_2<T1, T2>>): Rewrap<this, string>;
|
|
76
|
-
JsonbObjectAgg<T1, T2, TReturn>(keyValuePairs: System_Collections_Generic.IEnumerable_1<System.ValueTuple_2<T1, T2>>): Rewrap<this, TReturn>;
|
|
77
|
-
StandardDeviationSample(values: System_Collections_Generic.IEnumerable_1<System_Internal.Byte>): Rewrap<this, System.Nullable_1<System_Internal.Double>>;
|
|
78
|
-
StandardDeviationSample(values: System_Collections_Generic.IEnumerable_1<System_Internal.Int16>): Rewrap<this, System.Nullable_1<System_Internal.Double>>;
|
|
79
|
-
StandardDeviationSample(values: System_Collections_Generic.IEnumerable_1<System_Internal.Int32>): Rewrap<this, System.Nullable_1<System_Internal.Double>>;
|
|
80
|
-
StandardDeviationSample(values: System_Collections_Generic.IEnumerable_1<System_Internal.Int64>): Rewrap<this, System.Nullable_1<System_Internal.Double>>;
|
|
81
|
-
StandardDeviationSample(values: System_Collections_Generic.IEnumerable_1<System_Internal.Single>): Rewrap<this, System.Nullable_1<System_Internal.Double>>;
|
|
82
|
-
StandardDeviationSample(values: System_Collections_Generic.IEnumerable_1<System_Internal.Double>): Rewrap<this, System.Nullable_1<System_Internal.Double>>;
|
|
83
|
-
StandardDeviationSample(values: System_Collections_Generic.IEnumerable_1<System_Internal.Decimal>): Rewrap<this, System.Nullable_1<System_Internal.Double>>;
|
|
84
|
-
StandardDeviationPopulation(values: System_Collections_Generic.IEnumerable_1<System_Internal.Byte>): Rewrap<this, System.Nullable_1<System_Internal.Double>>;
|
|
85
|
-
StandardDeviationPopulation(values: System_Collections_Generic.IEnumerable_1<System_Internal.Int16>): Rewrap<this, System.Nullable_1<System_Internal.Double>>;
|
|
86
|
-
StandardDeviationPopulation(values: System_Collections_Generic.IEnumerable_1<System_Internal.Int32>): Rewrap<this, System.Nullable_1<System_Internal.Double>>;
|
|
87
|
-
StandardDeviationPopulation(values: System_Collections_Generic.IEnumerable_1<System_Internal.Int64>): Rewrap<this, System.Nullable_1<System_Internal.Double>>;
|
|
88
|
-
StandardDeviationPopulation(values: System_Collections_Generic.IEnumerable_1<System_Internal.Single>): Rewrap<this, System.Nullable_1<System_Internal.Double>>;
|
|
89
|
-
StandardDeviationPopulation(values: System_Collections_Generic.IEnumerable_1<System_Internal.Double>): Rewrap<this, System.Nullable_1<System_Internal.Double>>;
|
|
90
|
-
StandardDeviationPopulation(values: System_Collections_Generic.IEnumerable_1<System_Internal.Decimal>): Rewrap<this, System.Nullable_1<System_Internal.Double>>;
|
|
91
|
-
VarianceSample(values: System_Collections_Generic.IEnumerable_1<System_Internal.Byte>): Rewrap<this, System.Nullable_1<System_Internal.Double>>;
|
|
92
|
-
VarianceSample(values: System_Collections_Generic.IEnumerable_1<System_Internal.Int16>): Rewrap<this, System.Nullable_1<System_Internal.Double>>;
|
|
93
|
-
VarianceSample(values: System_Collections_Generic.IEnumerable_1<System_Internal.Int32>): Rewrap<this, System.Nullable_1<System_Internal.Double>>;
|
|
94
|
-
VarianceSample(values: System_Collections_Generic.IEnumerable_1<System_Internal.Int64>): Rewrap<this, System.Nullable_1<System_Internal.Double>>;
|
|
95
|
-
VarianceSample(values: System_Collections_Generic.IEnumerable_1<System_Internal.Single>): Rewrap<this, System.Nullable_1<System_Internal.Double>>;
|
|
96
|
-
VarianceSample(values: System_Collections_Generic.IEnumerable_1<System_Internal.Double>): Rewrap<this, System.Nullable_1<System_Internal.Double>>;
|
|
97
|
-
VarianceSample(values: System_Collections_Generic.IEnumerable_1<System_Internal.Decimal>): Rewrap<this, System.Nullable_1<System_Internal.Double>>;
|
|
98
|
-
VariancePopulation(values: System_Collections_Generic.IEnumerable_1<System_Internal.Byte>): Rewrap<this, System.Nullable_1<System_Internal.Double>>;
|
|
99
|
-
VariancePopulation(values: System_Collections_Generic.IEnumerable_1<System_Internal.Int16>): Rewrap<this, System.Nullable_1<System_Internal.Double>>;
|
|
100
|
-
VariancePopulation(values: System_Collections_Generic.IEnumerable_1<System_Internal.Int32>): Rewrap<this, System.Nullable_1<System_Internal.Double>>;
|
|
101
|
-
VariancePopulation(values: System_Collections_Generic.IEnumerable_1<System_Internal.Int64>): Rewrap<this, System.Nullable_1<System_Internal.Double>>;
|
|
102
|
-
VariancePopulation(values: System_Collections_Generic.IEnumerable_1<System_Internal.Single>): Rewrap<this, System.Nullable_1<System_Internal.Double>>;
|
|
103
|
-
VariancePopulation(values: System_Collections_Generic.IEnumerable_1<System_Internal.Double>): Rewrap<this, System.Nullable_1<System_Internal.Double>>;
|
|
104
|
-
VariancePopulation(values: System_Collections_Generic.IEnumerable_1<System_Internal.Decimal>): Rewrap<this, System.Nullable_1<System_Internal.Double>>;
|
|
105
|
-
Correlation(values: System_Collections_Generic.IEnumerable_1<System.ValueTuple_2<System_Internal.Double, System_Internal.Double>>): Rewrap<this, System.Nullable_1<System_Internal.Double>>;
|
|
106
|
-
CovariancePopulation(values: System_Collections_Generic.IEnumerable_1<System.ValueTuple_2<System_Internal.Double, System_Internal.Double>>): Rewrap<this, System.Nullable_1<System_Internal.Double>>;
|
|
107
|
-
CovarianceSample(values: System_Collections_Generic.IEnumerable_1<System.ValueTuple_2<System_Internal.Double, System_Internal.Double>>): Rewrap<this, System.Nullable_1<System_Internal.Double>>;
|
|
108
|
-
RegrAverageX(values: System_Collections_Generic.IEnumerable_1<System.ValueTuple_2<System_Internal.Double, System_Internal.Double>>): Rewrap<this, System.Nullable_1<System_Internal.Double>>;
|
|
109
|
-
RegrAverageY(values: System_Collections_Generic.IEnumerable_1<System.ValueTuple_2<System_Internal.Double, System_Internal.Double>>): Rewrap<this, System.Nullable_1<System_Internal.Double>>;
|
|
110
|
-
RegrCount(values: System_Collections_Generic.IEnumerable_1<System.ValueTuple_2<System_Internal.Double, System_Internal.Double>>): Rewrap<this, System.Nullable_1<System_Internal.Int64>>;
|
|
111
|
-
RegrIntercept(values: System_Collections_Generic.IEnumerable_1<System.ValueTuple_2<System_Internal.Double, System_Internal.Double>>): Rewrap<this, System.Nullable_1<System_Internal.Double>>;
|
|
112
|
-
RegrR2(values: System_Collections_Generic.IEnumerable_1<System.ValueTuple_2<System_Internal.Double, System_Internal.Double>>): Rewrap<this, System.Nullable_1<System_Internal.Double>>;
|
|
113
|
-
RegrSlope(values: System_Collections_Generic.IEnumerable_1<System.ValueTuple_2<System_Internal.Double, System_Internal.Double>>): Rewrap<this, System.Nullable_1<System_Internal.Double>>;
|
|
114
|
-
RegrSXX(values: System_Collections_Generic.IEnumerable_1<System.ValueTuple_2<System_Internal.Double, System_Internal.Double>>): Rewrap<this, System.Nullable_1<System_Internal.Double>>;
|
|
115
|
-
RegrSXY(values: System_Collections_Generic.IEnumerable_1<System.ValueTuple_2<System_Internal.Double, System_Internal.Double>>): Rewrap<this, System.Nullable_1<System_Internal.Double>>;
|
|
116
|
-
ILike(matchExpression: string, pattern: string): Rewrap<this, boolean>;
|
|
117
|
-
ILike(matchExpression: string, pattern: string, escapeCharacter: string): Rewrap<this, boolean>;
|
|
118
|
-
StringToArray(value: string, delimiter: string): Rewrap<this, string[]>;
|
|
119
|
-
StringToArray(value: string, delimiter: string, nullString: string): Rewrap<this, string[]>;
|
|
120
|
-
Reverse(value: string): Rewrap<this, string>;
|
|
121
|
-
GreaterThan(a: System_Runtime_CompilerServices.ITuple, b: System_Runtime_CompilerServices.ITuple): Rewrap<this, boolean>;
|
|
122
|
-
LessThan(a: System_Runtime_CompilerServices.ITuple, b: System_Runtime_CompilerServices.ITuple): Rewrap<this, boolean>;
|
|
123
|
-
GreaterThanOrEqual(a: System_Runtime_CompilerServices.ITuple, b: System_Runtime_CompilerServices.ITuple): Rewrap<this, boolean>;
|
|
124
|
-
LessThanOrEqual(a: System_Runtime_CompilerServices.ITuple, b: System_Runtime_CompilerServices.ITuple): Rewrap<this, boolean>;
|
|
125
|
-
Distance(a: System.DateOnly, b: System.DateOnly): Rewrap<this, int>;
|
|
126
|
-
Distance(a: System.DateTime, b: System.DateTime): Rewrap<this, System.TimeSpan>;
|
|
127
|
-
ToDate(value: string, format: string): Rewrap<this, System.DateOnly>;
|
|
128
|
-
ToTimestamp(value: string, format: string): Rewrap<this, System.DateTime>;
|
|
129
|
-
ArrayToTsVector(lexemes: string[]): Rewrap<this, NpgsqlTypes.NpgsqlTsVector>;
|
|
130
|
-
ToTsVector(document: string): Rewrap<this, NpgsqlTypes.NpgsqlTsVector>;
|
|
131
|
-
ToTsVector(config: string, document: string): Rewrap<this, NpgsqlTypes.NpgsqlTsVector>;
|
|
132
|
-
PlainToTsQuery(query: string): Rewrap<this, NpgsqlTypes.NpgsqlTsQuery>;
|
|
133
|
-
PlainToTsQuery(config: string, query: string): Rewrap<this, NpgsqlTypes.NpgsqlTsQuery>;
|
|
134
|
-
PhraseToTsQuery(query: string): Rewrap<this, NpgsqlTypes.NpgsqlTsQuery>;
|
|
135
|
-
PhraseToTsQuery(config: string, query: string): Rewrap<this, NpgsqlTypes.NpgsqlTsQuery>;
|
|
136
|
-
ToTsQuery(query: string): Rewrap<this, NpgsqlTypes.NpgsqlTsQuery>;
|
|
137
|
-
ToTsQuery(config: string, query: string): Rewrap<this, NpgsqlTypes.NpgsqlTsQuery>;
|
|
138
|
-
WebSearchToTsQuery(query: string): Rewrap<this, NpgsqlTypes.NpgsqlTsQuery>;
|
|
139
|
-
WebSearchToTsQuery(config: string, query: string): Rewrap<this, NpgsqlTypes.NpgsqlTsQuery>;
|
|
140
|
-
Unaccent(regDictionary: string, text: string): Rewrap<this, string>;
|
|
141
|
-
Unaccent(text: string): Rewrap<this, string>;
|
|
142
|
-
FuzzyStringMatchSoundex(text: string): Rewrap<this, string>;
|
|
143
|
-
FuzzyStringMatchDifference(source: string, target: string): Rewrap<this, int>;
|
|
144
|
-
FuzzyStringMatchLevenshtein(source: string, target: string): Rewrap<this, int>;
|
|
145
|
-
FuzzyStringMatchLevenshtein(source: string, target: string, insertionCost: int, deletionCost: int, substitutionCost: int): Rewrap<this, int>;
|
|
146
|
-
FuzzyStringMatchLevenshteinLessEqual(source: string, target: string, maximumDistance: int): Rewrap<this, int>;
|
|
147
|
-
FuzzyStringMatchLevenshteinLessEqual(source: string, target: string, insertionCost: int, deletionCost: int, substitutionCost: int, maximumDistance: int): Rewrap<this, int>;
|
|
148
|
-
FuzzyStringMatchMetaphone(text: string, maximumOutputLength: int): Rewrap<this, string>;
|
|
149
|
-
FuzzyStringMatchDoubleMetaphone(text: string): Rewrap<this, string>;
|
|
150
|
-
FuzzyStringMatchDoubleMetaphoneAlt(text: string): Rewrap<this, string>;
|
|
151
|
-
JsonContains(json: unknown, contained: unknown): Rewrap<this, boolean>;
|
|
152
|
-
JsonContained(contained: unknown, json: unknown): Rewrap<this, boolean>;
|
|
153
|
-
JsonExists(json: unknown, key: string): Rewrap<this, boolean>;
|
|
154
|
-
JsonExistAny(json: unknown, ...keys: string[]): Rewrap<this, boolean>;
|
|
155
|
-
JsonExistAll(json: unknown, ...keys: string[]): Rewrap<this, boolean>;
|
|
156
|
-
JsonTypeof(json: unknown): Rewrap<this, string>;
|
|
157
|
-
LessThan(inet: NpgsqlTypes.NpgsqlInet, other: NpgsqlTypes.NpgsqlInet): Rewrap<this, boolean>;
|
|
158
|
-
LessThan(macaddr: System_Net_NetworkInformation.PhysicalAddress, other: System_Net_NetworkInformation.PhysicalAddress): Rewrap<this, boolean>;
|
|
159
|
-
LessThanOrEqual(inet: NpgsqlTypes.NpgsqlInet, other: NpgsqlTypes.NpgsqlInet): Rewrap<this, boolean>;
|
|
160
|
-
LessThanOrEqual(macaddr: System_Net_NetworkInformation.PhysicalAddress, other: System_Net_NetworkInformation.PhysicalAddress): Rewrap<this, boolean>;
|
|
161
|
-
GreaterThanOrEqual(inet: NpgsqlTypes.NpgsqlInet, other: NpgsqlTypes.NpgsqlInet): Rewrap<this, boolean>;
|
|
162
|
-
GreaterThanOrEqual(macaddr: System_Net_NetworkInformation.PhysicalAddress, other: System_Net_NetworkInformation.PhysicalAddress): Rewrap<this, boolean>;
|
|
163
|
-
GreaterThan(inet: NpgsqlTypes.NpgsqlInet, other: NpgsqlTypes.NpgsqlInet): Rewrap<this, boolean>;
|
|
164
|
-
GreaterThan(macaddr: System_Net_NetworkInformation.PhysicalAddress, other: System_Net_NetworkInformation.PhysicalAddress): Rewrap<this, boolean>;
|
|
165
|
-
ContainedBy(inet: NpgsqlTypes.NpgsqlInet, other: NpgsqlTypes.NpgsqlInet): Rewrap<this, boolean>;
|
|
166
|
-
ContainedByOrEqual(inet: NpgsqlTypes.NpgsqlInet, other: NpgsqlTypes.NpgsqlInet): Rewrap<this, boolean>;
|
|
167
|
-
Contains(inet: NpgsqlTypes.NpgsqlInet, other: NpgsqlTypes.NpgsqlInet): Rewrap<this, boolean>;
|
|
168
|
-
ContainsOrEqual(inet: NpgsqlTypes.NpgsqlInet, other: NpgsqlTypes.NpgsqlInet): Rewrap<this, boolean>;
|
|
169
|
-
ContainsOrContainedBy(inet: NpgsqlTypes.NpgsqlInet, other: NpgsqlTypes.NpgsqlInet): Rewrap<this, boolean>;
|
|
170
|
-
BitwiseNot(inet: NpgsqlTypes.NpgsqlInet): Rewrap<this, NpgsqlTypes.NpgsqlInet>;
|
|
171
|
-
BitwiseNot(macaddr: System_Net_NetworkInformation.PhysicalAddress): Rewrap<this, System_Net_NetworkInformation.PhysicalAddress>;
|
|
172
|
-
BitwiseAnd(inet: NpgsqlTypes.NpgsqlInet, other: NpgsqlTypes.NpgsqlInet): Rewrap<this, NpgsqlTypes.NpgsqlInet>;
|
|
173
|
-
BitwiseAnd(macaddr: System_Net_NetworkInformation.PhysicalAddress, other: System_Net_NetworkInformation.PhysicalAddress): Rewrap<this, System_Net_NetworkInformation.PhysicalAddress>;
|
|
174
|
-
BitwiseOr(inet: NpgsqlTypes.NpgsqlInet, other: NpgsqlTypes.NpgsqlInet): Rewrap<this, NpgsqlTypes.NpgsqlInet>;
|
|
175
|
-
BitwiseOr(macaddr: System_Net_NetworkInformation.PhysicalAddress, other: System_Net_NetworkInformation.PhysicalAddress): Rewrap<this, System_Net_NetworkInformation.PhysicalAddress>;
|
|
176
|
-
Add(inet: NpgsqlTypes.NpgsqlInet, value: int): Rewrap<this, NpgsqlTypes.NpgsqlInet>;
|
|
177
|
-
Subtract(inet: NpgsqlTypes.NpgsqlInet, value: long): Rewrap<this, NpgsqlTypes.NpgsqlInet>;
|
|
178
|
-
Subtract(inet: NpgsqlTypes.NpgsqlInet, other: NpgsqlTypes.NpgsqlInet): Rewrap<this, int>;
|
|
179
|
-
Abbreviate(inet: NpgsqlTypes.NpgsqlInet): Rewrap<this, string>;
|
|
180
|
-
Abbreviate(cidr: System_Net.IPNetwork): Rewrap<this, string>;
|
|
181
|
-
Abbreviate(cidr: NpgsqlTypes.NpgsqlCidr): Rewrap<this, string>;
|
|
182
|
-
Broadcast(inet: NpgsqlTypes.NpgsqlInet): Rewrap<this, NpgsqlTypes.NpgsqlInet>;
|
|
183
|
-
Family(inet: NpgsqlTypes.NpgsqlInet): Rewrap<this, int>;
|
|
184
|
-
Host(inet: NpgsqlTypes.NpgsqlInet): Rewrap<this, string>;
|
|
185
|
-
HostMask(inet: NpgsqlTypes.NpgsqlInet): Rewrap<this, NpgsqlTypes.NpgsqlInet>;
|
|
186
|
-
MaskLength(inet: NpgsqlTypes.NpgsqlInet): Rewrap<this, int>;
|
|
187
|
-
Netmask(inet: NpgsqlTypes.NpgsqlInet): Rewrap<this, NpgsqlTypes.NpgsqlInet>;
|
|
188
|
-
Network(inet: NpgsqlTypes.NpgsqlInet): Rewrap<this, System_Net.IPNetwork>;
|
|
189
|
-
SetMaskLength(inet: NpgsqlTypes.NpgsqlInet, length: int): Rewrap<this, NpgsqlTypes.NpgsqlInet>;
|
|
190
|
-
SetMaskLength(cidr: System_Net.IPNetwork, length: int): Rewrap<this, System_Net.IPNetwork>;
|
|
191
|
-
SetMaskLength(cidr: NpgsqlTypes.NpgsqlCidr, length: int): Rewrap<this, NpgsqlTypes.NpgsqlCidr>;
|
|
192
|
-
Text(inet: NpgsqlTypes.NpgsqlInet): Rewrap<this, string>;
|
|
193
|
-
SameFamily(inet: NpgsqlTypes.NpgsqlInet, other: NpgsqlTypes.NpgsqlInet): Rewrap<this, boolean>;
|
|
194
|
-
Merge(inet: NpgsqlTypes.NpgsqlInet, other: NpgsqlTypes.NpgsqlInet): Rewrap<this, System_Net.IPNetwork>;
|
|
195
|
-
Truncate(macAddress: System_Net_NetworkInformation.PhysicalAddress): Rewrap<this, System_Net_NetworkInformation.PhysicalAddress>;
|
|
196
|
-
Set7BitMac8(macAddress: System_Net_NetworkInformation.PhysicalAddress): Rewrap<this, System_Net_NetworkInformation.PhysicalAddress>;
|
|
197
|
-
LessThan(cidr: System.ValueTuple_2<System_Net.IPAddress, System_Internal.Int32>, other: System.ValueTuple_2<System_Net.IPAddress, System_Internal.Int32>): Rewrap<this, boolean>;
|
|
198
|
-
LessThanOrEqual(cidr: System.ValueTuple_2<System_Net.IPAddress, System_Internal.Int32>, other: System.ValueTuple_2<System_Net.IPAddress, System_Internal.Int32>): Rewrap<this, boolean>;
|
|
199
|
-
GreaterThanOrEqual(cidr: System.ValueTuple_2<System_Net.IPAddress, System_Internal.Int32>, other: System.ValueTuple_2<System_Net.IPAddress, System_Internal.Int32>): Rewrap<this, boolean>;
|
|
200
|
-
GreaterThan(cidr: System.ValueTuple_2<System_Net.IPAddress, System_Internal.Int32>, other: System.ValueTuple_2<System_Net.IPAddress, System_Internal.Int32>): Rewrap<this, boolean>;
|
|
201
|
-
ContainedBy(inet: System_Net.IPAddress, other: System.ValueTuple_2<System_Net.IPAddress, System_Internal.Int32>): Rewrap<this, boolean>;
|
|
202
|
-
ContainsOrEqual(cidr: System.ValueTuple_2<System_Net.IPAddress, System_Internal.Int32>, other: System_Net.IPAddress): Rewrap<this, boolean>;
|
|
203
|
-
ContainedBy(cidr: System.ValueTuple_2<System_Net.IPAddress, System_Internal.Int32>, other: System.ValueTuple_2<System_Net.IPAddress, System_Internal.Int32>): Rewrap<this, boolean>;
|
|
204
|
-
ContainedByOrEqual(inet: System_Net.IPAddress, other: System.ValueTuple_2<System_Net.IPAddress, System_Internal.Int32>): Rewrap<this, boolean>;
|
|
205
|
-
ContainedByOrEqual(cidr: System.ValueTuple_2<System_Net.IPAddress, System_Internal.Int32>, other: System.ValueTuple_2<System_Net.IPAddress, System_Internal.Int32>): Rewrap<this, boolean>;
|
|
206
|
-
Contains(cidr: System.ValueTuple_2<System_Net.IPAddress, System_Internal.Int32>, other: System_Net.IPAddress): Rewrap<this, boolean>;
|
|
207
|
-
Contains(cidr: System.ValueTuple_2<System_Net.IPAddress, System_Internal.Int32>, other: System.ValueTuple_2<System_Net.IPAddress, System_Internal.Int32>): Rewrap<this, boolean>;
|
|
208
|
-
ContainsOrEqual(cidr: System.ValueTuple_2<System_Net.IPAddress, System_Internal.Int32>, other: System.ValueTuple_2<System_Net.IPAddress, System_Internal.Int32>): Rewrap<this, boolean>;
|
|
209
|
-
ContainsOrContainedBy(cidr: System.ValueTuple_2<System_Net.IPAddress, System_Internal.Int32>, other: System_Net.IPAddress): Rewrap<this, boolean>;
|
|
210
|
-
ContainsOrContainedBy(inet: System_Net.IPAddress, other: System.ValueTuple_2<System_Net.IPAddress, System_Internal.Int32>): Rewrap<this, boolean>;
|
|
211
|
-
ContainsOrContainedBy(cidr: System.ValueTuple_2<System_Net.IPAddress, System_Internal.Int32>, other: System.ValueTuple_2<System_Net.IPAddress, System_Internal.Int32>): Rewrap<this, boolean>;
|
|
212
|
-
BitwiseNot(cidr: System.ValueTuple_2<System_Net.IPAddress, System_Internal.Int32>): Rewrap<this, System.ValueTuple_2<System_Net.IPAddress, System_Internal.Int32>>;
|
|
213
|
-
BitwiseAnd(cidr: System.ValueTuple_2<System_Net.IPAddress, System_Internal.Int32>, other: System.ValueTuple_2<System_Net.IPAddress, System_Internal.Int32>): Rewrap<this, System.ValueTuple_2<System_Net.IPAddress, System_Internal.Int32>>;
|
|
214
|
-
BitwiseOr(cidr: System.ValueTuple_2<System_Net.IPAddress, System_Internal.Int32>, other: System.ValueTuple_2<System_Net.IPAddress, System_Internal.Int32>): Rewrap<this, System.ValueTuple_2<System_Net.IPAddress, System_Internal.Int32>>;
|
|
215
|
-
Add(cidr: System.ValueTuple_2<System_Net.IPAddress, System_Internal.Int32>, value: int): Rewrap<this, System.ValueTuple_2<System_Net.IPAddress, System_Internal.Int32>>;
|
|
216
|
-
Subtract(cidr: System.ValueTuple_2<System_Net.IPAddress, System_Internal.Int32>, value: int): Rewrap<this, System.ValueTuple_2<System_Net.IPAddress, System_Internal.Int32>>;
|
|
217
|
-
Subtract(cidr: System.ValueTuple_2<System_Net.IPAddress, System_Internal.Int32>, other: System.ValueTuple_2<System_Net.IPAddress, System_Internal.Int32>): Rewrap<this, int>;
|
|
218
|
-
Abbreviate(cidr: System.ValueTuple_2<System_Net.IPAddress, System_Internal.Int32>): Rewrap<this, string>;
|
|
219
|
-
Broadcast(cidr: System.ValueTuple_2<System_Net.IPAddress, System_Internal.Int32>): Rewrap<this, System_Net.IPAddress>;
|
|
220
|
-
Family(cidr: System.ValueTuple_2<System_Net.IPAddress, System_Internal.Int32>): Rewrap<this, int>;
|
|
221
|
-
Host(cidr: System.ValueTuple_2<System_Net.IPAddress, System_Internal.Int32>): Rewrap<this, string>;
|
|
222
|
-
HostMask(cidr: System.ValueTuple_2<System_Net.IPAddress, System_Internal.Int32>): Rewrap<this, System_Net.IPAddress>;
|
|
223
|
-
MaskLength(cidr: System.ValueTuple_2<System_Net.IPAddress, System_Internal.Int32>): Rewrap<this, int>;
|
|
224
|
-
Netmask(cidr: System.ValueTuple_2<System_Net.IPAddress, System_Internal.Int32>): Rewrap<this, System_Net.IPAddress>;
|
|
225
|
-
Network(cidr: System.ValueTuple_2<System_Net.IPAddress, System_Internal.Int32>): Rewrap<this, System.ValueTuple_2<System_Net.IPAddress, System_Internal.Int32>>;
|
|
226
|
-
SetMaskLength(cidr: System.ValueTuple_2<System_Net.IPAddress, System_Internal.Int32>, length: int): Rewrap<this, System.ValueTuple_2<System_Net.IPAddress, System_Internal.Int32>>;
|
|
227
|
-
Text(cidr: System.ValueTuple_2<System_Net.IPAddress, System_Internal.Int32>): Rewrap<this, string>;
|
|
228
|
-
SameFamily(cidr: System.ValueTuple_2<System_Net.IPAddress, System_Internal.Int32>, other: System.ValueTuple_2<System_Net.IPAddress, System_Internal.Int32>): Rewrap<this, boolean>;
|
|
229
|
-
Merge(cidr: System.ValueTuple_2<System_Net.IPAddress, System_Internal.Int32>, other: System.ValueTuple_2<System_Net.IPAddress, System_Internal.Int32>): Rewrap<this, System.ValueTuple_2<System_Net.IPAddress, System_Internal.Int32>>;
|
|
230
|
-
TrigramsShow(text: string): Rewrap<this, string[]>;
|
|
231
|
-
TrigramsSimilarity(source: string, target: string): Rewrap<this, double>;
|
|
232
|
-
TrigramsWordSimilarity(source: string, target: string): Rewrap<this, double>;
|
|
233
|
-
TrigramsStrictWordSimilarity(source: string, target: string): Rewrap<this, double>;
|
|
234
|
-
TrigramsAreSimilar(source: string, target: string): Rewrap<this, boolean>;
|
|
235
|
-
TrigramsAreWordSimilar(source: string, target: string): Rewrap<this, boolean>;
|
|
236
|
-
TrigramsAreNotWordSimilar(source: string, target: string): Rewrap<this, boolean>;
|
|
237
|
-
TrigramsAreStrictWordSimilar(source: string, target: string): Rewrap<this, boolean>;
|
|
238
|
-
TrigramsAreNotStrictWordSimilar(source: string, target: string): Rewrap<this, boolean>;
|
|
239
|
-
TrigramsSimilarityDistance(source: string, target: string): Rewrap<this, double>;
|
|
240
|
-
TrigramsWordSimilarityDistance(source: string, target: string): Rewrap<this, double>;
|
|
241
|
-
TrigramsWordSimilarityDistanceInverted(source: string, target: string): Rewrap<this, double>;
|
|
242
|
-
TrigramsStrictWordSimilarityDistance(source: string, target: string): Rewrap<this, double>;
|
|
243
|
-
TrigramsStrictWordSimilarityDistanceInverted(source: string, target: string): Rewrap<this, double>;
|
|
244
|
-
}
|
|
245
|
-
|
|
246
|
-
export interface __Ext_Microsoft_EntityFrameworkCore_DatabaseFacade {
|
|
247
|
-
IsNpgsql(): Rewrap<this, boolean>;
|
|
248
|
-
SetDbDataSource(dataSource: System_Data_Common.DbDataSource): Rewrap<this, void>;
|
|
249
|
-
}
|
|
250
|
-
|
|
251
|
-
export interface __Ext_Microsoft_EntityFrameworkCore_EntityTypeBuilder {
|
|
252
|
-
HasStorageParameter(parameterName: string, parameterValue: unknown): Rewrap<this, Microsoft_EntityFrameworkCore_Metadata_Builders.EntityTypeBuilder>;
|
|
253
|
-
IsUnlogged(unlogged?: boolean): Rewrap<this, Microsoft_EntityFrameworkCore_Metadata_Builders.EntityTypeBuilder>;
|
|
254
|
-
UseCockroachDbInterleaveInParent(parentTableType: System.Type, interleavePrefix: System_Collections_Generic.List_1<System_Internal.String>): Rewrap<this, Microsoft_EntityFrameworkCore_Metadata_Builders.EntityTypeBuilder>;
|
|
255
|
-
}
|
|
256
|
-
|
|
257
|
-
export interface __Ext_Microsoft_EntityFrameworkCore_EntityTypeBuilder_1<T> {
|
|
258
|
-
HasGeneratedTsVectorColumn(tsVectorPropertyExpression: System_Linq_Expressions.Expression_1<System.Func_2<T, NpgsqlTypes.NpgsqlTsVector>>, config: string, includeExpression: System_Linq_Expressions.Expression_1<System.Func_2<T, unknown>>): Rewrap<this, Microsoft_EntityFrameworkCore_Metadata_Builders.EntityTypeBuilder_1<T>>;
|
|
259
|
-
HasStorageParameter(parameterName: string, parameterValue: unknown): Rewrap<this, Microsoft_EntityFrameworkCore_Metadata_Builders.EntityTypeBuilder_1<T>>;
|
|
260
|
-
IsUnlogged(unlogged?: boolean): Rewrap<this, Microsoft_EntityFrameworkCore_Metadata_Builders.EntityTypeBuilder_1<T>>;
|
|
261
|
-
UseCockroachDbInterleaveInParent(parentTableType: System.Type, interleavePrefix: System_Collections_Generic.List_1<System_Internal.String>): Rewrap<this, Microsoft_EntityFrameworkCore_Metadata_Builders.EntityTypeBuilder_1<T>>;
|
|
262
|
-
}
|
|
263
|
-
|
|
264
|
-
export interface __Ext_Microsoft_EntityFrameworkCore_IConventionEntityTypeBuilder {
|
|
265
|
-
HasStorageParameter(parameterName: string, parameterValue: unknown, fromDataAnnotation?: boolean): Rewrap<this, Microsoft_EntityFrameworkCore_Metadata_Builders.IConventionEntityTypeBuilder | undefined>;
|
|
266
|
-
CanSetStorageParameter(parameterName: string, parameterValue: unknown, fromDataAnnotation?: boolean): Rewrap<this, boolean>;
|
|
267
|
-
IsUnlogged(unlogged?: boolean, fromDataAnnotation?: boolean): Rewrap<this, Microsoft_EntityFrameworkCore_Metadata_Builders.IConventionEntityTypeBuilder | undefined>;
|
|
268
|
-
CanSetIsUnlogged(unlogged?: boolean, fromDataAnnotation?: boolean): Rewrap<this, boolean>;
|
|
269
|
-
}
|
|
270
|
-
|
|
271
|
-
export interface __Ext_Microsoft_EntityFrameworkCore_IConventionIndexBuilder {
|
|
272
|
-
HasMethod(method: string, fromDataAnnotation?: boolean): Rewrap<this, Microsoft_EntityFrameworkCore_Metadata_Builders.IConventionIndexBuilder | undefined>;
|
|
273
|
-
CanSetMethod(method: string, fromDataAnnotation?: boolean): Rewrap<this, boolean>;
|
|
274
|
-
HasOperators(operators: System_Collections_Generic.IReadOnlyList_1<System_Internal.String>, fromDataAnnotation: boolean): Rewrap<this, Microsoft_EntityFrameworkCore_Metadata_Builders.IConventionIndexBuilder | undefined>;
|
|
275
|
-
CanSetOperators(operators: System_Collections_Generic.IReadOnlyList_1<System_Internal.String>, fromDataAnnotation: boolean): Rewrap<this, boolean>;
|
|
276
|
-
IsTsVectorExpressionIndex(config: string): Rewrap<this, Microsoft_EntityFrameworkCore_Metadata_Builders.IConventionIndexBuilder | undefined>;
|
|
277
|
-
CanSetIsTsVectorExpressionIndex(config: string, fromDataAnnotation?: boolean): Rewrap<this, boolean>;
|
|
278
|
-
UseCollation(values: System_Collections_Generic.IReadOnlyList_1<System_Internal.String>, fromDataAnnotation: boolean): Rewrap<this, Microsoft_EntityFrameworkCore_Metadata_Builders.IConventionIndexBuilder | undefined>;
|
|
279
|
-
CanSetCollation(values: System_Collections_Generic.IReadOnlyList_1<System_Internal.String>, fromDataAnnotation: boolean): Rewrap<this, boolean>;
|
|
280
|
-
HasNullSortOrder(values: System_Collections_Generic.IReadOnlyList_1<Npgsql_EntityFrameworkCore_PostgreSQL_Metadata.NullSortOrder>, fromDataAnnotation: boolean): Rewrap<this, Microsoft_EntityFrameworkCore_Metadata_Builders.IConventionIndexBuilder | undefined>;
|
|
281
|
-
CanSetNullSortOrder(values: System_Collections_Generic.IReadOnlyList_1<Npgsql_EntityFrameworkCore_PostgreSQL_Metadata.NullSortOrder>, fromDataAnnotation: boolean): Rewrap<this, boolean>;
|
|
282
|
-
IncludeProperties(propertyNames: System_Collections_Generic.IReadOnlyList_1<System_Internal.String>, fromDataAnnotation?: boolean): Rewrap<this, Microsoft_EntityFrameworkCore_Metadata_Builders.IConventionIndexBuilder | undefined>;
|
|
283
|
-
CanSetIncludeProperties(propertyNames: System_Collections_Generic.IReadOnlyList_1<System_Internal.String>, fromDataAnnotation?: boolean): Rewrap<this, boolean>;
|
|
284
|
-
IsCreatedConcurrently(createdConcurrently: System.Nullable_1<System_Internal.Boolean>, fromDataAnnotation?: boolean): Rewrap<this, Microsoft_EntityFrameworkCore_Metadata_Builders.IConventionIndexBuilder | undefined>;
|
|
285
|
-
CanSetIsCreatedConcurrently(createdConcurrently: System.Nullable_1<System_Internal.Boolean>, fromDataAnnotation?: boolean): Rewrap<this, boolean>;
|
|
286
|
-
AreNullsDistinct(nullsDistinct?: boolean, fromDataAnnotation?: boolean): Rewrap<this, Microsoft_EntityFrameworkCore_Metadata_Builders.IConventionIndexBuilder | undefined>;
|
|
287
|
-
CanSetAreNullsDistinct(nullsDistinct?: boolean, fromDataAnnotation?: boolean): Rewrap<this, boolean>;
|
|
288
|
-
HasStorageParameter(parameterName: string, parameterValue: unknown, fromDataAnnotation?: boolean): Rewrap<this, Microsoft_EntityFrameworkCore_Metadata_Builders.IConventionIndexBuilder | undefined>;
|
|
289
|
-
CanSetStorageParameter(parameterName: string, parameterValue: unknown, fromDataAnnotation?: boolean): Rewrap<this, boolean>;
|
|
290
|
-
}
|
|
291
|
-
|
|
292
|
-
export interface __Ext_Microsoft_EntityFrameworkCore_IConventionModelBuilder {
|
|
293
|
-
HasHiLoSequence(name: string, schema: string, fromDataAnnotation?: boolean): Rewrap<this, Microsoft_EntityFrameworkCore_Metadata_Builders.IConventionSequenceBuilder | undefined>;
|
|
294
|
-
CanSetHiLoSequence(name: string, schema: string, fromDataAnnotation?: boolean): Rewrap<this, boolean>;
|
|
295
|
-
HasValueGenerationStrategy(valueGenerationStrategy: System.Nullable_1<Npgsql_EntityFrameworkCore_PostgreSQL_Metadata.NpgsqlValueGenerationStrategy>, fromDataAnnotation?: boolean): Rewrap<this, Microsoft_EntityFrameworkCore_Metadata_Builders.IConventionModelBuilder | undefined>;
|
|
296
|
-
CanSetValueGenerationStrategy(valueGenerationStrategy: System.Nullable_1<Npgsql_EntityFrameworkCore_PostgreSQL_Metadata.NpgsqlValueGenerationStrategy>, fromDataAnnotation?: boolean): Rewrap<this, boolean>;
|
|
297
|
-
HasPostgresExtension(schema: string, name: string, version?: string, fromDataAnnotation?: boolean): Rewrap<this, Microsoft_EntityFrameworkCore_Metadata_Builders.IConventionModelBuilder | undefined>;
|
|
298
|
-
HasPostgresExtension(name: string, fromDataAnnotation?: boolean): Rewrap<this, Microsoft_EntityFrameworkCore_Metadata_Builders.IConventionModelBuilder | undefined>;
|
|
299
|
-
CanSetPostgresExtension(schema: string, name: string, version?: string, fromDataAnnotation?: boolean): Rewrap<this, boolean>;
|
|
300
|
-
HasPostgresEnum(schema: string, name: string, labels: string[]): Rewrap<this, Microsoft_EntityFrameworkCore_Metadata_Builders.IConventionModelBuilder>;
|
|
301
|
-
CanSetPostgresEnum(schema: string, name: string, fromDataAnnotation?: boolean): Rewrap<this, boolean>;
|
|
302
|
-
}
|
|
303
|
-
|
|
304
|
-
export interface __Ext_Microsoft_EntityFrameworkCore_IConventionPropertyBuilder {
|
|
305
|
-
HasHiLoSequence(name: string, schema: string, fromDataAnnotation?: boolean): Rewrap<this, Microsoft_EntityFrameworkCore_Metadata_Builders.IConventionSequenceBuilder | undefined>;
|
|
306
|
-
CanSetHiLoSequence(name: string, schema: string, fromDataAnnotation?: boolean): Rewrap<this, boolean>;
|
|
307
|
-
HasSequence(name: string, schema: string, fromDataAnnotation?: boolean): Rewrap<this, Microsoft_EntityFrameworkCore_Metadata_Builders.IConventionSequenceBuilder | undefined>;
|
|
308
|
-
CanSetSequence(name: string, schema: string, fromDataAnnotation?: boolean): Rewrap<this, boolean>;
|
|
309
|
-
HasValueGenerationStrategy(valueGenerationStrategy: System.Nullable_1<Npgsql_EntityFrameworkCore_PostgreSQL_Metadata.NpgsqlValueGenerationStrategy>, fromDataAnnotation?: boolean): Rewrap<this, Microsoft_EntityFrameworkCore_Metadata_Builders.IConventionPropertyBuilder | undefined>;
|
|
310
|
-
CanSetValueGenerationStrategy(valueGenerationStrategy: System.Nullable_1<Npgsql_EntityFrameworkCore_PostgreSQL_Metadata.NpgsqlValueGenerationStrategy>, storeObject: Microsoft_EntityFrameworkCore_Metadata.StoreObjectIdentifier, fromDataAnnotation?: boolean): Rewrap<this, boolean>;
|
|
311
|
-
CanSetValueGenerationStrategy(valueGenerationStrategy: System.Nullable_1<Npgsql_EntityFrameworkCore_PostgreSQL_Metadata.NpgsqlValueGenerationStrategy>, fromDataAnnotation?: boolean): Rewrap<this, boolean>;
|
|
312
|
-
HasIdentityOptions(startValue?: System.Nullable_1<System_Internal.Int64>, incrementBy?: System.Nullable_1<System_Internal.Int64>, minValue?: System.Nullable_1<System_Internal.Int64>, maxValue?: System.Nullable_1<System_Internal.Int64>, cyclic?: System.Nullable_1<System_Internal.Boolean>, numbersToCache?: System.Nullable_1<System_Internal.Int64>): Rewrap<this, Microsoft_EntityFrameworkCore_Metadata_Builders.IConventionPropertyBuilder | undefined>;
|
|
313
|
-
CanSetIdentityOptions(startValue?: System.Nullable_1<System_Internal.Int64>, incrementBy?: System.Nullable_1<System_Internal.Int64>, minValue?: System.Nullable_1<System_Internal.Int64>, maxValue?: System.Nullable_1<System_Internal.Int64>, cyclic?: System.Nullable_1<System_Internal.Boolean>, numbersToCache?: System.Nullable_1<System_Internal.Int64>): Rewrap<this, boolean>;
|
|
314
|
-
IsGeneratedTsVectorColumn(config: string, includedPropertyNames: System_Collections_Generic.IReadOnlyList_1<System_Internal.String>, fromDataAnnotation?: boolean): Rewrap<this, Microsoft_EntityFrameworkCore_Metadata_Builders.IConventionPropertyBuilder | undefined>;
|
|
315
|
-
CanSetIsGeneratedTsVectorColumn(config: string, includedPropertyNames: System_Collections_Generic.IReadOnlyList_1<System_Internal.String>, fromDataAnnotation?: boolean): Rewrap<this, boolean>;
|
|
316
|
-
UseCompressionMethod(compressionMethod: string, fromDataAnnotation?: boolean): Rewrap<this, Microsoft_EntityFrameworkCore_Metadata_Builders.IConventionPropertyBuilder | undefined>;
|
|
317
|
-
CanSetCompressionMethod(compressionMethod: string, fromDataAnnotation?: boolean): Rewrap<this, boolean>;
|
|
318
|
-
}
|
|
319
|
-
|
|
320
|
-
export interface __Ext_Microsoft_EntityFrameworkCore_IndexBuilder {
|
|
321
|
-
HasMethod(method: string): Rewrap<this, Microsoft_EntityFrameworkCore_Metadata_Builders.IndexBuilder>;
|
|
322
|
-
HasOperators(...operators: string[]): Rewrap<this, Microsoft_EntityFrameworkCore_Metadata_Builders.IndexBuilder>;
|
|
323
|
-
IsTsVectorExpressionIndex(config: string): Rewrap<this, Microsoft_EntityFrameworkCore_Metadata_Builders.IndexBuilder>;
|
|
324
|
-
UseCollation(...values: string[]): Rewrap<this, Microsoft_EntityFrameworkCore_Metadata_Builders.IndexBuilder>;
|
|
325
|
-
HasNullSortOrder(...values: Npgsql_EntityFrameworkCore_PostgreSQL_Metadata.NullSortOrder[]): Rewrap<this, Microsoft_EntityFrameworkCore_Metadata_Builders.IndexBuilder>;
|
|
326
|
-
IncludeProperties(...propertyNames: string[]): Rewrap<this, Microsoft_EntityFrameworkCore_Metadata_Builders.IndexBuilder>;
|
|
327
|
-
IsCreatedConcurrently(createdConcurrently?: boolean): Rewrap<this, Microsoft_EntityFrameworkCore_Metadata_Builders.IndexBuilder>;
|
|
328
|
-
AreNullsDistinct(nullsDistinct?: boolean): Rewrap<this, Microsoft_EntityFrameworkCore_Metadata_Builders.IndexBuilder>;
|
|
329
|
-
HasStorageParameter(parameterName: string, parameterValue: unknown): Rewrap<this, Microsoft_EntityFrameworkCore_Metadata_Builders.IndexBuilder>;
|
|
330
|
-
}
|
|
331
|
-
|
|
332
|
-
export interface __Ext_Microsoft_EntityFrameworkCore_IndexBuilder_1<T> {
|
|
333
|
-
HasMethod(method: string): Rewrap<this, Microsoft_EntityFrameworkCore_Metadata_Builders.IndexBuilder_1<T>>;
|
|
334
|
-
HasOperators(...operators: string[]): Rewrap<this, Microsoft_EntityFrameworkCore_Metadata_Builders.IndexBuilder_1<T>>;
|
|
335
|
-
IsTsVectorExpressionIndex(config: string): Rewrap<this, Microsoft_EntityFrameworkCore_Metadata_Builders.IndexBuilder_1<T>>;
|
|
336
|
-
UseCollation(...values: string[]): Rewrap<this, Microsoft_EntityFrameworkCore_Metadata_Builders.IndexBuilder_1<T>>;
|
|
337
|
-
HasNullSortOrder(...values: Npgsql_EntityFrameworkCore_PostgreSQL_Metadata.NullSortOrder[]): Rewrap<this, Microsoft_EntityFrameworkCore_Metadata_Builders.IndexBuilder_1<T>>;
|
|
338
|
-
IncludeProperties(...propertyNames: string[]): Rewrap<this, Microsoft_EntityFrameworkCore_Metadata_Builders.IndexBuilder_1<T>>;
|
|
339
|
-
IncludeProperties(includeExpression: System_Linq_Expressions.Expression_1<System.Func_2<T, unknown>>): Rewrap<this, Microsoft_EntityFrameworkCore_Metadata_Builders.IndexBuilder_1<T>>;
|
|
340
|
-
IsCreatedConcurrently(createdConcurrently?: boolean): Rewrap<this, Microsoft_EntityFrameworkCore_Metadata_Builders.IndexBuilder_1<T>>;
|
|
341
|
-
AreNullsDistinct(nullsDistinct?: boolean): Rewrap<this, Microsoft_EntityFrameworkCore_Metadata_Builders.IndexBuilder_1<T>>;
|
|
342
|
-
HasStorageParameter(parameterName: string, parameterValue: unknown): Rewrap<this, Microsoft_EntityFrameworkCore_Metadata_Builders.IndexBuilder_1<T>>;
|
|
343
|
-
}
|
|
344
|
-
|
|
345
|
-
export interface __Ext_Microsoft_EntityFrameworkCore_PropertyBuilder {
|
|
346
|
-
UseHiLo(name?: string, schema?: string): Rewrap<this, Microsoft_EntityFrameworkCore_Metadata_Builders.PropertyBuilder>;
|
|
347
|
-
UseSequence(name?: string, schema?: string): Rewrap<this, Microsoft_EntityFrameworkCore_Metadata_Builders.PropertyBuilder>;
|
|
348
|
-
UseSerialColumn(): Rewrap<this, Microsoft_EntityFrameworkCore_Metadata_Builders.PropertyBuilder>;
|
|
349
|
-
UseIdentityAlwaysColumn(): Rewrap<this, Microsoft_EntityFrameworkCore_Metadata_Builders.PropertyBuilder>;
|
|
350
|
-
UseIdentityByDefaultColumn(): Rewrap<this, Microsoft_EntityFrameworkCore_Metadata_Builders.PropertyBuilder>;
|
|
351
|
-
UseIdentityColumn(): Rewrap<this, Microsoft_EntityFrameworkCore_Metadata_Builders.PropertyBuilder>;
|
|
352
|
-
HasIdentityOptions(startValue?: System.Nullable_1<System_Internal.Int64>, incrementBy?: System.Nullable_1<System_Internal.Int64>, minValue?: System.Nullable_1<System_Internal.Int64>, maxValue?: System.Nullable_1<System_Internal.Int64>, cyclic?: System.Nullable_1<System_Internal.Boolean>, numbersToCache?: System.Nullable_1<System_Internal.Int64>): Rewrap<this, Microsoft_EntityFrameworkCore_Metadata_Builders.PropertyBuilder>;
|
|
353
|
-
IsGeneratedTsVectorColumn(config: string, ...includedPropertyNames: string[]): Rewrap<this, Microsoft_EntityFrameworkCore_Metadata_Builders.PropertyBuilder>;
|
|
354
|
-
UseCompressionMethod(compressionMethod: string): Rewrap<this, Microsoft_EntityFrameworkCore_Metadata_Builders.PropertyBuilder>;
|
|
355
|
-
}
|
|
356
|
-
|
|
357
|
-
export interface __Ext_Microsoft_EntityFrameworkCore_PropertyBuilder_1<T> {
|
|
358
|
-
UseHiLo(name?: string, schema?: string): Rewrap<this, Microsoft_EntityFrameworkCore_Metadata_Builders.PropertyBuilder_1<T>>;
|
|
359
|
-
UseSequence(name?: string, schema?: string): Rewrap<this, Microsoft_EntityFrameworkCore_Metadata_Builders.PropertyBuilder_1<T>>;
|
|
360
|
-
UseSerialColumn(): Rewrap<this, Microsoft_EntityFrameworkCore_Metadata_Builders.PropertyBuilder_1<T>>;
|
|
361
|
-
UseIdentityAlwaysColumn(): Rewrap<this, Microsoft_EntityFrameworkCore_Metadata_Builders.PropertyBuilder_1<T>>;
|
|
362
|
-
UseIdentityByDefaultColumn(): Rewrap<this, Microsoft_EntityFrameworkCore_Metadata_Builders.PropertyBuilder_1<T>>;
|
|
363
|
-
UseIdentityColumn(): Rewrap<this, Microsoft_EntityFrameworkCore_Metadata_Builders.PropertyBuilder_1<T>>;
|
|
364
|
-
HasIdentityOptions(startValue?: System.Nullable_1<System_Internal.Int64>, incrementBy?: System.Nullable_1<System_Internal.Int64>, minValue?: System.Nullable_1<System_Internal.Int64>, maxValue?: System.Nullable_1<System_Internal.Int64>, cyclic?: System.Nullable_1<System_Internal.Boolean>, numbersToCache?: System.Nullable_1<System_Internal.Int64>): Rewrap<this, Microsoft_EntityFrameworkCore_Metadata_Builders.PropertyBuilder_1<T>>;
|
|
365
|
-
HasPostgresArrayConversion<TElementProperty, TElementProvider>(convertToProviderExpression: System_Linq_Expressions.Expression_1<System.Func_2<TElementProperty, TElementProvider>>, convertFromProviderExpression: System_Linq_Expressions.Expression_1<System.Func_2<TElementProvider, TElementProperty>>): Rewrap<this, Microsoft_EntityFrameworkCore_Metadata_Builders.PropertyBuilder_1<TElementProperty[]>>;
|
|
366
|
-
HasPostgresArrayConversion<TElementProperty, TElementProvider>(elementValueConverter: Microsoft_EntityFrameworkCore_Storage_ValueConversion.ValueConverter): Rewrap<this, Microsoft_EntityFrameworkCore_Metadata_Builders.PropertyBuilder_1<TElementProperty[]>>;
|
|
367
|
-
IsGeneratedTsVectorColumn(config: string, ...includedPropertyNames: string[]): Rewrap<this, Microsoft_EntityFrameworkCore_Metadata_Builders.PropertyBuilder_1<NpgsqlTypes.NpgsqlTsVector>>;
|
|
368
|
-
UseCompressionMethod(compressionMethod: string): Rewrap<this, Microsoft_EntityFrameworkCore_Metadata_Builders.PropertyBuilder_1<T>>;
|
|
369
|
-
}
|
|
370
|
-
|
|
371
|
-
export interface __Ext_Microsoft_EntityFrameworkCore_IConventionEntityType {
|
|
372
|
-
SetStorageParameter(parameterName: string, parameterValue: unknown, fromDataAnnotation?: boolean): Rewrap<this, unknown>;
|
|
373
|
-
GetStorageParameterConfigurationSource(parameterName: string): Rewrap<this, System.Nullable_1<Microsoft_EntityFrameworkCore_Metadata.ConfigurationSource>>;
|
|
374
|
-
SetIsUnlogged(unlogged: boolean, fromDataAnnotation?: boolean): Rewrap<this, boolean>;
|
|
375
|
-
GetIsUnloggedConfigurationSource(): Rewrap<this, System.Nullable_1<Microsoft_EntityFrameworkCore_Metadata.ConfigurationSource>>;
|
|
376
|
-
}
|
|
377
|
-
|
|
378
|
-
export interface __Ext_Microsoft_EntityFrameworkCore_IConventionIndex {
|
|
379
|
-
SetMethod(method: string, fromDataAnnotation?: boolean): Rewrap<this, string | undefined>;
|
|
380
|
-
GetMethodConfigurationSource(): Rewrap<this, System.Nullable_1<Microsoft_EntityFrameworkCore_Metadata.ConfigurationSource>>;
|
|
381
|
-
SetOperators(operators: System_Collections_Generic.IReadOnlyList_1<System_Internal.String>, fromDataAnnotation?: boolean): Rewrap<this, System_Collections_Generic.IReadOnlyList_1<System_Internal.String> | undefined>;
|
|
382
|
-
GetOperatorsConfigurationSource(): Rewrap<this, System.Nullable_1<Microsoft_EntityFrameworkCore_Metadata.ConfigurationSource>>;
|
|
383
|
-
SetCollation(collations: System_Collections_Generic.IReadOnlyList_1<System_Internal.String>, fromDataAnnotation?: boolean): Rewrap<this, System_Collections_Generic.IReadOnlyList_1<System_Internal.String> | undefined>;
|
|
384
|
-
GetCollationConfigurationSource(): Rewrap<this, System.Nullable_1<Microsoft_EntityFrameworkCore_Metadata.ConfigurationSource>>;
|
|
385
|
-
SetNullSortOrder(nullSortOrder: System_Collections_Generic.IReadOnlyList_1<Npgsql_EntityFrameworkCore_PostgreSQL_Metadata.NullSortOrder>, fromDataAnnotation?: boolean): Rewrap<this, System_Collections_Generic.IReadOnlyList_1<Npgsql_EntityFrameworkCore_PostgreSQL_Metadata.NullSortOrder> | undefined>;
|
|
386
|
-
GetNullSortOrderConfigurationSource(): Rewrap<this, System.Nullable_1<Microsoft_EntityFrameworkCore_Metadata.ConfigurationSource>>;
|
|
387
|
-
SetIncludeProperties(properties: System_Collections_Generic.IReadOnlyList_1<System_Internal.String>, fromDataAnnotation?: boolean): Rewrap<this, System_Collections_Generic.IReadOnlyList_1<System_Internal.String> | undefined>;
|
|
388
|
-
GetIncludePropertiesConfigurationSource(): Rewrap<this, System.Nullable_1<Microsoft_EntityFrameworkCore_Metadata.ConfigurationSource>>;
|
|
389
|
-
SetIsCreatedConcurrently(createdConcurrently: System.Nullable_1<System_Internal.Boolean>, fromDataAnnotation?: boolean): Rewrap<this, System.Nullable_1<System_Internal.Boolean>>;
|
|
390
|
-
GetIsCreatedConcurrentlyConfigurationSource(): Rewrap<this, System.Nullable_1<Microsoft_EntityFrameworkCore_Metadata.ConfigurationSource>>;
|
|
391
|
-
SetAreNullsDistinct(nullsDistinct: System.Nullable_1<System_Internal.Boolean>, fromDataAnnotation?: boolean): Rewrap<this, System.Nullable_1<System_Internal.Boolean>>;
|
|
392
|
-
GetAreNullsDistinctConfigurationSource(): Rewrap<this, System.Nullable_1<Microsoft_EntityFrameworkCore_Metadata.ConfigurationSource>>;
|
|
393
|
-
SetTsVectorConfig(config: string, fromDataAnnotation?: boolean): Rewrap<this, string | undefined>;
|
|
394
|
-
GetTsVectorConfigConfigurationSource(): Rewrap<this, System.Nullable_1<Microsoft_EntityFrameworkCore_Metadata.ConfigurationSource>>;
|
|
395
|
-
SetStorageParameter(parameterName: string, parameterValue: unknown, fromDataAnnotation?: boolean): Rewrap<this, unknown>;
|
|
396
|
-
GetStorageParameterConfigurationSource(parameterName: string): Rewrap<this, System.Nullable_1<Microsoft_EntityFrameworkCore_Metadata.ConfigurationSource>>;
|
|
397
|
-
}
|
|
398
|
-
|
|
399
|
-
export interface __Ext_Microsoft_EntityFrameworkCore_IConventionModel {
|
|
400
|
-
SetHiLoSequenceName(name: string, fromDataAnnotation?: boolean): Rewrap<this, string | undefined>;
|
|
401
|
-
GetHiLoSequenceNameConfigurationSource(): Rewrap<this, System.Nullable_1<Microsoft_EntityFrameworkCore_Metadata.ConfigurationSource>>;
|
|
402
|
-
SetHiLoSequenceSchema(value: string, fromDataAnnotation?: boolean): Rewrap<this, string | undefined>;
|
|
403
|
-
GetHiLoSequenceSchemaConfigurationSource(): Rewrap<this, System.Nullable_1<Microsoft_EntityFrameworkCore_Metadata.ConfigurationSource>>;
|
|
404
|
-
SetSequenceNameSuffix(name: string, fromDataAnnotation?: boolean): Rewrap<this, string | undefined>;
|
|
405
|
-
GetSequenceNameSuffixConfigurationSource(): Rewrap<this, System.Nullable_1<Microsoft_EntityFrameworkCore_Metadata.ConfigurationSource>>;
|
|
406
|
-
SetSequenceSchema(value: string, fromDataAnnotation?: boolean): Rewrap<this, string | undefined>;
|
|
407
|
-
GetSequenceSchemaConfigurationSource(): Rewrap<this, System.Nullable_1<Microsoft_EntityFrameworkCore_Metadata.ConfigurationSource>>;
|
|
408
|
-
SetValueGenerationStrategy(value: System.Nullable_1<Npgsql_EntityFrameworkCore_PostgreSQL_Metadata.NpgsqlValueGenerationStrategy>, fromDataAnnotation?: boolean): Rewrap<this, System.Nullable_1<Npgsql_EntityFrameworkCore_PostgreSQL_Metadata.NpgsqlValueGenerationStrategy>>;
|
|
409
|
-
GetValueGenerationStrategyConfigurationSource(): Rewrap<this, System.Nullable_1<Microsoft_EntityFrameworkCore_Metadata.ConfigurationSource>>;
|
|
410
|
-
GetOrAddPostgresExtension(schema: string, name: string, version: string): Rewrap<this, Npgsql_EntityFrameworkCore_PostgreSQL_Metadata.PostgresExtension>;
|
|
411
|
-
GetOrAddPostgresEnum(schema: string, name: string, labels: string[]): Rewrap<this, Npgsql_EntityFrameworkCore_PostgreSQL_Metadata.PostgresEnum>;
|
|
412
|
-
SetDatabaseTemplate(template: string, fromDataAnnotation?: boolean): Rewrap<this, string | undefined>;
|
|
413
|
-
GetDatabaseTemplateConfigurationSource(): Rewrap<this, System.Nullable_1<Microsoft_EntityFrameworkCore_Metadata.ConfigurationSource>>;
|
|
414
|
-
SetTablespace(tablespace: string, fromDataAnnotation?: boolean): Rewrap<this, string | undefined>;
|
|
415
|
-
GetTablespaceConfigurationSource(): Rewrap<this, System.Nullable_1<Microsoft_EntityFrameworkCore_Metadata.ConfigurationSource>>;
|
|
416
|
-
}
|
|
417
|
-
|
|
418
|
-
export interface __Ext_Microsoft_EntityFrameworkCore_IConventionProperty {
|
|
419
|
-
SetHiLoSequenceName(name: string, fromDataAnnotation?: boolean): Rewrap<this, string | undefined>;
|
|
420
|
-
GetHiLoSequenceNameConfigurationSource(): Rewrap<this, System.Nullable_1<Microsoft_EntityFrameworkCore_Metadata.ConfigurationSource>>;
|
|
421
|
-
SetHiLoSequenceSchema(schema: string, fromDataAnnotation?: boolean): Rewrap<this, string | undefined>;
|
|
422
|
-
GetHiLoSequenceSchemaConfigurationSource(): Rewrap<this, System.Nullable_1<Microsoft_EntityFrameworkCore_Metadata.ConfigurationSource>>;
|
|
423
|
-
RemoveHiLoOptions(): Rewrap<this, void>;
|
|
424
|
-
SetSequenceName(name: string, fromDataAnnotation?: boolean): Rewrap<this, string | undefined>;
|
|
425
|
-
GetSequenceNameConfigurationSource(): Rewrap<this, System.Nullable_1<Microsoft_EntityFrameworkCore_Metadata.ConfigurationSource>>;
|
|
426
|
-
SetSequenceSchema(schema: string, fromDataAnnotation?: boolean): Rewrap<this, string | undefined>;
|
|
427
|
-
GetSequenceSchemaConfigurationSource(): Rewrap<this, System.Nullable_1<Microsoft_EntityFrameworkCore_Metadata.ConfigurationSource>>;
|
|
428
|
-
SetValueGenerationStrategy(value: System.Nullable_1<Npgsql_EntityFrameworkCore_PostgreSQL_Metadata.NpgsqlValueGenerationStrategy>, fromDataAnnotation?: boolean): Rewrap<this, System.Nullable_1<Npgsql_EntityFrameworkCore_PostgreSQL_Metadata.NpgsqlValueGenerationStrategy>>;
|
|
429
|
-
SetValueGenerationStrategy(value: System.Nullable_1<Npgsql_EntityFrameworkCore_PostgreSQL_Metadata.NpgsqlValueGenerationStrategy>, storeObject: Microsoft_EntityFrameworkCore_Metadata.StoreObjectIdentifier, fromDataAnnotation?: boolean): Rewrap<this, System.Nullable_1<Npgsql_EntityFrameworkCore_PostgreSQL_Metadata.NpgsqlValueGenerationStrategy>>;
|
|
430
|
-
GetValueGenerationStrategyConfigurationSource(): Rewrap<this, System.Nullable_1<Microsoft_EntityFrameworkCore_Metadata.ConfigurationSource>>;
|
|
431
|
-
GetValueGenerationStrategyConfigurationSource(storeObject: Microsoft_EntityFrameworkCore_Metadata.StoreObjectIdentifier): Rewrap<this, System.Nullable_1<Microsoft_EntityFrameworkCore_Metadata.ConfigurationSource>>;
|
|
432
|
-
SetIdentityStartValue(startValue: System.Nullable_1<System_Internal.Int64>, fromDataAnnotation?: boolean): Rewrap<this, System.Nullable_1<System_Internal.Int64>>;
|
|
433
|
-
GetIdentityStartValueConfigurationSource(): Rewrap<this, System.Nullable_1<Microsoft_EntityFrameworkCore_Metadata.ConfigurationSource>>;
|
|
434
|
-
SetIdentityIncrementBy(incrementBy: System.Nullable_1<System_Internal.Int64>, fromDataAnnotation?: boolean): Rewrap<this, System.Nullable_1<System_Internal.Int64>>;
|
|
435
|
-
GetIdentityIncrementByConfigurationSource(): Rewrap<this, System.Nullable_1<Microsoft_EntityFrameworkCore_Metadata.ConfigurationSource>>;
|
|
436
|
-
SetIdentityMinValue(minValue: System.Nullable_1<System_Internal.Int64>, fromDataAnnotation?: boolean): Rewrap<this, System.Nullable_1<System_Internal.Int64>>;
|
|
437
|
-
GetIdentityMinValueConfigurationSource(): Rewrap<this, System.Nullable_1<Microsoft_EntityFrameworkCore_Metadata.ConfigurationSource>>;
|
|
438
|
-
SetIdentityMaxValue(maxValue: System.Nullable_1<System_Internal.Int64>, fromDataAnnotation?: boolean): Rewrap<this, System.Nullable_1<System_Internal.Int64>>;
|
|
439
|
-
GetIdentityMaxValueConfigurationSource(): Rewrap<this, System.Nullable_1<Microsoft_EntityFrameworkCore_Metadata.ConfigurationSource>>;
|
|
440
|
-
SetIdentityIsCyclic(cyclic: System.Nullable_1<System_Internal.Boolean>, fromDataAnnotation?: boolean): Rewrap<this, System.Nullable_1<System_Internal.Boolean>>;
|
|
441
|
-
GetIdentityIsCyclicConfigurationSource(): Rewrap<this, System.Nullable_1<Microsoft_EntityFrameworkCore_Metadata.ConfigurationSource>>;
|
|
442
|
-
SetIdentityNumbersToCache(numbersToCache: System.Nullable_1<System_Internal.Int64>, fromDataAnnotation?: boolean): Rewrap<this, System.Nullable_1<System_Internal.Int64>>;
|
|
443
|
-
GetIdentityNumbersToCacheConfigurationSource(): Rewrap<this, System.Nullable_1<Microsoft_EntityFrameworkCore_Metadata.ConfigurationSource>>;
|
|
444
|
-
RemoveIdentityOptions(): Rewrap<this, void>;
|
|
445
|
-
SetTsVectorConfig(config: string, fromDataAnnotation?: boolean): Rewrap<this, string>;
|
|
446
|
-
GetTsVectorConfigConfigurationSource(): Rewrap<this, System.Nullable_1<Microsoft_EntityFrameworkCore_Metadata.ConfigurationSource>>;
|
|
447
|
-
SetTsVectorProperties(properties: System_Collections_Generic.IReadOnlyList_1<System_Internal.String>, fromDataAnnotation?: boolean): Rewrap<this, System_Collections_Generic.IReadOnlyList_1<System_Internal.String> | undefined>;
|
|
448
|
-
GetTsVectorPropertiesConfigurationSource(): Rewrap<this, System.Nullable_1<Microsoft_EntityFrameworkCore_Metadata.ConfigurationSource>>;
|
|
449
|
-
SetCompressionMethod(compressionMethod: string, fromDataAnnotation?: boolean): Rewrap<this, string | undefined>;
|
|
450
|
-
GetCompressionMethodConfigurationSource(): Rewrap<this, System.Nullable_1<Microsoft_EntityFrameworkCore_Metadata.ConfigurationSource>>;
|
|
451
|
-
}
|
|
452
|
-
|
|
453
|
-
export interface __Ext_Microsoft_EntityFrameworkCore_IConventionRelationalPropertyOverrides {
|
|
454
|
-
SetValueGenerationStrategy(value: System.Nullable_1<Npgsql_EntityFrameworkCore_PostgreSQL_Metadata.NpgsqlValueGenerationStrategy>, fromDataAnnotation?: boolean): Rewrap<this, System.Nullable_1<Npgsql_EntityFrameworkCore_PostgreSQL_Metadata.NpgsqlValueGenerationStrategy>>;
|
|
455
|
-
GetValueGenerationStrategyConfigurationSource(): Rewrap<this, System.Nullable_1<Microsoft_EntityFrameworkCore_Metadata.ConfigurationSource>>;
|
|
456
|
-
}
|
|
457
|
-
|
|
458
|
-
export interface __Ext_Microsoft_EntityFrameworkCore_IEntityType {
|
|
459
|
-
GetStorageParameter(parameterName: string): Rewrap<this, string | undefined>;
|
|
460
|
-
}
|
|
461
|
-
|
|
462
|
-
export interface __Ext_Microsoft_EntityFrameworkCore_IIndex {
|
|
463
|
-
GetStorageParameter(parameterName: string): Rewrap<this, string | undefined>;
|
|
464
|
-
}
|
|
465
|
-
|
|
466
|
-
export interface __Ext_Microsoft_EntityFrameworkCore_IMutableEntityType {
|
|
467
|
-
SetStorageParameter(parameterName: string, parameterValue: unknown): Rewrap<this, void>;
|
|
468
|
-
SetIsUnlogged(unlogged: boolean): Rewrap<this, void>;
|
|
469
|
-
}
|
|
470
|
-
|
|
471
|
-
export interface __Ext_Microsoft_EntityFrameworkCore_IMutableIndex {
|
|
472
|
-
SetMethod(method: string): Rewrap<this, void>;
|
|
473
|
-
SetOperators(operators: System_Collections_Generic.IReadOnlyList_1<System_Internal.String>): Rewrap<this, void>;
|
|
474
|
-
SetCollation(collations: System_Collections_Generic.IReadOnlyList_1<System_Internal.String>): Rewrap<this, void>;
|
|
475
|
-
SetNullSortOrder(nullSortOrder: System_Collections_Generic.IReadOnlyList_1<Npgsql_EntityFrameworkCore_PostgreSQL_Metadata.NullSortOrder>): Rewrap<this, void>;
|
|
476
|
-
SetIncludeProperties(properties: System_Collections_Generic.IReadOnlyList_1<System_Internal.String>): Rewrap<this, void>;
|
|
477
|
-
SetIsCreatedConcurrently(createdConcurrently: System.Nullable_1<System_Internal.Boolean>): Rewrap<this, void>;
|
|
478
|
-
SetAreNullsDistinct(nullsDistinct: System.Nullable_1<System_Internal.Boolean>): Rewrap<this, void>;
|
|
479
|
-
SetTsVectorConfig(config: string): Rewrap<this, void>;
|
|
480
|
-
SetStorageParameter(parameterName: string, parameterValue: unknown): Rewrap<this, void>;
|
|
481
|
-
}
|
|
482
|
-
|
|
483
|
-
export interface __Ext_Microsoft_EntityFrameworkCore_IMutableModel {
|
|
484
|
-
SetHiLoSequenceName(name: string): Rewrap<this, void>;
|
|
485
|
-
SetHiLoSequenceSchema(value: string): Rewrap<this, void>;
|
|
486
|
-
SetSequenceNameSuffix(name: string): Rewrap<this, void>;
|
|
487
|
-
SetSequenceSchema(value: string): Rewrap<this, void>;
|
|
488
|
-
SetValueGenerationStrategy(value: System.Nullable_1<Npgsql_EntityFrameworkCore_PostgreSQL_Metadata.NpgsqlValueGenerationStrategy>): Rewrap<this, void>;
|
|
489
|
-
GetOrAddPostgresExtension(schema: string, name: string, version: string): Rewrap<this, Npgsql_EntityFrameworkCore_PostgreSQL_Metadata.PostgresExtension>;
|
|
490
|
-
GetOrAddPostgresEnum(schema: string, name: string, labels: string[]): Rewrap<this, Npgsql_EntityFrameworkCore_PostgreSQL_Metadata.PostgresEnum>;
|
|
491
|
-
GetOrAddPostgresRange(schema: string, name: string, subtype: string, canonicalFunction?: string, subtypeOpClass?: string, collation?: string, subtypeDiff?: string): Rewrap<this, Npgsql_EntityFrameworkCore_PostgreSQL_Metadata.PostgresRange>;
|
|
492
|
-
SetDatabaseTemplate(template: string): Rewrap<this, void>;
|
|
493
|
-
SetTablespace(tablespace: string): Rewrap<this, void>;
|
|
494
|
-
GetOrAddCollation(schema: string, name: string, lcCollate: string, lcCtype: string, provider?: string, deterministic?: System.Nullable_1<System_Internal.Boolean>): Rewrap<this, Npgsql_EntityFrameworkCore_PostgreSQL_Metadata.PostgresCollation>;
|
|
495
|
-
}
|
|
496
|
-
|
|
497
|
-
export interface __Ext_Microsoft_EntityFrameworkCore_IMutableProperty {
|
|
498
|
-
SetHiLoSequenceName(name: string): Rewrap<this, void>;
|
|
499
|
-
SetHiLoSequenceSchema(schema: string): Rewrap<this, void>;
|
|
500
|
-
RemoveHiLoOptions(): Rewrap<this, void>;
|
|
501
|
-
SetSequenceName(name: string): Rewrap<this, void>;
|
|
502
|
-
SetSequenceSchema(schema: string): Rewrap<this, void>;
|
|
503
|
-
SetValueGenerationStrategy(value: System.Nullable_1<Npgsql_EntityFrameworkCore_PostgreSQL_Metadata.NpgsqlValueGenerationStrategy>): Rewrap<this, void>;
|
|
504
|
-
SetValueGenerationStrategy(value: System.Nullable_1<Npgsql_EntityFrameworkCore_PostgreSQL_Metadata.NpgsqlValueGenerationStrategy>, storeObject: Microsoft_EntityFrameworkCore_Metadata.StoreObjectIdentifier): Rewrap<this, void>;
|
|
505
|
-
SetIdentityStartValue(startValue: System.Nullable_1<System_Internal.Int64>): Rewrap<this, void>;
|
|
506
|
-
SetIdentityIncrementBy(incrementBy: System.Nullable_1<System_Internal.Int64>): Rewrap<this, void>;
|
|
507
|
-
SetIdentityMinValue(minValue: System.Nullable_1<System_Internal.Int64>): Rewrap<this, void>;
|
|
508
|
-
SetIdentityMaxValue(maxValue: System.Nullable_1<System_Internal.Int64>): Rewrap<this, void>;
|
|
509
|
-
SetIdentityIsCyclic(cyclic: System.Nullable_1<System_Internal.Boolean>): Rewrap<this, void>;
|
|
510
|
-
SetIdentityNumbersToCache(numbersToCache: System.Nullable_1<System_Internal.Int64>): Rewrap<this, void>;
|
|
511
|
-
RemoveIdentityOptions(): Rewrap<this, void>;
|
|
512
|
-
SetTsVectorConfig(config: string): Rewrap<this, void>;
|
|
513
|
-
SetTsVectorProperties(properties: System_Collections_Generic.IReadOnlyList_1<System_Internal.String>): Rewrap<this, void>;
|
|
514
|
-
SetCompressionMethod(compressionMethod: string): Rewrap<this, void>;
|
|
515
|
-
}
|
|
516
|
-
|
|
517
|
-
export interface __Ext_Microsoft_EntityFrameworkCore_IMutableRelationalPropertyOverrides {
|
|
518
|
-
SetValueGenerationStrategy(value: System.Nullable_1<Npgsql_EntityFrameworkCore_PostgreSQL_Metadata.NpgsqlValueGenerationStrategy>): Rewrap<this, void>;
|
|
519
|
-
}
|
|
520
|
-
|
|
521
|
-
export interface __Ext_Microsoft_EntityFrameworkCore_IProperty {
|
|
522
|
-
FindHiLoSequence(): Rewrap<this, Microsoft_EntityFrameworkCore_Metadata.ISequence | undefined>;
|
|
523
|
-
FindHiLoSequence(storeObject: Microsoft_EntityFrameworkCore_Metadata.StoreObjectIdentifier): Rewrap<this, Microsoft_EntityFrameworkCore_Metadata.ISequence | undefined>;
|
|
524
|
-
FindSequence(): Rewrap<this, Microsoft_EntityFrameworkCore_Metadata.ISequence | undefined>;
|
|
525
|
-
FindSequence(storeObject: Microsoft_EntityFrameworkCore_Metadata.StoreObjectIdentifier): Rewrap<this, Microsoft_EntityFrameworkCore_Metadata.ISequence | undefined>;
|
|
526
|
-
}
|
|
527
|
-
|
|
528
|
-
export interface __Ext_Microsoft_EntityFrameworkCore_IReadOnlyEntityType {
|
|
529
|
-
GetStorageParameters(): Rewrap<this, System_Collections_Generic.Dictionary_2<System_Internal.String, unknown | undefined>>;
|
|
530
|
-
GetIsUnlogged(): Rewrap<this, boolean>;
|
|
531
|
-
GetCockroachDbInterleaveInParent(): Rewrap<this, Npgsql_EntityFrameworkCore_PostgreSQL_Metadata.CockroachDbInterleaveInParent>;
|
|
532
|
-
}
|
|
533
|
-
|
|
534
|
-
export interface __Ext_Microsoft_EntityFrameworkCore_IReadOnlyIndex {
|
|
535
|
-
GetMethod(): Rewrap<this, string | undefined>;
|
|
536
|
-
GetOperators(): Rewrap<this, System_Collections_Generic.IReadOnlyList_1<System_Internal.String> | undefined>;
|
|
537
|
-
GetCollation(): Rewrap<this, System_Collections_Generic.IReadOnlyList_1<System_Internal.String> | undefined>;
|
|
538
|
-
GetNullSortOrder(): Rewrap<this, System_Collections_Generic.IReadOnlyList_1<Npgsql_EntityFrameworkCore_PostgreSQL_Metadata.NullSortOrder> | undefined>;
|
|
539
|
-
GetIncludeProperties(): Rewrap<this, System_Collections_Generic.IReadOnlyList_1<System_Internal.String> | undefined>;
|
|
540
|
-
IsCreatedConcurrently(): Rewrap<this, System.Nullable_1<System_Internal.Boolean>>;
|
|
541
|
-
GetAreNullsDistinct(): Rewrap<this, System.Nullable_1<System_Internal.Boolean>>;
|
|
542
|
-
GetTsVectorConfig(): Rewrap<this, string | undefined>;
|
|
543
|
-
GetStorageParameters(): Rewrap<this, System_Collections_Generic.Dictionary_2<System_Internal.String, unknown | undefined>>;
|
|
544
|
-
}
|
|
545
|
-
|
|
546
|
-
export interface __Ext_Microsoft_EntityFrameworkCore_IReadOnlyModel {
|
|
547
|
-
GetHiLoSequenceName(): Rewrap<this, string>;
|
|
548
|
-
GetHiLoSequenceSchema(): Rewrap<this, string | undefined>;
|
|
549
|
-
GetSequenceNameSuffix(): Rewrap<this, string>;
|
|
550
|
-
GetSequenceSchema(): Rewrap<this, string | undefined>;
|
|
551
|
-
GetValueGenerationStrategy(): Rewrap<this, System.Nullable_1<Npgsql_EntityFrameworkCore_PostgreSQL_Metadata.NpgsqlValueGenerationStrategy>>;
|
|
552
|
-
GetPostgresExtensions(): Rewrap<this, System_Collections_Generic.IReadOnlyList_1<Npgsql_EntityFrameworkCore_PostgreSQL_Metadata.PostgresExtension>>;
|
|
553
|
-
GetPostgresEnums(): Rewrap<this, System_Collections_Generic.IReadOnlyList_1<Npgsql_EntityFrameworkCore_PostgreSQL_Metadata.PostgresEnum>>;
|
|
554
|
-
PostgresRanges(): Rewrap<this, System_Collections_Generic.IReadOnlyList_1<Npgsql_EntityFrameworkCore_PostgreSQL_Metadata.PostgresRange>>;
|
|
555
|
-
GetDatabaseTemplate(): Rewrap<this, string | undefined>;
|
|
556
|
-
GetTablespace(): Rewrap<this, string | undefined>;
|
|
557
|
-
GetCollations(): Rewrap<this, System_Collections_Generic.IReadOnlyList_1<Npgsql_EntityFrameworkCore_PostgreSQL_Metadata.PostgresCollation>>;
|
|
558
|
-
}
|
|
559
|
-
|
|
560
|
-
export interface __Ext_Microsoft_EntityFrameworkCore_IReadOnlyProperty {
|
|
561
|
-
GetHiLoSequenceName(): Rewrap<this, string | undefined>;
|
|
562
|
-
GetHiLoSequenceName(storeObject: Microsoft_EntityFrameworkCore_Metadata.StoreObjectIdentifier): Rewrap<this, string | undefined>;
|
|
563
|
-
GetHiLoSequenceSchema(): Rewrap<this, string | undefined>;
|
|
564
|
-
GetHiLoSequenceSchema(storeObject: Microsoft_EntityFrameworkCore_Metadata.StoreObjectIdentifier): Rewrap<this, string | undefined>;
|
|
565
|
-
FindHiLoSequence(): Rewrap<this, Microsoft_EntityFrameworkCore_Metadata.IReadOnlySequence | undefined>;
|
|
566
|
-
FindHiLoSequence(storeObject: Microsoft_EntityFrameworkCore_Metadata.StoreObjectIdentifier): Rewrap<this, Microsoft_EntityFrameworkCore_Metadata.IReadOnlySequence | undefined>;
|
|
567
|
-
GetSequenceName(): Rewrap<this, string | undefined>;
|
|
568
|
-
GetSequenceName(storeObject: Microsoft_EntityFrameworkCore_Metadata.StoreObjectIdentifier): Rewrap<this, string | undefined>;
|
|
569
|
-
GetSequenceSchema(): Rewrap<this, string | undefined>;
|
|
570
|
-
GetSequenceSchema(storeObject: Microsoft_EntityFrameworkCore_Metadata.StoreObjectIdentifier): Rewrap<this, string | undefined>;
|
|
571
|
-
FindSequence(): Rewrap<this, Microsoft_EntityFrameworkCore_Metadata.IReadOnlySequence | undefined>;
|
|
572
|
-
FindSequence(storeObject: Microsoft_EntityFrameworkCore_Metadata.StoreObjectIdentifier): Rewrap<this, Microsoft_EntityFrameworkCore_Metadata.IReadOnlySequence | undefined>;
|
|
573
|
-
GetValueGenerationStrategy(): Rewrap<this, Npgsql_EntityFrameworkCore_PostgreSQL_Metadata.NpgsqlValueGenerationStrategy>;
|
|
574
|
-
GetValueGenerationStrategy(storeObject: Microsoft_EntityFrameworkCore_Metadata.StoreObjectIdentifier): Rewrap<this, Npgsql_EntityFrameworkCore_PostgreSQL_Metadata.NpgsqlValueGenerationStrategy>;
|
|
575
|
-
GetIdentityStartValue(): Rewrap<this, System.Nullable_1<System_Internal.Int64>>;
|
|
576
|
-
GetIdentityIncrementBy(): Rewrap<this, System.Nullable_1<System_Internal.Int64>>;
|
|
577
|
-
GetIdentityMinValue(): Rewrap<this, System.Nullable_1<System_Internal.Int64>>;
|
|
578
|
-
GetIdentityMaxValue(): Rewrap<this, System.Nullable_1<System_Internal.Int64>>;
|
|
579
|
-
GetIdentityIsCyclic(): Rewrap<this, System.Nullable_1<System_Internal.Boolean>>;
|
|
580
|
-
GetIdentityNumbersToCache(): Rewrap<this, System.Nullable_1<System_Internal.Int64>>;
|
|
581
|
-
GetTsVectorConfig(): Rewrap<this, string | undefined>;
|
|
582
|
-
GetTsVectorProperties(): Rewrap<this, System_Collections_Generic.IReadOnlyList_1<System_Internal.String> | undefined>;
|
|
583
|
-
GetCompressionMethod(): Rewrap<this, string | undefined>;
|
|
584
|
-
GetCompressionMethod(storeObject: Microsoft_EntityFrameworkCore_Metadata.StoreObjectIdentifier): Rewrap<this, string | undefined>;
|
|
585
|
-
}
|
|
586
|
-
|
|
587
|
-
export interface __Ext_Microsoft_EntityFrameworkCore_IReadOnlyRelationalPropertyOverrides {
|
|
588
|
-
GetValueGenerationStrategy(): Rewrap<this, System.Nullable_1<Npgsql_EntityFrameworkCore_PostgreSQL_Metadata.NpgsqlValueGenerationStrategy>>;
|
|
589
|
-
}
|
|
590
|
-
|
|
591
|
-
export interface __Ext_Microsoft_EntityFrameworkCore_MigrationBuilder {
|
|
592
|
-
IsNpgsql(): Rewrap<this, boolean>;
|
|
593
|
-
EnsurePostgresExtension(name: string, schema?: string, version?: string): Rewrap<this, Microsoft_EntityFrameworkCore_Migrations.MigrationBuilder>;
|
|
594
|
-
}
|
|
595
|
-
|
|
596
|
-
export interface __Ext_Microsoft_EntityFrameworkCore_AlterDatabaseOperation {
|
|
597
|
-
GetPostgresCollations(): Rewrap<this, System_Collections_Generic.IReadOnlyList_1<Npgsql_EntityFrameworkCore_PostgreSQL_Metadata.PostgresCollation>>;
|
|
598
|
-
GetOldPostgresCollations(): Rewrap<this, System_Collections_Generic.IReadOnlyList_1<Npgsql_EntityFrameworkCore_PostgreSQL_Metadata.PostgresCollation>>;
|
|
599
|
-
GetPostgresExtensions(): Rewrap<this, System_Collections_Generic.IReadOnlyList_1<Npgsql_EntityFrameworkCore_PostgreSQL_Metadata.PostgresExtension>>;
|
|
600
|
-
GetOldPostgresExtensions(): Rewrap<this, System_Collections_Generic.IReadOnlyList_1<Npgsql_EntityFrameworkCore_PostgreSQL_Metadata.PostgresExtension>>;
|
|
601
|
-
GetPostgresEnums(): Rewrap<this, System_Collections_Generic.IReadOnlyList_1<Npgsql_EntityFrameworkCore_PostgreSQL_Metadata.PostgresEnum>>;
|
|
602
|
-
GetOldPostgresEnums(): Rewrap<this, System_Collections_Generic.IReadOnlyList_1<Npgsql_EntityFrameworkCore_PostgreSQL_Metadata.PostgresEnum>>;
|
|
603
|
-
GetPostgresRanges(): Rewrap<this, System_Collections_Generic.IReadOnlyList_1<Npgsql_EntityFrameworkCore_PostgreSQL_Metadata.PostgresRange>>;
|
|
604
|
-
GetOldPostgresRanges(): Rewrap<this, System_Collections_Generic.IReadOnlyList_1<Npgsql_EntityFrameworkCore_PostgreSQL_Metadata.PostgresRange>>;
|
|
605
|
-
GetOrAddPostgresExtension(schema: string, name: string, version: string): Rewrap<this, Npgsql_EntityFrameworkCore_PostgreSQL_Metadata.PostgresExtension>;
|
|
606
|
-
}
|
|
607
|
-
|
|
608
|
-
export interface __Ext_Microsoft_EntityFrameworkCore_ModelBuilder {
|
|
609
|
-
UseHiLo(name?: string, schema?: string): Rewrap<this, Microsoft_EntityFrameworkCore.ModelBuilder>;
|
|
610
|
-
UseSerialColumns(): Rewrap<this, Microsoft_EntityFrameworkCore.ModelBuilder>;
|
|
611
|
-
UseIdentityAlwaysColumns(): Rewrap<this, Microsoft_EntityFrameworkCore.ModelBuilder>;
|
|
612
|
-
UseIdentityByDefaultColumns(): Rewrap<this, Microsoft_EntityFrameworkCore.ModelBuilder>;
|
|
613
|
-
UseIdentityColumns(): Rewrap<this, Microsoft_EntityFrameworkCore.ModelBuilder>;
|
|
614
|
-
UseKeySequences(nameSuffix?: string, schema?: string): Rewrap<this, Microsoft_EntityFrameworkCore.ModelBuilder>;
|
|
615
|
-
HasPostgresExtension(schema: string, name: string, version?: string): Rewrap<this, Microsoft_EntityFrameworkCore.ModelBuilder>;
|
|
616
|
-
HasPostgresExtension(name: string): Rewrap<this, Microsoft_EntityFrameworkCore.ModelBuilder>;
|
|
617
|
-
HasPostgresEnum(schema: string, name: string, labels: string[]): Rewrap<this, Microsoft_EntityFrameworkCore.ModelBuilder>;
|
|
618
|
-
HasPostgresEnum(name: string, labels: string[]): Rewrap<this, Microsoft_EntityFrameworkCore.ModelBuilder>;
|
|
619
|
-
HasPostgresEnum<TEnum>(schema?: string, name?: string, nameTranslator?: Npgsql.INpgsqlNameTranslator): Rewrap<this, Microsoft_EntityFrameworkCore.ModelBuilder>;
|
|
620
|
-
UseDatabaseTemplate(templateDatabaseName: string): Rewrap<this, Microsoft_EntityFrameworkCore.ModelBuilder>;
|
|
621
|
-
HasPostgresRange(schema: string, name: string, subtype: string, canonicalFunction?: string, subtypeOpClass?: string, collation?: string, subtypeDiff?: string): Rewrap<this, Microsoft_EntityFrameworkCore.ModelBuilder>;
|
|
622
|
-
HasPostgresRange(name: string, subtype: string): Rewrap<this, Microsoft_EntityFrameworkCore.ModelBuilder>;
|
|
623
|
-
UseTablespace(tablespace: string): Rewrap<this, Microsoft_EntityFrameworkCore.ModelBuilder>;
|
|
624
|
-
HasCollation(name: string, locale: string, provider?: string, deterministic?: System.Nullable_1<System_Internal.Boolean>): Rewrap<this, Microsoft_EntityFrameworkCore.ModelBuilder>;
|
|
625
|
-
HasCollation(schema: string, name: string, locale: string, provider?: string, deterministic?: System.Nullable_1<System_Internal.Boolean>): Rewrap<this, Microsoft_EntityFrameworkCore.ModelBuilder>;
|
|
626
|
-
HasCollation(schema: string, name: string, lcCollate: string, lcCtype: string, provider?: string, deterministic?: System.Nullable_1<System_Internal.Boolean>): Rewrap<this, Microsoft_EntityFrameworkCore.ModelBuilder>;
|
|
627
|
-
}
|
|
628
|
-
|
|
629
|
-
export interface __Ext_Microsoft_EntityFrameworkCore_DatabaseModel {
|
|
630
|
-
GetOrAddPostgresExtension(schema: string, name: string, version: string): Rewrap<this, Npgsql_EntityFrameworkCore_PostgreSQL_Metadata.PostgresExtension>;
|
|
631
|
-
GetPostgresExtensions(): Rewrap<this, System_Collections_Generic.IReadOnlyList_1<Npgsql_EntityFrameworkCore_PostgreSQL_Metadata.PostgresExtension>>;
|
|
632
|
-
GetPostgresEnums(): Rewrap<this, System_Collections_Generic.IReadOnlyList_1<Npgsql_EntityFrameworkCore_PostgreSQL_Metadata.PostgresEnum>>;
|
|
633
|
-
}
|
|
634
|
-
|
|
635
|
-
export interface __Ext_Microsoft_EntityFrameworkCore_NpgsqlCube {
|
|
636
|
-
Overlaps(other: NpgsqlTypes.NpgsqlCube): Rewrap<this, boolean>;
|
|
637
|
-
Contains(other: NpgsqlTypes.NpgsqlCube): Rewrap<this, boolean>;
|
|
638
|
-
ContainedBy(other: NpgsqlTypes.NpgsqlCube): Rewrap<this, boolean>;
|
|
639
|
-
NthCoordinate(index: int): Rewrap<this, double>;
|
|
640
|
-
NthCoordinateKnn(index: int): Rewrap<this, double>;
|
|
641
|
-
Distance(other: NpgsqlTypes.NpgsqlCube): Rewrap<this, double>;
|
|
642
|
-
DistanceTaxicab(other: NpgsqlTypes.NpgsqlCube): Rewrap<this, double>;
|
|
643
|
-
DistanceChebyshev(other: NpgsqlTypes.NpgsqlCube): Rewrap<this, double>;
|
|
644
|
-
Union(other: NpgsqlTypes.NpgsqlCube): Rewrap<this, NpgsqlTypes.NpgsqlCube>;
|
|
645
|
-
Intersect(other: NpgsqlTypes.NpgsqlCube): Rewrap<this, NpgsqlTypes.NpgsqlCube>;
|
|
646
|
-
Enlarge(radius: double, dimensions: int): Rewrap<this, NpgsqlTypes.NpgsqlCube>;
|
|
647
|
-
}
|
|
648
|
-
|
|
649
|
-
export interface __Ext_Microsoft_EntityFrameworkCore_NpgsqlRange_1<T> {
|
|
650
|
-
ContainedBy(multirange: NpgsqlTypes.NpgsqlRange_1<T>[]): Rewrap<this, boolean>;
|
|
651
|
-
ContainedBy(multirange: System_Collections_Generic.List_1<NpgsqlTypes.NpgsqlRange_1<T>>): Rewrap<this, boolean>;
|
|
652
|
-
Contains(value: T): Rewrap<this, boolean>;
|
|
653
|
-
Contains(b: NpgsqlTypes.NpgsqlRange_1<T>): Rewrap<this, boolean>;
|
|
654
|
-
ContainedBy(b: NpgsqlTypes.NpgsqlRange_1<T>): Rewrap<this, boolean>;
|
|
655
|
-
Overlaps(b: NpgsqlTypes.NpgsqlRange_1<T>): Rewrap<this, boolean>;
|
|
656
|
-
IsStrictlyLeftOf(b: NpgsqlTypes.NpgsqlRange_1<T>): Rewrap<this, boolean>;
|
|
657
|
-
IsStrictlyRightOf(b: NpgsqlTypes.NpgsqlRange_1<T>): Rewrap<this, boolean>;
|
|
658
|
-
DoesNotExtendLeftOf(b: NpgsqlTypes.NpgsqlRange_1<T>): Rewrap<this, boolean>;
|
|
659
|
-
DoesNotExtendRightOf(b: NpgsqlTypes.NpgsqlRange_1<T>): Rewrap<this, boolean>;
|
|
660
|
-
IsAdjacentTo(b: NpgsqlTypes.NpgsqlRange_1<T>): Rewrap<this, boolean>;
|
|
661
|
-
Union(b: NpgsqlTypes.NpgsqlRange_1<T>): Rewrap<this, NpgsqlTypes.NpgsqlRange_1<T>>;
|
|
662
|
-
Intersect(b: NpgsqlTypes.NpgsqlRange_1<T>): Rewrap<this, NpgsqlTypes.NpgsqlRange_1<T>>;
|
|
663
|
-
Except(b: NpgsqlTypes.NpgsqlRange_1<T>): Rewrap<this, NpgsqlTypes.NpgsqlRange_1<T>>;
|
|
664
|
-
Merge(b: NpgsqlTypes.NpgsqlRange_1<T>): Rewrap<this, NpgsqlTypes.NpgsqlRange_1<T>>;
|
|
665
|
-
}
|
|
666
|
-
|
|
667
|
-
export interface __Ext_Microsoft_EntityFrameworkCore_NpgsqlTsQuery {
|
|
668
|
-
And(query2: NpgsqlTypes.NpgsqlTsQuery): Rewrap<this, NpgsqlTypes.NpgsqlTsQuery>;
|
|
669
|
-
Or(query2: NpgsqlTypes.NpgsqlTsQuery): Rewrap<this, NpgsqlTypes.NpgsqlTsQuery>;
|
|
670
|
-
ToNegative(): Rewrap<this, NpgsqlTypes.NpgsqlTsQuery>;
|
|
671
|
-
Contains(query2: NpgsqlTypes.NpgsqlTsQuery): Rewrap<this, boolean>;
|
|
672
|
-
IsContainedIn(query2: NpgsqlTypes.NpgsqlTsQuery): Rewrap<this, boolean>;
|
|
673
|
-
GetNodeCount(): Rewrap<this, int>;
|
|
674
|
-
GetQueryTree(): Rewrap<this, string>;
|
|
675
|
-
GetResultHeadline(document: string): Rewrap<this, string>;
|
|
676
|
-
GetResultHeadline(document: string, options: string): Rewrap<this, string>;
|
|
677
|
-
GetResultHeadline(config: string, document: string, options: string): Rewrap<this, string>;
|
|
678
|
-
Rewrite(target: NpgsqlTypes.NpgsqlTsQuery, substitute: NpgsqlTypes.NpgsqlTsQuery): Rewrap<this, NpgsqlTypes.NpgsqlTsQuery>;
|
|
679
|
-
Rewrite(select: string): Rewrap<this, NpgsqlTypes.NpgsqlTsQuery>;
|
|
680
|
-
ToPhrase(query2: NpgsqlTypes.NpgsqlTsQuery): Rewrap<this, NpgsqlTypes.NpgsqlTsQuery>;
|
|
681
|
-
ToPhrase(query2: NpgsqlTypes.NpgsqlTsQuery, distance: int): Rewrap<this, NpgsqlTypes.NpgsqlTsQuery>;
|
|
682
|
-
}
|
|
683
|
-
|
|
684
|
-
export interface __Ext_Microsoft_EntityFrameworkCore_NpgsqlTsVector {
|
|
685
|
-
Matches(query: string): Rewrap<this, boolean>;
|
|
686
|
-
Matches(query: NpgsqlTypes.NpgsqlTsQuery): Rewrap<this, boolean>;
|
|
687
|
-
Concat(vector2: NpgsqlTypes.NpgsqlTsVector): Rewrap<this, NpgsqlTypes.NpgsqlTsVector>;
|
|
688
|
-
SetWeight(weight: NpgsqlTypes.NpgsqlTsVector_Lexeme_Weight): Rewrap<this, NpgsqlTypes.NpgsqlTsVector>;
|
|
689
|
-
SetWeight(weight: NpgsqlTypes.NpgsqlTsVector_Lexeme_Weight, lexemes: string[]): Rewrap<this, NpgsqlTypes.NpgsqlTsVector>;
|
|
690
|
-
SetWeight(weight: char): Rewrap<this, NpgsqlTypes.NpgsqlTsVector>;
|
|
691
|
-
SetWeight(weight: char, lexemes: string[]): Rewrap<this, NpgsqlTypes.NpgsqlTsVector>;
|
|
692
|
-
Delete(lexeme: string): Rewrap<this, NpgsqlTypes.NpgsqlTsVector>;
|
|
693
|
-
Delete(lexemes: string[]): Rewrap<this, NpgsqlTypes.NpgsqlTsVector>;
|
|
694
|
-
Filter(weights: char[]): Rewrap<this, NpgsqlTypes.NpgsqlTsVector>;
|
|
695
|
-
GetLength(): Rewrap<this, int>;
|
|
696
|
-
ToStripped(): Rewrap<this, NpgsqlTypes.NpgsqlTsVector>;
|
|
697
|
-
Rank(query: NpgsqlTypes.NpgsqlTsQuery): Rewrap<this, float>;
|
|
698
|
-
Rank(query: NpgsqlTypes.NpgsqlTsQuery, normalization: Microsoft_EntityFrameworkCore.NpgsqlTsRankingNormalization): Rewrap<this, float>;
|
|
699
|
-
Rank(weights: float[], query: NpgsqlTypes.NpgsqlTsQuery): Rewrap<this, float>;
|
|
700
|
-
Rank(weights: float[], query: NpgsqlTypes.NpgsqlTsQuery, normalization: Microsoft_EntityFrameworkCore.NpgsqlTsRankingNormalization): Rewrap<this, float>;
|
|
701
|
-
RankCoverDensity(query: NpgsqlTypes.NpgsqlTsQuery): Rewrap<this, float>;
|
|
702
|
-
RankCoverDensity(query: NpgsqlTypes.NpgsqlTsQuery, normalization: Microsoft_EntityFrameworkCore.NpgsqlTsRankingNormalization): Rewrap<this, float>;
|
|
703
|
-
RankCoverDensity(weights: float[], query: NpgsqlTypes.NpgsqlTsQuery): Rewrap<this, float>;
|
|
704
|
-
RankCoverDensity(weights: float[], query: NpgsqlTypes.NpgsqlTsQuery, normalization: Microsoft_EntityFrameworkCore.NpgsqlTsRankingNormalization): Rewrap<this, float>;
|
|
705
|
-
}
|
|
706
|
-
|
|
707
|
-
export interface __Ext_Microsoft_EntityFrameworkCore_IEnumerable_1<T> {
|
|
708
|
-
RangeAgg<T>(): Rewrap<this, NpgsqlTypes.NpgsqlRange_1<T>[]>;
|
|
709
|
-
RangeIntersectAgg<T>(): Rewrap<this, NpgsqlTypes.NpgsqlRange_1<T>>;
|
|
710
|
-
RangeIntersectAgg<T>(): Rewrap<this, NpgsqlTypes.NpgsqlRange_1<T>[]>;
|
|
711
|
-
}
|
|
712
|
-
|
|
713
|
-
export interface __Ext_Microsoft_EntityFrameworkCore_List_1<T> {
|
|
714
|
-
Contains<T>(value: T): Rewrap<this, boolean>;
|
|
715
|
-
Contains<T>(multirange2: System_Collections_Generic.List_1<NpgsqlTypes.NpgsqlRange_1<T>>): Rewrap<this, boolean>;
|
|
716
|
-
Contains<T>(multirange2: NpgsqlTypes.NpgsqlRange_1<T>): Rewrap<this, boolean>;
|
|
717
|
-
ContainedBy<T>(multirange2: System_Collections_Generic.List_1<NpgsqlTypes.NpgsqlRange_1<T>>): Rewrap<this, boolean>;
|
|
718
|
-
Overlaps<T>(multirange2: System_Collections_Generic.List_1<NpgsqlTypes.NpgsqlRange_1<T>>): Rewrap<this, boolean>;
|
|
719
|
-
Overlaps<T>(range: NpgsqlTypes.NpgsqlRange_1<T>): Rewrap<this, boolean>;
|
|
720
|
-
IsStrictlyLeftOf<T>(multirange2: System_Collections_Generic.List_1<NpgsqlTypes.NpgsqlRange_1<T>>): Rewrap<this, boolean>;
|
|
721
|
-
IsStrictlyLeftOf<T>(range: NpgsqlTypes.NpgsqlRange_1<T>): Rewrap<this, boolean>;
|
|
722
|
-
IsStrictlyRightOf<T>(multirange2: System_Collections_Generic.List_1<NpgsqlTypes.NpgsqlRange_1<T>>): Rewrap<this, boolean>;
|
|
723
|
-
IsStrictlyRightOf<T>(range: NpgsqlTypes.NpgsqlRange_1<T>): Rewrap<this, boolean>;
|
|
724
|
-
DoesNotExtendLeftOf<T>(multirange2: System_Collections_Generic.List_1<NpgsqlTypes.NpgsqlRange_1<T>>): Rewrap<this, boolean>;
|
|
725
|
-
DoesNotExtendLeftOf<T>(range: NpgsqlTypes.NpgsqlRange_1<T>): Rewrap<this, boolean>;
|
|
726
|
-
DoesNotExtendRightOf<T>(multirange2: System_Collections_Generic.List_1<NpgsqlTypes.NpgsqlRange_1<T>>): Rewrap<this, boolean>;
|
|
727
|
-
DoesNotExtendRightOf<T>(range: NpgsqlTypes.NpgsqlRange_1<T>): Rewrap<this, boolean>;
|
|
728
|
-
IsAdjacentTo<T>(multirange2: System_Collections_Generic.List_1<NpgsqlTypes.NpgsqlRange_1<T>>): Rewrap<this, boolean>;
|
|
729
|
-
IsAdjacentTo<T>(range: NpgsqlTypes.NpgsqlRange_1<T>): Rewrap<this, boolean>;
|
|
730
|
-
Union<T>(multirange2: System_Collections_Generic.List_1<NpgsqlTypes.NpgsqlRange_1<T>>): Rewrap<this, System_Collections_Generic.List_1<NpgsqlTypes.NpgsqlRange_1<T>>>;
|
|
731
|
-
Intersect<T>(multirange2: System_Collections_Generic.List_1<NpgsqlTypes.NpgsqlRange_1<T>>): Rewrap<this, System_Collections_Generic.List_1<NpgsqlTypes.NpgsqlRange_1<T>>>;
|
|
732
|
-
Except<T>(multirange2: System_Collections_Generic.List_1<NpgsqlTypes.NpgsqlRange_1<T>>): Rewrap<this, System_Collections_Generic.List_1<NpgsqlTypes.NpgsqlRange_1<T>>>;
|
|
733
|
-
Merge<T>(): Rewrap<this, NpgsqlTypes.NpgsqlRange_1<T>>;
|
|
734
|
-
}
|
|
735
|
-
|
|
736
|
-
export interface __Ext_Microsoft_EntityFrameworkCore_Metadata_Internal_IReadOnlyIndex {
|
|
737
|
-
AreCompatibleForNpgsql(duplicateIndex: Microsoft_EntityFrameworkCore_Metadata.IReadOnlyIndex, storeObject: Microsoft_EntityFrameworkCore_Metadata.StoreObjectIdentifier, shouldThrow: boolean): Rewrap<this, boolean>;
|
|
738
|
-
}
|
|
739
|
-
|
|
740
|
-
export interface __Ext_Microsoft_Extensions_DependencyInjection_IServiceCollection {
|
|
741
|
-
AddNpgsql<TContext>(connectionString: string, npgsqlOptionsAction?: System.Action_1<Npgsql_EntityFrameworkCore_PostgreSQL_Infrastructure.NpgsqlDbContextOptionsBuilder>, optionsAction?: System.Action_1<Microsoft_EntityFrameworkCore.DbContextOptionsBuilder>): Rewrap<this, Microsoft_Extensions_DependencyInjection.IServiceCollection>;
|
|
742
|
-
AddEntityFrameworkNpgsql(): Rewrap<this, Microsoft_Extensions_DependencyInjection.IServiceCollection>;
|
|
743
|
-
}
|
|
744
|
-
|
|
745
|
-
export interface __Ext_Npgsql_EntityFrameworkCore_PostgreSQL_Extensions_Internal_ShapedQueryExpression {
|
|
746
|
-
TryExtractArray(array: Microsoft_EntityFrameworkCore_Query_SqlExpressions.SqlExpression, ignoreOrderings?: boolean, ignorePredicate?: boolean): Rewrap<this, boolean>;
|
|
747
|
-
TryExtractArray(array: Microsoft_EntityFrameworkCore_Query_SqlExpressions.SqlExpression, projectedColumn: Microsoft_EntityFrameworkCore_Query_SqlExpressions.ColumnExpression, ignoreOrderings?: boolean, ignorePredicate?: boolean): Rewrap<this, boolean>;
|
|
748
|
-
TryExtractJsonArray(jsonArray: Microsoft_EntityFrameworkCore_Query_SqlExpressions.SqlExpression, projectedElement: Microsoft_EntityFrameworkCore_Query_SqlExpressions.SqlExpression, isElementNullable: boolean, ignoreOrderings?: boolean, ignorePredicate?: boolean): Rewrap<this, boolean>;
|
|
749
|
-
TryConvertToArray(array: Microsoft_EntityFrameworkCore_Query_SqlExpressions.SqlExpression, ignoreOrderings?: boolean, ignorePredicate?: boolean): Rewrap<this, boolean>;
|
|
750
|
-
}
|
|
751
|
-
|
|
752
|
-
export interface __Ext_Npgsql_EntityFrameworkCore_PostgreSQL_Internal_IDiagnosticsLogger_1<T> {
|
|
753
|
-
MissingSchemaWarning(schemaName: string): Rewrap<this, void>;
|
|
754
|
-
MissingTableWarning(tableName: string): Rewrap<this, void>;
|
|
755
|
-
ForeignKeyReferencesMissingPrincipalTableWarning(foreignKeyName: string, tableName: string, principalTableName: string): Rewrap<this, void>;
|
|
756
|
-
ColumnFound(tableName: string, columnName: string, dataTypeName: string, nullable: boolean, identity: boolean, defaultValue: string, computedValue: string): Rewrap<this, void>;
|
|
757
|
-
CollationFound(schema: string, collationName: string, lcCollate: string, lcCtype: string, provider: string, deterministic: boolean): Rewrap<this, void>;
|
|
758
|
-
UniqueConstraintFound(uniqueConstraintName: string, tableName: string): Rewrap<this, void>;
|
|
759
|
-
EnumColumnSkippedWarning(columnName: string): Rewrap<this, void>;
|
|
760
|
-
ExpressionIndexSkippedWarning(indexName: string, tableName: string): Rewrap<this, void>;
|
|
761
|
-
UnsupportedColumnIndexSkippedWarning(indexName: string, tableName: string): Rewrap<this, void>;
|
|
762
|
-
UnsupportedColumnConstraintSkippedWarning(indexName: string, tableName: string): Rewrap<this, void>;
|
|
763
|
-
}
|
|
764
|
-
|
|
765
|
-
export interface __Ext_Npgsql_EntityFrameworkCore_PostgreSQL_Metadata_NpgsqlValueGenerationStrategy {
|
|
766
|
-
IsIdentity(): Rewrap<this, boolean>;
|
|
767
|
-
}
|
|
768
|
-
|
|
769
|
-
export interface __Ext_Npgsql_EntityFrameworkCore_PostgreSQL_Metadata_Nullable_1<T> {
|
|
770
|
-
IsIdentity(): Rewrap<this, boolean>;
|
|
771
|
-
}
|
|
772
|
-
|
|
773
|
-
export interface __Ext_Npgsql_Internal_TypeInfoMapping {
|
|
774
|
-
CreateInfo(options: Npgsql_Internal.PgSerializerOptions, converter: Npgsql_Internal.PgConverter): Rewrap<this, Npgsql_Internal.PgTypeInfo>;
|
|
775
|
-
CreateInfo(options: Npgsql_Internal.PgSerializerOptions, converter: Npgsql_Internal.PgConverter, preferredFormat?: System.Nullable_1<Npgsql_Internal.DataFormat>, supportsWriting?: boolean): Rewrap<this, Npgsql_Internal.PgTypeInfo>;
|
|
776
|
-
CreateInfo(options: Npgsql_Internal.PgSerializerOptions, resolver: Npgsql_Internal.PgConverterResolver, includeDataTypeName: boolean): Rewrap<this, Npgsql_Internal.PgResolverTypeInfo>;
|
|
777
|
-
CreateInfo(options: Npgsql_Internal.PgSerializerOptions, resolver: Npgsql_Internal.PgConverterResolver, includeDataTypeName: boolean, preferredFormat?: System.Nullable_1<Npgsql_Internal.DataFormat>, supportsWriting?: boolean): Rewrap<this, Npgsql_Internal.PgResolverTypeInfo>;
|
|
778
|
-
}
|
|
779
|
-
|
|
780
|
-
export interface __Ext_Npgsql_Replication_LogicalReplicationConnection {
|
|
781
|
-
CreatePgOutputReplicationSlot(slotName: string, temporarySlot?: boolean, slotSnapshotInitMode?: System.Nullable_1<Npgsql_Replication.LogicalSlotSnapshotInitMode>, twoPhase?: boolean, cancellationToken?: System_Threading.CancellationToken): Rewrap<this, System_Threading_Tasks.Task_1<Npgsql_Replication_PgOutput.PgOutputReplicationSlot>>;
|
|
782
|
-
StartReplication(slot: Npgsql_Replication_PgOutput.PgOutputReplicationSlot, options: Npgsql_Replication_PgOutput.PgOutputReplicationOptions, cancellationToken: System_Threading.CancellationToken, walLocation?: System.Nullable_1<NpgsqlTypes.NpgsqlLogSequenceNumber>): Rewrap<this, System_Collections_Generic.IAsyncEnumerable_1<Npgsql_Replication_PgOutput_Messages.PgOutputReplicationMessage>>;
|
|
783
|
-
CreateTestDecodingReplicationSlot(slotName: string, temporarySlot?: boolean, slotSnapshotInitMode?: System.Nullable_1<Npgsql_Replication.LogicalSlotSnapshotInitMode>, twoPhase?: boolean, cancellationToken?: System_Threading.CancellationToken): Rewrap<this, System_Threading_Tasks.Task_1<Npgsql_Replication_TestDecoding.TestDecodingReplicationSlot>>;
|
|
784
|
-
StartReplication(slot: Npgsql_Replication_TestDecoding.TestDecodingReplicationSlot, cancellationToken: System_Threading.CancellationToken, options?: Npgsql_Replication_TestDecoding.TestDecodingOptions, walLocation?: System.Nullable_1<NpgsqlTypes.NpgsqlLogSequenceNumber>): Rewrap<this, System_Collections_Generic.IAsyncEnumerable_1<Npgsql_Replication_TestDecoding.TestDecodingData>>;
|
|
785
|
-
}
|
|
786
|
-
|
|
787
|
-
export interface __Ext_Npgsql_Replication_Internal_LogicalReplicationConnection {
|
|
788
|
-
CreateLogicalReplicationSlot(slotName: string, outputPlugin: string, isTemporary?: boolean, slotSnapshotInitMode?: System.Nullable_1<Npgsql_Replication.LogicalSlotSnapshotInitMode>, twoPhase?: boolean, cancellationToken?: System_Threading.CancellationToken): Rewrap<this, System_Threading_Tasks.Task_1<Npgsql_Replication.ReplicationSlotOptions>>;
|
|
789
|
-
StartLogicalReplication(slot: Npgsql_Replication_Internal.LogicalReplicationSlot, cancellationToken: System_Threading.CancellationToken, walLocation?: System.Nullable_1<NpgsqlTypes.NpgsqlLogSequenceNumber>, options?: System_Collections_Generic.IEnumerable_1<System_Collections_Generic.KeyValuePair_2<System_Internal.String, System_Internal.String>>, bypassingStream?: boolean): Rewrap<this, System_Collections_Generic.IAsyncEnumerable_1<Npgsql_Replication.XLogDataMessage>>;
|
|
790
|
-
}
|
|
791
|
-
|
|
792
51
|
// Internal helper types for sticky extension scopes
|
|
793
52
|
type __TsonicExtMapOf<T> = T extends { __tsonic_ext?: infer M } ? M : {};
|
|
794
53
|
type __TsonicMergeExtMaps<A, B> = A & B;
|
|
795
54
|
type __TsonicWithExt<TShape, K extends string, TApplier> = { __tsonic_ext?: __TsonicMergeExtMaps<__TsonicExtMapOf<TShape>, { [P in K]: TApplier }> };
|
|
796
55
|
|
|
797
|
-
//
|
|
798
|
-
|
|
799
|
-
(
|
|
800
|
-
|
|
801
|
-
)
|
|
56
|
+
// Extension method table for namespace: Microsoft.EntityFrameworkCore
|
|
57
|
+
interface __TsonicExtMethods_Microsoft_EntityFrameworkCore {
|
|
58
|
+
Abbreviate(this: Microsoft_EntityFrameworkCore.DbFunctions, inet: NpgsqlTypes.NpgsqlInet): Rewrap<this, string>;
|
|
59
|
+
Abbreviate(this: Microsoft_EntityFrameworkCore.DbFunctions, cidr: System_Net.IPNetwork): Rewrap<this, string>;
|
|
60
|
+
Abbreviate(this: Microsoft_EntityFrameworkCore.DbFunctions, cidr: NpgsqlTypes.NpgsqlCidr): Rewrap<this, string>;
|
|
61
|
+
Abbreviate(this: Microsoft_EntityFrameworkCore.DbFunctions, cidr: System.ValueTuple_2<System_Net.IPAddress, System_Internal.Int32>): Rewrap<this, string>;
|
|
62
|
+
Add(this: Microsoft_EntityFrameworkCore.DbFunctions, inet: NpgsqlTypes.NpgsqlInet, value: int): Rewrap<this, NpgsqlTypes.NpgsqlInet>;
|
|
63
|
+
Add(this: Microsoft_EntityFrameworkCore.DbFunctions, cidr: System.ValueTuple_2<System_Net.IPAddress, System_Internal.Int32>, value: int): Rewrap<this, System.ValueTuple_2<System_Net.IPAddress, System_Internal.Int32>>;
|
|
64
|
+
And(this: NpgsqlTypes.NpgsqlTsQuery, query2: NpgsqlTypes.NpgsqlTsQuery): Rewrap<this, NpgsqlTypes.NpgsqlTsQuery>;
|
|
65
|
+
AreNullsDistinct(this: Microsoft_EntityFrameworkCore_Metadata_Builders.IConventionIndexBuilder, nullsDistinct?: boolean, fromDataAnnotation?: boolean): Rewrap<this, Microsoft_EntityFrameworkCore_Metadata_Builders.IConventionIndexBuilder | undefined>;
|
|
66
|
+
AreNullsDistinct(this: Microsoft_EntityFrameworkCore_Metadata_Builders.IndexBuilder, nullsDistinct?: boolean): Rewrap<this, Microsoft_EntityFrameworkCore_Metadata_Builders.IndexBuilder>;
|
|
67
|
+
AreNullsDistinct<TEntity>(this: Microsoft_EntityFrameworkCore_Metadata_Builders.IndexBuilder_1<TEntity>, nullsDistinct?: boolean): Rewrap<this, Microsoft_EntityFrameworkCore_Metadata_Builders.IndexBuilder_1<TEntity>>;
|
|
68
|
+
ArrayAgg<T>(this: Microsoft_EntityFrameworkCore.DbFunctions, input: System_Collections_Generic.IEnumerable_1<T>): Rewrap<this, T[]>;
|
|
69
|
+
ArrayToTsVector(this: Microsoft_EntityFrameworkCore.DbFunctions, lexemes: string[]): Rewrap<this, NpgsqlTypes.NpgsqlTsVector>;
|
|
70
|
+
Average(this: Microsoft_EntityFrameworkCore.DbFunctions, input: System_Collections_Generic.IEnumerable_1<System.TimeSpan>): Rewrap<this, System.Nullable_1<System.TimeSpan>>;
|
|
71
|
+
BitwiseAnd(this: Microsoft_EntityFrameworkCore.DbFunctions, inet: NpgsqlTypes.NpgsqlInet, other: NpgsqlTypes.NpgsqlInet): Rewrap<this, NpgsqlTypes.NpgsqlInet>;
|
|
72
|
+
BitwiseAnd(this: Microsoft_EntityFrameworkCore.DbFunctions, macaddr: System_Net_NetworkInformation.PhysicalAddress, other: System_Net_NetworkInformation.PhysicalAddress): Rewrap<this, System_Net_NetworkInformation.PhysicalAddress>;
|
|
73
|
+
BitwiseAnd(this: Microsoft_EntityFrameworkCore.DbFunctions, cidr: System.ValueTuple_2<System_Net.IPAddress, System_Internal.Int32>, other: System.ValueTuple_2<System_Net.IPAddress, System_Internal.Int32>): Rewrap<this, System.ValueTuple_2<System_Net.IPAddress, System_Internal.Int32>>;
|
|
74
|
+
BitwiseNot(this: Microsoft_EntityFrameworkCore.DbFunctions, inet: NpgsqlTypes.NpgsqlInet): Rewrap<this, NpgsqlTypes.NpgsqlInet>;
|
|
75
|
+
BitwiseNot(this: Microsoft_EntityFrameworkCore.DbFunctions, macaddr: System_Net_NetworkInformation.PhysicalAddress): Rewrap<this, System_Net_NetworkInformation.PhysicalAddress>;
|
|
76
|
+
BitwiseNot(this: Microsoft_EntityFrameworkCore.DbFunctions, cidr: System.ValueTuple_2<System_Net.IPAddress, System_Internal.Int32>): Rewrap<this, System.ValueTuple_2<System_Net.IPAddress, System_Internal.Int32>>;
|
|
77
|
+
BitwiseOr(this: Microsoft_EntityFrameworkCore.DbFunctions, inet: NpgsqlTypes.NpgsqlInet, other: NpgsqlTypes.NpgsqlInet): Rewrap<this, NpgsqlTypes.NpgsqlInet>;
|
|
78
|
+
BitwiseOr(this: Microsoft_EntityFrameworkCore.DbFunctions, macaddr: System_Net_NetworkInformation.PhysicalAddress, other: System_Net_NetworkInformation.PhysicalAddress): Rewrap<this, System_Net_NetworkInformation.PhysicalAddress>;
|
|
79
|
+
BitwiseOr(this: Microsoft_EntityFrameworkCore.DbFunctions, cidr: System.ValueTuple_2<System_Net.IPAddress, System_Internal.Int32>, other: System.ValueTuple_2<System_Net.IPAddress, System_Internal.Int32>): Rewrap<this, System.ValueTuple_2<System_Net.IPAddress, System_Internal.Int32>>;
|
|
80
|
+
Broadcast(this: Microsoft_EntityFrameworkCore.DbFunctions, inet: NpgsqlTypes.NpgsqlInet): Rewrap<this, NpgsqlTypes.NpgsqlInet>;
|
|
81
|
+
Broadcast(this: Microsoft_EntityFrameworkCore.DbFunctions, cidr: System.ValueTuple_2<System_Net.IPAddress, System_Internal.Int32>): Rewrap<this, System_Net.IPAddress>;
|
|
82
|
+
CanSetAreNullsDistinct(this: Microsoft_EntityFrameworkCore_Metadata_Builders.IConventionIndexBuilder, nullsDistinct?: boolean, fromDataAnnotation?: boolean): Rewrap<this, boolean>;
|
|
83
|
+
CanSetCollation(this: Microsoft_EntityFrameworkCore_Metadata_Builders.IConventionIndexBuilder, values: System_Collections_Generic.IReadOnlyList_1<System_Internal.String>, fromDataAnnotation: boolean): Rewrap<this, boolean>;
|
|
84
|
+
CanSetCompressionMethod(this: Microsoft_EntityFrameworkCore_Metadata_Builders.IConventionPropertyBuilder, compressionMethod: string, fromDataAnnotation?: boolean): Rewrap<this, boolean>;
|
|
85
|
+
CanSetHiLoSequence(this: Microsoft_EntityFrameworkCore_Metadata_Builders.IConventionModelBuilder, name: string, schema: string, fromDataAnnotation?: boolean): Rewrap<this, boolean>;
|
|
86
|
+
CanSetHiLoSequence(this: Microsoft_EntityFrameworkCore_Metadata_Builders.IConventionPropertyBuilder, name: string, schema: string, fromDataAnnotation?: boolean): Rewrap<this, boolean>;
|
|
87
|
+
CanSetIdentityOptions(this: Microsoft_EntityFrameworkCore_Metadata_Builders.IConventionPropertyBuilder, startValue?: System.Nullable_1<System_Internal.Int64>, incrementBy?: System.Nullable_1<System_Internal.Int64>, minValue?: System.Nullable_1<System_Internal.Int64>, maxValue?: System.Nullable_1<System_Internal.Int64>, cyclic?: System.Nullable_1<System_Internal.Boolean>, numbersToCache?: System.Nullable_1<System_Internal.Int64>): Rewrap<this, boolean>;
|
|
88
|
+
CanSetIncludeProperties(this: Microsoft_EntityFrameworkCore_Metadata_Builders.IConventionIndexBuilder, propertyNames: System_Collections_Generic.IReadOnlyList_1<System_Internal.String>, fromDataAnnotation?: boolean): Rewrap<this, boolean>;
|
|
89
|
+
CanSetIsCreatedConcurrently(this: Microsoft_EntityFrameworkCore_Metadata_Builders.IConventionIndexBuilder, createdConcurrently: System.Nullable_1<System_Internal.Boolean>, fromDataAnnotation?: boolean): Rewrap<this, boolean>;
|
|
90
|
+
CanSetIsGeneratedTsVectorColumn(this: Microsoft_EntityFrameworkCore_Metadata_Builders.IConventionPropertyBuilder, config: string, includedPropertyNames: System_Collections_Generic.IReadOnlyList_1<System_Internal.String>, fromDataAnnotation?: boolean): Rewrap<this, boolean>;
|
|
91
|
+
CanSetIsTsVectorExpressionIndex(this: Microsoft_EntityFrameworkCore_Metadata_Builders.IConventionIndexBuilder, config: string, fromDataAnnotation?: boolean): Rewrap<this, boolean>;
|
|
92
|
+
CanSetIsUnlogged(this: Microsoft_EntityFrameworkCore_Metadata_Builders.IConventionEntityTypeBuilder, unlogged?: boolean, fromDataAnnotation?: boolean): Rewrap<this, boolean>;
|
|
93
|
+
CanSetMethod(this: Microsoft_EntityFrameworkCore_Metadata_Builders.IConventionIndexBuilder, method: string, fromDataAnnotation?: boolean): Rewrap<this, boolean>;
|
|
94
|
+
CanSetNullSortOrder(this: Microsoft_EntityFrameworkCore_Metadata_Builders.IConventionIndexBuilder, values: System_Collections_Generic.IReadOnlyList_1<Npgsql_EntityFrameworkCore_PostgreSQL_Metadata.NullSortOrder>, fromDataAnnotation: boolean): Rewrap<this, boolean>;
|
|
95
|
+
CanSetOperators(this: Microsoft_EntityFrameworkCore_Metadata_Builders.IConventionIndexBuilder, operators: System_Collections_Generic.IReadOnlyList_1<System_Internal.String>, fromDataAnnotation: boolean): Rewrap<this, boolean>;
|
|
96
|
+
CanSetPostgresEnum(this: Microsoft_EntityFrameworkCore_Metadata_Builders.IConventionModelBuilder, schema: string, name: string, fromDataAnnotation?: boolean): Rewrap<this, boolean>;
|
|
97
|
+
CanSetPostgresExtension(this: Microsoft_EntityFrameworkCore_Metadata_Builders.IConventionModelBuilder, schema: string, name: string, version?: string, fromDataAnnotation?: boolean): Rewrap<this, boolean>;
|
|
98
|
+
CanSetSequence(this: Microsoft_EntityFrameworkCore_Metadata_Builders.IConventionPropertyBuilder, name: string, schema: string, fromDataAnnotation?: boolean): Rewrap<this, boolean>;
|
|
99
|
+
CanSetStorageParameter(this: Microsoft_EntityFrameworkCore_Metadata_Builders.IConventionEntityTypeBuilder, parameterName: string, parameterValue: unknown, fromDataAnnotation?: boolean): Rewrap<this, boolean>;
|
|
100
|
+
CanSetStorageParameter(this: Microsoft_EntityFrameworkCore_Metadata_Builders.IConventionIndexBuilder, parameterName: string, parameterValue: unknown, fromDataAnnotation?: boolean): Rewrap<this, boolean>;
|
|
101
|
+
CanSetValueGenerationStrategy(this: Microsoft_EntityFrameworkCore_Metadata_Builders.IConventionModelBuilder, valueGenerationStrategy: System.Nullable_1<Npgsql_EntityFrameworkCore_PostgreSQL_Metadata.NpgsqlValueGenerationStrategy>, fromDataAnnotation?: boolean): Rewrap<this, boolean>;
|
|
102
|
+
CanSetValueGenerationStrategy(this: Microsoft_EntityFrameworkCore_Metadata_Builders.IConventionPropertyBuilder, valueGenerationStrategy: System.Nullable_1<Npgsql_EntityFrameworkCore_PostgreSQL_Metadata.NpgsqlValueGenerationStrategy>, storeObject: Microsoft_EntityFrameworkCore_Metadata.StoreObjectIdentifier, fromDataAnnotation?: boolean): Rewrap<this, boolean>;
|
|
103
|
+
CanSetValueGenerationStrategy(this: Microsoft_EntityFrameworkCore_Metadata_Builders.IConventionPropertyBuilder, valueGenerationStrategy: System.Nullable_1<Npgsql_EntityFrameworkCore_PostgreSQL_Metadata.NpgsqlValueGenerationStrategy>, fromDataAnnotation?: boolean): Rewrap<this, boolean>;
|
|
104
|
+
Concat(this: NpgsqlTypes.NpgsqlTsVector, vector2: NpgsqlTypes.NpgsqlTsVector): Rewrap<this, NpgsqlTypes.NpgsqlTsVector>;
|
|
105
|
+
ContainedBy(this: Microsoft_EntityFrameworkCore.DbFunctions, inet: NpgsqlTypes.NpgsqlInet, other: NpgsqlTypes.NpgsqlInet): Rewrap<this, boolean>;
|
|
106
|
+
ContainedBy(this: Microsoft_EntityFrameworkCore.DbFunctions, inet: System_Net.IPAddress, other: System.ValueTuple_2<System_Net.IPAddress, System_Internal.Int32>): Rewrap<this, boolean>;
|
|
107
|
+
ContainedBy(this: Microsoft_EntityFrameworkCore.DbFunctions, cidr: System.ValueTuple_2<System_Net.IPAddress, System_Internal.Int32>, other: System.ValueTuple_2<System_Net.IPAddress, System_Internal.Int32>): Rewrap<this, boolean>;
|
|
108
|
+
ContainedBy(this: NpgsqlTypes.NpgsqlCube, other: NpgsqlTypes.NpgsqlCube): Rewrap<this, boolean>;
|
|
109
|
+
ContainedBy<T>(this: NpgsqlTypes.NpgsqlRange_1<T>, multirange: NpgsqlTypes.NpgsqlRange_1<T>[]): Rewrap<this, boolean>;
|
|
110
|
+
ContainedBy<T>(this: NpgsqlTypes.NpgsqlRange_1<T>, multirange: System_Collections_Generic.List_1<NpgsqlTypes.NpgsqlRange_1<T>>): Rewrap<this, boolean>;
|
|
111
|
+
ContainedBy<T>(this: NpgsqlTypes.NpgsqlRange_1<T>, b: NpgsqlTypes.NpgsqlRange_1<T>): Rewrap<this, boolean>;
|
|
112
|
+
ContainedBy<T>(this: System_Collections_Generic.List_1<NpgsqlTypes.NpgsqlRange_1<T>>, multirange2: System_Collections_Generic.List_1<NpgsqlTypes.NpgsqlRange_1<T>>): Rewrap<this, boolean>;
|
|
113
|
+
ContainedByOrEqual(this: Microsoft_EntityFrameworkCore.DbFunctions, inet: NpgsqlTypes.NpgsqlInet, other: NpgsqlTypes.NpgsqlInet): Rewrap<this, boolean>;
|
|
114
|
+
ContainedByOrEqual(this: Microsoft_EntityFrameworkCore.DbFunctions, inet: System_Net.IPAddress, other: System.ValueTuple_2<System_Net.IPAddress, System_Internal.Int32>): Rewrap<this, boolean>;
|
|
115
|
+
ContainedByOrEqual(this: Microsoft_EntityFrameworkCore.DbFunctions, cidr: System.ValueTuple_2<System_Net.IPAddress, System_Internal.Int32>, other: System.ValueTuple_2<System_Net.IPAddress, System_Internal.Int32>): Rewrap<this, boolean>;
|
|
116
|
+
Contains(this: Microsoft_EntityFrameworkCore.DbFunctions, inet: NpgsqlTypes.NpgsqlInet, other: NpgsqlTypes.NpgsqlInet): Rewrap<this, boolean>;
|
|
117
|
+
Contains(this: Microsoft_EntityFrameworkCore.DbFunctions, cidr: System.ValueTuple_2<System_Net.IPAddress, System_Internal.Int32>, other: System_Net.IPAddress): Rewrap<this, boolean>;
|
|
118
|
+
Contains(this: Microsoft_EntityFrameworkCore.DbFunctions, cidr: System.ValueTuple_2<System_Net.IPAddress, System_Internal.Int32>, other: System.ValueTuple_2<System_Net.IPAddress, System_Internal.Int32>): Rewrap<this, boolean>;
|
|
119
|
+
Contains(this: NpgsqlTypes.NpgsqlCube, other: NpgsqlTypes.NpgsqlCube): Rewrap<this, boolean>;
|
|
120
|
+
Contains<T>(this: NpgsqlTypes.NpgsqlRange_1<T>, value: T): Rewrap<this, boolean>;
|
|
121
|
+
Contains<T>(this: NpgsqlTypes.NpgsqlRange_1<T>, b: NpgsqlTypes.NpgsqlRange_1<T>): Rewrap<this, boolean>;
|
|
122
|
+
Contains(this: NpgsqlTypes.NpgsqlTsQuery, query2: NpgsqlTypes.NpgsqlTsQuery): Rewrap<this, boolean>;
|
|
123
|
+
Contains<T>(this: System_Collections_Generic.List_1<NpgsqlTypes.NpgsqlRange_1<T>>, value: T): Rewrap<this, boolean>;
|
|
124
|
+
Contains<T>(this: System_Collections_Generic.List_1<NpgsqlTypes.NpgsqlRange_1<T>>, multirange2: System_Collections_Generic.List_1<NpgsqlTypes.NpgsqlRange_1<T>>): Rewrap<this, boolean>;
|
|
125
|
+
Contains<T>(this: System_Collections_Generic.List_1<NpgsqlTypes.NpgsqlRange_1<T>>, multirange2: NpgsqlTypes.NpgsqlRange_1<T>): Rewrap<this, boolean>;
|
|
126
|
+
ContainsOrContainedBy(this: Microsoft_EntityFrameworkCore.DbFunctions, inet: NpgsqlTypes.NpgsqlInet, other: NpgsqlTypes.NpgsqlInet): Rewrap<this, boolean>;
|
|
127
|
+
ContainsOrContainedBy(this: Microsoft_EntityFrameworkCore.DbFunctions, cidr: System.ValueTuple_2<System_Net.IPAddress, System_Internal.Int32>, other: System_Net.IPAddress): Rewrap<this, boolean>;
|
|
128
|
+
ContainsOrContainedBy(this: Microsoft_EntityFrameworkCore.DbFunctions, inet: System_Net.IPAddress, other: System.ValueTuple_2<System_Net.IPAddress, System_Internal.Int32>): Rewrap<this, boolean>;
|
|
129
|
+
ContainsOrContainedBy(this: Microsoft_EntityFrameworkCore.DbFunctions, cidr: System.ValueTuple_2<System_Net.IPAddress, System_Internal.Int32>, other: System.ValueTuple_2<System_Net.IPAddress, System_Internal.Int32>): Rewrap<this, boolean>;
|
|
130
|
+
ContainsOrEqual(this: Microsoft_EntityFrameworkCore.DbFunctions, inet: NpgsqlTypes.NpgsqlInet, other: NpgsqlTypes.NpgsqlInet): Rewrap<this, boolean>;
|
|
131
|
+
ContainsOrEqual(this: Microsoft_EntityFrameworkCore.DbFunctions, cidr: System.ValueTuple_2<System_Net.IPAddress, System_Internal.Int32>, other: System_Net.IPAddress): Rewrap<this, boolean>;
|
|
132
|
+
ContainsOrEqual(this: Microsoft_EntityFrameworkCore.DbFunctions, cidr: System.ValueTuple_2<System_Net.IPAddress, System_Internal.Int32>, other: System.ValueTuple_2<System_Net.IPAddress, System_Internal.Int32>): Rewrap<this, boolean>;
|
|
133
|
+
Correlation(this: Microsoft_EntityFrameworkCore.DbFunctions, values: System_Collections_Generic.IEnumerable_1<System.ValueTuple_2<System_Internal.Double, System_Internal.Double>>): Rewrap<this, System.Nullable_1<System_Internal.Double>>;
|
|
134
|
+
CovariancePopulation(this: Microsoft_EntityFrameworkCore.DbFunctions, values: System_Collections_Generic.IEnumerable_1<System.ValueTuple_2<System_Internal.Double, System_Internal.Double>>): Rewrap<this, System.Nullable_1<System_Internal.Double>>;
|
|
135
|
+
CovarianceSample(this: Microsoft_EntityFrameworkCore.DbFunctions, values: System_Collections_Generic.IEnumerable_1<System.ValueTuple_2<System_Internal.Double, System_Internal.Double>>): Rewrap<this, System.Nullable_1<System_Internal.Double>>;
|
|
136
|
+
Delete(this: NpgsqlTypes.NpgsqlTsVector, lexeme: string): Rewrap<this, NpgsqlTypes.NpgsqlTsVector>;
|
|
137
|
+
Delete(this: NpgsqlTypes.NpgsqlTsVector, lexemes: string[]): Rewrap<this, NpgsqlTypes.NpgsqlTsVector>;
|
|
138
|
+
Distance(this: Microsoft_EntityFrameworkCore.DbFunctions, a: System.DateOnly, b: System.DateOnly): Rewrap<this, int>;
|
|
139
|
+
Distance(this: Microsoft_EntityFrameworkCore.DbFunctions, a: System.DateTime, b: System.DateTime): Rewrap<this, System.TimeSpan>;
|
|
140
|
+
Distance(this: NpgsqlTypes.NpgsqlCube, other: NpgsqlTypes.NpgsqlCube): Rewrap<this, double>;
|
|
141
|
+
DistanceChebyshev(this: NpgsqlTypes.NpgsqlCube, other: NpgsqlTypes.NpgsqlCube): Rewrap<this, double>;
|
|
142
|
+
DistanceTaxicab(this: NpgsqlTypes.NpgsqlCube, other: NpgsqlTypes.NpgsqlCube): Rewrap<this, double>;
|
|
143
|
+
DoesNotExtendLeftOf<T>(this: NpgsqlTypes.NpgsqlRange_1<T>, b: NpgsqlTypes.NpgsqlRange_1<T>): Rewrap<this, boolean>;
|
|
144
|
+
DoesNotExtendLeftOf<T>(this: System_Collections_Generic.List_1<NpgsqlTypes.NpgsqlRange_1<T>>, multirange2: System_Collections_Generic.List_1<NpgsqlTypes.NpgsqlRange_1<T>>): Rewrap<this, boolean>;
|
|
145
|
+
DoesNotExtendLeftOf<T>(this: System_Collections_Generic.List_1<NpgsqlTypes.NpgsqlRange_1<T>>, range: NpgsqlTypes.NpgsqlRange_1<T>): Rewrap<this, boolean>;
|
|
146
|
+
DoesNotExtendRightOf<T>(this: NpgsqlTypes.NpgsqlRange_1<T>, b: NpgsqlTypes.NpgsqlRange_1<T>): Rewrap<this, boolean>;
|
|
147
|
+
DoesNotExtendRightOf<T>(this: System_Collections_Generic.List_1<NpgsqlTypes.NpgsqlRange_1<T>>, multirange2: System_Collections_Generic.List_1<NpgsqlTypes.NpgsqlRange_1<T>>): Rewrap<this, boolean>;
|
|
148
|
+
DoesNotExtendRightOf<T>(this: System_Collections_Generic.List_1<NpgsqlTypes.NpgsqlRange_1<T>>, range: NpgsqlTypes.NpgsqlRange_1<T>): Rewrap<this, boolean>;
|
|
149
|
+
Enlarge(this: NpgsqlTypes.NpgsqlCube, radius: double, dimensions: int): Rewrap<this, NpgsqlTypes.NpgsqlCube>;
|
|
150
|
+
EnsurePostgresExtension(this: Microsoft_EntityFrameworkCore_Migrations.MigrationBuilder, name: string, schema?: string, version?: string): Rewrap<this, Microsoft_EntityFrameworkCore_Migrations.MigrationBuilder>;
|
|
151
|
+
Except<T>(this: NpgsqlTypes.NpgsqlRange_1<T>, b: NpgsqlTypes.NpgsqlRange_1<T>): Rewrap<this, NpgsqlTypes.NpgsqlRange_1<T>>;
|
|
152
|
+
Except<T>(this: System_Collections_Generic.List_1<NpgsqlTypes.NpgsqlRange_1<T>>, multirange2: System_Collections_Generic.List_1<NpgsqlTypes.NpgsqlRange_1<T>>): Rewrap<this, System_Collections_Generic.List_1<NpgsqlTypes.NpgsqlRange_1<T>>>;
|
|
153
|
+
Family(this: Microsoft_EntityFrameworkCore.DbFunctions, inet: NpgsqlTypes.NpgsqlInet): Rewrap<this, int>;
|
|
154
|
+
Family(this: Microsoft_EntityFrameworkCore.DbFunctions, cidr: System.ValueTuple_2<System_Net.IPAddress, System_Internal.Int32>): Rewrap<this, int>;
|
|
155
|
+
Filter(this: NpgsqlTypes.NpgsqlTsVector, weights: char[]): Rewrap<this, NpgsqlTypes.NpgsqlTsVector>;
|
|
156
|
+
FindHiLoSequence(this: Microsoft_EntityFrameworkCore_Metadata.IProperty): Rewrap<this, Microsoft_EntityFrameworkCore_Metadata.ISequence | undefined>;
|
|
157
|
+
FindHiLoSequence(this: Microsoft_EntityFrameworkCore_Metadata.IProperty, storeObject: Microsoft_EntityFrameworkCore_Metadata.StoreObjectIdentifier): Rewrap<this, Microsoft_EntityFrameworkCore_Metadata.ISequence | undefined>;
|
|
158
|
+
FindHiLoSequence(this: Microsoft_EntityFrameworkCore_Metadata.IReadOnlyProperty): Rewrap<this, Microsoft_EntityFrameworkCore_Metadata.IReadOnlySequence | undefined>;
|
|
159
|
+
FindHiLoSequence(this: Microsoft_EntityFrameworkCore_Metadata.IReadOnlyProperty, storeObject: Microsoft_EntityFrameworkCore_Metadata.StoreObjectIdentifier): Rewrap<this, Microsoft_EntityFrameworkCore_Metadata.IReadOnlySequence | undefined>;
|
|
160
|
+
FindSequence(this: Microsoft_EntityFrameworkCore_Metadata.IProperty): Rewrap<this, Microsoft_EntityFrameworkCore_Metadata.ISequence | undefined>;
|
|
161
|
+
FindSequence(this: Microsoft_EntityFrameworkCore_Metadata.IProperty, storeObject: Microsoft_EntityFrameworkCore_Metadata.StoreObjectIdentifier): Rewrap<this, Microsoft_EntityFrameworkCore_Metadata.ISequence | undefined>;
|
|
162
|
+
FindSequence(this: Microsoft_EntityFrameworkCore_Metadata.IReadOnlyProperty): Rewrap<this, Microsoft_EntityFrameworkCore_Metadata.IReadOnlySequence | undefined>;
|
|
163
|
+
FindSequence(this: Microsoft_EntityFrameworkCore_Metadata.IReadOnlyProperty, storeObject: Microsoft_EntityFrameworkCore_Metadata.StoreObjectIdentifier): Rewrap<this, Microsoft_EntityFrameworkCore_Metadata.IReadOnlySequence | undefined>;
|
|
164
|
+
FuzzyStringMatchDifference(this: Microsoft_EntityFrameworkCore.DbFunctions, source: string, target: string): Rewrap<this, int>;
|
|
165
|
+
FuzzyStringMatchDoubleMetaphone(this: Microsoft_EntityFrameworkCore.DbFunctions, text: string): Rewrap<this, string>;
|
|
166
|
+
FuzzyStringMatchDoubleMetaphoneAlt(this: Microsoft_EntityFrameworkCore.DbFunctions, text: string): Rewrap<this, string>;
|
|
167
|
+
FuzzyStringMatchLevenshtein(this: Microsoft_EntityFrameworkCore.DbFunctions, source: string, target: string): Rewrap<this, int>;
|
|
168
|
+
FuzzyStringMatchLevenshtein(this: Microsoft_EntityFrameworkCore.DbFunctions, source: string, target: string, insertionCost: int, deletionCost: int, substitutionCost: int): Rewrap<this, int>;
|
|
169
|
+
FuzzyStringMatchLevenshteinLessEqual(this: Microsoft_EntityFrameworkCore.DbFunctions, source: string, target: string, maximumDistance: int): Rewrap<this, int>;
|
|
170
|
+
FuzzyStringMatchLevenshteinLessEqual(this: Microsoft_EntityFrameworkCore.DbFunctions, source: string, target: string, insertionCost: int, deletionCost: int, substitutionCost: int, maximumDistance: int): Rewrap<this, int>;
|
|
171
|
+
FuzzyStringMatchMetaphone(this: Microsoft_EntityFrameworkCore.DbFunctions, text: string, maximumOutputLength: int): Rewrap<this, string>;
|
|
172
|
+
FuzzyStringMatchSoundex(this: Microsoft_EntityFrameworkCore.DbFunctions, text: string): Rewrap<this, string>;
|
|
173
|
+
GetAreNullsDistinct(this: Microsoft_EntityFrameworkCore_Metadata.IReadOnlyIndex): Rewrap<this, System.Nullable_1<System_Internal.Boolean>>;
|
|
174
|
+
GetAreNullsDistinctConfigurationSource(this: Microsoft_EntityFrameworkCore_Metadata.IConventionIndex): Rewrap<this, System.Nullable_1<Microsoft_EntityFrameworkCore_Metadata.ConfigurationSource>>;
|
|
175
|
+
GetCockroachDbInterleaveInParent(this: Microsoft_EntityFrameworkCore_Metadata.IReadOnlyEntityType): Rewrap<this, Npgsql_EntityFrameworkCore_PostgreSQL_Metadata.CockroachDbInterleaveInParent>;
|
|
176
|
+
GetCollation(this: Microsoft_EntityFrameworkCore_Metadata.IReadOnlyIndex): Rewrap<this, System_Collections_Generic.IReadOnlyList_1<System_Internal.String> | undefined>;
|
|
177
|
+
GetCollationConfigurationSource(this: Microsoft_EntityFrameworkCore_Metadata.IConventionIndex): Rewrap<this, System.Nullable_1<Microsoft_EntityFrameworkCore_Metadata.ConfigurationSource>>;
|
|
178
|
+
GetCollations(this: Microsoft_EntityFrameworkCore_Metadata.IReadOnlyModel): Rewrap<this, System_Collections_Generic.IReadOnlyList_1<Npgsql_EntityFrameworkCore_PostgreSQL_Metadata.PostgresCollation>>;
|
|
179
|
+
GetCompressionMethod(this: Microsoft_EntityFrameworkCore_Metadata.IReadOnlyProperty): Rewrap<this, string | undefined>;
|
|
180
|
+
GetCompressionMethod(this: Microsoft_EntityFrameworkCore_Metadata.IReadOnlyProperty, storeObject: Microsoft_EntityFrameworkCore_Metadata.StoreObjectIdentifier): Rewrap<this, string | undefined>;
|
|
181
|
+
GetCompressionMethodConfigurationSource(this: Microsoft_EntityFrameworkCore_Metadata.IConventionProperty): Rewrap<this, System.Nullable_1<Microsoft_EntityFrameworkCore_Metadata.ConfigurationSource>>;
|
|
182
|
+
GetDatabaseTemplate(this: Microsoft_EntityFrameworkCore_Metadata.IReadOnlyModel): Rewrap<this, string | undefined>;
|
|
183
|
+
GetDatabaseTemplateConfigurationSource(this: Microsoft_EntityFrameworkCore_Metadata.IConventionModel): Rewrap<this, System.Nullable_1<Microsoft_EntityFrameworkCore_Metadata.ConfigurationSource>>;
|
|
184
|
+
GetHiLoSequenceName(this: Microsoft_EntityFrameworkCore_Metadata.IReadOnlyModel): Rewrap<this, string>;
|
|
185
|
+
GetHiLoSequenceName(this: Microsoft_EntityFrameworkCore_Metadata.IReadOnlyProperty): Rewrap<this, string | undefined>;
|
|
186
|
+
GetHiLoSequenceName(this: Microsoft_EntityFrameworkCore_Metadata.IReadOnlyProperty, storeObject: Microsoft_EntityFrameworkCore_Metadata.StoreObjectIdentifier): Rewrap<this, string | undefined>;
|
|
187
|
+
GetHiLoSequenceNameConfigurationSource(this: Microsoft_EntityFrameworkCore_Metadata.IConventionModel): Rewrap<this, System.Nullable_1<Microsoft_EntityFrameworkCore_Metadata.ConfigurationSource>>;
|
|
188
|
+
GetHiLoSequenceNameConfigurationSource(this: Microsoft_EntityFrameworkCore_Metadata.IConventionProperty): Rewrap<this, System.Nullable_1<Microsoft_EntityFrameworkCore_Metadata.ConfigurationSource>>;
|
|
189
|
+
GetHiLoSequenceSchema(this: Microsoft_EntityFrameworkCore_Metadata.IReadOnlyModel): Rewrap<this, string | undefined>;
|
|
190
|
+
GetHiLoSequenceSchema(this: Microsoft_EntityFrameworkCore_Metadata.IReadOnlyProperty): Rewrap<this, string | undefined>;
|
|
191
|
+
GetHiLoSequenceSchema(this: Microsoft_EntityFrameworkCore_Metadata.IReadOnlyProperty, storeObject: Microsoft_EntityFrameworkCore_Metadata.StoreObjectIdentifier): Rewrap<this, string | undefined>;
|
|
192
|
+
GetHiLoSequenceSchemaConfigurationSource(this: Microsoft_EntityFrameworkCore_Metadata.IConventionModel): Rewrap<this, System.Nullable_1<Microsoft_EntityFrameworkCore_Metadata.ConfigurationSource>>;
|
|
193
|
+
GetHiLoSequenceSchemaConfigurationSource(this: Microsoft_EntityFrameworkCore_Metadata.IConventionProperty): Rewrap<this, System.Nullable_1<Microsoft_EntityFrameworkCore_Metadata.ConfigurationSource>>;
|
|
194
|
+
GetIdentityIncrementBy(this: Microsoft_EntityFrameworkCore_Metadata.IReadOnlyProperty): Rewrap<this, System.Nullable_1<System_Internal.Int64>>;
|
|
195
|
+
GetIdentityIncrementByConfigurationSource(this: Microsoft_EntityFrameworkCore_Metadata.IConventionProperty): Rewrap<this, System.Nullable_1<Microsoft_EntityFrameworkCore_Metadata.ConfigurationSource>>;
|
|
196
|
+
GetIdentityIsCyclic(this: Microsoft_EntityFrameworkCore_Metadata.IReadOnlyProperty): Rewrap<this, System.Nullable_1<System_Internal.Boolean>>;
|
|
197
|
+
GetIdentityIsCyclicConfigurationSource(this: Microsoft_EntityFrameworkCore_Metadata.IConventionProperty): Rewrap<this, System.Nullable_1<Microsoft_EntityFrameworkCore_Metadata.ConfigurationSource>>;
|
|
198
|
+
GetIdentityMaxValue(this: Microsoft_EntityFrameworkCore_Metadata.IReadOnlyProperty): Rewrap<this, System.Nullable_1<System_Internal.Int64>>;
|
|
199
|
+
GetIdentityMaxValueConfigurationSource(this: Microsoft_EntityFrameworkCore_Metadata.IConventionProperty): Rewrap<this, System.Nullable_1<Microsoft_EntityFrameworkCore_Metadata.ConfigurationSource>>;
|
|
200
|
+
GetIdentityMinValue(this: Microsoft_EntityFrameworkCore_Metadata.IReadOnlyProperty): Rewrap<this, System.Nullable_1<System_Internal.Int64>>;
|
|
201
|
+
GetIdentityMinValueConfigurationSource(this: Microsoft_EntityFrameworkCore_Metadata.IConventionProperty): Rewrap<this, System.Nullable_1<Microsoft_EntityFrameworkCore_Metadata.ConfigurationSource>>;
|
|
202
|
+
GetIdentityNumbersToCache(this: Microsoft_EntityFrameworkCore_Metadata.IReadOnlyProperty): Rewrap<this, System.Nullable_1<System_Internal.Int64>>;
|
|
203
|
+
GetIdentityNumbersToCacheConfigurationSource(this: Microsoft_EntityFrameworkCore_Metadata.IConventionProperty): Rewrap<this, System.Nullable_1<Microsoft_EntityFrameworkCore_Metadata.ConfigurationSource>>;
|
|
204
|
+
GetIdentityStartValue(this: Microsoft_EntityFrameworkCore_Metadata.IReadOnlyProperty): Rewrap<this, System.Nullable_1<System_Internal.Int64>>;
|
|
205
|
+
GetIdentityStartValueConfigurationSource(this: Microsoft_EntityFrameworkCore_Metadata.IConventionProperty): Rewrap<this, System.Nullable_1<Microsoft_EntityFrameworkCore_Metadata.ConfigurationSource>>;
|
|
206
|
+
GetIncludeProperties(this: Microsoft_EntityFrameworkCore_Metadata.IReadOnlyIndex): Rewrap<this, System_Collections_Generic.IReadOnlyList_1<System_Internal.String> | undefined>;
|
|
207
|
+
GetIncludePropertiesConfigurationSource(this: Microsoft_EntityFrameworkCore_Metadata.IConventionIndex): Rewrap<this, System.Nullable_1<Microsoft_EntityFrameworkCore_Metadata.ConfigurationSource>>;
|
|
208
|
+
GetIsCreatedConcurrentlyConfigurationSource(this: Microsoft_EntityFrameworkCore_Metadata.IConventionIndex): Rewrap<this, System.Nullable_1<Microsoft_EntityFrameworkCore_Metadata.ConfigurationSource>>;
|
|
209
|
+
GetIsUnlogged(this: Microsoft_EntityFrameworkCore_Metadata.IReadOnlyEntityType): Rewrap<this, boolean>;
|
|
210
|
+
GetIsUnloggedConfigurationSource(this: Microsoft_EntityFrameworkCore_Metadata.IConventionEntityType): Rewrap<this, System.Nullable_1<Microsoft_EntityFrameworkCore_Metadata.ConfigurationSource>>;
|
|
211
|
+
GetLength(this: NpgsqlTypes.NpgsqlTsVector): Rewrap<this, int>;
|
|
212
|
+
GetMethod(this: Microsoft_EntityFrameworkCore_Metadata.IReadOnlyIndex): Rewrap<this, string | undefined>;
|
|
213
|
+
GetMethodConfigurationSource(this: Microsoft_EntityFrameworkCore_Metadata.IConventionIndex): Rewrap<this, System.Nullable_1<Microsoft_EntityFrameworkCore_Metadata.ConfigurationSource>>;
|
|
214
|
+
GetNodeCount(this: NpgsqlTypes.NpgsqlTsQuery): Rewrap<this, int>;
|
|
215
|
+
GetNullSortOrder(this: Microsoft_EntityFrameworkCore_Metadata.IReadOnlyIndex): Rewrap<this, System_Collections_Generic.IReadOnlyList_1<Npgsql_EntityFrameworkCore_PostgreSQL_Metadata.NullSortOrder> | undefined>;
|
|
216
|
+
GetNullSortOrderConfigurationSource(this: Microsoft_EntityFrameworkCore_Metadata.IConventionIndex): Rewrap<this, System.Nullable_1<Microsoft_EntityFrameworkCore_Metadata.ConfigurationSource>>;
|
|
217
|
+
GetOldPostgresCollations(this: Microsoft_EntityFrameworkCore_Migrations_Operations.AlterDatabaseOperation): Rewrap<this, System_Collections_Generic.IReadOnlyList_1<Npgsql_EntityFrameworkCore_PostgreSQL_Metadata.PostgresCollation>>;
|
|
218
|
+
GetOldPostgresEnums(this: Microsoft_EntityFrameworkCore_Migrations_Operations.AlterDatabaseOperation): Rewrap<this, System_Collections_Generic.IReadOnlyList_1<Npgsql_EntityFrameworkCore_PostgreSQL_Metadata.PostgresEnum>>;
|
|
219
|
+
GetOldPostgresExtensions(this: Microsoft_EntityFrameworkCore_Migrations_Operations.AlterDatabaseOperation): Rewrap<this, System_Collections_Generic.IReadOnlyList_1<Npgsql_EntityFrameworkCore_PostgreSQL_Metadata.PostgresExtension>>;
|
|
220
|
+
GetOldPostgresRanges(this: Microsoft_EntityFrameworkCore_Migrations_Operations.AlterDatabaseOperation): Rewrap<this, System_Collections_Generic.IReadOnlyList_1<Npgsql_EntityFrameworkCore_PostgreSQL_Metadata.PostgresRange>>;
|
|
221
|
+
GetOperators(this: Microsoft_EntityFrameworkCore_Metadata.IReadOnlyIndex): Rewrap<this, System_Collections_Generic.IReadOnlyList_1<System_Internal.String> | undefined>;
|
|
222
|
+
GetOperatorsConfigurationSource(this: Microsoft_EntityFrameworkCore_Metadata.IConventionIndex): Rewrap<this, System.Nullable_1<Microsoft_EntityFrameworkCore_Metadata.ConfigurationSource>>;
|
|
223
|
+
GetOrAddCollation(this: Microsoft_EntityFrameworkCore_Metadata.IMutableModel, schema: string, name: string, lcCollate: string, lcCtype: string, provider?: string, deterministic?: System.Nullable_1<System_Internal.Boolean>): Rewrap<this, Npgsql_EntityFrameworkCore_PostgreSQL_Metadata.PostgresCollation>;
|
|
224
|
+
GetOrAddPostgresEnum(this: Microsoft_EntityFrameworkCore_Metadata.IConventionModel, schema: string, name: string, labels: string[]): Rewrap<this, Npgsql_EntityFrameworkCore_PostgreSQL_Metadata.PostgresEnum>;
|
|
225
|
+
GetOrAddPostgresEnum(this: Microsoft_EntityFrameworkCore_Metadata.IMutableModel, schema: string, name: string, labels: string[]): Rewrap<this, Npgsql_EntityFrameworkCore_PostgreSQL_Metadata.PostgresEnum>;
|
|
226
|
+
GetOrAddPostgresExtension(this: Microsoft_EntityFrameworkCore_Metadata.IConventionModel, schema: string, name: string, version: string): Rewrap<this, Npgsql_EntityFrameworkCore_PostgreSQL_Metadata.PostgresExtension>;
|
|
227
|
+
GetOrAddPostgresExtension(this: Microsoft_EntityFrameworkCore_Metadata.IMutableModel, schema: string, name: string, version: string): Rewrap<this, Npgsql_EntityFrameworkCore_PostgreSQL_Metadata.PostgresExtension>;
|
|
228
|
+
GetOrAddPostgresExtension(this: Microsoft_EntityFrameworkCore_Migrations_Operations.AlterDatabaseOperation, schema: string, name: string, version: string): Rewrap<this, Npgsql_EntityFrameworkCore_PostgreSQL_Metadata.PostgresExtension>;
|
|
229
|
+
GetOrAddPostgresExtension(this: Microsoft_EntityFrameworkCore_Scaffolding_Metadata.DatabaseModel, schema: string, name: string, version: string): Rewrap<this, Npgsql_EntityFrameworkCore_PostgreSQL_Metadata.PostgresExtension>;
|
|
230
|
+
GetOrAddPostgresRange(this: Microsoft_EntityFrameworkCore_Metadata.IMutableModel, schema: string, name: string, subtype: string, canonicalFunction?: string, subtypeOpClass?: string, collation?: string, subtypeDiff?: string): Rewrap<this, Npgsql_EntityFrameworkCore_PostgreSQL_Metadata.PostgresRange>;
|
|
231
|
+
GetPostgresCollations(this: Microsoft_EntityFrameworkCore_Migrations_Operations.AlterDatabaseOperation): Rewrap<this, System_Collections_Generic.IReadOnlyList_1<Npgsql_EntityFrameworkCore_PostgreSQL_Metadata.PostgresCollation>>;
|
|
232
|
+
GetPostgresEnums(this: Microsoft_EntityFrameworkCore_Metadata.IReadOnlyModel): Rewrap<this, System_Collections_Generic.IReadOnlyList_1<Npgsql_EntityFrameworkCore_PostgreSQL_Metadata.PostgresEnum>>;
|
|
233
|
+
GetPostgresEnums(this: Microsoft_EntityFrameworkCore_Migrations_Operations.AlterDatabaseOperation): Rewrap<this, System_Collections_Generic.IReadOnlyList_1<Npgsql_EntityFrameworkCore_PostgreSQL_Metadata.PostgresEnum>>;
|
|
234
|
+
GetPostgresEnums(this: Microsoft_EntityFrameworkCore_Scaffolding_Metadata.DatabaseModel): Rewrap<this, System_Collections_Generic.IReadOnlyList_1<Npgsql_EntityFrameworkCore_PostgreSQL_Metadata.PostgresEnum>>;
|
|
235
|
+
GetPostgresExtensions(this: Microsoft_EntityFrameworkCore_Metadata.IReadOnlyModel): Rewrap<this, System_Collections_Generic.IReadOnlyList_1<Npgsql_EntityFrameworkCore_PostgreSQL_Metadata.PostgresExtension>>;
|
|
236
|
+
GetPostgresExtensions(this: Microsoft_EntityFrameworkCore_Migrations_Operations.AlterDatabaseOperation): Rewrap<this, System_Collections_Generic.IReadOnlyList_1<Npgsql_EntityFrameworkCore_PostgreSQL_Metadata.PostgresExtension>>;
|
|
237
|
+
GetPostgresExtensions(this: Microsoft_EntityFrameworkCore_Scaffolding_Metadata.DatabaseModel): Rewrap<this, System_Collections_Generic.IReadOnlyList_1<Npgsql_EntityFrameworkCore_PostgreSQL_Metadata.PostgresExtension>>;
|
|
238
|
+
GetPostgresRanges(this: Microsoft_EntityFrameworkCore_Migrations_Operations.AlterDatabaseOperation): Rewrap<this, System_Collections_Generic.IReadOnlyList_1<Npgsql_EntityFrameworkCore_PostgreSQL_Metadata.PostgresRange>>;
|
|
239
|
+
GetQueryTree(this: NpgsqlTypes.NpgsqlTsQuery): Rewrap<this, string>;
|
|
240
|
+
GetResultHeadline(this: NpgsqlTypes.NpgsqlTsQuery, document: string): Rewrap<this, string>;
|
|
241
|
+
GetResultHeadline(this: NpgsqlTypes.NpgsqlTsQuery, document: string, options: string): Rewrap<this, string>;
|
|
242
|
+
GetResultHeadline(this: NpgsqlTypes.NpgsqlTsQuery, config: string, document: string, options: string): Rewrap<this, string>;
|
|
243
|
+
GetSequenceName(this: Microsoft_EntityFrameworkCore_Metadata.IReadOnlyProperty): Rewrap<this, string | undefined>;
|
|
244
|
+
GetSequenceName(this: Microsoft_EntityFrameworkCore_Metadata.IReadOnlyProperty, storeObject: Microsoft_EntityFrameworkCore_Metadata.StoreObjectIdentifier): Rewrap<this, string | undefined>;
|
|
245
|
+
GetSequenceNameConfigurationSource(this: Microsoft_EntityFrameworkCore_Metadata.IConventionProperty): Rewrap<this, System.Nullable_1<Microsoft_EntityFrameworkCore_Metadata.ConfigurationSource>>;
|
|
246
|
+
GetSequenceNameSuffix(this: Microsoft_EntityFrameworkCore_Metadata.IReadOnlyModel): Rewrap<this, string>;
|
|
247
|
+
GetSequenceNameSuffixConfigurationSource(this: Microsoft_EntityFrameworkCore_Metadata.IConventionModel): Rewrap<this, System.Nullable_1<Microsoft_EntityFrameworkCore_Metadata.ConfigurationSource>>;
|
|
248
|
+
GetSequenceSchema(this: Microsoft_EntityFrameworkCore_Metadata.IReadOnlyModel): Rewrap<this, string | undefined>;
|
|
249
|
+
GetSequenceSchema(this: Microsoft_EntityFrameworkCore_Metadata.IReadOnlyProperty): Rewrap<this, string | undefined>;
|
|
250
|
+
GetSequenceSchema(this: Microsoft_EntityFrameworkCore_Metadata.IReadOnlyProperty, storeObject: Microsoft_EntityFrameworkCore_Metadata.StoreObjectIdentifier): Rewrap<this, string | undefined>;
|
|
251
|
+
GetSequenceSchemaConfigurationSource(this: Microsoft_EntityFrameworkCore_Metadata.IConventionModel): Rewrap<this, System.Nullable_1<Microsoft_EntityFrameworkCore_Metadata.ConfigurationSource>>;
|
|
252
|
+
GetSequenceSchemaConfigurationSource(this: Microsoft_EntityFrameworkCore_Metadata.IConventionProperty): Rewrap<this, System.Nullable_1<Microsoft_EntityFrameworkCore_Metadata.ConfigurationSource>>;
|
|
253
|
+
GetStorageParameter(this: Microsoft_EntityFrameworkCore_Metadata.IEntityType, parameterName: string): Rewrap<this, string | undefined>;
|
|
254
|
+
GetStorageParameter(this: Microsoft_EntityFrameworkCore_Metadata.IIndex, parameterName: string): Rewrap<this, string | undefined>;
|
|
255
|
+
GetStorageParameterConfigurationSource(this: Microsoft_EntityFrameworkCore_Metadata.IConventionEntityType, parameterName: string): Rewrap<this, System.Nullable_1<Microsoft_EntityFrameworkCore_Metadata.ConfigurationSource>>;
|
|
256
|
+
GetStorageParameterConfigurationSource(this: Microsoft_EntityFrameworkCore_Metadata.IConventionIndex, parameterName: string): Rewrap<this, System.Nullable_1<Microsoft_EntityFrameworkCore_Metadata.ConfigurationSource>>;
|
|
257
|
+
GetStorageParameters(this: Microsoft_EntityFrameworkCore_Metadata.IReadOnlyEntityType): Rewrap<this, System_Collections_Generic.Dictionary_2<System_Internal.String, unknown | undefined>>;
|
|
258
|
+
GetStorageParameters(this: Microsoft_EntityFrameworkCore_Metadata.IReadOnlyIndex): Rewrap<this, System_Collections_Generic.Dictionary_2<System_Internal.String, unknown | undefined>>;
|
|
259
|
+
GetTablespace(this: Microsoft_EntityFrameworkCore_Metadata.IReadOnlyModel): Rewrap<this, string | undefined>;
|
|
260
|
+
GetTablespaceConfigurationSource(this: Microsoft_EntityFrameworkCore_Metadata.IConventionModel): Rewrap<this, System.Nullable_1<Microsoft_EntityFrameworkCore_Metadata.ConfigurationSource>>;
|
|
261
|
+
GetTsVectorConfig(this: Microsoft_EntityFrameworkCore_Metadata.IReadOnlyIndex): Rewrap<this, string | undefined>;
|
|
262
|
+
GetTsVectorConfig(this: Microsoft_EntityFrameworkCore_Metadata.IReadOnlyProperty): Rewrap<this, string | undefined>;
|
|
263
|
+
GetTsVectorConfigConfigurationSource(this: Microsoft_EntityFrameworkCore_Metadata.IConventionIndex): Rewrap<this, System.Nullable_1<Microsoft_EntityFrameworkCore_Metadata.ConfigurationSource>>;
|
|
264
|
+
GetTsVectorConfigConfigurationSource(this: Microsoft_EntityFrameworkCore_Metadata.IConventionProperty): Rewrap<this, System.Nullable_1<Microsoft_EntityFrameworkCore_Metadata.ConfigurationSource>>;
|
|
265
|
+
GetTsVectorProperties(this: Microsoft_EntityFrameworkCore_Metadata.IReadOnlyProperty): Rewrap<this, System_Collections_Generic.IReadOnlyList_1<System_Internal.String> | undefined>;
|
|
266
|
+
GetTsVectorPropertiesConfigurationSource(this: Microsoft_EntityFrameworkCore_Metadata.IConventionProperty): Rewrap<this, System.Nullable_1<Microsoft_EntityFrameworkCore_Metadata.ConfigurationSource>>;
|
|
267
|
+
GetValueGenerationStrategy(this: Microsoft_EntityFrameworkCore_Metadata.IReadOnlyModel): Rewrap<this, System.Nullable_1<Npgsql_EntityFrameworkCore_PostgreSQL_Metadata.NpgsqlValueGenerationStrategy>>;
|
|
268
|
+
GetValueGenerationStrategy(this: Microsoft_EntityFrameworkCore_Metadata.IReadOnlyProperty): Rewrap<this, Npgsql_EntityFrameworkCore_PostgreSQL_Metadata.NpgsqlValueGenerationStrategy>;
|
|
269
|
+
GetValueGenerationStrategy(this: Microsoft_EntityFrameworkCore_Metadata.IReadOnlyProperty, storeObject: Microsoft_EntityFrameworkCore_Metadata.StoreObjectIdentifier): Rewrap<this, Npgsql_EntityFrameworkCore_PostgreSQL_Metadata.NpgsqlValueGenerationStrategy>;
|
|
270
|
+
GetValueGenerationStrategy(this: Microsoft_EntityFrameworkCore_Metadata.IReadOnlyRelationalPropertyOverrides): Rewrap<this, System.Nullable_1<Npgsql_EntityFrameworkCore_PostgreSQL_Metadata.NpgsqlValueGenerationStrategy>>;
|
|
271
|
+
GetValueGenerationStrategyConfigurationSource(this: Microsoft_EntityFrameworkCore_Metadata.IConventionModel): Rewrap<this, System.Nullable_1<Microsoft_EntityFrameworkCore_Metadata.ConfigurationSource>>;
|
|
272
|
+
GetValueGenerationStrategyConfigurationSource(this: Microsoft_EntityFrameworkCore_Metadata.IConventionProperty): Rewrap<this, System.Nullable_1<Microsoft_EntityFrameworkCore_Metadata.ConfigurationSource>>;
|
|
273
|
+
GetValueGenerationStrategyConfigurationSource(this: Microsoft_EntityFrameworkCore_Metadata.IConventionProperty, storeObject: Microsoft_EntityFrameworkCore_Metadata.StoreObjectIdentifier): Rewrap<this, System.Nullable_1<Microsoft_EntityFrameworkCore_Metadata.ConfigurationSource>>;
|
|
274
|
+
GetValueGenerationStrategyConfigurationSource(this: Microsoft_EntityFrameworkCore_Metadata.IConventionRelationalPropertyOverrides): Rewrap<this, System.Nullable_1<Microsoft_EntityFrameworkCore_Metadata.ConfigurationSource>>;
|
|
275
|
+
GreaterThan(this: Microsoft_EntityFrameworkCore.DbFunctions, a: System_Runtime_CompilerServices.ITuple, b: System_Runtime_CompilerServices.ITuple): Rewrap<this, boolean>;
|
|
276
|
+
GreaterThan(this: Microsoft_EntityFrameworkCore.DbFunctions, inet: NpgsqlTypes.NpgsqlInet, other: NpgsqlTypes.NpgsqlInet): Rewrap<this, boolean>;
|
|
277
|
+
GreaterThan(this: Microsoft_EntityFrameworkCore.DbFunctions, macaddr: System_Net_NetworkInformation.PhysicalAddress, other: System_Net_NetworkInformation.PhysicalAddress): Rewrap<this, boolean>;
|
|
278
|
+
GreaterThan(this: Microsoft_EntityFrameworkCore.DbFunctions, cidr: System.ValueTuple_2<System_Net.IPAddress, System_Internal.Int32>, other: System.ValueTuple_2<System_Net.IPAddress, System_Internal.Int32>): Rewrap<this, boolean>;
|
|
279
|
+
GreaterThanOrEqual(this: Microsoft_EntityFrameworkCore.DbFunctions, a: System_Runtime_CompilerServices.ITuple, b: System_Runtime_CompilerServices.ITuple): Rewrap<this, boolean>;
|
|
280
|
+
GreaterThanOrEqual(this: Microsoft_EntityFrameworkCore.DbFunctions, inet: NpgsqlTypes.NpgsqlInet, other: NpgsqlTypes.NpgsqlInet): Rewrap<this, boolean>;
|
|
281
|
+
GreaterThanOrEqual(this: Microsoft_EntityFrameworkCore.DbFunctions, macaddr: System_Net_NetworkInformation.PhysicalAddress, other: System_Net_NetworkInformation.PhysicalAddress): Rewrap<this, boolean>;
|
|
282
|
+
GreaterThanOrEqual(this: Microsoft_EntityFrameworkCore.DbFunctions, cidr: System.ValueTuple_2<System_Net.IPAddress, System_Internal.Int32>, other: System.ValueTuple_2<System_Net.IPAddress, System_Internal.Int32>): Rewrap<this, boolean>;
|
|
283
|
+
HasCollation(this: Microsoft_EntityFrameworkCore.ModelBuilder, name: string, locale: string, provider?: string, deterministic?: System.Nullable_1<System_Internal.Boolean>): Rewrap<this, Microsoft_EntityFrameworkCore.ModelBuilder>;
|
|
284
|
+
HasCollation(this: Microsoft_EntityFrameworkCore.ModelBuilder, schema: string, name: string, locale: string, provider?: string, deterministic?: System.Nullable_1<System_Internal.Boolean>): Rewrap<this, Microsoft_EntityFrameworkCore.ModelBuilder>;
|
|
285
|
+
HasCollation(this: Microsoft_EntityFrameworkCore.ModelBuilder, schema: string, name: string, lcCollate: string, lcCtype: string, provider?: string, deterministic?: System.Nullable_1<System_Internal.Boolean>): Rewrap<this, Microsoft_EntityFrameworkCore.ModelBuilder>;
|
|
286
|
+
HasGeneratedTsVectorColumn<TEntity>(this: Microsoft_EntityFrameworkCore_Metadata_Builders.EntityTypeBuilder_1<TEntity>, tsVectorPropertyExpression: System_Linq_Expressions.Expression_1<System.Func_2<TEntity, NpgsqlTypes.NpgsqlTsVector>>, config: string, includeExpression: System_Linq_Expressions.Expression_1<System.Func_2<TEntity, unknown>>): Rewrap<this, Microsoft_EntityFrameworkCore_Metadata_Builders.EntityTypeBuilder_1<TEntity>>;
|
|
287
|
+
HasHiLoSequence(this: Microsoft_EntityFrameworkCore_Metadata_Builders.IConventionModelBuilder, name: string, schema: string, fromDataAnnotation?: boolean): Rewrap<this, Microsoft_EntityFrameworkCore_Metadata_Builders.IConventionSequenceBuilder | undefined>;
|
|
288
|
+
HasHiLoSequence(this: Microsoft_EntityFrameworkCore_Metadata_Builders.IConventionPropertyBuilder, name: string, schema: string, fromDataAnnotation?: boolean): Rewrap<this, Microsoft_EntityFrameworkCore_Metadata_Builders.IConventionSequenceBuilder | undefined>;
|
|
289
|
+
HasIdentityOptions(this: Microsoft_EntityFrameworkCore_Metadata_Builders.IConventionPropertyBuilder, startValue?: System.Nullable_1<System_Internal.Int64>, incrementBy?: System.Nullable_1<System_Internal.Int64>, minValue?: System.Nullable_1<System_Internal.Int64>, maxValue?: System.Nullable_1<System_Internal.Int64>, cyclic?: System.Nullable_1<System_Internal.Boolean>, numbersToCache?: System.Nullable_1<System_Internal.Int64>): Rewrap<this, Microsoft_EntityFrameworkCore_Metadata_Builders.IConventionPropertyBuilder | undefined>;
|
|
290
|
+
HasIdentityOptions(this: Microsoft_EntityFrameworkCore_Metadata_Builders.PropertyBuilder, startValue?: System.Nullable_1<System_Internal.Int64>, incrementBy?: System.Nullable_1<System_Internal.Int64>, minValue?: System.Nullable_1<System_Internal.Int64>, maxValue?: System.Nullable_1<System_Internal.Int64>, cyclic?: System.Nullable_1<System_Internal.Boolean>, numbersToCache?: System.Nullable_1<System_Internal.Int64>): Rewrap<this, Microsoft_EntityFrameworkCore_Metadata_Builders.PropertyBuilder>;
|
|
291
|
+
HasIdentityOptions<TProperty>(this: Microsoft_EntityFrameworkCore_Metadata_Builders.PropertyBuilder_1<TProperty>, startValue?: System.Nullable_1<System_Internal.Int64>, incrementBy?: System.Nullable_1<System_Internal.Int64>, minValue?: System.Nullable_1<System_Internal.Int64>, maxValue?: System.Nullable_1<System_Internal.Int64>, cyclic?: System.Nullable_1<System_Internal.Boolean>, numbersToCache?: System.Nullable_1<System_Internal.Int64>): Rewrap<this, Microsoft_EntityFrameworkCore_Metadata_Builders.PropertyBuilder_1<TProperty>>;
|
|
292
|
+
HasMethod(this: Microsoft_EntityFrameworkCore_Metadata_Builders.IConventionIndexBuilder, method: string, fromDataAnnotation?: boolean): Rewrap<this, Microsoft_EntityFrameworkCore_Metadata_Builders.IConventionIndexBuilder | undefined>;
|
|
293
|
+
HasMethod(this: Microsoft_EntityFrameworkCore_Metadata_Builders.IndexBuilder, method: string): Rewrap<this, Microsoft_EntityFrameworkCore_Metadata_Builders.IndexBuilder>;
|
|
294
|
+
HasMethod<TEntity>(this: Microsoft_EntityFrameworkCore_Metadata_Builders.IndexBuilder_1<TEntity>, method: string): Rewrap<this, Microsoft_EntityFrameworkCore_Metadata_Builders.IndexBuilder_1<TEntity>>;
|
|
295
|
+
HasNullSortOrder(this: Microsoft_EntityFrameworkCore_Metadata_Builders.IConventionIndexBuilder, values: System_Collections_Generic.IReadOnlyList_1<Npgsql_EntityFrameworkCore_PostgreSQL_Metadata.NullSortOrder>, fromDataAnnotation: boolean): Rewrap<this, Microsoft_EntityFrameworkCore_Metadata_Builders.IConventionIndexBuilder | undefined>;
|
|
296
|
+
HasNullSortOrder(this: Microsoft_EntityFrameworkCore_Metadata_Builders.IndexBuilder, ...values: Npgsql_EntityFrameworkCore_PostgreSQL_Metadata.NullSortOrder[]): Rewrap<this, Microsoft_EntityFrameworkCore_Metadata_Builders.IndexBuilder>;
|
|
297
|
+
HasNullSortOrder<TEntity>(this: Microsoft_EntityFrameworkCore_Metadata_Builders.IndexBuilder_1<TEntity>, ...values: Npgsql_EntityFrameworkCore_PostgreSQL_Metadata.NullSortOrder[]): Rewrap<this, Microsoft_EntityFrameworkCore_Metadata_Builders.IndexBuilder_1<TEntity>>;
|
|
298
|
+
HasOperators(this: Microsoft_EntityFrameworkCore_Metadata_Builders.IConventionIndexBuilder, operators: System_Collections_Generic.IReadOnlyList_1<System_Internal.String>, fromDataAnnotation: boolean): Rewrap<this, Microsoft_EntityFrameworkCore_Metadata_Builders.IConventionIndexBuilder | undefined>;
|
|
299
|
+
HasOperators(this: Microsoft_EntityFrameworkCore_Metadata_Builders.IndexBuilder, ...operators: string[]): Rewrap<this, Microsoft_EntityFrameworkCore_Metadata_Builders.IndexBuilder>;
|
|
300
|
+
HasOperators<TEntity>(this: Microsoft_EntityFrameworkCore_Metadata_Builders.IndexBuilder_1<TEntity>, ...operators: string[]): Rewrap<this, Microsoft_EntityFrameworkCore_Metadata_Builders.IndexBuilder_1<TEntity>>;
|
|
301
|
+
HasPostgresArrayConversion<TElementProperty, TElementProvider>(this: Microsoft_EntityFrameworkCore_Metadata_Builders.PropertyBuilder_1<TElementProperty[]>, convertToProviderExpression: System_Linq_Expressions.Expression_1<System.Func_2<TElementProperty, TElementProvider>>, convertFromProviderExpression: System_Linq_Expressions.Expression_1<System.Func_2<TElementProvider, TElementProperty>>): Rewrap<this, Microsoft_EntityFrameworkCore_Metadata_Builders.PropertyBuilder_1<TElementProperty[]>>;
|
|
302
|
+
HasPostgresArrayConversion<TElementProperty, TElementProvider>(this: Microsoft_EntityFrameworkCore_Metadata_Builders.PropertyBuilder_1<TElementProperty[]>, elementValueConverter: Microsoft_EntityFrameworkCore_Storage_ValueConversion.ValueConverter): Rewrap<this, Microsoft_EntityFrameworkCore_Metadata_Builders.PropertyBuilder_1<TElementProperty[]>>;
|
|
303
|
+
HasPostgresEnum(this: Microsoft_EntityFrameworkCore.ModelBuilder, schema: string, name: string, labels: string[]): Rewrap<this, Microsoft_EntityFrameworkCore.ModelBuilder>;
|
|
304
|
+
HasPostgresEnum(this: Microsoft_EntityFrameworkCore.ModelBuilder, name: string, labels: string[]): Rewrap<this, Microsoft_EntityFrameworkCore.ModelBuilder>;
|
|
305
|
+
HasPostgresEnum<TEnum extends number>(this: Microsoft_EntityFrameworkCore.ModelBuilder, schema?: string, name?: string, nameTranslator?: Npgsql.INpgsqlNameTranslator): Rewrap<this, Microsoft_EntityFrameworkCore.ModelBuilder>;
|
|
306
|
+
HasPostgresEnum(this: Microsoft_EntityFrameworkCore_Metadata_Builders.IConventionModelBuilder, schema: string, name: string, labels: string[]): Rewrap<this, Microsoft_EntityFrameworkCore_Metadata_Builders.IConventionModelBuilder>;
|
|
307
|
+
HasPostgresExtension(this: Microsoft_EntityFrameworkCore.ModelBuilder, schema: string, name: string, version?: string): Rewrap<this, Microsoft_EntityFrameworkCore.ModelBuilder>;
|
|
308
|
+
HasPostgresExtension(this: Microsoft_EntityFrameworkCore.ModelBuilder, name: string): Rewrap<this, Microsoft_EntityFrameworkCore.ModelBuilder>;
|
|
309
|
+
HasPostgresExtension(this: Microsoft_EntityFrameworkCore_Metadata_Builders.IConventionModelBuilder, schema: string, name: string, version?: string, fromDataAnnotation?: boolean): Rewrap<this, Microsoft_EntityFrameworkCore_Metadata_Builders.IConventionModelBuilder | undefined>;
|
|
310
|
+
HasPostgresExtension(this: Microsoft_EntityFrameworkCore_Metadata_Builders.IConventionModelBuilder, name: string, fromDataAnnotation?: boolean): Rewrap<this, Microsoft_EntityFrameworkCore_Metadata_Builders.IConventionModelBuilder | undefined>;
|
|
311
|
+
HasPostgresRange(this: Microsoft_EntityFrameworkCore.ModelBuilder, schema: string, name: string, subtype: string, canonicalFunction?: string, subtypeOpClass?: string, collation?: string, subtypeDiff?: string): Rewrap<this, Microsoft_EntityFrameworkCore.ModelBuilder>;
|
|
312
|
+
HasPostgresRange(this: Microsoft_EntityFrameworkCore.ModelBuilder, name: string, subtype: string): Rewrap<this, Microsoft_EntityFrameworkCore.ModelBuilder>;
|
|
313
|
+
HasSequence(this: Microsoft_EntityFrameworkCore_Metadata_Builders.IConventionPropertyBuilder, name: string, schema: string, fromDataAnnotation?: boolean): Rewrap<this, Microsoft_EntityFrameworkCore_Metadata_Builders.IConventionSequenceBuilder | undefined>;
|
|
314
|
+
HasStorageParameter(this: Microsoft_EntityFrameworkCore_Metadata_Builders.EntityTypeBuilder, parameterName: string, parameterValue: unknown): Rewrap<this, Microsoft_EntityFrameworkCore_Metadata_Builders.EntityTypeBuilder>;
|
|
315
|
+
HasStorageParameter<TEntity>(this: Microsoft_EntityFrameworkCore_Metadata_Builders.EntityTypeBuilder_1<TEntity>, parameterName: string, parameterValue: unknown): Rewrap<this, Microsoft_EntityFrameworkCore_Metadata_Builders.EntityTypeBuilder_1<TEntity>>;
|
|
316
|
+
HasStorageParameter(this: Microsoft_EntityFrameworkCore_Metadata_Builders.IConventionEntityTypeBuilder, parameterName: string, parameterValue: unknown, fromDataAnnotation?: boolean): Rewrap<this, Microsoft_EntityFrameworkCore_Metadata_Builders.IConventionEntityTypeBuilder | undefined>;
|
|
317
|
+
HasStorageParameter(this: Microsoft_EntityFrameworkCore_Metadata_Builders.IConventionIndexBuilder, parameterName: string, parameterValue: unknown, fromDataAnnotation?: boolean): Rewrap<this, Microsoft_EntityFrameworkCore_Metadata_Builders.IConventionIndexBuilder | undefined>;
|
|
318
|
+
HasStorageParameter(this: Microsoft_EntityFrameworkCore_Metadata_Builders.IndexBuilder, parameterName: string, parameterValue: unknown): Rewrap<this, Microsoft_EntityFrameworkCore_Metadata_Builders.IndexBuilder>;
|
|
319
|
+
HasStorageParameter<TEntity>(this: Microsoft_EntityFrameworkCore_Metadata_Builders.IndexBuilder_1<TEntity>, parameterName: string, parameterValue: unknown): Rewrap<this, Microsoft_EntityFrameworkCore_Metadata_Builders.IndexBuilder_1<TEntity>>;
|
|
320
|
+
HasValueGenerationStrategy(this: Microsoft_EntityFrameworkCore_Metadata_Builders.IConventionModelBuilder, valueGenerationStrategy: System.Nullable_1<Npgsql_EntityFrameworkCore_PostgreSQL_Metadata.NpgsqlValueGenerationStrategy>, fromDataAnnotation?: boolean): Rewrap<this, Microsoft_EntityFrameworkCore_Metadata_Builders.IConventionModelBuilder | undefined>;
|
|
321
|
+
HasValueGenerationStrategy(this: Microsoft_EntityFrameworkCore_Metadata_Builders.IConventionPropertyBuilder, valueGenerationStrategy: System.Nullable_1<Npgsql_EntityFrameworkCore_PostgreSQL_Metadata.NpgsqlValueGenerationStrategy>, fromDataAnnotation?: boolean): Rewrap<this, Microsoft_EntityFrameworkCore_Metadata_Builders.IConventionPropertyBuilder | undefined>;
|
|
322
|
+
Host(this: Microsoft_EntityFrameworkCore.DbFunctions, inet: NpgsqlTypes.NpgsqlInet): Rewrap<this, string>;
|
|
323
|
+
Host(this: Microsoft_EntityFrameworkCore.DbFunctions, cidr: System.ValueTuple_2<System_Net.IPAddress, System_Internal.Int32>): Rewrap<this, string>;
|
|
324
|
+
HostMask(this: Microsoft_EntityFrameworkCore.DbFunctions, inet: NpgsqlTypes.NpgsqlInet): Rewrap<this, NpgsqlTypes.NpgsqlInet>;
|
|
325
|
+
HostMask(this: Microsoft_EntityFrameworkCore.DbFunctions, cidr: System.ValueTuple_2<System_Net.IPAddress, System_Internal.Int32>): Rewrap<this, System_Net.IPAddress>;
|
|
326
|
+
ILike(this: Microsoft_EntityFrameworkCore.DbFunctions, matchExpression: string, pattern: string): Rewrap<this, boolean>;
|
|
327
|
+
ILike(this: Microsoft_EntityFrameworkCore.DbFunctions, matchExpression: string, pattern: string, escapeCharacter: string): Rewrap<this, boolean>;
|
|
328
|
+
IncludeProperties(this: Microsoft_EntityFrameworkCore_Metadata_Builders.IConventionIndexBuilder, propertyNames: System_Collections_Generic.IReadOnlyList_1<System_Internal.String>, fromDataAnnotation?: boolean): Rewrap<this, Microsoft_EntityFrameworkCore_Metadata_Builders.IConventionIndexBuilder | undefined>;
|
|
329
|
+
IncludeProperties(this: Microsoft_EntityFrameworkCore_Metadata_Builders.IndexBuilder, ...propertyNames: string[]): Rewrap<this, Microsoft_EntityFrameworkCore_Metadata_Builders.IndexBuilder>;
|
|
330
|
+
IncludeProperties<TEntity>(this: Microsoft_EntityFrameworkCore_Metadata_Builders.IndexBuilder_1<TEntity>, ...propertyNames: string[]): Rewrap<this, Microsoft_EntityFrameworkCore_Metadata_Builders.IndexBuilder_1<TEntity>>;
|
|
331
|
+
IncludeProperties<TEntity>(this: Microsoft_EntityFrameworkCore_Metadata_Builders.IndexBuilder_1<TEntity>, includeExpression: System_Linq_Expressions.Expression_1<System.Func_2<TEntity, unknown>>): Rewrap<this, Microsoft_EntityFrameworkCore_Metadata_Builders.IndexBuilder_1<TEntity>>;
|
|
332
|
+
Intersect(this: NpgsqlTypes.NpgsqlCube, other: NpgsqlTypes.NpgsqlCube): Rewrap<this, NpgsqlTypes.NpgsqlCube>;
|
|
333
|
+
Intersect<T>(this: NpgsqlTypes.NpgsqlRange_1<T>, b: NpgsqlTypes.NpgsqlRange_1<T>): Rewrap<this, NpgsqlTypes.NpgsqlRange_1<T>>;
|
|
334
|
+
Intersect<T>(this: System_Collections_Generic.List_1<NpgsqlTypes.NpgsqlRange_1<T>>, multirange2: System_Collections_Generic.List_1<NpgsqlTypes.NpgsqlRange_1<T>>): Rewrap<this, System_Collections_Generic.List_1<NpgsqlTypes.NpgsqlRange_1<T>>>;
|
|
335
|
+
IsAdjacentTo<T>(this: NpgsqlTypes.NpgsqlRange_1<T>, b: NpgsqlTypes.NpgsqlRange_1<T>): Rewrap<this, boolean>;
|
|
336
|
+
IsAdjacentTo<T>(this: System_Collections_Generic.List_1<NpgsqlTypes.NpgsqlRange_1<T>>, multirange2: System_Collections_Generic.List_1<NpgsqlTypes.NpgsqlRange_1<T>>): Rewrap<this, boolean>;
|
|
337
|
+
IsAdjacentTo<T>(this: System_Collections_Generic.List_1<NpgsqlTypes.NpgsqlRange_1<T>>, range: NpgsqlTypes.NpgsqlRange_1<T>): Rewrap<this, boolean>;
|
|
338
|
+
IsContainedIn(this: NpgsqlTypes.NpgsqlTsQuery, query2: NpgsqlTypes.NpgsqlTsQuery): Rewrap<this, boolean>;
|
|
339
|
+
IsCreatedConcurrently(this: Microsoft_EntityFrameworkCore_Metadata.IReadOnlyIndex): Rewrap<this, System.Nullable_1<System_Internal.Boolean>>;
|
|
340
|
+
IsCreatedConcurrently(this: Microsoft_EntityFrameworkCore_Metadata_Builders.IConventionIndexBuilder, createdConcurrently: System.Nullable_1<System_Internal.Boolean>, fromDataAnnotation?: boolean): Rewrap<this, Microsoft_EntityFrameworkCore_Metadata_Builders.IConventionIndexBuilder | undefined>;
|
|
341
|
+
IsCreatedConcurrently(this: Microsoft_EntityFrameworkCore_Metadata_Builders.IndexBuilder, createdConcurrently?: boolean): Rewrap<this, Microsoft_EntityFrameworkCore_Metadata_Builders.IndexBuilder>;
|
|
342
|
+
IsCreatedConcurrently<TEntity>(this: Microsoft_EntityFrameworkCore_Metadata_Builders.IndexBuilder_1<TEntity>, createdConcurrently?: boolean): Rewrap<this, Microsoft_EntityFrameworkCore_Metadata_Builders.IndexBuilder_1<TEntity>>;
|
|
343
|
+
IsGeneratedTsVectorColumn(this: Microsoft_EntityFrameworkCore_Metadata_Builders.IConventionPropertyBuilder, config: string, includedPropertyNames: System_Collections_Generic.IReadOnlyList_1<System_Internal.String>, fromDataAnnotation?: boolean): Rewrap<this, Microsoft_EntityFrameworkCore_Metadata_Builders.IConventionPropertyBuilder | undefined>;
|
|
344
|
+
IsGeneratedTsVectorColumn(this: Microsoft_EntityFrameworkCore_Metadata_Builders.PropertyBuilder, config: string, ...includedPropertyNames: string[]): Rewrap<this, Microsoft_EntityFrameworkCore_Metadata_Builders.PropertyBuilder>;
|
|
345
|
+
IsGeneratedTsVectorColumn(this: Microsoft_EntityFrameworkCore_Metadata_Builders.PropertyBuilder_1<NpgsqlTypes.NpgsqlTsVector>, config: string, ...includedPropertyNames: string[]): Rewrap<this, Microsoft_EntityFrameworkCore_Metadata_Builders.PropertyBuilder_1<NpgsqlTypes.NpgsqlTsVector>>;
|
|
346
|
+
IsNpgsql(this: Microsoft_EntityFrameworkCore_Infrastructure.DatabaseFacade): Rewrap<this, boolean>;
|
|
347
|
+
IsNpgsql(this: Microsoft_EntityFrameworkCore_Migrations.MigrationBuilder): Rewrap<this, boolean>;
|
|
348
|
+
IsStrictlyLeftOf<T>(this: NpgsqlTypes.NpgsqlRange_1<T>, b: NpgsqlTypes.NpgsqlRange_1<T>): Rewrap<this, boolean>;
|
|
349
|
+
IsStrictlyLeftOf<T>(this: System_Collections_Generic.List_1<NpgsqlTypes.NpgsqlRange_1<T>>, multirange2: System_Collections_Generic.List_1<NpgsqlTypes.NpgsqlRange_1<T>>): Rewrap<this, boolean>;
|
|
350
|
+
IsStrictlyLeftOf<T>(this: System_Collections_Generic.List_1<NpgsqlTypes.NpgsqlRange_1<T>>, range: NpgsqlTypes.NpgsqlRange_1<T>): Rewrap<this, boolean>;
|
|
351
|
+
IsStrictlyRightOf<T>(this: NpgsqlTypes.NpgsqlRange_1<T>, b: NpgsqlTypes.NpgsqlRange_1<T>): Rewrap<this, boolean>;
|
|
352
|
+
IsStrictlyRightOf<T>(this: System_Collections_Generic.List_1<NpgsqlTypes.NpgsqlRange_1<T>>, multirange2: System_Collections_Generic.List_1<NpgsqlTypes.NpgsqlRange_1<T>>): Rewrap<this, boolean>;
|
|
353
|
+
IsStrictlyRightOf<T>(this: System_Collections_Generic.List_1<NpgsqlTypes.NpgsqlRange_1<T>>, range: NpgsqlTypes.NpgsqlRange_1<T>): Rewrap<this, boolean>;
|
|
354
|
+
IsTsVectorExpressionIndex(this: Microsoft_EntityFrameworkCore_Metadata_Builders.IConventionIndexBuilder, config: string): Rewrap<this, Microsoft_EntityFrameworkCore_Metadata_Builders.IConventionIndexBuilder | undefined>;
|
|
355
|
+
IsTsVectorExpressionIndex(this: Microsoft_EntityFrameworkCore_Metadata_Builders.IndexBuilder, config: string): Rewrap<this, Microsoft_EntityFrameworkCore_Metadata_Builders.IndexBuilder>;
|
|
356
|
+
IsTsVectorExpressionIndex<TEntity>(this: Microsoft_EntityFrameworkCore_Metadata_Builders.IndexBuilder_1<TEntity>, config: string): Rewrap<this, Microsoft_EntityFrameworkCore_Metadata_Builders.IndexBuilder_1<TEntity>>;
|
|
357
|
+
IsUnlogged(this: Microsoft_EntityFrameworkCore_Metadata_Builders.EntityTypeBuilder, unlogged?: boolean): Rewrap<this, Microsoft_EntityFrameworkCore_Metadata_Builders.EntityTypeBuilder>;
|
|
358
|
+
IsUnlogged<TEntity>(this: Microsoft_EntityFrameworkCore_Metadata_Builders.EntityTypeBuilder_1<TEntity>, unlogged?: boolean): Rewrap<this, Microsoft_EntityFrameworkCore_Metadata_Builders.EntityTypeBuilder_1<TEntity>>;
|
|
359
|
+
IsUnlogged(this: Microsoft_EntityFrameworkCore_Metadata_Builders.IConventionEntityTypeBuilder, unlogged?: boolean, fromDataAnnotation?: boolean): Rewrap<this, Microsoft_EntityFrameworkCore_Metadata_Builders.IConventionEntityTypeBuilder | undefined>;
|
|
360
|
+
JsonAgg<T>(this: Microsoft_EntityFrameworkCore.DbFunctions, input: System_Collections_Generic.IEnumerable_1<T>): Rewrap<this, T[]>;
|
|
361
|
+
JsonContained(this: Microsoft_EntityFrameworkCore.DbFunctions, contained: unknown, json: unknown): Rewrap<this, boolean>;
|
|
362
|
+
JsonContains(this: Microsoft_EntityFrameworkCore.DbFunctions, json: unknown, contained: unknown): Rewrap<this, boolean>;
|
|
363
|
+
JsonExistAll(this: Microsoft_EntityFrameworkCore.DbFunctions, json: unknown, ...keys: string[]): Rewrap<this, boolean>;
|
|
364
|
+
JsonExistAny(this: Microsoft_EntityFrameworkCore.DbFunctions, json: unknown, ...keys: string[]): Rewrap<this, boolean>;
|
|
365
|
+
JsonExists(this: Microsoft_EntityFrameworkCore.DbFunctions, json: unknown, key: string): Rewrap<this, boolean>;
|
|
366
|
+
JsonObjectAgg<T1, T2>(this: Microsoft_EntityFrameworkCore.DbFunctions, keyValuePairs: System_Collections_Generic.IEnumerable_1<System.ValueTuple_2<T1, T2>>): Rewrap<this, string>;
|
|
367
|
+
JsonObjectAgg<T1, T2, TReturn>(this: Microsoft_EntityFrameworkCore.DbFunctions, keyValuePairs: System_Collections_Generic.IEnumerable_1<System.ValueTuple_2<T1, T2>>): Rewrap<this, TReturn>;
|
|
368
|
+
JsonTypeof(this: Microsoft_EntityFrameworkCore.DbFunctions, json: unknown): Rewrap<this, string>;
|
|
369
|
+
JsonbAgg<T>(this: Microsoft_EntityFrameworkCore.DbFunctions, input: System_Collections_Generic.IEnumerable_1<T>): Rewrap<this, T[]>;
|
|
370
|
+
JsonbObjectAgg<T1, T2>(this: Microsoft_EntityFrameworkCore.DbFunctions, keyValuePairs: System_Collections_Generic.IEnumerable_1<System.ValueTuple_2<T1, T2>>): Rewrap<this, string>;
|
|
371
|
+
JsonbObjectAgg<T1, T2, TReturn>(this: Microsoft_EntityFrameworkCore.DbFunctions, keyValuePairs: System_Collections_Generic.IEnumerable_1<System.ValueTuple_2<T1, T2>>): Rewrap<this, TReturn>;
|
|
372
|
+
LessThan(this: Microsoft_EntityFrameworkCore.DbFunctions, a: System_Runtime_CompilerServices.ITuple, b: System_Runtime_CompilerServices.ITuple): Rewrap<this, boolean>;
|
|
373
|
+
LessThan(this: Microsoft_EntityFrameworkCore.DbFunctions, inet: NpgsqlTypes.NpgsqlInet, other: NpgsqlTypes.NpgsqlInet): Rewrap<this, boolean>;
|
|
374
|
+
LessThan(this: Microsoft_EntityFrameworkCore.DbFunctions, macaddr: System_Net_NetworkInformation.PhysicalAddress, other: System_Net_NetworkInformation.PhysicalAddress): Rewrap<this, boolean>;
|
|
375
|
+
LessThan(this: Microsoft_EntityFrameworkCore.DbFunctions, cidr: System.ValueTuple_2<System_Net.IPAddress, System_Internal.Int32>, other: System.ValueTuple_2<System_Net.IPAddress, System_Internal.Int32>): Rewrap<this, boolean>;
|
|
376
|
+
LessThanOrEqual(this: Microsoft_EntityFrameworkCore.DbFunctions, a: System_Runtime_CompilerServices.ITuple, b: System_Runtime_CompilerServices.ITuple): Rewrap<this, boolean>;
|
|
377
|
+
LessThanOrEqual(this: Microsoft_EntityFrameworkCore.DbFunctions, inet: NpgsqlTypes.NpgsqlInet, other: NpgsqlTypes.NpgsqlInet): Rewrap<this, boolean>;
|
|
378
|
+
LessThanOrEqual(this: Microsoft_EntityFrameworkCore.DbFunctions, macaddr: System_Net_NetworkInformation.PhysicalAddress, other: System_Net_NetworkInformation.PhysicalAddress): Rewrap<this, boolean>;
|
|
379
|
+
LessThanOrEqual(this: Microsoft_EntityFrameworkCore.DbFunctions, cidr: System.ValueTuple_2<System_Net.IPAddress, System_Internal.Int32>, other: System.ValueTuple_2<System_Net.IPAddress, System_Internal.Int32>): Rewrap<this, boolean>;
|
|
380
|
+
MaskLength(this: Microsoft_EntityFrameworkCore.DbFunctions, inet: NpgsqlTypes.NpgsqlInet): Rewrap<this, int>;
|
|
381
|
+
MaskLength(this: Microsoft_EntityFrameworkCore.DbFunctions, cidr: System.ValueTuple_2<System_Net.IPAddress, System_Internal.Int32>): Rewrap<this, int>;
|
|
382
|
+
Matches(this: NpgsqlTypes.NpgsqlTsVector, query: string): Rewrap<this, boolean>;
|
|
383
|
+
Matches(this: NpgsqlTypes.NpgsqlTsVector, query: NpgsqlTypes.NpgsqlTsQuery): Rewrap<this, boolean>;
|
|
384
|
+
Merge(this: Microsoft_EntityFrameworkCore.DbFunctions, inet: NpgsqlTypes.NpgsqlInet, other: NpgsqlTypes.NpgsqlInet): Rewrap<this, System_Net.IPNetwork>;
|
|
385
|
+
Merge(this: Microsoft_EntityFrameworkCore.DbFunctions, cidr: System.ValueTuple_2<System_Net.IPAddress, System_Internal.Int32>, other: System.ValueTuple_2<System_Net.IPAddress, System_Internal.Int32>): Rewrap<this, System.ValueTuple_2<System_Net.IPAddress, System_Internal.Int32>>;
|
|
386
|
+
Merge<T>(this: NpgsqlTypes.NpgsqlRange_1<T>, b: NpgsqlTypes.NpgsqlRange_1<T>): Rewrap<this, NpgsqlTypes.NpgsqlRange_1<T>>;
|
|
387
|
+
Merge<T>(this: System_Collections_Generic.List_1<NpgsqlTypes.NpgsqlRange_1<T>>): Rewrap<this, NpgsqlTypes.NpgsqlRange_1<T>>;
|
|
388
|
+
Netmask(this: Microsoft_EntityFrameworkCore.DbFunctions, inet: NpgsqlTypes.NpgsqlInet): Rewrap<this, NpgsqlTypes.NpgsqlInet>;
|
|
389
|
+
Netmask(this: Microsoft_EntityFrameworkCore.DbFunctions, cidr: System.ValueTuple_2<System_Net.IPAddress, System_Internal.Int32>): Rewrap<this, System_Net.IPAddress>;
|
|
390
|
+
Network(this: Microsoft_EntityFrameworkCore.DbFunctions, inet: NpgsqlTypes.NpgsqlInet): Rewrap<this, System_Net.IPNetwork>;
|
|
391
|
+
Network(this: Microsoft_EntityFrameworkCore.DbFunctions, cidr: System.ValueTuple_2<System_Net.IPAddress, System_Internal.Int32>): Rewrap<this, System.ValueTuple_2<System_Net.IPAddress, System_Internal.Int32>>;
|
|
392
|
+
NthCoordinate(this: NpgsqlTypes.NpgsqlCube, index: int): Rewrap<this, double>;
|
|
393
|
+
NthCoordinateKnn(this: NpgsqlTypes.NpgsqlCube, index: int): Rewrap<this, double>;
|
|
394
|
+
Or(this: NpgsqlTypes.NpgsqlTsQuery, query2: NpgsqlTypes.NpgsqlTsQuery): Rewrap<this, NpgsqlTypes.NpgsqlTsQuery>;
|
|
395
|
+
Overlaps(this: NpgsqlTypes.NpgsqlCube, other: NpgsqlTypes.NpgsqlCube): Rewrap<this, boolean>;
|
|
396
|
+
Overlaps<T>(this: NpgsqlTypes.NpgsqlRange_1<T>, b: NpgsqlTypes.NpgsqlRange_1<T>): Rewrap<this, boolean>;
|
|
397
|
+
Overlaps<T>(this: System_Collections_Generic.List_1<NpgsqlTypes.NpgsqlRange_1<T>>, multirange2: System_Collections_Generic.List_1<NpgsqlTypes.NpgsqlRange_1<T>>): Rewrap<this, boolean>;
|
|
398
|
+
Overlaps<T>(this: System_Collections_Generic.List_1<NpgsqlTypes.NpgsqlRange_1<T>>, range: NpgsqlTypes.NpgsqlRange_1<T>): Rewrap<this, boolean>;
|
|
399
|
+
PhraseToTsQuery(this: Microsoft_EntityFrameworkCore.DbFunctions, query: string): Rewrap<this, NpgsqlTypes.NpgsqlTsQuery>;
|
|
400
|
+
PhraseToTsQuery(this: Microsoft_EntityFrameworkCore.DbFunctions, config: string, query: string): Rewrap<this, NpgsqlTypes.NpgsqlTsQuery>;
|
|
401
|
+
PlainToTsQuery(this: Microsoft_EntityFrameworkCore.DbFunctions, query: string): Rewrap<this, NpgsqlTypes.NpgsqlTsQuery>;
|
|
402
|
+
PlainToTsQuery(this: Microsoft_EntityFrameworkCore.DbFunctions, config: string, query: string): Rewrap<this, NpgsqlTypes.NpgsqlTsQuery>;
|
|
403
|
+
PostgresRanges(this: Microsoft_EntityFrameworkCore_Metadata.IReadOnlyModel): Rewrap<this, System_Collections_Generic.IReadOnlyList_1<Npgsql_EntityFrameworkCore_PostgreSQL_Metadata.PostgresRange>>;
|
|
404
|
+
RangeAgg<T>(this: System_Collections_Generic.IEnumerable_1<NpgsqlTypes.NpgsqlRange_1<T>>): Rewrap<this, NpgsqlTypes.NpgsqlRange_1<T>[]>;
|
|
405
|
+
RangeIntersectAgg<T>(this: System_Collections_Generic.IEnumerable_1<NpgsqlTypes.NpgsqlRange_1<T>>): Rewrap<this, NpgsqlTypes.NpgsqlRange_1<T>>;
|
|
406
|
+
RangeIntersectAgg<T>(this: System_Collections_Generic.IEnumerable_1<NpgsqlTypes.NpgsqlRange_1<T>[]>): Rewrap<this, NpgsqlTypes.NpgsqlRange_1<T>[]>;
|
|
407
|
+
Rank(this: NpgsqlTypes.NpgsqlTsVector, query: NpgsqlTypes.NpgsqlTsQuery): Rewrap<this, float>;
|
|
408
|
+
Rank(this: NpgsqlTypes.NpgsqlTsVector, query: NpgsqlTypes.NpgsqlTsQuery, normalization: Microsoft_EntityFrameworkCore.NpgsqlTsRankingNormalization): Rewrap<this, float>;
|
|
409
|
+
Rank(this: NpgsqlTypes.NpgsqlTsVector, weights: float[], query: NpgsqlTypes.NpgsqlTsQuery): Rewrap<this, float>;
|
|
410
|
+
Rank(this: NpgsqlTypes.NpgsqlTsVector, weights: float[], query: NpgsqlTypes.NpgsqlTsQuery, normalization: Microsoft_EntityFrameworkCore.NpgsqlTsRankingNormalization): Rewrap<this, float>;
|
|
411
|
+
RankCoverDensity(this: NpgsqlTypes.NpgsqlTsVector, query: NpgsqlTypes.NpgsqlTsQuery): Rewrap<this, float>;
|
|
412
|
+
RankCoverDensity(this: NpgsqlTypes.NpgsqlTsVector, query: NpgsqlTypes.NpgsqlTsQuery, normalization: Microsoft_EntityFrameworkCore.NpgsqlTsRankingNormalization): Rewrap<this, float>;
|
|
413
|
+
RankCoverDensity(this: NpgsqlTypes.NpgsqlTsVector, weights: float[], query: NpgsqlTypes.NpgsqlTsQuery): Rewrap<this, float>;
|
|
414
|
+
RankCoverDensity(this: NpgsqlTypes.NpgsqlTsVector, weights: float[], query: NpgsqlTypes.NpgsqlTsQuery, normalization: Microsoft_EntityFrameworkCore.NpgsqlTsRankingNormalization): Rewrap<this, float>;
|
|
415
|
+
RegrAverageX(this: Microsoft_EntityFrameworkCore.DbFunctions, values: System_Collections_Generic.IEnumerable_1<System.ValueTuple_2<System_Internal.Double, System_Internal.Double>>): Rewrap<this, System.Nullable_1<System_Internal.Double>>;
|
|
416
|
+
RegrAverageY(this: Microsoft_EntityFrameworkCore.DbFunctions, values: System_Collections_Generic.IEnumerable_1<System.ValueTuple_2<System_Internal.Double, System_Internal.Double>>): Rewrap<this, System.Nullable_1<System_Internal.Double>>;
|
|
417
|
+
RegrCount(this: Microsoft_EntityFrameworkCore.DbFunctions, values: System_Collections_Generic.IEnumerable_1<System.ValueTuple_2<System_Internal.Double, System_Internal.Double>>): Rewrap<this, System.Nullable_1<System_Internal.Int64>>;
|
|
418
|
+
RegrIntercept(this: Microsoft_EntityFrameworkCore.DbFunctions, values: System_Collections_Generic.IEnumerable_1<System.ValueTuple_2<System_Internal.Double, System_Internal.Double>>): Rewrap<this, System.Nullable_1<System_Internal.Double>>;
|
|
419
|
+
RegrR2(this: Microsoft_EntityFrameworkCore.DbFunctions, values: System_Collections_Generic.IEnumerable_1<System.ValueTuple_2<System_Internal.Double, System_Internal.Double>>): Rewrap<this, System.Nullable_1<System_Internal.Double>>;
|
|
420
|
+
RegrSXX(this: Microsoft_EntityFrameworkCore.DbFunctions, values: System_Collections_Generic.IEnumerable_1<System.ValueTuple_2<System_Internal.Double, System_Internal.Double>>): Rewrap<this, System.Nullable_1<System_Internal.Double>>;
|
|
421
|
+
RegrSXY(this: Microsoft_EntityFrameworkCore.DbFunctions, values: System_Collections_Generic.IEnumerable_1<System.ValueTuple_2<System_Internal.Double, System_Internal.Double>>): Rewrap<this, System.Nullable_1<System_Internal.Double>>;
|
|
422
|
+
RegrSlope(this: Microsoft_EntityFrameworkCore.DbFunctions, values: System_Collections_Generic.IEnumerable_1<System.ValueTuple_2<System_Internal.Double, System_Internal.Double>>): Rewrap<this, System.Nullable_1<System_Internal.Double>>;
|
|
423
|
+
RemoveHiLoOptions(this: Microsoft_EntityFrameworkCore_Metadata.IConventionProperty): Rewrap<this, void>;
|
|
424
|
+
RemoveHiLoOptions(this: Microsoft_EntityFrameworkCore_Metadata.IMutableProperty): Rewrap<this, void>;
|
|
425
|
+
RemoveIdentityOptions(this: Microsoft_EntityFrameworkCore_Metadata.IConventionProperty): Rewrap<this, void>;
|
|
426
|
+
RemoveIdentityOptions(this: Microsoft_EntityFrameworkCore_Metadata.IMutableProperty): Rewrap<this, void>;
|
|
427
|
+
Reverse(this: Microsoft_EntityFrameworkCore.DbFunctions, value: string): Rewrap<this, string>;
|
|
428
|
+
Rewrite(this: NpgsqlTypes.NpgsqlTsQuery, target: NpgsqlTypes.NpgsqlTsQuery, substitute: NpgsqlTypes.NpgsqlTsQuery): Rewrap<this, NpgsqlTypes.NpgsqlTsQuery>;
|
|
429
|
+
Rewrite(this: NpgsqlTypes.NpgsqlTsQuery, select: string): Rewrap<this, NpgsqlTypes.NpgsqlTsQuery>;
|
|
430
|
+
SameFamily(this: Microsoft_EntityFrameworkCore.DbFunctions, inet: NpgsqlTypes.NpgsqlInet, other: NpgsqlTypes.NpgsqlInet): Rewrap<this, boolean>;
|
|
431
|
+
SameFamily(this: Microsoft_EntityFrameworkCore.DbFunctions, cidr: System.ValueTuple_2<System_Net.IPAddress, System_Internal.Int32>, other: System.ValueTuple_2<System_Net.IPAddress, System_Internal.Int32>): Rewrap<this, boolean>;
|
|
432
|
+
Set7BitMac8(this: Microsoft_EntityFrameworkCore.DbFunctions, macAddress: System_Net_NetworkInformation.PhysicalAddress): Rewrap<this, System_Net_NetworkInformation.PhysicalAddress>;
|
|
433
|
+
SetAreNullsDistinct(this: Microsoft_EntityFrameworkCore_Metadata.IConventionIndex, nullsDistinct: System.Nullable_1<System_Internal.Boolean>, fromDataAnnotation?: boolean): Rewrap<this, System.Nullable_1<System_Internal.Boolean>>;
|
|
434
|
+
SetAreNullsDistinct(this: Microsoft_EntityFrameworkCore_Metadata.IMutableIndex, nullsDistinct: System.Nullable_1<System_Internal.Boolean>): Rewrap<this, void>;
|
|
435
|
+
SetCollation(this: Microsoft_EntityFrameworkCore_Metadata.IConventionIndex, collations: System_Collections_Generic.IReadOnlyList_1<System_Internal.String>, fromDataAnnotation?: boolean): Rewrap<this, System_Collections_Generic.IReadOnlyList_1<System_Internal.String> | undefined>;
|
|
436
|
+
SetCollation(this: Microsoft_EntityFrameworkCore_Metadata.IMutableIndex, collations: System_Collections_Generic.IReadOnlyList_1<System_Internal.String>): Rewrap<this, void>;
|
|
437
|
+
SetCompressionMethod(this: Microsoft_EntityFrameworkCore_Metadata.IConventionProperty, compressionMethod: string, fromDataAnnotation?: boolean): Rewrap<this, string | undefined>;
|
|
438
|
+
SetCompressionMethod(this: Microsoft_EntityFrameworkCore_Metadata.IMutableProperty, compressionMethod: string): Rewrap<this, void>;
|
|
439
|
+
SetDatabaseTemplate(this: Microsoft_EntityFrameworkCore_Metadata.IConventionModel, template: string, fromDataAnnotation?: boolean): Rewrap<this, string | undefined>;
|
|
440
|
+
SetDatabaseTemplate(this: Microsoft_EntityFrameworkCore_Metadata.IMutableModel, template: string): Rewrap<this, void>;
|
|
441
|
+
SetDbDataSource(this: Microsoft_EntityFrameworkCore_Infrastructure.DatabaseFacade, dataSource: System_Data_Common.DbDataSource): Rewrap<this, void>;
|
|
442
|
+
SetHiLoSequenceName(this: Microsoft_EntityFrameworkCore_Metadata.IConventionModel, name: string, fromDataAnnotation?: boolean): Rewrap<this, string | undefined>;
|
|
443
|
+
SetHiLoSequenceName(this: Microsoft_EntityFrameworkCore_Metadata.IConventionProperty, name: string, fromDataAnnotation?: boolean): Rewrap<this, string | undefined>;
|
|
444
|
+
SetHiLoSequenceName(this: Microsoft_EntityFrameworkCore_Metadata.IMutableModel, name: string): Rewrap<this, void>;
|
|
445
|
+
SetHiLoSequenceName(this: Microsoft_EntityFrameworkCore_Metadata.IMutableProperty, name: string): Rewrap<this, void>;
|
|
446
|
+
SetHiLoSequenceSchema(this: Microsoft_EntityFrameworkCore_Metadata.IConventionModel, value: string, fromDataAnnotation?: boolean): Rewrap<this, string | undefined>;
|
|
447
|
+
SetHiLoSequenceSchema(this: Microsoft_EntityFrameworkCore_Metadata.IConventionProperty, schema: string, fromDataAnnotation?: boolean): Rewrap<this, string | undefined>;
|
|
448
|
+
SetHiLoSequenceSchema(this: Microsoft_EntityFrameworkCore_Metadata.IMutableModel, value: string): Rewrap<this, void>;
|
|
449
|
+
SetHiLoSequenceSchema(this: Microsoft_EntityFrameworkCore_Metadata.IMutableProperty, schema: string): Rewrap<this, void>;
|
|
450
|
+
SetIdentityIncrementBy(this: Microsoft_EntityFrameworkCore_Metadata.IConventionProperty, incrementBy: System.Nullable_1<System_Internal.Int64>, fromDataAnnotation?: boolean): Rewrap<this, System.Nullable_1<System_Internal.Int64>>;
|
|
451
|
+
SetIdentityIncrementBy(this: Microsoft_EntityFrameworkCore_Metadata.IMutableProperty, incrementBy: System.Nullable_1<System_Internal.Int64>): Rewrap<this, void>;
|
|
452
|
+
SetIdentityIsCyclic(this: Microsoft_EntityFrameworkCore_Metadata.IConventionProperty, cyclic: System.Nullable_1<System_Internal.Boolean>, fromDataAnnotation?: boolean): Rewrap<this, System.Nullable_1<System_Internal.Boolean>>;
|
|
453
|
+
SetIdentityIsCyclic(this: Microsoft_EntityFrameworkCore_Metadata.IMutableProperty, cyclic: System.Nullable_1<System_Internal.Boolean>): Rewrap<this, void>;
|
|
454
|
+
SetIdentityMaxValue(this: Microsoft_EntityFrameworkCore_Metadata.IConventionProperty, maxValue: System.Nullable_1<System_Internal.Int64>, fromDataAnnotation?: boolean): Rewrap<this, System.Nullable_1<System_Internal.Int64>>;
|
|
455
|
+
SetIdentityMaxValue(this: Microsoft_EntityFrameworkCore_Metadata.IMutableProperty, maxValue: System.Nullable_1<System_Internal.Int64>): Rewrap<this, void>;
|
|
456
|
+
SetIdentityMinValue(this: Microsoft_EntityFrameworkCore_Metadata.IConventionProperty, minValue: System.Nullable_1<System_Internal.Int64>, fromDataAnnotation?: boolean): Rewrap<this, System.Nullable_1<System_Internal.Int64>>;
|
|
457
|
+
SetIdentityMinValue(this: Microsoft_EntityFrameworkCore_Metadata.IMutableProperty, minValue: System.Nullable_1<System_Internal.Int64>): Rewrap<this, void>;
|
|
458
|
+
SetIdentityNumbersToCache(this: Microsoft_EntityFrameworkCore_Metadata.IConventionProperty, numbersToCache: System.Nullable_1<System_Internal.Int64>, fromDataAnnotation?: boolean): Rewrap<this, System.Nullable_1<System_Internal.Int64>>;
|
|
459
|
+
SetIdentityNumbersToCache(this: Microsoft_EntityFrameworkCore_Metadata.IMutableProperty, numbersToCache: System.Nullable_1<System_Internal.Int64>): Rewrap<this, void>;
|
|
460
|
+
SetIdentityStartValue(this: Microsoft_EntityFrameworkCore_Metadata.IConventionProperty, startValue: System.Nullable_1<System_Internal.Int64>, fromDataAnnotation?: boolean): Rewrap<this, System.Nullable_1<System_Internal.Int64>>;
|
|
461
|
+
SetIdentityStartValue(this: Microsoft_EntityFrameworkCore_Metadata.IMutableProperty, startValue: System.Nullable_1<System_Internal.Int64>): Rewrap<this, void>;
|
|
462
|
+
SetIncludeProperties(this: Microsoft_EntityFrameworkCore_Metadata.IConventionIndex, properties: System_Collections_Generic.IReadOnlyList_1<System_Internal.String>, fromDataAnnotation?: boolean): Rewrap<this, System_Collections_Generic.IReadOnlyList_1<System_Internal.String> | undefined>;
|
|
463
|
+
SetIncludeProperties(this: Microsoft_EntityFrameworkCore_Metadata.IMutableIndex, properties: System_Collections_Generic.IReadOnlyList_1<System_Internal.String>): Rewrap<this, void>;
|
|
464
|
+
SetIsCreatedConcurrently(this: Microsoft_EntityFrameworkCore_Metadata.IConventionIndex, createdConcurrently: System.Nullable_1<System_Internal.Boolean>, fromDataAnnotation?: boolean): Rewrap<this, System.Nullable_1<System_Internal.Boolean>>;
|
|
465
|
+
SetIsCreatedConcurrently(this: Microsoft_EntityFrameworkCore_Metadata.IMutableIndex, createdConcurrently: System.Nullable_1<System_Internal.Boolean>): Rewrap<this, void>;
|
|
466
|
+
SetIsUnlogged(this: Microsoft_EntityFrameworkCore_Metadata.IConventionEntityType, unlogged: boolean, fromDataAnnotation?: boolean): Rewrap<this, boolean>;
|
|
467
|
+
SetIsUnlogged(this: Microsoft_EntityFrameworkCore_Metadata.IMutableEntityType, unlogged: boolean): Rewrap<this, void>;
|
|
468
|
+
SetMaskLength(this: Microsoft_EntityFrameworkCore.DbFunctions, inet: NpgsqlTypes.NpgsqlInet, length: int): Rewrap<this, NpgsqlTypes.NpgsqlInet>;
|
|
469
|
+
SetMaskLength(this: Microsoft_EntityFrameworkCore.DbFunctions, cidr: System_Net.IPNetwork, length: int): Rewrap<this, System_Net.IPNetwork>;
|
|
470
|
+
SetMaskLength(this: Microsoft_EntityFrameworkCore.DbFunctions, cidr: NpgsqlTypes.NpgsqlCidr, length: int): Rewrap<this, NpgsqlTypes.NpgsqlCidr>;
|
|
471
|
+
SetMaskLength(this: Microsoft_EntityFrameworkCore.DbFunctions, cidr: System.ValueTuple_2<System_Net.IPAddress, System_Internal.Int32>, length: int): Rewrap<this, System.ValueTuple_2<System_Net.IPAddress, System_Internal.Int32>>;
|
|
472
|
+
SetMethod(this: Microsoft_EntityFrameworkCore_Metadata.IConventionIndex, method: string, fromDataAnnotation?: boolean): Rewrap<this, string | undefined>;
|
|
473
|
+
SetMethod(this: Microsoft_EntityFrameworkCore_Metadata.IMutableIndex, method: string): Rewrap<this, void>;
|
|
474
|
+
SetNullSortOrder(this: Microsoft_EntityFrameworkCore_Metadata.IConventionIndex, nullSortOrder: System_Collections_Generic.IReadOnlyList_1<Npgsql_EntityFrameworkCore_PostgreSQL_Metadata.NullSortOrder>, fromDataAnnotation?: boolean): Rewrap<this, System_Collections_Generic.IReadOnlyList_1<Npgsql_EntityFrameworkCore_PostgreSQL_Metadata.NullSortOrder> | undefined>;
|
|
475
|
+
SetNullSortOrder(this: Microsoft_EntityFrameworkCore_Metadata.IMutableIndex, nullSortOrder: System_Collections_Generic.IReadOnlyList_1<Npgsql_EntityFrameworkCore_PostgreSQL_Metadata.NullSortOrder>): Rewrap<this, void>;
|
|
476
|
+
SetOperators(this: Microsoft_EntityFrameworkCore_Metadata.IConventionIndex, operators: System_Collections_Generic.IReadOnlyList_1<System_Internal.String>, fromDataAnnotation?: boolean): Rewrap<this, System_Collections_Generic.IReadOnlyList_1<System_Internal.String> | undefined>;
|
|
477
|
+
SetOperators(this: Microsoft_EntityFrameworkCore_Metadata.IMutableIndex, operators: System_Collections_Generic.IReadOnlyList_1<System_Internal.String>): Rewrap<this, void>;
|
|
478
|
+
SetSequenceName(this: Microsoft_EntityFrameworkCore_Metadata.IConventionProperty, name: string, fromDataAnnotation?: boolean): Rewrap<this, string | undefined>;
|
|
479
|
+
SetSequenceName(this: Microsoft_EntityFrameworkCore_Metadata.IMutableProperty, name: string): Rewrap<this, void>;
|
|
480
|
+
SetSequenceNameSuffix(this: Microsoft_EntityFrameworkCore_Metadata.IConventionModel, name: string, fromDataAnnotation?: boolean): Rewrap<this, string | undefined>;
|
|
481
|
+
SetSequenceNameSuffix(this: Microsoft_EntityFrameworkCore_Metadata.IMutableModel, name: string): Rewrap<this, void>;
|
|
482
|
+
SetSequenceSchema(this: Microsoft_EntityFrameworkCore_Metadata.IConventionModel, value: string, fromDataAnnotation?: boolean): Rewrap<this, string | undefined>;
|
|
483
|
+
SetSequenceSchema(this: Microsoft_EntityFrameworkCore_Metadata.IConventionProperty, schema: string, fromDataAnnotation?: boolean): Rewrap<this, string | undefined>;
|
|
484
|
+
SetSequenceSchema(this: Microsoft_EntityFrameworkCore_Metadata.IMutableModel, value: string): Rewrap<this, void>;
|
|
485
|
+
SetSequenceSchema(this: Microsoft_EntityFrameworkCore_Metadata.IMutableProperty, schema: string): Rewrap<this, void>;
|
|
486
|
+
SetStorageParameter(this: Microsoft_EntityFrameworkCore_Metadata.IConventionEntityType, parameterName: string, parameterValue: unknown, fromDataAnnotation?: boolean): Rewrap<this, unknown>;
|
|
487
|
+
SetStorageParameter(this: Microsoft_EntityFrameworkCore_Metadata.IConventionIndex, parameterName: string, parameterValue: unknown, fromDataAnnotation?: boolean): Rewrap<this, unknown>;
|
|
488
|
+
SetStorageParameter(this: Microsoft_EntityFrameworkCore_Metadata.IMutableEntityType, parameterName: string, parameterValue: unknown): Rewrap<this, void>;
|
|
489
|
+
SetStorageParameter(this: Microsoft_EntityFrameworkCore_Metadata.IMutableIndex, parameterName: string, parameterValue: unknown): Rewrap<this, void>;
|
|
490
|
+
SetTablespace(this: Microsoft_EntityFrameworkCore_Metadata.IConventionModel, tablespace: string, fromDataAnnotation?: boolean): Rewrap<this, string | undefined>;
|
|
491
|
+
SetTablespace(this: Microsoft_EntityFrameworkCore_Metadata.IMutableModel, tablespace: string): Rewrap<this, void>;
|
|
492
|
+
SetTsVectorConfig(this: Microsoft_EntityFrameworkCore_Metadata.IConventionIndex, config: string, fromDataAnnotation?: boolean): Rewrap<this, string | undefined>;
|
|
493
|
+
SetTsVectorConfig(this: Microsoft_EntityFrameworkCore_Metadata.IConventionProperty, config: string, fromDataAnnotation?: boolean): Rewrap<this, string>;
|
|
494
|
+
SetTsVectorConfig(this: Microsoft_EntityFrameworkCore_Metadata.IMutableIndex, config: string): Rewrap<this, void>;
|
|
495
|
+
SetTsVectorConfig(this: Microsoft_EntityFrameworkCore_Metadata.IMutableProperty, config: string): Rewrap<this, void>;
|
|
496
|
+
SetTsVectorProperties(this: Microsoft_EntityFrameworkCore_Metadata.IConventionProperty, properties: System_Collections_Generic.IReadOnlyList_1<System_Internal.String>, fromDataAnnotation?: boolean): Rewrap<this, System_Collections_Generic.IReadOnlyList_1<System_Internal.String> | undefined>;
|
|
497
|
+
SetTsVectorProperties(this: Microsoft_EntityFrameworkCore_Metadata.IMutableProperty, properties: System_Collections_Generic.IReadOnlyList_1<System_Internal.String>): Rewrap<this, void>;
|
|
498
|
+
SetValueGenerationStrategy(this: Microsoft_EntityFrameworkCore_Metadata.IConventionModel, value: System.Nullable_1<Npgsql_EntityFrameworkCore_PostgreSQL_Metadata.NpgsqlValueGenerationStrategy>, fromDataAnnotation?: boolean): Rewrap<this, System.Nullable_1<Npgsql_EntityFrameworkCore_PostgreSQL_Metadata.NpgsqlValueGenerationStrategy>>;
|
|
499
|
+
SetValueGenerationStrategy(this: Microsoft_EntityFrameworkCore_Metadata.IConventionProperty, value: System.Nullable_1<Npgsql_EntityFrameworkCore_PostgreSQL_Metadata.NpgsqlValueGenerationStrategy>, fromDataAnnotation?: boolean): Rewrap<this, System.Nullable_1<Npgsql_EntityFrameworkCore_PostgreSQL_Metadata.NpgsqlValueGenerationStrategy>>;
|
|
500
|
+
SetValueGenerationStrategy(this: Microsoft_EntityFrameworkCore_Metadata.IConventionProperty, value: System.Nullable_1<Npgsql_EntityFrameworkCore_PostgreSQL_Metadata.NpgsqlValueGenerationStrategy>, storeObject: Microsoft_EntityFrameworkCore_Metadata.StoreObjectIdentifier, fromDataAnnotation?: boolean): Rewrap<this, System.Nullable_1<Npgsql_EntityFrameworkCore_PostgreSQL_Metadata.NpgsqlValueGenerationStrategy>>;
|
|
501
|
+
SetValueGenerationStrategy(this: Microsoft_EntityFrameworkCore_Metadata.IConventionRelationalPropertyOverrides, value: System.Nullable_1<Npgsql_EntityFrameworkCore_PostgreSQL_Metadata.NpgsqlValueGenerationStrategy>, fromDataAnnotation?: boolean): Rewrap<this, System.Nullable_1<Npgsql_EntityFrameworkCore_PostgreSQL_Metadata.NpgsqlValueGenerationStrategy>>;
|
|
502
|
+
SetValueGenerationStrategy(this: Microsoft_EntityFrameworkCore_Metadata.IMutableModel, value: System.Nullable_1<Npgsql_EntityFrameworkCore_PostgreSQL_Metadata.NpgsqlValueGenerationStrategy>): Rewrap<this, void>;
|
|
503
|
+
SetValueGenerationStrategy(this: Microsoft_EntityFrameworkCore_Metadata.IMutableProperty, value: System.Nullable_1<Npgsql_EntityFrameworkCore_PostgreSQL_Metadata.NpgsqlValueGenerationStrategy>): Rewrap<this, void>;
|
|
504
|
+
SetValueGenerationStrategy(this: Microsoft_EntityFrameworkCore_Metadata.IMutableProperty, value: System.Nullable_1<Npgsql_EntityFrameworkCore_PostgreSQL_Metadata.NpgsqlValueGenerationStrategy>, storeObject: Microsoft_EntityFrameworkCore_Metadata.StoreObjectIdentifier): Rewrap<this, void>;
|
|
505
|
+
SetValueGenerationStrategy(this: Microsoft_EntityFrameworkCore_Metadata.IMutableRelationalPropertyOverrides, value: System.Nullable_1<Npgsql_EntityFrameworkCore_PostgreSQL_Metadata.NpgsqlValueGenerationStrategy>): Rewrap<this, void>;
|
|
506
|
+
SetWeight(this: NpgsqlTypes.NpgsqlTsVector, weight: NpgsqlTypes.NpgsqlTsVector_Lexeme_Weight): Rewrap<this, NpgsqlTypes.NpgsqlTsVector>;
|
|
507
|
+
SetWeight(this: NpgsqlTypes.NpgsqlTsVector, weight: NpgsqlTypes.NpgsqlTsVector_Lexeme_Weight, lexemes: string[]): Rewrap<this, NpgsqlTypes.NpgsqlTsVector>;
|
|
508
|
+
SetWeight(this: NpgsqlTypes.NpgsqlTsVector, weight: char): Rewrap<this, NpgsqlTypes.NpgsqlTsVector>;
|
|
509
|
+
SetWeight(this: NpgsqlTypes.NpgsqlTsVector, weight: char, lexemes: string[]): Rewrap<this, NpgsqlTypes.NpgsqlTsVector>;
|
|
510
|
+
StandardDeviationPopulation(this: Microsoft_EntityFrameworkCore.DbFunctions, values: System_Collections_Generic.IEnumerable_1<System_Internal.Byte>): Rewrap<this, System.Nullable_1<System_Internal.Double>>;
|
|
511
|
+
StandardDeviationPopulation(this: Microsoft_EntityFrameworkCore.DbFunctions, values: System_Collections_Generic.IEnumerable_1<System_Internal.Int16>): Rewrap<this, System.Nullable_1<System_Internal.Double>>;
|
|
512
|
+
StandardDeviationPopulation(this: Microsoft_EntityFrameworkCore.DbFunctions, values: System_Collections_Generic.IEnumerable_1<System_Internal.Int32>): Rewrap<this, System.Nullable_1<System_Internal.Double>>;
|
|
513
|
+
StandardDeviationPopulation(this: Microsoft_EntityFrameworkCore.DbFunctions, values: System_Collections_Generic.IEnumerable_1<System_Internal.Int64>): Rewrap<this, System.Nullable_1<System_Internal.Double>>;
|
|
514
|
+
StandardDeviationPopulation(this: Microsoft_EntityFrameworkCore.DbFunctions, values: System_Collections_Generic.IEnumerable_1<System_Internal.Single>): Rewrap<this, System.Nullable_1<System_Internal.Double>>;
|
|
515
|
+
StandardDeviationPopulation(this: Microsoft_EntityFrameworkCore.DbFunctions, values: System_Collections_Generic.IEnumerable_1<System_Internal.Double>): Rewrap<this, System.Nullable_1<System_Internal.Double>>;
|
|
516
|
+
StandardDeviationPopulation(this: Microsoft_EntityFrameworkCore.DbFunctions, values: System_Collections_Generic.IEnumerable_1<System_Internal.Decimal>): Rewrap<this, System.Nullable_1<System_Internal.Double>>;
|
|
517
|
+
StandardDeviationSample(this: Microsoft_EntityFrameworkCore.DbFunctions, values: System_Collections_Generic.IEnumerable_1<System_Internal.Byte>): Rewrap<this, System.Nullable_1<System_Internal.Double>>;
|
|
518
|
+
StandardDeviationSample(this: Microsoft_EntityFrameworkCore.DbFunctions, values: System_Collections_Generic.IEnumerable_1<System_Internal.Int16>): Rewrap<this, System.Nullable_1<System_Internal.Double>>;
|
|
519
|
+
StandardDeviationSample(this: Microsoft_EntityFrameworkCore.DbFunctions, values: System_Collections_Generic.IEnumerable_1<System_Internal.Int32>): Rewrap<this, System.Nullable_1<System_Internal.Double>>;
|
|
520
|
+
StandardDeviationSample(this: Microsoft_EntityFrameworkCore.DbFunctions, values: System_Collections_Generic.IEnumerable_1<System_Internal.Int64>): Rewrap<this, System.Nullable_1<System_Internal.Double>>;
|
|
521
|
+
StandardDeviationSample(this: Microsoft_EntityFrameworkCore.DbFunctions, values: System_Collections_Generic.IEnumerable_1<System_Internal.Single>): Rewrap<this, System.Nullable_1<System_Internal.Double>>;
|
|
522
|
+
StandardDeviationSample(this: Microsoft_EntityFrameworkCore.DbFunctions, values: System_Collections_Generic.IEnumerable_1<System_Internal.Double>): Rewrap<this, System.Nullable_1<System_Internal.Double>>;
|
|
523
|
+
StandardDeviationSample(this: Microsoft_EntityFrameworkCore.DbFunctions, values: System_Collections_Generic.IEnumerable_1<System_Internal.Decimal>): Rewrap<this, System.Nullable_1<System_Internal.Double>>;
|
|
524
|
+
StringToArray(this: Microsoft_EntityFrameworkCore.DbFunctions, value: string, delimiter: string): Rewrap<this, string[]>;
|
|
525
|
+
StringToArray(this: Microsoft_EntityFrameworkCore.DbFunctions, value: string, delimiter: string, nullString: string): Rewrap<this, string[]>;
|
|
526
|
+
Subtract(this: Microsoft_EntityFrameworkCore.DbFunctions, inet: NpgsqlTypes.NpgsqlInet, value: long): Rewrap<this, NpgsqlTypes.NpgsqlInet>;
|
|
527
|
+
Subtract(this: Microsoft_EntityFrameworkCore.DbFunctions, inet: NpgsqlTypes.NpgsqlInet, other: NpgsqlTypes.NpgsqlInet): Rewrap<this, int>;
|
|
528
|
+
Subtract(this: Microsoft_EntityFrameworkCore.DbFunctions, cidr: System.ValueTuple_2<System_Net.IPAddress, System_Internal.Int32>, value: int): Rewrap<this, System.ValueTuple_2<System_Net.IPAddress, System_Internal.Int32>>;
|
|
529
|
+
Subtract(this: Microsoft_EntityFrameworkCore.DbFunctions, cidr: System.ValueTuple_2<System_Net.IPAddress, System_Internal.Int32>, other: System.ValueTuple_2<System_Net.IPAddress, System_Internal.Int32>): Rewrap<this, int>;
|
|
530
|
+
Sum(this: Microsoft_EntityFrameworkCore.DbFunctions, input: System_Collections_Generic.IEnumerable_1<System.TimeSpan>): Rewrap<this, System.Nullable_1<System.TimeSpan>>;
|
|
531
|
+
Text(this: Microsoft_EntityFrameworkCore.DbFunctions, inet: NpgsqlTypes.NpgsqlInet): Rewrap<this, string>;
|
|
532
|
+
Text(this: Microsoft_EntityFrameworkCore.DbFunctions, cidr: System.ValueTuple_2<System_Net.IPAddress, System_Internal.Int32>): Rewrap<this, string>;
|
|
533
|
+
ToDate(this: Microsoft_EntityFrameworkCore.DbFunctions, value: string, format: string): Rewrap<this, System.DateOnly>;
|
|
534
|
+
ToNegative(this: NpgsqlTypes.NpgsqlTsQuery): Rewrap<this, NpgsqlTypes.NpgsqlTsQuery>;
|
|
535
|
+
ToPhrase(this: NpgsqlTypes.NpgsqlTsQuery, query2: NpgsqlTypes.NpgsqlTsQuery): Rewrap<this, NpgsqlTypes.NpgsqlTsQuery>;
|
|
536
|
+
ToPhrase(this: NpgsqlTypes.NpgsqlTsQuery, query2: NpgsqlTypes.NpgsqlTsQuery, distance: int): Rewrap<this, NpgsqlTypes.NpgsqlTsQuery>;
|
|
537
|
+
ToStripped(this: NpgsqlTypes.NpgsqlTsVector): Rewrap<this, NpgsqlTypes.NpgsqlTsVector>;
|
|
538
|
+
ToTimestamp(this: Microsoft_EntityFrameworkCore.DbFunctions, value: string, format: string): Rewrap<this, System.DateTime>;
|
|
539
|
+
ToTsQuery(this: Microsoft_EntityFrameworkCore.DbFunctions, query: string): Rewrap<this, NpgsqlTypes.NpgsqlTsQuery>;
|
|
540
|
+
ToTsQuery(this: Microsoft_EntityFrameworkCore.DbFunctions, config: string, query: string): Rewrap<this, NpgsqlTypes.NpgsqlTsQuery>;
|
|
541
|
+
ToTsVector(this: Microsoft_EntityFrameworkCore.DbFunctions, document: string): Rewrap<this, NpgsqlTypes.NpgsqlTsVector>;
|
|
542
|
+
ToTsVector(this: Microsoft_EntityFrameworkCore.DbFunctions, config: string, document: string): Rewrap<this, NpgsqlTypes.NpgsqlTsVector>;
|
|
543
|
+
TrigramsAreNotStrictWordSimilar(this: Microsoft_EntityFrameworkCore.DbFunctions, source: string, target: string): Rewrap<this, boolean>;
|
|
544
|
+
TrigramsAreNotWordSimilar(this: Microsoft_EntityFrameworkCore.DbFunctions, source: string, target: string): Rewrap<this, boolean>;
|
|
545
|
+
TrigramsAreSimilar(this: Microsoft_EntityFrameworkCore.DbFunctions, source: string, target: string): Rewrap<this, boolean>;
|
|
546
|
+
TrigramsAreStrictWordSimilar(this: Microsoft_EntityFrameworkCore.DbFunctions, source: string, target: string): Rewrap<this, boolean>;
|
|
547
|
+
TrigramsAreWordSimilar(this: Microsoft_EntityFrameworkCore.DbFunctions, source: string, target: string): Rewrap<this, boolean>;
|
|
548
|
+
TrigramsShow(this: Microsoft_EntityFrameworkCore.DbFunctions, text: string): Rewrap<this, string[]>;
|
|
549
|
+
TrigramsSimilarity(this: Microsoft_EntityFrameworkCore.DbFunctions, source: string, target: string): Rewrap<this, double>;
|
|
550
|
+
TrigramsSimilarityDistance(this: Microsoft_EntityFrameworkCore.DbFunctions, source: string, target: string): Rewrap<this, double>;
|
|
551
|
+
TrigramsStrictWordSimilarity(this: Microsoft_EntityFrameworkCore.DbFunctions, source: string, target: string): Rewrap<this, double>;
|
|
552
|
+
TrigramsStrictWordSimilarityDistance(this: Microsoft_EntityFrameworkCore.DbFunctions, source: string, target: string): Rewrap<this, double>;
|
|
553
|
+
TrigramsStrictWordSimilarityDistanceInverted(this: Microsoft_EntityFrameworkCore.DbFunctions, source: string, target: string): Rewrap<this, double>;
|
|
554
|
+
TrigramsWordSimilarity(this: Microsoft_EntityFrameworkCore.DbFunctions, source: string, target: string): Rewrap<this, double>;
|
|
555
|
+
TrigramsWordSimilarityDistance(this: Microsoft_EntityFrameworkCore.DbFunctions, source: string, target: string): Rewrap<this, double>;
|
|
556
|
+
TrigramsWordSimilarityDistanceInverted(this: Microsoft_EntityFrameworkCore.DbFunctions, source: string, target: string): Rewrap<this, double>;
|
|
557
|
+
Truncate(this: Microsoft_EntityFrameworkCore.DbFunctions, macAddress: System_Net_NetworkInformation.PhysicalAddress): Rewrap<this, System_Net_NetworkInformation.PhysicalAddress>;
|
|
558
|
+
Unaccent(this: Microsoft_EntityFrameworkCore.DbFunctions, regDictionary: string, text: string): Rewrap<this, string>;
|
|
559
|
+
Unaccent(this: Microsoft_EntityFrameworkCore.DbFunctions, text: string): Rewrap<this, string>;
|
|
560
|
+
Union(this: NpgsqlTypes.NpgsqlCube, other: NpgsqlTypes.NpgsqlCube): Rewrap<this, NpgsqlTypes.NpgsqlCube>;
|
|
561
|
+
Union<T>(this: NpgsqlTypes.NpgsqlRange_1<T>, b: NpgsqlTypes.NpgsqlRange_1<T>): Rewrap<this, NpgsqlTypes.NpgsqlRange_1<T>>;
|
|
562
|
+
Union<T>(this: System_Collections_Generic.List_1<NpgsqlTypes.NpgsqlRange_1<T>>, multirange2: System_Collections_Generic.List_1<NpgsqlTypes.NpgsqlRange_1<T>>): Rewrap<this, System_Collections_Generic.List_1<NpgsqlTypes.NpgsqlRange_1<T>>>;
|
|
563
|
+
UseCockroachDbInterleaveInParent(this: Microsoft_EntityFrameworkCore_Metadata_Builders.EntityTypeBuilder, parentTableType: System.Type, interleavePrefix: System_Collections_Generic.List_1<System_Internal.String>): Rewrap<this, Microsoft_EntityFrameworkCore_Metadata_Builders.EntityTypeBuilder>;
|
|
564
|
+
UseCockroachDbInterleaveInParent<TEntity>(this: Microsoft_EntityFrameworkCore_Metadata_Builders.EntityTypeBuilder_1<TEntity>, parentTableType: System.Type, interleavePrefix: System_Collections_Generic.List_1<System_Internal.String>): Rewrap<this, Microsoft_EntityFrameworkCore_Metadata_Builders.EntityTypeBuilder_1<TEntity>>;
|
|
565
|
+
UseCollation(this: Microsoft_EntityFrameworkCore_Metadata_Builders.IConventionIndexBuilder, values: System_Collections_Generic.IReadOnlyList_1<System_Internal.String>, fromDataAnnotation: boolean): Rewrap<this, Microsoft_EntityFrameworkCore_Metadata_Builders.IConventionIndexBuilder | undefined>;
|
|
566
|
+
UseCollation(this: Microsoft_EntityFrameworkCore_Metadata_Builders.IndexBuilder, ...values: string[]): Rewrap<this, Microsoft_EntityFrameworkCore_Metadata_Builders.IndexBuilder>;
|
|
567
|
+
UseCollation<TEntity>(this: Microsoft_EntityFrameworkCore_Metadata_Builders.IndexBuilder_1<TEntity>, ...values: string[]): Rewrap<this, Microsoft_EntityFrameworkCore_Metadata_Builders.IndexBuilder_1<TEntity>>;
|
|
568
|
+
UseCompressionMethod(this: Microsoft_EntityFrameworkCore_Metadata_Builders.IConventionPropertyBuilder, compressionMethod: string, fromDataAnnotation?: boolean): Rewrap<this, Microsoft_EntityFrameworkCore_Metadata_Builders.IConventionPropertyBuilder | undefined>;
|
|
569
|
+
UseCompressionMethod(this: Microsoft_EntityFrameworkCore_Metadata_Builders.PropertyBuilder, compressionMethod: string): Rewrap<this, Microsoft_EntityFrameworkCore_Metadata_Builders.PropertyBuilder>;
|
|
570
|
+
UseCompressionMethod<TEntity>(this: Microsoft_EntityFrameworkCore_Metadata_Builders.PropertyBuilder_1<TEntity>, compressionMethod: string): Rewrap<this, Microsoft_EntityFrameworkCore_Metadata_Builders.PropertyBuilder_1<TEntity>>;
|
|
571
|
+
UseDatabaseTemplate(this: Microsoft_EntityFrameworkCore.ModelBuilder, templateDatabaseName: string): Rewrap<this, Microsoft_EntityFrameworkCore.ModelBuilder>;
|
|
572
|
+
UseHiLo(this: Microsoft_EntityFrameworkCore.ModelBuilder, name?: string, schema?: string): Rewrap<this, Microsoft_EntityFrameworkCore.ModelBuilder>;
|
|
573
|
+
UseHiLo(this: Microsoft_EntityFrameworkCore_Metadata_Builders.PropertyBuilder, name?: string, schema?: string): Rewrap<this, Microsoft_EntityFrameworkCore_Metadata_Builders.PropertyBuilder>;
|
|
574
|
+
UseHiLo<TProperty>(this: Microsoft_EntityFrameworkCore_Metadata_Builders.PropertyBuilder_1<TProperty>, name?: string, schema?: string): Rewrap<this, Microsoft_EntityFrameworkCore_Metadata_Builders.PropertyBuilder_1<TProperty>>;
|
|
575
|
+
UseIdentityAlwaysColumn(this: Microsoft_EntityFrameworkCore_Metadata_Builders.PropertyBuilder): Rewrap<this, Microsoft_EntityFrameworkCore_Metadata_Builders.PropertyBuilder>;
|
|
576
|
+
UseIdentityAlwaysColumn<TProperty>(this: Microsoft_EntityFrameworkCore_Metadata_Builders.PropertyBuilder_1<TProperty>): Rewrap<this, Microsoft_EntityFrameworkCore_Metadata_Builders.PropertyBuilder_1<TProperty>>;
|
|
577
|
+
UseIdentityAlwaysColumns(this: Microsoft_EntityFrameworkCore.ModelBuilder): Rewrap<this, Microsoft_EntityFrameworkCore.ModelBuilder>;
|
|
578
|
+
UseIdentityByDefaultColumn(this: Microsoft_EntityFrameworkCore_Metadata_Builders.PropertyBuilder): Rewrap<this, Microsoft_EntityFrameworkCore_Metadata_Builders.PropertyBuilder>;
|
|
579
|
+
UseIdentityByDefaultColumn<TProperty>(this: Microsoft_EntityFrameworkCore_Metadata_Builders.PropertyBuilder_1<TProperty>): Rewrap<this, Microsoft_EntityFrameworkCore_Metadata_Builders.PropertyBuilder_1<TProperty>>;
|
|
580
|
+
UseIdentityByDefaultColumns(this: Microsoft_EntityFrameworkCore.ModelBuilder): Rewrap<this, Microsoft_EntityFrameworkCore.ModelBuilder>;
|
|
581
|
+
UseIdentityColumn(this: Microsoft_EntityFrameworkCore_Metadata_Builders.PropertyBuilder): Rewrap<this, Microsoft_EntityFrameworkCore_Metadata_Builders.PropertyBuilder>;
|
|
582
|
+
UseIdentityColumn<TProperty>(this: Microsoft_EntityFrameworkCore_Metadata_Builders.PropertyBuilder_1<TProperty>): Rewrap<this, Microsoft_EntityFrameworkCore_Metadata_Builders.PropertyBuilder_1<TProperty>>;
|
|
583
|
+
UseIdentityColumns(this: Microsoft_EntityFrameworkCore.ModelBuilder): Rewrap<this, Microsoft_EntityFrameworkCore.ModelBuilder>;
|
|
584
|
+
UseKeySequences(this: Microsoft_EntityFrameworkCore.ModelBuilder, nameSuffix?: string, schema?: string): Rewrap<this, Microsoft_EntityFrameworkCore.ModelBuilder>;
|
|
585
|
+
UseNpgsql(this: Microsoft_EntityFrameworkCore.DbContextOptionsBuilder, npgsqlOptionsAction?: System.Action_1<Npgsql_EntityFrameworkCore_PostgreSQL_Infrastructure.NpgsqlDbContextOptionsBuilder>): Rewrap<this, Microsoft_EntityFrameworkCore.DbContextOptionsBuilder>;
|
|
586
|
+
UseNpgsql(this: Microsoft_EntityFrameworkCore.DbContextOptionsBuilder, connectionString: string, npgsqlOptionsAction?: System.Action_1<Npgsql_EntityFrameworkCore_PostgreSQL_Infrastructure.NpgsqlDbContextOptionsBuilder>): Rewrap<this, Microsoft_EntityFrameworkCore.DbContextOptionsBuilder>;
|
|
587
|
+
UseNpgsql(this: Microsoft_EntityFrameworkCore.DbContextOptionsBuilder, connection: System_Data_Common.DbConnection, npgsqlOptionsAction?: System.Action_1<Npgsql_EntityFrameworkCore_PostgreSQL_Infrastructure.NpgsqlDbContextOptionsBuilder>): Rewrap<this, Microsoft_EntityFrameworkCore.DbContextOptionsBuilder>;
|
|
588
|
+
UseNpgsql(this: Microsoft_EntityFrameworkCore.DbContextOptionsBuilder, connection: System_Data_Common.DbConnection, contextOwnsConnection: boolean, npgsqlOptionsAction?: System.Action_1<Npgsql_EntityFrameworkCore_PostgreSQL_Infrastructure.NpgsqlDbContextOptionsBuilder>): Rewrap<this, Microsoft_EntityFrameworkCore.DbContextOptionsBuilder>;
|
|
589
|
+
UseNpgsql(this: Microsoft_EntityFrameworkCore.DbContextOptionsBuilder, dataSource: System_Data_Common.DbDataSource, npgsqlOptionsAction?: System.Action_1<Npgsql_EntityFrameworkCore_PostgreSQL_Infrastructure.NpgsqlDbContextOptionsBuilder>): Rewrap<this, Microsoft_EntityFrameworkCore.DbContextOptionsBuilder>;
|
|
590
|
+
UseNpgsql<TContext extends Microsoft_EntityFrameworkCore.DbContext>(this: Microsoft_EntityFrameworkCore.DbContextOptionsBuilder_1<TContext>, npgsqlOptionsAction?: System.Action_1<Npgsql_EntityFrameworkCore_PostgreSQL_Infrastructure.NpgsqlDbContextOptionsBuilder>): Rewrap<this, Microsoft_EntityFrameworkCore.DbContextOptionsBuilder_1<TContext>>;
|
|
591
|
+
UseNpgsql<TContext extends Microsoft_EntityFrameworkCore.DbContext>(this: Microsoft_EntityFrameworkCore.DbContextOptionsBuilder_1<TContext>, connectionString: string, npgsqlOptionsAction?: System.Action_1<Npgsql_EntityFrameworkCore_PostgreSQL_Infrastructure.NpgsqlDbContextOptionsBuilder>): Rewrap<this, Microsoft_EntityFrameworkCore.DbContextOptionsBuilder_1<TContext>>;
|
|
592
|
+
UseNpgsql<TContext extends Microsoft_EntityFrameworkCore.DbContext>(this: Microsoft_EntityFrameworkCore.DbContextOptionsBuilder_1<TContext>, connection: System_Data_Common.DbConnection, npgsqlOptionsAction?: System.Action_1<Npgsql_EntityFrameworkCore_PostgreSQL_Infrastructure.NpgsqlDbContextOptionsBuilder>): Rewrap<this, Microsoft_EntityFrameworkCore.DbContextOptionsBuilder_1<TContext>>;
|
|
593
|
+
UseNpgsql<TContext extends Microsoft_EntityFrameworkCore.DbContext>(this: Microsoft_EntityFrameworkCore.DbContextOptionsBuilder_1<TContext>, connection: System_Data_Common.DbConnection, contextOwnsConnection: boolean, npgsqlOptionsAction?: System.Action_1<Npgsql_EntityFrameworkCore_PostgreSQL_Infrastructure.NpgsqlDbContextOptionsBuilder>): Rewrap<this, Microsoft_EntityFrameworkCore.DbContextOptionsBuilder_1<TContext>>;
|
|
594
|
+
UseNpgsql<TContext extends Microsoft_EntityFrameworkCore.DbContext>(this: Microsoft_EntityFrameworkCore.DbContextOptionsBuilder_1<TContext>, dataSource: System_Data_Common.DbDataSource, npgsqlOptionsAction?: System.Action_1<Npgsql_EntityFrameworkCore_PostgreSQL_Infrastructure.NpgsqlDbContextOptionsBuilder>): Rewrap<this, Microsoft_EntityFrameworkCore.DbContextOptionsBuilder_1<TContext>>;
|
|
595
|
+
UseSequence(this: Microsoft_EntityFrameworkCore_Metadata_Builders.PropertyBuilder, name?: string, schema?: string): Rewrap<this, Microsoft_EntityFrameworkCore_Metadata_Builders.PropertyBuilder>;
|
|
596
|
+
UseSequence<TProperty>(this: Microsoft_EntityFrameworkCore_Metadata_Builders.PropertyBuilder_1<TProperty>, name?: string, schema?: string): Rewrap<this, Microsoft_EntityFrameworkCore_Metadata_Builders.PropertyBuilder_1<TProperty>>;
|
|
597
|
+
UseSerialColumn(this: Microsoft_EntityFrameworkCore_Metadata_Builders.PropertyBuilder): Rewrap<this, Microsoft_EntityFrameworkCore_Metadata_Builders.PropertyBuilder>;
|
|
598
|
+
UseSerialColumn<TProperty>(this: Microsoft_EntityFrameworkCore_Metadata_Builders.PropertyBuilder_1<TProperty>): Rewrap<this, Microsoft_EntityFrameworkCore_Metadata_Builders.PropertyBuilder_1<TProperty>>;
|
|
599
|
+
UseSerialColumns(this: Microsoft_EntityFrameworkCore.ModelBuilder): Rewrap<this, Microsoft_EntityFrameworkCore.ModelBuilder>;
|
|
600
|
+
UseTablespace(this: Microsoft_EntityFrameworkCore.ModelBuilder, tablespace: string): Rewrap<this, Microsoft_EntityFrameworkCore.ModelBuilder>;
|
|
601
|
+
VariancePopulation(this: Microsoft_EntityFrameworkCore.DbFunctions, values: System_Collections_Generic.IEnumerable_1<System_Internal.Byte>): Rewrap<this, System.Nullable_1<System_Internal.Double>>;
|
|
602
|
+
VariancePopulation(this: Microsoft_EntityFrameworkCore.DbFunctions, values: System_Collections_Generic.IEnumerable_1<System_Internal.Int16>): Rewrap<this, System.Nullable_1<System_Internal.Double>>;
|
|
603
|
+
VariancePopulation(this: Microsoft_EntityFrameworkCore.DbFunctions, values: System_Collections_Generic.IEnumerable_1<System_Internal.Int32>): Rewrap<this, System.Nullable_1<System_Internal.Double>>;
|
|
604
|
+
VariancePopulation(this: Microsoft_EntityFrameworkCore.DbFunctions, values: System_Collections_Generic.IEnumerable_1<System_Internal.Int64>): Rewrap<this, System.Nullable_1<System_Internal.Double>>;
|
|
605
|
+
VariancePopulation(this: Microsoft_EntityFrameworkCore.DbFunctions, values: System_Collections_Generic.IEnumerable_1<System_Internal.Single>): Rewrap<this, System.Nullable_1<System_Internal.Double>>;
|
|
606
|
+
VariancePopulation(this: Microsoft_EntityFrameworkCore.DbFunctions, values: System_Collections_Generic.IEnumerable_1<System_Internal.Double>): Rewrap<this, System.Nullable_1<System_Internal.Double>>;
|
|
607
|
+
VariancePopulation(this: Microsoft_EntityFrameworkCore.DbFunctions, values: System_Collections_Generic.IEnumerable_1<System_Internal.Decimal>): Rewrap<this, System.Nullable_1<System_Internal.Double>>;
|
|
608
|
+
VarianceSample(this: Microsoft_EntityFrameworkCore.DbFunctions, values: System_Collections_Generic.IEnumerable_1<System_Internal.Byte>): Rewrap<this, System.Nullable_1<System_Internal.Double>>;
|
|
609
|
+
VarianceSample(this: Microsoft_EntityFrameworkCore.DbFunctions, values: System_Collections_Generic.IEnumerable_1<System_Internal.Int16>): Rewrap<this, System.Nullable_1<System_Internal.Double>>;
|
|
610
|
+
VarianceSample(this: Microsoft_EntityFrameworkCore.DbFunctions, values: System_Collections_Generic.IEnumerable_1<System_Internal.Int32>): Rewrap<this, System.Nullable_1<System_Internal.Double>>;
|
|
611
|
+
VarianceSample(this: Microsoft_EntityFrameworkCore.DbFunctions, values: System_Collections_Generic.IEnumerable_1<System_Internal.Int64>): Rewrap<this, System.Nullable_1<System_Internal.Double>>;
|
|
612
|
+
VarianceSample(this: Microsoft_EntityFrameworkCore.DbFunctions, values: System_Collections_Generic.IEnumerable_1<System_Internal.Single>): Rewrap<this, System.Nullable_1<System_Internal.Double>>;
|
|
613
|
+
VarianceSample(this: Microsoft_EntityFrameworkCore.DbFunctions, values: System_Collections_Generic.IEnumerable_1<System_Internal.Double>): Rewrap<this, System.Nullable_1<System_Internal.Double>>;
|
|
614
|
+
VarianceSample(this: Microsoft_EntityFrameworkCore.DbFunctions, values: System_Collections_Generic.IEnumerable_1<System_Internal.Decimal>): Rewrap<this, System.Nullable_1<System_Internal.Double>>;
|
|
615
|
+
WebSearchToTsQuery(this: Microsoft_EntityFrameworkCore.DbFunctions, query: string): Rewrap<this, NpgsqlTypes.NpgsqlTsQuery>;
|
|
616
|
+
WebSearchToTsQuery(this: Microsoft_EntityFrameworkCore.DbFunctions, config: string, query: string): Rewrap<this, NpgsqlTypes.NpgsqlTsQuery>;
|
|
617
|
+
}
|
|
802
618
|
|
|
619
|
+
// Generic helper type for extension methods in namespace: Microsoft.EntityFrameworkCore
|
|
803
620
|
interface __TsonicExtApplier_Microsoft_EntityFrameworkCore {
|
|
804
621
|
__tsonic_shape: unknown;
|
|
805
|
-
__tsonic_type:
|
|
622
|
+
__tsonic_type: __TsonicExtMethods_Microsoft_EntityFrameworkCore;
|
|
806
623
|
}
|
|
807
624
|
|
|
808
625
|
export type ExtensionMethods_Microsoft_EntityFrameworkCore<TShape> =
|
|
809
626
|
TShape extends null | undefined ? TShape
|
|
810
627
|
: TShape extends void ? void
|
|
811
|
-
: TShape & __TsonicWithExt<TShape, "Microsoft.EntityFrameworkCore", __TsonicExtApplier_Microsoft_EntityFrameworkCore> &
|
|
628
|
+
: TShape extends (infer T)[] ? (TShape & System_Collections_Generic.IEnumerable_1<T> & __TsonicWithExt<TShape, "Microsoft.EntityFrameworkCore", __TsonicExtApplier_Microsoft_EntityFrameworkCore> & __TsonicExtMethods_Microsoft_EntityFrameworkCore)
|
|
629
|
+
: TShape & __TsonicWithExt<TShape, "Microsoft.EntityFrameworkCore", __TsonicExtApplier_Microsoft_EntityFrameworkCore> & __TsonicExtMethods_Microsoft_EntityFrameworkCore;
|
|
812
630
|
|
|
813
|
-
//
|
|
814
|
-
|
|
815
|
-
(
|
|
816
|
-
|
|
817
|
-
);
|
|
631
|
+
// Extension method table for namespace: Microsoft.EntityFrameworkCore.Metadata.Internal
|
|
632
|
+
interface __TsonicExtMethods_Microsoft_EntityFrameworkCore_Metadata_Internal {
|
|
633
|
+
AreCompatibleForNpgsql(this: Microsoft_EntityFrameworkCore_Metadata.IReadOnlyIndex, duplicateIndex: Microsoft_EntityFrameworkCore_Metadata.IReadOnlyIndex, storeObject: Microsoft_EntityFrameworkCore_Metadata.StoreObjectIdentifier, shouldThrow: boolean): Rewrap<this, boolean>;
|
|
634
|
+
}
|
|
818
635
|
|
|
636
|
+
// Generic helper type for extension methods in namespace: Microsoft.EntityFrameworkCore.Metadata.Internal
|
|
819
637
|
interface __TsonicExtApplier_Microsoft_EntityFrameworkCore_Metadata_Internal {
|
|
820
638
|
__tsonic_shape: unknown;
|
|
821
|
-
__tsonic_type:
|
|
639
|
+
__tsonic_type: __TsonicExtMethods_Microsoft_EntityFrameworkCore_Metadata_Internal;
|
|
822
640
|
}
|
|
823
641
|
|
|
824
642
|
export type ExtensionMethods_Microsoft_EntityFrameworkCore_Metadata_Internal<TShape> =
|
|
825
643
|
TShape extends null | undefined ? TShape
|
|
826
644
|
: TShape extends void ? void
|
|
827
|
-
: TShape & __TsonicWithExt<TShape, "Microsoft.EntityFrameworkCore.Metadata.Internal", __TsonicExtApplier_Microsoft_EntityFrameworkCore_Metadata_Internal> &
|
|
645
|
+
: TShape & __TsonicWithExt<TShape, "Microsoft.EntityFrameworkCore.Metadata.Internal", __TsonicExtApplier_Microsoft_EntityFrameworkCore_Metadata_Internal> & __TsonicExtMethods_Microsoft_EntityFrameworkCore_Metadata_Internal;
|
|
828
646
|
|
|
829
|
-
//
|
|
830
|
-
|
|
831
|
-
(
|
|
832
|
-
|
|
833
|
-
|
|
647
|
+
// Extension method table for namespace: Microsoft.Extensions.DependencyInjection
|
|
648
|
+
interface __TsonicExtMethods_Microsoft_Extensions_DependencyInjection {
|
|
649
|
+
AddEntityFrameworkNpgsql(this: Microsoft_Extensions_DependencyInjection.IServiceCollection): Rewrap<this, Microsoft_Extensions_DependencyInjection.IServiceCollection>;
|
|
650
|
+
AddNpgsql<TContext extends Microsoft_EntityFrameworkCore.DbContext>(this: Microsoft_Extensions_DependencyInjection.IServiceCollection, connectionString: string, npgsqlOptionsAction?: System.Action_1<Npgsql_EntityFrameworkCore_PostgreSQL_Infrastructure.NpgsqlDbContextOptionsBuilder>, optionsAction?: System.Action_1<Microsoft_EntityFrameworkCore.DbContextOptionsBuilder>): Rewrap<this, Microsoft_Extensions_DependencyInjection.IServiceCollection>;
|
|
651
|
+
}
|
|
834
652
|
|
|
653
|
+
// Generic helper type for extension methods in namespace: Microsoft.Extensions.DependencyInjection
|
|
835
654
|
interface __TsonicExtApplier_Microsoft_Extensions_DependencyInjection {
|
|
836
655
|
__tsonic_shape: unknown;
|
|
837
|
-
__tsonic_type:
|
|
656
|
+
__tsonic_type: __TsonicExtMethods_Microsoft_Extensions_DependencyInjection;
|
|
838
657
|
}
|
|
839
658
|
|
|
840
659
|
export type ExtensionMethods_Microsoft_Extensions_DependencyInjection<TShape> =
|
|
841
660
|
TShape extends null | undefined ? TShape
|
|
842
661
|
: TShape extends void ? void
|
|
843
|
-
: TShape & __TsonicWithExt<TShape, "Microsoft.Extensions.DependencyInjection", __TsonicExtApplier_Microsoft_Extensions_DependencyInjection> &
|
|
662
|
+
: TShape & __TsonicWithExt<TShape, "Microsoft.Extensions.DependencyInjection", __TsonicExtApplier_Microsoft_Extensions_DependencyInjection> & __TsonicExtMethods_Microsoft_Extensions_DependencyInjection;
|
|
844
663
|
|
|
845
|
-
//
|
|
846
|
-
|
|
847
|
-
(
|
|
848
|
-
|
|
849
|
-
)
|
|
664
|
+
// Extension method table for namespace: Npgsql.EntityFrameworkCore.PostgreSQL.Extensions.Internal
|
|
665
|
+
interface __TsonicExtMethods_Npgsql_EntityFrameworkCore_PostgreSQL_Extensions_Internal {
|
|
666
|
+
TryConvertToArray(this: Microsoft_EntityFrameworkCore_Query.ShapedQueryExpression, array: Microsoft_EntityFrameworkCore_Query_SqlExpressions.SqlExpression, ignoreOrderings?: boolean, ignorePredicate?: boolean): Rewrap<this, boolean>;
|
|
667
|
+
TryExtractArray(this: Microsoft_EntityFrameworkCore_Query.ShapedQueryExpression, array: Microsoft_EntityFrameworkCore_Query_SqlExpressions.SqlExpression, ignoreOrderings?: boolean, ignorePredicate?: boolean): Rewrap<this, boolean>;
|
|
668
|
+
TryExtractArray(this: Microsoft_EntityFrameworkCore_Query.ShapedQueryExpression, array: Microsoft_EntityFrameworkCore_Query_SqlExpressions.SqlExpression, projectedColumn: Microsoft_EntityFrameworkCore_Query_SqlExpressions.ColumnExpression, ignoreOrderings?: boolean, ignorePredicate?: boolean): Rewrap<this, boolean>;
|
|
669
|
+
TryExtractJsonArray(this: Microsoft_EntityFrameworkCore_Query.ShapedQueryExpression, jsonArray: Microsoft_EntityFrameworkCore_Query_SqlExpressions.SqlExpression, projectedElement: Microsoft_EntityFrameworkCore_Query_SqlExpressions.SqlExpression, isElementNullable: boolean, ignoreOrderings?: boolean, ignorePredicate?: boolean): Rewrap<this, boolean>;
|
|
670
|
+
}
|
|
850
671
|
|
|
672
|
+
// Generic helper type for extension methods in namespace: Npgsql.EntityFrameworkCore.PostgreSQL.Extensions.Internal
|
|
851
673
|
interface __TsonicExtApplier_Npgsql_EntityFrameworkCore_PostgreSQL_Extensions_Internal {
|
|
852
674
|
__tsonic_shape: unknown;
|
|
853
|
-
__tsonic_type:
|
|
675
|
+
__tsonic_type: __TsonicExtMethods_Npgsql_EntityFrameworkCore_PostgreSQL_Extensions_Internal;
|
|
854
676
|
}
|
|
855
677
|
|
|
856
678
|
export type ExtensionMethods_Npgsql_EntityFrameworkCore_PostgreSQL_Extensions_Internal<TShape> =
|
|
857
679
|
TShape extends null | undefined ? TShape
|
|
858
680
|
: TShape extends void ? void
|
|
859
|
-
: TShape & __TsonicWithExt<TShape, "Npgsql.EntityFrameworkCore.PostgreSQL.Extensions.Internal", __TsonicExtApplier_Npgsql_EntityFrameworkCore_PostgreSQL_Extensions_Internal> &
|
|
681
|
+
: TShape & __TsonicWithExt<TShape, "Npgsql.EntityFrameworkCore.PostgreSQL.Extensions.Internal", __TsonicExtApplier_Npgsql_EntityFrameworkCore_PostgreSQL_Extensions_Internal> & __TsonicExtMethods_Npgsql_EntityFrameworkCore_PostgreSQL_Extensions_Internal;
|
|
682
|
+
|
|
683
|
+
// Extension method table for namespace: Npgsql.EntityFrameworkCore.PostgreSQL.Internal
|
|
684
|
+
interface __TsonicExtMethods_Npgsql_EntityFrameworkCore_PostgreSQL_Internal {
|
|
685
|
+
CollationFound(this: Microsoft_EntityFrameworkCore_Diagnostics.IDiagnosticsLogger_1<Microsoft_EntityFrameworkCore.DbLoggerCategory_Scaffolding>, schema: string, collationName: string, lcCollate: string, lcCtype: string, provider: string, deterministic: boolean): Rewrap<this, void>;
|
|
686
|
+
ColumnFound(this: Microsoft_EntityFrameworkCore_Diagnostics.IDiagnosticsLogger_1<Microsoft_EntityFrameworkCore.DbLoggerCategory_Scaffolding>, tableName: string, columnName: string, dataTypeName: string, nullable: boolean, identity: boolean, defaultValue: string, computedValue: string): Rewrap<this, void>;
|
|
687
|
+
EnumColumnSkippedWarning(this: Microsoft_EntityFrameworkCore_Diagnostics.IDiagnosticsLogger_1<Microsoft_EntityFrameworkCore.DbLoggerCategory_Scaffolding>, columnName: string): Rewrap<this, void>;
|
|
688
|
+
ExpressionIndexSkippedWarning(this: Microsoft_EntityFrameworkCore_Diagnostics.IDiagnosticsLogger_1<Microsoft_EntityFrameworkCore.DbLoggerCategory_Scaffolding>, indexName: string, tableName: string): Rewrap<this, void>;
|
|
689
|
+
ForeignKeyReferencesMissingPrincipalTableWarning(this: Microsoft_EntityFrameworkCore_Diagnostics.IDiagnosticsLogger_1<Microsoft_EntityFrameworkCore.DbLoggerCategory_Scaffolding>, foreignKeyName: string, tableName: string, principalTableName: string): Rewrap<this, void>;
|
|
690
|
+
MissingSchemaWarning(this: Microsoft_EntityFrameworkCore_Diagnostics.IDiagnosticsLogger_1<Microsoft_EntityFrameworkCore.DbLoggerCategory_Scaffolding>, schemaName: string): Rewrap<this, void>;
|
|
691
|
+
MissingTableWarning(this: Microsoft_EntityFrameworkCore_Diagnostics.IDiagnosticsLogger_1<Microsoft_EntityFrameworkCore.DbLoggerCategory_Scaffolding>, tableName: string): Rewrap<this, void>;
|
|
692
|
+
UniqueConstraintFound(this: Microsoft_EntityFrameworkCore_Diagnostics.IDiagnosticsLogger_1<Microsoft_EntityFrameworkCore.DbLoggerCategory_Scaffolding>, uniqueConstraintName: string, tableName: string): Rewrap<this, void>;
|
|
693
|
+
UnsupportedColumnConstraintSkippedWarning(this: Microsoft_EntityFrameworkCore_Diagnostics.IDiagnosticsLogger_1<Microsoft_EntityFrameworkCore.DbLoggerCategory_Scaffolding>, indexName: string, tableName: string): Rewrap<this, void>;
|
|
694
|
+
UnsupportedColumnIndexSkippedWarning(this: Microsoft_EntityFrameworkCore_Diagnostics.IDiagnosticsLogger_1<Microsoft_EntityFrameworkCore.DbLoggerCategory_Scaffolding>, indexName: string, tableName: string): Rewrap<this, void>;
|
|
695
|
+
}
|
|
860
696
|
|
|
861
697
|
// Generic helper type for extension methods in namespace: Npgsql.EntityFrameworkCore.PostgreSQL.Internal
|
|
862
|
-
type __TsonicExtSurface_Npgsql_EntityFrameworkCore_PostgreSQL_Internal<TShape> =
|
|
863
|
-
(
|
|
864
|
-
(TShape extends Microsoft_EntityFrameworkCore_Diagnostics.IDiagnosticsLogger_1<infer T0> ? __Ext_Npgsql_EntityFrameworkCore_PostgreSQL_Internal_IDiagnosticsLogger_1<T0> : {})
|
|
865
|
-
);
|
|
866
|
-
|
|
867
698
|
interface __TsonicExtApplier_Npgsql_EntityFrameworkCore_PostgreSQL_Internal {
|
|
868
699
|
__tsonic_shape: unknown;
|
|
869
|
-
__tsonic_type:
|
|
700
|
+
__tsonic_type: __TsonicExtMethods_Npgsql_EntityFrameworkCore_PostgreSQL_Internal;
|
|
870
701
|
}
|
|
871
702
|
|
|
872
703
|
export type ExtensionMethods_Npgsql_EntityFrameworkCore_PostgreSQL_Internal<TShape> =
|
|
873
704
|
TShape extends null | undefined ? TShape
|
|
874
705
|
: TShape extends void ? void
|
|
875
|
-
: TShape & __TsonicWithExt<TShape, "Npgsql.EntityFrameworkCore.PostgreSQL.Internal", __TsonicExtApplier_Npgsql_EntityFrameworkCore_PostgreSQL_Internal> &
|
|
706
|
+
: TShape & __TsonicWithExt<TShape, "Npgsql.EntityFrameworkCore.PostgreSQL.Internal", __TsonicExtApplier_Npgsql_EntityFrameworkCore_PostgreSQL_Internal> & __TsonicExtMethods_Npgsql_EntityFrameworkCore_PostgreSQL_Internal;
|
|
876
707
|
|
|
877
|
-
//
|
|
878
|
-
|
|
879
|
-
(
|
|
880
|
-
|
|
881
|
-
|
|
708
|
+
// Extension method table for namespace: Npgsql.EntityFrameworkCore.PostgreSQL.Metadata
|
|
709
|
+
interface __TsonicExtMethods_Npgsql_EntityFrameworkCore_PostgreSQL_Metadata {
|
|
710
|
+
IsIdentity(this: Npgsql_EntityFrameworkCore_PostgreSQL_Metadata.NpgsqlValueGenerationStrategy): Rewrap<this, boolean>;
|
|
711
|
+
IsIdentity(this: System.Nullable_1<Npgsql_EntityFrameworkCore_PostgreSQL_Metadata.NpgsqlValueGenerationStrategy>): Rewrap<this, boolean>;
|
|
712
|
+
}
|
|
882
713
|
|
|
714
|
+
// Generic helper type for extension methods in namespace: Npgsql.EntityFrameworkCore.PostgreSQL.Metadata
|
|
883
715
|
interface __TsonicExtApplier_Npgsql_EntityFrameworkCore_PostgreSQL_Metadata {
|
|
884
716
|
__tsonic_shape: unknown;
|
|
885
|
-
__tsonic_type:
|
|
717
|
+
__tsonic_type: __TsonicExtMethods_Npgsql_EntityFrameworkCore_PostgreSQL_Metadata;
|
|
886
718
|
}
|
|
887
719
|
|
|
888
720
|
export type ExtensionMethods_Npgsql_EntityFrameworkCore_PostgreSQL_Metadata<TShape> =
|
|
889
721
|
TShape extends null | undefined ? TShape
|
|
890
722
|
: TShape extends void ? void
|
|
891
|
-
: TShape & __TsonicWithExt<TShape, "Npgsql.EntityFrameworkCore.PostgreSQL.Metadata", __TsonicExtApplier_Npgsql_EntityFrameworkCore_PostgreSQL_Metadata> &
|
|
723
|
+
: TShape & __TsonicWithExt<TShape, "Npgsql.EntityFrameworkCore.PostgreSQL.Metadata", __TsonicExtApplier_Npgsql_EntityFrameworkCore_PostgreSQL_Metadata> & __TsonicExtMethods_Npgsql_EntityFrameworkCore_PostgreSQL_Metadata;
|
|
892
724
|
|
|
893
|
-
//
|
|
894
|
-
|
|
895
|
-
(
|
|
896
|
-
|
|
897
|
-
)
|
|
725
|
+
// Extension method table for namespace: Npgsql.Internal
|
|
726
|
+
interface __TsonicExtMethods_Npgsql_Internal {
|
|
727
|
+
CreateInfo(this: Npgsql_Internal.TypeInfoMapping, options: Npgsql_Internal.PgSerializerOptions, converter: Npgsql_Internal.PgConverter): Rewrap<this, Npgsql_Internal.PgTypeInfo>;
|
|
728
|
+
CreateInfo(this: Npgsql_Internal.TypeInfoMapping, options: Npgsql_Internal.PgSerializerOptions, converter: Npgsql_Internal.PgConverter, preferredFormat?: System.Nullable_1<Npgsql_Internal.DataFormat>, supportsWriting?: boolean): Rewrap<this, Npgsql_Internal.PgTypeInfo>;
|
|
729
|
+
CreateInfo(this: Npgsql_Internal.TypeInfoMapping, options: Npgsql_Internal.PgSerializerOptions, resolver: Npgsql_Internal.PgConverterResolver, includeDataTypeName: boolean): Rewrap<this, Npgsql_Internal.PgResolverTypeInfo>;
|
|
730
|
+
CreateInfo(this: Npgsql_Internal.TypeInfoMapping, options: Npgsql_Internal.PgSerializerOptions, resolver: Npgsql_Internal.PgConverterResolver, includeDataTypeName: boolean, preferredFormat?: System.Nullable_1<Npgsql_Internal.DataFormat>, supportsWriting?: boolean): Rewrap<this, Npgsql_Internal.PgResolverTypeInfo>;
|
|
731
|
+
}
|
|
898
732
|
|
|
733
|
+
// Generic helper type for extension methods in namespace: Npgsql.Internal
|
|
899
734
|
interface __TsonicExtApplier_Npgsql_Internal {
|
|
900
735
|
__tsonic_shape: unknown;
|
|
901
|
-
__tsonic_type:
|
|
736
|
+
__tsonic_type: __TsonicExtMethods_Npgsql_Internal;
|
|
902
737
|
}
|
|
903
738
|
|
|
904
739
|
export type ExtensionMethods_Npgsql_Internal<TShape> =
|
|
905
740
|
TShape extends null | undefined ? TShape
|
|
906
741
|
: TShape extends void ? void
|
|
907
|
-
: TShape & __TsonicWithExt<TShape, "Npgsql.Internal", __TsonicExtApplier_Npgsql_Internal> &
|
|
742
|
+
: TShape & __TsonicWithExt<TShape, "Npgsql.Internal", __TsonicExtApplier_Npgsql_Internal> & __TsonicExtMethods_Npgsql_Internal;
|
|
908
743
|
|
|
909
|
-
//
|
|
910
|
-
|
|
911
|
-
(
|
|
912
|
-
|
|
913
|
-
)
|
|
744
|
+
// Extension method table for namespace: Npgsql.Replication
|
|
745
|
+
interface __TsonicExtMethods_Npgsql_Replication {
|
|
746
|
+
CreatePgOutputReplicationSlot(this: Npgsql_Replication.LogicalReplicationConnection, slotName: string, temporarySlot?: boolean, slotSnapshotInitMode?: System.Nullable_1<Npgsql_Replication.LogicalSlotSnapshotInitMode>, twoPhase?: boolean, cancellationToken?: System_Threading.CancellationToken): Rewrap<this, System_Threading_Tasks.Task_1<Npgsql_Replication_PgOutput.PgOutputReplicationSlot>>;
|
|
747
|
+
CreateTestDecodingReplicationSlot(this: Npgsql_Replication.LogicalReplicationConnection, slotName: string, temporarySlot?: boolean, slotSnapshotInitMode?: System.Nullable_1<Npgsql_Replication.LogicalSlotSnapshotInitMode>, twoPhase?: boolean, cancellationToken?: System_Threading.CancellationToken): Rewrap<this, System_Threading_Tasks.Task_1<Npgsql_Replication_TestDecoding.TestDecodingReplicationSlot>>;
|
|
748
|
+
StartReplication(this: Npgsql_Replication.LogicalReplicationConnection, slot: Npgsql_Replication_PgOutput.PgOutputReplicationSlot, options: Npgsql_Replication_PgOutput.PgOutputReplicationOptions, cancellationToken: System_Threading.CancellationToken, walLocation?: System.Nullable_1<NpgsqlTypes.NpgsqlLogSequenceNumber>): Rewrap<this, System_Collections_Generic.IAsyncEnumerable_1<Npgsql_Replication_PgOutput_Messages.PgOutputReplicationMessage>>;
|
|
749
|
+
StartReplication(this: Npgsql_Replication.LogicalReplicationConnection, slot: Npgsql_Replication_TestDecoding.TestDecodingReplicationSlot, cancellationToken: System_Threading.CancellationToken, options?: Npgsql_Replication_TestDecoding.TestDecodingOptions, walLocation?: System.Nullable_1<NpgsqlTypes.NpgsqlLogSequenceNumber>): Rewrap<this, System_Collections_Generic.IAsyncEnumerable_1<Npgsql_Replication_TestDecoding.TestDecodingData>>;
|
|
750
|
+
}
|
|
914
751
|
|
|
752
|
+
// Generic helper type for extension methods in namespace: Npgsql.Replication
|
|
915
753
|
interface __TsonicExtApplier_Npgsql_Replication {
|
|
916
754
|
__tsonic_shape: unknown;
|
|
917
|
-
__tsonic_type:
|
|
755
|
+
__tsonic_type: __TsonicExtMethods_Npgsql_Replication;
|
|
918
756
|
}
|
|
919
757
|
|
|
920
758
|
export type ExtensionMethods_Npgsql_Replication<TShape> =
|
|
921
759
|
TShape extends null | undefined ? TShape
|
|
922
760
|
: TShape extends void ? void
|
|
923
|
-
: TShape & __TsonicWithExt<TShape, "Npgsql.Replication", __TsonicExtApplier_Npgsql_Replication> &
|
|
761
|
+
: TShape & __TsonicWithExt<TShape, "Npgsql.Replication", __TsonicExtApplier_Npgsql_Replication> & __TsonicExtMethods_Npgsql_Replication;
|
|
924
762
|
|
|
925
|
-
//
|
|
926
|
-
|
|
927
|
-
(
|
|
928
|
-
|
|
929
|
-
|
|
763
|
+
// Extension method table for namespace: Npgsql.Replication.Internal
|
|
764
|
+
interface __TsonicExtMethods_Npgsql_Replication_Internal {
|
|
765
|
+
CreateLogicalReplicationSlot(this: Npgsql_Replication.LogicalReplicationConnection, slotName: string, outputPlugin: string, isTemporary?: boolean, slotSnapshotInitMode?: System.Nullable_1<Npgsql_Replication.LogicalSlotSnapshotInitMode>, twoPhase?: boolean, cancellationToken?: System_Threading.CancellationToken): Rewrap<this, System_Threading_Tasks.Task_1<Npgsql_Replication.ReplicationSlotOptions>>;
|
|
766
|
+
StartLogicalReplication(this: Npgsql_Replication.LogicalReplicationConnection, slot: Npgsql_Replication_Internal.LogicalReplicationSlot, cancellationToken: System_Threading.CancellationToken, walLocation?: System.Nullable_1<NpgsqlTypes.NpgsqlLogSequenceNumber>, options?: System_Collections_Generic.IEnumerable_1<System_Collections_Generic.KeyValuePair_2<System_Internal.String, System_Internal.String>>, bypassingStream?: boolean): Rewrap<this, System_Collections_Generic.IAsyncEnumerable_1<Npgsql_Replication.XLogDataMessage>>;
|
|
767
|
+
}
|
|
930
768
|
|
|
769
|
+
// Generic helper type for extension methods in namespace: Npgsql.Replication.Internal
|
|
931
770
|
interface __TsonicExtApplier_Npgsql_Replication_Internal {
|
|
932
771
|
__tsonic_shape: unknown;
|
|
933
|
-
__tsonic_type:
|
|
772
|
+
__tsonic_type: __TsonicExtMethods_Npgsql_Replication_Internal;
|
|
934
773
|
}
|
|
935
774
|
|
|
936
775
|
export type ExtensionMethods_Npgsql_Replication_Internal<TShape> =
|
|
937
776
|
TShape extends null | undefined ? TShape
|
|
938
777
|
: TShape extends void ? void
|
|
939
|
-
: TShape & __TsonicWithExt<TShape, "Npgsql.Replication.Internal", __TsonicExtApplier_Npgsql_Replication_Internal> &
|
|
778
|
+
: TShape & __TsonicWithExt<TShape, "Npgsql.Replication.Internal", __TsonicExtApplier_Npgsql_Replication_Internal> & __TsonicExtMethods_Npgsql_Replication_Internal;
|
|
940
779
|
|