@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,18 @@
|
|
|
1
|
+
// Generated by tsbindgen - Architecture
|
|
2
|
+
// Namespace: Microsoft.EntityFrameworkCore.Sqlite.Internal
|
|
3
|
+
// Facade - Public API Surface
|
|
4
|
+
|
|
5
|
+
// Import internal declarations
|
|
6
|
+
import * as Internal from './Microsoft.EntityFrameworkCore.Sqlite.Internal/internal/index.js';
|
|
7
|
+
|
|
8
|
+
// Cross-namespace type imports for constraints
|
|
9
|
+
import type { SqliteValueGenerationStrategy } from './Microsoft.EntityFrameworkCore.Metadata/internal/index.js';
|
|
10
|
+
import type { Boolean as ClrBoolean, Int64, Nullable, Object as ClrObject, String as ClrString, Type, Void } from '@tsonic/dotnet/System.js';
|
|
11
|
+
import type { EventDefinition, IDiagnosticsLogger } from '@tsonic/efcore/Microsoft.EntityFrameworkCore.Diagnostics.js';
|
|
12
|
+
import type { DbLoggerCategory$Infrastructure, DbLoggerCategory$Migrations, DbLoggerCategory$Model$Validation, DbLoggerCategory$Scaffolding } from '@tsonic/efcore/Microsoft.EntityFrameworkCore.js';
|
|
13
|
+
import type { IEntityType, IKey, IReadOnlyProperty, IReadOnlySequence } from '@tsonic/efcore/Microsoft.EntityFrameworkCore.Metadata.js';
|
|
14
|
+
|
|
15
|
+
// Public API exports (curated - no internal $instance/$views leakage)
|
|
16
|
+
export { SqliteLoggerExtensions$instance as SqliteLoggerExtensions } from './Microsoft.EntityFrameworkCore.Sqlite.Internal/internal/index.js';
|
|
17
|
+
export { SqliteStrings$instance as SqliteStrings } from './Microsoft.EntityFrameworkCore.Sqlite.Internal/internal/index.js';
|
|
18
|
+
export { SqliteResources$instance as SqliteResources } from './Microsoft.EntityFrameworkCore.Sqlite.Internal/internal/index.js';
|
|
@@ -0,0 +1,9 @@
|
|
|
1
|
+
// Generated by tsbindgen - Architecture
|
|
2
|
+
// Namespace: Microsoft.EntityFrameworkCore.Sqlite.Internal
|
|
3
|
+
// Module Stub - Do Not Execute
|
|
4
|
+
|
|
5
|
+
throw new Error(
|
|
6
|
+
'Cannot import CLR namespace Microsoft.EntityFrameworkCore.Sqlite.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,294 @@
|
|
|
1
|
+
{
|
|
2
|
+
"namespace": "Microsoft.EntityFrameworkCore.Sqlite.Metadata.Internal",
|
|
3
|
+
"types": [
|
|
4
|
+
{
|
|
5
|
+
"stableId": "Microsoft.EntityFrameworkCore.Sqlite:Microsoft.EntityFrameworkCore.Sqlite.Metadata.Internal.SqliteAnnotationProvider",
|
|
6
|
+
"clrName": "Microsoft.EntityFrameworkCore.Sqlite.Metadata.Internal.SqliteAnnotationProvider",
|
|
7
|
+
"tsEmitName": "SqliteAnnotationProvider",
|
|
8
|
+
"assemblyName": "Microsoft.EntityFrameworkCore.Sqlite",
|
|
9
|
+
"metadataToken": 0,
|
|
10
|
+
"methods": [
|
|
11
|
+
{
|
|
12
|
+
"stableId": "Microsoft.EntityFrameworkCore.Sqlite:Microsoft.EntityFrameworkCore.Sqlite.Metadata.Internal.SqliteAnnotationProvider::For(Microsoft.EntityFrameworkCore.Metadata.IRelationalModel,System.Boolean):System.Collections.Generic.IEnumerable_1[[Microsoft.EntityFrameworkCore.Infrastructure.IAnnotation,Microsoft.EntityFrameworkCore,Version=10.0.1.0,Culture=neutral,PublicKeyToken=adb9793829ddae60]]",
|
|
13
|
+
"clrName": "For",
|
|
14
|
+
"tsEmitName": "for_",
|
|
15
|
+
"metadataToken": 100664144,
|
|
16
|
+
"canonicalSignature": "(Microsoft.EntityFrameworkCore.Metadata.IRelationalModel,System.Boolean):System.Collections.Generic.IEnumerable_1[[Microsoft.EntityFrameworkCore.Infrastructure.IAnnotation,Microsoft.EntityFrameworkCore,Version=10.0.1.0,Culture=neutral,PublicKeyToken=adb9793829ddae60]]",
|
|
17
|
+
"normalizedSignature": "For|(Microsoft.EntityFrameworkCore.Metadata.IRelationalModel,System.Boolean):System.Collections.Generic.IEnumerable_1[[Microsoft.EntityFrameworkCore.Infrastructure.IAnnotation,Microsoft.EntityFrameworkCore,Version=10.0.1.0,Culture=neutral,PublicKeyToken=adb9793829ddae60]]|static=false",
|
|
18
|
+
"emitScope": "ClassSurface",
|
|
19
|
+
"arity": 0,
|
|
20
|
+
"parameterCount": 2,
|
|
21
|
+
"declaringClrType": "Microsoft.EntityFrameworkCore.Sqlite.Metadata.Internal.SqliteAnnotationProvider",
|
|
22
|
+
"declaringAssemblyName": "Microsoft.EntityFrameworkCore.Sqlite",
|
|
23
|
+
"isExtensionMethod": false
|
|
24
|
+
},
|
|
25
|
+
{
|
|
26
|
+
"stableId": "Microsoft.EntityFrameworkCore.Sqlite:Microsoft.EntityFrameworkCore.Sqlite.Metadata.Internal.SqliteAnnotationProvider::For(Microsoft.EntityFrameworkCore.Metadata.IColumn,System.Boolean):System.Collections.Generic.IEnumerable_1[[Microsoft.EntityFrameworkCore.Infrastructure.IAnnotation,Microsoft.EntityFrameworkCore,Version=10.0.1.0,Culture=neutral,PublicKeyToken=adb9793829ddae60]]",
|
|
27
|
+
"clrName": "For",
|
|
28
|
+
"tsEmitName": "for_",
|
|
29
|
+
"metadataToken": 100664145,
|
|
30
|
+
"canonicalSignature": "(Microsoft.EntityFrameworkCore.Metadata.IColumn,System.Boolean):System.Collections.Generic.IEnumerable_1[[Microsoft.EntityFrameworkCore.Infrastructure.IAnnotation,Microsoft.EntityFrameworkCore,Version=10.0.1.0,Culture=neutral,PublicKeyToken=adb9793829ddae60]]",
|
|
31
|
+
"normalizedSignature": "For|(Microsoft.EntityFrameworkCore.Metadata.IColumn,System.Boolean):System.Collections.Generic.IEnumerable_1[[Microsoft.EntityFrameworkCore.Infrastructure.IAnnotation,Microsoft.EntityFrameworkCore,Version=10.0.1.0,Culture=neutral,PublicKeyToken=adb9793829ddae60]]|static=false",
|
|
32
|
+
"emitScope": "ClassSurface",
|
|
33
|
+
"arity": 0,
|
|
34
|
+
"parameterCount": 2,
|
|
35
|
+
"declaringClrType": "Microsoft.EntityFrameworkCore.Sqlite.Metadata.Internal.SqliteAnnotationProvider",
|
|
36
|
+
"declaringAssemblyName": "Microsoft.EntityFrameworkCore.Sqlite",
|
|
37
|
+
"isExtensionMethod": false
|
|
38
|
+
}
|
|
39
|
+
],
|
|
40
|
+
"properties": [],
|
|
41
|
+
"fields": [],
|
|
42
|
+
"events": [],
|
|
43
|
+
"constructors": [
|
|
44
|
+
{
|
|
45
|
+
"stableId": "Microsoft.EntityFrameworkCore.Sqlite:Microsoft.EntityFrameworkCore.Sqlite.Metadata.Internal.SqliteAnnotationProvider::.ctor(Microsoft.EntityFrameworkCore.Metadata.RelationalAnnotationProviderDependencies):void",
|
|
46
|
+
"metadataToken": 100664143,
|
|
47
|
+
"canonicalSignature": "(Microsoft.EntityFrameworkCore.Metadata.RelationalAnnotationProviderDependencies):void",
|
|
48
|
+
"normalizedSignature": "constructor|(Microsoft.EntityFrameworkCore.Metadata.RelationalAnnotationProviderDependencies):void|static=false",
|
|
49
|
+
"isStatic": false,
|
|
50
|
+
"parameterCount": 1,
|
|
51
|
+
"declaringClrType": "Microsoft.EntityFrameworkCore.Sqlite.Metadata.Internal.SqliteAnnotationProvider",
|
|
52
|
+
"declaringAssemblyName": "Microsoft.EntityFrameworkCore.Sqlite"
|
|
53
|
+
}
|
|
54
|
+
],
|
|
55
|
+
"exposedMethods": [
|
|
56
|
+
{
|
|
57
|
+
"tsName": "for_",
|
|
58
|
+
"isStatic": false,
|
|
59
|
+
"tsSignatureId": "For|(Microsoft.EntityFrameworkCore.Metadata.IRelationalModel,System.Boolean):System.Collections.Generic.IEnumerable_1[[Microsoft.EntityFrameworkCore.Infrastructure.IAnnotation,Microsoft.EntityFrameworkCore,Version=10.0.1.0,Culture=neutral,PublicKeyToken=adb9793829ddae60]]|static=false",
|
|
60
|
+
"target": {
|
|
61
|
+
"declaringClrType": "Microsoft.EntityFrameworkCore.Sqlite.Metadata.Internal.SqliteAnnotationProvider",
|
|
62
|
+
"declaringAssemblyName": "Microsoft.EntityFrameworkCore.Sqlite",
|
|
63
|
+
"metadataToken": 100664144
|
|
64
|
+
}
|
|
65
|
+
},
|
|
66
|
+
{
|
|
67
|
+
"tsName": "for_",
|
|
68
|
+
"isStatic": false,
|
|
69
|
+
"tsSignatureId": "For|(Microsoft.EntityFrameworkCore.Metadata.IColumn,System.Boolean):System.Collections.Generic.IEnumerable_1[[Microsoft.EntityFrameworkCore.Infrastructure.IAnnotation,Microsoft.EntityFrameworkCore,Version=10.0.1.0,Culture=neutral,PublicKeyToken=adb9793829ddae60]]|static=false",
|
|
70
|
+
"target": {
|
|
71
|
+
"declaringClrType": "Microsoft.EntityFrameworkCore.Sqlite.Metadata.Internal.SqliteAnnotationProvider",
|
|
72
|
+
"declaringAssemblyName": "Microsoft.EntityFrameworkCore.Sqlite",
|
|
73
|
+
"metadataToken": 100664145
|
|
74
|
+
}
|
|
75
|
+
}
|
|
76
|
+
],
|
|
77
|
+
"exposedConstructors": [
|
|
78
|
+
{
|
|
79
|
+
"isStatic": false,
|
|
80
|
+
"tsSignatureId": "constructor|(Microsoft.EntityFrameworkCore.Metadata.RelationalAnnotationProviderDependencies):void|static=false",
|
|
81
|
+
"target": {
|
|
82
|
+
"declaringClrType": "Microsoft.EntityFrameworkCore.Sqlite.Metadata.Internal.SqliteAnnotationProvider",
|
|
83
|
+
"declaringAssemblyName": "Microsoft.EntityFrameworkCore.Sqlite",
|
|
84
|
+
"metadataToken": 100664143
|
|
85
|
+
}
|
|
86
|
+
}
|
|
87
|
+
]
|
|
88
|
+
},
|
|
89
|
+
{
|
|
90
|
+
"stableId": "Microsoft.EntityFrameworkCore.Sqlite:Microsoft.EntityFrameworkCore.Sqlite.Metadata.Internal.SqliteAnnotationNames",
|
|
91
|
+
"clrName": "Microsoft.EntityFrameworkCore.Sqlite.Metadata.Internal.SqliteAnnotationNames",
|
|
92
|
+
"tsEmitName": "SqliteAnnotationNames",
|
|
93
|
+
"assemblyName": "Microsoft.EntityFrameworkCore.Sqlite",
|
|
94
|
+
"metadataToken": 0,
|
|
95
|
+
"methods": [],
|
|
96
|
+
"properties": [],
|
|
97
|
+
"fields": [
|
|
98
|
+
{
|
|
99
|
+
"stableId": "Microsoft.EntityFrameworkCore.Sqlite:Microsoft.EntityFrameworkCore.Sqlite.Metadata.Internal.SqliteAnnotationNames::PrefixSystem.String",
|
|
100
|
+
"clrName": "Prefix",
|
|
101
|
+
"tsEmitName": "prefix",
|
|
102
|
+
"metadataToken": 67109195,
|
|
103
|
+
"normalizedSignature": "Prefix|System.String|static=true|const=true",
|
|
104
|
+
"isStatic": true,
|
|
105
|
+
"isReadOnly": false,
|
|
106
|
+
"declaringClrType": "Microsoft.EntityFrameworkCore.Sqlite.Metadata.Internal.SqliteAnnotationNames",
|
|
107
|
+
"declaringAssemblyName": "Microsoft.EntityFrameworkCore.Sqlite"
|
|
108
|
+
},
|
|
109
|
+
{
|
|
110
|
+
"stableId": "Microsoft.EntityFrameworkCore.Sqlite:Microsoft.EntityFrameworkCore.Sqlite.Metadata.Internal.SqliteAnnotationNames::LegacyAutoincrementSystem.String",
|
|
111
|
+
"clrName": "LegacyAutoincrement",
|
|
112
|
+
"tsEmitName": "legacyAutoincrement",
|
|
113
|
+
"metadataToken": 67109196,
|
|
114
|
+
"normalizedSignature": "LegacyAutoincrement|System.String|static=true|const=true",
|
|
115
|
+
"isStatic": true,
|
|
116
|
+
"isReadOnly": false,
|
|
117
|
+
"declaringClrType": "Microsoft.EntityFrameworkCore.Sqlite.Metadata.Internal.SqliteAnnotationNames",
|
|
118
|
+
"declaringAssemblyName": "Microsoft.EntityFrameworkCore.Sqlite"
|
|
119
|
+
},
|
|
120
|
+
{
|
|
121
|
+
"stableId": "Microsoft.EntityFrameworkCore.Sqlite:Microsoft.EntityFrameworkCore.Sqlite.Metadata.Internal.SqliteAnnotationNames::AutoincrementSystem.String",
|
|
122
|
+
"clrName": "Autoincrement",
|
|
123
|
+
"tsEmitName": "autoincrement",
|
|
124
|
+
"metadataToken": 67109197,
|
|
125
|
+
"normalizedSignature": "Autoincrement|System.String|static=true|const=true",
|
|
126
|
+
"isStatic": true,
|
|
127
|
+
"isReadOnly": false,
|
|
128
|
+
"declaringClrType": "Microsoft.EntityFrameworkCore.Sqlite.Metadata.Internal.SqliteAnnotationNames",
|
|
129
|
+
"declaringAssemblyName": "Microsoft.EntityFrameworkCore.Sqlite"
|
|
130
|
+
},
|
|
131
|
+
{
|
|
132
|
+
"stableId": "Microsoft.EntityFrameworkCore.Sqlite:Microsoft.EntityFrameworkCore.Sqlite.Metadata.Internal.SqliteAnnotationNames::InlinePrimaryKeySystem.String",
|
|
133
|
+
"clrName": "InlinePrimaryKey",
|
|
134
|
+
"tsEmitName": "inlinePrimaryKey",
|
|
135
|
+
"metadataToken": 67109198,
|
|
136
|
+
"normalizedSignature": "InlinePrimaryKey|System.String|static=true|const=true",
|
|
137
|
+
"isStatic": true,
|
|
138
|
+
"isReadOnly": false,
|
|
139
|
+
"declaringClrType": "Microsoft.EntityFrameworkCore.Sqlite.Metadata.Internal.SqliteAnnotationNames",
|
|
140
|
+
"declaringAssemblyName": "Microsoft.EntityFrameworkCore.Sqlite"
|
|
141
|
+
},
|
|
142
|
+
{
|
|
143
|
+
"stableId": "Microsoft.EntityFrameworkCore.Sqlite:Microsoft.EntityFrameworkCore.Sqlite.Metadata.Internal.SqliteAnnotationNames::InlinePrimaryKeyNameSystem.String",
|
|
144
|
+
"clrName": "InlinePrimaryKeyName",
|
|
145
|
+
"tsEmitName": "inlinePrimaryKeyName",
|
|
146
|
+
"metadataToken": 67109199,
|
|
147
|
+
"normalizedSignature": "InlinePrimaryKeyName|System.String|static=true|const=true",
|
|
148
|
+
"isStatic": true,
|
|
149
|
+
"isReadOnly": false,
|
|
150
|
+
"declaringClrType": "Microsoft.EntityFrameworkCore.Sqlite.Metadata.Internal.SqliteAnnotationNames",
|
|
151
|
+
"declaringAssemblyName": "Microsoft.EntityFrameworkCore.Sqlite"
|
|
152
|
+
},
|
|
153
|
+
{
|
|
154
|
+
"stableId": "Microsoft.EntityFrameworkCore.Sqlite:Microsoft.EntityFrameworkCore.Sqlite.Metadata.Internal.SqliteAnnotationNames::InitSpatialMetaDataSystem.String",
|
|
155
|
+
"clrName": "InitSpatialMetaData",
|
|
156
|
+
"tsEmitName": "initSpatialMetaData",
|
|
157
|
+
"metadataToken": 67109200,
|
|
158
|
+
"normalizedSignature": "InitSpatialMetaData|System.String|static=true|const=true",
|
|
159
|
+
"isStatic": true,
|
|
160
|
+
"isReadOnly": false,
|
|
161
|
+
"declaringClrType": "Microsoft.EntityFrameworkCore.Sqlite.Metadata.Internal.SqliteAnnotationNames",
|
|
162
|
+
"declaringAssemblyName": "Microsoft.EntityFrameworkCore.Sqlite"
|
|
163
|
+
},
|
|
164
|
+
{
|
|
165
|
+
"stableId": "Microsoft.EntityFrameworkCore.Sqlite:Microsoft.EntityFrameworkCore.Sqlite.Metadata.Internal.SqliteAnnotationNames::SridSystem.String",
|
|
166
|
+
"clrName": "Srid",
|
|
167
|
+
"tsEmitName": "srid",
|
|
168
|
+
"metadataToken": 67109201,
|
|
169
|
+
"normalizedSignature": "Srid|System.String|static=true|const=true",
|
|
170
|
+
"isStatic": true,
|
|
171
|
+
"isReadOnly": false,
|
|
172
|
+
"declaringClrType": "Microsoft.EntityFrameworkCore.Sqlite.Metadata.Internal.SqliteAnnotationNames",
|
|
173
|
+
"declaringAssemblyName": "Microsoft.EntityFrameworkCore.Sqlite"
|
|
174
|
+
},
|
|
175
|
+
{
|
|
176
|
+
"stableId": "Microsoft.EntityFrameworkCore.Sqlite:Microsoft.EntityFrameworkCore.Sqlite.Metadata.Internal.SqliteAnnotationNames::UseSqlReturningClauseSystem.String",
|
|
177
|
+
"clrName": "UseSqlReturningClause",
|
|
178
|
+
"tsEmitName": "useSqlReturningClause",
|
|
179
|
+
"metadataToken": 67109202,
|
|
180
|
+
"normalizedSignature": "UseSqlReturningClause|System.String|static=true|const=true",
|
|
181
|
+
"isStatic": true,
|
|
182
|
+
"isReadOnly": false,
|
|
183
|
+
"declaringClrType": "Microsoft.EntityFrameworkCore.Sqlite.Metadata.Internal.SqliteAnnotationNames",
|
|
184
|
+
"declaringAssemblyName": "Microsoft.EntityFrameworkCore.Sqlite"
|
|
185
|
+
},
|
|
186
|
+
{
|
|
187
|
+
"stableId": "Microsoft.EntityFrameworkCore.Sqlite:Microsoft.EntityFrameworkCore.Sqlite.Metadata.Internal.SqliteAnnotationNames::ValueGenerationStrategySystem.String",
|
|
188
|
+
"clrName": "ValueGenerationStrategy",
|
|
189
|
+
"tsEmitName": "valueGenerationStrategy",
|
|
190
|
+
"metadataToken": 67109203,
|
|
191
|
+
"normalizedSignature": "ValueGenerationStrategy|System.String|static=true|const=true",
|
|
192
|
+
"isStatic": true,
|
|
193
|
+
"isReadOnly": false,
|
|
194
|
+
"declaringClrType": "Microsoft.EntityFrameworkCore.Sqlite.Metadata.Internal.SqliteAnnotationNames",
|
|
195
|
+
"declaringAssemblyName": "Microsoft.EntityFrameworkCore.Sqlite"
|
|
196
|
+
}
|
|
197
|
+
],
|
|
198
|
+
"events": [],
|
|
199
|
+
"constructors": [],
|
|
200
|
+
"exposedFields": [
|
|
201
|
+
{
|
|
202
|
+
"tsName": "prefix",
|
|
203
|
+
"isStatic": true,
|
|
204
|
+
"tsSignatureId": "Prefix|System.String|static=true|const=true",
|
|
205
|
+
"target": {
|
|
206
|
+
"declaringClrType": "Microsoft.EntityFrameworkCore.Sqlite.Metadata.Internal.SqliteAnnotationNames",
|
|
207
|
+
"declaringAssemblyName": "Microsoft.EntityFrameworkCore.Sqlite",
|
|
208
|
+
"metadataToken": 67109195
|
|
209
|
+
}
|
|
210
|
+
},
|
|
211
|
+
{
|
|
212
|
+
"tsName": "legacyAutoincrement",
|
|
213
|
+
"isStatic": true,
|
|
214
|
+
"tsSignatureId": "LegacyAutoincrement|System.String|static=true|const=true",
|
|
215
|
+
"target": {
|
|
216
|
+
"declaringClrType": "Microsoft.EntityFrameworkCore.Sqlite.Metadata.Internal.SqliteAnnotationNames",
|
|
217
|
+
"declaringAssemblyName": "Microsoft.EntityFrameworkCore.Sqlite",
|
|
218
|
+
"metadataToken": 67109196
|
|
219
|
+
}
|
|
220
|
+
},
|
|
221
|
+
{
|
|
222
|
+
"tsName": "autoincrement",
|
|
223
|
+
"isStatic": true,
|
|
224
|
+
"tsSignatureId": "Autoincrement|System.String|static=true|const=true",
|
|
225
|
+
"target": {
|
|
226
|
+
"declaringClrType": "Microsoft.EntityFrameworkCore.Sqlite.Metadata.Internal.SqliteAnnotationNames",
|
|
227
|
+
"declaringAssemblyName": "Microsoft.EntityFrameworkCore.Sqlite",
|
|
228
|
+
"metadataToken": 67109197
|
|
229
|
+
}
|
|
230
|
+
},
|
|
231
|
+
{
|
|
232
|
+
"tsName": "inlinePrimaryKey",
|
|
233
|
+
"isStatic": true,
|
|
234
|
+
"tsSignatureId": "InlinePrimaryKey|System.String|static=true|const=true",
|
|
235
|
+
"target": {
|
|
236
|
+
"declaringClrType": "Microsoft.EntityFrameworkCore.Sqlite.Metadata.Internal.SqliteAnnotationNames",
|
|
237
|
+
"declaringAssemblyName": "Microsoft.EntityFrameworkCore.Sqlite",
|
|
238
|
+
"metadataToken": 67109198
|
|
239
|
+
}
|
|
240
|
+
},
|
|
241
|
+
{
|
|
242
|
+
"tsName": "inlinePrimaryKeyName",
|
|
243
|
+
"isStatic": true,
|
|
244
|
+
"tsSignatureId": "InlinePrimaryKeyName|System.String|static=true|const=true",
|
|
245
|
+
"target": {
|
|
246
|
+
"declaringClrType": "Microsoft.EntityFrameworkCore.Sqlite.Metadata.Internal.SqliteAnnotationNames",
|
|
247
|
+
"declaringAssemblyName": "Microsoft.EntityFrameworkCore.Sqlite",
|
|
248
|
+
"metadataToken": 67109199
|
|
249
|
+
}
|
|
250
|
+
},
|
|
251
|
+
{
|
|
252
|
+
"tsName": "initSpatialMetaData",
|
|
253
|
+
"isStatic": true,
|
|
254
|
+
"tsSignatureId": "InitSpatialMetaData|System.String|static=true|const=true",
|
|
255
|
+
"target": {
|
|
256
|
+
"declaringClrType": "Microsoft.EntityFrameworkCore.Sqlite.Metadata.Internal.SqliteAnnotationNames",
|
|
257
|
+
"declaringAssemblyName": "Microsoft.EntityFrameworkCore.Sqlite",
|
|
258
|
+
"metadataToken": 67109200
|
|
259
|
+
}
|
|
260
|
+
},
|
|
261
|
+
{
|
|
262
|
+
"tsName": "srid",
|
|
263
|
+
"isStatic": true,
|
|
264
|
+
"tsSignatureId": "Srid|System.String|static=true|const=true",
|
|
265
|
+
"target": {
|
|
266
|
+
"declaringClrType": "Microsoft.EntityFrameworkCore.Sqlite.Metadata.Internal.SqliteAnnotationNames",
|
|
267
|
+
"declaringAssemblyName": "Microsoft.EntityFrameworkCore.Sqlite",
|
|
268
|
+
"metadataToken": 67109201
|
|
269
|
+
}
|
|
270
|
+
},
|
|
271
|
+
{
|
|
272
|
+
"tsName": "useSqlReturningClause",
|
|
273
|
+
"isStatic": true,
|
|
274
|
+
"tsSignatureId": "UseSqlReturningClause|System.String|static=true|const=true",
|
|
275
|
+
"target": {
|
|
276
|
+
"declaringClrType": "Microsoft.EntityFrameworkCore.Sqlite.Metadata.Internal.SqliteAnnotationNames",
|
|
277
|
+
"declaringAssemblyName": "Microsoft.EntityFrameworkCore.Sqlite",
|
|
278
|
+
"metadataToken": 67109202
|
|
279
|
+
}
|
|
280
|
+
},
|
|
281
|
+
{
|
|
282
|
+
"tsName": "valueGenerationStrategy",
|
|
283
|
+
"isStatic": true,
|
|
284
|
+
"tsSignatureId": "ValueGenerationStrategy|System.String|static=true|const=true",
|
|
285
|
+
"target": {
|
|
286
|
+
"declaringClrType": "Microsoft.EntityFrameworkCore.Sqlite.Metadata.Internal.SqliteAnnotationNames",
|
|
287
|
+
"declaringAssemblyName": "Microsoft.EntityFrameworkCore.Sqlite",
|
|
288
|
+
"metadataToken": 67109203
|
|
289
|
+
}
|
|
290
|
+
}
|
|
291
|
+
]
|
|
292
|
+
}
|
|
293
|
+
]
|
|
294
|
+
}
|
|
@@ -0,0 +1,43 @@
|
|
|
1
|
+
// Generated by tsbindgen - Architecture
|
|
2
|
+
// Namespace: Microsoft.EntityFrameworkCore.Sqlite.Metadata.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 type { IEnumerable } from "@tsonic/dotnet/System.Collections.Generic.js";
|
|
10
|
+
import * as System_Internal from "@tsonic/dotnet/System.js";
|
|
11
|
+
import type { Boolean as ClrBoolean, Object as ClrObject, String as ClrString } from "@tsonic/dotnet/System.js";
|
|
12
|
+
import type { IAnnotation } from "@tsonic/efcore/Microsoft.EntityFrameworkCore.Infrastructure.js";
|
|
13
|
+
import * as Microsoft_EntityFrameworkCore_Metadata_Internal from "@tsonic/efcore/Microsoft.EntityFrameworkCore.Metadata.js";
|
|
14
|
+
import type { IColumn, IRelationalAnnotationProvider, IRelationalModel, RelationalAnnotationProvider, RelationalAnnotationProviderDependencies } from "@tsonic/efcore/Microsoft.EntityFrameworkCore.Metadata.js";
|
|
15
|
+
|
|
16
|
+
export interface SqliteAnnotationProvider$instance extends RelationalAnnotationProvider {
|
|
17
|
+
for_(model: IRelationalModel, designTime: boolean): IEnumerable<IAnnotation>;
|
|
18
|
+
for_(column: IColumn, designTime: boolean): IEnumerable<IAnnotation>;
|
|
19
|
+
}
|
|
20
|
+
|
|
21
|
+
|
|
22
|
+
export const SqliteAnnotationProvider: {
|
|
23
|
+
new(dependencies: RelationalAnnotationProviderDependencies): SqliteAnnotationProvider;
|
|
24
|
+
};
|
|
25
|
+
|
|
26
|
+
|
|
27
|
+
export type SqliteAnnotationProvider = SqliteAnnotationProvider$instance;
|
|
28
|
+
|
|
29
|
+
export abstract class SqliteAnnotationNames$instance {
|
|
30
|
+
static readonly prefix: string;
|
|
31
|
+
static readonly legacyAutoincrement: string;
|
|
32
|
+
static readonly autoincrement: string;
|
|
33
|
+
static readonly inlinePrimaryKey: string;
|
|
34
|
+
static readonly inlinePrimaryKeyName: string;
|
|
35
|
+
static readonly initSpatialMetaData: string;
|
|
36
|
+
static readonly srid: string;
|
|
37
|
+
static readonly useSqlReturningClause: string;
|
|
38
|
+
static readonly valueGenerationStrategy: string;
|
|
39
|
+
}
|
|
40
|
+
|
|
41
|
+
|
|
42
|
+
export type SqliteAnnotationNames = SqliteAnnotationNames$instance;
|
|
43
|
+
|
|
@@ -0,0 +1,161 @@
|
|
|
1
|
+
{
|
|
2
|
+
"namespace": "Microsoft.EntityFrameworkCore.Sqlite.Metadata.Internal",
|
|
3
|
+
"contributingAssemblies": [
|
|
4
|
+
"Microsoft.EntityFrameworkCore.Sqlite"
|
|
5
|
+
],
|
|
6
|
+
"types": [
|
|
7
|
+
{
|
|
8
|
+
"stableId": "Microsoft.EntityFrameworkCore.Sqlite:Microsoft.EntityFrameworkCore.Sqlite.Metadata.Internal.SqliteAnnotationProvider",
|
|
9
|
+
"clrName": "Microsoft.EntityFrameworkCore.Sqlite.Metadata.Internal.SqliteAnnotationProvider",
|
|
10
|
+
"tsEmitName": "SqliteAnnotationProvider",
|
|
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.Metadata.Internal.SqliteAnnotationProvider::For(Microsoft.EntityFrameworkCore.Metadata.IRelationalModel,System.Boolean):System.Collections.Generic.IEnumerable_1[[Microsoft.EntityFrameworkCore.Infrastructure.IAnnotation,Microsoft.EntityFrameworkCore,Version=10.0.1.0,Culture=neutral,PublicKeyToken=adb9793829ddae60]]",
|
|
20
|
+
"clrName": "For",
|
|
21
|
+
"tsEmitName": "for_",
|
|
22
|
+
"normalizedSignature": "For|(Microsoft.EntityFrameworkCore.Metadata.IRelationalModel,System.Boolean):System.Collections.Generic.IEnumerable_1[[Microsoft.EntityFrameworkCore.Infrastructure.IAnnotation,Microsoft.EntityFrameworkCore,Version=10.0.1.0,Culture=neutral,PublicKeyToken=adb9793829ddae60]]|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
|
+
"stableId": "Microsoft.EntityFrameworkCore.Sqlite:Microsoft.EntityFrameworkCore.Sqlite.Metadata.Internal.SqliteAnnotationProvider::For(Microsoft.EntityFrameworkCore.Metadata.IColumn,System.Boolean):System.Collections.Generic.IEnumerable_1[[Microsoft.EntityFrameworkCore.Infrastructure.IAnnotation,Microsoft.EntityFrameworkCore,Version=10.0.1.0,Culture=neutral,PublicKeyToken=adb9793829ddae60]]",
|
|
36
|
+
"clrName": "For",
|
|
37
|
+
"tsEmitName": "for_",
|
|
38
|
+
"normalizedSignature": "For|(Microsoft.EntityFrameworkCore.Metadata.IColumn,System.Boolean):System.Collections.Generic.IEnumerable_1[[Microsoft.EntityFrameworkCore.Infrastructure.IAnnotation,Microsoft.EntityFrameworkCore,Version=10.0.1.0,Culture=neutral,PublicKeyToken=adb9793829ddae60]]|static=false",
|
|
39
|
+
"provenance": "Original",
|
|
40
|
+
"emitScope": "ClassSurface",
|
|
41
|
+
"isStatic": false,
|
|
42
|
+
"isAbstract": false,
|
|
43
|
+
"isVirtual": true,
|
|
44
|
+
"isOverride": true,
|
|
45
|
+
"isSealed": false,
|
|
46
|
+
"arity": 0,
|
|
47
|
+
"parameterCount": 2,
|
|
48
|
+
"isExtensionMethod": false
|
|
49
|
+
}
|
|
50
|
+
],
|
|
51
|
+
"properties": [],
|
|
52
|
+
"fields": [],
|
|
53
|
+
"events": [],
|
|
54
|
+
"constructors": [
|
|
55
|
+
{
|
|
56
|
+
"normalizedSignature": "constructor|(Microsoft.EntityFrameworkCore.Metadata.RelationalAnnotationProviderDependencies):void|static=false",
|
|
57
|
+
"isStatic": false,
|
|
58
|
+
"parameterCount": 1
|
|
59
|
+
}
|
|
60
|
+
]
|
|
61
|
+
},
|
|
62
|
+
{
|
|
63
|
+
"stableId": "Microsoft.EntityFrameworkCore.Sqlite:Microsoft.EntityFrameworkCore.Sqlite.Metadata.Internal.SqliteAnnotationNames",
|
|
64
|
+
"clrName": "Microsoft.EntityFrameworkCore.Sqlite.Metadata.Internal.SqliteAnnotationNames",
|
|
65
|
+
"tsEmitName": "SqliteAnnotationNames",
|
|
66
|
+
"kind": "StaticNamespace",
|
|
67
|
+
"accessibility": "Public",
|
|
68
|
+
"isAbstract": true,
|
|
69
|
+
"isSealed": true,
|
|
70
|
+
"isStatic": true,
|
|
71
|
+
"arity": 0,
|
|
72
|
+
"methods": [],
|
|
73
|
+
"properties": [],
|
|
74
|
+
"fields": [
|
|
75
|
+
{
|
|
76
|
+
"stableId": "Microsoft.EntityFrameworkCore.Sqlite:Microsoft.EntityFrameworkCore.Sqlite.Metadata.Internal.SqliteAnnotationNames::PrefixSystem.String",
|
|
77
|
+
"clrName": "Prefix",
|
|
78
|
+
"tsEmitName": "prefix",
|
|
79
|
+
"normalizedSignature": "Prefix|System.String|static=true|const=true",
|
|
80
|
+
"isStatic": true,
|
|
81
|
+
"isReadOnly": false,
|
|
82
|
+
"isLiteral": true
|
|
83
|
+
},
|
|
84
|
+
{
|
|
85
|
+
"stableId": "Microsoft.EntityFrameworkCore.Sqlite:Microsoft.EntityFrameworkCore.Sqlite.Metadata.Internal.SqliteAnnotationNames::LegacyAutoincrementSystem.String",
|
|
86
|
+
"clrName": "LegacyAutoincrement",
|
|
87
|
+
"tsEmitName": "legacyAutoincrement",
|
|
88
|
+
"normalizedSignature": "LegacyAutoincrement|System.String|static=true|const=true",
|
|
89
|
+
"isStatic": true,
|
|
90
|
+
"isReadOnly": false,
|
|
91
|
+
"isLiteral": true
|
|
92
|
+
},
|
|
93
|
+
{
|
|
94
|
+
"stableId": "Microsoft.EntityFrameworkCore.Sqlite:Microsoft.EntityFrameworkCore.Sqlite.Metadata.Internal.SqliteAnnotationNames::AutoincrementSystem.String",
|
|
95
|
+
"clrName": "Autoincrement",
|
|
96
|
+
"tsEmitName": "autoincrement",
|
|
97
|
+
"normalizedSignature": "Autoincrement|System.String|static=true|const=true",
|
|
98
|
+
"isStatic": true,
|
|
99
|
+
"isReadOnly": false,
|
|
100
|
+
"isLiteral": true
|
|
101
|
+
},
|
|
102
|
+
{
|
|
103
|
+
"stableId": "Microsoft.EntityFrameworkCore.Sqlite:Microsoft.EntityFrameworkCore.Sqlite.Metadata.Internal.SqliteAnnotationNames::InlinePrimaryKeySystem.String",
|
|
104
|
+
"clrName": "InlinePrimaryKey",
|
|
105
|
+
"tsEmitName": "inlinePrimaryKey",
|
|
106
|
+
"normalizedSignature": "InlinePrimaryKey|System.String|static=true|const=true",
|
|
107
|
+
"isStatic": true,
|
|
108
|
+
"isReadOnly": false,
|
|
109
|
+
"isLiteral": true
|
|
110
|
+
},
|
|
111
|
+
{
|
|
112
|
+
"stableId": "Microsoft.EntityFrameworkCore.Sqlite:Microsoft.EntityFrameworkCore.Sqlite.Metadata.Internal.SqliteAnnotationNames::InlinePrimaryKeyNameSystem.String",
|
|
113
|
+
"clrName": "InlinePrimaryKeyName",
|
|
114
|
+
"tsEmitName": "inlinePrimaryKeyName",
|
|
115
|
+
"normalizedSignature": "InlinePrimaryKeyName|System.String|static=true|const=true",
|
|
116
|
+
"isStatic": true,
|
|
117
|
+
"isReadOnly": false,
|
|
118
|
+
"isLiteral": true
|
|
119
|
+
},
|
|
120
|
+
{
|
|
121
|
+
"stableId": "Microsoft.EntityFrameworkCore.Sqlite:Microsoft.EntityFrameworkCore.Sqlite.Metadata.Internal.SqliteAnnotationNames::InitSpatialMetaDataSystem.String",
|
|
122
|
+
"clrName": "InitSpatialMetaData",
|
|
123
|
+
"tsEmitName": "initSpatialMetaData",
|
|
124
|
+
"normalizedSignature": "InitSpatialMetaData|System.String|static=true|const=true",
|
|
125
|
+
"isStatic": true,
|
|
126
|
+
"isReadOnly": false,
|
|
127
|
+
"isLiteral": true
|
|
128
|
+
},
|
|
129
|
+
{
|
|
130
|
+
"stableId": "Microsoft.EntityFrameworkCore.Sqlite:Microsoft.EntityFrameworkCore.Sqlite.Metadata.Internal.SqliteAnnotationNames::SridSystem.String",
|
|
131
|
+
"clrName": "Srid",
|
|
132
|
+
"tsEmitName": "srid",
|
|
133
|
+
"normalizedSignature": "Srid|System.String|static=true|const=true",
|
|
134
|
+
"isStatic": true,
|
|
135
|
+
"isReadOnly": false,
|
|
136
|
+
"isLiteral": true
|
|
137
|
+
},
|
|
138
|
+
{
|
|
139
|
+
"stableId": "Microsoft.EntityFrameworkCore.Sqlite:Microsoft.EntityFrameworkCore.Sqlite.Metadata.Internal.SqliteAnnotationNames::UseSqlReturningClauseSystem.String",
|
|
140
|
+
"clrName": "UseSqlReturningClause",
|
|
141
|
+
"tsEmitName": "useSqlReturningClause",
|
|
142
|
+
"normalizedSignature": "UseSqlReturningClause|System.String|static=true|const=true",
|
|
143
|
+
"isStatic": true,
|
|
144
|
+
"isReadOnly": false,
|
|
145
|
+
"isLiteral": true
|
|
146
|
+
},
|
|
147
|
+
{
|
|
148
|
+
"stableId": "Microsoft.EntityFrameworkCore.Sqlite:Microsoft.EntityFrameworkCore.Sqlite.Metadata.Internal.SqliteAnnotationNames::ValueGenerationStrategySystem.String",
|
|
149
|
+
"clrName": "ValueGenerationStrategy",
|
|
150
|
+
"tsEmitName": "valueGenerationStrategy",
|
|
151
|
+
"normalizedSignature": "ValueGenerationStrategy|System.String|static=true|const=true",
|
|
152
|
+
"isStatic": true,
|
|
153
|
+
"isReadOnly": false,
|
|
154
|
+
"isLiteral": true
|
|
155
|
+
}
|
|
156
|
+
],
|
|
157
|
+
"events": [],
|
|
158
|
+
"constructors": []
|
|
159
|
+
}
|
|
160
|
+
]
|
|
161
|
+
}
|
|
@@ -0,0 +1,16 @@
|
|
|
1
|
+
// Generated by tsbindgen - Architecture
|
|
2
|
+
// Namespace: Microsoft.EntityFrameworkCore.Sqlite.Metadata.Internal
|
|
3
|
+
// Facade - Public API Surface
|
|
4
|
+
|
|
5
|
+
// Import internal declarations
|
|
6
|
+
import * as Internal from './Microsoft.EntityFrameworkCore.Sqlite.Metadata.Internal/internal/index.js';
|
|
7
|
+
|
|
8
|
+
// Cross-namespace type imports for constraints
|
|
9
|
+
import type { IEnumerable } from '@tsonic/dotnet/System.Collections.Generic.js';
|
|
10
|
+
import type { Boolean as ClrBoolean, Object as ClrObject, String as ClrString } from '@tsonic/dotnet/System.js';
|
|
11
|
+
import type { IAnnotation } from '@tsonic/efcore/Microsoft.EntityFrameworkCore.Infrastructure.js';
|
|
12
|
+
import type { IColumn, IRelationalAnnotationProvider, IRelationalModel, RelationalAnnotationProvider, RelationalAnnotationProviderDependencies } from '@tsonic/efcore/Microsoft.EntityFrameworkCore.Metadata.js';
|
|
13
|
+
|
|
14
|
+
// Public API exports (curated - no internal $instance/$views leakage)
|
|
15
|
+
export { SqliteAnnotationNames$instance as SqliteAnnotationNames } from './Microsoft.EntityFrameworkCore.Sqlite.Metadata.Internal/internal/index.js';
|
|
16
|
+
export { SqliteAnnotationProvider as SqliteAnnotationProvider } from './Microsoft.EntityFrameworkCore.Sqlite.Metadata.Internal/internal/index.js';
|
|
@@ -0,0 +1,9 @@
|
|
|
1
|
+
// Generated by tsbindgen - Architecture
|
|
2
|
+
// Namespace: Microsoft.EntityFrameworkCore.Sqlite.Metadata.Internal
|
|
3
|
+
// Module Stub - Do Not Execute
|
|
4
|
+
|
|
5
|
+
throw new Error(
|
|
6
|
+
'Cannot import CLR namespace Microsoft.EntityFrameworkCore.Sqlite.Metadata.Internal in JavaScript runtime. ' +
|
|
7
|
+
'This module provides TypeScript type definitions only. ' +
|
|
8
|
+
'Actual implementation requires .NET runtime via Tsonic compiler.'
|
|
9
|
+
);
|