@tsonic/efcore-npgsql 10.0.2 → 10.0.7
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/Microsoft.EntityFrameworkCore/internal/index.d.ts +284 -280
- package/Microsoft.EntityFrameworkCore.Diagnostics/internal/index.d.ts +3 -3
- package/Microsoft.EntityFrameworkCore.Metadata.Internal/internal/index.d.ts +3 -3
- package/Microsoft.EntityFrameworkCore.Metadata.Internal.d.ts +3 -0
- package/Microsoft.Extensions.DependencyInjection/internal/index.d.ts +5 -5
- package/Microsoft.Extensions.DependencyInjection.d.ts +3 -0
- package/Npgsql/internal/index.d.ts +402 -290
- package/Npgsql.BackendMessages/internal/index.d.ts +4 -3
- package/Npgsql.EntityFrameworkCore.PostgreSQL/internal/index.d.ts +13 -13
- package/Npgsql.EntityFrameworkCore.PostgreSQL.Design.Internal/internal/index.d.ts +33 -31
- package/Npgsql.EntityFrameworkCore.PostgreSQL.Diagnostics.Internal/internal/index.d.ts +4 -2
- package/Npgsql.EntityFrameworkCore.PostgreSQL.Extensions.Internal/internal/index.d.ts +4 -4
- package/Npgsql.EntityFrameworkCore.PostgreSQL.Extensions.Internal.d.ts +3 -0
- package/Npgsql.EntityFrameworkCore.PostgreSQL.Infrastructure/internal/index.d.ts +20 -16
- package/Npgsql.EntityFrameworkCore.PostgreSQL.Infrastructure.Internal/internal/index.d.ts +51 -39
- package/Npgsql.EntityFrameworkCore.PostgreSQL.Internal/internal/index.d.ts +38 -33
- package/Npgsql.EntityFrameworkCore.PostgreSQL.Internal.d.ts +3 -0
- package/Npgsql.EntityFrameworkCore.PostgreSQL.Metadata/internal/index.d.ts +32 -25
- package/Npgsql.EntityFrameworkCore.PostgreSQL.Metadata.Conventions/internal/index.d.ts +73 -54
- package/Npgsql.EntityFrameworkCore.PostgreSQL.Metadata.Internal/internal/index.d.ts +21 -13
- package/Npgsql.EntityFrameworkCore.PostgreSQL.Migrations/internal/index.d.ts +47 -47
- package/Npgsql.EntityFrameworkCore.PostgreSQL.Migrations.Internal/internal/index.d.ts +29 -25
- package/Npgsql.EntityFrameworkCore.PostgreSQL.Migrations.Operations/internal/index.d.ts +21 -9
- package/Npgsql.EntityFrameworkCore.PostgreSQL.Query/internal/index.d.ts +16 -12
- package/Npgsql.EntityFrameworkCore.PostgreSQL.Query.ExpressionTranslators.Internal/internal/index.d.ts +179 -46
- package/Npgsql.EntityFrameworkCore.PostgreSQL.Query.Expressions/internal/index.d.ts +2 -2
- package/Npgsql.EntityFrameworkCore.PostgreSQL.Query.Expressions.Internal/internal/index.d.ts +149 -117
- package/Npgsql.EntityFrameworkCore.PostgreSQL.Query.Internal/internal/index.d.ts +155 -148
- package/Npgsql.EntityFrameworkCore.PostgreSQL.Scaffolding.Internal/internal/index.d.ts +17 -9
- package/Npgsql.EntityFrameworkCore.PostgreSQL.Storage.Internal/internal/index.d.ts +79 -51
- package/Npgsql.EntityFrameworkCore.PostgreSQL.Storage.Internal.Json/internal/index.d.ts +16 -13
- package/Npgsql.EntityFrameworkCore.PostgreSQL.Storage.Internal.Mapping/internal/index.d.ts +342 -465
- package/Npgsql.EntityFrameworkCore.PostgreSQL.Storage.ValueConversion/internal/index.d.ts +6 -3
- package/Npgsql.EntityFrameworkCore.PostgreSQL.Update.Internal/internal/index.d.ts +40 -32
- package/Npgsql.EntityFrameworkCore.PostgreSQL.ValueGeneration/internal/index.d.ts +11 -7
- package/Npgsql.EntityFrameworkCore.PostgreSQL.ValueGeneration.Internal/internal/index.d.ts +39 -26
- package/Npgsql.Internal/internal/index.d.ts +141 -104
- package/Npgsql.Internal.Postgres/internal/index.d.ts +16 -2
- package/Npgsql.NameTranslation/internal/index.d.ts +13 -9
- package/Npgsql.PostgresTypes/internal/index.d.ts +34 -23
- package/Npgsql.Replication/internal/index.d.ts +49 -25
- package/Npgsql.Replication.Internal/internal/index.d.ts +10 -9
- package/Npgsql.Replication.PgOutput/internal/index.d.ts +31 -22
- package/Npgsql.Replication.PgOutput.Messages/internal/index.d.ts +74 -36
- package/Npgsql.Replication.TestDecoding/internal/index.d.ts +18 -10
- package/Npgsql.Schema/internal/index.d.ts +26 -24
- package/Npgsql.TypeMapping/internal/index.d.ts +7 -3
- package/Npgsql.Util/internal/index.d.ts +4 -2
- package/NpgsqlTypes/internal/index.d.ts +145 -33
- package/__internal/extensions/index.d.ts +867 -89
- package/package.json +5 -5
|
@@ -13,24 +13,27 @@ import * as Microsoft_EntityFrameworkCore_Internal from "../../Microsoft.EntityF
|
|
|
13
13
|
import type { LTree } from "../../Microsoft.EntityFrameworkCore/internal/index.js";
|
|
14
14
|
import * as NpgsqlTypes_Internal from "../../NpgsqlTypes/internal/index.js";
|
|
15
15
|
import type { NpgsqlCidr, NpgsqlDbType, NpgsqlInet, NpgsqlLogSequenceNumber } from "../../NpgsqlTypes/internal/index.js";
|
|
16
|
-
import type {
|
|
17
|
-
import type { DbCommand, DbParameter } from "@tsonic/dotnet/System.Data.Common.js";
|
|
18
|
-
import type { ParameterDirection } from "@tsonic/dotnet/System.Data.js";
|
|
19
|
-
import
|
|
20
|
-
import
|
|
21
|
-
import type {
|
|
22
|
-
import * as
|
|
23
|
-
import type {
|
|
24
|
-
import
|
|
25
|
-
import type {
|
|
26
|
-
import
|
|
27
|
-
import type {
|
|
28
|
-
import type { ValueComparer } from "@tsonic/efcore/Microsoft.EntityFrameworkCore.ChangeTracking.js";
|
|
29
|
-
import * as
|
|
30
|
-
import type {
|
|
31
|
-
import
|
|
16
|
+
import type { IReadOnlyDictionary_2 } from "@tsonic/dotnet/System.Collections.Generic/internal/index.js";
|
|
17
|
+
import type { DbCommand, DbParameter } from "@tsonic/dotnet/System.Data.Common/internal/index.js";
|
|
18
|
+
import type { ParameterDirection } from "@tsonic/dotnet/System.Data/internal/index.js";
|
|
19
|
+
import type { Expression } from "@tsonic/dotnet/System.Linq.Expressions/internal/index.js";
|
|
20
|
+
import * as System_Net_Internal from "@tsonic/dotnet/System.Net/internal/index.js";
|
|
21
|
+
import type { IPAddress, IPNetwork } from "@tsonic/dotnet/System.Net/internal/index.js";
|
|
22
|
+
import * as System_Numerics_Internal from "@tsonic/dotnet/System.Numerics/internal/index.js";
|
|
23
|
+
import type { BigInteger } from "@tsonic/dotnet/System.Numerics/internal/index.js";
|
|
24
|
+
import type { MethodInfo } from "@tsonic/dotnet/System.Reflection/internal/index.js";
|
|
25
|
+
import type { Utf8JsonWriter } from "@tsonic/dotnet/System.Text.Json/internal/index.js";
|
|
26
|
+
import * as System_Internal from "@tsonic/dotnet/System/internal/index.js";
|
|
27
|
+
import type { Boolean as ClrBoolean, Char, DateOnly, DateTime, DateTimeOffset, Enum, Int32, Nullable_1, Object as ClrObject, ReadOnlySpan_1, String as ClrString, TimeSpan, Type, ValueType, Void } from "@tsonic/dotnet/System/internal/index.js";
|
|
28
|
+
import type { ValueComparer } from "@tsonic/efcore/Microsoft.EntityFrameworkCore.ChangeTracking/internal/index.js";
|
|
29
|
+
import * as Microsoft_EntityFrameworkCore_Storage_Json_Internal from "@tsonic/efcore/Microsoft.EntityFrameworkCore.Storage.Json/internal/index.js";
|
|
30
|
+
import type { JsonValueReaderWriter, JsonValueReaderWriter_1, Utf8JsonReaderManager } from "@tsonic/efcore/Microsoft.EntityFrameworkCore.Storage.Json/internal/index.js";
|
|
31
|
+
import * as Microsoft_EntityFrameworkCore_Storage_Internal from "@tsonic/efcore/Microsoft.EntityFrameworkCore.Storage/internal/index.js";
|
|
32
|
+
import type { BoolTypeMapping, CharTypeMapping, CoreTypeMapping, DecimalTypeMapping, DoubleTypeMapping, FloatTypeMapping, IntTypeMapping, JsonTypeMapping, RelationalTypeMapping, StringTypeMapping } from "@tsonic/efcore/Microsoft.EntityFrameworkCore.Storage/internal/index.js";
|
|
32
33
|
|
|
33
34
|
export interface INpgsqlTypeMapping$instance {
|
|
35
|
+
readonly __tsonic_iface_Npgsql_EntityFrameworkCore_PostgreSQL_Storage_Internal_Mapping_INpgsqlTypeMapping: never;
|
|
36
|
+
|
|
34
37
|
readonly NpgsqlDbType: NpgsqlDbType;
|
|
35
38
|
}
|
|
36
39
|
|
|
@@ -38,53 +41,50 @@ export interface INpgsqlTypeMapping$instance {
|
|
|
38
41
|
export type INpgsqlTypeMapping = INpgsqlTypeMapping$instance;
|
|
39
42
|
|
|
40
43
|
export interface NpgsqlArrayTypeMapping$instance extends RelationalTypeMapping {
|
|
44
|
+
readonly __tsonic_type_Npgsql_EntityFrameworkCore_PostgreSQL_Storage_Internal_Mapping_NpgsqlArrayTypeMapping: never;
|
|
45
|
+
|
|
41
46
|
readonly ElementTypeMapping: RelationalTypeMapping;
|
|
42
47
|
}
|
|
43
48
|
|
|
44
49
|
|
|
45
|
-
export const NpgsqlArrayTypeMapping: {
|
|
46
|
-
new(parameters: RelationalTypeMapping_RelationalTypeMappingParameters): NpgsqlArrayTypeMapping;
|
|
50
|
+
export const NpgsqlArrayTypeMapping: (abstract new(parameters: RelationalTypeMapping_RelationalTypeMappingParameters) => NpgsqlArrayTypeMapping) & {
|
|
47
51
|
};
|
|
48
52
|
|
|
49
53
|
|
|
50
54
|
export type NpgsqlArrayTypeMapping = NpgsqlArrayTypeMapping$instance;
|
|
51
55
|
|
|
52
|
-
export
|
|
53
|
-
|
|
54
|
-
protected ConfigureParameter(parameter: DbParameter): void;
|
|
55
|
-
protected GenerateNonNullSqlLiteral(value: unknown): string;
|
|
56
|
-
}
|
|
57
|
-
|
|
56
|
+
export interface NpgsqlArrayTypeMapping_3$instance<TCollection, TConcreteCollection, TElement> extends NpgsqlArrayTypeMapping {
|
|
57
|
+
readonly __tsonic_type_Npgsql_EntityFrameworkCore_PostgreSQL_Storage_Internal_Mapping_NpgsqlArrayTypeMapping_3: never;
|
|
58
58
|
|
|
59
|
-
|
|
60
|
-
|
|
61
|
-
|
|
59
|
+
readonly NpgsqlDbType: Nullable_1<NpgsqlDbType>;
|
|
60
|
+
Clone(parameters: RelationalTypeMapping_RelationalTypeMappingParameters): RelationalTypeMapping;
|
|
61
|
+
ConfigureParameter(parameter: DbParameter): void;
|
|
62
|
+
CreateParameter(command: DbCommand, name: string, value: unknown, nullable?: Nullable_1<System_Internal.Boolean>, direction?: ParameterDirection): DbParameter;
|
|
63
|
+
GenerateNonNullSqlLiteral(value: unknown): string;
|
|
62
64
|
}
|
|
63
65
|
|
|
64
66
|
|
|
65
67
|
export const NpgsqlArrayTypeMapping_3: {
|
|
66
68
|
new<TCollection, TConcreteCollection, TElement>(elementTypeMapping: RelationalTypeMapping): NpgsqlArrayTypeMapping_3<TCollection, TConcreteCollection, TElement>;
|
|
67
69
|
new<TCollection, TConcreteCollection, TElement>(storeType: string, elementTypeMapping: RelationalTypeMapping): NpgsqlArrayTypeMapping_3<TCollection, TConcreteCollection, TElement>;
|
|
68
|
-
new<TCollection, TConcreteCollection, TElement>(parameters: RelationalTypeMapping_RelationalTypeMappingParameters): NpgsqlArrayTypeMapping_3<TCollection, TConcreteCollection, TElement>;
|
|
69
70
|
readonly Default: unknown;
|
|
70
71
|
};
|
|
71
72
|
|
|
72
73
|
|
|
73
74
|
export type NpgsqlArrayTypeMapping_3<TCollection, TConcreteCollection, TElement> = NpgsqlArrayTypeMapping_3$instance<TCollection, TConcreteCollection, TElement>;
|
|
74
75
|
|
|
75
|
-
export
|
|
76
|
-
|
|
77
|
-
protected ProcessStoreType(parameters: RelationalTypeMapping_RelationalTypeMappingParameters, storeType: string, _: string): string;
|
|
78
|
-
}
|
|
76
|
+
export interface NpgsqlBigIntegerTypeMapping$instance extends NpgsqlTypeMapping$instance, INpgsqlTypeMapping$instance {
|
|
77
|
+
readonly __tsonic_type_Npgsql_EntityFrameworkCore_PostgreSQL_Storage_Internal_Mapping_NpgsqlBigIntegerTypeMapping: never;
|
|
79
78
|
|
|
79
|
+
readonly __tsonic_iface_Npgsql_EntityFrameworkCore_PostgreSQL_Storage_Internal_Mapping_INpgsqlTypeMapping: never;
|
|
80
80
|
|
|
81
|
-
|
|
81
|
+
Clone(parameters: RelationalTypeMapping_RelationalTypeMappingParameters): RelationalTypeMapping;
|
|
82
|
+
ProcessStoreType(parameters: RelationalTypeMapping_RelationalTypeMappingParameters, storeType: string, _: string): string;
|
|
82
83
|
}
|
|
83
84
|
|
|
84
85
|
|
|
85
86
|
export const NpgsqlBigIntegerTypeMapping: {
|
|
86
87
|
new(): NpgsqlBigIntegerTypeMapping;
|
|
87
|
-
new(parameters: RelationalTypeMapping_RelationalTypeMappingParameters): NpgsqlBigIntegerTypeMapping;
|
|
88
88
|
readonly Default: NpgsqlBigIntegerTypeMapping;
|
|
89
89
|
};
|
|
90
90
|
|
|
@@ -93,12 +93,12 @@ export interface __NpgsqlBigIntegerTypeMapping$views {
|
|
|
93
93
|
As_INpgsqlTypeMapping(): INpgsqlTypeMapping$instance;
|
|
94
94
|
}
|
|
95
95
|
|
|
96
|
-
export interface NpgsqlBigIntegerTypeMapping$instance extends INpgsqlTypeMapping$instance {}
|
|
97
|
-
|
|
98
96
|
export type NpgsqlBigIntegerTypeMapping = NpgsqlBigIntegerTypeMapping$instance & __NpgsqlBigIntegerTypeMapping$views;
|
|
99
97
|
|
|
100
98
|
|
|
101
|
-
export interface NpgsqlBigIntegerTypeMapping_JsonBigIntegerReaderWriter$instance extends
|
|
99
|
+
export interface NpgsqlBigIntegerTypeMapping_JsonBigIntegerReaderWriter$instance extends JsonValueReaderWriter_1<BigInteger> {
|
|
100
|
+
readonly __tsonic_type_Npgsql_EntityFrameworkCore_PostgreSQL_Storage_Internal_Mapping_NpgsqlBigIntegerTypeMapping_JsonBigIntegerReaderWriter: never;
|
|
101
|
+
|
|
102
102
|
readonly ConstructorExpression: Expression;
|
|
103
103
|
FromJsonTyped(manager: Utf8JsonReaderManager, existingObject?: unknown): BigInteger;
|
|
104
104
|
ToJsonTyped(writer: Utf8JsonWriter, value: BigInteger): void;
|
|
@@ -113,20 +113,19 @@ export const NpgsqlBigIntegerTypeMapping_JsonBigIntegerReaderWriter: {
|
|
|
113
113
|
|
|
114
114
|
export type NpgsqlBigIntegerTypeMapping_JsonBigIntegerReaderWriter = NpgsqlBigIntegerTypeMapping_JsonBigIntegerReaderWriter$instance;
|
|
115
115
|
|
|
116
|
-
export
|
|
117
|
-
|
|
118
|
-
protected GenerateNonNullSqlLiteral(value: unknown): string;
|
|
119
|
-
}
|
|
116
|
+
export interface NpgsqlBitTypeMapping$instance extends NpgsqlTypeMapping$instance, INpgsqlTypeMapping$instance {
|
|
117
|
+
readonly __tsonic_type_Npgsql_EntityFrameworkCore_PostgreSQL_Storage_Internal_Mapping_NpgsqlBitTypeMapping: never;
|
|
120
118
|
|
|
119
|
+
readonly __tsonic_iface_Npgsql_EntityFrameworkCore_PostgreSQL_Storage_Internal_Mapping_INpgsqlTypeMapping: never;
|
|
121
120
|
|
|
122
|
-
|
|
121
|
+
Clone(parameters: RelationalTypeMapping_RelationalTypeMappingParameters): RelationalTypeMapping;
|
|
123
122
|
GenerateCodeLiteral(value: unknown): Expression;
|
|
123
|
+
GenerateNonNullSqlLiteral(value: unknown): string;
|
|
124
124
|
}
|
|
125
125
|
|
|
126
126
|
|
|
127
127
|
export const NpgsqlBitTypeMapping: {
|
|
128
128
|
new(): NpgsqlBitTypeMapping;
|
|
129
|
-
new(parameters: RelationalTypeMapping_RelationalTypeMappingParameters): NpgsqlBitTypeMapping;
|
|
130
129
|
readonly Default: NpgsqlBitTypeMapping;
|
|
131
130
|
};
|
|
132
131
|
|
|
@@ -135,44 +134,38 @@ export interface __NpgsqlBitTypeMapping$views {
|
|
|
135
134
|
As_INpgsqlTypeMapping(): INpgsqlTypeMapping$instance;
|
|
136
135
|
}
|
|
137
136
|
|
|
138
|
-
export interface NpgsqlBitTypeMapping$instance extends INpgsqlTypeMapping$instance {}
|
|
139
|
-
|
|
140
137
|
export type NpgsqlBitTypeMapping = NpgsqlBitTypeMapping$instance & __NpgsqlBitTypeMapping$views;
|
|
141
138
|
|
|
142
139
|
|
|
143
|
-
export
|
|
144
|
-
|
|
145
|
-
protected GenerateNonNullSqlLiteral(value: unknown): string;
|
|
146
|
-
}
|
|
147
|
-
|
|
140
|
+
export interface NpgsqlBoolTypeMapping$instance extends BoolTypeMapping {
|
|
141
|
+
readonly __tsonic_type_Npgsql_EntityFrameworkCore_PostgreSQL_Storage_Internal_Mapping_NpgsqlBoolTypeMapping: never;
|
|
148
142
|
|
|
149
|
-
|
|
143
|
+
Clone(parameters: RelationalTypeMapping_RelationalTypeMappingParameters): RelationalTypeMapping;
|
|
144
|
+
GenerateNonNullSqlLiteral(value: unknown): string;
|
|
150
145
|
}
|
|
151
146
|
|
|
152
147
|
|
|
153
148
|
export const NpgsqlBoolTypeMapping: {
|
|
154
149
|
new(): NpgsqlBoolTypeMapping;
|
|
155
|
-
new(parameters: RelationalTypeMapping_RelationalTypeMappingParameters): NpgsqlBoolTypeMapping;
|
|
156
150
|
readonly Default: NpgsqlBoolTypeMapping;
|
|
157
151
|
};
|
|
158
152
|
|
|
159
153
|
|
|
160
154
|
export type NpgsqlBoolTypeMapping = NpgsqlBoolTypeMapping$instance;
|
|
161
155
|
|
|
162
|
-
export
|
|
163
|
-
|
|
164
|
-
protected GenerateNonNullSqlLiteral(value: unknown): string;
|
|
165
|
-
}
|
|
156
|
+
export interface NpgsqlBoxTypeMapping$instance extends NpgsqlTypeMapping$instance, INpgsqlTypeMapping$instance {
|
|
157
|
+
readonly __tsonic_type_Npgsql_EntityFrameworkCore_PostgreSQL_Storage_Internal_Mapping_NpgsqlBoxTypeMapping: never;
|
|
166
158
|
|
|
159
|
+
readonly __tsonic_iface_Npgsql_EntityFrameworkCore_PostgreSQL_Storage_Internal_Mapping_INpgsqlTypeMapping: never;
|
|
167
160
|
|
|
168
|
-
|
|
161
|
+
Clone(parameters: RelationalTypeMapping_RelationalTypeMappingParameters): RelationalTypeMapping;
|
|
169
162
|
GenerateCodeLiteral(value: unknown): Expression;
|
|
163
|
+
GenerateNonNullSqlLiteral(value: unknown): string;
|
|
170
164
|
}
|
|
171
165
|
|
|
172
166
|
|
|
173
167
|
export const NpgsqlBoxTypeMapping: {
|
|
174
168
|
new(): NpgsqlBoxTypeMapping;
|
|
175
|
-
new(parameters: RelationalTypeMapping_RelationalTypeMappingParameters): NpgsqlBoxTypeMapping;
|
|
176
169
|
readonly Default: NpgsqlBoxTypeMapping;
|
|
177
170
|
};
|
|
178
171
|
|
|
@@ -181,44 +174,38 @@ export interface __NpgsqlBoxTypeMapping$views {
|
|
|
181
174
|
As_INpgsqlTypeMapping(): INpgsqlTypeMapping$instance;
|
|
182
175
|
}
|
|
183
176
|
|
|
184
|
-
export interface NpgsqlBoxTypeMapping$instance extends INpgsqlTypeMapping$instance {}
|
|
185
|
-
|
|
186
177
|
export type NpgsqlBoxTypeMapping = NpgsqlBoxTypeMapping$instance & __NpgsqlBoxTypeMapping$views;
|
|
187
178
|
|
|
188
179
|
|
|
189
|
-
export
|
|
190
|
-
|
|
191
|
-
protected GenerateNonNullSqlLiteral(value: unknown): string;
|
|
192
|
-
}
|
|
193
|
-
|
|
180
|
+
export interface NpgsqlByteArrayTypeMapping$instance extends RelationalTypeMapping {
|
|
181
|
+
readonly __tsonic_type_Npgsql_EntityFrameworkCore_PostgreSQL_Storage_Internal_Mapping_NpgsqlByteArrayTypeMapping: never;
|
|
194
182
|
|
|
195
|
-
|
|
183
|
+
Clone(parameters: RelationalTypeMapping_RelationalTypeMappingParameters): RelationalTypeMapping;
|
|
184
|
+
GenerateNonNullSqlLiteral(value: unknown): string;
|
|
196
185
|
}
|
|
197
186
|
|
|
198
187
|
|
|
199
188
|
export const NpgsqlByteArrayTypeMapping: {
|
|
200
189
|
new(): NpgsqlByteArrayTypeMapping;
|
|
201
|
-
new(parameters: RelationalTypeMapping_RelationalTypeMappingParameters): NpgsqlByteArrayTypeMapping;
|
|
202
190
|
readonly Default: NpgsqlByteArrayTypeMapping;
|
|
203
191
|
};
|
|
204
192
|
|
|
205
193
|
|
|
206
194
|
export type NpgsqlByteArrayTypeMapping = NpgsqlByteArrayTypeMapping$instance;
|
|
207
195
|
|
|
208
|
-
export
|
|
209
|
-
|
|
210
|
-
protected ConfigureParameter(parameter: DbParameter): void;
|
|
211
|
-
}
|
|
196
|
+
export interface NpgsqlCharacterCharTypeMapping$instance extends CharTypeMapping, INpgsqlTypeMapping$instance {
|
|
197
|
+
readonly __tsonic_type_Npgsql_EntityFrameworkCore_PostgreSQL_Storage_Internal_Mapping_NpgsqlCharacterCharTypeMapping: never;
|
|
212
198
|
|
|
199
|
+
readonly __tsonic_iface_Npgsql_EntityFrameworkCore_PostgreSQL_Storage_Internal_Mapping_INpgsqlTypeMapping: never;
|
|
213
200
|
|
|
214
|
-
export interface NpgsqlCharacterCharTypeMapping$instance extends NpgsqlCharacterCharTypeMapping$protected, CharTypeMapping {
|
|
215
201
|
readonly NpgsqlDbType: NpgsqlDbType;
|
|
202
|
+
Clone(parameters: RelationalTypeMapping_RelationalTypeMappingParameters): RelationalTypeMapping;
|
|
203
|
+
ConfigureParameter(parameter: DbParameter): void;
|
|
216
204
|
}
|
|
217
205
|
|
|
218
206
|
|
|
219
207
|
export const NpgsqlCharacterCharTypeMapping: {
|
|
220
208
|
new(storeType: string): NpgsqlCharacterCharTypeMapping;
|
|
221
|
-
new(parameters: RelationalTypeMapping_RelationalTypeMappingParameters): NpgsqlCharacterCharTypeMapping;
|
|
222
209
|
readonly Default: NpgsqlCharacterCharTypeMapping;
|
|
223
210
|
};
|
|
224
211
|
|
|
@@ -227,27 +214,24 @@ export interface __NpgsqlCharacterCharTypeMapping$views {
|
|
|
227
214
|
As_INpgsqlTypeMapping(): INpgsqlTypeMapping$instance;
|
|
228
215
|
}
|
|
229
216
|
|
|
230
|
-
export interface NpgsqlCharacterCharTypeMapping$instance extends INpgsqlTypeMapping$instance {}
|
|
231
|
-
|
|
232
217
|
export type NpgsqlCharacterCharTypeMapping = NpgsqlCharacterCharTypeMapping$instance & __NpgsqlCharacterCharTypeMapping$views;
|
|
233
218
|
|
|
234
219
|
|
|
235
|
-
export
|
|
236
|
-
|
|
237
|
-
protected ConfigureParameter(parameter: DbParameter): void;
|
|
238
|
-
}
|
|
220
|
+
export interface NpgsqlCharacterStringTypeMapping$instance extends NpgsqlStringTypeMapping$instance, INpgsqlTypeMapping$instance {
|
|
221
|
+
readonly __tsonic_type_Npgsql_EntityFrameworkCore_PostgreSQL_Storage_Internal_Mapping_NpgsqlCharacterStringTypeMapping: never;
|
|
239
222
|
|
|
223
|
+
readonly __tsonic_iface_Npgsql_EntityFrameworkCore_PostgreSQL_Storage_Internal_Mapping_INpgsqlTypeMapping: never;
|
|
240
224
|
|
|
241
|
-
export interface NpgsqlCharacterStringTypeMapping$instance extends NpgsqlCharacterStringTypeMapping$protected, NpgsqlStringTypeMapping$instance {
|
|
242
225
|
readonly Comparer: ValueComparer;
|
|
243
226
|
readonly KeyComparer: ValueComparer;
|
|
227
|
+
Clone(parameters: RelationalTypeMapping_RelationalTypeMappingParameters): RelationalTypeMapping;
|
|
244
228
|
Clone(npgsqlDbType: NpgsqlDbType): NpgsqlStringTypeMapping;
|
|
229
|
+
ConfigureParameter(parameter: DbParameter): void;
|
|
245
230
|
}
|
|
246
231
|
|
|
247
232
|
|
|
248
233
|
export const NpgsqlCharacterStringTypeMapping: {
|
|
249
234
|
new(storeType: string, size: int): NpgsqlCharacterStringTypeMapping;
|
|
250
|
-
new(parameters: RelationalTypeMapping_RelationalTypeMappingParameters): NpgsqlCharacterStringTypeMapping;
|
|
251
235
|
EqualsWithoutTrailingWhitespace(a: string, b: string): boolean;
|
|
252
236
|
GetHashCodeWithoutTrailingWhitespace(a: string): int;
|
|
253
237
|
};
|
|
@@ -257,25 +241,22 @@ export interface __NpgsqlCharacterStringTypeMapping$views {
|
|
|
257
241
|
As_INpgsqlTypeMapping(): INpgsqlTypeMapping$instance;
|
|
258
242
|
}
|
|
259
243
|
|
|
260
|
-
export interface NpgsqlCharacterStringTypeMapping$instance extends INpgsqlTypeMapping$instance {}
|
|
261
|
-
|
|
262
244
|
export type NpgsqlCharacterStringTypeMapping = NpgsqlCharacterStringTypeMapping$instance & __NpgsqlCharacterStringTypeMapping$views;
|
|
263
245
|
|
|
264
246
|
|
|
265
|
-
export
|
|
266
|
-
|
|
267
|
-
protected GenerateNonNullSqlLiteral(value: unknown): string;
|
|
268
|
-
}
|
|
247
|
+
export interface NpgsqlCidrTypeMapping$instance extends NpgsqlTypeMapping$instance, INpgsqlTypeMapping$instance {
|
|
248
|
+
readonly __tsonic_type_Npgsql_EntityFrameworkCore_PostgreSQL_Storage_Internal_Mapping_NpgsqlCidrTypeMapping: never;
|
|
269
249
|
|
|
250
|
+
readonly __tsonic_iface_Npgsql_EntityFrameworkCore_PostgreSQL_Storage_Internal_Mapping_INpgsqlTypeMapping: never;
|
|
270
251
|
|
|
271
|
-
|
|
252
|
+
Clone(parameters: RelationalTypeMapping_RelationalTypeMappingParameters): RelationalTypeMapping;
|
|
272
253
|
GenerateCodeLiteral(value: unknown): Expression;
|
|
254
|
+
GenerateNonNullSqlLiteral(value: unknown): string;
|
|
273
255
|
}
|
|
274
256
|
|
|
275
257
|
|
|
276
258
|
export const NpgsqlCidrTypeMapping: {
|
|
277
259
|
new(): NpgsqlCidrTypeMapping;
|
|
278
|
-
new(parameters: RelationalTypeMapping_RelationalTypeMappingParameters): NpgsqlCidrTypeMapping;
|
|
279
260
|
readonly Default: NpgsqlCidrTypeMapping;
|
|
280
261
|
};
|
|
281
262
|
|
|
@@ -284,12 +265,12 @@ export interface __NpgsqlCidrTypeMapping$views {
|
|
|
284
265
|
As_INpgsqlTypeMapping(): INpgsqlTypeMapping$instance;
|
|
285
266
|
}
|
|
286
267
|
|
|
287
|
-
export interface NpgsqlCidrTypeMapping$instance extends INpgsqlTypeMapping$instance {}
|
|
288
|
-
|
|
289
268
|
export type NpgsqlCidrTypeMapping = NpgsqlCidrTypeMapping$instance & __NpgsqlCidrTypeMapping$views;
|
|
290
269
|
|
|
291
270
|
|
|
292
|
-
export interface NpgsqlCidrTypeMapping_JsonCidrReaderWriter$instance extends
|
|
271
|
+
export interface NpgsqlCidrTypeMapping_JsonCidrReaderWriter$instance extends JsonValueReaderWriter_1<IPNetwork> {
|
|
272
|
+
readonly __tsonic_type_Npgsql_EntityFrameworkCore_PostgreSQL_Storage_Internal_Mapping_NpgsqlCidrTypeMapping_JsonCidrReaderWriter: never;
|
|
273
|
+
|
|
293
274
|
readonly ConstructorExpression: Expression;
|
|
294
275
|
FromJsonTyped(manager: Utf8JsonReaderManager, existingObject?: unknown): IPNetwork;
|
|
295
276
|
ToJsonTyped(writer: Utf8JsonWriter, ipNetwork: IPNetwork): void;
|
|
@@ -304,20 +285,19 @@ export const NpgsqlCidrTypeMapping_JsonCidrReaderWriter: {
|
|
|
304
285
|
|
|
305
286
|
export type NpgsqlCidrTypeMapping_JsonCidrReaderWriter = NpgsqlCidrTypeMapping_JsonCidrReaderWriter$instance;
|
|
306
287
|
|
|
307
|
-
export
|
|
308
|
-
|
|
309
|
-
protected GenerateNonNullSqlLiteral(value: unknown): string;
|
|
310
|
-
}
|
|
288
|
+
export interface NpgsqlCircleTypeMapping$instance extends NpgsqlTypeMapping$instance, INpgsqlTypeMapping$instance {
|
|
289
|
+
readonly __tsonic_type_Npgsql_EntityFrameworkCore_PostgreSQL_Storage_Internal_Mapping_NpgsqlCircleTypeMapping: never;
|
|
311
290
|
|
|
291
|
+
readonly __tsonic_iface_Npgsql_EntityFrameworkCore_PostgreSQL_Storage_Internal_Mapping_INpgsqlTypeMapping: never;
|
|
312
292
|
|
|
313
|
-
|
|
293
|
+
Clone(parameters: RelationalTypeMapping_RelationalTypeMappingParameters): RelationalTypeMapping;
|
|
314
294
|
GenerateCodeLiteral(value: unknown): Expression;
|
|
295
|
+
GenerateNonNullSqlLiteral(value: unknown): string;
|
|
315
296
|
}
|
|
316
297
|
|
|
317
298
|
|
|
318
299
|
export const NpgsqlCircleTypeMapping: {
|
|
319
300
|
new(): NpgsqlCircleTypeMapping;
|
|
320
|
-
new(parameters: RelationalTypeMapping_RelationalTypeMappingParameters): NpgsqlCircleTypeMapping;
|
|
321
301
|
readonly Default: NpgsqlCircleTypeMapping;
|
|
322
302
|
};
|
|
323
303
|
|
|
@@ -326,25 +306,22 @@ export interface __NpgsqlCircleTypeMapping$views {
|
|
|
326
306
|
As_INpgsqlTypeMapping(): INpgsqlTypeMapping$instance;
|
|
327
307
|
}
|
|
328
308
|
|
|
329
|
-
export interface NpgsqlCircleTypeMapping$instance extends INpgsqlTypeMapping$instance {}
|
|
330
|
-
|
|
331
309
|
export type NpgsqlCircleTypeMapping = NpgsqlCircleTypeMapping$instance & __NpgsqlCircleTypeMapping$views;
|
|
332
310
|
|
|
333
311
|
|
|
334
|
-
export
|
|
335
|
-
|
|
336
|
-
protected GenerateNonNullSqlLiteral(value: unknown): string;
|
|
337
|
-
}
|
|
312
|
+
export interface NpgsqlCubeTypeMapping$instance extends NpgsqlTypeMapping$instance, INpgsqlTypeMapping$instance {
|
|
313
|
+
readonly __tsonic_type_Npgsql_EntityFrameworkCore_PostgreSQL_Storage_Internal_Mapping_NpgsqlCubeTypeMapping: never;
|
|
338
314
|
|
|
315
|
+
readonly __tsonic_iface_Npgsql_EntityFrameworkCore_PostgreSQL_Storage_Internal_Mapping_INpgsqlTypeMapping: never;
|
|
339
316
|
|
|
340
|
-
|
|
317
|
+
Clone(parameters: RelationalTypeMapping_RelationalTypeMappingParameters): RelationalTypeMapping;
|
|
341
318
|
GenerateCodeLiteral(value: unknown): Expression;
|
|
319
|
+
GenerateNonNullSqlLiteral(value: unknown): string;
|
|
342
320
|
}
|
|
343
321
|
|
|
344
322
|
|
|
345
323
|
export const NpgsqlCubeTypeMapping: {
|
|
346
324
|
new(): NpgsqlCubeTypeMapping;
|
|
347
|
-
new(parameters: RelationalTypeMapping_RelationalTypeMappingParameters): NpgsqlCubeTypeMapping;
|
|
348
325
|
readonly Default: NpgsqlCubeTypeMapping;
|
|
349
326
|
};
|
|
350
327
|
|
|
@@ -353,25 +330,22 @@ export interface __NpgsqlCubeTypeMapping$views {
|
|
|
353
330
|
As_INpgsqlTypeMapping(): INpgsqlTypeMapping$instance;
|
|
354
331
|
}
|
|
355
332
|
|
|
356
|
-
export interface NpgsqlCubeTypeMapping$instance extends INpgsqlTypeMapping$instance {}
|
|
357
|
-
|
|
358
333
|
export type NpgsqlCubeTypeMapping = NpgsqlCubeTypeMapping$instance & __NpgsqlCubeTypeMapping$views;
|
|
359
334
|
|
|
360
335
|
|
|
361
|
-
export
|
|
362
|
-
|
|
363
|
-
protected GenerateEmbeddedNonNullSqlLiteral(value: unknown): string;
|
|
364
|
-
protected GenerateNonNullSqlLiteral(value: unknown): string;
|
|
365
|
-
}
|
|
336
|
+
export interface NpgsqlDateOnlyTypeMapping$instance extends NpgsqlTypeMapping$instance, INpgsqlTypeMapping$instance {
|
|
337
|
+
readonly __tsonic_type_Npgsql_EntityFrameworkCore_PostgreSQL_Storage_Internal_Mapping_NpgsqlDateOnlyTypeMapping: never;
|
|
366
338
|
|
|
339
|
+
readonly __tsonic_iface_Npgsql_EntityFrameworkCore_PostgreSQL_Storage_Internal_Mapping_INpgsqlTypeMapping: never;
|
|
367
340
|
|
|
368
|
-
|
|
341
|
+
Clone(parameters: RelationalTypeMapping_RelationalTypeMappingParameters): RelationalTypeMapping;
|
|
342
|
+
GenerateEmbeddedNonNullSqlLiteral(value: unknown): string;
|
|
343
|
+
GenerateNonNullSqlLiteral(value: unknown): string;
|
|
369
344
|
}
|
|
370
345
|
|
|
371
346
|
|
|
372
347
|
export const NpgsqlDateOnlyTypeMapping: {
|
|
373
348
|
new(): NpgsqlDateOnlyTypeMapping;
|
|
374
|
-
new(parameters: RelationalTypeMapping_RelationalTypeMappingParameters): NpgsqlDateOnlyTypeMapping;
|
|
375
349
|
readonly Default: NpgsqlDateOnlyTypeMapping;
|
|
376
350
|
};
|
|
377
351
|
|
|
@@ -380,12 +354,12 @@ export interface __NpgsqlDateOnlyTypeMapping$views {
|
|
|
380
354
|
As_INpgsqlTypeMapping(): INpgsqlTypeMapping$instance;
|
|
381
355
|
}
|
|
382
356
|
|
|
383
|
-
export interface NpgsqlDateOnlyTypeMapping$instance extends INpgsqlTypeMapping$instance {}
|
|
384
|
-
|
|
385
357
|
export type NpgsqlDateOnlyTypeMapping = NpgsqlDateOnlyTypeMapping$instance & __NpgsqlDateOnlyTypeMapping$views;
|
|
386
358
|
|
|
387
359
|
|
|
388
|
-
export interface NpgsqlDateOnlyTypeMapping_NpgsqlJsonDateOnlyReaderWriter$instance extends
|
|
360
|
+
export interface NpgsqlDateOnlyTypeMapping_NpgsqlJsonDateOnlyReaderWriter$instance extends JsonValueReaderWriter_1<DateOnly> {
|
|
361
|
+
readonly __tsonic_type_Npgsql_EntityFrameworkCore_PostgreSQL_Storage_Internal_Mapping_NpgsqlDateOnlyTypeMapping_NpgsqlJsonDateOnlyReaderWriter: never;
|
|
362
|
+
|
|
389
363
|
readonly ConstructorExpression: Expression;
|
|
390
364
|
FromJsonTyped(manager: Utf8JsonReaderManager, existingObject?: unknown): DateOnly;
|
|
391
365
|
ToJsonTyped(writer: Utf8JsonWriter, value: DateOnly): void;
|
|
@@ -400,20 +374,19 @@ export const NpgsqlDateOnlyTypeMapping_NpgsqlJsonDateOnlyReaderWriter: {
|
|
|
400
374
|
|
|
401
375
|
export type NpgsqlDateOnlyTypeMapping_NpgsqlJsonDateOnlyReaderWriter = NpgsqlDateOnlyTypeMapping_NpgsqlJsonDateOnlyReaderWriter$instance;
|
|
402
376
|
|
|
403
|
-
export
|
|
404
|
-
|
|
405
|
-
protected GenerateEmbeddedNonNullSqlLiteral(value: unknown): string;
|
|
406
|
-
protected GenerateNonNullSqlLiteral(value: unknown): string;
|
|
407
|
-
}
|
|
377
|
+
export interface NpgsqlDateTimeDateTypeMapping$instance extends NpgsqlTypeMapping$instance, INpgsqlTypeMapping$instance {
|
|
378
|
+
readonly __tsonic_type_Npgsql_EntityFrameworkCore_PostgreSQL_Storage_Internal_Mapping_NpgsqlDateTimeDateTypeMapping: never;
|
|
408
379
|
|
|
380
|
+
readonly __tsonic_iface_Npgsql_EntityFrameworkCore_PostgreSQL_Storage_Internal_Mapping_INpgsqlTypeMapping: never;
|
|
409
381
|
|
|
410
|
-
|
|
382
|
+
Clone(parameters: RelationalTypeMapping_RelationalTypeMappingParameters): RelationalTypeMapping;
|
|
383
|
+
GenerateEmbeddedNonNullSqlLiteral(value: unknown): string;
|
|
384
|
+
GenerateNonNullSqlLiteral(value: unknown): string;
|
|
411
385
|
}
|
|
412
386
|
|
|
413
387
|
|
|
414
388
|
export const NpgsqlDateTimeDateTypeMapping: {
|
|
415
389
|
new(): NpgsqlDateTimeDateTypeMapping;
|
|
416
|
-
new(parameters: RelationalTypeMapping_RelationalTypeMappingParameters): NpgsqlDateTimeDateTypeMapping;
|
|
417
390
|
readonly Default: NpgsqlDateTimeDateTypeMapping;
|
|
418
391
|
};
|
|
419
392
|
|
|
@@ -422,12 +395,12 @@ export interface __NpgsqlDateTimeDateTypeMapping$views {
|
|
|
422
395
|
As_INpgsqlTypeMapping(): INpgsqlTypeMapping$instance;
|
|
423
396
|
}
|
|
424
397
|
|
|
425
|
-
export interface NpgsqlDateTimeDateTypeMapping$instance extends INpgsqlTypeMapping$instance {}
|
|
426
|
-
|
|
427
398
|
export type NpgsqlDateTimeDateTypeMapping = NpgsqlDateTimeDateTypeMapping$instance & __NpgsqlDateTimeDateTypeMapping$views;
|
|
428
399
|
|
|
429
400
|
|
|
430
|
-
export interface NpgsqlDateTimeDateTypeMapping_NpgsqlJsonDateTimeReaderWriter$instance extends
|
|
401
|
+
export interface NpgsqlDateTimeDateTypeMapping_NpgsqlJsonDateTimeReaderWriter$instance extends JsonValueReaderWriter_1<DateTime> {
|
|
402
|
+
readonly __tsonic_type_Npgsql_EntityFrameworkCore_PostgreSQL_Storage_Internal_Mapping_NpgsqlDateTimeDateTypeMapping_NpgsqlJsonDateTimeReaderWriter: never;
|
|
403
|
+
|
|
431
404
|
readonly ConstructorExpression: Expression;
|
|
432
405
|
FromJsonTyped(manager: Utf8JsonReaderManager, existingObject?: unknown): DateTime;
|
|
433
406
|
ToJsonTyped(writer: Utf8JsonWriter, value: DateTime): void;
|
|
@@ -442,20 +415,19 @@ export const NpgsqlDateTimeDateTypeMapping_NpgsqlJsonDateTimeReaderWriter: {
|
|
|
442
415
|
|
|
443
416
|
export type NpgsqlDateTimeDateTypeMapping_NpgsqlJsonDateTimeReaderWriter = NpgsqlDateTimeDateTypeMapping_NpgsqlJsonDateTimeReaderWriter$instance;
|
|
444
417
|
|
|
445
|
-
export
|
|
446
|
-
|
|
447
|
-
protected Clone(parameters: RelationalTypeMapping_RelationalTypeMappingParameters): RelationalTypeMapping;
|
|
448
|
-
protected ProcessStoreType(parameters: RelationalTypeMapping_RelationalTypeMappingParameters, storeType: string, _: string): string;
|
|
449
|
-
}
|
|
418
|
+
export interface NpgsqlDecimalTypeMapping$instance extends NpgsqlTypeMapping$instance, INpgsqlTypeMapping$instance {
|
|
419
|
+
readonly __tsonic_type_Npgsql_EntityFrameworkCore_PostgreSQL_Storage_Internal_Mapping_NpgsqlDecimalTypeMapping: never;
|
|
450
420
|
|
|
421
|
+
readonly __tsonic_iface_Npgsql_EntityFrameworkCore_PostgreSQL_Storage_Internal_Mapping_INpgsqlTypeMapping: never;
|
|
451
422
|
|
|
452
|
-
|
|
423
|
+
readonly SqlLiteralFormatString: string;
|
|
424
|
+
Clone(parameters: RelationalTypeMapping_RelationalTypeMappingParameters): RelationalTypeMapping;
|
|
425
|
+
ProcessStoreType(parameters: RelationalTypeMapping_RelationalTypeMappingParameters, storeType: string, _: string): string;
|
|
453
426
|
}
|
|
454
427
|
|
|
455
428
|
|
|
456
429
|
export const NpgsqlDecimalTypeMapping: {
|
|
457
430
|
new(clrType: Type): NpgsqlDecimalTypeMapping;
|
|
458
|
-
new(parameters: RelationalTypeMapping_RelationalTypeMappingParameters): NpgsqlDecimalTypeMapping;
|
|
459
431
|
readonly Default: NpgsqlDecimalTypeMapping;
|
|
460
432
|
};
|
|
461
433
|
|
|
@@ -464,54 +436,48 @@ export interface __NpgsqlDecimalTypeMapping$views {
|
|
|
464
436
|
As_INpgsqlTypeMapping(): INpgsqlTypeMapping$instance;
|
|
465
437
|
}
|
|
466
438
|
|
|
467
|
-
export interface NpgsqlDecimalTypeMapping$instance extends INpgsqlTypeMapping$instance {}
|
|
468
|
-
|
|
469
439
|
export type NpgsqlDecimalTypeMapping = NpgsqlDecimalTypeMapping$instance & __NpgsqlDecimalTypeMapping$views;
|
|
470
440
|
|
|
471
441
|
|
|
472
|
-
export
|
|
473
|
-
|
|
474
|
-
protected GenerateNonNullSqlLiteral(value: unknown): string;
|
|
475
|
-
}
|
|
476
|
-
|
|
442
|
+
export interface NpgsqlDoubleTypeMapping$instance extends DoubleTypeMapping {
|
|
443
|
+
readonly __tsonic_type_Npgsql_EntityFrameworkCore_PostgreSQL_Storage_Internal_Mapping_NpgsqlDoubleTypeMapping: never;
|
|
477
444
|
|
|
478
|
-
|
|
445
|
+
Clone(parameters: RelationalTypeMapping_RelationalTypeMappingParameters): RelationalTypeMapping;
|
|
446
|
+
GenerateNonNullSqlLiteral(value: unknown): string;
|
|
479
447
|
}
|
|
480
448
|
|
|
481
449
|
|
|
482
450
|
export const NpgsqlDoubleTypeMapping: {
|
|
483
451
|
new(): NpgsqlDoubleTypeMapping;
|
|
484
|
-
new(parameters: RelationalTypeMapping_RelationalTypeMappingParameters): NpgsqlDoubleTypeMapping;
|
|
485
452
|
readonly Default: NpgsqlDoubleTypeMapping;
|
|
486
453
|
};
|
|
487
454
|
|
|
488
455
|
|
|
489
456
|
export type NpgsqlDoubleTypeMapping = NpgsqlDoubleTypeMapping$instance;
|
|
490
457
|
|
|
491
|
-
export
|
|
492
|
-
|
|
493
|
-
protected ConfigureParameter(parameter: DbParameter): void;
|
|
494
|
-
protected GenerateNonNullSqlLiteral(value: unknown): string;
|
|
495
|
-
}
|
|
496
|
-
|
|
458
|
+
export interface NpgsqlEnumTypeMapping$instance extends RelationalTypeMapping {
|
|
459
|
+
readonly __tsonic_type_Npgsql_EntityFrameworkCore_PostgreSQL_Storage_Internal_Mapping_NpgsqlEnumTypeMapping: never;
|
|
497
460
|
|
|
498
|
-
|
|
499
|
-
readonly Labels: IReadOnlyDictionary<unknown, System_Internal.String>;
|
|
461
|
+
readonly Labels: IReadOnlyDictionary_2<unknown, System_Internal.String>;
|
|
500
462
|
readonly UnquotedStoreType: string;
|
|
501
|
-
Clone(
|
|
463
|
+
Clone(parameters: RelationalTypeMapping_RelationalTypeMappingParameters): RelationalTypeMapping;
|
|
464
|
+
Clone(unquotedStoreType: string, labels: IReadOnlyDictionary_2<unknown, System_Internal.String>): NpgsqlEnumTypeMapping;
|
|
465
|
+
ConfigureParameter(parameter: DbParameter): void;
|
|
466
|
+
GenerateNonNullSqlLiteral(value: unknown): string;
|
|
502
467
|
}
|
|
503
468
|
|
|
504
469
|
|
|
505
470
|
export const NpgsqlEnumTypeMapping: {
|
|
506
|
-
new(quotedStoreType: string, unquotedStoreType: string, enumType: Type, labels:
|
|
507
|
-
new(parameters: RelationalTypeMapping_RelationalTypeMappingParameters, unquotedStoreType: string, labels: IReadOnlyDictionary<unknown, System_Internal.String>): NpgsqlEnumTypeMapping;
|
|
471
|
+
new(quotedStoreType: string, unquotedStoreType: string, enumType: Type, labels: IReadOnlyDictionary_2<unknown, System_Internal.String>): NpgsqlEnumTypeMapping;
|
|
508
472
|
readonly Default: NpgsqlEnumTypeMapping;
|
|
509
473
|
};
|
|
510
474
|
|
|
511
475
|
|
|
512
476
|
export type NpgsqlEnumTypeMapping = NpgsqlEnumTypeMapping$instance;
|
|
513
477
|
|
|
514
|
-
export interface NpgsqlEnumTypeMapping_JsonPgEnumReaderWriter_1$instance<T extends number> extends
|
|
478
|
+
export interface NpgsqlEnumTypeMapping_JsonPgEnumReaderWriter_1$instance<T extends number> extends JsonValueReaderWriter_1<T> {
|
|
479
|
+
readonly __tsonic_type_Npgsql_EntityFrameworkCore_PostgreSQL_Storage_Internal_Mapping_NpgsqlEnumTypeMapping_JsonPgEnumReaderWriter_1: never;
|
|
480
|
+
|
|
515
481
|
readonly ConstructorExpression: Expression;
|
|
516
482
|
FromJsonTyped(manager: Utf8JsonReaderManager, existingObject?: unknown): T;
|
|
517
483
|
ToJsonTyped(writer: Utf8JsonWriter, value: T): void;
|
|
@@ -526,12 +492,10 @@ export const NpgsqlEnumTypeMapping_JsonPgEnumReaderWriter_1: {
|
|
|
526
492
|
|
|
527
493
|
export type NpgsqlEnumTypeMapping_JsonPgEnumReaderWriter_1<T extends number> = NpgsqlEnumTypeMapping_JsonPgEnumReaderWriter_1$instance<T>;
|
|
528
494
|
|
|
529
|
-
export
|
|
530
|
-
|
|
531
|
-
}
|
|
532
|
-
|
|
495
|
+
export interface NpgsqlEStringTypeMapping$instance extends StringTypeMapping {
|
|
496
|
+
readonly __tsonic_type_Npgsql_EntityFrameworkCore_PostgreSQL_Storage_Internal_Mapping_NpgsqlEStringTypeMapping: never;
|
|
533
497
|
|
|
534
|
-
|
|
498
|
+
GenerateNonNullSqlLiteral(value: unknown): string;
|
|
535
499
|
}
|
|
536
500
|
|
|
537
501
|
|
|
@@ -543,38 +507,34 @@ export const NpgsqlEStringTypeMapping: {
|
|
|
543
507
|
|
|
544
508
|
export type NpgsqlEStringTypeMapping = NpgsqlEStringTypeMapping$instance;
|
|
545
509
|
|
|
546
|
-
export
|
|
547
|
-
|
|
548
|
-
protected GenerateNonNullSqlLiteral(value: unknown): string;
|
|
549
|
-
}
|
|
550
|
-
|
|
510
|
+
export interface NpgsqlFloatTypeMapping$instance extends FloatTypeMapping {
|
|
511
|
+
readonly __tsonic_type_Npgsql_EntityFrameworkCore_PostgreSQL_Storage_Internal_Mapping_NpgsqlFloatTypeMapping: never;
|
|
551
512
|
|
|
552
|
-
|
|
513
|
+
Clone(parameters: RelationalTypeMapping_RelationalTypeMappingParameters): RelationalTypeMapping;
|
|
514
|
+
GenerateNonNullSqlLiteral(value: unknown): string;
|
|
553
515
|
}
|
|
554
516
|
|
|
555
517
|
|
|
556
518
|
export const NpgsqlFloatTypeMapping: {
|
|
557
519
|
new(): NpgsqlFloatTypeMapping;
|
|
558
|
-
new(parameters: RelationalTypeMapping_RelationalTypeMappingParameters): NpgsqlFloatTypeMapping;
|
|
559
520
|
readonly Default: NpgsqlFloatTypeMapping;
|
|
560
521
|
};
|
|
561
522
|
|
|
562
523
|
|
|
563
524
|
export type NpgsqlFloatTypeMapping = NpgsqlFloatTypeMapping$instance;
|
|
564
525
|
|
|
565
|
-
export
|
|
566
|
-
|
|
567
|
-
protected GenerateNonNullSqlLiteral(value: unknown): string;
|
|
568
|
-
}
|
|
526
|
+
export interface NpgsqlHstoreTypeMapping$instance extends NpgsqlTypeMapping$instance, INpgsqlTypeMapping$instance {
|
|
527
|
+
readonly __tsonic_type_Npgsql_EntityFrameworkCore_PostgreSQL_Storage_Internal_Mapping_NpgsqlHstoreTypeMapping: never;
|
|
569
528
|
|
|
529
|
+
readonly __tsonic_iface_Npgsql_EntityFrameworkCore_PostgreSQL_Storage_Internal_Mapping_INpgsqlTypeMapping: never;
|
|
570
530
|
|
|
571
|
-
|
|
531
|
+
Clone(parameters: RelationalTypeMapping_RelationalTypeMappingParameters): RelationalTypeMapping;
|
|
532
|
+
GenerateNonNullSqlLiteral(value: unknown): string;
|
|
572
533
|
}
|
|
573
534
|
|
|
574
535
|
|
|
575
536
|
export const NpgsqlHstoreTypeMapping: {
|
|
576
537
|
new(clrType: Type): NpgsqlHstoreTypeMapping;
|
|
577
|
-
new(parameters: RelationalTypeMapping_RelationalTypeMappingParameters): NpgsqlHstoreTypeMapping;
|
|
578
538
|
readonly Default: NpgsqlHstoreTypeMapping;
|
|
579
539
|
};
|
|
580
540
|
|
|
@@ -583,25 +543,22 @@ export interface __NpgsqlHstoreTypeMapping$views {
|
|
|
583
543
|
As_INpgsqlTypeMapping(): INpgsqlTypeMapping$instance;
|
|
584
544
|
}
|
|
585
545
|
|
|
586
|
-
export interface NpgsqlHstoreTypeMapping$instance extends INpgsqlTypeMapping$instance {}
|
|
587
|
-
|
|
588
546
|
export type NpgsqlHstoreTypeMapping = NpgsqlHstoreTypeMapping$instance & __NpgsqlHstoreTypeMapping$views;
|
|
589
547
|
|
|
590
548
|
|
|
591
|
-
export
|
|
592
|
-
|
|
593
|
-
protected GenerateNonNullSqlLiteral(value: unknown): string;
|
|
594
|
-
}
|
|
549
|
+
export interface NpgsqlInetTypeMapping$instance extends NpgsqlTypeMapping$instance, INpgsqlTypeMapping$instance {
|
|
550
|
+
readonly __tsonic_type_Npgsql_EntityFrameworkCore_PostgreSQL_Storage_Internal_Mapping_NpgsqlInetTypeMapping: never;
|
|
595
551
|
|
|
552
|
+
readonly __tsonic_iface_Npgsql_EntityFrameworkCore_PostgreSQL_Storage_Internal_Mapping_INpgsqlTypeMapping: never;
|
|
596
553
|
|
|
597
|
-
|
|
554
|
+
Clone(parameters: RelationalTypeMapping_RelationalTypeMappingParameters): RelationalTypeMapping;
|
|
598
555
|
GenerateCodeLiteral(value: unknown): Expression;
|
|
556
|
+
GenerateNonNullSqlLiteral(value: unknown): string;
|
|
599
557
|
}
|
|
600
558
|
|
|
601
559
|
|
|
602
560
|
export const NpgsqlInetTypeMapping: {
|
|
603
561
|
new(clrType: Type): NpgsqlInetTypeMapping;
|
|
604
|
-
new(parameters: RelationalTypeMapping_RelationalTypeMappingParameters): NpgsqlInetTypeMapping;
|
|
605
562
|
readonly Default: NpgsqlInetTypeMapping;
|
|
606
563
|
};
|
|
607
564
|
|
|
@@ -610,12 +567,12 @@ export interface __NpgsqlInetTypeMapping$views {
|
|
|
610
567
|
As_INpgsqlTypeMapping(): INpgsqlTypeMapping$instance;
|
|
611
568
|
}
|
|
612
569
|
|
|
613
|
-
export interface NpgsqlInetTypeMapping$instance extends INpgsqlTypeMapping$instance {}
|
|
614
|
-
|
|
615
570
|
export type NpgsqlInetTypeMapping = NpgsqlInetTypeMapping$instance & __NpgsqlInetTypeMapping$views;
|
|
616
571
|
|
|
617
572
|
|
|
618
|
-
export interface NpgsqlInetTypeMapping_JsonIPAddressReaderWriter$instance extends
|
|
573
|
+
export interface NpgsqlInetTypeMapping_JsonIPAddressReaderWriter$instance extends JsonValueReaderWriter_1<IPAddress> {
|
|
574
|
+
readonly __tsonic_type_Npgsql_EntityFrameworkCore_PostgreSQL_Storage_Internal_Mapping_NpgsqlInetTypeMapping_JsonIPAddressReaderWriter: never;
|
|
575
|
+
|
|
619
576
|
readonly ConstructorExpression: Expression;
|
|
620
577
|
FromJsonTyped(manager: Utf8JsonReaderManager, existingObject?: unknown): IPAddress;
|
|
621
578
|
ToJsonTyped(writer: Utf8JsonWriter, value: IPAddress): void;
|
|
@@ -630,7 +587,9 @@ export const NpgsqlInetTypeMapping_JsonIPAddressReaderWriter: {
|
|
|
630
587
|
|
|
631
588
|
export type NpgsqlInetTypeMapping_JsonIPAddressReaderWriter = NpgsqlInetTypeMapping_JsonIPAddressReaderWriter$instance;
|
|
632
589
|
|
|
633
|
-
export interface NpgsqlInetTypeMapping_JsonNpgsqlInetReaderWriter$instance extends
|
|
590
|
+
export interface NpgsqlInetTypeMapping_JsonNpgsqlInetReaderWriter$instance extends JsonValueReaderWriter_1<NpgsqlInet> {
|
|
591
|
+
readonly __tsonic_type_Npgsql_EntityFrameworkCore_PostgreSQL_Storage_Internal_Mapping_NpgsqlInetTypeMapping_JsonNpgsqlInetReaderWriter: never;
|
|
592
|
+
|
|
634
593
|
readonly ConstructorExpression: Expression;
|
|
635
594
|
FromJsonTyped(manager: Utf8JsonReaderManager, existingObject?: unknown): NpgsqlInet;
|
|
636
595
|
ToJsonTyped(writer: Utf8JsonWriter, value: NpgsqlInet): void;
|
|
@@ -645,24 +604,23 @@ export const NpgsqlInetTypeMapping_JsonNpgsqlInetReaderWriter: {
|
|
|
645
604
|
|
|
646
605
|
export type NpgsqlInetTypeMapping_JsonNpgsqlInetReaderWriter = NpgsqlInetTypeMapping_JsonNpgsqlInetReaderWriter$instance;
|
|
647
606
|
|
|
648
|
-
export
|
|
649
|
-
|
|
650
|
-
protected GenerateEmbeddedNonNullSqlLiteral(value: unknown): string;
|
|
651
|
-
protected GenerateNonNullSqlLiteral(value: unknown): string;
|
|
652
|
-
protected ProcessStoreType(parameters: RelationalTypeMapping_RelationalTypeMappingParameters, storeType: string, _: string): string;
|
|
653
|
-
}
|
|
607
|
+
export interface NpgsqlIntervalTypeMapping$instance extends NpgsqlTypeMapping$instance, INpgsqlTypeMapping$instance {
|
|
608
|
+
readonly __tsonic_type_Npgsql_EntityFrameworkCore_PostgreSQL_Storage_Internal_Mapping_NpgsqlIntervalTypeMapping: never;
|
|
654
609
|
|
|
610
|
+
readonly __tsonic_iface_Npgsql_EntityFrameworkCore_PostgreSQL_Storage_Internal_Mapping_INpgsqlTypeMapping: never;
|
|
655
611
|
|
|
656
|
-
|
|
612
|
+
Clone(parameters: RelationalTypeMapping_RelationalTypeMappingParameters): RelationalTypeMapping;
|
|
613
|
+
GenerateEmbeddedNonNullSqlLiteral(value: unknown): string;
|
|
614
|
+
GenerateNonNullSqlLiteral(value: unknown): string;
|
|
615
|
+
ProcessStoreType(parameters: RelationalTypeMapping_RelationalTypeMappingParameters, storeType: string, _: string): string;
|
|
657
616
|
}
|
|
658
617
|
|
|
659
618
|
|
|
660
619
|
export const NpgsqlIntervalTypeMapping: {
|
|
661
620
|
new(): NpgsqlIntervalTypeMapping;
|
|
662
|
-
new(parameters: RelationalTypeMapping_RelationalTypeMappingParameters): NpgsqlIntervalTypeMapping;
|
|
663
621
|
readonly Default: NpgsqlIntervalTypeMapping;
|
|
664
622
|
FormatTimeSpanAsInterval(ts: TimeSpan): string;
|
|
665
|
-
ParseIntervalAsTimeSpan(s:
|
|
623
|
+
ParseIntervalAsTimeSpan(s: ReadOnlySpan_1<System_Internal.Char>): TimeSpan;
|
|
666
624
|
};
|
|
667
625
|
|
|
668
626
|
|
|
@@ -670,12 +628,12 @@ export interface __NpgsqlIntervalTypeMapping$views {
|
|
|
670
628
|
As_INpgsqlTypeMapping(): INpgsqlTypeMapping$instance;
|
|
671
629
|
}
|
|
672
630
|
|
|
673
|
-
export interface NpgsqlIntervalTypeMapping$instance extends INpgsqlTypeMapping$instance {}
|
|
674
|
-
|
|
675
631
|
export type NpgsqlIntervalTypeMapping = NpgsqlIntervalTypeMapping$instance & __NpgsqlIntervalTypeMapping$views;
|
|
676
632
|
|
|
677
633
|
|
|
678
|
-
export interface NpgsqlIntervalTypeMapping_NpgsqlJsonTimeSpanReaderWriter$instance extends
|
|
634
|
+
export interface NpgsqlIntervalTypeMapping_NpgsqlJsonTimeSpanReaderWriter$instance extends JsonValueReaderWriter_1<TimeSpan> {
|
|
635
|
+
readonly __tsonic_type_Npgsql_EntityFrameworkCore_PostgreSQL_Storage_Internal_Mapping_NpgsqlIntervalTypeMapping_NpgsqlJsonTimeSpanReaderWriter: never;
|
|
636
|
+
|
|
679
637
|
readonly ConstructorExpression: Expression;
|
|
680
638
|
FromJsonTyped(manager: Utf8JsonReaderManager, existingObject?: unknown): TimeSpan;
|
|
681
639
|
ToJsonTyped(writer: Utf8JsonWriter, value: TimeSpan): void;
|
|
@@ -690,22 +648,21 @@ export const NpgsqlIntervalTypeMapping_NpgsqlJsonTimeSpanReaderWriter: {
|
|
|
690
648
|
|
|
691
649
|
export type NpgsqlIntervalTypeMapping_NpgsqlJsonTimeSpanReaderWriter = NpgsqlIntervalTypeMapping_NpgsqlJsonTimeSpanReaderWriter$instance;
|
|
692
650
|
|
|
693
|
-
export
|
|
694
|
-
|
|
695
|
-
protected EscapeSqlLiteral(literal: string): string;
|
|
696
|
-
protected GenerateNonNullSqlLiteral(value: unknown): string;
|
|
697
|
-
}
|
|
651
|
+
export interface NpgsqlJsonTypeMapping$instance extends NpgsqlTypeMapping$instance, INpgsqlTypeMapping$instance {
|
|
652
|
+
readonly __tsonic_type_Npgsql_EntityFrameworkCore_PostgreSQL_Storage_Internal_Mapping_NpgsqlJsonTypeMapping: never;
|
|
698
653
|
|
|
654
|
+
readonly __tsonic_iface_Npgsql_EntityFrameworkCore_PostgreSQL_Storage_Internal_Mapping_INpgsqlTypeMapping: never;
|
|
699
655
|
|
|
700
|
-
export interface NpgsqlJsonTypeMapping$instance extends NpgsqlJsonTypeMapping$protected, NpgsqlTypeMapping$instance {
|
|
701
656
|
readonly IsJsonb: boolean;
|
|
657
|
+
Clone(parameters: RelationalTypeMapping_RelationalTypeMappingParameters): RelationalTypeMapping;
|
|
658
|
+
EscapeSqlLiteral(literal: string): string;
|
|
702
659
|
GenerateCodeLiteral(value: unknown): Expression;
|
|
660
|
+
GenerateNonNullSqlLiteral(value: unknown): string;
|
|
703
661
|
}
|
|
704
662
|
|
|
705
663
|
|
|
706
664
|
export const NpgsqlJsonTypeMapping: {
|
|
707
665
|
new(storeType: string, clrType: Type, elementTypeMapping: CoreTypeMapping): NpgsqlJsonTypeMapping;
|
|
708
|
-
new(parameters: RelationalTypeMapping_RelationalTypeMappingParameters, npgsqlDbType: NpgsqlDbType): NpgsqlJsonTypeMapping;
|
|
709
666
|
readonly Default: NpgsqlJsonTypeMapping;
|
|
710
667
|
};
|
|
711
668
|
|
|
@@ -714,25 +671,22 @@ export interface __NpgsqlJsonTypeMapping$views {
|
|
|
714
671
|
As_INpgsqlTypeMapping(): INpgsqlTypeMapping$instance;
|
|
715
672
|
}
|
|
716
673
|
|
|
717
|
-
export interface NpgsqlJsonTypeMapping$instance extends INpgsqlTypeMapping$instance {}
|
|
718
|
-
|
|
719
674
|
export type NpgsqlJsonTypeMapping = NpgsqlJsonTypeMapping$instance & __NpgsqlJsonTypeMapping$views;
|
|
720
675
|
|
|
721
676
|
|
|
722
|
-
export
|
|
723
|
-
|
|
724
|
-
protected GenerateNonNullSqlLiteral(value: unknown): string;
|
|
725
|
-
}
|
|
677
|
+
export interface NpgsqlLegacyCidrTypeMapping$instance extends NpgsqlTypeMapping$instance, INpgsqlTypeMapping$instance {
|
|
678
|
+
readonly __tsonic_type_Npgsql_EntityFrameworkCore_PostgreSQL_Storage_Internal_Mapping_NpgsqlLegacyCidrTypeMapping: never;
|
|
726
679
|
|
|
680
|
+
readonly __tsonic_iface_Npgsql_EntityFrameworkCore_PostgreSQL_Storage_Internal_Mapping_INpgsqlTypeMapping: never;
|
|
727
681
|
|
|
728
|
-
|
|
682
|
+
Clone(parameters: RelationalTypeMapping_RelationalTypeMappingParameters): RelationalTypeMapping;
|
|
729
683
|
GenerateCodeLiteral(value: unknown): Expression;
|
|
684
|
+
GenerateNonNullSqlLiteral(value: unknown): string;
|
|
730
685
|
}
|
|
731
686
|
|
|
732
687
|
|
|
733
688
|
export const NpgsqlLegacyCidrTypeMapping: {
|
|
734
689
|
new(): NpgsqlLegacyCidrTypeMapping;
|
|
735
|
-
new(parameters: RelationalTypeMapping_RelationalTypeMappingParameters): NpgsqlLegacyCidrTypeMapping;
|
|
736
690
|
readonly Default: NpgsqlLegacyCidrTypeMapping;
|
|
737
691
|
};
|
|
738
692
|
|
|
@@ -741,12 +695,12 @@ export interface __NpgsqlLegacyCidrTypeMapping$views {
|
|
|
741
695
|
As_INpgsqlTypeMapping(): INpgsqlTypeMapping$instance;
|
|
742
696
|
}
|
|
743
697
|
|
|
744
|
-
export interface NpgsqlLegacyCidrTypeMapping$instance extends INpgsqlTypeMapping$instance {}
|
|
745
|
-
|
|
746
698
|
export type NpgsqlLegacyCidrTypeMapping = NpgsqlLegacyCidrTypeMapping$instance & __NpgsqlLegacyCidrTypeMapping$views;
|
|
747
699
|
|
|
748
700
|
|
|
749
|
-
export interface NpgsqlLegacyCidrTypeMapping_JsonCidrLegacyReaderWriter$instance extends
|
|
701
|
+
export interface NpgsqlLegacyCidrTypeMapping_JsonCidrLegacyReaderWriter$instance extends JsonValueReaderWriter_1<NpgsqlCidr> {
|
|
702
|
+
readonly __tsonic_type_Npgsql_EntityFrameworkCore_PostgreSQL_Storage_Internal_Mapping_NpgsqlLegacyCidrTypeMapping_JsonCidrLegacyReaderWriter: never;
|
|
703
|
+
|
|
750
704
|
readonly ConstructorExpression: Expression;
|
|
751
705
|
FromJsonTyped(manager: Utf8JsonReaderManager, existingObject?: unknown): NpgsqlCidr;
|
|
752
706
|
ToJsonTyped(writer: Utf8JsonWriter, value: NpgsqlCidr): void;
|
|
@@ -761,20 +715,19 @@ export const NpgsqlLegacyCidrTypeMapping_JsonCidrLegacyReaderWriter: {
|
|
|
761
715
|
|
|
762
716
|
export type NpgsqlLegacyCidrTypeMapping_JsonCidrLegacyReaderWriter = NpgsqlLegacyCidrTypeMapping_JsonCidrLegacyReaderWriter$instance;
|
|
763
717
|
|
|
764
|
-
export
|
|
765
|
-
|
|
766
|
-
protected GenerateNonNullSqlLiteral(value: unknown): string;
|
|
767
|
-
}
|
|
718
|
+
export interface NpgsqlLineSegmentTypeMapping$instance extends NpgsqlTypeMapping$instance, INpgsqlTypeMapping$instance {
|
|
719
|
+
readonly __tsonic_type_Npgsql_EntityFrameworkCore_PostgreSQL_Storage_Internal_Mapping_NpgsqlLineSegmentTypeMapping: never;
|
|
768
720
|
|
|
721
|
+
readonly __tsonic_iface_Npgsql_EntityFrameworkCore_PostgreSQL_Storage_Internal_Mapping_INpgsqlTypeMapping: never;
|
|
769
722
|
|
|
770
|
-
|
|
723
|
+
Clone(parameters: RelationalTypeMapping_RelationalTypeMappingParameters): RelationalTypeMapping;
|
|
771
724
|
GenerateCodeLiteral(value: unknown): Expression;
|
|
725
|
+
GenerateNonNullSqlLiteral(value: unknown): string;
|
|
772
726
|
}
|
|
773
727
|
|
|
774
728
|
|
|
775
729
|
export const NpgsqlLineSegmentTypeMapping: {
|
|
776
730
|
new(): NpgsqlLineSegmentTypeMapping;
|
|
777
|
-
new(parameters: RelationalTypeMapping_RelationalTypeMappingParameters): NpgsqlLineSegmentTypeMapping;
|
|
778
731
|
readonly Default: NpgsqlLineSegmentTypeMapping;
|
|
779
732
|
};
|
|
780
733
|
|
|
@@ -783,25 +736,22 @@ export interface __NpgsqlLineSegmentTypeMapping$views {
|
|
|
783
736
|
As_INpgsqlTypeMapping(): INpgsqlTypeMapping$instance;
|
|
784
737
|
}
|
|
785
738
|
|
|
786
|
-
export interface NpgsqlLineSegmentTypeMapping$instance extends INpgsqlTypeMapping$instance {}
|
|
787
|
-
|
|
788
739
|
export type NpgsqlLineSegmentTypeMapping = NpgsqlLineSegmentTypeMapping$instance & __NpgsqlLineSegmentTypeMapping$views;
|
|
789
740
|
|
|
790
741
|
|
|
791
|
-
export
|
|
792
|
-
|
|
793
|
-
protected GenerateNonNullSqlLiteral(value: unknown): string;
|
|
794
|
-
}
|
|
742
|
+
export interface NpgsqlLineTypeMapping$instance extends NpgsqlTypeMapping$instance, INpgsqlTypeMapping$instance {
|
|
743
|
+
readonly __tsonic_type_Npgsql_EntityFrameworkCore_PostgreSQL_Storage_Internal_Mapping_NpgsqlLineTypeMapping: never;
|
|
795
744
|
|
|
745
|
+
readonly __tsonic_iface_Npgsql_EntityFrameworkCore_PostgreSQL_Storage_Internal_Mapping_INpgsqlTypeMapping: never;
|
|
796
746
|
|
|
797
|
-
|
|
747
|
+
Clone(parameters: RelationalTypeMapping_RelationalTypeMappingParameters): RelationalTypeMapping;
|
|
798
748
|
GenerateCodeLiteral(value: unknown): Expression;
|
|
749
|
+
GenerateNonNullSqlLiteral(value: unknown): string;
|
|
799
750
|
}
|
|
800
751
|
|
|
801
752
|
|
|
802
753
|
export const NpgsqlLineTypeMapping: {
|
|
803
754
|
new(): NpgsqlLineTypeMapping;
|
|
804
|
-
new(parameters: RelationalTypeMapping_RelationalTypeMappingParameters): NpgsqlLineTypeMapping;
|
|
805
755
|
readonly Default: NpgsqlLineTypeMapping;
|
|
806
756
|
};
|
|
807
757
|
|
|
@@ -810,17 +760,15 @@ export interface __NpgsqlLineTypeMapping$views {
|
|
|
810
760
|
As_INpgsqlTypeMapping(): INpgsqlTypeMapping$instance;
|
|
811
761
|
}
|
|
812
762
|
|
|
813
|
-
export interface NpgsqlLineTypeMapping$instance extends INpgsqlTypeMapping$instance {}
|
|
814
|
-
|
|
815
763
|
export type NpgsqlLineTypeMapping = NpgsqlLineTypeMapping$instance & __NpgsqlLineTypeMapping$views;
|
|
816
764
|
|
|
817
765
|
|
|
818
|
-
export
|
|
819
|
-
|
|
820
|
-
}
|
|
766
|
+
export interface NpgsqlLTreeTypeMapping$instance extends NpgsqlStringTypeMapping$instance, INpgsqlTypeMapping$instance {
|
|
767
|
+
readonly __tsonic_type_Npgsql_EntityFrameworkCore_PostgreSQL_Storage_Internal_Mapping_NpgsqlLTreeTypeMapping: never;
|
|
821
768
|
|
|
769
|
+
readonly __tsonic_iface_Npgsql_EntityFrameworkCore_PostgreSQL_Storage_Internal_Mapping_INpgsqlTypeMapping: never;
|
|
822
770
|
|
|
823
|
-
|
|
771
|
+
Clone(parameters: RelationalTypeMapping_RelationalTypeMappingParameters): RelationalTypeMapping;
|
|
824
772
|
Clone(npgsqlDbType: NpgsqlDbType): NpgsqlStringTypeMapping;
|
|
825
773
|
GenerateCodeLiteral(value: unknown): Expression;
|
|
826
774
|
}
|
|
@@ -828,7 +776,6 @@ export interface NpgsqlLTreeTypeMapping$instance extends NpgsqlLTreeTypeMapping$
|
|
|
828
776
|
|
|
829
777
|
export const NpgsqlLTreeTypeMapping: {
|
|
830
778
|
new(): NpgsqlLTreeTypeMapping;
|
|
831
|
-
new(parameters: RelationalTypeMapping_RelationalTypeMappingParameters): NpgsqlLTreeTypeMapping;
|
|
832
779
|
};
|
|
833
780
|
|
|
834
781
|
|
|
@@ -836,12 +783,12 @@ export interface __NpgsqlLTreeTypeMapping$views {
|
|
|
836
783
|
As_INpgsqlTypeMapping(): INpgsqlTypeMapping$instance;
|
|
837
784
|
}
|
|
838
785
|
|
|
839
|
-
export interface NpgsqlLTreeTypeMapping$instance extends INpgsqlTypeMapping$instance {}
|
|
840
|
-
|
|
841
786
|
export type NpgsqlLTreeTypeMapping = NpgsqlLTreeTypeMapping$instance & __NpgsqlLTreeTypeMapping$views;
|
|
842
787
|
|
|
843
788
|
|
|
844
|
-
export interface NpgsqlLTreeTypeMapping_JsonLTreeReaderWriter$instance extends
|
|
789
|
+
export interface NpgsqlLTreeTypeMapping_JsonLTreeReaderWriter$instance extends JsonValueReaderWriter_1<LTree> {
|
|
790
|
+
readonly __tsonic_type_Npgsql_EntityFrameworkCore_PostgreSQL_Storage_Internal_Mapping_NpgsqlLTreeTypeMapping_JsonLTreeReaderWriter: never;
|
|
791
|
+
|
|
845
792
|
readonly ConstructorExpression: Expression;
|
|
846
793
|
FromJsonTyped(manager: Utf8JsonReaderManager, existingObject?: unknown): LTree;
|
|
847
794
|
ToJsonTyped(writer: Utf8JsonWriter, value: LTree): void;
|
|
@@ -856,20 +803,19 @@ export const NpgsqlLTreeTypeMapping_JsonLTreeReaderWriter: {
|
|
|
856
803
|
|
|
857
804
|
export type NpgsqlLTreeTypeMapping_JsonLTreeReaderWriter = NpgsqlLTreeTypeMapping_JsonLTreeReaderWriter$instance;
|
|
858
805
|
|
|
859
|
-
export
|
|
860
|
-
|
|
861
|
-
protected GenerateNonNullSqlLiteral(value: unknown): string;
|
|
862
|
-
}
|
|
806
|
+
export interface NpgsqlMacaddr8TypeMapping$instance extends NpgsqlTypeMapping$instance, INpgsqlTypeMapping$instance {
|
|
807
|
+
readonly __tsonic_type_Npgsql_EntityFrameworkCore_PostgreSQL_Storage_Internal_Mapping_NpgsqlMacaddr8TypeMapping: never;
|
|
863
808
|
|
|
809
|
+
readonly __tsonic_iface_Npgsql_EntityFrameworkCore_PostgreSQL_Storage_Internal_Mapping_INpgsqlTypeMapping: never;
|
|
864
810
|
|
|
865
|
-
|
|
811
|
+
Clone(parameters: RelationalTypeMapping_RelationalTypeMappingParameters): RelationalTypeMapping;
|
|
866
812
|
GenerateCodeLiteral(value: unknown): Expression;
|
|
813
|
+
GenerateNonNullSqlLiteral(value: unknown): string;
|
|
867
814
|
}
|
|
868
815
|
|
|
869
816
|
|
|
870
817
|
export const NpgsqlMacaddr8TypeMapping: {
|
|
871
818
|
new(): NpgsqlMacaddr8TypeMapping;
|
|
872
|
-
new(parameters: RelationalTypeMapping_RelationalTypeMappingParameters): NpgsqlMacaddr8TypeMapping;
|
|
873
819
|
readonly Default: NpgsqlMacaddr8TypeMapping;
|
|
874
820
|
};
|
|
875
821
|
|
|
@@ -878,25 +824,22 @@ export interface __NpgsqlMacaddr8TypeMapping$views {
|
|
|
878
824
|
As_INpgsqlTypeMapping(): INpgsqlTypeMapping$instance;
|
|
879
825
|
}
|
|
880
826
|
|
|
881
|
-
export interface NpgsqlMacaddr8TypeMapping$instance extends INpgsqlTypeMapping$instance {}
|
|
882
|
-
|
|
883
827
|
export type NpgsqlMacaddr8TypeMapping = NpgsqlMacaddr8TypeMapping$instance & __NpgsqlMacaddr8TypeMapping$views;
|
|
884
828
|
|
|
885
829
|
|
|
886
|
-
export
|
|
887
|
-
|
|
888
|
-
protected GenerateNonNullSqlLiteral(value: unknown): string;
|
|
889
|
-
}
|
|
830
|
+
export interface NpgsqlMacaddrTypeMapping$instance extends NpgsqlTypeMapping$instance, INpgsqlTypeMapping$instance {
|
|
831
|
+
readonly __tsonic_type_Npgsql_EntityFrameworkCore_PostgreSQL_Storage_Internal_Mapping_NpgsqlMacaddrTypeMapping: never;
|
|
890
832
|
|
|
833
|
+
readonly __tsonic_iface_Npgsql_EntityFrameworkCore_PostgreSQL_Storage_Internal_Mapping_INpgsqlTypeMapping: never;
|
|
891
834
|
|
|
892
|
-
|
|
835
|
+
Clone(parameters: RelationalTypeMapping_RelationalTypeMappingParameters): RelationalTypeMapping;
|
|
893
836
|
GenerateCodeLiteral(value: unknown): Expression;
|
|
837
|
+
GenerateNonNullSqlLiteral(value: unknown): string;
|
|
894
838
|
}
|
|
895
839
|
|
|
896
840
|
|
|
897
841
|
export const NpgsqlMacaddrTypeMapping: {
|
|
898
842
|
new(): NpgsqlMacaddrTypeMapping;
|
|
899
|
-
new(parameters: RelationalTypeMapping_RelationalTypeMappingParameters): NpgsqlMacaddrTypeMapping;
|
|
900
843
|
readonly Default: NpgsqlMacaddrTypeMapping;
|
|
901
844
|
};
|
|
902
845
|
|
|
@@ -905,68 +848,59 @@ export interface __NpgsqlMacaddrTypeMapping$views {
|
|
|
905
848
|
As_INpgsqlTypeMapping(): INpgsqlTypeMapping$instance;
|
|
906
849
|
}
|
|
907
850
|
|
|
908
|
-
export interface NpgsqlMacaddrTypeMapping$instance extends INpgsqlTypeMapping$instance {}
|
|
909
|
-
|
|
910
851
|
export type NpgsqlMacaddrTypeMapping = NpgsqlMacaddrTypeMapping$instance & __NpgsqlMacaddrTypeMapping$views;
|
|
911
852
|
|
|
912
853
|
|
|
913
|
-
export
|
|
914
|
-
|
|
915
|
-
protected GenerateNonNullSqlLiteral(value: unknown): string;
|
|
916
|
-
}
|
|
854
|
+
export interface NpgsqlMoneyTypeMapping$instance extends DecimalTypeMapping {
|
|
855
|
+
readonly __tsonic_type_Npgsql_EntityFrameworkCore_PostgreSQL_Storage_Internal_Mapping_NpgsqlMoneyTypeMapping: never;
|
|
917
856
|
|
|
918
|
-
|
|
919
|
-
|
|
857
|
+
Clone(parameters: RelationalTypeMapping_RelationalTypeMappingParameters): RelationalTypeMapping;
|
|
858
|
+
GenerateNonNullSqlLiteral(value: unknown): string;
|
|
920
859
|
}
|
|
921
860
|
|
|
922
861
|
|
|
923
862
|
export const NpgsqlMoneyTypeMapping: {
|
|
924
863
|
new(): NpgsqlMoneyTypeMapping;
|
|
925
|
-
new(parameters: RelationalTypeMapping_RelationalTypeMappingParameters): NpgsqlMoneyTypeMapping;
|
|
926
864
|
readonly Default: NpgsqlMoneyTypeMapping;
|
|
927
865
|
};
|
|
928
866
|
|
|
929
867
|
|
|
930
868
|
export type NpgsqlMoneyTypeMapping = NpgsqlMoneyTypeMapping$instance;
|
|
931
869
|
|
|
932
|
-
export
|
|
933
|
-
|
|
934
|
-
protected ConfigureParameter(parameter: DbParameter): void;
|
|
935
|
-
protected GenerateNonNullSqlLiteral(value: unknown): string;
|
|
936
|
-
}
|
|
937
|
-
|
|
870
|
+
export interface NpgsqlMultirangeTypeMapping$instance extends RelationalTypeMapping {
|
|
871
|
+
readonly __tsonic_type_Npgsql_EntityFrameworkCore_PostgreSQL_Storage_Internal_Mapping_NpgsqlMultirangeTypeMapping: never;
|
|
938
872
|
|
|
939
|
-
export interface NpgsqlMultirangeTypeMapping$instance extends NpgsqlMultirangeTypeMapping$protected, RelationalTypeMapping {
|
|
940
873
|
readonly NpgsqlDbType: NpgsqlDbType;
|
|
941
874
|
readonly RangeMapping: NpgsqlRangeTypeMapping;
|
|
942
875
|
readonly SubtypeMapping: RelationalTypeMapping;
|
|
876
|
+
Clone(parameters: RelationalTypeMapping_RelationalTypeMappingParameters): RelationalTypeMapping;
|
|
877
|
+
ConfigureParameter(parameter: DbParameter): void;
|
|
943
878
|
GenerateCodeLiteral(value: unknown): Expression;
|
|
879
|
+
GenerateNonNullSqlLiteral(value: unknown): string;
|
|
944
880
|
}
|
|
945
881
|
|
|
946
882
|
|
|
947
883
|
export const NpgsqlMultirangeTypeMapping: {
|
|
948
884
|
new(storeType: string, clrType: Type, rangeMapping: NpgsqlRangeTypeMapping): NpgsqlMultirangeTypeMapping;
|
|
949
|
-
new(parameters: RelationalTypeMapping_RelationalTypeMappingParameters, npgsqlDbType: NpgsqlDbType): NpgsqlMultirangeTypeMapping;
|
|
950
885
|
GenerateNonNullSqlLiteral(value: unknown, rangeMapping: RelationalTypeMapping, multirangeStoreType: string): string;
|
|
951
886
|
};
|
|
952
887
|
|
|
953
888
|
|
|
954
889
|
export type NpgsqlMultirangeTypeMapping = NpgsqlMultirangeTypeMapping$instance;
|
|
955
890
|
|
|
956
|
-
export
|
|
957
|
-
|
|
958
|
-
protected GenerateNonNullSqlLiteral(value: unknown): string;
|
|
959
|
-
}
|
|
891
|
+
export interface NpgsqlPathTypeMapping$instance extends NpgsqlTypeMapping$instance, INpgsqlTypeMapping$instance {
|
|
892
|
+
readonly __tsonic_type_Npgsql_EntityFrameworkCore_PostgreSQL_Storage_Internal_Mapping_NpgsqlPathTypeMapping: never;
|
|
960
893
|
|
|
894
|
+
readonly __tsonic_iface_Npgsql_EntityFrameworkCore_PostgreSQL_Storage_Internal_Mapping_INpgsqlTypeMapping: never;
|
|
961
895
|
|
|
962
|
-
|
|
896
|
+
Clone(parameters: RelationalTypeMapping_RelationalTypeMappingParameters): RelationalTypeMapping;
|
|
963
897
|
GenerateCodeLiteral(value: unknown): Expression;
|
|
898
|
+
GenerateNonNullSqlLiteral(value: unknown): string;
|
|
964
899
|
}
|
|
965
900
|
|
|
966
901
|
|
|
967
902
|
export const NpgsqlPathTypeMapping: {
|
|
968
903
|
new(): NpgsqlPathTypeMapping;
|
|
969
|
-
new(parameters: RelationalTypeMapping_RelationalTypeMappingParameters): NpgsqlPathTypeMapping;
|
|
970
904
|
readonly Default: NpgsqlPathTypeMapping;
|
|
971
905
|
};
|
|
972
906
|
|
|
@@ -975,25 +909,22 @@ export interface __NpgsqlPathTypeMapping$views {
|
|
|
975
909
|
As_INpgsqlTypeMapping(): INpgsqlTypeMapping$instance;
|
|
976
910
|
}
|
|
977
911
|
|
|
978
|
-
export interface NpgsqlPathTypeMapping$instance extends INpgsqlTypeMapping$instance {}
|
|
979
|
-
|
|
980
912
|
export type NpgsqlPathTypeMapping = NpgsqlPathTypeMapping$instance & __NpgsqlPathTypeMapping$views;
|
|
981
913
|
|
|
982
914
|
|
|
983
|
-
export
|
|
984
|
-
|
|
985
|
-
protected GenerateNonNullSqlLiteral(value: unknown): string;
|
|
986
|
-
}
|
|
915
|
+
export interface NpgsqlPgLsnTypeMapping$instance extends NpgsqlTypeMapping$instance, INpgsqlTypeMapping$instance {
|
|
916
|
+
readonly __tsonic_type_Npgsql_EntityFrameworkCore_PostgreSQL_Storage_Internal_Mapping_NpgsqlPgLsnTypeMapping: never;
|
|
987
917
|
|
|
918
|
+
readonly __tsonic_iface_Npgsql_EntityFrameworkCore_PostgreSQL_Storage_Internal_Mapping_INpgsqlTypeMapping: never;
|
|
988
919
|
|
|
989
|
-
|
|
920
|
+
Clone(parameters: RelationalTypeMapping_RelationalTypeMappingParameters): RelationalTypeMapping;
|
|
990
921
|
GenerateCodeLiteral(value: unknown): Expression;
|
|
922
|
+
GenerateNonNullSqlLiteral(value: unknown): string;
|
|
991
923
|
}
|
|
992
924
|
|
|
993
925
|
|
|
994
926
|
export const NpgsqlPgLsnTypeMapping: {
|
|
995
927
|
new(): NpgsqlPgLsnTypeMapping;
|
|
996
|
-
new(parameters: RelationalTypeMapping_RelationalTypeMappingParameters): NpgsqlPgLsnTypeMapping;
|
|
997
928
|
readonly Default: NpgsqlPgLsnTypeMapping;
|
|
998
929
|
};
|
|
999
930
|
|
|
@@ -1002,12 +933,12 @@ export interface __NpgsqlPgLsnTypeMapping$views {
|
|
|
1002
933
|
As_INpgsqlTypeMapping(): INpgsqlTypeMapping$instance;
|
|
1003
934
|
}
|
|
1004
935
|
|
|
1005
|
-
export interface NpgsqlPgLsnTypeMapping$instance extends INpgsqlTypeMapping$instance {}
|
|
1006
|
-
|
|
1007
936
|
export type NpgsqlPgLsnTypeMapping = NpgsqlPgLsnTypeMapping$instance & __NpgsqlPgLsnTypeMapping$views;
|
|
1008
937
|
|
|
1009
938
|
|
|
1010
|
-
export interface NpgsqlPgLsnTypeMapping_JsonLogSequenceNumberReaderWriter$instance extends
|
|
939
|
+
export interface NpgsqlPgLsnTypeMapping_JsonLogSequenceNumberReaderWriter$instance extends JsonValueReaderWriter_1<NpgsqlLogSequenceNumber> {
|
|
940
|
+
readonly __tsonic_type_Npgsql_EntityFrameworkCore_PostgreSQL_Storage_Internal_Mapping_NpgsqlPgLsnTypeMapping_JsonLogSequenceNumberReaderWriter: never;
|
|
941
|
+
|
|
1011
942
|
readonly ConstructorExpression: Expression;
|
|
1012
943
|
FromJsonTyped(manager: Utf8JsonReaderManager, existingObject?: unknown): NpgsqlLogSequenceNumber;
|
|
1013
944
|
ToJsonTyped(writer: Utf8JsonWriter, value: NpgsqlLogSequenceNumber): void;
|
|
@@ -1015,27 +946,25 @@ export interface NpgsqlPgLsnTypeMapping_JsonLogSequenceNumberReaderWriter$instan
|
|
|
1015
946
|
|
|
1016
947
|
|
|
1017
948
|
export const NpgsqlPgLsnTypeMapping_JsonLogSequenceNumberReaderWriter: {
|
|
1018
|
-
new(): NpgsqlPgLsnTypeMapping_JsonLogSequenceNumberReaderWriter;
|
|
1019
949
|
readonly Instance: NpgsqlPgLsnTypeMapping_JsonLogSequenceNumberReaderWriter;
|
|
1020
950
|
};
|
|
1021
951
|
|
|
1022
952
|
|
|
1023
953
|
export type NpgsqlPgLsnTypeMapping_JsonLogSequenceNumberReaderWriter = NpgsqlPgLsnTypeMapping_JsonLogSequenceNumberReaderWriter$instance;
|
|
1024
954
|
|
|
1025
|
-
export
|
|
1026
|
-
|
|
1027
|
-
protected GenerateNonNullSqlLiteral(value: unknown): string;
|
|
1028
|
-
}
|
|
955
|
+
export interface NpgsqlPointTypeMapping$instance extends NpgsqlTypeMapping$instance, INpgsqlTypeMapping$instance {
|
|
956
|
+
readonly __tsonic_type_Npgsql_EntityFrameworkCore_PostgreSQL_Storage_Internal_Mapping_NpgsqlPointTypeMapping: never;
|
|
1029
957
|
|
|
958
|
+
readonly __tsonic_iface_Npgsql_EntityFrameworkCore_PostgreSQL_Storage_Internal_Mapping_INpgsqlTypeMapping: never;
|
|
1030
959
|
|
|
1031
|
-
|
|
960
|
+
Clone(parameters: RelationalTypeMapping_RelationalTypeMappingParameters): RelationalTypeMapping;
|
|
1032
961
|
GenerateCodeLiteral(value: unknown): Expression;
|
|
962
|
+
GenerateNonNullSqlLiteral(value: unknown): string;
|
|
1033
963
|
}
|
|
1034
964
|
|
|
1035
965
|
|
|
1036
966
|
export const NpgsqlPointTypeMapping: {
|
|
1037
967
|
new(): NpgsqlPointTypeMapping;
|
|
1038
|
-
new(parameters: RelationalTypeMapping_RelationalTypeMappingParameters): NpgsqlPointTypeMapping;
|
|
1039
968
|
readonly Default: NpgsqlPointTypeMapping;
|
|
1040
969
|
};
|
|
1041
970
|
|
|
@@ -1044,25 +973,22 @@ export interface __NpgsqlPointTypeMapping$views {
|
|
|
1044
973
|
As_INpgsqlTypeMapping(): INpgsqlTypeMapping$instance;
|
|
1045
974
|
}
|
|
1046
975
|
|
|
1047
|
-
export interface NpgsqlPointTypeMapping$instance extends INpgsqlTypeMapping$instance {}
|
|
1048
|
-
|
|
1049
976
|
export type NpgsqlPointTypeMapping = NpgsqlPointTypeMapping$instance & __NpgsqlPointTypeMapping$views;
|
|
1050
977
|
|
|
1051
978
|
|
|
1052
|
-
export
|
|
1053
|
-
|
|
1054
|
-
protected GenerateNonNullSqlLiteral(value: unknown): string;
|
|
1055
|
-
}
|
|
979
|
+
export interface NpgsqlPolygonTypeMapping$instance extends NpgsqlTypeMapping$instance, INpgsqlTypeMapping$instance {
|
|
980
|
+
readonly __tsonic_type_Npgsql_EntityFrameworkCore_PostgreSQL_Storage_Internal_Mapping_NpgsqlPolygonTypeMapping: never;
|
|
1056
981
|
|
|
982
|
+
readonly __tsonic_iface_Npgsql_EntityFrameworkCore_PostgreSQL_Storage_Internal_Mapping_INpgsqlTypeMapping: never;
|
|
1057
983
|
|
|
1058
|
-
|
|
984
|
+
Clone(parameters: RelationalTypeMapping_RelationalTypeMappingParameters): RelationalTypeMapping;
|
|
1059
985
|
GenerateCodeLiteral(value: unknown): Expression;
|
|
986
|
+
GenerateNonNullSqlLiteral(value: unknown): string;
|
|
1060
987
|
}
|
|
1061
988
|
|
|
1062
989
|
|
|
1063
990
|
export const NpgsqlPolygonTypeMapping: {
|
|
1064
991
|
new(): NpgsqlPolygonTypeMapping;
|
|
1065
|
-
new(parameters: RelationalTypeMapping_RelationalTypeMappingParameters): NpgsqlPolygonTypeMapping;
|
|
1066
992
|
readonly Default: NpgsqlPolygonTypeMapping;
|
|
1067
993
|
};
|
|
1068
994
|
|
|
@@ -1071,29 +997,27 @@ export interface __NpgsqlPolygonTypeMapping$views {
|
|
|
1071
997
|
As_INpgsqlTypeMapping(): INpgsqlTypeMapping$instance;
|
|
1072
998
|
}
|
|
1073
999
|
|
|
1074
|
-
export interface NpgsqlPolygonTypeMapping$instance extends INpgsqlTypeMapping$instance {}
|
|
1075
|
-
|
|
1076
1000
|
export type NpgsqlPolygonTypeMapping = NpgsqlPolygonTypeMapping$instance & __NpgsqlPolygonTypeMapping$views;
|
|
1077
1001
|
|
|
1078
1002
|
|
|
1079
|
-
export
|
|
1080
|
-
|
|
1081
|
-
protected ConfigureParameter(parameter: DbParameter): void;
|
|
1082
|
-
protected GenerateEmbeddedNonNullSqlLiteral(value: unknown): string;
|
|
1083
|
-
protected GenerateNonNullSqlLiteral(value: unknown): string;
|
|
1084
|
-
}
|
|
1003
|
+
export interface NpgsqlRangeTypeMapping$instance extends NpgsqlTypeMapping$instance, INpgsqlTypeMapping$instance {
|
|
1004
|
+
readonly __tsonic_type_Npgsql_EntityFrameworkCore_PostgreSQL_Storage_Internal_Mapping_NpgsqlRangeTypeMapping: never;
|
|
1085
1005
|
|
|
1006
|
+
readonly __tsonic_iface_Npgsql_EntityFrameworkCore_PostgreSQL_Storage_Internal_Mapping_INpgsqlTypeMapping: never;
|
|
1086
1007
|
|
|
1087
|
-
export interface NpgsqlRangeTypeMapping$instance extends NpgsqlRangeTypeMapping$protected, NpgsqlTypeMapping$instance {
|
|
1088
1008
|
readonly SubtypeMapping: RelationalTypeMapping;
|
|
1089
|
-
UnquotedStoreType: string;
|
|
1009
|
+
get UnquotedStoreType(): string | undefined;
|
|
1010
|
+
set UnquotedStoreType(value: string | undefined);
|
|
1090
1011
|
Clone(npgsqlDbType: NpgsqlDbType, subtypeTypeMapping: RelationalTypeMapping): NpgsqlRangeTypeMapping;
|
|
1012
|
+
Clone(parameters: RelationalTypeMapping_RelationalTypeMappingParameters): RelationalTypeMapping;
|
|
1013
|
+
ConfigureParameter(parameter: DbParameter): void;
|
|
1091
1014
|
GenerateCodeLiteral(value: unknown): Expression;
|
|
1015
|
+
GenerateEmbeddedNonNullSqlLiteral(value: unknown): string;
|
|
1016
|
+
GenerateNonNullSqlLiteral(value: unknown): string;
|
|
1092
1017
|
}
|
|
1093
1018
|
|
|
1094
1019
|
|
|
1095
|
-
export const NpgsqlRangeTypeMapping: {
|
|
1096
|
-
new(parameters: RelationalTypeMapping_RelationalTypeMappingParameters, npgsqlDbType: NpgsqlDbType, subtypeMapping: RelationalTypeMapping): NpgsqlRangeTypeMapping;
|
|
1020
|
+
export const NpgsqlRangeTypeMapping: (abstract new(parameters: RelationalTypeMapping_RelationalTypeMappingParameters, npgsqlDbType: NpgsqlDbType, subtypeMapping: RelationalTypeMapping) => NpgsqlRangeTypeMapping) & {
|
|
1097
1021
|
readonly Default: NpgsqlRangeTypeMapping;
|
|
1098
1022
|
CreatBuiltInRangeMapping(rangeStoreType: string, rangeClrType: Type, rangeNpgsqlDbType: NpgsqlDbType, subtypeMapping: RelationalTypeMapping): NpgsqlRangeTypeMapping;
|
|
1099
1023
|
CreatUserDefinedRangeMapping(quotedRangeStoreType: string, unquotedRangeStoreType: string, rangeClrType: Type, subtypeMapping: RelationalTypeMapping): NpgsqlRangeTypeMapping;
|
|
@@ -1104,24 +1028,21 @@ export interface __NpgsqlRangeTypeMapping$views {
|
|
|
1104
1028
|
As_INpgsqlTypeMapping(): INpgsqlTypeMapping$instance;
|
|
1105
1029
|
}
|
|
1106
1030
|
|
|
1107
|
-
export interface NpgsqlRangeTypeMapping$instance extends INpgsqlTypeMapping$instance {}
|
|
1108
|
-
|
|
1109
1031
|
export type NpgsqlRangeTypeMapping = NpgsqlRangeTypeMapping$instance & __NpgsqlRangeTypeMapping$views;
|
|
1110
1032
|
|
|
1111
1033
|
|
|
1112
|
-
export
|
|
1113
|
-
|
|
1114
|
-
protected GenerateNonNullSqlLiteral(value: unknown): string;
|
|
1115
|
-
}
|
|
1034
|
+
export interface NpgsqlRegconfigTypeMapping$instance extends NpgsqlTypeMapping$instance, INpgsqlTypeMapping$instance {
|
|
1035
|
+
readonly __tsonic_type_Npgsql_EntityFrameworkCore_PostgreSQL_Storage_Internal_Mapping_NpgsqlRegconfigTypeMapping: never;
|
|
1116
1036
|
|
|
1037
|
+
readonly __tsonic_iface_Npgsql_EntityFrameworkCore_PostgreSQL_Storage_Internal_Mapping_INpgsqlTypeMapping: never;
|
|
1117
1038
|
|
|
1118
|
-
|
|
1039
|
+
Clone(parameters: RelationalTypeMapping_RelationalTypeMappingParameters): RelationalTypeMapping;
|
|
1040
|
+
GenerateNonNullSqlLiteral(value: unknown): string;
|
|
1119
1041
|
}
|
|
1120
1042
|
|
|
1121
1043
|
|
|
1122
1044
|
export const NpgsqlRegconfigTypeMapping: {
|
|
1123
1045
|
new(): NpgsqlRegconfigTypeMapping;
|
|
1124
|
-
new(parameters: RelationalTypeMapping_RelationalTypeMappingParameters): NpgsqlRegconfigTypeMapping;
|
|
1125
1046
|
readonly Default: NpgsqlRegconfigTypeMapping;
|
|
1126
1047
|
};
|
|
1127
1048
|
|
|
@@ -1130,24 +1051,21 @@ export interface __NpgsqlRegconfigTypeMapping$views {
|
|
|
1130
1051
|
As_INpgsqlTypeMapping(): INpgsqlTypeMapping$instance;
|
|
1131
1052
|
}
|
|
1132
1053
|
|
|
1133
|
-
export interface NpgsqlRegconfigTypeMapping$instance extends INpgsqlTypeMapping$instance {}
|
|
1134
|
-
|
|
1135
1054
|
export type NpgsqlRegconfigTypeMapping = NpgsqlRegconfigTypeMapping$instance & __NpgsqlRegconfigTypeMapping$views;
|
|
1136
1055
|
|
|
1137
1056
|
|
|
1138
|
-
export
|
|
1139
|
-
|
|
1140
|
-
protected GenerateNonNullSqlLiteral(value: unknown): string;
|
|
1141
|
-
}
|
|
1057
|
+
export interface NpgsqlRegdictionaryTypeMapping$instance extends NpgsqlTypeMapping$instance, INpgsqlTypeMapping$instance {
|
|
1058
|
+
readonly __tsonic_type_Npgsql_EntityFrameworkCore_PostgreSQL_Storage_Internal_Mapping_NpgsqlRegdictionaryTypeMapping: never;
|
|
1142
1059
|
|
|
1060
|
+
readonly __tsonic_iface_Npgsql_EntityFrameworkCore_PostgreSQL_Storage_Internal_Mapping_INpgsqlTypeMapping: never;
|
|
1143
1061
|
|
|
1144
|
-
|
|
1062
|
+
Clone(parameters: RelationalTypeMapping_RelationalTypeMappingParameters): RelationalTypeMapping;
|
|
1063
|
+
GenerateNonNullSqlLiteral(value: unknown): string;
|
|
1145
1064
|
}
|
|
1146
1065
|
|
|
1147
1066
|
|
|
1148
1067
|
export const NpgsqlRegdictionaryTypeMapping: {
|
|
1149
1068
|
new(): NpgsqlRegdictionaryTypeMapping;
|
|
1150
|
-
new(parameters: RelationalTypeMapping_RelationalTypeMappingParameters): NpgsqlRegdictionaryTypeMapping;
|
|
1151
1069
|
readonly Default: NpgsqlRegdictionaryTypeMapping;
|
|
1152
1070
|
};
|
|
1153
1071
|
|
|
@@ -1156,45 +1074,39 @@ export interface __NpgsqlRegdictionaryTypeMapping$views {
|
|
|
1156
1074
|
As_INpgsqlTypeMapping(): INpgsqlTypeMapping$instance;
|
|
1157
1075
|
}
|
|
1158
1076
|
|
|
1159
|
-
export interface NpgsqlRegdictionaryTypeMapping$instance extends INpgsqlTypeMapping$instance {}
|
|
1160
|
-
|
|
1161
1077
|
export type NpgsqlRegdictionaryTypeMapping = NpgsqlRegdictionaryTypeMapping$instance & __NpgsqlRegdictionaryTypeMapping$views;
|
|
1162
1078
|
|
|
1163
1079
|
|
|
1164
|
-
export
|
|
1165
|
-
|
|
1166
|
-
protected ConfigureParameter(parameter: DbParameter): void;
|
|
1167
|
-
protected GenerateNonNullSqlLiteral(value: unknown): string;
|
|
1168
|
-
}
|
|
1080
|
+
export interface NpgsqlRowValueTypeMapping$instance extends RelationalTypeMapping {
|
|
1081
|
+
readonly __tsonic_type_Npgsql_EntityFrameworkCore_PostgreSQL_Storage_Internal_Mapping_NpgsqlRowValueTypeMapping: never;
|
|
1169
1082
|
|
|
1170
|
-
|
|
1171
|
-
|
|
1083
|
+
Clone(parameters: RelationalTypeMapping_RelationalTypeMappingParameters): RelationalTypeMapping;
|
|
1084
|
+
ConfigureParameter(parameter: DbParameter): void;
|
|
1085
|
+
GenerateNonNullSqlLiteral(value: unknown): string;
|
|
1172
1086
|
}
|
|
1173
1087
|
|
|
1174
1088
|
|
|
1175
1089
|
export const NpgsqlRowValueTypeMapping: {
|
|
1176
1090
|
new(clrType: Type): NpgsqlRowValueTypeMapping;
|
|
1177
|
-
new(parameters: RelationalTypeMapping_RelationalTypeMappingParameters): NpgsqlRowValueTypeMapping;
|
|
1178
1091
|
};
|
|
1179
1092
|
|
|
1180
1093
|
|
|
1181
1094
|
export type NpgsqlRowValueTypeMapping = NpgsqlRowValueTypeMapping$instance;
|
|
1182
1095
|
|
|
1183
|
-
export
|
|
1184
|
-
|
|
1185
|
-
protected ConfigureParameter(parameter: DbParameter): void;
|
|
1186
|
-
}
|
|
1096
|
+
export interface NpgsqlStringTypeMapping$instance extends StringTypeMapping, INpgsqlTypeMapping$instance {
|
|
1097
|
+
readonly __tsonic_type_Npgsql_EntityFrameworkCore_PostgreSQL_Storage_Internal_Mapping_NpgsqlStringTypeMapping: never;
|
|
1187
1098
|
|
|
1099
|
+
readonly __tsonic_iface_Npgsql_EntityFrameworkCore_PostgreSQL_Storage_Internal_Mapping_INpgsqlTypeMapping: never;
|
|
1188
1100
|
|
|
1189
|
-
export interface NpgsqlStringTypeMapping$instance extends NpgsqlStringTypeMapping$protected, StringTypeMapping {
|
|
1190
1101
|
readonly NpgsqlDbType: NpgsqlDbType;
|
|
1102
|
+
Clone(parameters: RelationalTypeMapping_RelationalTypeMappingParameters): RelationalTypeMapping;
|
|
1191
1103
|
Clone(npgsqlDbType: NpgsqlDbType): NpgsqlStringTypeMapping;
|
|
1104
|
+
ConfigureParameter(parameter: DbParameter): void;
|
|
1192
1105
|
}
|
|
1193
1106
|
|
|
1194
1107
|
|
|
1195
1108
|
export const NpgsqlStringTypeMapping: {
|
|
1196
1109
|
new(storeType: string, npgsqlDbType: NpgsqlDbType): NpgsqlStringTypeMapping;
|
|
1197
|
-
new(parameters: RelationalTypeMapping_RelationalTypeMappingParameters, npgsqlDbType: NpgsqlDbType): NpgsqlStringTypeMapping;
|
|
1198
1110
|
readonly Default: NpgsqlStringTypeMapping;
|
|
1199
1111
|
};
|
|
1200
1112
|
|
|
@@ -1203,48 +1115,42 @@ export interface __NpgsqlStringTypeMapping$views {
|
|
|
1203
1115
|
As_INpgsqlTypeMapping(): INpgsqlTypeMapping$instance;
|
|
1204
1116
|
}
|
|
1205
1117
|
|
|
1206
|
-
export interface NpgsqlStringTypeMapping$instance extends INpgsqlTypeMapping$instance {}
|
|
1207
|
-
|
|
1208
1118
|
export type NpgsqlStringTypeMapping = NpgsqlStringTypeMapping$instance & __NpgsqlStringTypeMapping$views;
|
|
1209
1119
|
|
|
1210
1120
|
|
|
1211
|
-
export
|
|
1212
|
-
|
|
1213
|
-
protected ConfigureParameter(parameter: DbParameter): void;
|
|
1214
|
-
protected EscapeSqlLiteral(literal: string): string;
|
|
1215
|
-
protected GenerateNonNullSqlLiteral(value: unknown): string;
|
|
1216
|
-
}
|
|
1217
|
-
|
|
1121
|
+
export interface NpgsqlStructuralJsonTypeMapping$instance extends JsonTypeMapping {
|
|
1122
|
+
readonly __tsonic_type_Npgsql_EntityFrameworkCore_PostgreSQL_Storage_Internal_Mapping_NpgsqlStructuralJsonTypeMapping: never;
|
|
1218
1123
|
|
|
1219
|
-
export interface NpgsqlStructuralJsonTypeMapping$instance extends NpgsqlStructuralJsonTypeMapping$protected, JsonTypeMapping {
|
|
1220
1124
|
readonly NpgsqlDbType: NpgsqlDbType;
|
|
1125
|
+
Clone(parameters: RelationalTypeMapping_RelationalTypeMappingParameters): RelationalTypeMapping;
|
|
1126
|
+
ConfigureParameter(parameter: DbParameter): void;
|
|
1221
1127
|
CustomizeDataReaderExpression(expression: Expression): Expression;
|
|
1128
|
+
EscapeSqlLiteral(literal: string): string;
|
|
1129
|
+
GenerateNonNullSqlLiteral(value: unknown): string;
|
|
1222
1130
|
GetDataReaderMethod(): MethodInfo;
|
|
1223
1131
|
}
|
|
1224
1132
|
|
|
1225
1133
|
|
|
1226
1134
|
export const NpgsqlStructuralJsonTypeMapping: {
|
|
1227
1135
|
new(storeType: string): NpgsqlStructuralJsonTypeMapping;
|
|
1228
|
-
new(parameters: RelationalTypeMapping_RelationalTypeMappingParameters, npgsqlDbType: NpgsqlDbType): NpgsqlStructuralJsonTypeMapping;
|
|
1229
1136
|
};
|
|
1230
1137
|
|
|
1231
1138
|
|
|
1232
1139
|
export type NpgsqlStructuralJsonTypeMapping = NpgsqlStructuralJsonTypeMapping$instance;
|
|
1233
1140
|
|
|
1234
|
-
export
|
|
1235
|
-
|
|
1236
|
-
protected GenerateNonNullSqlLiteral(value: unknown): string;
|
|
1237
|
-
}
|
|
1141
|
+
export interface NpgsqlTidTypeMapping$instance extends NpgsqlTypeMapping$instance, INpgsqlTypeMapping$instance {
|
|
1142
|
+
readonly __tsonic_type_Npgsql_EntityFrameworkCore_PostgreSQL_Storage_Internal_Mapping_NpgsqlTidTypeMapping: never;
|
|
1238
1143
|
|
|
1144
|
+
readonly __tsonic_iface_Npgsql_EntityFrameworkCore_PostgreSQL_Storage_Internal_Mapping_INpgsqlTypeMapping: never;
|
|
1239
1145
|
|
|
1240
|
-
|
|
1146
|
+
Clone(parameters: RelationalTypeMapping_RelationalTypeMappingParameters): RelationalTypeMapping;
|
|
1241
1147
|
GenerateCodeLiteral(value: unknown): Expression;
|
|
1148
|
+
GenerateNonNullSqlLiteral(value: unknown): string;
|
|
1242
1149
|
}
|
|
1243
1150
|
|
|
1244
1151
|
|
|
1245
1152
|
export const NpgsqlTidTypeMapping: {
|
|
1246
1153
|
new(): NpgsqlTidTypeMapping;
|
|
1247
|
-
new(parameters: RelationalTypeMapping_RelationalTypeMappingParameters): NpgsqlTidTypeMapping;
|
|
1248
1154
|
readonly Default: NpgsqlTidTypeMapping;
|
|
1249
1155
|
};
|
|
1250
1156
|
|
|
@@ -1253,26 +1159,23 @@ export interface __NpgsqlTidTypeMapping$views {
|
|
|
1253
1159
|
As_INpgsqlTypeMapping(): INpgsqlTypeMapping$instance;
|
|
1254
1160
|
}
|
|
1255
1161
|
|
|
1256
|
-
export interface NpgsqlTidTypeMapping$instance extends INpgsqlTypeMapping$instance {}
|
|
1257
|
-
|
|
1258
1162
|
export type NpgsqlTidTypeMapping = NpgsqlTidTypeMapping$instance & __NpgsqlTidTypeMapping$views;
|
|
1259
1163
|
|
|
1260
1164
|
|
|
1261
|
-
export
|
|
1262
|
-
|
|
1263
|
-
protected GenerateEmbeddedNonNullSqlLiteral(value: unknown): string;
|
|
1264
|
-
protected GenerateNonNullSqlLiteral(value: unknown): string;
|
|
1265
|
-
protected ProcessStoreType(parameters: RelationalTypeMapping_RelationalTypeMappingParameters, storeType: string, _: string): string;
|
|
1266
|
-
}
|
|
1165
|
+
export interface NpgsqlTimestampTypeMapping$instance extends NpgsqlTypeMapping$instance, INpgsqlTypeMapping$instance {
|
|
1166
|
+
readonly __tsonic_type_Npgsql_EntityFrameworkCore_PostgreSQL_Storage_Internal_Mapping_NpgsqlTimestampTypeMapping: never;
|
|
1267
1167
|
|
|
1168
|
+
readonly __tsonic_iface_Npgsql_EntityFrameworkCore_PostgreSQL_Storage_Internal_Mapping_INpgsqlTypeMapping: never;
|
|
1268
1169
|
|
|
1269
|
-
|
|
1170
|
+
Clone(parameters: RelationalTypeMapping_RelationalTypeMappingParameters): RelationalTypeMapping;
|
|
1171
|
+
GenerateEmbeddedNonNullSqlLiteral(value: unknown): string;
|
|
1172
|
+
GenerateNonNullSqlLiteral(value: unknown): string;
|
|
1173
|
+
ProcessStoreType(parameters: RelationalTypeMapping_RelationalTypeMappingParameters, storeType: string, _: string): string;
|
|
1270
1174
|
}
|
|
1271
1175
|
|
|
1272
1176
|
|
|
1273
1177
|
export const NpgsqlTimestampTypeMapping: {
|
|
1274
1178
|
new(): NpgsqlTimestampTypeMapping;
|
|
1275
|
-
new(parameters: RelationalTypeMapping_RelationalTypeMappingParameters): NpgsqlTimestampTypeMapping;
|
|
1276
1179
|
readonly Default: NpgsqlTimestampTypeMapping;
|
|
1277
1180
|
};
|
|
1278
1181
|
|
|
@@ -1281,12 +1184,12 @@ export interface __NpgsqlTimestampTypeMapping$views {
|
|
|
1281
1184
|
As_INpgsqlTypeMapping(): INpgsqlTypeMapping$instance;
|
|
1282
1185
|
}
|
|
1283
1186
|
|
|
1284
|
-
export interface NpgsqlTimestampTypeMapping$instance extends INpgsqlTypeMapping$instance {}
|
|
1285
|
-
|
|
1286
1187
|
export type NpgsqlTimestampTypeMapping = NpgsqlTimestampTypeMapping$instance & __NpgsqlTimestampTypeMapping$views;
|
|
1287
1188
|
|
|
1288
1189
|
|
|
1289
|
-
export interface NpgsqlTimestampTypeMapping_NpgsqlJsonTimestampReaderWriter$instance extends
|
|
1190
|
+
export interface NpgsqlTimestampTypeMapping_NpgsqlJsonTimestampReaderWriter$instance extends JsonValueReaderWriter_1<DateTime> {
|
|
1191
|
+
readonly __tsonic_type_Npgsql_EntityFrameworkCore_PostgreSQL_Storage_Internal_Mapping_NpgsqlTimestampTypeMapping_NpgsqlJsonTimestampReaderWriter: never;
|
|
1192
|
+
|
|
1290
1193
|
readonly ConstructorExpression: Expression;
|
|
1291
1194
|
FromJsonTyped(manager: Utf8JsonReaderManager, existingObject?: unknown): DateTime;
|
|
1292
1195
|
ToJsonTyped(writer: Utf8JsonWriter, value: DateTime): void;
|
|
@@ -1301,21 +1204,20 @@ export const NpgsqlTimestampTypeMapping_NpgsqlJsonTimestampReaderWriter: {
|
|
|
1301
1204
|
|
|
1302
1205
|
export type NpgsqlTimestampTypeMapping_NpgsqlJsonTimestampReaderWriter = NpgsqlTimestampTypeMapping_NpgsqlJsonTimestampReaderWriter$instance;
|
|
1303
1206
|
|
|
1304
|
-
export
|
|
1305
|
-
|
|
1306
|
-
protected GenerateEmbeddedNonNullSqlLiteral(value: unknown): string;
|
|
1307
|
-
protected GenerateNonNullSqlLiteral(value: unknown): string;
|
|
1308
|
-
protected ProcessStoreType(parameters: RelationalTypeMapping_RelationalTypeMappingParameters, storeType: string, _: string): string;
|
|
1309
|
-
}
|
|
1207
|
+
export interface NpgsqlTimestampTzTypeMapping$instance extends NpgsqlTypeMapping$instance, INpgsqlTypeMapping$instance {
|
|
1208
|
+
readonly __tsonic_type_Npgsql_EntityFrameworkCore_PostgreSQL_Storage_Internal_Mapping_NpgsqlTimestampTzTypeMapping: never;
|
|
1310
1209
|
|
|
1210
|
+
readonly __tsonic_iface_Npgsql_EntityFrameworkCore_PostgreSQL_Storage_Internal_Mapping_INpgsqlTypeMapping: never;
|
|
1311
1211
|
|
|
1312
|
-
|
|
1212
|
+
Clone(parameters: RelationalTypeMapping_RelationalTypeMappingParameters): RelationalTypeMapping;
|
|
1213
|
+
GenerateEmbeddedNonNullSqlLiteral(value: unknown): string;
|
|
1214
|
+
GenerateNonNullSqlLiteral(value: unknown): string;
|
|
1215
|
+
ProcessStoreType(parameters: RelationalTypeMapping_RelationalTypeMappingParameters, storeType: string, _: string): string;
|
|
1313
1216
|
}
|
|
1314
1217
|
|
|
1315
1218
|
|
|
1316
1219
|
export const NpgsqlTimestampTzTypeMapping: {
|
|
1317
1220
|
new(clrType: Type): NpgsqlTimestampTzTypeMapping;
|
|
1318
|
-
new(parameters: RelationalTypeMapping_RelationalTypeMappingParameters): NpgsqlTimestampTzTypeMapping;
|
|
1319
1221
|
readonly Default: NpgsqlTimestampTzTypeMapping;
|
|
1320
1222
|
};
|
|
1321
1223
|
|
|
@@ -1324,12 +1226,12 @@ export interface __NpgsqlTimestampTzTypeMapping$views {
|
|
|
1324
1226
|
As_INpgsqlTypeMapping(): INpgsqlTypeMapping$instance;
|
|
1325
1227
|
}
|
|
1326
1228
|
|
|
1327
|
-
export interface NpgsqlTimestampTzTypeMapping$instance extends INpgsqlTypeMapping$instance {}
|
|
1328
|
-
|
|
1329
1229
|
export type NpgsqlTimestampTzTypeMapping = NpgsqlTimestampTzTypeMapping$instance & __NpgsqlTimestampTzTypeMapping$views;
|
|
1330
1230
|
|
|
1331
1231
|
|
|
1332
|
-
export interface NpgsqlTimestampTzTypeMapping_NpgsqlJsonTimestampTzDateTimeOffsetReaderWriter$instance extends
|
|
1232
|
+
export interface NpgsqlTimestampTzTypeMapping_NpgsqlJsonTimestampTzDateTimeOffsetReaderWriter$instance extends JsonValueReaderWriter_1<DateTimeOffset> {
|
|
1233
|
+
readonly __tsonic_type_Npgsql_EntityFrameworkCore_PostgreSQL_Storage_Internal_Mapping_NpgsqlTimestampTzTypeMapping_NpgsqlJsonTimestampTzDateTimeOffsetReaderWriter: never;
|
|
1234
|
+
|
|
1333
1235
|
readonly ConstructorExpression: Expression;
|
|
1334
1236
|
FromJsonTyped(manager: Utf8JsonReaderManager, existingObject?: unknown): DateTimeOffset;
|
|
1335
1237
|
ToJsonTyped(writer: Utf8JsonWriter, value: DateTimeOffset): void;
|
|
@@ -1344,7 +1246,9 @@ export const NpgsqlTimestampTzTypeMapping_NpgsqlJsonTimestampTzDateTimeOffsetRea
|
|
|
1344
1246
|
|
|
1345
1247
|
export type NpgsqlTimestampTzTypeMapping_NpgsqlJsonTimestampTzDateTimeOffsetReaderWriter = NpgsqlTimestampTzTypeMapping_NpgsqlJsonTimestampTzDateTimeOffsetReaderWriter$instance;
|
|
1346
1248
|
|
|
1347
|
-
export interface NpgsqlTimestampTzTypeMapping_NpgsqlJsonTimestampTzDateTimeReaderWriter$instance extends
|
|
1249
|
+
export interface NpgsqlTimestampTzTypeMapping_NpgsqlJsonTimestampTzDateTimeReaderWriter$instance extends JsonValueReaderWriter_1<DateTime> {
|
|
1250
|
+
readonly __tsonic_type_Npgsql_EntityFrameworkCore_PostgreSQL_Storage_Internal_Mapping_NpgsqlTimestampTzTypeMapping_NpgsqlJsonTimestampTzDateTimeReaderWriter: never;
|
|
1251
|
+
|
|
1348
1252
|
readonly ConstructorExpression: Expression;
|
|
1349
1253
|
FromJsonTyped(manager: Utf8JsonReaderManager, existingObject?: unknown): DateTime;
|
|
1350
1254
|
ToJsonTyped(writer: Utf8JsonWriter, value: DateTime): void;
|
|
@@ -1359,21 +1263,20 @@ export const NpgsqlTimestampTzTypeMapping_NpgsqlJsonTimestampTzDateTimeReaderWri
|
|
|
1359
1263
|
|
|
1360
1264
|
export type NpgsqlTimestampTzTypeMapping_NpgsqlJsonTimestampTzDateTimeReaderWriter = NpgsqlTimestampTzTypeMapping_NpgsqlJsonTimestampTzDateTimeReaderWriter$instance;
|
|
1361
1265
|
|
|
1362
|
-
export
|
|
1363
|
-
|
|
1364
|
-
protected GenerateEmbeddedNonNullSqlLiteral(value: unknown): string;
|
|
1365
|
-
protected GenerateNonNullSqlLiteral(value: unknown): string;
|
|
1366
|
-
protected ProcessStoreType(parameters: RelationalTypeMapping_RelationalTypeMappingParameters, storeType: string, _: string): string;
|
|
1367
|
-
}
|
|
1266
|
+
export interface NpgsqlTimeTypeMapping$instance extends NpgsqlTypeMapping$instance, INpgsqlTypeMapping$instance {
|
|
1267
|
+
readonly __tsonic_type_Npgsql_EntityFrameworkCore_PostgreSQL_Storage_Internal_Mapping_NpgsqlTimeTypeMapping: never;
|
|
1368
1268
|
|
|
1269
|
+
readonly __tsonic_iface_Npgsql_EntityFrameworkCore_PostgreSQL_Storage_Internal_Mapping_INpgsqlTypeMapping: never;
|
|
1369
1270
|
|
|
1370
|
-
|
|
1271
|
+
Clone(parameters: RelationalTypeMapping_RelationalTypeMappingParameters): RelationalTypeMapping;
|
|
1272
|
+
GenerateEmbeddedNonNullSqlLiteral(value: unknown): string;
|
|
1273
|
+
GenerateNonNullSqlLiteral(value: unknown): string;
|
|
1274
|
+
ProcessStoreType(parameters: RelationalTypeMapping_RelationalTypeMappingParameters, storeType: string, _: string): string;
|
|
1371
1275
|
}
|
|
1372
1276
|
|
|
1373
1277
|
|
|
1374
1278
|
export const NpgsqlTimeTypeMapping: {
|
|
1375
1279
|
new(clrType: Type): NpgsqlTimeTypeMapping;
|
|
1376
|
-
new(parameters: RelationalTypeMapping_RelationalTypeMappingParameters): NpgsqlTimeTypeMapping;
|
|
1377
1280
|
readonly Default: NpgsqlTimeTypeMapping;
|
|
1378
1281
|
};
|
|
1379
1282
|
|
|
@@ -1382,26 +1285,23 @@ export interface __NpgsqlTimeTypeMapping$views {
|
|
|
1382
1285
|
As_INpgsqlTypeMapping(): INpgsqlTypeMapping$instance;
|
|
1383
1286
|
}
|
|
1384
1287
|
|
|
1385
|
-
export interface NpgsqlTimeTypeMapping$instance extends INpgsqlTypeMapping$instance {}
|
|
1386
|
-
|
|
1387
1288
|
export type NpgsqlTimeTypeMapping = NpgsqlTimeTypeMapping$instance & __NpgsqlTimeTypeMapping$views;
|
|
1388
1289
|
|
|
1389
1290
|
|
|
1390
|
-
export
|
|
1391
|
-
|
|
1392
|
-
protected GenerateEmbeddedNonNullSqlLiteral(value: unknown): string;
|
|
1393
|
-
protected GenerateNonNullSqlLiteral(value: unknown): string;
|
|
1394
|
-
protected ProcessStoreType(parameters: RelationalTypeMapping_RelationalTypeMappingParameters, storeType: string, _: string): string;
|
|
1395
|
-
}
|
|
1291
|
+
export interface NpgsqlTimeTzTypeMapping$instance extends NpgsqlTypeMapping$instance, INpgsqlTypeMapping$instance {
|
|
1292
|
+
readonly __tsonic_type_Npgsql_EntityFrameworkCore_PostgreSQL_Storage_Internal_Mapping_NpgsqlTimeTzTypeMapping: never;
|
|
1396
1293
|
|
|
1294
|
+
readonly __tsonic_iface_Npgsql_EntityFrameworkCore_PostgreSQL_Storage_Internal_Mapping_INpgsqlTypeMapping: never;
|
|
1397
1295
|
|
|
1398
|
-
|
|
1296
|
+
Clone(parameters: RelationalTypeMapping_RelationalTypeMappingParameters): RelationalTypeMapping;
|
|
1297
|
+
GenerateEmbeddedNonNullSqlLiteral(value: unknown): string;
|
|
1298
|
+
GenerateNonNullSqlLiteral(value: unknown): string;
|
|
1299
|
+
ProcessStoreType(parameters: RelationalTypeMapping_RelationalTypeMappingParameters, storeType: string, _: string): string;
|
|
1399
1300
|
}
|
|
1400
1301
|
|
|
1401
1302
|
|
|
1402
1303
|
export const NpgsqlTimeTzTypeMapping: {
|
|
1403
1304
|
new(): NpgsqlTimeTzTypeMapping;
|
|
1404
|
-
new(parameters: RelationalTypeMapping_RelationalTypeMappingParameters): NpgsqlTimeTzTypeMapping;
|
|
1405
1305
|
readonly Default: NpgsqlTimeTzTypeMapping;
|
|
1406
1306
|
};
|
|
1407
1307
|
|
|
@@ -1410,12 +1310,12 @@ export interface __NpgsqlTimeTzTypeMapping$views {
|
|
|
1410
1310
|
As_INpgsqlTypeMapping(): INpgsqlTypeMapping$instance;
|
|
1411
1311
|
}
|
|
1412
1312
|
|
|
1413
|
-
export interface NpgsqlTimeTzTypeMapping$instance extends INpgsqlTypeMapping$instance {}
|
|
1414
|
-
|
|
1415
1313
|
export type NpgsqlTimeTzTypeMapping = NpgsqlTimeTzTypeMapping$instance & __NpgsqlTimeTzTypeMapping$views;
|
|
1416
1314
|
|
|
1417
1315
|
|
|
1418
|
-
export interface NpgsqlTimeTzTypeMapping_JsonTimeTzReaderWriter$instance extends
|
|
1316
|
+
export interface NpgsqlTimeTzTypeMapping_JsonTimeTzReaderWriter$instance extends JsonValueReaderWriter_1<DateTimeOffset> {
|
|
1317
|
+
readonly __tsonic_type_Npgsql_EntityFrameworkCore_PostgreSQL_Storage_Internal_Mapping_NpgsqlTimeTzTypeMapping_JsonTimeTzReaderWriter: never;
|
|
1318
|
+
|
|
1419
1319
|
readonly ConstructorExpression: Expression;
|
|
1420
1320
|
FromJsonTyped(manager: Utf8JsonReaderManager, existingObject?: unknown): DateTimeOffset;
|
|
1421
1321
|
ToJsonTyped(writer: Utf8JsonWriter, value: DateTimeOffset): void;
|
|
@@ -1423,26 +1323,24 @@ export interface NpgsqlTimeTzTypeMapping_JsonTimeTzReaderWriter$instance extends
|
|
|
1423
1323
|
|
|
1424
1324
|
|
|
1425
1325
|
export const NpgsqlTimeTzTypeMapping_JsonTimeTzReaderWriter: {
|
|
1426
|
-
new(): NpgsqlTimeTzTypeMapping_JsonTimeTzReaderWriter;
|
|
1427
1326
|
readonly Instance: NpgsqlTimeTzTypeMapping_JsonTimeTzReaderWriter;
|
|
1428
1327
|
};
|
|
1429
1328
|
|
|
1430
1329
|
|
|
1431
1330
|
export type NpgsqlTimeTzTypeMapping_JsonTimeTzReaderWriter = NpgsqlTimeTzTypeMapping_JsonTimeTzReaderWriter$instance;
|
|
1432
1331
|
|
|
1433
|
-
export
|
|
1434
|
-
|
|
1435
|
-
protected GenerateNonNullSqlLiteral(value: unknown): string;
|
|
1436
|
-
}
|
|
1332
|
+
export interface NpgsqlTsQueryTypeMapping$instance extends NpgsqlTypeMapping$instance, INpgsqlTypeMapping$instance {
|
|
1333
|
+
readonly __tsonic_type_Npgsql_EntityFrameworkCore_PostgreSQL_Storage_Internal_Mapping_NpgsqlTsQueryTypeMapping: never;
|
|
1437
1334
|
|
|
1335
|
+
readonly __tsonic_iface_Npgsql_EntityFrameworkCore_PostgreSQL_Storage_Internal_Mapping_INpgsqlTypeMapping: never;
|
|
1438
1336
|
|
|
1439
|
-
|
|
1337
|
+
Clone(parameters: RelationalTypeMapping_RelationalTypeMappingParameters): RelationalTypeMapping;
|
|
1338
|
+
GenerateNonNullSqlLiteral(value: unknown): string;
|
|
1440
1339
|
}
|
|
1441
1340
|
|
|
1442
1341
|
|
|
1443
1342
|
export const NpgsqlTsQueryTypeMapping: {
|
|
1444
1343
|
new(): NpgsqlTsQueryTypeMapping;
|
|
1445
|
-
new(parameters: RelationalTypeMapping_RelationalTypeMappingParameters): NpgsqlTsQueryTypeMapping;
|
|
1446
1344
|
readonly Default: NpgsqlTsQueryTypeMapping;
|
|
1447
1345
|
};
|
|
1448
1346
|
|
|
@@ -1451,42 +1349,36 @@ export interface __NpgsqlTsQueryTypeMapping$views {
|
|
|
1451
1349
|
As_INpgsqlTypeMapping(): INpgsqlTypeMapping$instance;
|
|
1452
1350
|
}
|
|
1453
1351
|
|
|
1454
|
-
export interface NpgsqlTsQueryTypeMapping$instance extends INpgsqlTypeMapping$instance {}
|
|
1455
|
-
|
|
1456
1352
|
export type NpgsqlTsQueryTypeMapping = NpgsqlTsQueryTypeMapping$instance & __NpgsqlTsQueryTypeMapping$views;
|
|
1457
1353
|
|
|
1458
1354
|
|
|
1459
|
-
export
|
|
1460
|
-
|
|
1461
|
-
}
|
|
1462
|
-
|
|
1355
|
+
export interface NpgsqlTsRankingNormalizationTypeMapping$instance extends IntTypeMapping {
|
|
1356
|
+
readonly __tsonic_type_Npgsql_EntityFrameworkCore_PostgreSQL_Storage_Internal_Mapping_NpgsqlTsRankingNormalizationTypeMapping: never;
|
|
1463
1357
|
|
|
1464
|
-
|
|
1358
|
+
Clone(parameters: RelationalTypeMapping_RelationalTypeMappingParameters): RelationalTypeMapping;
|
|
1465
1359
|
}
|
|
1466
1360
|
|
|
1467
1361
|
|
|
1468
1362
|
export const NpgsqlTsRankingNormalizationTypeMapping: {
|
|
1469
1363
|
new(): NpgsqlTsRankingNormalizationTypeMapping;
|
|
1470
|
-
new(parameters: RelationalTypeMapping_RelationalTypeMappingParameters): NpgsqlTsRankingNormalizationTypeMapping;
|
|
1471
1364
|
readonly Default: NpgsqlTsRankingNormalizationTypeMapping;
|
|
1472
1365
|
};
|
|
1473
1366
|
|
|
1474
1367
|
|
|
1475
1368
|
export type NpgsqlTsRankingNormalizationTypeMapping = NpgsqlTsRankingNormalizationTypeMapping$instance;
|
|
1476
1369
|
|
|
1477
|
-
export
|
|
1478
|
-
|
|
1479
|
-
protected GenerateNonNullSqlLiteral(value: unknown): string;
|
|
1480
|
-
}
|
|
1370
|
+
export interface NpgsqlTsVectorTypeMapping$instance extends NpgsqlTypeMapping$instance, INpgsqlTypeMapping$instance {
|
|
1371
|
+
readonly __tsonic_type_Npgsql_EntityFrameworkCore_PostgreSQL_Storage_Internal_Mapping_NpgsqlTsVectorTypeMapping: never;
|
|
1481
1372
|
|
|
1373
|
+
readonly __tsonic_iface_Npgsql_EntityFrameworkCore_PostgreSQL_Storage_Internal_Mapping_INpgsqlTypeMapping: never;
|
|
1482
1374
|
|
|
1483
|
-
|
|
1375
|
+
Clone(parameters: RelationalTypeMapping_RelationalTypeMappingParameters): RelationalTypeMapping;
|
|
1376
|
+
GenerateNonNullSqlLiteral(value: unknown): string;
|
|
1484
1377
|
}
|
|
1485
1378
|
|
|
1486
1379
|
|
|
1487
1380
|
export const NpgsqlTsVectorTypeMapping: {
|
|
1488
1381
|
new(): NpgsqlTsVectorTypeMapping;
|
|
1489
|
-
new(parameters: RelationalTypeMapping_RelationalTypeMappingParameters): NpgsqlTsVectorTypeMapping;
|
|
1490
1382
|
readonly Default: NpgsqlTsVectorTypeMapping;
|
|
1491
1383
|
};
|
|
1492
1384
|
|
|
@@ -1495,27 +1387,23 @@ export interface __NpgsqlTsVectorTypeMapping$views {
|
|
|
1495
1387
|
As_INpgsqlTypeMapping(): INpgsqlTypeMapping$instance;
|
|
1496
1388
|
}
|
|
1497
1389
|
|
|
1498
|
-
export interface NpgsqlTsVectorTypeMapping$instance extends INpgsqlTypeMapping$instance {}
|
|
1499
|
-
|
|
1500
1390
|
export type NpgsqlTsVectorTypeMapping = NpgsqlTsVectorTypeMapping$instance & __NpgsqlTsVectorTypeMapping$views;
|
|
1501
1391
|
|
|
1502
1392
|
|
|
1503
|
-
export
|
|
1504
|
-
|
|
1505
|
-
protected GenerateEmbeddedNonNullSqlLiteral(value: unknown): string;
|
|
1506
|
-
}
|
|
1393
|
+
export interface NpgsqlTypeMapping$instance extends RelationalTypeMapping, INpgsqlTypeMapping$instance {
|
|
1394
|
+
readonly __tsonic_type_Npgsql_EntityFrameworkCore_PostgreSQL_Storage_Internal_Mapping_NpgsqlTypeMapping: never;
|
|
1507
1395
|
|
|
1396
|
+
readonly __tsonic_iface_Npgsql_EntityFrameworkCore_PostgreSQL_Storage_Internal_Mapping_INpgsqlTypeMapping: never;
|
|
1508
1397
|
|
|
1509
|
-
export interface NpgsqlTypeMapping$instance extends NpgsqlTypeMapping$protected, RelationalTypeMapping {
|
|
1510
1398
|
readonly NpgsqlDbType: NpgsqlDbType;
|
|
1399
|
+
ConfigureParameter(parameter: DbParameter): void;
|
|
1400
|
+
GenerateEmbeddedNonNullSqlLiteral(value: unknown): string;
|
|
1511
1401
|
GenerateEmbeddedProviderValueSqlLiteral(value: unknown): string;
|
|
1512
1402
|
GenerateEmbeddedSqlLiteral(value: unknown): string;
|
|
1513
1403
|
}
|
|
1514
1404
|
|
|
1515
1405
|
|
|
1516
|
-
export const NpgsqlTypeMapping: {
|
|
1517
|
-
new(storeType: string, clrType: Type, npgsqlDbType: NpgsqlDbType, jsonValueReaderWriter: JsonValueReaderWriter, elementTypeMapping: CoreTypeMapping): NpgsqlTypeMapping;
|
|
1518
|
-
new(parameters: RelationalTypeMapping_RelationalTypeMappingParameters, npgsqlDbType: NpgsqlDbType): NpgsqlTypeMapping;
|
|
1406
|
+
export const NpgsqlTypeMapping: (abstract new(storeType: string, clrType: Type, npgsqlDbType: NpgsqlDbType, jsonValueReaderWriter: JsonValueReaderWriter, elementTypeMapping: CoreTypeMapping) => NpgsqlTypeMapping) & (abstract new(parameters: RelationalTypeMapping_RelationalTypeMappingParameters, npgsqlDbType: NpgsqlDbType) => NpgsqlTypeMapping) & {
|
|
1519
1407
|
};
|
|
1520
1408
|
|
|
1521
1409
|
|
|
@@ -1523,23 +1411,20 @@ export interface __NpgsqlTypeMapping$views {
|
|
|
1523
1411
|
As_INpgsqlTypeMapping(): INpgsqlTypeMapping$instance;
|
|
1524
1412
|
}
|
|
1525
1413
|
|
|
1526
|
-
export interface NpgsqlTypeMapping$instance extends INpgsqlTypeMapping$instance {}
|
|
1527
|
-
|
|
1528
1414
|
export type NpgsqlTypeMapping = NpgsqlTypeMapping$instance & __NpgsqlTypeMapping$views;
|
|
1529
1415
|
|
|
1530
1416
|
|
|
1531
|
-
export
|
|
1532
|
-
|
|
1533
|
-
}
|
|
1417
|
+
export interface NpgsqlUIntTypeMapping$instance extends NpgsqlTypeMapping$instance, INpgsqlTypeMapping$instance {
|
|
1418
|
+
readonly __tsonic_type_Npgsql_EntityFrameworkCore_PostgreSQL_Storage_Internal_Mapping_NpgsqlUIntTypeMapping: never;
|
|
1534
1419
|
|
|
1420
|
+
readonly __tsonic_iface_Npgsql_EntityFrameworkCore_PostgreSQL_Storage_Internal_Mapping_INpgsqlTypeMapping: never;
|
|
1535
1421
|
|
|
1536
|
-
|
|
1422
|
+
Clone(parameters: RelationalTypeMapping_RelationalTypeMappingParameters): RelationalTypeMapping;
|
|
1537
1423
|
}
|
|
1538
1424
|
|
|
1539
1425
|
|
|
1540
1426
|
export const NpgsqlUIntTypeMapping: {
|
|
1541
1427
|
new(storeType: string, npgsqlDbType: NpgsqlDbType): NpgsqlUIntTypeMapping;
|
|
1542
|
-
new(parameters: RelationalTypeMapping_RelationalTypeMappingParameters, npgsqlDbType: NpgsqlDbType): NpgsqlUIntTypeMapping;
|
|
1543
1428
|
readonly Default: NpgsqlUIntTypeMapping;
|
|
1544
1429
|
};
|
|
1545
1430
|
|
|
@@ -1548,23 +1433,20 @@ export interface __NpgsqlUIntTypeMapping$views {
|
|
|
1548
1433
|
As_INpgsqlTypeMapping(): INpgsqlTypeMapping$instance;
|
|
1549
1434
|
}
|
|
1550
1435
|
|
|
1551
|
-
export interface NpgsqlUIntTypeMapping$instance extends INpgsqlTypeMapping$instance {}
|
|
1552
|
-
|
|
1553
1436
|
export type NpgsqlUIntTypeMapping = NpgsqlUIntTypeMapping$instance & __NpgsqlUIntTypeMapping$views;
|
|
1554
1437
|
|
|
1555
1438
|
|
|
1556
|
-
export
|
|
1557
|
-
|
|
1558
|
-
}
|
|
1439
|
+
export interface NpgsqlULongTypeMapping$instance extends NpgsqlTypeMapping$instance, INpgsqlTypeMapping$instance {
|
|
1440
|
+
readonly __tsonic_type_Npgsql_EntityFrameworkCore_PostgreSQL_Storage_Internal_Mapping_NpgsqlULongTypeMapping: never;
|
|
1559
1441
|
|
|
1442
|
+
readonly __tsonic_iface_Npgsql_EntityFrameworkCore_PostgreSQL_Storage_Internal_Mapping_INpgsqlTypeMapping: never;
|
|
1560
1443
|
|
|
1561
|
-
|
|
1444
|
+
Clone(parameters: RelationalTypeMapping_RelationalTypeMappingParameters): RelationalTypeMapping;
|
|
1562
1445
|
}
|
|
1563
1446
|
|
|
1564
1447
|
|
|
1565
1448
|
export const NpgsqlULongTypeMapping: {
|
|
1566
1449
|
new(storeType: string, npgsqlDbType: NpgsqlDbType): NpgsqlULongTypeMapping;
|
|
1567
|
-
new(parameters: RelationalTypeMapping_RelationalTypeMappingParameters, npgsqlDbType: NpgsqlDbType): NpgsqlULongTypeMapping;
|
|
1568
1450
|
readonly Default: NpgsqlULongTypeMapping;
|
|
1569
1451
|
};
|
|
1570
1452
|
|
|
@@ -1573,25 +1455,22 @@ export interface __NpgsqlULongTypeMapping$views {
|
|
|
1573
1455
|
As_INpgsqlTypeMapping(): INpgsqlTypeMapping$instance;
|
|
1574
1456
|
}
|
|
1575
1457
|
|
|
1576
|
-
export interface NpgsqlULongTypeMapping$instance extends INpgsqlTypeMapping$instance {}
|
|
1577
|
-
|
|
1578
1458
|
export type NpgsqlULongTypeMapping = NpgsqlULongTypeMapping$instance & __NpgsqlULongTypeMapping$views;
|
|
1579
1459
|
|
|
1580
1460
|
|
|
1581
|
-
export
|
|
1582
|
-
|
|
1583
|
-
protected GenerateNonNullSqlLiteral(value: unknown): string;
|
|
1584
|
-
}
|
|
1461
|
+
export interface NpgsqlVarbitTypeMapping$instance extends NpgsqlTypeMapping$instance, INpgsqlTypeMapping$instance {
|
|
1462
|
+
readonly __tsonic_type_Npgsql_EntityFrameworkCore_PostgreSQL_Storage_Internal_Mapping_NpgsqlVarbitTypeMapping: never;
|
|
1585
1463
|
|
|
1464
|
+
readonly __tsonic_iface_Npgsql_EntityFrameworkCore_PostgreSQL_Storage_Internal_Mapping_INpgsqlTypeMapping: never;
|
|
1586
1465
|
|
|
1587
|
-
|
|
1466
|
+
Clone(parameters: RelationalTypeMapping_RelationalTypeMappingParameters): RelationalTypeMapping;
|
|
1588
1467
|
GenerateCodeLiteral(value: unknown): Expression;
|
|
1468
|
+
GenerateNonNullSqlLiteral(value: unknown): string;
|
|
1589
1469
|
}
|
|
1590
1470
|
|
|
1591
1471
|
|
|
1592
1472
|
export const NpgsqlVarbitTypeMapping: {
|
|
1593
1473
|
new(): NpgsqlVarbitTypeMapping;
|
|
1594
|
-
new(parameters: RelationalTypeMapping_RelationalTypeMappingParameters): NpgsqlVarbitTypeMapping;
|
|
1595
1474
|
readonly Default: NpgsqlVarbitTypeMapping;
|
|
1596
1475
|
};
|
|
1597
1476
|
|
|
@@ -1600,8 +1479,6 @@ export interface __NpgsqlVarbitTypeMapping$views {
|
|
|
1600
1479
|
As_INpgsqlTypeMapping(): INpgsqlTypeMapping$instance;
|
|
1601
1480
|
}
|
|
1602
1481
|
|
|
1603
|
-
export interface NpgsqlVarbitTypeMapping$instance extends INpgsqlTypeMapping$instance {}
|
|
1604
|
-
|
|
1605
1482
|
export type NpgsqlVarbitTypeMapping = NpgsqlVarbitTypeMapping$instance & __NpgsqlVarbitTypeMapping$views;
|
|
1606
1483
|
|
|
1607
1484
|
|