-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathNpgsql.EntityFrameworkCore.PostgreSQL.Infrastructure.Internal.d.ts
More file actions
29 lines (24 loc) · 2.64 KB
/
Npgsql.EntityFrameworkCore.PostgreSQL.Infrastructure.Internal.d.ts
File metadata and controls
29 lines (24 loc) · 2.64 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
25
26
27
28
29
// Generated by tsbindgen - Architecture
// Namespace: Npgsql.EntityFrameworkCore.PostgreSQL.Infrastructure.Internal
// Facade - Public API Surface
// Import internal declarations
import * as Internal from './Npgsql.EntityFrameworkCore.PostgreSQL.Infrastructure.Internal/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 { INpgsqlNameTranslator, NpgsqlDataSourceBuilder, ProvideClientCertificatesCallback, ProvidePasswordCallback } from './Npgsql/internal/index.js';
import type { IReadOnlyDictionary, IReadOnlyList } from '@tsonic/dotnet/System.Collections.Generic.js';
import type { DbConnection, DbDataSource } from '@tsonic/dotnet/System.Data.Common.js';
import type { Action, Boolean as ClrBoolean, IEquatable, Int32, Nullable, Object as ClrObject, String as ClrString, Type, Version, Void } from '@tsonic/dotnet/System.js';
import type { RemoteCertificateValidationCallback } from '@tsonic/dotnet/System.Net.Security.js';
import type { IDiagnosticsLogger } from '@tsonic/efcore/Microsoft.EntityFrameworkCore.Diagnostics.js';
import type { DbContextOptionsExtensionInfo, IDbContextOptions, IDbContextOptionsExtension, IModelValidator, ISingletonOptions, ModelValidatorDependencies, RelationalModelValidator, RelationalModelValidatorDependencies, RelationalOptionsExtension } from '@tsonic/efcore/Microsoft.EntityFrameworkCore.Infrastructure.js';
import type { DbLoggerCategory_Model_Validation, ParameterTranslationMode } from '@tsonic/efcore/Microsoft.EntityFrameworkCore.js';
import type { IEntityType, IKey, IModel, IProperty, StoreObjectIdentifier } from '@tsonic/efcore/Microsoft.EntityFrameworkCore.Metadata.js';
import type { IServiceCollection } from '@tsonic/microsoft-extensions/Microsoft.Extensions.DependencyInjection.js';
// Public API exports (curated - no internal $instance/$views leakage)
export { EnumDefinition as EnumDefinition } from './Npgsql.EntityFrameworkCore.PostgreSQL.Infrastructure.Internal/internal/index.js';
export type INpgsqlSingletonOptions = Internal.INpgsqlSingletonOptions;
export { NpgsqlModelValidator as NpgsqlModelValidator } from './Npgsql.EntityFrameworkCore.PostgreSQL.Infrastructure.Internal/internal/index.js';
export { NpgsqlOptionsExtension as NpgsqlOptionsExtension } from './Npgsql.EntityFrameworkCore.PostgreSQL.Infrastructure.Internal/internal/index.js';
export { UserRangeDefinition as UserRangeDefinition } from './Npgsql.EntityFrameworkCore.PostgreSQL.Infrastructure.Internal/internal/index.js';