-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathNpgsql.EntityFrameworkCore.PostgreSQL.Query.d.ts
More file actions
24 lines (19 loc) · 1.92 KB
/
Npgsql.EntityFrameworkCore.PostgreSQL.Query.d.ts
File metadata and controls
24 lines (19 loc) · 1.92 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
// Generated by tsbindgen - Architecture
// Namespace: Npgsql.EntityFrameworkCore.PostgreSQL.Query
// Facade - Public API Surface
// Import internal declarations
import * as Internal from './Npgsql.EntityFrameworkCore.PostgreSQL.Query/internal/index.js';
// Core type aliases from @tsonic/core
import type { fnptr, ptr, sbyte, byte, short, ushort, int, uint, long, ulong, int128, uint128, half, float, double, decimal, nint, nuint, char } from '@tsonic/core/types.js';
// Cross-namespace type imports for constraints
import type { PgAllExpression, PgAllOperatorType, PgAnyExpression, PgAnyOperatorType, PgArrayIndexExpression, PgArraySliceExpression, PgFunctionExpression, PgILikeExpression, PgJsonTraversalExpression, PgNewArrayExpression, PgRegexMatchExpression } from './Npgsql.EntityFrameworkCore.PostgreSQL.Query.Expressions.Internal/internal/index.js';
import type { PgExpressionType } from './Npgsql.EntityFrameworkCore.PostgreSQL.Query.Expressions/internal/index.js';
import type { IEnumerable, IReadOnlyList } from '@tsonic/dotnet/System.Collections.Generic.js';
import type { Boolean as ClrBoolean, String as ClrString, Type } from '@tsonic/dotnet/System.js';
import type { ExpressionType } from '@tsonic/dotnet/System.Linq.Expressions.js';
import type { RegexOptions } from '@tsonic/dotnet/System.Text.RegularExpressions.js';
import type { EnumerableExpression, ISqlExpressionFactory, SqlExpressionFactory, SqlExpressionFactoryDependencies } from '@tsonic/efcore/Microsoft.EntityFrameworkCore.Query.js';
import type { AtTimeZoneExpression, SqlExpression } from '@tsonic/efcore/Microsoft.EntityFrameworkCore.Query.SqlExpressions.js';
import type { RelationalTypeMapping } from '@tsonic/efcore/Microsoft.EntityFrameworkCore.Storage.js';
// Public API exports (curated - no internal $instance/$views leakage)
export { NpgsqlSqlExpressionFactory as NpgsqlSqlExpressionFactory } from './Npgsql.EntityFrameworkCore.PostgreSQL.Query/internal/index.js';