@tsonic/efcore-sqlite 0.1.0
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/LICENSE +21 -0
- package/Microsoft.Data.Sqlite/bindings.json +6892 -0
- package/Microsoft.Data.Sqlite/internal/index.d.ts +430 -0
- package/Microsoft.Data.Sqlite/internal/metadata.json +4417 -0
- package/Microsoft.Data.Sqlite.d.ts +34 -0
- package/Microsoft.Data.Sqlite.js +9 -0
- package/Microsoft.DotNet.PlatformAbstractions/bindings.json +167 -0
- package/Microsoft.DotNet.PlatformAbstractions/internal/index.d.ts +29 -0
- package/Microsoft.DotNet.PlatformAbstractions/internal/metadata.json +121 -0
- package/Microsoft.DotNet.PlatformAbstractions.d.ts +13 -0
- package/Microsoft.DotNet.PlatformAbstractions.js +9 -0
- package/Microsoft.EntityFrameworkCore/bindings.json +1892 -0
- package/Microsoft.EntityFrameworkCore/internal/index.d.ts +156 -0
- package/Microsoft.EntityFrameworkCore/internal/metadata.json +1368 -0
- package/Microsoft.EntityFrameworkCore.Diagnostics/bindings.json +528 -0
- package/Microsoft.EntityFrameworkCore.Diagnostics/internal/index.d.ts +55 -0
- package/Microsoft.EntityFrameworkCore.Diagnostics/internal/metadata.json +267 -0
- package/Microsoft.EntityFrameworkCore.Diagnostics.d.ts +17 -0
- package/Microsoft.EntityFrameworkCore.Diagnostics.js +9 -0
- package/Microsoft.EntityFrameworkCore.Infrastructure/bindings.json +102 -0
- package/Microsoft.EntityFrameworkCore.Infrastructure/internal/index.d.ts +36 -0
- package/Microsoft.EntityFrameworkCore.Infrastructure/internal/metadata.json +82 -0
- package/Microsoft.EntityFrameworkCore.Infrastructure.d.ts +17 -0
- package/Microsoft.EntityFrameworkCore.Infrastructure.js +9 -0
- package/Microsoft.EntityFrameworkCore.Metadata/bindings.json +83 -0
- package/Microsoft.EntityFrameworkCore.Metadata/internal/index.d.ts +17 -0
- package/Microsoft.EntityFrameworkCore.Metadata/internal/metadata.json +54 -0
- package/Microsoft.EntityFrameworkCore.Metadata.Conventions/bindings.json +304 -0
- package/Microsoft.EntityFrameworkCore.Metadata.Conventions/internal/index.d.ts +78 -0
- package/Microsoft.EntityFrameworkCore.Metadata.Conventions/internal/metadata.json +203 -0
- package/Microsoft.EntityFrameworkCore.Metadata.Conventions.d.ts +21 -0
- package/Microsoft.EntityFrameworkCore.Metadata.Conventions.js +9 -0
- package/Microsoft.EntityFrameworkCore.Metadata.d.ts +12 -0
- package/Microsoft.EntityFrameworkCore.Metadata.js +9 -0
- package/Microsoft.EntityFrameworkCore.Migrations/bindings.json +105 -0
- package/Microsoft.EntityFrameworkCore.Migrations/internal/index.d.ts +35 -0
- package/Microsoft.EntityFrameworkCore.Migrations/internal/metadata.json +81 -0
- package/Microsoft.EntityFrameworkCore.Migrations.d.ts +17 -0
- package/Microsoft.EntityFrameworkCore.Migrations.js +9 -0
- package/Microsoft.EntityFrameworkCore.Sqlite.Design.Internal/bindings.json +236 -0
- package/Microsoft.EntityFrameworkCore.Sqlite.Design.Internal/internal/index.d.ts +57 -0
- package/Microsoft.EntityFrameworkCore.Sqlite.Design.Internal/internal/metadata.json +157 -0
- package/Microsoft.EntityFrameworkCore.Sqlite.Design.Internal.d.ts +20 -0
- package/Microsoft.EntityFrameworkCore.Sqlite.Design.Internal.js +9 -0
- package/Microsoft.EntityFrameworkCore.Sqlite.Diagnostics.Internal/bindings.json +587 -0
- package/Microsoft.EntityFrameworkCore.Sqlite.Diagnostics.Internal/internal/index.d.ts +68 -0
- package/Microsoft.EntityFrameworkCore.Sqlite.Diagnostics.Internal/internal/metadata.json +293 -0
- package/Microsoft.EntityFrameworkCore.Sqlite.Diagnostics.Internal.d.ts +15 -0
- package/Microsoft.EntityFrameworkCore.Sqlite.Diagnostics.Internal.js +9 -0
- package/Microsoft.EntityFrameworkCore.Sqlite.Infrastructure.Internal/bindings.json +202 -0
- package/Microsoft.EntityFrameworkCore.Sqlite.Infrastructure.Internal/internal/index.d.ts +44 -0
- package/Microsoft.EntityFrameworkCore.Sqlite.Infrastructure.Internal/internal/metadata.json +133 -0
- package/Microsoft.EntityFrameworkCore.Sqlite.Infrastructure.Internal.d.ts +18 -0
- package/Microsoft.EntityFrameworkCore.Sqlite.Infrastructure.Internal.js +9 -0
- package/Microsoft.EntityFrameworkCore.Sqlite.Internal/bindings.json +1253 -0
- package/Microsoft.EntityFrameworkCore.Sqlite.Internal/internal/index.d.ts +83 -0
- package/Microsoft.EntityFrameworkCore.Sqlite.Internal/internal/metadata.json +855 -0
- package/Microsoft.EntityFrameworkCore.Sqlite.Internal.d.ts +18 -0
- package/Microsoft.EntityFrameworkCore.Sqlite.Internal.js +9 -0
- package/Microsoft.EntityFrameworkCore.Sqlite.Metadata.Internal/bindings.json +294 -0
- package/Microsoft.EntityFrameworkCore.Sqlite.Metadata.Internal/internal/index.d.ts +43 -0
- package/Microsoft.EntityFrameworkCore.Sqlite.Metadata.Internal/internal/metadata.json +161 -0
- package/Microsoft.EntityFrameworkCore.Sqlite.Metadata.Internal.d.ts +16 -0
- package/Microsoft.EntityFrameworkCore.Sqlite.Metadata.Internal.js +9 -0
- package/Microsoft.EntityFrameworkCore.Sqlite.Migrations.Internal/bindings.json +325 -0
- package/Microsoft.EntityFrameworkCore.Sqlite.Migrations.Internal/internal/index.d.ts +48 -0
- package/Microsoft.EntityFrameworkCore.Sqlite.Migrations.Internal/internal/metadata.json +214 -0
- package/Microsoft.EntityFrameworkCore.Sqlite.Migrations.Internal.d.ts +17 -0
- package/Microsoft.EntityFrameworkCore.Sqlite.Migrations.Internal.js +9 -0
- package/Microsoft.EntityFrameworkCore.Sqlite.Query.Internal/bindings.json +2892 -0
- package/Microsoft.EntityFrameworkCore.Sqlite.Query.Internal/internal/index.d.ts +512 -0
- package/Microsoft.EntityFrameworkCore.Sqlite.Query.Internal/internal/metadata.json +1844 -0
- package/Microsoft.EntityFrameworkCore.Sqlite.Query.Internal.d.ts +59 -0
- package/Microsoft.EntityFrameworkCore.Sqlite.Query.Internal.js +9 -0
- package/Microsoft.EntityFrameworkCore.Sqlite.Scaffolding.Internal/bindings.json +151 -0
- package/Microsoft.EntityFrameworkCore.Sqlite.Scaffolding.Internal/internal/index.d.ts +44 -0
- package/Microsoft.EntityFrameworkCore.Sqlite.Scaffolding.Internal/internal/metadata.json +102 -0
- package/Microsoft.EntityFrameworkCore.Sqlite.Scaffolding.Internal.d.ts +20 -0
- package/Microsoft.EntityFrameworkCore.Sqlite.Scaffolding.Internal.js +9 -0
- package/Microsoft.EntityFrameworkCore.Sqlite.Storage.Internal/bindings.json +1096 -0
- package/Microsoft.EntityFrameworkCore.Sqlite.Storage.Internal/internal/index.d.ts +210 -0
- package/Microsoft.EntityFrameworkCore.Sqlite.Storage.Internal/internal/metadata.json +707 -0
- package/Microsoft.EntityFrameworkCore.Sqlite.Storage.Internal.d.ts +34 -0
- package/Microsoft.EntityFrameworkCore.Sqlite.Storage.Internal.js +9 -0
- package/Microsoft.EntityFrameworkCore.Sqlite.Storage.Json.Internal/bindings.json +605 -0
- package/Microsoft.EntityFrameworkCore.Sqlite.Storage.Json.Internal/internal/index.d.ts +93 -0
- package/Microsoft.EntityFrameworkCore.Sqlite.Storage.Json.Internal/internal/metadata.json +438 -0
- package/Microsoft.EntityFrameworkCore.Sqlite.Storage.Json.Internal.d.ts +19 -0
- package/Microsoft.EntityFrameworkCore.Sqlite.Storage.Json.Internal.js +9 -0
- package/Microsoft.EntityFrameworkCore.Sqlite.Update.Internal/bindings.json +413 -0
- package/Microsoft.EntityFrameworkCore.Sqlite.Update.Internal/internal/index.d.ts +80 -0
- package/Microsoft.EntityFrameworkCore.Sqlite.Update.Internal/internal/metadata.json +280 -0
- package/Microsoft.EntityFrameworkCore.Sqlite.Update.Internal.d.ts +18 -0
- package/Microsoft.EntityFrameworkCore.Sqlite.Update.Internal.js +9 -0
- package/Microsoft.EntityFrameworkCore.d.ts +29 -0
- package/Microsoft.EntityFrameworkCore.js +9 -0
- package/Microsoft.Extensions.DependencyInjection/bindings.json +68 -0
- package/Microsoft.Extensions.DependencyInjection/internal/index.d.ts +22 -0
- package/Microsoft.Extensions.DependencyInjection/internal/metadata.json +63 -0
- package/Microsoft.Extensions.DependencyInjection.d.ts +15 -0
- package/Microsoft.Extensions.DependencyInjection.js +9 -0
- package/Microsoft.Extensions.DependencyModel/bindings.json +2871 -0
- package/Microsoft.Extensions.DependencyModel/internal/index.d.ts +287 -0
- package/Microsoft.Extensions.DependencyModel/internal/metadata.json +1654 -0
- package/Microsoft.Extensions.DependencyModel.Resolution/bindings.json +526 -0
- package/Microsoft.Extensions.DependencyModel.Resolution/internal/index.d.ts +112 -0
- package/Microsoft.Extensions.DependencyModel.Resolution/internal/metadata.json +329 -0
- package/Microsoft.Extensions.DependencyModel.Resolution.d.ts +19 -0
- package/Microsoft.Extensions.DependencyModel.Resolution.js +9 -0
- package/Microsoft.Extensions.DependencyModel.d.ts +35 -0
- package/Microsoft.Extensions.DependencyModel.js +9 -0
- package/README.md +5 -0
- package/SQLitePCL/bindings.json +19341 -0
- package/SQLitePCL/internal/index.d.ts +994 -0
- package/SQLitePCL/internal/metadata.json +11902 -0
- package/SQLitePCL.d.ts +64 -0
- package/SQLitePCL.js +9 -0
- package/System.Collections.Generic/bindings.json +164 -0
- package/System.Collections.Generic/internal/index.d.ts +25 -0
- package/System.Collections.Generic/internal/metadata.json +123 -0
- package/System.Collections.Generic.d.ts +14 -0
- package/System.Collections.Generic.js +9 -0
- package/__build/ref/Program.cs +5 -0
- package/__build/ref/ref.csproj +14 -0
- package/__build/scripts/generate.sh +116 -0
- package/__internal/extensions/index.d.ts +44 -0
- package/families.json +1 -0
- package/package.json +28 -0
- package/tsconfig.json +20 -0
|
@@ -0,0 +1,59 @@
|
|
|
1
|
+
// Generated by tsbindgen - Architecture
|
|
2
|
+
// Namespace: Microsoft.EntityFrameworkCore.Sqlite.Query.Internal
|
|
3
|
+
// Facade - Public API Surface
|
|
4
|
+
|
|
5
|
+
// Import internal declarations
|
|
6
|
+
import * as Internal from './Microsoft.EntityFrameworkCore.Sqlite.Query.Internal/internal/index.js';
|
|
7
|
+
|
|
8
|
+
// Cross-namespace type imports for constraints
|
|
9
|
+
import type { IEnumerable, IReadOnlyList } from '@tsonic/dotnet/System.Collections.Generic.js';
|
|
10
|
+
import type { DbCommand } from '@tsonic/dotnet/System.Data.Common.js';
|
|
11
|
+
import type { Boolean as ClrBoolean, Int32, Object as ClrObject, String as ClrString, Type } from '@tsonic/dotnet/System.js';
|
|
12
|
+
import type { Expression, ExpressionVisitor } from '@tsonic/dotnet/System.Linq.Expressions.js';
|
|
13
|
+
import type { MemberInfo, MethodInfo } from '@tsonic/dotnet/System.Reflection.js';
|
|
14
|
+
import type { IDiagnosticsLogger } from '@tsonic/efcore/Microsoft.EntityFrameworkCore.Diagnostics.js';
|
|
15
|
+
import type { DbLoggerCategory$Query } from '@tsonic/efcore/Microsoft.EntityFrameworkCore.js';
|
|
16
|
+
import type { EnumerableExpression, IAggregateMethodCallTranslator, IAggregateMethodCallTranslatorProvider, IMemberTranslator, IMemberTranslatorProvider, IMethodCallTranslator, IMethodCallTranslatorProvider, IPrintableExpression, IQueryableMethodTranslatingExpressionVisitorFactory, IQueryCompilationContextFactory, IQuerySqlGeneratorFactory, IQueryTranslationPostprocessorFactory, IRelationalParameterBasedSqlProcessorFactory, IRelationalQueryStringFactory, IRelationalQuotableExpression, IRelationalSqlTranslatingExpressionVisitorFactory, ISqlExpressionFactory, PathSegment, QueryableMethodTranslatingExpressionVisitor, QueryableMethodTranslatingExpressionVisitorDependencies, QueryCompilationContext, QueryCompilationContextDependencies, QueryContext, QuerySqlGenerator, QuerySqlGeneratorDependencies, QueryTranslationPostprocessor, QueryTranslationPostprocessorDependencies, RelationalAggregateMethodCallTranslatorProvider, RelationalAggregateMethodCallTranslatorProviderDependencies, RelationalMemberTranslatorProvider, RelationalMemberTranslatorProviderDependencies, RelationalMethodCallTranslatorProvider, RelationalMethodCallTranslatorProviderDependencies, RelationalParameterBasedSqlProcessor, RelationalParameterBasedSqlProcessorDependencies, RelationalParameterBasedSqlProcessorParameters, RelationalQueryableMethodTranslatingExpressionVisitor, RelationalQueryableMethodTranslatingExpressionVisitorDependencies, RelationalQueryCompilationContext, RelationalQueryCompilationContextDependencies, RelationalQueryTranslationPostprocessor, RelationalQueryTranslationPostprocessorDependencies, RelationalSqlTranslatingExpressionVisitor, RelationalSqlTranslatingExpressionVisitorDependencies, RelationalTypeMappingPostprocessor, SqlExpressionFactory, SqlExpressionFactoryDependencies, SqlNullabilityProcessor } from '@tsonic/efcore/Microsoft.EntityFrameworkCore.Query.js';
|
|
17
|
+
import type { ITableBasedExpression, SqlExpression, TableExpressionBase, TableValuedFunctionExpression } from '@tsonic/efcore/Microsoft.EntityFrameworkCore.Query.SqlExpressions.js';
|
|
18
|
+
import type { IRelationalTypeMappingSource, RelationalTypeMapping } from '@tsonic/efcore/Microsoft.EntityFrameworkCore.Storage.js';
|
|
19
|
+
|
|
20
|
+
// Public API exports (curated - no internal $instance/$views leakage)
|
|
21
|
+
export { GlobExpression as GlobExpression } from './Microsoft.EntityFrameworkCore.Sqlite.Query.Internal/internal/index.js';
|
|
22
|
+
export { JsonEachExpression as JsonEachExpression } from './Microsoft.EntityFrameworkCore.Sqlite.Query.Internal/internal/index.js';
|
|
23
|
+
export { RegexpExpression as RegexpExpression } from './Microsoft.EntityFrameworkCore.Sqlite.Query.Internal/internal/index.js';
|
|
24
|
+
export { SqliteAggregateMethodCallTranslatorProvider as SqliteAggregateMethodCallTranslatorProvider } from './Microsoft.EntityFrameworkCore.Sqlite.Query.Internal/internal/index.js';
|
|
25
|
+
export { SqliteMemberTranslatorProvider as SqliteMemberTranslatorProvider } from './Microsoft.EntityFrameworkCore.Sqlite.Query.Internal/internal/index.js';
|
|
26
|
+
export { SqliteMethodCallTranslatorProvider as SqliteMethodCallTranslatorProvider } from './Microsoft.EntityFrameworkCore.Sqlite.Query.Internal/internal/index.js';
|
|
27
|
+
export { SqliteParameterBasedSqlProcessor as SqliteParameterBasedSqlProcessor } from './Microsoft.EntityFrameworkCore.Sqlite.Query.Internal/internal/index.js';
|
|
28
|
+
export { SqliteParameterBasedSqlProcessorFactory as SqliteParameterBasedSqlProcessorFactory } from './Microsoft.EntityFrameworkCore.Sqlite.Query.Internal/internal/index.js';
|
|
29
|
+
export { SqliteQueryableMethodTranslatingExpressionVisitor as SqliteQueryableMethodTranslatingExpressionVisitor } from './Microsoft.EntityFrameworkCore.Sqlite.Query.Internal/internal/index.js';
|
|
30
|
+
export { SqliteQueryableMethodTranslatingExpressionVisitorFactory as SqliteQueryableMethodTranslatingExpressionVisitorFactory } from './Microsoft.EntityFrameworkCore.Sqlite.Query.Internal/internal/index.js';
|
|
31
|
+
export { SqliteQueryCompilationContext as SqliteQueryCompilationContext } from './Microsoft.EntityFrameworkCore.Sqlite.Query.Internal/internal/index.js';
|
|
32
|
+
export { SqliteQueryCompilationContextFactory as SqliteQueryCompilationContextFactory } from './Microsoft.EntityFrameworkCore.Sqlite.Query.Internal/internal/index.js';
|
|
33
|
+
export { SqliteQuerySqlGenerator as SqliteQuerySqlGenerator } from './Microsoft.EntityFrameworkCore.Sqlite.Query.Internal/internal/index.js';
|
|
34
|
+
export { SqliteQuerySqlGeneratorFactory as SqliteQuerySqlGeneratorFactory } from './Microsoft.EntityFrameworkCore.Sqlite.Query.Internal/internal/index.js';
|
|
35
|
+
export { SqliteQueryStringFactory as SqliteQueryStringFactory } from './Microsoft.EntityFrameworkCore.Sqlite.Query.Internal/internal/index.js';
|
|
36
|
+
export { SqliteQueryTranslationPostprocessor as SqliteQueryTranslationPostprocessor } from './Microsoft.EntityFrameworkCore.Sqlite.Query.Internal/internal/index.js';
|
|
37
|
+
export { SqliteQueryTranslationPostprocessorFactory as SqliteQueryTranslationPostprocessorFactory } from './Microsoft.EntityFrameworkCore.Sqlite.Query.Internal/internal/index.js';
|
|
38
|
+
export { SqliteSqlExpressionFactory as SqliteSqlExpressionFactory } from './Microsoft.EntityFrameworkCore.Sqlite.Query.Internal/internal/index.js';
|
|
39
|
+
export { SqliteSqlNullabilityProcessor as SqliteSqlNullabilityProcessor } from './Microsoft.EntityFrameworkCore.Sqlite.Query.Internal/internal/index.js';
|
|
40
|
+
export { SqliteSqlTranslatingExpressionVisitor as SqliteSqlTranslatingExpressionVisitor } from './Microsoft.EntityFrameworkCore.Sqlite.Query.Internal/internal/index.js';
|
|
41
|
+
export { SqliteSqlTranslatingExpressionVisitorFactory as SqliteSqlTranslatingExpressionVisitorFactory } from './Microsoft.EntityFrameworkCore.Sqlite.Query.Internal/internal/index.js';
|
|
42
|
+
export { SqliteTypeMappingPostprocessor as SqliteTypeMappingPostprocessor } from './Microsoft.EntityFrameworkCore.Sqlite.Query.Internal/internal/index.js';
|
|
43
|
+
export { SqliteByteArrayMethodTranslator as SqliteByteArrayMethodTranslator } from './Microsoft.EntityFrameworkCore.Sqlite.Query.Internal/internal/index.js';
|
|
44
|
+
export { SqliteCharMethodTranslator as SqliteCharMethodTranslator } from './Microsoft.EntityFrameworkCore.Sqlite.Query.Internal/internal/index.js';
|
|
45
|
+
export { SqliteDateOnlyMemberTranslator as SqliteDateOnlyMemberTranslator } from './Microsoft.EntityFrameworkCore.Sqlite.Query.Internal/internal/index.js';
|
|
46
|
+
export { SqliteDateOnlyMethodTranslator as SqliteDateOnlyMethodTranslator } from './Microsoft.EntityFrameworkCore.Sqlite.Query.Internal/internal/index.js';
|
|
47
|
+
export { SqliteDateTimeMemberTranslator as SqliteDateTimeMemberTranslator } from './Microsoft.EntityFrameworkCore.Sqlite.Query.Internal/internal/index.js';
|
|
48
|
+
export { SqliteDateTimeMethodTranslator as SqliteDateTimeMethodTranslator } from './Microsoft.EntityFrameworkCore.Sqlite.Query.Internal/internal/index.js';
|
|
49
|
+
export { SqliteGlobMethodTranslator as SqliteGlobMethodTranslator } from './Microsoft.EntityFrameworkCore.Sqlite.Query.Internal/internal/index.js';
|
|
50
|
+
export { SqliteHexMethodTranslator as SqliteHexMethodTranslator } from './Microsoft.EntityFrameworkCore.Sqlite.Query.Internal/internal/index.js';
|
|
51
|
+
export { SqliteMathTranslator as SqliteMathTranslator } from './Microsoft.EntityFrameworkCore.Sqlite.Query.Internal/internal/index.js';
|
|
52
|
+
export { SqliteObjectToStringTranslator as SqliteObjectToStringTranslator } from './Microsoft.EntityFrameworkCore.Sqlite.Query.Internal/internal/index.js';
|
|
53
|
+
export { SqliteQueryableAggregateMethodTranslator as SqliteQueryableAggregateMethodTranslator } from './Microsoft.EntityFrameworkCore.Sqlite.Query.Internal/internal/index.js';
|
|
54
|
+
export { SqliteRandomTranslator as SqliteRandomTranslator } from './Microsoft.EntityFrameworkCore.Sqlite.Query.Internal/internal/index.js';
|
|
55
|
+
export { SqliteRegexMethodTranslator as SqliteRegexMethodTranslator } from './Microsoft.EntityFrameworkCore.Sqlite.Query.Internal/internal/index.js';
|
|
56
|
+
export { SqliteStringAggregateMethodTranslator as SqliteStringAggregateMethodTranslator } from './Microsoft.EntityFrameworkCore.Sqlite.Query.Internal/internal/index.js';
|
|
57
|
+
export { SqliteStringLengthTranslator as SqliteStringLengthTranslator } from './Microsoft.EntityFrameworkCore.Sqlite.Query.Internal/internal/index.js';
|
|
58
|
+
export { SqliteStringMethodTranslator as SqliteStringMethodTranslator } from './Microsoft.EntityFrameworkCore.Sqlite.Query.Internal/internal/index.js';
|
|
59
|
+
export { SqliteSubstrMethodTranslator as SqliteSubstrMethodTranslator } from './Microsoft.EntityFrameworkCore.Sqlite.Query.Internal/internal/index.js';
|
|
@@ -0,0 +1,9 @@
|
|
|
1
|
+
// Generated by tsbindgen - Architecture
|
|
2
|
+
// Namespace: Microsoft.EntityFrameworkCore.Sqlite.Query.Internal
|
|
3
|
+
// Module Stub - Do Not Execute
|
|
4
|
+
|
|
5
|
+
throw new Error(
|
|
6
|
+
'Cannot import CLR namespace Microsoft.EntityFrameworkCore.Sqlite.Query.Internal in JavaScript runtime. ' +
|
|
7
|
+
'This module provides TypeScript type definitions only. ' +
|
|
8
|
+
'Actual implementation requires .NET runtime via Tsonic compiler.'
|
|
9
|
+
);
|
|
@@ -0,0 +1,151 @@
|
|
|
1
|
+
{
|
|
2
|
+
"namespace": "Microsoft.EntityFrameworkCore.Sqlite.Scaffolding.Internal",
|
|
3
|
+
"types": [
|
|
4
|
+
{
|
|
5
|
+
"stableId": "Microsoft.EntityFrameworkCore.Sqlite:Microsoft.EntityFrameworkCore.Sqlite.Scaffolding.Internal.SqliteCodeGenerator",
|
|
6
|
+
"clrName": "Microsoft.EntityFrameworkCore.Sqlite.Scaffolding.Internal.SqliteCodeGenerator",
|
|
7
|
+
"tsEmitName": "SqliteCodeGenerator",
|
|
8
|
+
"assemblyName": "Microsoft.EntityFrameworkCore.Sqlite",
|
|
9
|
+
"metadataToken": 0,
|
|
10
|
+
"methods": [
|
|
11
|
+
{
|
|
12
|
+
"stableId": "Microsoft.EntityFrameworkCore.Sqlite:Microsoft.EntityFrameworkCore.Sqlite.Scaffolding.Internal.SqliteCodeGenerator::GenerateUseProvider(System.String,Microsoft.EntityFrameworkCore.Design.MethodCallCodeFragment):Microsoft.EntityFrameworkCore.Design.MethodCallCodeFragment",
|
|
13
|
+
"clrName": "GenerateUseProvider",
|
|
14
|
+
"tsEmitName": "generateUseProvider",
|
|
15
|
+
"metadataToken": 100663909,
|
|
16
|
+
"canonicalSignature": "(System.String,Microsoft.EntityFrameworkCore.Design.MethodCallCodeFragment):Microsoft.EntityFrameworkCore.Design.MethodCallCodeFragment",
|
|
17
|
+
"normalizedSignature": "GenerateUseProvider|(System.String,Microsoft.EntityFrameworkCore.Design.MethodCallCodeFragment):Microsoft.EntityFrameworkCore.Design.MethodCallCodeFragment|static=false",
|
|
18
|
+
"emitScope": "ClassSurface",
|
|
19
|
+
"arity": 0,
|
|
20
|
+
"parameterCount": 2,
|
|
21
|
+
"declaringClrType": "Microsoft.EntityFrameworkCore.Sqlite.Scaffolding.Internal.SqliteCodeGenerator",
|
|
22
|
+
"declaringAssemblyName": "Microsoft.EntityFrameworkCore.Sqlite",
|
|
23
|
+
"isExtensionMethod": false
|
|
24
|
+
}
|
|
25
|
+
],
|
|
26
|
+
"properties": [],
|
|
27
|
+
"fields": [],
|
|
28
|
+
"events": [],
|
|
29
|
+
"constructors": [
|
|
30
|
+
{
|
|
31
|
+
"stableId": "Microsoft.EntityFrameworkCore.Sqlite:Microsoft.EntityFrameworkCore.Sqlite.Scaffolding.Internal.SqliteCodeGenerator::.ctor(Microsoft.EntityFrameworkCore.Scaffolding.ProviderCodeGeneratorDependencies):void",
|
|
32
|
+
"metadataToken": 100663908,
|
|
33
|
+
"canonicalSignature": "(Microsoft.EntityFrameworkCore.Scaffolding.ProviderCodeGeneratorDependencies):void",
|
|
34
|
+
"normalizedSignature": "constructor|(Microsoft.EntityFrameworkCore.Scaffolding.ProviderCodeGeneratorDependencies):void|static=false",
|
|
35
|
+
"isStatic": false,
|
|
36
|
+
"parameterCount": 1,
|
|
37
|
+
"declaringClrType": "Microsoft.EntityFrameworkCore.Sqlite.Scaffolding.Internal.SqliteCodeGenerator",
|
|
38
|
+
"declaringAssemblyName": "Microsoft.EntityFrameworkCore.Sqlite"
|
|
39
|
+
}
|
|
40
|
+
],
|
|
41
|
+
"exposedMethods": [
|
|
42
|
+
{
|
|
43
|
+
"tsName": "generateUseProvider",
|
|
44
|
+
"isStatic": false,
|
|
45
|
+
"tsSignatureId": "GenerateUseProvider|(System.String,Microsoft.EntityFrameworkCore.Design.MethodCallCodeFragment):Microsoft.EntityFrameworkCore.Design.MethodCallCodeFragment|static=false",
|
|
46
|
+
"target": {
|
|
47
|
+
"declaringClrType": "Microsoft.EntityFrameworkCore.Sqlite.Scaffolding.Internal.SqliteCodeGenerator",
|
|
48
|
+
"declaringAssemblyName": "Microsoft.EntityFrameworkCore.Sqlite",
|
|
49
|
+
"metadataToken": 100663909
|
|
50
|
+
}
|
|
51
|
+
}
|
|
52
|
+
],
|
|
53
|
+
"exposedConstructors": [
|
|
54
|
+
{
|
|
55
|
+
"isStatic": false,
|
|
56
|
+
"tsSignatureId": "constructor|(Microsoft.EntityFrameworkCore.Scaffolding.ProviderCodeGeneratorDependencies):void|static=false",
|
|
57
|
+
"target": {
|
|
58
|
+
"declaringClrType": "Microsoft.EntityFrameworkCore.Sqlite.Scaffolding.Internal.SqliteCodeGenerator",
|
|
59
|
+
"declaringAssemblyName": "Microsoft.EntityFrameworkCore.Sqlite",
|
|
60
|
+
"metadataToken": 100663908
|
|
61
|
+
}
|
|
62
|
+
}
|
|
63
|
+
]
|
|
64
|
+
},
|
|
65
|
+
{
|
|
66
|
+
"stableId": "Microsoft.EntityFrameworkCore.Sqlite:Microsoft.EntityFrameworkCore.Sqlite.Scaffolding.Internal.SqliteDatabaseModelFactory",
|
|
67
|
+
"clrName": "Microsoft.EntityFrameworkCore.Sqlite.Scaffolding.Internal.SqliteDatabaseModelFactory",
|
|
68
|
+
"tsEmitName": "SqliteDatabaseModelFactory",
|
|
69
|
+
"assemblyName": "Microsoft.EntityFrameworkCore.Sqlite",
|
|
70
|
+
"metadataToken": 0,
|
|
71
|
+
"methods": [
|
|
72
|
+
{
|
|
73
|
+
"stableId": "Microsoft.EntityFrameworkCore.Sqlite:Microsoft.EntityFrameworkCore.Sqlite.Scaffolding.Internal.SqliteDatabaseModelFactory::Create(System.String,Microsoft.EntityFrameworkCore.Scaffolding.DatabaseModelFactoryOptions):Microsoft.EntityFrameworkCore.Scaffolding.Metadata.DatabaseModel",
|
|
74
|
+
"clrName": "Create",
|
|
75
|
+
"tsEmitName": "create",
|
|
76
|
+
"metadataToken": 100663912,
|
|
77
|
+
"canonicalSignature": "(System.String,Microsoft.EntityFrameworkCore.Scaffolding.DatabaseModelFactoryOptions):Microsoft.EntityFrameworkCore.Scaffolding.Metadata.DatabaseModel",
|
|
78
|
+
"normalizedSignature": "Create|(System.String,Microsoft.EntityFrameworkCore.Scaffolding.DatabaseModelFactoryOptions):Microsoft.EntityFrameworkCore.Scaffolding.Metadata.DatabaseModel|static=false",
|
|
79
|
+
"emitScope": "ClassSurface",
|
|
80
|
+
"arity": 0,
|
|
81
|
+
"parameterCount": 2,
|
|
82
|
+
"declaringClrType": "Microsoft.EntityFrameworkCore.Sqlite.Scaffolding.Internal.SqliteDatabaseModelFactory",
|
|
83
|
+
"declaringAssemblyName": "Microsoft.EntityFrameworkCore.Sqlite",
|
|
84
|
+
"isExtensionMethod": false
|
|
85
|
+
},
|
|
86
|
+
{
|
|
87
|
+
"stableId": "Microsoft.EntityFrameworkCore.Sqlite:Microsoft.EntityFrameworkCore.Sqlite.Scaffolding.Internal.SqliteDatabaseModelFactory::Create(System.Data.Common.DbConnection,Microsoft.EntityFrameworkCore.Scaffolding.DatabaseModelFactoryOptions):Microsoft.EntityFrameworkCore.Scaffolding.Metadata.DatabaseModel",
|
|
88
|
+
"clrName": "Create",
|
|
89
|
+
"tsEmitName": "create",
|
|
90
|
+
"metadataToken": 100663913,
|
|
91
|
+
"canonicalSignature": "(System.Data.Common.DbConnection,Microsoft.EntityFrameworkCore.Scaffolding.DatabaseModelFactoryOptions):Microsoft.EntityFrameworkCore.Scaffolding.Metadata.DatabaseModel",
|
|
92
|
+
"normalizedSignature": "Create|(System.Data.Common.DbConnection,Microsoft.EntityFrameworkCore.Scaffolding.DatabaseModelFactoryOptions):Microsoft.EntityFrameworkCore.Scaffolding.Metadata.DatabaseModel|static=false",
|
|
93
|
+
"emitScope": "ClassSurface",
|
|
94
|
+
"arity": 0,
|
|
95
|
+
"parameterCount": 2,
|
|
96
|
+
"declaringClrType": "Microsoft.EntityFrameworkCore.Sqlite.Scaffolding.Internal.SqliteDatabaseModelFactory",
|
|
97
|
+
"declaringAssemblyName": "Microsoft.EntityFrameworkCore.Sqlite",
|
|
98
|
+
"isExtensionMethod": false
|
|
99
|
+
}
|
|
100
|
+
],
|
|
101
|
+
"properties": [],
|
|
102
|
+
"fields": [],
|
|
103
|
+
"events": [],
|
|
104
|
+
"constructors": [
|
|
105
|
+
{
|
|
106
|
+
"stableId": "Microsoft.EntityFrameworkCore.Sqlite:Microsoft.EntityFrameworkCore.Sqlite.Scaffolding.Internal.SqliteDatabaseModelFactory::.ctor(Microsoft.EntityFrameworkCore.Diagnostics.IDiagnosticsLogger_1[[Microsoft.EntityFrameworkCore.DbLoggerCategory\u002BScaffolding,Microsoft.EntityFrameworkCore,Version=10.0.1.0,Culture=neutral,PublicKeyToken=adb9793829ddae60]],Microsoft.EntityFrameworkCore.Storage.IRelationalTypeMappingSource):void",
|
|
107
|
+
"metadataToken": 100663911,
|
|
108
|
+
"canonicalSignature": "(Microsoft.EntityFrameworkCore.Diagnostics.IDiagnosticsLogger_1[[Microsoft.EntityFrameworkCore.DbLoggerCategory\u002BScaffolding,Microsoft.EntityFrameworkCore,Version=10.0.1.0,Culture=neutral,PublicKeyToken=adb9793829ddae60]],Microsoft.EntityFrameworkCore.Storage.IRelationalTypeMappingSource):void",
|
|
109
|
+
"normalizedSignature": "constructor|(Microsoft.EntityFrameworkCore.Diagnostics.IDiagnosticsLogger_1[[Microsoft.EntityFrameworkCore.DbLoggerCategory\u002BScaffolding,Microsoft.EntityFrameworkCore,Version=10.0.1.0,Culture=neutral,PublicKeyToken=adb9793829ddae60]],Microsoft.EntityFrameworkCore.Storage.IRelationalTypeMappingSource):void|static=false",
|
|
110
|
+
"isStatic": false,
|
|
111
|
+
"parameterCount": 2,
|
|
112
|
+
"declaringClrType": "Microsoft.EntityFrameworkCore.Sqlite.Scaffolding.Internal.SqliteDatabaseModelFactory",
|
|
113
|
+
"declaringAssemblyName": "Microsoft.EntityFrameworkCore.Sqlite"
|
|
114
|
+
}
|
|
115
|
+
],
|
|
116
|
+
"exposedMethods": [
|
|
117
|
+
{
|
|
118
|
+
"tsName": "create",
|
|
119
|
+
"isStatic": false,
|
|
120
|
+
"tsSignatureId": "Create|(System.String,Microsoft.EntityFrameworkCore.Scaffolding.DatabaseModelFactoryOptions):Microsoft.EntityFrameworkCore.Scaffolding.Metadata.DatabaseModel|static=false",
|
|
121
|
+
"target": {
|
|
122
|
+
"declaringClrType": "Microsoft.EntityFrameworkCore.Sqlite.Scaffolding.Internal.SqliteDatabaseModelFactory",
|
|
123
|
+
"declaringAssemblyName": "Microsoft.EntityFrameworkCore.Sqlite",
|
|
124
|
+
"metadataToken": 100663912
|
|
125
|
+
}
|
|
126
|
+
},
|
|
127
|
+
{
|
|
128
|
+
"tsName": "create",
|
|
129
|
+
"isStatic": false,
|
|
130
|
+
"tsSignatureId": "Create|(System.Data.Common.DbConnection,Microsoft.EntityFrameworkCore.Scaffolding.DatabaseModelFactoryOptions):Microsoft.EntityFrameworkCore.Scaffolding.Metadata.DatabaseModel|static=false",
|
|
131
|
+
"target": {
|
|
132
|
+
"declaringClrType": "Microsoft.EntityFrameworkCore.Sqlite.Scaffolding.Internal.SqliteDatabaseModelFactory",
|
|
133
|
+
"declaringAssemblyName": "Microsoft.EntityFrameworkCore.Sqlite",
|
|
134
|
+
"metadataToken": 100663913
|
|
135
|
+
}
|
|
136
|
+
}
|
|
137
|
+
],
|
|
138
|
+
"exposedConstructors": [
|
|
139
|
+
{
|
|
140
|
+
"isStatic": false,
|
|
141
|
+
"tsSignatureId": "constructor|(Microsoft.EntityFrameworkCore.Diagnostics.IDiagnosticsLogger_1[[Microsoft.EntityFrameworkCore.DbLoggerCategory\u002BScaffolding,Microsoft.EntityFrameworkCore,Version=10.0.1.0,Culture=neutral,PublicKeyToken=adb9793829ddae60]],Microsoft.EntityFrameworkCore.Storage.IRelationalTypeMappingSource):void|static=false",
|
|
142
|
+
"target": {
|
|
143
|
+
"declaringClrType": "Microsoft.EntityFrameworkCore.Sqlite.Scaffolding.Internal.SqliteDatabaseModelFactory",
|
|
144
|
+
"declaringAssemblyName": "Microsoft.EntityFrameworkCore.Sqlite",
|
|
145
|
+
"metadataToken": 100663911
|
|
146
|
+
}
|
|
147
|
+
}
|
|
148
|
+
]
|
|
149
|
+
}
|
|
150
|
+
]
|
|
151
|
+
}
|
|
@@ -0,0 +1,44 @@
|
|
|
1
|
+
// Generated by tsbindgen - Architecture
|
|
2
|
+
// Namespace: Microsoft.EntityFrameworkCore.Sqlite.Scaffolding.Internal
|
|
3
|
+
// Assembly: Microsoft.EntityFrameworkCore.Sqlite
|
|
4
|
+
|
|
5
|
+
// Primitive type aliases from @tsonic/core
|
|
6
|
+
import type { sbyte, byte, short, ushort, int, uint, long, ulong, int128, uint128, half, float, double, decimal, nint, nuint, char } from '@tsonic/core/types.js';
|
|
7
|
+
|
|
8
|
+
// Import types from other namespaces
|
|
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";
|
|
18
|
+
import type { IRelationalTypeMappingSource } from "@tsonic/efcore/Microsoft.EntityFrameworkCore.Storage.js";
|
|
19
|
+
|
|
20
|
+
export interface SqliteCodeGenerator$instance extends ProviderCodeGenerator {
|
|
21
|
+
generateUseProvider(connectionString: string, providerOptions: MethodCallCodeFragment): MethodCallCodeFragment;
|
|
22
|
+
}
|
|
23
|
+
|
|
24
|
+
|
|
25
|
+
export const SqliteCodeGenerator: {
|
|
26
|
+
new(dependencies: ProviderCodeGeneratorDependencies): SqliteCodeGenerator;
|
|
27
|
+
};
|
|
28
|
+
|
|
29
|
+
|
|
30
|
+
export type SqliteCodeGenerator = SqliteCodeGenerator$instance;
|
|
31
|
+
|
|
32
|
+
export interface SqliteDatabaseModelFactory$instance extends DatabaseModelFactory {
|
|
33
|
+
create(connectionString: string, options: DatabaseModelFactoryOptions): DatabaseModel;
|
|
34
|
+
create(connection: DbConnection, options: DatabaseModelFactoryOptions): DatabaseModel;
|
|
35
|
+
}
|
|
36
|
+
|
|
37
|
+
|
|
38
|
+
export const SqliteDatabaseModelFactory: {
|
|
39
|
+
new(logger: IDiagnosticsLogger<DbLoggerCategory$Scaffolding>, typeMappingSource: IRelationalTypeMappingSource): SqliteDatabaseModelFactory;
|
|
40
|
+
};
|
|
41
|
+
|
|
42
|
+
|
|
43
|
+
export type SqliteDatabaseModelFactory = SqliteDatabaseModelFactory$instance;
|
|
44
|
+
|
|
@@ -0,0 +1,102 @@
|
|
|
1
|
+
{
|
|
2
|
+
"namespace": "Microsoft.EntityFrameworkCore.Sqlite.Scaffolding.Internal",
|
|
3
|
+
"contributingAssemblies": [
|
|
4
|
+
"Microsoft.EntityFrameworkCore.Sqlite"
|
|
5
|
+
],
|
|
6
|
+
"types": [
|
|
7
|
+
{
|
|
8
|
+
"stableId": "Microsoft.EntityFrameworkCore.Sqlite:Microsoft.EntityFrameworkCore.Sqlite.Scaffolding.Internal.SqliteCodeGenerator",
|
|
9
|
+
"clrName": "Microsoft.EntityFrameworkCore.Sqlite.Scaffolding.Internal.SqliteCodeGenerator",
|
|
10
|
+
"tsEmitName": "SqliteCodeGenerator",
|
|
11
|
+
"kind": "Class",
|
|
12
|
+
"accessibility": "Public",
|
|
13
|
+
"isAbstract": false,
|
|
14
|
+
"isSealed": false,
|
|
15
|
+
"isStatic": false,
|
|
16
|
+
"arity": 0,
|
|
17
|
+
"methods": [
|
|
18
|
+
{
|
|
19
|
+
"stableId": "Microsoft.EntityFrameworkCore.Sqlite:Microsoft.EntityFrameworkCore.Sqlite.Scaffolding.Internal.SqliteCodeGenerator::GenerateUseProvider(System.String,Microsoft.EntityFrameworkCore.Design.MethodCallCodeFragment):Microsoft.EntityFrameworkCore.Design.MethodCallCodeFragment",
|
|
20
|
+
"clrName": "GenerateUseProvider",
|
|
21
|
+
"tsEmitName": "generateUseProvider",
|
|
22
|
+
"normalizedSignature": "GenerateUseProvider|(System.String,Microsoft.EntityFrameworkCore.Design.MethodCallCodeFragment):Microsoft.EntityFrameworkCore.Design.MethodCallCodeFragment|static=false",
|
|
23
|
+
"provenance": "Original",
|
|
24
|
+
"emitScope": "ClassSurface",
|
|
25
|
+
"isStatic": false,
|
|
26
|
+
"isAbstract": false,
|
|
27
|
+
"isVirtual": true,
|
|
28
|
+
"isOverride": true,
|
|
29
|
+
"isSealed": false,
|
|
30
|
+
"arity": 0,
|
|
31
|
+
"parameterCount": 2,
|
|
32
|
+
"isExtensionMethod": false
|
|
33
|
+
}
|
|
34
|
+
],
|
|
35
|
+
"properties": [],
|
|
36
|
+
"fields": [],
|
|
37
|
+
"events": [],
|
|
38
|
+
"constructors": [
|
|
39
|
+
{
|
|
40
|
+
"normalizedSignature": "constructor|(Microsoft.EntityFrameworkCore.Scaffolding.ProviderCodeGeneratorDependencies):void|static=false",
|
|
41
|
+
"isStatic": false,
|
|
42
|
+
"parameterCount": 1
|
|
43
|
+
}
|
|
44
|
+
]
|
|
45
|
+
},
|
|
46
|
+
{
|
|
47
|
+
"stableId": "Microsoft.EntityFrameworkCore.Sqlite:Microsoft.EntityFrameworkCore.Sqlite.Scaffolding.Internal.SqliteDatabaseModelFactory",
|
|
48
|
+
"clrName": "Microsoft.EntityFrameworkCore.Sqlite.Scaffolding.Internal.SqliteDatabaseModelFactory",
|
|
49
|
+
"tsEmitName": "SqliteDatabaseModelFactory",
|
|
50
|
+
"kind": "Class",
|
|
51
|
+
"accessibility": "Public",
|
|
52
|
+
"isAbstract": false,
|
|
53
|
+
"isSealed": false,
|
|
54
|
+
"isStatic": false,
|
|
55
|
+
"arity": 0,
|
|
56
|
+
"methods": [
|
|
57
|
+
{
|
|
58
|
+
"stableId": "Microsoft.EntityFrameworkCore.Sqlite:Microsoft.EntityFrameworkCore.Sqlite.Scaffolding.Internal.SqliteDatabaseModelFactory::Create(System.String,Microsoft.EntityFrameworkCore.Scaffolding.DatabaseModelFactoryOptions):Microsoft.EntityFrameworkCore.Scaffolding.Metadata.DatabaseModel",
|
|
59
|
+
"clrName": "Create",
|
|
60
|
+
"tsEmitName": "create",
|
|
61
|
+
"normalizedSignature": "Create|(System.String,Microsoft.EntityFrameworkCore.Scaffolding.DatabaseModelFactoryOptions):Microsoft.EntityFrameworkCore.Scaffolding.Metadata.DatabaseModel|static=false",
|
|
62
|
+
"provenance": "Original",
|
|
63
|
+
"emitScope": "ClassSurface",
|
|
64
|
+
"isStatic": false,
|
|
65
|
+
"isAbstract": false,
|
|
66
|
+
"isVirtual": true,
|
|
67
|
+
"isOverride": true,
|
|
68
|
+
"isSealed": false,
|
|
69
|
+
"arity": 0,
|
|
70
|
+
"parameterCount": 2,
|
|
71
|
+
"isExtensionMethod": false
|
|
72
|
+
},
|
|
73
|
+
{
|
|
74
|
+
"stableId": "Microsoft.EntityFrameworkCore.Sqlite:Microsoft.EntityFrameworkCore.Sqlite.Scaffolding.Internal.SqliteDatabaseModelFactory::Create(System.Data.Common.DbConnection,Microsoft.EntityFrameworkCore.Scaffolding.DatabaseModelFactoryOptions):Microsoft.EntityFrameworkCore.Scaffolding.Metadata.DatabaseModel",
|
|
75
|
+
"clrName": "Create",
|
|
76
|
+
"tsEmitName": "create",
|
|
77
|
+
"normalizedSignature": "Create|(System.Data.Common.DbConnection,Microsoft.EntityFrameworkCore.Scaffolding.DatabaseModelFactoryOptions):Microsoft.EntityFrameworkCore.Scaffolding.Metadata.DatabaseModel|static=false",
|
|
78
|
+
"provenance": "Original",
|
|
79
|
+
"emitScope": "ClassSurface",
|
|
80
|
+
"isStatic": false,
|
|
81
|
+
"isAbstract": false,
|
|
82
|
+
"isVirtual": true,
|
|
83
|
+
"isOverride": true,
|
|
84
|
+
"isSealed": false,
|
|
85
|
+
"arity": 0,
|
|
86
|
+
"parameterCount": 2,
|
|
87
|
+
"isExtensionMethod": false
|
|
88
|
+
}
|
|
89
|
+
],
|
|
90
|
+
"properties": [],
|
|
91
|
+
"fields": [],
|
|
92
|
+
"events": [],
|
|
93
|
+
"constructors": [
|
|
94
|
+
{
|
|
95
|
+
"normalizedSignature": "constructor|(Microsoft.EntityFrameworkCore.Diagnostics.IDiagnosticsLogger_1[[Microsoft.EntityFrameworkCore.DbLoggerCategory\u002BScaffolding,Microsoft.EntityFrameworkCore,Version=10.0.1.0,Culture=neutral,PublicKeyToken=adb9793829ddae60]],Microsoft.EntityFrameworkCore.Storage.IRelationalTypeMappingSource):void|static=false",
|
|
96
|
+
"isStatic": false,
|
|
97
|
+
"parameterCount": 2
|
|
98
|
+
}
|
|
99
|
+
]
|
|
100
|
+
}
|
|
101
|
+
]
|
|
102
|
+
}
|
|
@@ -0,0 +1,20 @@
|
|
|
1
|
+
// Generated by tsbindgen - Architecture
|
|
2
|
+
// Namespace: Microsoft.EntityFrameworkCore.Sqlite.Scaffolding.Internal
|
|
3
|
+
// Facade - Public API Surface
|
|
4
|
+
|
|
5
|
+
// Import internal declarations
|
|
6
|
+
import * as Internal from './Microsoft.EntityFrameworkCore.Sqlite.Scaffolding.Internal/internal/index.js';
|
|
7
|
+
|
|
8
|
+
// Cross-namespace type imports for constraints
|
|
9
|
+
import type { DbConnection } from '@tsonic/dotnet/System.Data.Common.js';
|
|
10
|
+
import type { String as ClrString } from '@tsonic/dotnet/System.js';
|
|
11
|
+
import type { MethodCallCodeFragment } from '@tsonic/efcore/Microsoft.EntityFrameworkCore.Design.js';
|
|
12
|
+
import type { IDiagnosticsLogger } from '@tsonic/efcore/Microsoft.EntityFrameworkCore.Diagnostics.js';
|
|
13
|
+
import type { DbLoggerCategory$Scaffolding } from '@tsonic/efcore/Microsoft.EntityFrameworkCore.js';
|
|
14
|
+
import type { DatabaseModelFactory, DatabaseModelFactoryOptions, IDatabaseModelFactory, IProviderConfigurationCodeGenerator, ProviderCodeGenerator, ProviderCodeGeneratorDependencies } from '@tsonic/efcore/Microsoft.EntityFrameworkCore.Scaffolding.js';
|
|
15
|
+
import type { DatabaseModel } from '@tsonic/efcore/Microsoft.EntityFrameworkCore.Scaffolding.Metadata.js';
|
|
16
|
+
import type { IRelationalTypeMappingSource } from '@tsonic/efcore/Microsoft.EntityFrameworkCore.Storage.js';
|
|
17
|
+
|
|
18
|
+
// Public API exports (curated - no internal $instance/$views leakage)
|
|
19
|
+
export { SqliteCodeGenerator as SqliteCodeGenerator } from './Microsoft.EntityFrameworkCore.Sqlite.Scaffolding.Internal/internal/index.js';
|
|
20
|
+
export { SqliteDatabaseModelFactory as SqliteDatabaseModelFactory } from './Microsoft.EntityFrameworkCore.Sqlite.Scaffolding.Internal/internal/index.js';
|
|
@@ -0,0 +1,9 @@
|
|
|
1
|
+
// Generated by tsbindgen - Architecture
|
|
2
|
+
// Namespace: Microsoft.EntityFrameworkCore.Sqlite.Scaffolding.Internal
|
|
3
|
+
// Module Stub - Do Not Execute
|
|
4
|
+
|
|
5
|
+
throw new Error(
|
|
6
|
+
'Cannot import CLR namespace Microsoft.EntityFrameworkCore.Sqlite.Scaffolding.Internal in JavaScript runtime. ' +
|
|
7
|
+
'This module provides TypeScript type definitions only. ' +
|
|
8
|
+
'Actual implementation requires .NET runtime via Tsonic compiler.'
|
|
9
|
+
);
|