@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.
Files changed (51) hide show
  1. package/Microsoft.EntityFrameworkCore/internal/index.d.ts +284 -280
  2. package/Microsoft.EntityFrameworkCore.Diagnostics/internal/index.d.ts +3 -3
  3. package/Microsoft.EntityFrameworkCore.Metadata.Internal/internal/index.d.ts +3 -3
  4. package/Microsoft.EntityFrameworkCore.Metadata.Internal.d.ts +3 -0
  5. package/Microsoft.Extensions.DependencyInjection/internal/index.d.ts +5 -5
  6. package/Microsoft.Extensions.DependencyInjection.d.ts +3 -0
  7. package/Npgsql/internal/index.d.ts +402 -290
  8. package/Npgsql.BackendMessages/internal/index.d.ts +4 -3
  9. package/Npgsql.EntityFrameworkCore.PostgreSQL/internal/index.d.ts +13 -13
  10. package/Npgsql.EntityFrameworkCore.PostgreSQL.Design.Internal/internal/index.d.ts +33 -31
  11. package/Npgsql.EntityFrameworkCore.PostgreSQL.Diagnostics.Internal/internal/index.d.ts +4 -2
  12. package/Npgsql.EntityFrameworkCore.PostgreSQL.Extensions.Internal/internal/index.d.ts +4 -4
  13. package/Npgsql.EntityFrameworkCore.PostgreSQL.Extensions.Internal.d.ts +3 -0
  14. package/Npgsql.EntityFrameworkCore.PostgreSQL.Infrastructure/internal/index.d.ts +20 -16
  15. package/Npgsql.EntityFrameworkCore.PostgreSQL.Infrastructure.Internal/internal/index.d.ts +51 -39
  16. package/Npgsql.EntityFrameworkCore.PostgreSQL.Internal/internal/index.d.ts +38 -33
  17. package/Npgsql.EntityFrameworkCore.PostgreSQL.Internal.d.ts +3 -0
  18. package/Npgsql.EntityFrameworkCore.PostgreSQL.Metadata/internal/index.d.ts +32 -25
  19. package/Npgsql.EntityFrameworkCore.PostgreSQL.Metadata.Conventions/internal/index.d.ts +73 -54
  20. package/Npgsql.EntityFrameworkCore.PostgreSQL.Metadata.Internal/internal/index.d.ts +21 -13
  21. package/Npgsql.EntityFrameworkCore.PostgreSQL.Migrations/internal/index.d.ts +47 -47
  22. package/Npgsql.EntityFrameworkCore.PostgreSQL.Migrations.Internal/internal/index.d.ts +29 -25
  23. package/Npgsql.EntityFrameworkCore.PostgreSQL.Migrations.Operations/internal/index.d.ts +21 -9
  24. package/Npgsql.EntityFrameworkCore.PostgreSQL.Query/internal/index.d.ts +16 -12
  25. package/Npgsql.EntityFrameworkCore.PostgreSQL.Query.ExpressionTranslators.Internal/internal/index.d.ts +179 -46
  26. package/Npgsql.EntityFrameworkCore.PostgreSQL.Query.Expressions/internal/index.d.ts +2 -2
  27. package/Npgsql.EntityFrameworkCore.PostgreSQL.Query.Expressions.Internal/internal/index.d.ts +149 -117
  28. package/Npgsql.EntityFrameworkCore.PostgreSQL.Query.Internal/internal/index.d.ts +155 -148
  29. package/Npgsql.EntityFrameworkCore.PostgreSQL.Scaffolding.Internal/internal/index.d.ts +17 -9
  30. package/Npgsql.EntityFrameworkCore.PostgreSQL.Storage.Internal/internal/index.d.ts +79 -51
  31. package/Npgsql.EntityFrameworkCore.PostgreSQL.Storage.Internal.Json/internal/index.d.ts +16 -13
  32. package/Npgsql.EntityFrameworkCore.PostgreSQL.Storage.Internal.Mapping/internal/index.d.ts +342 -465
  33. package/Npgsql.EntityFrameworkCore.PostgreSQL.Storage.ValueConversion/internal/index.d.ts +6 -3
  34. package/Npgsql.EntityFrameworkCore.PostgreSQL.Update.Internal/internal/index.d.ts +40 -32
  35. package/Npgsql.EntityFrameworkCore.PostgreSQL.ValueGeneration/internal/index.d.ts +11 -7
  36. package/Npgsql.EntityFrameworkCore.PostgreSQL.ValueGeneration.Internal/internal/index.d.ts +39 -26
  37. package/Npgsql.Internal/internal/index.d.ts +141 -104
  38. package/Npgsql.Internal.Postgres/internal/index.d.ts +16 -2
  39. package/Npgsql.NameTranslation/internal/index.d.ts +13 -9
  40. package/Npgsql.PostgresTypes/internal/index.d.ts +34 -23
  41. package/Npgsql.Replication/internal/index.d.ts +49 -25
  42. package/Npgsql.Replication.Internal/internal/index.d.ts +10 -9
  43. package/Npgsql.Replication.PgOutput/internal/index.d.ts +31 -22
  44. package/Npgsql.Replication.PgOutput.Messages/internal/index.d.ts +74 -36
  45. package/Npgsql.Replication.TestDecoding/internal/index.d.ts +18 -10
  46. package/Npgsql.Schema/internal/index.d.ts +26 -24
  47. package/Npgsql.TypeMapping/internal/index.d.ts +7 -3
  48. package/Npgsql.Util/internal/index.d.ts +4 -2
  49. package/NpgsqlTypes/internal/index.d.ts +145 -33
  50. package/__internal/extensions/index.d.ts +867 -89
  51. package/package.json +5 -5
@@ -11,16 +11,16 @@ import type { ptr } from "@tsonic/core/types.js";
11
11
  // Import types from other namespaces
12
12
  import type { INpgsqlSingletonOptions } from "../../Npgsql.EntityFrameworkCore.PostgreSQL.Infrastructure.Internal/internal/index.js";
13
13
  import type { PgAllExpression, PgAnyExpression, PgArrayIndexExpression, PgArraySliceExpression, PgBinaryExpression, PgDeleteExpression, PgFunctionExpression, PgILikeExpression, PgJsonTraversalExpression, PgNewArrayExpression, PgRegexMatchExpression, PgRowValueExpression, PgTableValuedFunctionExpression, PgUnknownBinaryExpression } from "../../Npgsql.EntityFrameworkCore.PostgreSQL.Query.Expressions.Internal/internal/index.js";
14
- import type { IReadOnlyList } from "@tsonic/dotnet/System.Collections.Generic.js";
15
- import * as System_Internal from "@tsonic/dotnet/System.js";
16
- import type { Boolean as ClrBoolean, Enum, IComparable, IConvertible, IFormattable, Int32, ISpanFormattable, Object as ClrObject, String as ClrString, Type, Version, Void } from "@tsonic/dotnet/System.js";
17
- import * as System_Linq_Expressions_Internal from "@tsonic/dotnet/System.Linq.Expressions.js";
18
- import type { BinaryExpression, ConditionalExpression, Expression, ExpressionVisitor, LambdaExpression, MethodCallExpression, NewArrayExpression, NewExpression, UnaryExpression } from "@tsonic/dotnet/System.Linq.Expressions.js";
19
- import type { IModel, IProperty } from "@tsonic/efcore/Microsoft.EntityFrameworkCore.Metadata.js";
20
- import * as Microsoft_EntityFrameworkCore_Query_Internal from "@tsonic/efcore/Microsoft.EntityFrameworkCore.Query.js";
21
- import type { CompiledQueryCacheKeyGeneratorDependencies, EvaluatableExpressionFilterDependencies, ICompiledQueryCacheKeyGenerator, IEvaluatableExpressionFilter, IQueryableMethodTranslatingExpressionVisitorFactory, IQueryCompilationContextFactory, IQuerySqlGeneratorFactory, IQueryTranslationPostprocessorFactory, IRelationalParameterBasedSqlProcessorFactory, IRelationalSqlTranslatingExpressionVisitorFactory, JsonQueryExpression, ParametersCacheDecorator, QueryableMethodTranslatingExpressionVisitor, QueryableMethodTranslatingExpressionVisitorDependencies, QueryCompilationContext, QueryCompilationContextDependencies, QueryContext, QuerySqlGenerator, QuerySqlGeneratorDependencies, QueryTranslationPostprocessor, QueryTranslationPostprocessorDependencies, RelationalCompiledQueryCacheKeyGenerator, RelationalCompiledQueryCacheKeyGeneratorDependencies, RelationalEvaluatableExpressionFilter, RelationalEvaluatableExpressionFilterDependencies, RelationalParameterBasedSqlProcessor, RelationalParameterBasedSqlProcessorDependencies, RelationalParameterBasedSqlProcessorParameters, RelationalQueryableMethodTranslatingExpressionVisitor, RelationalQueryableMethodTranslatingExpressionVisitorDependencies, RelationalQueryCompilationContext, RelationalQueryCompilationContextDependencies, RelationalQueryTranslationPostprocessor, RelationalQueryTranslationPostprocessorDependencies, RelationalSqlTranslatingExpressionVisitor, RelationalSqlTranslatingExpressionVisitorDependencies, RelationalTypeMappingPostprocessor, ShapedQueryExpression, SqlNullabilityProcessor, SqlTreePruner } from "@tsonic/efcore/Microsoft.EntityFrameworkCore.Query.js";
22
- import type { CollateExpression, CrossApplyExpression, DeleteExpression, JsonScalarExpression, OrderingExpression, OuterApplyExpression, SelectExpression, SetOperationBase, SqlBinaryExpression, SqlConstantExpression, SqlExpression, SqlFunctionExpression, SqlUnaryExpression, TableExpression, TableExpressionBase, UpdateExpression, ValuesExpression } from "@tsonic/efcore/Microsoft.EntityFrameworkCore.Query.SqlExpressions.js";
23
- import type { IRelationalTypeMappingSource } from "@tsonic/efcore/Microsoft.EntityFrameworkCore.Storage.js";
14
+ import type { IReadOnlyList_1 } from "@tsonic/dotnet/System.Collections.Generic/internal/index.js";
15
+ import * as System_Linq_Expressions_Internal from "@tsonic/dotnet/System.Linq.Expressions/internal/index.js";
16
+ import type { BinaryExpression, ConditionalExpression, Expression, ExpressionVisitor, LambdaExpression, MethodCallExpression, NewArrayExpression, NewExpression, UnaryExpression } from "@tsonic/dotnet/System.Linq.Expressions/internal/index.js";
17
+ import * as System_Internal from "@tsonic/dotnet/System/internal/index.js";
18
+ import type { Boolean as ClrBoolean, Enum, IComparable, IConvertible, IFormattable, Int32, ISpanFormattable, Object as ClrObject, String as ClrString, Type, Version, Void } from "@tsonic/dotnet/System/internal/index.js";
19
+ import type { IModel, IProperty } from "@tsonic/efcore/Microsoft.EntityFrameworkCore.Metadata/internal/index.js";
20
+ import type { CollateExpression, CrossApplyExpression, DeleteExpression, JsonScalarExpression, OrderingExpression, OuterApplyExpression, SelectExpression, SetOperationBase, SqlBinaryExpression, SqlConstantExpression, SqlExpression, SqlFunctionExpression, SqlUnaryExpression, TableExpression, TableExpressionBase, UpdateExpression, ValuesExpression } from "@tsonic/efcore/Microsoft.EntityFrameworkCore.Query.SqlExpressions/internal/index.js";
21
+ import * as Microsoft_EntityFrameworkCore_Query_Internal from "@tsonic/efcore/Microsoft.EntityFrameworkCore.Query/internal/index.js";
22
+ import type { CompiledQueryCacheKeyGeneratorDependencies, EvaluatableExpressionFilterDependencies, ICompiledQueryCacheKeyGenerator, IEvaluatableExpressionFilter, IQueryableMethodTranslatingExpressionVisitorFactory, IQueryCompilationContextFactory, IQuerySqlGeneratorFactory, IQueryTranslationPostprocessorFactory, IRelationalParameterBasedSqlProcessorFactory, IRelationalSqlTranslatingExpressionVisitorFactory, JsonQueryExpression, ParametersCacheDecorator, QueryableMethodTranslatingExpressionVisitor, QueryableMethodTranslatingExpressionVisitorDependencies, QueryCompilationContext, QueryCompilationContextDependencies, QueryContext, QuerySqlGenerator, QuerySqlGeneratorDependencies, QueryTranslationPostprocessor, QueryTranslationPostprocessorDependencies, RelationalCompiledQueryCacheKeyGenerator, RelationalCompiledQueryCacheKeyGeneratorDependencies, RelationalEvaluatableExpressionFilter, RelationalEvaluatableExpressionFilterDependencies, RelationalParameterBasedSqlProcessor, RelationalParameterBasedSqlProcessorDependencies, RelationalParameterBasedSqlProcessorParameters, RelationalQueryableMethodTranslatingExpressionVisitor, RelationalQueryableMethodTranslatingExpressionVisitorDependencies, RelationalQueryCompilationContext, RelationalQueryCompilationContextDependencies, RelationalQueryTranslationPostprocessor, RelationalQueryTranslationPostprocessorDependencies, RelationalSqlTranslatingExpressionVisitor, RelationalSqlTranslatingExpressionVisitorDependencies, RelationalTypeMappingPostprocessor, ShapedQueryExpression, SqlNullabilityProcessor, SqlTreePruner } from "@tsonic/efcore/Microsoft.EntityFrameworkCore.Query/internal/index.js";
23
+ import type { IRelationalTypeMappingSource } from "@tsonic/efcore/Microsoft.EntityFrameworkCore.Storage/internal/index.js";
24
24
 
25
25
  export enum NpgsqlSqlTranslatingExpressionVisitor_StartsEndsWithContains {
26
26
  StartsWith = 0,
@@ -30,6 +30,10 @@ export enum NpgsqlSqlTranslatingExpressionVisitor_StartsEndsWithContains {
30
30
 
31
31
 
32
32
  export interface NpgsqlCompiledQueryCacheKeyGenerator$instance extends RelationalCompiledQueryCacheKeyGenerator {
33
+ readonly __tsonic_type_Npgsql_EntityFrameworkCore_PostgreSQL_Query_Internal_NpgsqlCompiledQueryCacheKeyGenerator: never;
34
+
35
+ readonly __tsonic_iface_Microsoft_EntityFrameworkCore_Query_ICompiledQueryCacheKeyGenerator: never;
36
+
33
37
  GenerateCacheKey(query: Expression, async: boolean): unknown;
34
38
  }
35
39
 
@@ -41,13 +45,11 @@ export const NpgsqlCompiledQueryCacheKeyGenerator: {
41
45
 
42
46
  export type NpgsqlCompiledQueryCacheKeyGenerator = NpgsqlCompiledQueryCacheKeyGenerator$instance;
43
47
 
44
- export abstract class NpgsqlDeleteConvertingExpressionVisitor$protected {
45
- protected VisitDelete(deleteExpression: DeleteExpression): Expression;
46
- }
48
+ export interface NpgsqlDeleteConvertingExpressionVisitor$instance extends ExpressionVisitor {
49
+ readonly __tsonic_type_Npgsql_EntityFrameworkCore_PostgreSQL_Query_Internal_NpgsqlDeleteConvertingExpressionVisitor: never;
47
50
 
48
-
49
- export interface NpgsqlDeleteConvertingExpressionVisitor$instance extends NpgsqlDeleteConvertingExpressionVisitor$protected, ExpressionVisitor {
50
51
  Process(node: Expression): Expression;
52
+ VisitDelete(deleteExpression: DeleteExpression): Expression;
51
53
  }
52
54
 
53
55
 
@@ -59,6 +61,10 @@ export const NpgsqlDeleteConvertingExpressionVisitor: {
59
61
  export type NpgsqlDeleteConvertingExpressionVisitor = NpgsqlDeleteConvertingExpressionVisitor$instance;
60
62
 
61
63
  export interface NpgsqlEvaluatableExpressionFilter$instance extends RelationalEvaluatableExpressionFilter {
64
+ readonly __tsonic_type_Npgsql_EntityFrameworkCore_PostgreSQL_Query_Internal_NpgsqlEvaluatableExpressionFilter: never;
65
+
66
+ readonly __tsonic_iface_Microsoft_EntityFrameworkCore_Query_IEvaluatableExpressionFilter: never;
67
+
62
68
  IsEvaluatableExpression(expression: Expression, model: IModel): boolean;
63
69
  }
64
70
 
@@ -70,13 +76,11 @@ export const NpgsqlEvaluatableExpressionFilter: {
70
76
 
71
77
  export type NpgsqlEvaluatableExpressionFilter = NpgsqlEvaluatableExpressionFilter$instance;
72
78
 
73
- export abstract class NpgsqlParameterBasedSqlProcessor$protected {
74
- protected ProcessSqlNullability(selectExpression: Expression, parametersDecorator: ParametersCacheDecorator): Expression;
75
- }
76
-
79
+ export interface NpgsqlParameterBasedSqlProcessor$instance extends RelationalParameterBasedSqlProcessor {
80
+ readonly __tsonic_type_Npgsql_EntityFrameworkCore_PostgreSQL_Query_Internal_NpgsqlParameterBasedSqlProcessor: never;
77
81
 
78
- export interface NpgsqlParameterBasedSqlProcessor$instance extends NpgsqlParameterBasedSqlProcessor$protected, RelationalParameterBasedSqlProcessor {
79
82
  Process(queryExpression: Expression, parametersDecorator: ParametersCacheDecorator): Expression;
83
+ ProcessSqlNullability(selectExpression: Expression, parametersDecorator: ParametersCacheDecorator): Expression;
80
84
  }
81
85
 
82
86
 
@@ -88,6 +92,10 @@ export const NpgsqlParameterBasedSqlProcessor: {
88
92
  export type NpgsqlParameterBasedSqlProcessor = NpgsqlParameterBasedSqlProcessor$instance;
89
93
 
90
94
  export interface NpgsqlParameterBasedSqlProcessorFactory$instance {
95
+ readonly __tsonic_type_Npgsql_EntityFrameworkCore_PostgreSQL_Query_Internal_NpgsqlParameterBasedSqlProcessorFactory: never;
96
+
97
+ readonly __tsonic_iface_Microsoft_EntityFrameworkCore_Query_IRelationalParameterBasedSqlProcessorFactory: never;
98
+
91
99
  Create(parameters: RelationalParameterBasedSqlProcessorParameters): RelationalParameterBasedSqlProcessor;
92
100
  }
93
101
 
@@ -99,48 +107,45 @@ export const NpgsqlParameterBasedSqlProcessorFactory: {
99
107
 
100
108
  export type NpgsqlParameterBasedSqlProcessorFactory = NpgsqlParameterBasedSqlProcessorFactory$instance;
101
109
 
102
- export abstract class NpgsqlQueryableMethodTranslatingExpressionVisitor$protected {
103
- protected CreateSubqueryVisitor(): QueryableMethodTranslatingExpressionVisitor;
104
- protected GenerateJsonPartialUpdateSetter(target: Expression, value: SqlExpression, existingSetterValue: SqlExpression): SqlExpression | undefined;
105
- protected IsNaturallyOrdered(selectExpression: SelectExpression): boolean;
106
- protected IsOrdered(selectExpression: SelectExpression): boolean;
107
- protected IsValidSelectExpressionForExecuteDelete(selectExpression: SelectExpression): boolean;
108
- protected IsValidSelectExpressionForExecuteUpdate(selectExpression: SelectExpression, targetTable: TableExpressionBase, tableExpression: TableExpression): boolean;
109
- protected TransformJsonQueryToTable(jsonQueryExpression: JsonQueryExpression): ShapedQueryExpression;
110
- protected TranslateAll(source: ShapedQueryExpression, predicate: LambdaExpression): ShapedQueryExpression | undefined;
111
- protected TranslateAny(source: ShapedQueryExpression, predicate: LambdaExpression): ShapedQueryExpression | undefined;
112
- protected TranslateConcat(source1: ShapedQueryExpression, source2: ShapedQueryExpression): ShapedQueryExpression;
113
- protected TranslateContains(source: ShapedQueryExpression, item: Expression): ShapedQueryExpression | undefined;
114
- protected TranslateCount(source: ShapedQueryExpression, predicate: LambdaExpression): ShapedQueryExpression | undefined;
115
- protected TranslateElementAtOrDefault(source: ShapedQueryExpression, index: Expression, returnDefault: boolean): ShapedQueryExpression | undefined;
116
- protected TranslateFirstOrDefault(source: ShapedQueryExpression, predicate: LambdaExpression, returnType: Type, returnDefault: boolean): ShapedQueryExpression | undefined;
117
- protected TranslatePrimitiveCollection(sqlExpression: SqlExpression, property: IProperty, tableAlias: string): ShapedQueryExpression | undefined;
118
- protected TranslateSkip(source: ShapedQueryExpression, count: Expression): ShapedQueryExpression | undefined;
119
- protected TranslateTake(source: ShapedQueryExpression, count: Expression): ShapedQueryExpression | undefined;
120
- protected TranslateWhere(source: ShapedQueryExpression, predicate: LambdaExpression): ShapedQueryExpression | undefined;
121
- protected TrySerializeScalarToJson(target: JsonScalarExpression, value: SqlExpression, jsonValue: SqlExpression): boolean;
122
- }
123
-
124
-
125
- export interface NpgsqlQueryableMethodTranslatingExpressionVisitor$instance extends NpgsqlQueryableMethodTranslatingExpressionVisitor$protected, RelationalQueryableMethodTranslatingExpressionVisitor {
110
+ export interface NpgsqlQueryableMethodTranslatingExpressionVisitor$instance extends RelationalQueryableMethodTranslatingExpressionVisitor {
111
+ readonly __tsonic_type_Npgsql_EntityFrameworkCore_PostgreSQL_Query_Internal_NpgsqlQueryableMethodTranslatingExpressionVisitor: never;
112
+
113
+ CreateSubqueryVisitor(): QueryableMethodTranslatingExpressionVisitor;
114
+ GenerateJsonPartialUpdateSetter(target: Expression, value: SqlExpression, existingSetterValue: SqlExpression): SqlExpression | undefined;
115
+ IsNaturallyOrdered(selectExpression: SelectExpression): boolean;
116
+ IsOrdered(selectExpression: SelectExpression): boolean;
117
+ IsValidSelectExpressionForExecuteDelete(selectExpression: SelectExpression): boolean;
118
+ IsValidSelectExpressionForExecuteUpdate(selectExpression: SelectExpression, targetTable: TableExpressionBase, tableExpression: TableExpression): boolean;
119
+ TransformJsonQueryToTable(jsonQueryExpression: JsonQueryExpression): ShapedQueryExpression;
120
+ TranslateAll(source: ShapedQueryExpression, predicate: LambdaExpression): ShapedQueryExpression | undefined;
121
+ TranslateAny(source: ShapedQueryExpression, predicate: LambdaExpression): ShapedQueryExpression | undefined;
122
+ TranslateConcat(source1: ShapedQueryExpression, source2: ShapedQueryExpression): ShapedQueryExpression;
123
+ TranslateContains(source: ShapedQueryExpression, item: Expression): ShapedQueryExpression | undefined;
124
+ TranslateCount(source: ShapedQueryExpression, predicate: LambdaExpression): ShapedQueryExpression | undefined;
125
+ TranslateElementAtOrDefault(source: ShapedQueryExpression, index: Expression, returnDefault: boolean): ShapedQueryExpression | undefined;
126
+ TranslateFirstOrDefault(source: ShapedQueryExpression, predicate: LambdaExpression, returnType: Type, returnDefault: boolean): ShapedQueryExpression | undefined;
127
+ TranslatePrimitiveCollection(sqlExpression: SqlExpression, property: IProperty, tableAlias: string): ShapedQueryExpression | undefined;
128
+ TranslateSkip(source: ShapedQueryExpression, count: Expression): ShapedQueryExpression | undefined;
129
+ TranslateTake(source: ShapedQueryExpression, count: Expression): ShapedQueryExpression | undefined;
130
+ TranslateWhere(source: ShapedQueryExpression, predicate: LambdaExpression): ShapedQueryExpression | undefined;
131
+ TrySerializeScalarToJson(target: JsonScalarExpression, value: SqlExpression, jsonValue: SqlExpression): boolean;
126
132
  }
127
133
 
128
134
 
129
135
  export const NpgsqlQueryableMethodTranslatingExpressionVisitor: {
130
136
  new(dependencies: QueryableMethodTranslatingExpressionVisitorDependencies, relationalDependencies: RelationalQueryableMethodTranslatingExpressionVisitorDependencies, queryCompilationContext: RelationalQueryCompilationContext, npgsqlSingletonOptions: INpgsqlSingletonOptions): NpgsqlQueryableMethodTranslatingExpressionVisitor;
131
- new(parentVisitor: NpgsqlQueryableMethodTranslatingExpressionVisitor): NpgsqlQueryableMethodTranslatingExpressionVisitor;
132
137
  };
133
138
 
134
139
 
135
140
  export type NpgsqlQueryableMethodTranslatingExpressionVisitor = NpgsqlQueryableMethodTranslatingExpressionVisitor$instance;
136
141
 
137
- export abstract class NpgsqlQueryableMethodTranslatingExpressionVisitorFactory$protected {
138
- protected readonly Dependencies: QueryableMethodTranslatingExpressionVisitorDependencies;
139
- protected readonly RelationalDependencies: RelationalQueryableMethodTranslatingExpressionVisitorDependencies;
140
- }
142
+ export interface NpgsqlQueryableMethodTranslatingExpressionVisitorFactory$instance {
143
+ readonly __tsonic_type_Npgsql_EntityFrameworkCore_PostgreSQL_Query_Internal_NpgsqlQueryableMethodTranslatingExpressionVisitorFactory: never;
141
144
 
145
+ readonly __tsonic_iface_Microsoft_EntityFrameworkCore_Query_IQueryableMethodTranslatingExpressionVisitorFactory: never;
142
146
 
143
- export interface NpgsqlQueryableMethodTranslatingExpressionVisitorFactory$instance extends NpgsqlQueryableMethodTranslatingExpressionVisitorFactory$protected {
147
+ readonly Dependencies: QueryableMethodTranslatingExpressionVisitorDependencies;
148
+ readonly RelationalDependencies: RelationalQueryableMethodTranslatingExpressionVisitorDependencies;
144
149
  Create(queryCompilationContext: QueryCompilationContext): QueryableMethodTranslatingExpressionVisitor;
145
150
  }
146
151
 
@@ -153,6 +158,8 @@ export const NpgsqlQueryableMethodTranslatingExpressionVisitorFactory: {
153
158
  export type NpgsqlQueryableMethodTranslatingExpressionVisitorFactory = NpgsqlQueryableMethodTranslatingExpressionVisitorFactory$instance;
154
159
 
155
160
  export interface NpgsqlQueryCompilationContext$instance extends RelationalQueryCompilationContext {
161
+ readonly __tsonic_type_Npgsql_EntityFrameworkCore_PostgreSQL_Query_Internal_NpgsqlQueryCompilationContext: never;
162
+
156
163
  readonly IsBuffering: boolean;
157
164
  readonly SupportsPrecompiledQuery: boolean;
158
165
  }
@@ -167,6 +174,10 @@ export const NpgsqlQueryCompilationContext: {
167
174
  export type NpgsqlQueryCompilationContext = NpgsqlQueryCompilationContext$instance;
168
175
 
169
176
  export interface NpgsqlQueryCompilationContextFactory$instance {
177
+ readonly __tsonic_type_Npgsql_EntityFrameworkCore_PostgreSQL_Query_Internal_NpgsqlQueryCompilationContextFactory: never;
178
+
179
+ readonly __tsonic_iface_Microsoft_EntityFrameworkCore_Query_IQueryCompilationContextFactory: never;
180
+
170
181
  Create(async: boolean): QueryCompilationContext;
171
182
  CreatePrecompiled(async: boolean): QueryCompilationContext;
172
183
  }
@@ -179,48 +190,46 @@ export const NpgsqlQueryCompilationContextFactory: {
179
190
 
180
191
  export type NpgsqlQueryCompilationContextFactory = NpgsqlQueryCompilationContextFactory$instance;
181
192
 
182
- export abstract class NpgsqlQuerySqlGenerator$protected {
183
- protected GenerateLimitOffset(selectExpression: SelectExpression): void;
184
- protected GenerateRootCommand(queryExpression: Expression): void;
185
- protected GenerateSetOperation(setOperation: SetOperationBase): void;
186
- protected GenerateSetOperationOperand(setOperation: SetOperationBase, operand: SelectExpression): void;
187
- protected GenerateTop(selectExpression: SelectExpression): void;
188
- protected GenerateValues(valuesExpression: ValuesExpression): void;
189
- protected GetOperator(e: SqlBinaryExpression): string;
190
- protected RequiresParentheses(outerExpression: SqlExpression, innerExpression: SqlExpression): boolean;
191
- protected TryGenerateWithoutWrappingSelect(selectExpression: SelectExpression): boolean;
192
- protected TryGetOperatorInfo(expression: SqlExpression, precedence: int, isAssociative: boolean): boolean;
193
- protected VisitArrayAll(expression: PgAllExpression): Expression;
194
- protected VisitArrayAny(expression: PgAnyExpression): Expression;
195
- protected VisitArrayIndex(expression: SqlBinaryExpression): Expression;
196
- protected VisitArrayIndex(expression: PgArrayIndexExpression): Expression;
197
- protected VisitArraySlice(expression: PgArraySliceExpression): Expression;
198
- protected VisitCollate(collateExpression: CollateExpression): Expression;
199
- protected VisitCrossApply(crossApplyExpression: CrossApplyExpression): Expression;
200
- protected VisitDelete(deleteExpression: DeleteExpression): Expression;
201
- protected VisitExtension(extensionExpression: Expression): Expression;
202
- protected VisitILike(likeExpression: PgILikeExpression, negated?: boolean): Expression;
203
- protected VisitJsonPathTraversal(expression: PgJsonTraversalExpression): Expression;
204
- protected VisitJsonScalar(jsonScalarExpression: JsonScalarExpression): Expression;
205
- protected VisitNewArray(pgNewArrayExpression: PgNewArrayExpression): Expression;
206
- protected VisitOrdering(ordering: OrderingExpression): Expression;
207
- protected VisitOuterApply(outerApplyExpression: OuterApplyExpression): Expression;
208
- protected VisitPgBinary(binaryExpression: PgBinaryExpression): Expression;
209
- protected VisitPgDelete(pgDeleteExpression: PgDeleteExpression): Expression;
210
- protected VisitPgFunction(e: PgFunctionExpression): Expression;
211
- protected VisitPgTableValuedFunctionExpression(tableValuedFunctionExpression: PgTableValuedFunctionExpression): Expression;
212
- protected VisitRegexMatch(expression: PgRegexMatchExpression, negated?: boolean): Expression;
213
- protected VisitRowValue(rowValueExpression: PgRowValueExpression): Expression;
214
- protected VisitSqlBinary(binary: SqlBinaryExpression): Expression;
215
- protected VisitSqlConstant(sqlConstantExpression: SqlConstantExpression): Expression;
216
- protected VisitSqlUnary(sqlUnaryExpression: SqlUnaryExpression): Expression;
217
- protected VisitUnknownBinary(unknownBinaryExpression: PgUnknownBinaryExpression): Expression;
218
- protected VisitUpdate(updateExpression: UpdateExpression): Expression;
219
- protected VisitValues(valuesExpression: ValuesExpression): Expression;
220
- }
221
-
222
-
223
- export interface NpgsqlQuerySqlGenerator$instance extends NpgsqlQuerySqlGenerator$protected, QuerySqlGenerator {
193
+ export interface NpgsqlQuerySqlGenerator$instance extends QuerySqlGenerator {
194
+ readonly __tsonic_type_Npgsql_EntityFrameworkCore_PostgreSQL_Query_Internal_NpgsqlQuerySqlGenerator: never;
195
+
196
+ GenerateLimitOffset(selectExpression: SelectExpression): void;
197
+ GenerateRootCommand(queryExpression: Expression): void;
198
+ GenerateSetOperation(setOperation: SetOperationBase): void;
199
+ GenerateSetOperationOperand(setOperation: SetOperationBase, operand: SelectExpression): void;
200
+ GenerateTop(selectExpression: SelectExpression): void;
201
+ GenerateValues(valuesExpression: ValuesExpression): void;
202
+ GetOperator(e: SqlBinaryExpression): string;
203
+ RequiresParentheses(outerExpression: SqlExpression, innerExpression: SqlExpression): boolean;
204
+ TryGenerateWithoutWrappingSelect(selectExpression: SelectExpression): boolean;
205
+ TryGetOperatorInfo(expression: SqlExpression, precedence: int, isAssociative: boolean): boolean;
206
+ VisitArrayAll(expression: PgAllExpression): Expression;
207
+ VisitArrayAny(expression: PgAnyExpression): Expression;
208
+ VisitArrayIndex(expression: SqlBinaryExpression): Expression;
209
+ VisitArrayIndex(expression: PgArrayIndexExpression): Expression;
210
+ VisitArraySlice(expression: PgArraySliceExpression): Expression;
211
+ VisitCollate(collateExpression: CollateExpression): Expression;
212
+ VisitCrossApply(crossApplyExpression: CrossApplyExpression): Expression;
213
+ VisitDelete(deleteExpression: DeleteExpression): Expression;
214
+ VisitExtension(extensionExpression: Expression): Expression;
215
+ VisitILike(likeExpression: PgILikeExpression, negated?: boolean): Expression;
216
+ VisitJsonPathTraversal(expression: PgJsonTraversalExpression): Expression;
217
+ VisitJsonScalar(jsonScalarExpression: JsonScalarExpression): Expression;
218
+ VisitNewArray(pgNewArrayExpression: PgNewArrayExpression): Expression;
219
+ VisitOrdering(ordering: OrderingExpression): Expression;
220
+ VisitOuterApply(outerApplyExpression: OuterApplyExpression): Expression;
221
+ VisitPgBinary(binaryExpression: PgBinaryExpression): Expression;
222
+ VisitPgDelete(pgDeleteExpression: PgDeleteExpression): Expression;
223
+ VisitPgFunction(e: PgFunctionExpression): Expression;
224
+ VisitPgTableValuedFunctionExpression(tableValuedFunctionExpression: PgTableValuedFunctionExpression): Expression;
225
+ VisitRegexMatch(expression: PgRegexMatchExpression, negated?: boolean): Expression;
226
+ VisitRowValue(rowValueExpression: PgRowValueExpression): Expression;
227
+ VisitSqlBinary(binary: SqlBinaryExpression): Expression;
228
+ VisitSqlConstant(sqlConstantExpression: SqlConstantExpression): Expression;
229
+ VisitSqlUnary(sqlUnaryExpression: SqlUnaryExpression): Expression;
230
+ VisitUnknownBinary(unknownBinaryExpression: PgUnknownBinaryExpression): Expression;
231
+ VisitUpdate(updateExpression: UpdateExpression): Expression;
232
+ VisitValues(valuesExpression: ValuesExpression): Expression;
224
233
  }
225
234
 
226
235
 
@@ -232,6 +241,10 @@ export const NpgsqlQuerySqlGenerator: {
232
241
  export type NpgsqlQuerySqlGenerator = NpgsqlQuerySqlGenerator$instance;
233
242
 
234
243
  export interface NpgsqlQuerySqlGeneratorFactory$instance {
244
+ readonly __tsonic_type_Npgsql_EntityFrameworkCore_PostgreSQL_Query_Internal_NpgsqlQuerySqlGeneratorFactory: never;
245
+
246
+ readonly __tsonic_iface_Microsoft_EntityFrameworkCore_Query_IQuerySqlGeneratorFactory: never;
247
+
235
248
  Create(): QuerySqlGenerator;
236
249
  }
237
250
 
@@ -243,14 +256,12 @@ export const NpgsqlQuerySqlGeneratorFactory: {
243
256
 
244
257
  export type NpgsqlQuerySqlGeneratorFactory = NpgsqlQuerySqlGeneratorFactory$instance;
245
258
 
246
- export abstract class NpgsqlQueryTranslationPostprocessor$protected {
247
- protected ProcessTypeMappings(expression: Expression): Expression;
248
- protected Prune(query: Expression): Expression;
249
- }
250
-
259
+ export interface NpgsqlQueryTranslationPostprocessor$instance extends RelationalQueryTranslationPostprocessor {
260
+ readonly __tsonic_type_Npgsql_EntityFrameworkCore_PostgreSQL_Query_Internal_NpgsqlQueryTranslationPostprocessor: never;
251
261
 
252
- export interface NpgsqlQueryTranslationPostprocessor$instance extends NpgsqlQueryTranslationPostprocessor$protected, RelationalQueryTranslationPostprocessor {
253
262
  Process(query: Expression): Expression;
263
+ ProcessTypeMappings(expression: Expression): Expression;
264
+ Prune(query: Expression): Expression;
254
265
  }
255
266
 
256
267
 
@@ -261,13 +272,13 @@ export const NpgsqlQueryTranslationPostprocessor: {
261
272
 
262
273
  export type NpgsqlQueryTranslationPostprocessor = NpgsqlQueryTranslationPostprocessor$instance;
263
274
 
264
- export abstract class NpgsqlQueryTranslationPostprocessorFactory$protected {
265
- protected readonly Dependencies: QueryTranslationPostprocessorDependencies;
266
- protected readonly RelationalDependencies: RelationalQueryTranslationPostprocessorDependencies;
267
- }
275
+ export interface NpgsqlQueryTranslationPostprocessorFactory$instance {
276
+ readonly __tsonic_type_Npgsql_EntityFrameworkCore_PostgreSQL_Query_Internal_NpgsqlQueryTranslationPostprocessorFactory: never;
268
277
 
278
+ readonly __tsonic_iface_Microsoft_EntityFrameworkCore_Query_IQueryTranslationPostprocessorFactory: never;
269
279
 
270
- export interface NpgsqlQueryTranslationPostprocessorFactory$instance extends NpgsqlQueryTranslationPostprocessorFactory$protected {
280
+ readonly Dependencies: QueryTranslationPostprocessorDependencies;
281
+ readonly RelationalDependencies: RelationalQueryTranslationPostprocessorDependencies;
271
282
  Create(queryCompilationContext: QueryCompilationContext): QueryTranslationPostprocessor;
272
283
  }
273
284
 
@@ -279,12 +290,10 @@ export const NpgsqlQueryTranslationPostprocessorFactory: {
279
290
 
280
291
  export type NpgsqlQueryTranslationPostprocessorFactory = NpgsqlQueryTranslationPostprocessorFactory$instance;
281
292
 
282
- export abstract class NpgsqlSetOperationTypingInjector$protected {
283
- protected VisitExtension(extensionExpression: Expression): Expression;
284
- }
285
-
293
+ export interface NpgsqlSetOperationTypingInjector$instance extends ExpressionVisitor {
294
+ readonly __tsonic_type_Npgsql_EntityFrameworkCore_PostgreSQL_Query_Internal_NpgsqlSetOperationTypingInjector: never;
286
295
 
287
- export interface NpgsqlSetOperationTypingInjector$instance extends NpgsqlSetOperationTypingInjector$protected, ExpressionVisitor {
296
+ VisitExtension(extensionExpression: Expression): Expression;
288
297
  }
289
298
 
290
299
 
@@ -295,25 +304,23 @@ export const NpgsqlSetOperationTypingInjector: {
295
304
 
296
305
  export type NpgsqlSetOperationTypingInjector = NpgsqlSetOperationTypingInjector$instance;
297
306
 
298
- export abstract class NpgsqlSqlNullabilityProcessor$protected {
299
- protected VisitAll(allExpression: PgAllExpression, allowOptimizedExpansion: boolean, nullable: boolean): SqlExpression;
300
- protected VisitAny(anyExpression: PgAnyExpression, allowOptimizedExpansion: boolean, nullable: boolean): SqlExpression;
301
- protected VisitArrayIndex(arrayIndexExpression: PgArrayIndexExpression, allowOptimizedExpansion: boolean, nullable: boolean): SqlExpression;
302
- protected VisitArraySlice(arraySliceExpression: PgArraySliceExpression, allowOptimizedExpansion: boolean, nullable: boolean): SqlExpression;
303
- protected VisitCustomSqlExpression(sqlExpression: SqlExpression, allowOptimizedExpansion: boolean, nullable: boolean): SqlExpression;
304
- protected VisitILike(iLikeExpression: PgILikeExpression, allowOptimizedExpansion: boolean, nullable: boolean): SqlExpression;
305
- protected VisitJsonTraversal(jsonTraversalExpression: PgJsonTraversalExpression, allowOptimizedExpansion: boolean, nullable: boolean): SqlExpression;
306
- protected VisitNewArray(newArrayExpression: PgNewArrayExpression, allowOptimizedExpansion: boolean, nullable: boolean): SqlExpression;
307
- protected VisitPostgresBinary(binaryExpression: PgBinaryExpression, allowOptimizedExpansion: boolean, nullable: boolean): SqlExpression;
308
- protected VisitRegexMatch(regexMatchExpression: PgRegexMatchExpression, allowOptimizedExpansion: boolean, nullable: boolean): SqlExpression;
309
- protected VisitRowValueExpression(rowValueExpression: PgRowValueExpression, allowOptimizedExpansion: boolean, nullable: boolean): SqlExpression;
310
- protected VisitSqlBinary(sqlBinaryExpression: SqlBinaryExpression, allowOptimizedExpansion: boolean, nullable: boolean): SqlExpression;
311
- protected VisitSqlFunction(sqlFunctionExpression: SqlFunctionExpression, allowOptimizedExpansion: boolean, nullable: boolean): SqlExpression;
312
- protected VisitUnknownBinary(unknownBinaryExpression: PgUnknownBinaryExpression, allowOptimizedExpansion: boolean, nullable: boolean): SqlExpression;
313
- }
314
-
307
+ export interface NpgsqlSqlNullabilityProcessor$instance extends SqlNullabilityProcessor {
308
+ readonly __tsonic_type_Npgsql_EntityFrameworkCore_PostgreSQL_Query_Internal_NpgsqlSqlNullabilityProcessor: never;
315
309
 
316
- export interface NpgsqlSqlNullabilityProcessor$instance extends NpgsqlSqlNullabilityProcessor$protected, SqlNullabilityProcessor {
310
+ VisitAll(allExpression: PgAllExpression, allowOptimizedExpansion: boolean, nullable: boolean): SqlExpression;
311
+ VisitAny(anyExpression: PgAnyExpression, allowOptimizedExpansion: boolean, nullable: boolean): SqlExpression;
312
+ VisitArrayIndex(arrayIndexExpression: PgArrayIndexExpression, allowOptimizedExpansion: boolean, nullable: boolean): SqlExpression;
313
+ VisitArraySlice(arraySliceExpression: PgArraySliceExpression, allowOptimizedExpansion: boolean, nullable: boolean): SqlExpression;
314
+ VisitCustomSqlExpression(sqlExpression: SqlExpression, allowOptimizedExpansion: boolean, nullable: boolean): SqlExpression;
315
+ VisitILike(iLikeExpression: PgILikeExpression, allowOptimizedExpansion: boolean, nullable: boolean): SqlExpression;
316
+ VisitJsonTraversal(jsonTraversalExpression: PgJsonTraversalExpression, allowOptimizedExpansion: boolean, nullable: boolean): SqlExpression;
317
+ VisitNewArray(newArrayExpression: PgNewArrayExpression, allowOptimizedExpansion: boolean, nullable: boolean): SqlExpression;
318
+ VisitPostgresBinary(binaryExpression: PgBinaryExpression, allowOptimizedExpansion: boolean, nullable: boolean): SqlExpression;
319
+ VisitRegexMatch(regexMatchExpression: PgRegexMatchExpression, allowOptimizedExpansion: boolean, nullable: boolean): SqlExpression;
320
+ VisitRowValueExpression(rowValueExpression: PgRowValueExpression, allowOptimizedExpansion: boolean, nullable: boolean): SqlExpression;
321
+ VisitSqlBinary(sqlBinaryExpression: SqlBinaryExpression, allowOptimizedExpansion: boolean, nullable: boolean): SqlExpression;
322
+ VisitSqlFunction(sqlFunctionExpression: SqlFunctionExpression, allowOptimizedExpansion: boolean, nullable: boolean): SqlExpression;
323
+ VisitUnknownBinary(unknownBinaryExpression: PgUnknownBinaryExpression, allowOptimizedExpansion: boolean, nullable: boolean): SqlExpression;
317
324
  }
318
325
 
319
326
 
@@ -324,19 +331,17 @@ export const NpgsqlSqlNullabilityProcessor: {
324
331
 
325
332
  export type NpgsqlSqlNullabilityProcessor = NpgsqlSqlNullabilityProcessor$instance;
326
333
 
327
- export abstract class NpgsqlSqlTranslatingExpressionVisitor$protected {
328
- protected VisitBinary(binaryExpression: BinaryExpression): Expression;
329
- protected VisitConditional(conditionalExpression: ConditionalExpression): Expression;
330
- protected VisitMethodCall(methodCallExpression: MethodCallExpression): Expression;
331
- protected VisitNew(newExpression: NewExpression): Expression;
332
- protected VisitNewArray(newArrayExpression: NewArrayExpression): Expression;
333
- protected VisitUnary(unaryExpression: UnaryExpression): Expression;
334
- }
335
-
334
+ export interface NpgsqlSqlTranslatingExpressionVisitor$instance extends RelationalSqlTranslatingExpressionVisitor {
335
+ readonly __tsonic_type_Npgsql_EntityFrameworkCore_PostgreSQL_Query_Internal_NpgsqlSqlTranslatingExpressionVisitor: never;
336
336
 
337
- export interface NpgsqlSqlTranslatingExpressionVisitor$instance extends NpgsqlSqlTranslatingExpressionVisitor$protected, RelationalSqlTranslatingExpressionVisitor {
338
- GenerateGreatest(expressions: IReadOnlyList<SqlExpression>, resultType: Type): SqlExpression;
339
- GenerateLeast(expressions: IReadOnlyList<SqlExpression>, resultType: Type): SqlExpression;
337
+ GenerateGreatest(expressions: IReadOnlyList_1<SqlExpression>, resultType: Type): SqlExpression;
338
+ GenerateLeast(expressions: IReadOnlyList_1<SqlExpression>, resultType: Type): SqlExpression;
339
+ VisitBinary(binaryExpression: BinaryExpression): Expression;
340
+ VisitConditional(conditionalExpression: ConditionalExpression): Expression;
341
+ VisitMethodCall(methodCallExpression: MethodCallExpression): Expression;
342
+ VisitNew(newExpression: NewExpression): Expression;
343
+ VisitNewArray(newArrayExpression: NewArrayExpression): Expression;
344
+ VisitUnary(unaryExpression: UnaryExpression): Expression;
340
345
  }
341
346
 
342
347
 
@@ -349,6 +354,10 @@ export const NpgsqlSqlTranslatingExpressionVisitor: {
349
354
  export type NpgsqlSqlTranslatingExpressionVisitor = NpgsqlSqlTranslatingExpressionVisitor$instance;
350
355
 
351
356
  export interface NpgsqlSqlTranslatingExpressionVisitorFactory$instance {
357
+ readonly __tsonic_type_Npgsql_EntityFrameworkCore_PostgreSQL_Query_Internal_NpgsqlSqlTranslatingExpressionVisitorFactory: never;
358
+
359
+ readonly __tsonic_iface_Microsoft_EntityFrameworkCore_Query_IRelationalSqlTranslatingExpressionVisitorFactory: never;
360
+
352
361
  Create(queryCompilationContext: QueryCompilationContext, queryableMethodTranslatingExpressionVisitor: QueryableMethodTranslatingExpressionVisitor): RelationalSqlTranslatingExpressionVisitor;
353
362
  }
354
363
 
@@ -360,12 +369,10 @@ export const NpgsqlSqlTranslatingExpressionVisitorFactory: {
360
369
 
361
370
  export type NpgsqlSqlTranslatingExpressionVisitorFactory = NpgsqlSqlTranslatingExpressionVisitorFactory$instance;
362
371
 
363
- export abstract class NpgsqlSqlTreePruner$protected {
364
- protected VisitExtension(node: Expression): Expression;
365
- }
372
+ export interface NpgsqlSqlTreePruner$instance extends SqlTreePruner {
373
+ readonly __tsonic_type_Npgsql_EntityFrameworkCore_PostgreSQL_Query_Internal_NpgsqlSqlTreePruner: never;
366
374
 
367
-
368
- export interface NpgsqlSqlTreePruner$instance extends NpgsqlSqlTreePruner$protected, SqlTreePruner {
375
+ VisitExtension(node: Expression): Expression;
369
376
  }
370
377
 
371
378
 
@@ -376,12 +383,10 @@ export const NpgsqlSqlTreePruner: {
376
383
 
377
384
  export type NpgsqlSqlTreePruner = NpgsqlSqlTreePruner$instance;
378
385
 
379
- export abstract class NpgsqlTypeMappingPostprocessor$protected {
380
- protected VisitExtension(expression: Expression): Expression;
381
- }
382
-
386
+ export interface NpgsqlTypeMappingPostprocessor$instance extends RelationalTypeMappingPostprocessor {
387
+ readonly __tsonic_type_Npgsql_EntityFrameworkCore_PostgreSQL_Query_Internal_NpgsqlTypeMappingPostprocessor: never;
383
388
 
384
- export interface NpgsqlTypeMappingPostprocessor$instance extends NpgsqlTypeMappingPostprocessor$protected, RelationalTypeMappingPostprocessor {
389
+ VisitExtension(expression: Expression): Expression;
385
390
  }
386
391
 
387
392
 
@@ -393,6 +398,8 @@ export const NpgsqlTypeMappingPostprocessor: {
393
398
  export type NpgsqlTypeMappingPostprocessor = NpgsqlTypeMappingPostprocessor$instance;
394
399
 
395
400
  export interface NpgsqlUnnestPostprocessor$instance extends ExpressionVisitor {
401
+ readonly __tsonic_type_Npgsql_EntityFrameworkCore_PostgreSQL_Query_Internal_NpgsqlUnnestPostprocessor: never;
402
+
396
403
  Visit(expression: Expression): Expression | undefined;
397
404
  }
398
405
 
@@ -7,16 +7,20 @@ import type { sbyte, byte, short, ushort, int, uint, long, ulong, int128, uint12
7
7
 
8
8
  // Import types from other namespaces
9
9
  import * as System_Internal from "@tsonic/dotnet/System.js";
10
- import type { DbConnection } from "@tsonic/dotnet/System.Data.Common.js";
11
- import type { String as ClrString } from "@tsonic/dotnet/System.js";
12
- import type { MethodCallCodeFragment } from "@tsonic/efcore/Microsoft.EntityFrameworkCore.Design.js";
13
- import type { IDiagnosticsLogger } from "@tsonic/efcore/Microsoft.EntityFrameworkCore.Diagnostics.js";
14
- import type { DbLoggerCategory$Scaffolding } from "@tsonic/efcore/Microsoft.EntityFrameworkCore.js";
15
- import * as Microsoft_EntityFrameworkCore_Scaffolding_Internal from "@tsonic/efcore/Microsoft.EntityFrameworkCore.Scaffolding.js";
16
- import type { DatabaseModelFactory, DatabaseModelFactoryOptions, IDatabaseModelFactory, IProviderConfigurationCodeGenerator, ProviderCodeGenerator, ProviderCodeGeneratorDependencies } from "@tsonic/efcore/Microsoft.EntityFrameworkCore.Scaffolding.js";
17
- import type { DatabaseModel } from "@tsonic/efcore/Microsoft.EntityFrameworkCore.Scaffolding.Metadata.js";
10
+ import type { DbConnection } from "@tsonic/dotnet/System.Data.Common/internal/index.js";
11
+ import type { String as ClrString } from "@tsonic/dotnet/System/internal/index.js";
12
+ import type { MethodCallCodeFragment } from "@tsonic/efcore/Microsoft.EntityFrameworkCore.Design/internal/index.js";
13
+ import type { IDiagnosticsLogger_1 } from "@tsonic/efcore/Microsoft.EntityFrameworkCore.Diagnostics/internal/index.js";
14
+ import type { DatabaseModel } from "@tsonic/efcore/Microsoft.EntityFrameworkCore.Scaffolding.Metadata/internal/index.js";
15
+ import * as Microsoft_EntityFrameworkCore_Scaffolding_Internal from "@tsonic/efcore/Microsoft.EntityFrameworkCore.Scaffolding/internal/index.js";
16
+ import type { DatabaseModelFactory, DatabaseModelFactoryOptions, IDatabaseModelFactory, IProviderConfigurationCodeGenerator, ProviderCodeGenerator, ProviderCodeGeneratorDependencies } from "@tsonic/efcore/Microsoft.EntityFrameworkCore.Scaffolding/internal/index.js";
17
+ import type { DbLoggerCategory$Scaffolding } from "@tsonic/efcore/Microsoft.EntityFrameworkCore/internal/index.js";
18
18
 
19
19
  export interface NpgsqlCodeGenerator$instance extends ProviderCodeGenerator {
20
+ readonly __tsonic_type_Npgsql_EntityFrameworkCore_PostgreSQL_Scaffolding_Internal_NpgsqlCodeGenerator: never;
21
+
22
+ readonly __tsonic_iface_Microsoft_EntityFrameworkCore_Scaffolding_IProviderConfigurationCodeGenerator: never;
23
+
20
24
  GenerateUseProvider(connectionString: string, providerOptions: MethodCallCodeFragment): MethodCallCodeFragment;
21
25
  }
22
26
 
@@ -29,13 +33,17 @@ export const NpgsqlCodeGenerator: {
29
33
  export type NpgsqlCodeGenerator = NpgsqlCodeGenerator$instance;
30
34
 
31
35
  export interface NpgsqlDatabaseModelFactory$instance extends DatabaseModelFactory {
36
+ readonly __tsonic_type_Npgsql_EntityFrameworkCore_PostgreSQL_Scaffolding_Internal_NpgsqlDatabaseModelFactory: never;
37
+
38
+ readonly __tsonic_iface_Microsoft_EntityFrameworkCore_Scaffolding_IDatabaseModelFactory: never;
39
+
32
40
  Create(connectionString: string, options: DatabaseModelFactoryOptions): DatabaseModel;
33
41
  Create(dbConnection: DbConnection, options: DatabaseModelFactoryOptions): DatabaseModel;
34
42
  }
35
43
 
36
44
 
37
45
  export const NpgsqlDatabaseModelFactory: {
38
- new(logger: IDiagnosticsLogger<DbLoggerCategory$Scaffolding>): NpgsqlDatabaseModelFactory;
46
+ new(logger: IDiagnosticsLogger_1<DbLoggerCategory$Scaffolding>): NpgsqlDatabaseModelFactory;
39
47
  };
40
48
 
41
49