@tsonic/efcore-sqlite 0.1.1 → 10.0.2
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/Microsoft.Data.Sqlite/bindings.json +2636 -3286
- package/Microsoft.Data.Sqlite/internal/index.d.ts +312 -267
- package/Microsoft.DotNet.PlatformAbstractions/bindings.json +55 -72
- package/Microsoft.DotNet.PlatformAbstractions/internal/index.d.ts +6 -6
- package/Microsoft.EntityFrameworkCore/bindings.json +610 -803
- package/Microsoft.EntityFrameworkCore/internal/index.d.ts +69 -69
- package/Microsoft.EntityFrameworkCore.Diagnostics/bindings.json +84 -260
- package/Microsoft.EntityFrameworkCore.Diagnostics/internal/index.d.ts +22 -22
- package/Microsoft.EntityFrameworkCore.Infrastructure/bindings.json +52 -38
- package/Microsoft.EntityFrameworkCore.Infrastructure/internal/index.d.ts +2 -2
- package/Microsoft.EntityFrameworkCore.Metadata/bindings.json +40 -37
- package/Microsoft.EntityFrameworkCore.Metadata/internal/index.d.ts +2 -2
- package/Microsoft.EntityFrameworkCore.Metadata.Conventions/bindings.json +261 -122
- package/Microsoft.EntityFrameworkCore.Metadata.Conventions/internal/index.d.ts +35 -11
- package/Microsoft.EntityFrameworkCore.Metadata.Conventions.d.ts +3 -2
- package/Microsoft.EntityFrameworkCore.Migrations/bindings.json +586 -40
- package/Microsoft.EntityFrameworkCore.Migrations/internal/index.d.ts +37 -6
- package/Microsoft.EntityFrameworkCore.Migrations.d.ts +3 -3
- package/Microsoft.EntityFrameworkCore.Sqlite.Design.Internal/bindings.json +103 -97
- package/Microsoft.EntityFrameworkCore.Sqlite.Design.Internal/internal/index.d.ts +12 -7
- package/Microsoft.EntityFrameworkCore.Sqlite.Design.Internal.d.ts +1 -1
- package/Microsoft.EntityFrameworkCore.Sqlite.Diagnostics.Internal/bindings.json +92 -284
- package/Microsoft.EntityFrameworkCore.Sqlite.Diagnostics.Internal/internal/index.d.ts +22 -22
- package/Microsoft.EntityFrameworkCore.Sqlite.Infrastructure.Internal/bindings.json +230 -82
- package/Microsoft.EntityFrameworkCore.Sqlite.Infrastructure.Internal/internal/index.d.ts +29 -9
- package/Microsoft.EntityFrameworkCore.Sqlite.Infrastructure.Internal.d.ts +3 -2
- package/Microsoft.EntityFrameworkCore.Sqlite.Internal/bindings.json +381 -564
- package/Microsoft.EntityFrameworkCore.Sqlite.Internal/internal/index.d.ts +50 -50
- package/Microsoft.EntityFrameworkCore.Sqlite.Metadata.Internal/bindings.json +63 -139
- package/Microsoft.EntityFrameworkCore.Sqlite.Metadata.Internal/internal/index.d.ts +11 -11
- package/Microsoft.EntityFrameworkCore.Sqlite.Migrations.Internal/bindings.json +171 -142
- package/Microsoft.EntityFrameworkCore.Sqlite.Migrations.Internal/internal/index.d.ts +19 -12
- package/Microsoft.EntityFrameworkCore.Sqlite.Migrations.Internal.d.ts +1 -1
- package/Microsoft.EntityFrameworkCore.Sqlite.Query.Internal/bindings.json +2037 -1206
- package/Microsoft.EntityFrameworkCore.Sqlite.Query.Internal/internal/index.d.ts +191 -79
- package/Microsoft.EntityFrameworkCore.Sqlite.Query.Internal.d.ts +5 -4
- package/Microsoft.EntityFrameworkCore.Sqlite.Scaffolding.Internal/bindings.json +78 -61
- package/Microsoft.EntityFrameworkCore.Sqlite.Scaffolding.Internal/internal/index.d.ts +11 -6
- package/Microsoft.EntityFrameworkCore.Sqlite.Scaffolding.Internal.d.ts +2 -2
- package/Microsoft.EntityFrameworkCore.Sqlite.Storage.Internal/bindings.json +951 -446
- package/Microsoft.EntityFrameworkCore.Sqlite.Storage.Internal/internal/index.d.ts +120 -36
- package/Microsoft.EntityFrameworkCore.Sqlite.Storage.Internal.d.ts +3 -2
- package/Microsoft.EntityFrameworkCore.Sqlite.Storage.Json.Internal/bindings.json +203 -250
- package/Microsoft.EntityFrameworkCore.Sqlite.Storage.Json.Internal/internal/index.d.ts +20 -20
- package/Microsoft.EntityFrameworkCore.Sqlite.Update.Internal/bindings.json +269 -154
- package/Microsoft.EntityFrameworkCore.Sqlite.Update.Internal/internal/index.d.ts +31 -12
- package/Microsoft.EntityFrameworkCore.Sqlite.Update.Internal.d.ts +3 -2
- package/Microsoft.Extensions.DependencyInjection/bindings.json +34 -26
- package/Microsoft.Extensions.DependencyInjection/internal/index.d.ts +2 -2
- package/Microsoft.Extensions.DependencyModel/bindings.json +743 -1368
- package/Microsoft.Extensions.DependencyModel/internal/index.d.ts +84 -79
- package/Microsoft.Extensions.DependencyModel.Resolution/bindings.json +172 -228
- package/Microsoft.Extensions.DependencyModel.Resolution/internal/index.d.ts +7 -7
- package/SQLitePCL/bindings.json +10824 -14640
- package/SQLitePCL/internal/index.d.ts +72 -42
- package/System.Collections.Generic/bindings.json +58 -70
- package/System.Collections.Generic/internal/index.d.ts +6 -6
- package/__build/scripts/generate.sh +4 -4
- package/__internal/extensions/index.d.ts +12 -12
- package/package.json +5 -5
- package/Microsoft.Data.Sqlite/internal/metadata.json +0 -4417
- package/Microsoft.DotNet.PlatformAbstractions/internal/metadata.json +0 -121
- package/Microsoft.EntityFrameworkCore/internal/metadata.json +0 -1368
- package/Microsoft.EntityFrameworkCore.Diagnostics/internal/metadata.json +0 -267
- package/Microsoft.EntityFrameworkCore.Infrastructure/internal/metadata.json +0 -82
- package/Microsoft.EntityFrameworkCore.Metadata/internal/metadata.json +0 -54
- package/Microsoft.EntityFrameworkCore.Metadata.Conventions/internal/metadata.json +0 -203
- package/Microsoft.EntityFrameworkCore.Migrations/internal/metadata.json +0 -81
- package/Microsoft.EntityFrameworkCore.Sqlite.Design.Internal/internal/metadata.json +0 -157
- package/Microsoft.EntityFrameworkCore.Sqlite.Diagnostics.Internal/internal/metadata.json +0 -293
- package/Microsoft.EntityFrameworkCore.Sqlite.Infrastructure.Internal/internal/metadata.json +0 -133
- package/Microsoft.EntityFrameworkCore.Sqlite.Internal/internal/metadata.json +0 -855
- package/Microsoft.EntityFrameworkCore.Sqlite.Metadata.Internal/internal/metadata.json +0 -161
- package/Microsoft.EntityFrameworkCore.Sqlite.Migrations.Internal/internal/metadata.json +0 -214
- package/Microsoft.EntityFrameworkCore.Sqlite.Query.Internal/internal/metadata.json +0 -1844
- package/Microsoft.EntityFrameworkCore.Sqlite.Scaffolding.Internal/internal/metadata.json +0 -102
- package/Microsoft.EntityFrameworkCore.Sqlite.Storage.Internal/internal/metadata.json +0 -707
- package/Microsoft.EntityFrameworkCore.Sqlite.Storage.Json.Internal/internal/metadata.json +0 -438
- package/Microsoft.EntityFrameworkCore.Sqlite.Update.Internal/internal/metadata.json +0 -280
- package/Microsoft.Extensions.DependencyInjection/internal/metadata.json +0 -63
- package/Microsoft.Extensions.DependencyModel/internal/metadata.json +0 -1654
- package/Microsoft.Extensions.DependencyModel.Resolution/internal/metadata.json +0 -329
- package/SQLitePCL/internal/metadata.json +0 -11902
- package/System.Collections.Generic/internal/metadata.json +0 -123
|
@@ -1,23 +1,63 @@
|
|
|
1
1
|
{
|
|
2
2
|
"namespace": "Microsoft.EntityFrameworkCore.Sqlite.Storage.Internal",
|
|
3
|
+
"contributingAssemblies": [
|
|
4
|
+
"Microsoft.EntityFrameworkCore.Sqlite"
|
|
5
|
+
],
|
|
3
6
|
"types": [
|
|
4
7
|
{
|
|
5
8
|
"stableId": "Microsoft.EntityFrameworkCore.Sqlite:Microsoft.EntityFrameworkCore.Sqlite.Storage.Internal.ISqliteRelationalConnection",
|
|
6
9
|
"clrName": "Microsoft.EntityFrameworkCore.Sqlite.Storage.Internal.ISqliteRelationalConnection",
|
|
7
|
-
"tsEmitName": "ISqliteRelationalConnection",
|
|
8
10
|
"assemblyName": "Microsoft.EntityFrameworkCore.Sqlite",
|
|
9
11
|
"metadataToken": 0,
|
|
12
|
+
"kind": "Interface",
|
|
13
|
+
"accessibility": "Public",
|
|
14
|
+
"isAbstract": true,
|
|
15
|
+
"isSealed": false,
|
|
16
|
+
"isStatic": false,
|
|
17
|
+
"arity": 0,
|
|
18
|
+
"interfaces": [
|
|
19
|
+
{
|
|
20
|
+
"stableId": "Microsoft.EntityFrameworkCore.Relational:Microsoft.EntityFrameworkCore.Storage.IRelationalConnection",
|
|
21
|
+
"clrName": "Microsoft.EntityFrameworkCore.Storage.IRelationalConnection"
|
|
22
|
+
},
|
|
23
|
+
{
|
|
24
|
+
"stableId": "Microsoft.EntityFrameworkCore.Relational:Microsoft.EntityFrameworkCore.Storage.IRelationalTransactionManager",
|
|
25
|
+
"clrName": "Microsoft.EntityFrameworkCore.Storage.IRelationalTransactionManager"
|
|
26
|
+
},
|
|
27
|
+
{
|
|
28
|
+
"stableId": "Microsoft.EntityFrameworkCore:Microsoft.EntityFrameworkCore.Storage.IDbContextTransactionManager",
|
|
29
|
+
"clrName": "Microsoft.EntityFrameworkCore.Storage.IDbContextTransactionManager"
|
|
30
|
+
},
|
|
31
|
+
{
|
|
32
|
+
"stableId": "Microsoft.EntityFrameworkCore:Microsoft.EntityFrameworkCore.Infrastructure.IResettableService",
|
|
33
|
+
"clrName": "Microsoft.EntityFrameworkCore.Infrastructure.IResettableService"
|
|
34
|
+
},
|
|
35
|
+
{
|
|
36
|
+
"stableId": "System.Private.CoreLib:System.IDisposable",
|
|
37
|
+
"clrName": "System.IDisposable"
|
|
38
|
+
},
|
|
39
|
+
{
|
|
40
|
+
"stableId": "System.Private.CoreLib:System.IAsyncDisposable",
|
|
41
|
+
"clrName": "System.IAsyncDisposable"
|
|
42
|
+
}
|
|
43
|
+
],
|
|
10
44
|
"methods": [
|
|
11
45
|
{
|
|
12
46
|
"stableId": "Microsoft.EntityFrameworkCore.Sqlite:Microsoft.EntityFrameworkCore.Sqlite.Storage.Internal.ISqliteRelationalConnection::CreateReadOnlyConnection():Microsoft.EntityFrameworkCore.Sqlite.Storage.Internal.ISqliteRelationalConnection",
|
|
13
47
|
"clrName": "CreateReadOnlyConnection",
|
|
14
|
-
"tsEmitName": "createReadOnlyConnection",
|
|
15
48
|
"metadataToken": 100663825,
|
|
16
49
|
"canonicalSignature": "():Microsoft.EntityFrameworkCore.Sqlite.Storage.Internal.ISqliteRelationalConnection",
|
|
17
50
|
"normalizedSignature": "CreateReadOnlyConnection|():Microsoft.EntityFrameworkCore.Sqlite.Storage.Internal.ISqliteRelationalConnection|static=false",
|
|
18
51
|
"emitScope": "ClassSurface",
|
|
52
|
+
"provenance": "Original",
|
|
19
53
|
"arity": 0,
|
|
20
54
|
"parameterCount": 0,
|
|
55
|
+
"isStatic": false,
|
|
56
|
+
"isAbstract": true,
|
|
57
|
+
"isVirtual": true,
|
|
58
|
+
"isOverride": false,
|
|
59
|
+
"isSealed": false,
|
|
60
|
+
"visibility": "Public",
|
|
21
61
|
"declaringClrType": "Microsoft.EntityFrameworkCore.Sqlite.Storage.Internal.ISqliteRelationalConnection",
|
|
22
62
|
"declaringAssemblyName": "Microsoft.EntityFrameworkCore.Sqlite",
|
|
23
63
|
"isExtensionMethod": false
|
|
@@ -26,39 +66,62 @@
|
|
|
26
66
|
"properties": [],
|
|
27
67
|
"fields": [],
|
|
28
68
|
"events": [],
|
|
29
|
-
"constructors": []
|
|
30
|
-
"exposedMethods": [
|
|
31
|
-
{
|
|
32
|
-
"tsName": "createReadOnlyConnection",
|
|
33
|
-
"isStatic": false,
|
|
34
|
-
"tsSignatureId": "CreateReadOnlyConnection|():Microsoft.EntityFrameworkCore.Sqlite.Storage.Internal.ISqliteRelationalConnection|static=false",
|
|
35
|
-
"target": {
|
|
36
|
-
"declaringClrType": "Microsoft.EntityFrameworkCore.Sqlite.Storage.Internal.ISqliteRelationalConnection",
|
|
37
|
-
"declaringAssemblyName": "Microsoft.EntityFrameworkCore.Sqlite",
|
|
38
|
-
"metadataToken": 100663825
|
|
39
|
-
}
|
|
40
|
-
}
|
|
41
|
-
]
|
|
69
|
+
"constructors": []
|
|
42
70
|
},
|
|
43
71
|
{
|
|
44
72
|
"stableId": "Microsoft.EntityFrameworkCore.Sqlite:Microsoft.EntityFrameworkCore.Sqlite.Storage.Internal.SqliteByteArrayTypeMapping",
|
|
45
73
|
"clrName": "Microsoft.EntityFrameworkCore.Sqlite.Storage.Internal.SqliteByteArrayTypeMapping",
|
|
46
|
-
"tsEmitName": "SqliteByteArrayTypeMapping",
|
|
47
74
|
"assemblyName": "Microsoft.EntityFrameworkCore.Sqlite",
|
|
48
75
|
"metadataToken": 0,
|
|
49
|
-
"
|
|
76
|
+
"kind": "Class",
|
|
77
|
+
"accessibility": "Public",
|
|
78
|
+
"isAbstract": false,
|
|
79
|
+
"isSealed": false,
|
|
80
|
+
"isStatic": false,
|
|
81
|
+
"arity": 0,
|
|
82
|
+
"baseType": {
|
|
83
|
+
"stableId": "Microsoft.EntityFrameworkCore.Relational:Microsoft.EntityFrameworkCore.Storage.ByteArrayTypeMapping",
|
|
84
|
+
"clrName": "Microsoft.EntityFrameworkCore.Storage.ByteArrayTypeMapping"
|
|
85
|
+
},
|
|
86
|
+
"methods": [
|
|
87
|
+
{
|
|
88
|
+
"stableId": "Microsoft.EntityFrameworkCore.Sqlite:Microsoft.EntityFrameworkCore.Sqlite.Storage.Internal.SqliteByteArrayTypeMapping::Clone(Microsoft.EntityFrameworkCore.Storage.RelationalTypeMapping\u002BRelationalTypeMappingParameters):Microsoft.EntityFrameworkCore.Storage.RelationalTypeMapping",
|
|
89
|
+
"clrName": "Clone",
|
|
90
|
+
"metadataToken": 100663829,
|
|
91
|
+
"canonicalSignature": "(Microsoft.EntityFrameworkCore.Storage.RelationalTypeMapping\u002BRelationalTypeMappingParameters):Microsoft.EntityFrameworkCore.Storage.RelationalTypeMapping",
|
|
92
|
+
"normalizedSignature": "Clone|(Microsoft.EntityFrameworkCore.Storage.RelationalTypeMapping\u002BRelationalTypeMappingParameters):Microsoft.EntityFrameworkCore.Storage.RelationalTypeMapping|static=false",
|
|
93
|
+
"emitScope": "ClassSurface",
|
|
94
|
+
"provenance": "Original",
|
|
95
|
+
"arity": 0,
|
|
96
|
+
"parameterCount": 1,
|
|
97
|
+
"isStatic": false,
|
|
98
|
+
"isAbstract": false,
|
|
99
|
+
"isVirtual": true,
|
|
100
|
+
"isOverride": true,
|
|
101
|
+
"isSealed": false,
|
|
102
|
+
"visibility": "Protected",
|
|
103
|
+
"declaringClrType": "Microsoft.EntityFrameworkCore.Sqlite.Storage.Internal.SqliteByteArrayTypeMapping",
|
|
104
|
+
"declaringAssemblyName": "Microsoft.EntityFrameworkCore.Sqlite",
|
|
105
|
+
"isExtensionMethod": false
|
|
106
|
+
}
|
|
107
|
+
],
|
|
50
108
|
"properties": [
|
|
51
109
|
{
|
|
52
110
|
"stableId": "Microsoft.EntityFrameworkCore.Sqlite:Microsoft.EntityFrameworkCore.Sqlite.Storage.Internal.SqliteByteArrayTypeMapping::Default:Microsoft.EntityFrameworkCore.Sqlite.Storage.Internal.SqliteByteArrayTypeMapping",
|
|
53
111
|
"clrName": "Default",
|
|
54
|
-
"tsEmitName": "default",
|
|
55
112
|
"metadataToken": 385876088,
|
|
56
113
|
"canonicalSignature": ":Microsoft.EntityFrameworkCore.Sqlite.Storage.Internal.SqliteByteArrayTypeMapping",
|
|
57
114
|
"normalizedSignature": "Default|:Microsoft.EntityFrameworkCore.Sqlite.Storage.Internal.SqliteByteArrayTypeMapping|static=true|accessor=get",
|
|
58
115
|
"emitScope": "ClassSurface",
|
|
116
|
+
"provenance": "Original",
|
|
59
117
|
"isIndexer": false,
|
|
60
118
|
"hasGetter": true,
|
|
61
119
|
"hasSetter": false,
|
|
120
|
+
"isStatic": true,
|
|
121
|
+
"isAbstract": false,
|
|
122
|
+
"isVirtual": false,
|
|
123
|
+
"isOverride": false,
|
|
124
|
+
"visibility": "Public",
|
|
62
125
|
"declaringClrType": "Microsoft.EntityFrameworkCore.Sqlite.Storage.Internal.SqliteByteArrayTypeMapping",
|
|
63
126
|
"declaringAssemblyName": "Microsoft.EntityFrameworkCore.Sqlite"
|
|
64
127
|
}
|
|
@@ -73,51 +136,65 @@
|
|
|
73
136
|
"normalizedSignature": "constructor|(System.String,System.Nullable_1[[System.Data.DbType,System.Data.Common,Version=10.0.0.0,Culture=neutral,PublicKeyToken=b03f5f7f11d50a3a]]):void|static=false",
|
|
74
137
|
"isStatic": false,
|
|
75
138
|
"parameterCount": 2,
|
|
139
|
+
"visibility": "Public",
|
|
76
140
|
"declaringClrType": "Microsoft.EntityFrameworkCore.Sqlite.Storage.Internal.SqliteByteArrayTypeMapping",
|
|
77
141
|
"declaringAssemblyName": "Microsoft.EntityFrameworkCore.Sqlite"
|
|
78
|
-
}
|
|
79
|
-
],
|
|
80
|
-
"exposedProperties": [
|
|
81
|
-
{
|
|
82
|
-
"tsName": "default",
|
|
83
|
-
"isStatic": true,
|
|
84
|
-
"tsSignatureId": "Default|:Microsoft.EntityFrameworkCore.Sqlite.Storage.Internal.SqliteByteArrayTypeMapping|static=true|accessor=get",
|
|
85
|
-
"target": {
|
|
86
|
-
"declaringClrType": "Microsoft.EntityFrameworkCore.Sqlite.Storage.Internal.SqliteByteArrayTypeMapping",
|
|
87
|
-
"declaringAssemblyName": "Microsoft.EntityFrameworkCore.Sqlite",
|
|
88
|
-
"metadataToken": 385876088
|
|
89
|
-
}
|
|
90
|
-
}
|
|
91
|
-
],
|
|
92
|
-
"exposedConstructors": [
|
|
142
|
+
},
|
|
93
143
|
{
|
|
144
|
+
"stableId": "Microsoft.EntityFrameworkCore.Sqlite:Microsoft.EntityFrameworkCore.Sqlite.Storage.Internal.SqliteByteArrayTypeMapping::.ctor(Microsoft.EntityFrameworkCore.Storage.RelationalTypeMapping\u002BRelationalTypeMappingParameters):void",
|
|
145
|
+
"metadataToken": 100663828,
|
|
146
|
+
"canonicalSignature": "(Microsoft.EntityFrameworkCore.Storage.RelationalTypeMapping\u002BRelationalTypeMappingParameters):void",
|
|
147
|
+
"normalizedSignature": "constructor|(Microsoft.EntityFrameworkCore.Storage.RelationalTypeMapping\u002BRelationalTypeMappingParameters):void|static=false",
|
|
94
148
|
"isStatic": false,
|
|
95
|
-
"
|
|
96
|
-
"
|
|
97
|
-
|
|
98
|
-
|
|
99
|
-
"metadataToken": 100663827
|
|
100
|
-
}
|
|
149
|
+
"parameterCount": 1,
|
|
150
|
+
"visibility": "Protected",
|
|
151
|
+
"declaringClrType": "Microsoft.EntityFrameworkCore.Sqlite.Storage.Internal.SqliteByteArrayTypeMapping",
|
|
152
|
+
"declaringAssemblyName": "Microsoft.EntityFrameworkCore.Sqlite"
|
|
101
153
|
}
|
|
102
154
|
]
|
|
103
155
|
},
|
|
104
156
|
{
|
|
105
157
|
"stableId": "Microsoft.EntityFrameworkCore.Sqlite:Microsoft.EntityFrameworkCore.Sqlite.Storage.Internal.SqliteDatabaseCreator",
|
|
106
158
|
"clrName": "Microsoft.EntityFrameworkCore.Sqlite.Storage.Internal.SqliteDatabaseCreator",
|
|
107
|
-
"tsEmitName": "SqliteDatabaseCreator",
|
|
108
159
|
"assemblyName": "Microsoft.EntityFrameworkCore.Sqlite",
|
|
109
160
|
"metadataToken": 0,
|
|
161
|
+
"kind": "Class",
|
|
162
|
+
"accessibility": "Public",
|
|
163
|
+
"isAbstract": false,
|
|
164
|
+
"isSealed": false,
|
|
165
|
+
"isStatic": false,
|
|
166
|
+
"arity": 0,
|
|
167
|
+
"baseType": {
|
|
168
|
+
"stableId": "Microsoft.EntityFrameworkCore.Relational:Microsoft.EntityFrameworkCore.Storage.RelationalDatabaseCreator",
|
|
169
|
+
"clrName": "Microsoft.EntityFrameworkCore.Storage.RelationalDatabaseCreator"
|
|
170
|
+
},
|
|
171
|
+
"interfaces": [
|
|
172
|
+
{
|
|
173
|
+
"stableId": "Microsoft.EntityFrameworkCore.Relational:Microsoft.EntityFrameworkCore.Storage.IRelationalDatabaseCreator",
|
|
174
|
+
"clrName": "Microsoft.EntityFrameworkCore.Storage.IRelationalDatabaseCreator"
|
|
175
|
+
},
|
|
176
|
+
{
|
|
177
|
+
"stableId": "Microsoft.EntityFrameworkCore:Microsoft.EntityFrameworkCore.Storage.IDatabaseCreator",
|
|
178
|
+
"clrName": "Microsoft.EntityFrameworkCore.Storage.IDatabaseCreator"
|
|
179
|
+
}
|
|
180
|
+
],
|
|
110
181
|
"methods": [
|
|
111
182
|
{
|
|
112
183
|
"stableId": "Microsoft.EntityFrameworkCore.Sqlite:Microsoft.EntityFrameworkCore.Sqlite.Storage.Internal.SqliteDatabaseCreator::Create():System.Void",
|
|
113
184
|
"clrName": "Create",
|
|
114
|
-
"tsEmitName": "create",
|
|
115
185
|
"metadataToken": 100663832,
|
|
116
186
|
"canonicalSignature": "():System.Void",
|
|
117
187
|
"normalizedSignature": "Create|():System.Void|static=false",
|
|
118
188
|
"emitScope": "ClassSurface",
|
|
189
|
+
"provenance": "Original",
|
|
119
190
|
"arity": 0,
|
|
120
191
|
"parameterCount": 0,
|
|
192
|
+
"isStatic": false,
|
|
193
|
+
"isAbstract": false,
|
|
194
|
+
"isVirtual": true,
|
|
195
|
+
"isOverride": true,
|
|
196
|
+
"isSealed": false,
|
|
197
|
+
"visibility": "Public",
|
|
121
198
|
"declaringClrType": "Microsoft.EntityFrameworkCore.Sqlite.Storage.Internal.SqliteDatabaseCreator",
|
|
122
199
|
"declaringAssemblyName": "Microsoft.EntityFrameworkCore.Sqlite",
|
|
123
200
|
"isExtensionMethod": false
|
|
@@ -125,13 +202,19 @@
|
|
|
125
202
|
{
|
|
126
203
|
"stableId": "Microsoft.EntityFrameworkCore.Sqlite:Microsoft.EntityFrameworkCore.Sqlite.Storage.Internal.SqliteDatabaseCreator::Exists():System.Boolean",
|
|
127
204
|
"clrName": "Exists",
|
|
128
|
-
"tsEmitName": "exists",
|
|
129
205
|
"metadataToken": 100663833,
|
|
130
206
|
"canonicalSignature": "():System.Boolean",
|
|
131
207
|
"normalizedSignature": "Exists|():System.Boolean|static=false",
|
|
132
208
|
"emitScope": "ClassSurface",
|
|
209
|
+
"provenance": "Original",
|
|
133
210
|
"arity": 0,
|
|
134
211
|
"parameterCount": 0,
|
|
212
|
+
"isStatic": false,
|
|
213
|
+
"isAbstract": false,
|
|
214
|
+
"isVirtual": true,
|
|
215
|
+
"isOverride": true,
|
|
216
|
+
"isSealed": false,
|
|
217
|
+
"visibility": "Public",
|
|
135
218
|
"declaringClrType": "Microsoft.EntityFrameworkCore.Sqlite.Storage.Internal.SqliteDatabaseCreator",
|
|
136
219
|
"declaringAssemblyName": "Microsoft.EntityFrameworkCore.Sqlite",
|
|
137
220
|
"isExtensionMethod": false
|
|
@@ -139,13 +222,19 @@
|
|
|
139
222
|
{
|
|
140
223
|
"stableId": "Microsoft.EntityFrameworkCore.Sqlite:Microsoft.EntityFrameworkCore.Sqlite.Storage.Internal.SqliteDatabaseCreator::HasTables():System.Boolean",
|
|
141
224
|
"clrName": "HasTables",
|
|
142
|
-
"tsEmitName": "hasTables",
|
|
143
225
|
"metadataToken": 100663834,
|
|
144
226
|
"canonicalSignature": "():System.Boolean",
|
|
145
227
|
"normalizedSignature": "HasTables|():System.Boolean|static=false",
|
|
146
228
|
"emitScope": "ClassSurface",
|
|
229
|
+
"provenance": "Original",
|
|
147
230
|
"arity": 0,
|
|
148
231
|
"parameterCount": 0,
|
|
232
|
+
"isStatic": false,
|
|
233
|
+
"isAbstract": false,
|
|
234
|
+
"isVirtual": true,
|
|
235
|
+
"isOverride": true,
|
|
236
|
+
"isSealed": false,
|
|
237
|
+
"visibility": "Public",
|
|
149
238
|
"declaringClrType": "Microsoft.EntityFrameworkCore.Sqlite.Storage.Internal.SqliteDatabaseCreator",
|
|
150
239
|
"declaringAssemblyName": "Microsoft.EntityFrameworkCore.Sqlite",
|
|
151
240
|
"isExtensionMethod": false
|
|
@@ -153,13 +242,19 @@
|
|
|
153
242
|
{
|
|
154
243
|
"stableId": "Microsoft.EntityFrameworkCore.Sqlite:Microsoft.EntityFrameworkCore.Sqlite.Storage.Internal.SqliteDatabaseCreator::Delete():System.Void",
|
|
155
244
|
"clrName": "Delete",
|
|
156
|
-
"tsEmitName": "delete",
|
|
157
245
|
"metadataToken": 100663835,
|
|
158
246
|
"canonicalSignature": "():System.Void",
|
|
159
247
|
"normalizedSignature": "Delete|():System.Void|static=false",
|
|
160
248
|
"emitScope": "ClassSurface",
|
|
249
|
+
"provenance": "Original",
|
|
161
250
|
"arity": 0,
|
|
162
251
|
"parameterCount": 0,
|
|
252
|
+
"isStatic": false,
|
|
253
|
+
"isAbstract": false,
|
|
254
|
+
"isVirtual": true,
|
|
255
|
+
"isOverride": true,
|
|
256
|
+
"isSealed": false,
|
|
257
|
+
"visibility": "Public",
|
|
163
258
|
"declaringClrType": "Microsoft.EntityFrameworkCore.Sqlite.Storage.Internal.SqliteDatabaseCreator",
|
|
164
259
|
"declaringAssemblyName": "Microsoft.EntityFrameworkCore.Sqlite",
|
|
165
260
|
"isExtensionMethod": false
|
|
@@ -176,83 +271,85 @@
|
|
|
176
271
|
"normalizedSignature": "constructor|(Microsoft.EntityFrameworkCore.Storage.RelationalDatabaseCreatorDependencies,Microsoft.EntityFrameworkCore.Sqlite.Storage.Internal.ISqliteRelationalConnection,Microsoft.EntityFrameworkCore.Storage.IRawSqlCommandBuilder):void|static=false",
|
|
177
272
|
"isStatic": false,
|
|
178
273
|
"parameterCount": 3,
|
|
274
|
+
"visibility": "Public",
|
|
179
275
|
"declaringClrType": "Microsoft.EntityFrameworkCore.Sqlite.Storage.Internal.SqliteDatabaseCreator",
|
|
180
276
|
"declaringAssemblyName": "Microsoft.EntityFrameworkCore.Sqlite"
|
|
181
277
|
}
|
|
182
|
-
],
|
|
183
|
-
"exposedMethods": [
|
|
184
|
-
{
|
|
185
|
-
"tsName": "create",
|
|
186
|
-
"isStatic": false,
|
|
187
|
-
"tsSignatureId": "Create|():System.Void|static=false",
|
|
188
|
-
"target": {
|
|
189
|
-
"declaringClrType": "Microsoft.EntityFrameworkCore.Sqlite.Storage.Internal.SqliteDatabaseCreator",
|
|
190
|
-
"declaringAssemblyName": "Microsoft.EntityFrameworkCore.Sqlite",
|
|
191
|
-
"metadataToken": 100663832
|
|
192
|
-
}
|
|
193
|
-
},
|
|
194
|
-
{
|
|
195
|
-
"tsName": "exists",
|
|
196
|
-
"isStatic": false,
|
|
197
|
-
"tsSignatureId": "Exists|():System.Boolean|static=false",
|
|
198
|
-
"target": {
|
|
199
|
-
"declaringClrType": "Microsoft.EntityFrameworkCore.Sqlite.Storage.Internal.SqliteDatabaseCreator",
|
|
200
|
-
"declaringAssemblyName": "Microsoft.EntityFrameworkCore.Sqlite",
|
|
201
|
-
"metadataToken": 100663833
|
|
202
|
-
}
|
|
203
|
-
},
|
|
204
|
-
{
|
|
205
|
-
"tsName": "hasTables",
|
|
206
|
-
"isStatic": false,
|
|
207
|
-
"tsSignatureId": "HasTables|():System.Boolean|static=false",
|
|
208
|
-
"target": {
|
|
209
|
-
"declaringClrType": "Microsoft.EntityFrameworkCore.Sqlite.Storage.Internal.SqliteDatabaseCreator",
|
|
210
|
-
"declaringAssemblyName": "Microsoft.EntityFrameworkCore.Sqlite",
|
|
211
|
-
"metadataToken": 100663834
|
|
212
|
-
}
|
|
213
|
-
},
|
|
214
|
-
{
|
|
215
|
-
"tsName": "delete",
|
|
216
|
-
"isStatic": false,
|
|
217
|
-
"tsSignatureId": "Delete|():System.Void|static=false",
|
|
218
|
-
"target": {
|
|
219
|
-
"declaringClrType": "Microsoft.EntityFrameworkCore.Sqlite.Storage.Internal.SqliteDatabaseCreator",
|
|
220
|
-
"declaringAssemblyName": "Microsoft.EntityFrameworkCore.Sqlite",
|
|
221
|
-
"metadataToken": 100663835
|
|
222
|
-
}
|
|
223
|
-
}
|
|
224
|
-
],
|
|
225
|
-
"exposedConstructors": [
|
|
226
|
-
{
|
|
227
|
-
"isStatic": false,
|
|
228
|
-
"tsSignatureId": "constructor|(Microsoft.EntityFrameworkCore.Storage.RelationalDatabaseCreatorDependencies,Microsoft.EntityFrameworkCore.Sqlite.Storage.Internal.ISqliteRelationalConnection,Microsoft.EntityFrameworkCore.Storage.IRawSqlCommandBuilder):void|static=false",
|
|
229
|
-
"target": {
|
|
230
|
-
"declaringClrType": "Microsoft.EntityFrameworkCore.Sqlite.Storage.Internal.SqliteDatabaseCreator",
|
|
231
|
-
"declaringAssemblyName": "Microsoft.EntityFrameworkCore.Sqlite",
|
|
232
|
-
"metadataToken": 100663831
|
|
233
|
-
}
|
|
234
|
-
}
|
|
235
278
|
]
|
|
236
279
|
},
|
|
237
280
|
{
|
|
238
281
|
"stableId": "Microsoft.EntityFrameworkCore.Sqlite:Microsoft.EntityFrameworkCore.Sqlite.Storage.Internal.SqliteDateOnlyTypeMapping",
|
|
239
282
|
"clrName": "Microsoft.EntityFrameworkCore.Sqlite.Storage.Internal.SqliteDateOnlyTypeMapping",
|
|
240
|
-
"tsEmitName": "SqliteDateOnlyTypeMapping",
|
|
241
283
|
"assemblyName": "Microsoft.EntityFrameworkCore.Sqlite",
|
|
242
284
|
"metadataToken": 0,
|
|
243
|
-
"
|
|
285
|
+
"kind": "Class",
|
|
286
|
+
"accessibility": "Public",
|
|
287
|
+
"isAbstract": false,
|
|
288
|
+
"isSealed": false,
|
|
289
|
+
"isStatic": false,
|
|
290
|
+
"arity": 0,
|
|
291
|
+
"baseType": {
|
|
292
|
+
"stableId": "Microsoft.EntityFrameworkCore.Relational:Microsoft.EntityFrameworkCore.Storage.DateOnlyTypeMapping",
|
|
293
|
+
"clrName": "Microsoft.EntityFrameworkCore.Storage.DateOnlyTypeMapping"
|
|
294
|
+
},
|
|
295
|
+
"methods": [
|
|
296
|
+
{
|
|
297
|
+
"stableId": "Microsoft.EntityFrameworkCore.Sqlite:Microsoft.EntityFrameworkCore.Sqlite.Storage.Internal.SqliteDateOnlyTypeMapping::Clone(Microsoft.EntityFrameworkCore.Storage.RelationalTypeMapping\u002BRelationalTypeMappingParameters):Microsoft.EntityFrameworkCore.Storage.RelationalTypeMapping",
|
|
298
|
+
"clrName": "Clone",
|
|
299
|
+
"metadataToken": 100663839,
|
|
300
|
+
"canonicalSignature": "(Microsoft.EntityFrameworkCore.Storage.RelationalTypeMapping\u002BRelationalTypeMappingParameters):Microsoft.EntityFrameworkCore.Storage.RelationalTypeMapping",
|
|
301
|
+
"normalizedSignature": "Clone|(Microsoft.EntityFrameworkCore.Storage.RelationalTypeMapping\u002BRelationalTypeMappingParameters):Microsoft.EntityFrameworkCore.Storage.RelationalTypeMapping|static=false",
|
|
302
|
+
"emitScope": "ClassSurface",
|
|
303
|
+
"provenance": "Original",
|
|
304
|
+
"arity": 0,
|
|
305
|
+
"parameterCount": 1,
|
|
306
|
+
"isStatic": false,
|
|
307
|
+
"isAbstract": false,
|
|
308
|
+
"isVirtual": true,
|
|
309
|
+
"isOverride": true,
|
|
310
|
+
"isSealed": false,
|
|
311
|
+
"visibility": "Protected",
|
|
312
|
+
"declaringClrType": "Microsoft.EntityFrameworkCore.Sqlite.Storage.Internal.SqliteDateOnlyTypeMapping",
|
|
313
|
+
"declaringAssemblyName": "Microsoft.EntityFrameworkCore.Sqlite",
|
|
314
|
+
"isExtensionMethod": false
|
|
315
|
+
}
|
|
316
|
+
],
|
|
244
317
|
"properties": [
|
|
245
318
|
{
|
|
246
319
|
"stableId": "Microsoft.EntityFrameworkCore.Sqlite:Microsoft.EntityFrameworkCore.Sqlite.Storage.Internal.SqliteDateOnlyTypeMapping::Default:Microsoft.EntityFrameworkCore.Sqlite.Storage.Internal.SqliteDateOnlyTypeMapping",
|
|
247
320
|
"clrName": "Default",
|
|
248
|
-
"tsEmitName": "default",
|
|
249
321
|
"metadataToken": 385876089,
|
|
250
322
|
"canonicalSignature": ":Microsoft.EntityFrameworkCore.Sqlite.Storage.Internal.SqliteDateOnlyTypeMapping",
|
|
251
323
|
"normalizedSignature": "Default|:Microsoft.EntityFrameworkCore.Sqlite.Storage.Internal.SqliteDateOnlyTypeMapping|static=true|accessor=get",
|
|
252
324
|
"emitScope": "ClassSurface",
|
|
325
|
+
"provenance": "Original",
|
|
253
326
|
"isIndexer": false,
|
|
254
327
|
"hasGetter": true,
|
|
255
328
|
"hasSetter": false,
|
|
329
|
+
"isStatic": true,
|
|
330
|
+
"isAbstract": false,
|
|
331
|
+
"isVirtual": false,
|
|
332
|
+
"isOverride": false,
|
|
333
|
+
"visibility": "Public",
|
|
334
|
+
"declaringClrType": "Microsoft.EntityFrameworkCore.Sqlite.Storage.Internal.SqliteDateOnlyTypeMapping",
|
|
335
|
+
"declaringAssemblyName": "Microsoft.EntityFrameworkCore.Sqlite"
|
|
336
|
+
},
|
|
337
|
+
{
|
|
338
|
+
"stableId": "Microsoft.EntityFrameworkCore.Sqlite:Microsoft.EntityFrameworkCore.Sqlite.Storage.Internal.SqliteDateOnlyTypeMapping::SqlLiteralFormatString:System.String",
|
|
339
|
+
"clrName": "SqlLiteralFormatString",
|
|
340
|
+
"metadataToken": 385876090,
|
|
341
|
+
"canonicalSignature": ":System.String",
|
|
342
|
+
"normalizedSignature": "SqlLiteralFormatString|:System.String|static=false|accessor=get",
|
|
343
|
+
"emitScope": "ClassSurface",
|
|
344
|
+
"provenance": "Original",
|
|
345
|
+
"isIndexer": false,
|
|
346
|
+
"hasGetter": true,
|
|
347
|
+
"hasSetter": false,
|
|
348
|
+
"isStatic": false,
|
|
349
|
+
"isAbstract": false,
|
|
350
|
+
"isVirtual": true,
|
|
351
|
+
"isOverride": true,
|
|
352
|
+
"visibility": "Protected",
|
|
256
353
|
"declaringClrType": "Microsoft.EntityFrameworkCore.Sqlite.Storage.Internal.SqliteDateOnlyTypeMapping",
|
|
257
354
|
"declaringAssemblyName": "Microsoft.EntityFrameworkCore.Sqlite"
|
|
258
355
|
}
|
|
@@ -267,53 +364,96 @@
|
|
|
267
364
|
"normalizedSignature": "constructor|(System.String,System.Nullable_1[[System.Data.DbType,System.Data.Common,Version=10.0.0.0,Culture=neutral,PublicKeyToken=b03f5f7f11d50a3a]]):void|static=false",
|
|
268
365
|
"isStatic": false,
|
|
269
366
|
"parameterCount": 2,
|
|
367
|
+
"visibility": "Public",
|
|
270
368
|
"declaringClrType": "Microsoft.EntityFrameworkCore.Sqlite.Storage.Internal.SqliteDateOnlyTypeMapping",
|
|
271
369
|
"declaringAssemblyName": "Microsoft.EntityFrameworkCore.Sqlite"
|
|
272
|
-
}
|
|
273
|
-
],
|
|
274
|
-
"exposedProperties": [
|
|
275
|
-
{
|
|
276
|
-
"tsName": "default",
|
|
277
|
-
"isStatic": true,
|
|
278
|
-
"tsSignatureId": "Default|:Microsoft.EntityFrameworkCore.Sqlite.Storage.Internal.SqliteDateOnlyTypeMapping|static=true|accessor=get",
|
|
279
|
-
"target": {
|
|
280
|
-
"declaringClrType": "Microsoft.EntityFrameworkCore.Sqlite.Storage.Internal.SqliteDateOnlyTypeMapping",
|
|
281
|
-
"declaringAssemblyName": "Microsoft.EntityFrameworkCore.Sqlite",
|
|
282
|
-
"metadataToken": 385876089
|
|
283
|
-
}
|
|
284
|
-
}
|
|
285
|
-
],
|
|
286
|
-
"exposedConstructors": [
|
|
370
|
+
},
|
|
287
371
|
{
|
|
372
|
+
"stableId": "Microsoft.EntityFrameworkCore.Sqlite:Microsoft.EntityFrameworkCore.Sqlite.Storage.Internal.SqliteDateOnlyTypeMapping::.ctor(Microsoft.EntityFrameworkCore.Storage.RelationalTypeMapping\u002BRelationalTypeMappingParameters):void",
|
|
373
|
+
"metadataToken": 100663838,
|
|
374
|
+
"canonicalSignature": "(Microsoft.EntityFrameworkCore.Storage.RelationalTypeMapping\u002BRelationalTypeMappingParameters):void",
|
|
375
|
+
"normalizedSignature": "constructor|(Microsoft.EntityFrameworkCore.Storage.RelationalTypeMapping\u002BRelationalTypeMappingParameters):void|static=false",
|
|
288
376
|
"isStatic": false,
|
|
289
|
-
"
|
|
290
|
-
"
|
|
291
|
-
|
|
292
|
-
|
|
293
|
-
"metadataToken": 100663837
|
|
294
|
-
}
|
|
377
|
+
"parameterCount": 1,
|
|
378
|
+
"visibility": "Protected",
|
|
379
|
+
"declaringClrType": "Microsoft.EntityFrameworkCore.Sqlite.Storage.Internal.SqliteDateOnlyTypeMapping",
|
|
380
|
+
"declaringAssemblyName": "Microsoft.EntityFrameworkCore.Sqlite"
|
|
295
381
|
}
|
|
296
382
|
]
|
|
297
383
|
},
|
|
298
384
|
{
|
|
299
385
|
"stableId": "Microsoft.EntityFrameworkCore.Sqlite:Microsoft.EntityFrameworkCore.Sqlite.Storage.Internal.SqliteDateTimeOffsetTypeMapping",
|
|
300
386
|
"clrName": "Microsoft.EntityFrameworkCore.Sqlite.Storage.Internal.SqliteDateTimeOffsetTypeMapping",
|
|
301
|
-
"tsEmitName": "SqliteDateTimeOffsetTypeMapping",
|
|
302
387
|
"assemblyName": "Microsoft.EntityFrameworkCore.Sqlite",
|
|
303
388
|
"metadataToken": 0,
|
|
304
|
-
"
|
|
389
|
+
"kind": "Class",
|
|
390
|
+
"accessibility": "Public",
|
|
391
|
+
"isAbstract": false,
|
|
392
|
+
"isSealed": false,
|
|
393
|
+
"isStatic": false,
|
|
394
|
+
"arity": 0,
|
|
395
|
+
"baseType": {
|
|
396
|
+
"stableId": "Microsoft.EntityFrameworkCore.Relational:Microsoft.EntityFrameworkCore.Storage.DateTimeOffsetTypeMapping",
|
|
397
|
+
"clrName": "Microsoft.EntityFrameworkCore.Storage.DateTimeOffsetTypeMapping"
|
|
398
|
+
},
|
|
399
|
+
"methods": [
|
|
400
|
+
{
|
|
401
|
+
"stableId": "Microsoft.EntityFrameworkCore.Sqlite:Microsoft.EntityFrameworkCore.Sqlite.Storage.Internal.SqliteDateTimeOffsetTypeMapping::Clone(Microsoft.EntityFrameworkCore.Storage.RelationalTypeMapping\u002BRelationalTypeMappingParameters):Microsoft.EntityFrameworkCore.Storage.RelationalTypeMapping",
|
|
402
|
+
"clrName": "Clone",
|
|
403
|
+
"metadataToken": 100663845,
|
|
404
|
+
"canonicalSignature": "(Microsoft.EntityFrameworkCore.Storage.RelationalTypeMapping\u002BRelationalTypeMappingParameters):Microsoft.EntityFrameworkCore.Storage.RelationalTypeMapping",
|
|
405
|
+
"normalizedSignature": "Clone|(Microsoft.EntityFrameworkCore.Storage.RelationalTypeMapping\u002BRelationalTypeMappingParameters):Microsoft.EntityFrameworkCore.Storage.RelationalTypeMapping|static=false",
|
|
406
|
+
"emitScope": "ClassSurface",
|
|
407
|
+
"provenance": "Original",
|
|
408
|
+
"arity": 0,
|
|
409
|
+
"parameterCount": 1,
|
|
410
|
+
"isStatic": false,
|
|
411
|
+
"isAbstract": false,
|
|
412
|
+
"isVirtual": true,
|
|
413
|
+
"isOverride": true,
|
|
414
|
+
"isSealed": false,
|
|
415
|
+
"visibility": "Protected",
|
|
416
|
+
"declaringClrType": "Microsoft.EntityFrameworkCore.Sqlite.Storage.Internal.SqliteDateTimeOffsetTypeMapping",
|
|
417
|
+
"declaringAssemblyName": "Microsoft.EntityFrameworkCore.Sqlite",
|
|
418
|
+
"isExtensionMethod": false
|
|
419
|
+
}
|
|
420
|
+
],
|
|
305
421
|
"properties": [
|
|
306
422
|
{
|
|
307
423
|
"stableId": "Microsoft.EntityFrameworkCore.Sqlite:Microsoft.EntityFrameworkCore.Sqlite.Storage.Internal.SqliteDateTimeOffsetTypeMapping::Default:Microsoft.EntityFrameworkCore.Sqlite.Storage.Internal.SqliteDateTimeOffsetTypeMapping",
|
|
308
424
|
"clrName": "Default",
|
|
309
|
-
"tsEmitName": "default",
|
|
310
425
|
"metadataToken": 385876091,
|
|
311
426
|
"canonicalSignature": ":Microsoft.EntityFrameworkCore.Sqlite.Storage.Internal.SqliteDateTimeOffsetTypeMapping",
|
|
312
427
|
"normalizedSignature": "Default|:Microsoft.EntityFrameworkCore.Sqlite.Storage.Internal.SqliteDateTimeOffsetTypeMapping|static=true|accessor=get",
|
|
313
428
|
"emitScope": "ClassSurface",
|
|
429
|
+
"provenance": "Original",
|
|
314
430
|
"isIndexer": false,
|
|
315
431
|
"hasGetter": true,
|
|
316
432
|
"hasSetter": false,
|
|
433
|
+
"isStatic": true,
|
|
434
|
+
"isAbstract": false,
|
|
435
|
+
"isVirtual": false,
|
|
436
|
+
"isOverride": false,
|
|
437
|
+
"visibility": "Public",
|
|
438
|
+
"declaringClrType": "Microsoft.EntityFrameworkCore.Sqlite.Storage.Internal.SqliteDateTimeOffsetTypeMapping",
|
|
439
|
+
"declaringAssemblyName": "Microsoft.EntityFrameworkCore.Sqlite"
|
|
440
|
+
},
|
|
441
|
+
{
|
|
442
|
+
"stableId": "Microsoft.EntityFrameworkCore.Sqlite:Microsoft.EntityFrameworkCore.Sqlite.Storage.Internal.SqliteDateTimeOffsetTypeMapping::SqlLiteralFormatString:System.String",
|
|
443
|
+
"clrName": "SqlLiteralFormatString",
|
|
444
|
+
"metadataToken": 385876092,
|
|
445
|
+
"canonicalSignature": ":System.String",
|
|
446
|
+
"normalizedSignature": "SqlLiteralFormatString|:System.String|static=false|accessor=get",
|
|
447
|
+
"emitScope": "ClassSurface",
|
|
448
|
+
"provenance": "Original",
|
|
449
|
+
"isIndexer": false,
|
|
450
|
+
"hasGetter": true,
|
|
451
|
+
"hasSetter": false,
|
|
452
|
+
"isStatic": false,
|
|
453
|
+
"isAbstract": false,
|
|
454
|
+
"isVirtual": true,
|
|
455
|
+
"isOverride": true,
|
|
456
|
+
"visibility": "Protected",
|
|
317
457
|
"declaringClrType": "Microsoft.EntityFrameworkCore.Sqlite.Storage.Internal.SqliteDateTimeOffsetTypeMapping",
|
|
318
458
|
"declaringAssemblyName": "Microsoft.EntityFrameworkCore.Sqlite"
|
|
319
459
|
}
|
|
@@ -328,53 +468,96 @@
|
|
|
328
468
|
"normalizedSignature": "constructor|(System.String,System.Nullable_1[[System.Data.DbType,System.Data.Common,Version=10.0.0.0,Culture=neutral,PublicKeyToken=b03f5f7f11d50a3a]]):void|static=false",
|
|
329
469
|
"isStatic": false,
|
|
330
470
|
"parameterCount": 2,
|
|
471
|
+
"visibility": "Public",
|
|
331
472
|
"declaringClrType": "Microsoft.EntityFrameworkCore.Sqlite.Storage.Internal.SqliteDateTimeOffsetTypeMapping",
|
|
332
473
|
"declaringAssemblyName": "Microsoft.EntityFrameworkCore.Sqlite"
|
|
333
|
-
}
|
|
334
|
-
],
|
|
335
|
-
"exposedProperties": [
|
|
336
|
-
{
|
|
337
|
-
"tsName": "default",
|
|
338
|
-
"isStatic": true,
|
|
339
|
-
"tsSignatureId": "Default|:Microsoft.EntityFrameworkCore.Sqlite.Storage.Internal.SqliteDateTimeOffsetTypeMapping|static=true|accessor=get",
|
|
340
|
-
"target": {
|
|
341
|
-
"declaringClrType": "Microsoft.EntityFrameworkCore.Sqlite.Storage.Internal.SqliteDateTimeOffsetTypeMapping",
|
|
342
|
-
"declaringAssemblyName": "Microsoft.EntityFrameworkCore.Sqlite",
|
|
343
|
-
"metadataToken": 385876091
|
|
344
|
-
}
|
|
345
|
-
}
|
|
346
|
-
],
|
|
347
|
-
"exposedConstructors": [
|
|
474
|
+
},
|
|
348
475
|
{
|
|
476
|
+
"stableId": "Microsoft.EntityFrameworkCore.Sqlite:Microsoft.EntityFrameworkCore.Sqlite.Storage.Internal.SqliteDateTimeOffsetTypeMapping::.ctor(Microsoft.EntityFrameworkCore.Storage.RelationalTypeMapping\u002BRelationalTypeMappingParameters):void",
|
|
477
|
+
"metadataToken": 100663844,
|
|
478
|
+
"canonicalSignature": "(Microsoft.EntityFrameworkCore.Storage.RelationalTypeMapping\u002BRelationalTypeMappingParameters):void",
|
|
479
|
+
"normalizedSignature": "constructor|(Microsoft.EntityFrameworkCore.Storage.RelationalTypeMapping\u002BRelationalTypeMappingParameters):void|static=false",
|
|
349
480
|
"isStatic": false,
|
|
350
|
-
"
|
|
351
|
-
"
|
|
352
|
-
|
|
353
|
-
|
|
354
|
-
"metadataToken": 100663843
|
|
355
|
-
}
|
|
481
|
+
"parameterCount": 1,
|
|
482
|
+
"visibility": "Protected",
|
|
483
|
+
"declaringClrType": "Microsoft.EntityFrameworkCore.Sqlite.Storage.Internal.SqliteDateTimeOffsetTypeMapping",
|
|
484
|
+
"declaringAssemblyName": "Microsoft.EntityFrameworkCore.Sqlite"
|
|
356
485
|
}
|
|
357
486
|
]
|
|
358
487
|
},
|
|
359
488
|
{
|
|
360
489
|
"stableId": "Microsoft.EntityFrameworkCore.Sqlite:Microsoft.EntityFrameworkCore.Sqlite.Storage.Internal.SqliteDateTimeTypeMapping",
|
|
361
490
|
"clrName": "Microsoft.EntityFrameworkCore.Sqlite.Storage.Internal.SqliteDateTimeTypeMapping",
|
|
362
|
-
"tsEmitName": "SqliteDateTimeTypeMapping",
|
|
363
491
|
"assemblyName": "Microsoft.EntityFrameworkCore.Sqlite",
|
|
364
492
|
"metadataToken": 0,
|
|
365
|
-
"
|
|
493
|
+
"kind": "Class",
|
|
494
|
+
"accessibility": "Public",
|
|
495
|
+
"isAbstract": false,
|
|
496
|
+
"isSealed": false,
|
|
497
|
+
"isStatic": false,
|
|
498
|
+
"arity": 0,
|
|
499
|
+
"baseType": {
|
|
500
|
+
"stableId": "Microsoft.EntityFrameworkCore.Relational:Microsoft.EntityFrameworkCore.Storage.DateTimeTypeMapping",
|
|
501
|
+
"clrName": "Microsoft.EntityFrameworkCore.Storage.DateTimeTypeMapping"
|
|
502
|
+
},
|
|
503
|
+
"methods": [
|
|
504
|
+
{
|
|
505
|
+
"stableId": "Microsoft.EntityFrameworkCore.Sqlite:Microsoft.EntityFrameworkCore.Sqlite.Storage.Internal.SqliteDateTimeTypeMapping::Clone(Microsoft.EntityFrameworkCore.Storage.RelationalTypeMapping\u002BRelationalTypeMappingParameters):Microsoft.EntityFrameworkCore.Storage.RelationalTypeMapping",
|
|
506
|
+
"clrName": "Clone",
|
|
507
|
+
"metadataToken": 100663851,
|
|
508
|
+
"canonicalSignature": "(Microsoft.EntityFrameworkCore.Storage.RelationalTypeMapping\u002BRelationalTypeMappingParameters):Microsoft.EntityFrameworkCore.Storage.RelationalTypeMapping",
|
|
509
|
+
"normalizedSignature": "Clone|(Microsoft.EntityFrameworkCore.Storage.RelationalTypeMapping\u002BRelationalTypeMappingParameters):Microsoft.EntityFrameworkCore.Storage.RelationalTypeMapping|static=false",
|
|
510
|
+
"emitScope": "ClassSurface",
|
|
511
|
+
"provenance": "Original",
|
|
512
|
+
"arity": 0,
|
|
513
|
+
"parameterCount": 1,
|
|
514
|
+
"isStatic": false,
|
|
515
|
+
"isAbstract": false,
|
|
516
|
+
"isVirtual": true,
|
|
517
|
+
"isOverride": true,
|
|
518
|
+
"isSealed": false,
|
|
519
|
+
"visibility": "Protected",
|
|
520
|
+
"declaringClrType": "Microsoft.EntityFrameworkCore.Sqlite.Storage.Internal.SqliteDateTimeTypeMapping",
|
|
521
|
+
"declaringAssemblyName": "Microsoft.EntityFrameworkCore.Sqlite",
|
|
522
|
+
"isExtensionMethod": false
|
|
523
|
+
}
|
|
524
|
+
],
|
|
366
525
|
"properties": [
|
|
367
526
|
{
|
|
368
527
|
"stableId": "Microsoft.EntityFrameworkCore.Sqlite:Microsoft.EntityFrameworkCore.Sqlite.Storage.Internal.SqliteDateTimeTypeMapping::Default:Microsoft.EntityFrameworkCore.Sqlite.Storage.Internal.SqliteDateTimeTypeMapping",
|
|
369
528
|
"clrName": "Default",
|
|
370
|
-
"tsEmitName": "default",
|
|
371
529
|
"metadataToken": 385876093,
|
|
372
530
|
"canonicalSignature": ":Microsoft.EntityFrameworkCore.Sqlite.Storage.Internal.SqliteDateTimeTypeMapping",
|
|
373
531
|
"normalizedSignature": "Default|:Microsoft.EntityFrameworkCore.Sqlite.Storage.Internal.SqliteDateTimeTypeMapping|static=true|accessor=get",
|
|
374
532
|
"emitScope": "ClassSurface",
|
|
533
|
+
"provenance": "Original",
|
|
375
534
|
"isIndexer": false,
|
|
376
535
|
"hasGetter": true,
|
|
377
536
|
"hasSetter": false,
|
|
537
|
+
"isStatic": true,
|
|
538
|
+
"isAbstract": false,
|
|
539
|
+
"isVirtual": false,
|
|
540
|
+
"isOverride": false,
|
|
541
|
+
"visibility": "Public",
|
|
542
|
+
"declaringClrType": "Microsoft.EntityFrameworkCore.Sqlite.Storage.Internal.SqliteDateTimeTypeMapping",
|
|
543
|
+
"declaringAssemblyName": "Microsoft.EntityFrameworkCore.Sqlite"
|
|
544
|
+
},
|
|
545
|
+
{
|
|
546
|
+
"stableId": "Microsoft.EntityFrameworkCore.Sqlite:Microsoft.EntityFrameworkCore.Sqlite.Storage.Internal.SqliteDateTimeTypeMapping::SqlLiteralFormatString:System.String",
|
|
547
|
+
"clrName": "SqlLiteralFormatString",
|
|
548
|
+
"metadataToken": 385876094,
|
|
549
|
+
"canonicalSignature": ":System.String",
|
|
550
|
+
"normalizedSignature": "SqlLiteralFormatString|:System.String|static=false|accessor=get",
|
|
551
|
+
"emitScope": "ClassSurface",
|
|
552
|
+
"provenance": "Original",
|
|
553
|
+
"isIndexer": false,
|
|
554
|
+
"hasGetter": true,
|
|
555
|
+
"hasSetter": false,
|
|
556
|
+
"isStatic": false,
|
|
557
|
+
"isAbstract": false,
|
|
558
|
+
"isVirtual": true,
|
|
559
|
+
"isOverride": true,
|
|
560
|
+
"visibility": "Protected",
|
|
378
561
|
"declaringClrType": "Microsoft.EntityFrameworkCore.Sqlite.Storage.Internal.SqliteDateTimeTypeMapping",
|
|
379
562
|
"declaringAssemblyName": "Microsoft.EntityFrameworkCore.Sqlite"
|
|
380
563
|
}
|
|
@@ -389,53 +572,96 @@
|
|
|
389
572
|
"normalizedSignature": "constructor|(System.String,System.Nullable_1[[System.Data.DbType,System.Data.Common,Version=10.0.0.0,Culture=neutral,PublicKeyToken=b03f5f7f11d50a3a]]):void|static=false",
|
|
390
573
|
"isStatic": false,
|
|
391
574
|
"parameterCount": 2,
|
|
575
|
+
"visibility": "Public",
|
|
392
576
|
"declaringClrType": "Microsoft.EntityFrameworkCore.Sqlite.Storage.Internal.SqliteDateTimeTypeMapping",
|
|
393
577
|
"declaringAssemblyName": "Microsoft.EntityFrameworkCore.Sqlite"
|
|
394
|
-
}
|
|
395
|
-
],
|
|
396
|
-
"exposedProperties": [
|
|
397
|
-
{
|
|
398
|
-
"tsName": "default",
|
|
399
|
-
"isStatic": true,
|
|
400
|
-
"tsSignatureId": "Default|:Microsoft.EntityFrameworkCore.Sqlite.Storage.Internal.SqliteDateTimeTypeMapping|static=true|accessor=get",
|
|
401
|
-
"target": {
|
|
402
|
-
"declaringClrType": "Microsoft.EntityFrameworkCore.Sqlite.Storage.Internal.SqliteDateTimeTypeMapping",
|
|
403
|
-
"declaringAssemblyName": "Microsoft.EntityFrameworkCore.Sqlite",
|
|
404
|
-
"metadataToken": 385876093
|
|
405
|
-
}
|
|
406
|
-
}
|
|
407
|
-
],
|
|
408
|
-
"exposedConstructors": [
|
|
578
|
+
},
|
|
409
579
|
{
|
|
580
|
+
"stableId": "Microsoft.EntityFrameworkCore.Sqlite:Microsoft.EntityFrameworkCore.Sqlite.Storage.Internal.SqliteDateTimeTypeMapping::.ctor(Microsoft.EntityFrameworkCore.Storage.RelationalTypeMapping\u002BRelationalTypeMappingParameters):void",
|
|
581
|
+
"metadataToken": 100663850,
|
|
582
|
+
"canonicalSignature": "(Microsoft.EntityFrameworkCore.Storage.RelationalTypeMapping\u002BRelationalTypeMappingParameters):void",
|
|
583
|
+
"normalizedSignature": "constructor|(Microsoft.EntityFrameworkCore.Storage.RelationalTypeMapping\u002BRelationalTypeMappingParameters):void|static=false",
|
|
410
584
|
"isStatic": false,
|
|
411
|
-
"
|
|
412
|
-
"
|
|
413
|
-
|
|
414
|
-
|
|
415
|
-
"metadataToken": 100663849
|
|
416
|
-
}
|
|
585
|
+
"parameterCount": 1,
|
|
586
|
+
"visibility": "Protected",
|
|
587
|
+
"declaringClrType": "Microsoft.EntityFrameworkCore.Sqlite.Storage.Internal.SqliteDateTimeTypeMapping",
|
|
588
|
+
"declaringAssemblyName": "Microsoft.EntityFrameworkCore.Sqlite"
|
|
417
589
|
}
|
|
418
590
|
]
|
|
419
591
|
},
|
|
420
592
|
{
|
|
421
593
|
"stableId": "Microsoft.EntityFrameworkCore.Sqlite:Microsoft.EntityFrameworkCore.Sqlite.Storage.Internal.SqliteDecimalTypeMapping",
|
|
422
594
|
"clrName": "Microsoft.EntityFrameworkCore.Sqlite.Storage.Internal.SqliteDecimalTypeMapping",
|
|
423
|
-
"tsEmitName": "SqliteDecimalTypeMapping",
|
|
424
595
|
"assemblyName": "Microsoft.EntityFrameworkCore.Sqlite",
|
|
425
596
|
"metadataToken": 0,
|
|
426
|
-
"
|
|
597
|
+
"kind": "Class",
|
|
598
|
+
"accessibility": "Public",
|
|
599
|
+
"isAbstract": false,
|
|
600
|
+
"isSealed": false,
|
|
601
|
+
"isStatic": false,
|
|
602
|
+
"arity": 0,
|
|
603
|
+
"baseType": {
|
|
604
|
+
"stableId": "Microsoft.EntityFrameworkCore.Relational:Microsoft.EntityFrameworkCore.Storage.DecimalTypeMapping",
|
|
605
|
+
"clrName": "Microsoft.EntityFrameworkCore.Storage.DecimalTypeMapping"
|
|
606
|
+
},
|
|
607
|
+
"methods": [
|
|
608
|
+
{
|
|
609
|
+
"stableId": "Microsoft.EntityFrameworkCore.Sqlite:Microsoft.EntityFrameworkCore.Sqlite.Storage.Internal.SqliteDecimalTypeMapping::Clone(Microsoft.EntityFrameworkCore.Storage.RelationalTypeMapping\u002BRelationalTypeMappingParameters):Microsoft.EntityFrameworkCore.Storage.RelationalTypeMapping",
|
|
610
|
+
"clrName": "Clone",
|
|
611
|
+
"metadataToken": 100663857,
|
|
612
|
+
"canonicalSignature": "(Microsoft.EntityFrameworkCore.Storage.RelationalTypeMapping\u002BRelationalTypeMappingParameters):Microsoft.EntityFrameworkCore.Storage.RelationalTypeMapping",
|
|
613
|
+
"normalizedSignature": "Clone|(Microsoft.EntityFrameworkCore.Storage.RelationalTypeMapping\u002BRelationalTypeMappingParameters):Microsoft.EntityFrameworkCore.Storage.RelationalTypeMapping|static=false",
|
|
614
|
+
"emitScope": "ClassSurface",
|
|
615
|
+
"provenance": "Original",
|
|
616
|
+
"arity": 0,
|
|
617
|
+
"parameterCount": 1,
|
|
618
|
+
"isStatic": false,
|
|
619
|
+
"isAbstract": false,
|
|
620
|
+
"isVirtual": true,
|
|
621
|
+
"isOverride": true,
|
|
622
|
+
"isSealed": false,
|
|
623
|
+
"visibility": "Protected",
|
|
624
|
+
"declaringClrType": "Microsoft.EntityFrameworkCore.Sqlite.Storage.Internal.SqliteDecimalTypeMapping",
|
|
625
|
+
"declaringAssemblyName": "Microsoft.EntityFrameworkCore.Sqlite",
|
|
626
|
+
"isExtensionMethod": false
|
|
627
|
+
}
|
|
628
|
+
],
|
|
427
629
|
"properties": [
|
|
428
630
|
{
|
|
429
631
|
"stableId": "Microsoft.EntityFrameworkCore.Sqlite:Microsoft.EntityFrameworkCore.Sqlite.Storage.Internal.SqliteDecimalTypeMapping::Default:Microsoft.EntityFrameworkCore.Sqlite.Storage.Internal.SqliteDecimalTypeMapping",
|
|
430
632
|
"clrName": "Default",
|
|
431
|
-
"tsEmitName": "default",
|
|
432
633
|
"metadataToken": 385876095,
|
|
433
634
|
"canonicalSignature": ":Microsoft.EntityFrameworkCore.Sqlite.Storage.Internal.SqliteDecimalTypeMapping",
|
|
434
635
|
"normalizedSignature": "Default|:Microsoft.EntityFrameworkCore.Sqlite.Storage.Internal.SqliteDecimalTypeMapping|static=true|accessor=get",
|
|
435
636
|
"emitScope": "ClassSurface",
|
|
637
|
+
"provenance": "Original",
|
|
638
|
+
"isIndexer": false,
|
|
639
|
+
"hasGetter": true,
|
|
640
|
+
"hasSetter": false,
|
|
641
|
+
"isStatic": true,
|
|
642
|
+
"isAbstract": false,
|
|
643
|
+
"isVirtual": false,
|
|
644
|
+
"isOverride": false,
|
|
645
|
+
"visibility": "Public",
|
|
646
|
+
"declaringClrType": "Microsoft.EntityFrameworkCore.Sqlite.Storage.Internal.SqliteDecimalTypeMapping",
|
|
647
|
+
"declaringAssemblyName": "Microsoft.EntityFrameworkCore.Sqlite"
|
|
648
|
+
},
|
|
649
|
+
{
|
|
650
|
+
"stableId": "Microsoft.EntityFrameworkCore.Sqlite:Microsoft.EntityFrameworkCore.Sqlite.Storage.Internal.SqliteDecimalTypeMapping::SqlLiteralFormatString:System.String",
|
|
651
|
+
"clrName": "SqlLiteralFormatString",
|
|
652
|
+
"metadataToken": 385876096,
|
|
653
|
+
"canonicalSignature": ":System.String",
|
|
654
|
+
"normalizedSignature": "SqlLiteralFormatString|:System.String|static=false|accessor=get",
|
|
655
|
+
"emitScope": "ClassSurface",
|
|
656
|
+
"provenance": "Original",
|
|
436
657
|
"isIndexer": false,
|
|
437
658
|
"hasGetter": true,
|
|
438
659
|
"hasSetter": false,
|
|
660
|
+
"isStatic": false,
|
|
661
|
+
"isAbstract": false,
|
|
662
|
+
"isVirtual": true,
|
|
663
|
+
"isOverride": true,
|
|
664
|
+
"visibility": "Protected",
|
|
439
665
|
"declaringClrType": "Microsoft.EntityFrameworkCore.Sqlite.Storage.Internal.SqliteDecimalTypeMapping",
|
|
440
666
|
"declaringAssemblyName": "Microsoft.EntityFrameworkCore.Sqlite"
|
|
441
667
|
}
|
|
@@ -450,53 +676,97 @@
|
|
|
450
676
|
"normalizedSignature": "constructor|(System.String,System.Nullable_1[[System.Data.DbType,System.Data.Common,Version=10.0.0.0,Culture=neutral,PublicKeyToken=b03f5f7f11d50a3a]]):void|static=false",
|
|
451
677
|
"isStatic": false,
|
|
452
678
|
"parameterCount": 2,
|
|
679
|
+
"visibility": "Public",
|
|
453
680
|
"declaringClrType": "Microsoft.EntityFrameworkCore.Sqlite.Storage.Internal.SqliteDecimalTypeMapping",
|
|
454
681
|
"declaringAssemblyName": "Microsoft.EntityFrameworkCore.Sqlite"
|
|
455
|
-
}
|
|
456
|
-
],
|
|
457
|
-
"exposedProperties": [
|
|
458
|
-
{
|
|
459
|
-
"tsName": "default",
|
|
460
|
-
"isStatic": true,
|
|
461
|
-
"tsSignatureId": "Default|:Microsoft.EntityFrameworkCore.Sqlite.Storage.Internal.SqliteDecimalTypeMapping|static=true|accessor=get",
|
|
462
|
-
"target": {
|
|
463
|
-
"declaringClrType": "Microsoft.EntityFrameworkCore.Sqlite.Storage.Internal.SqliteDecimalTypeMapping",
|
|
464
|
-
"declaringAssemblyName": "Microsoft.EntityFrameworkCore.Sqlite",
|
|
465
|
-
"metadataToken": 385876095
|
|
466
|
-
}
|
|
467
|
-
}
|
|
468
|
-
],
|
|
469
|
-
"exposedConstructors": [
|
|
682
|
+
},
|
|
470
683
|
{
|
|
684
|
+
"stableId": "Microsoft.EntityFrameworkCore.Sqlite:Microsoft.EntityFrameworkCore.Sqlite.Storage.Internal.SqliteDecimalTypeMapping::.ctor(Microsoft.EntityFrameworkCore.Storage.RelationalTypeMapping\u002BRelationalTypeMappingParameters):void",
|
|
685
|
+
"metadataToken": 100663856,
|
|
686
|
+
"canonicalSignature": "(Microsoft.EntityFrameworkCore.Storage.RelationalTypeMapping\u002BRelationalTypeMappingParameters):void",
|
|
687
|
+
"normalizedSignature": "constructor|(Microsoft.EntityFrameworkCore.Storage.RelationalTypeMapping\u002BRelationalTypeMappingParameters):void|static=false",
|
|
471
688
|
"isStatic": false,
|
|
472
|
-
"
|
|
473
|
-
"
|
|
474
|
-
|
|
475
|
-
|
|
476
|
-
"metadataToken": 100663855
|
|
477
|
-
}
|
|
689
|
+
"parameterCount": 1,
|
|
690
|
+
"visibility": "Protected",
|
|
691
|
+
"declaringClrType": "Microsoft.EntityFrameworkCore.Sqlite.Storage.Internal.SqliteDecimalTypeMapping",
|
|
692
|
+
"declaringAssemblyName": "Microsoft.EntityFrameworkCore.Sqlite"
|
|
478
693
|
}
|
|
479
694
|
]
|
|
480
695
|
},
|
|
481
696
|
{
|
|
482
697
|
"stableId": "Microsoft.EntityFrameworkCore.Sqlite:Microsoft.EntityFrameworkCore.Sqlite.Storage.Internal.SqliteGuidTypeMapping",
|
|
483
698
|
"clrName": "Microsoft.EntityFrameworkCore.Sqlite.Storage.Internal.SqliteGuidTypeMapping",
|
|
484
|
-
"tsEmitName": "SqliteGuidTypeMapping",
|
|
485
699
|
"assemblyName": "Microsoft.EntityFrameworkCore.Sqlite",
|
|
486
700
|
"metadataToken": 0,
|
|
487
|
-
"
|
|
701
|
+
"kind": "Class",
|
|
702
|
+
"accessibility": "Public",
|
|
703
|
+
"isAbstract": false,
|
|
704
|
+
"isSealed": false,
|
|
705
|
+
"isStatic": false,
|
|
706
|
+
"arity": 0,
|
|
707
|
+
"baseType": {
|
|
708
|
+
"stableId": "Microsoft.EntityFrameworkCore.Relational:Microsoft.EntityFrameworkCore.Storage.GuidTypeMapping",
|
|
709
|
+
"clrName": "Microsoft.EntityFrameworkCore.Storage.GuidTypeMapping"
|
|
710
|
+
},
|
|
711
|
+
"methods": [
|
|
712
|
+
{
|
|
713
|
+
"stableId": "Microsoft.EntityFrameworkCore.Sqlite:Microsoft.EntityFrameworkCore.Sqlite.Storage.Internal.SqliteGuidTypeMapping::Clone(Microsoft.EntityFrameworkCore.Storage.RelationalTypeMapping\u002BRelationalTypeMappingParameters):Microsoft.EntityFrameworkCore.Storage.RelationalTypeMapping",
|
|
714
|
+
"clrName": "Clone",
|
|
715
|
+
"metadataToken": 100663863,
|
|
716
|
+
"canonicalSignature": "(Microsoft.EntityFrameworkCore.Storage.RelationalTypeMapping\u002BRelationalTypeMappingParameters):Microsoft.EntityFrameworkCore.Storage.RelationalTypeMapping",
|
|
717
|
+
"normalizedSignature": "Clone|(Microsoft.EntityFrameworkCore.Storage.RelationalTypeMapping\u002BRelationalTypeMappingParameters):Microsoft.EntityFrameworkCore.Storage.RelationalTypeMapping|static=false",
|
|
718
|
+
"emitScope": "ClassSurface",
|
|
719
|
+
"provenance": "Original",
|
|
720
|
+
"arity": 0,
|
|
721
|
+
"parameterCount": 1,
|
|
722
|
+
"isStatic": false,
|
|
723
|
+
"isAbstract": false,
|
|
724
|
+
"isVirtual": true,
|
|
725
|
+
"isOverride": true,
|
|
726
|
+
"isSealed": false,
|
|
727
|
+
"visibility": "Protected",
|
|
728
|
+
"declaringClrType": "Microsoft.EntityFrameworkCore.Sqlite.Storage.Internal.SqliteGuidTypeMapping",
|
|
729
|
+
"declaringAssemblyName": "Microsoft.EntityFrameworkCore.Sqlite",
|
|
730
|
+
"isExtensionMethod": false
|
|
731
|
+
},
|
|
732
|
+
{
|
|
733
|
+
"stableId": "Microsoft.EntityFrameworkCore.Sqlite:Microsoft.EntityFrameworkCore.Sqlite.Storage.Internal.SqliteGuidTypeMapping::GenerateNonNullSqlLiteral(System.Object):System.String",
|
|
734
|
+
"clrName": "GenerateNonNullSqlLiteral",
|
|
735
|
+
"metadataToken": 100663864,
|
|
736
|
+
"canonicalSignature": "(System.Object):System.String",
|
|
737
|
+
"normalizedSignature": "GenerateNonNullSqlLiteral|(System.Object):System.String|static=false",
|
|
738
|
+
"emitScope": "ClassSurface",
|
|
739
|
+
"provenance": "Original",
|
|
740
|
+
"arity": 0,
|
|
741
|
+
"parameterCount": 1,
|
|
742
|
+
"isStatic": false,
|
|
743
|
+
"isAbstract": false,
|
|
744
|
+
"isVirtual": true,
|
|
745
|
+
"isOverride": true,
|
|
746
|
+
"isSealed": false,
|
|
747
|
+
"visibility": "Protected",
|
|
748
|
+
"declaringClrType": "Microsoft.EntityFrameworkCore.Sqlite.Storage.Internal.SqliteGuidTypeMapping",
|
|
749
|
+
"declaringAssemblyName": "Microsoft.EntityFrameworkCore.Sqlite",
|
|
750
|
+
"isExtensionMethod": false
|
|
751
|
+
}
|
|
752
|
+
],
|
|
488
753
|
"properties": [
|
|
489
754
|
{
|
|
490
755
|
"stableId": "Microsoft.EntityFrameworkCore.Sqlite:Microsoft.EntityFrameworkCore.Sqlite.Storage.Internal.SqliteGuidTypeMapping::Default:Microsoft.EntityFrameworkCore.Sqlite.Storage.Internal.SqliteGuidTypeMapping",
|
|
491
756
|
"clrName": "Default",
|
|
492
|
-
"tsEmitName": "default",
|
|
493
757
|
"metadataToken": 385876097,
|
|
494
758
|
"canonicalSignature": ":Microsoft.EntityFrameworkCore.Sqlite.Storage.Internal.SqliteGuidTypeMapping",
|
|
495
759
|
"normalizedSignature": "Default|:Microsoft.EntityFrameworkCore.Sqlite.Storage.Internal.SqliteGuidTypeMapping|static=true|accessor=get",
|
|
496
760
|
"emitScope": "ClassSurface",
|
|
761
|
+
"provenance": "Original",
|
|
497
762
|
"isIndexer": false,
|
|
498
763
|
"hasGetter": true,
|
|
499
764
|
"hasSetter": false,
|
|
765
|
+
"isStatic": true,
|
|
766
|
+
"isAbstract": false,
|
|
767
|
+
"isVirtual": false,
|
|
768
|
+
"isOverride": false,
|
|
769
|
+
"visibility": "Public",
|
|
500
770
|
"declaringClrType": "Microsoft.EntityFrameworkCore.Sqlite.Storage.Internal.SqliteGuidTypeMapping",
|
|
501
771
|
"declaringAssemblyName": "Microsoft.EntityFrameworkCore.Sqlite"
|
|
502
772
|
}
|
|
@@ -511,51 +781,55 @@
|
|
|
511
781
|
"normalizedSignature": "constructor|(System.String,System.Nullable_1[[System.Data.DbType,System.Data.Common,Version=10.0.0.0,Culture=neutral,PublicKeyToken=b03f5f7f11d50a3a]]):void|static=false",
|
|
512
782
|
"isStatic": false,
|
|
513
783
|
"parameterCount": 2,
|
|
784
|
+
"visibility": "Public",
|
|
514
785
|
"declaringClrType": "Microsoft.EntityFrameworkCore.Sqlite.Storage.Internal.SqliteGuidTypeMapping",
|
|
515
786
|
"declaringAssemblyName": "Microsoft.EntityFrameworkCore.Sqlite"
|
|
516
|
-
}
|
|
517
|
-
],
|
|
518
|
-
"exposedProperties": [
|
|
519
|
-
{
|
|
520
|
-
"tsName": "default",
|
|
521
|
-
"isStatic": true,
|
|
522
|
-
"tsSignatureId": "Default|:Microsoft.EntityFrameworkCore.Sqlite.Storage.Internal.SqliteGuidTypeMapping|static=true|accessor=get",
|
|
523
|
-
"target": {
|
|
524
|
-
"declaringClrType": "Microsoft.EntityFrameworkCore.Sqlite.Storage.Internal.SqliteGuidTypeMapping",
|
|
525
|
-
"declaringAssemblyName": "Microsoft.EntityFrameworkCore.Sqlite",
|
|
526
|
-
"metadataToken": 385876097
|
|
527
|
-
}
|
|
528
|
-
}
|
|
529
|
-
],
|
|
530
|
-
"exposedConstructors": [
|
|
787
|
+
},
|
|
531
788
|
{
|
|
789
|
+
"stableId": "Microsoft.EntityFrameworkCore.Sqlite:Microsoft.EntityFrameworkCore.Sqlite.Storage.Internal.SqliteGuidTypeMapping::.ctor(Microsoft.EntityFrameworkCore.Storage.RelationalTypeMapping\u002BRelationalTypeMappingParameters):void",
|
|
790
|
+
"metadataToken": 100663862,
|
|
791
|
+
"canonicalSignature": "(Microsoft.EntityFrameworkCore.Storage.RelationalTypeMapping\u002BRelationalTypeMappingParameters):void",
|
|
792
|
+
"normalizedSignature": "constructor|(Microsoft.EntityFrameworkCore.Storage.RelationalTypeMapping\u002BRelationalTypeMappingParameters):void|static=false",
|
|
532
793
|
"isStatic": false,
|
|
533
|
-
"
|
|
534
|
-
"
|
|
535
|
-
|
|
536
|
-
|
|
537
|
-
"metadataToken": 100663861
|
|
538
|
-
}
|
|
794
|
+
"parameterCount": 1,
|
|
795
|
+
"visibility": "Protected",
|
|
796
|
+
"declaringClrType": "Microsoft.EntityFrameworkCore.Sqlite.Storage.Internal.SqliteGuidTypeMapping",
|
|
797
|
+
"declaringAssemblyName": "Microsoft.EntityFrameworkCore.Sqlite"
|
|
539
798
|
}
|
|
540
799
|
]
|
|
541
800
|
},
|
|
542
801
|
{
|
|
543
802
|
"stableId": "Microsoft.EntityFrameworkCore.Sqlite:Microsoft.EntityFrameworkCore.Sqlite.Storage.Internal.SqliteJsonTypeMapping",
|
|
544
803
|
"clrName": "Microsoft.EntityFrameworkCore.Sqlite.Storage.Internal.SqliteJsonTypeMapping",
|
|
545
|
-
"tsEmitName": "SqliteJsonTypeMapping",
|
|
546
804
|
"assemblyName": "Microsoft.EntityFrameworkCore.Sqlite",
|
|
547
805
|
"metadataToken": 0,
|
|
806
|
+
"kind": "Class",
|
|
807
|
+
"accessibility": "Public",
|
|
808
|
+
"isAbstract": false,
|
|
809
|
+
"isSealed": false,
|
|
810
|
+
"isStatic": false,
|
|
811
|
+
"arity": 0,
|
|
812
|
+
"baseType": {
|
|
813
|
+
"stableId": "Microsoft.EntityFrameworkCore.Relational:Microsoft.EntityFrameworkCore.Storage.JsonTypeMapping",
|
|
814
|
+
"clrName": "Microsoft.EntityFrameworkCore.Storage.JsonTypeMapping"
|
|
815
|
+
},
|
|
548
816
|
"methods": [
|
|
549
817
|
{
|
|
550
818
|
"stableId": "Microsoft.EntityFrameworkCore.Sqlite:Microsoft.EntityFrameworkCore.Sqlite.Storage.Internal.SqliteJsonTypeMapping::GetDataReaderMethod():System.Reflection.MethodInfo",
|
|
551
819
|
"clrName": "GetDataReaderMethod",
|
|
552
|
-
"tsEmitName": "getDataReaderMethod",
|
|
553
820
|
"metadataToken": 100663869,
|
|
554
821
|
"canonicalSignature": "():System.Reflection.MethodInfo",
|
|
555
822
|
"normalizedSignature": "GetDataReaderMethod|():System.Reflection.MethodInfo|static=false",
|
|
556
823
|
"emitScope": "ClassSurface",
|
|
824
|
+
"provenance": "Original",
|
|
557
825
|
"arity": 0,
|
|
558
826
|
"parameterCount": 0,
|
|
827
|
+
"isStatic": false,
|
|
828
|
+
"isAbstract": false,
|
|
829
|
+
"isVirtual": true,
|
|
830
|
+
"isOverride": true,
|
|
831
|
+
"isSealed": false,
|
|
832
|
+
"visibility": "Public",
|
|
559
833
|
"declaringClrType": "Microsoft.EntityFrameworkCore.Sqlite.Storage.Internal.SqliteJsonTypeMapping",
|
|
560
834
|
"declaringAssemblyName": "Microsoft.EntityFrameworkCore.Sqlite",
|
|
561
835
|
"isExtensionMethod": false
|
|
@@ -563,13 +837,79 @@
|
|
|
563
837
|
{
|
|
564
838
|
"stableId": "Microsoft.EntityFrameworkCore.Sqlite:Microsoft.EntityFrameworkCore.Sqlite.Storage.Internal.SqliteJsonTypeMapping::CustomizeDataReaderExpression(System.Linq.Expressions.Expression):System.Linq.Expressions.Expression",
|
|
565
839
|
"clrName": "CustomizeDataReaderExpression",
|
|
566
|
-
"tsEmitName": "customizeDataReaderExpression",
|
|
567
840
|
"metadataToken": 100663870,
|
|
568
841
|
"canonicalSignature": "(System.Linq.Expressions.Expression):System.Linq.Expressions.Expression",
|
|
569
842
|
"normalizedSignature": "CustomizeDataReaderExpression|(System.Linq.Expressions.Expression):System.Linq.Expressions.Expression|static=false",
|
|
570
843
|
"emitScope": "ClassSurface",
|
|
844
|
+
"provenance": "Original",
|
|
845
|
+
"arity": 0,
|
|
846
|
+
"parameterCount": 1,
|
|
847
|
+
"isStatic": false,
|
|
848
|
+
"isAbstract": false,
|
|
849
|
+
"isVirtual": true,
|
|
850
|
+
"isOverride": true,
|
|
851
|
+
"isSealed": false,
|
|
852
|
+
"visibility": "Public",
|
|
853
|
+
"declaringClrType": "Microsoft.EntityFrameworkCore.Sqlite.Storage.Internal.SqliteJsonTypeMapping",
|
|
854
|
+
"declaringAssemblyName": "Microsoft.EntityFrameworkCore.Sqlite",
|
|
855
|
+
"isExtensionMethod": false
|
|
856
|
+
},
|
|
857
|
+
{
|
|
858
|
+
"stableId": "Microsoft.EntityFrameworkCore.Sqlite:Microsoft.EntityFrameworkCore.Sqlite.Storage.Internal.SqliteJsonTypeMapping::GenerateNonNullSqlLiteral(System.Object):System.String",
|
|
859
|
+
"clrName": "GenerateNonNullSqlLiteral",
|
|
860
|
+
"metadataToken": 100663871,
|
|
861
|
+
"canonicalSignature": "(System.Object):System.String",
|
|
862
|
+
"normalizedSignature": "GenerateNonNullSqlLiteral|(System.Object):System.String|static=false",
|
|
863
|
+
"emitScope": "ClassSurface",
|
|
864
|
+
"provenance": "Original",
|
|
865
|
+
"arity": 0,
|
|
866
|
+
"parameterCount": 1,
|
|
867
|
+
"isStatic": false,
|
|
868
|
+
"isAbstract": false,
|
|
869
|
+
"isVirtual": true,
|
|
870
|
+
"isOverride": true,
|
|
871
|
+
"isSealed": false,
|
|
872
|
+
"visibility": "Protected",
|
|
873
|
+
"declaringClrType": "Microsoft.EntityFrameworkCore.Sqlite.Storage.Internal.SqliteJsonTypeMapping",
|
|
874
|
+
"declaringAssemblyName": "Microsoft.EntityFrameworkCore.Sqlite",
|
|
875
|
+
"isExtensionMethod": false
|
|
876
|
+
},
|
|
877
|
+
{
|
|
878
|
+
"stableId": "Microsoft.EntityFrameworkCore.Sqlite:Microsoft.EntityFrameworkCore.Sqlite.Storage.Internal.SqliteJsonTypeMapping::EscapeSqlLiteral(System.String):System.String",
|
|
879
|
+
"clrName": "EscapeSqlLiteral",
|
|
880
|
+
"metadataToken": 100663872,
|
|
881
|
+
"canonicalSignature": "(System.String):System.String",
|
|
882
|
+
"normalizedSignature": "EscapeSqlLiteral|(System.String):System.String|static=false",
|
|
883
|
+
"emitScope": "ClassSurface",
|
|
884
|
+
"provenance": "Original",
|
|
571
885
|
"arity": 0,
|
|
572
886
|
"parameterCount": 1,
|
|
887
|
+
"isStatic": false,
|
|
888
|
+
"isAbstract": false,
|
|
889
|
+
"isVirtual": true,
|
|
890
|
+
"isOverride": false,
|
|
891
|
+
"isSealed": false,
|
|
892
|
+
"visibility": "Protected",
|
|
893
|
+
"declaringClrType": "Microsoft.EntityFrameworkCore.Sqlite.Storage.Internal.SqliteJsonTypeMapping",
|
|
894
|
+
"declaringAssemblyName": "Microsoft.EntityFrameworkCore.Sqlite",
|
|
895
|
+
"isExtensionMethod": false
|
|
896
|
+
},
|
|
897
|
+
{
|
|
898
|
+
"stableId": "Microsoft.EntityFrameworkCore.Sqlite:Microsoft.EntityFrameworkCore.Sqlite.Storage.Internal.SqliteJsonTypeMapping::Clone(Microsoft.EntityFrameworkCore.Storage.RelationalTypeMapping\u002BRelationalTypeMappingParameters):Microsoft.EntityFrameworkCore.Storage.RelationalTypeMapping",
|
|
899
|
+
"clrName": "Clone",
|
|
900
|
+
"metadataToken": 100663873,
|
|
901
|
+
"canonicalSignature": "(Microsoft.EntityFrameworkCore.Storage.RelationalTypeMapping\u002BRelationalTypeMappingParameters):Microsoft.EntityFrameworkCore.Storage.RelationalTypeMapping",
|
|
902
|
+
"normalizedSignature": "Clone|(Microsoft.EntityFrameworkCore.Storage.RelationalTypeMapping\u002BRelationalTypeMappingParameters):Microsoft.EntityFrameworkCore.Storage.RelationalTypeMapping|static=false",
|
|
903
|
+
"emitScope": "ClassSurface",
|
|
904
|
+
"provenance": "Original",
|
|
905
|
+
"arity": 0,
|
|
906
|
+
"parameterCount": 1,
|
|
907
|
+
"isStatic": false,
|
|
908
|
+
"isAbstract": false,
|
|
909
|
+
"isVirtual": true,
|
|
910
|
+
"isOverride": true,
|
|
911
|
+
"isSealed": false,
|
|
912
|
+
"visibility": "Protected",
|
|
573
913
|
"declaringClrType": "Microsoft.EntityFrameworkCore.Sqlite.Storage.Internal.SqliteJsonTypeMapping",
|
|
574
914
|
"declaringAssemblyName": "Microsoft.EntityFrameworkCore.Sqlite",
|
|
575
915
|
"isExtensionMethod": false
|
|
@@ -579,14 +919,19 @@
|
|
|
579
919
|
{
|
|
580
920
|
"stableId": "Microsoft.EntityFrameworkCore.Sqlite:Microsoft.EntityFrameworkCore.Sqlite.Storage.Internal.SqliteJsonTypeMapping::Default:Microsoft.EntityFrameworkCore.Sqlite.Storage.Internal.SqliteJsonTypeMapping",
|
|
581
921
|
"clrName": "Default",
|
|
582
|
-
"tsEmitName": "default",
|
|
583
922
|
"metadataToken": 385876098,
|
|
584
923
|
"canonicalSignature": ":Microsoft.EntityFrameworkCore.Sqlite.Storage.Internal.SqliteJsonTypeMapping",
|
|
585
924
|
"normalizedSignature": "Default|:Microsoft.EntityFrameworkCore.Sqlite.Storage.Internal.SqliteJsonTypeMapping|static=true|accessor=get",
|
|
586
925
|
"emitScope": "ClassSurface",
|
|
926
|
+
"provenance": "Original",
|
|
587
927
|
"isIndexer": false,
|
|
588
928
|
"hasGetter": true,
|
|
589
929
|
"hasSetter": false,
|
|
930
|
+
"isStatic": true,
|
|
931
|
+
"isAbstract": false,
|
|
932
|
+
"isVirtual": false,
|
|
933
|
+
"isOverride": false,
|
|
934
|
+
"visibility": "Public",
|
|
590
935
|
"declaringClrType": "Microsoft.EntityFrameworkCore.Sqlite.Storage.Internal.SqliteJsonTypeMapping",
|
|
591
936
|
"declaringAssemblyName": "Microsoft.EntityFrameworkCore.Sqlite"
|
|
592
937
|
}
|
|
@@ -601,73 +946,109 @@
|
|
|
601
946
|
"normalizedSignature": "constructor|(System.String):void|static=false",
|
|
602
947
|
"isStatic": false,
|
|
603
948
|
"parameterCount": 1,
|
|
949
|
+
"visibility": "Public",
|
|
604
950
|
"declaringClrType": "Microsoft.EntityFrameworkCore.Sqlite.Storage.Internal.SqliteJsonTypeMapping",
|
|
605
951
|
"declaringAssemblyName": "Microsoft.EntityFrameworkCore.Sqlite"
|
|
606
|
-
}
|
|
607
|
-
],
|
|
608
|
-
"exposedMethods": [
|
|
609
|
-
{
|
|
610
|
-
"tsName": "getDataReaderMethod",
|
|
611
|
-
"isStatic": false,
|
|
612
|
-
"tsSignatureId": "GetDataReaderMethod|():System.Reflection.MethodInfo|static=false",
|
|
613
|
-
"target": {
|
|
614
|
-
"declaringClrType": "Microsoft.EntityFrameworkCore.Sqlite.Storage.Internal.SqliteJsonTypeMapping",
|
|
615
|
-
"declaringAssemblyName": "Microsoft.EntityFrameworkCore.Sqlite",
|
|
616
|
-
"metadataToken": 100663869
|
|
617
|
-
}
|
|
618
952
|
},
|
|
619
953
|
{
|
|
620
|
-
"
|
|
954
|
+
"stableId": "Microsoft.EntityFrameworkCore.Sqlite:Microsoft.EntityFrameworkCore.Sqlite.Storage.Internal.SqliteJsonTypeMapping::.ctor(Microsoft.EntityFrameworkCore.Storage.RelationalTypeMapping\u002BRelationalTypeMappingParameters):void",
|
|
955
|
+
"metadataToken": 100663868,
|
|
956
|
+
"canonicalSignature": "(Microsoft.EntityFrameworkCore.Storage.RelationalTypeMapping\u002BRelationalTypeMappingParameters):void",
|
|
957
|
+
"normalizedSignature": "constructor|(Microsoft.EntityFrameworkCore.Storage.RelationalTypeMapping\u002BRelationalTypeMappingParameters):void|static=false",
|
|
621
958
|
"isStatic": false,
|
|
622
|
-
"
|
|
623
|
-
"
|
|
624
|
-
|
|
625
|
-
|
|
626
|
-
"metadataToken": 100663870
|
|
627
|
-
}
|
|
628
|
-
}
|
|
629
|
-
],
|
|
630
|
-
"exposedProperties": [
|
|
631
|
-
{
|
|
632
|
-
"tsName": "default",
|
|
633
|
-
"isStatic": true,
|
|
634
|
-
"tsSignatureId": "Default|:Microsoft.EntityFrameworkCore.Sqlite.Storage.Internal.SqliteJsonTypeMapping|static=true|accessor=get",
|
|
635
|
-
"target": {
|
|
636
|
-
"declaringClrType": "Microsoft.EntityFrameworkCore.Sqlite.Storage.Internal.SqliteJsonTypeMapping",
|
|
637
|
-
"declaringAssemblyName": "Microsoft.EntityFrameworkCore.Sqlite",
|
|
638
|
-
"metadataToken": 385876098
|
|
639
|
-
}
|
|
640
|
-
}
|
|
641
|
-
],
|
|
642
|
-
"exposedConstructors": [
|
|
643
|
-
{
|
|
644
|
-
"isStatic": false,
|
|
645
|
-
"tsSignatureId": "constructor|(System.String):void|static=false",
|
|
646
|
-
"target": {
|
|
647
|
-
"declaringClrType": "Microsoft.EntityFrameworkCore.Sqlite.Storage.Internal.SqliteJsonTypeMapping",
|
|
648
|
-
"declaringAssemblyName": "Microsoft.EntityFrameworkCore.Sqlite",
|
|
649
|
-
"metadataToken": 100663867
|
|
650
|
-
}
|
|
959
|
+
"parameterCount": 1,
|
|
960
|
+
"visibility": "Protected",
|
|
961
|
+
"declaringClrType": "Microsoft.EntityFrameworkCore.Sqlite.Storage.Internal.SqliteJsonTypeMapping",
|
|
962
|
+
"declaringAssemblyName": "Microsoft.EntityFrameworkCore.Sqlite"
|
|
651
963
|
}
|
|
652
964
|
]
|
|
653
965
|
},
|
|
654
966
|
{
|
|
655
967
|
"stableId": "Microsoft.EntityFrameworkCore.Sqlite:Microsoft.EntityFrameworkCore.Sqlite.Storage.Internal.SqliteRelationalConnection",
|
|
656
968
|
"clrName": "Microsoft.EntityFrameworkCore.Sqlite.Storage.Internal.SqliteRelationalConnection",
|
|
657
|
-
"tsEmitName": "SqliteRelationalConnection",
|
|
658
969
|
"assemblyName": "Microsoft.EntityFrameworkCore.Sqlite",
|
|
659
970
|
"metadataToken": 0,
|
|
971
|
+
"kind": "Class",
|
|
972
|
+
"accessibility": "Public",
|
|
973
|
+
"isAbstract": false,
|
|
974
|
+
"isSealed": false,
|
|
975
|
+
"isStatic": false,
|
|
976
|
+
"arity": 0,
|
|
977
|
+
"baseType": {
|
|
978
|
+
"stableId": "Microsoft.EntityFrameworkCore.Relational:Microsoft.EntityFrameworkCore.Storage.RelationalConnection",
|
|
979
|
+
"clrName": "Microsoft.EntityFrameworkCore.Storage.RelationalConnection"
|
|
980
|
+
},
|
|
981
|
+
"interfaces": [
|
|
982
|
+
{
|
|
983
|
+
"stableId": "Microsoft.EntityFrameworkCore.Relational:Microsoft.EntityFrameworkCore.Storage.IRelationalConnection",
|
|
984
|
+
"clrName": "Microsoft.EntityFrameworkCore.Storage.IRelationalConnection"
|
|
985
|
+
},
|
|
986
|
+
{
|
|
987
|
+
"stableId": "Microsoft.EntityFrameworkCore.Relational:Microsoft.EntityFrameworkCore.Storage.IRelationalTransactionManager",
|
|
988
|
+
"clrName": "Microsoft.EntityFrameworkCore.Storage.IRelationalTransactionManager"
|
|
989
|
+
},
|
|
990
|
+
{
|
|
991
|
+
"stableId": "Microsoft.EntityFrameworkCore:Microsoft.EntityFrameworkCore.Storage.IDbContextTransactionManager",
|
|
992
|
+
"clrName": "Microsoft.EntityFrameworkCore.Storage.IDbContextTransactionManager"
|
|
993
|
+
},
|
|
994
|
+
{
|
|
995
|
+
"stableId": "Microsoft.EntityFrameworkCore:Microsoft.EntityFrameworkCore.Infrastructure.IResettableService",
|
|
996
|
+
"clrName": "Microsoft.EntityFrameworkCore.Infrastructure.IResettableService"
|
|
997
|
+
},
|
|
998
|
+
{
|
|
999
|
+
"stableId": "System.Private.CoreLib:System.IDisposable",
|
|
1000
|
+
"clrName": "System.IDisposable"
|
|
1001
|
+
},
|
|
1002
|
+
{
|
|
1003
|
+
"stableId": "System.Private.CoreLib:System.IAsyncDisposable",
|
|
1004
|
+
"clrName": "System.IAsyncDisposable"
|
|
1005
|
+
},
|
|
1006
|
+
{
|
|
1007
|
+
"stableId": "Microsoft.EntityFrameworkCore:Microsoft.EntityFrameworkCore.Storage.ITransactionEnlistmentManager",
|
|
1008
|
+
"clrName": "Microsoft.EntityFrameworkCore.Storage.ITransactionEnlistmentManager"
|
|
1009
|
+
},
|
|
1010
|
+
{
|
|
1011
|
+
"stableId": "Microsoft.EntityFrameworkCore.Sqlite:Microsoft.EntityFrameworkCore.Sqlite.Storage.Internal.ISqliteRelationalConnection",
|
|
1012
|
+
"clrName": "Microsoft.EntityFrameworkCore.Sqlite.Storage.Internal.ISqliteRelationalConnection"
|
|
1013
|
+
}
|
|
1014
|
+
],
|
|
660
1015
|
"methods": [
|
|
1016
|
+
{
|
|
1017
|
+
"stableId": "Microsoft.EntityFrameworkCore.Sqlite:Microsoft.EntityFrameworkCore.Sqlite.Storage.Internal.SqliteRelationalConnection::CreateDbConnection():System.Data.Common.DbConnection",
|
|
1018
|
+
"clrName": "CreateDbConnection",
|
|
1019
|
+
"metadataToken": 100663876,
|
|
1020
|
+
"canonicalSignature": "():System.Data.Common.DbConnection",
|
|
1021
|
+
"normalizedSignature": "CreateDbConnection|():System.Data.Common.DbConnection|static=false",
|
|
1022
|
+
"emitScope": "ClassSurface",
|
|
1023
|
+
"provenance": "Original",
|
|
1024
|
+
"arity": 0,
|
|
1025
|
+
"parameterCount": 0,
|
|
1026
|
+
"isStatic": false,
|
|
1027
|
+
"isAbstract": false,
|
|
1028
|
+
"isVirtual": true,
|
|
1029
|
+
"isOverride": true,
|
|
1030
|
+
"isSealed": false,
|
|
1031
|
+
"visibility": "Protected",
|
|
1032
|
+
"declaringClrType": "Microsoft.EntityFrameworkCore.Sqlite.Storage.Internal.SqliteRelationalConnection",
|
|
1033
|
+
"declaringAssemblyName": "Microsoft.EntityFrameworkCore.Sqlite",
|
|
1034
|
+
"isExtensionMethod": false
|
|
1035
|
+
},
|
|
661
1036
|
{
|
|
662
1037
|
"stableId": "Microsoft.EntityFrameworkCore.Sqlite:Microsoft.EntityFrameworkCore.Sqlite.Storage.Internal.SqliteRelationalConnection::CreateReadOnlyConnection():Microsoft.EntityFrameworkCore.Sqlite.Storage.Internal.ISqliteRelationalConnection",
|
|
663
1038
|
"clrName": "CreateReadOnlyConnection",
|
|
664
|
-
"tsEmitName": "createReadOnlyConnection",
|
|
665
1039
|
"metadataToken": 100663877,
|
|
666
1040
|
"canonicalSignature": "():Microsoft.EntityFrameworkCore.Sqlite.Storage.Internal.ISqliteRelationalConnection",
|
|
667
1041
|
"normalizedSignature": "CreateReadOnlyConnection|():Microsoft.EntityFrameworkCore.Sqlite.Storage.Internal.ISqliteRelationalConnection|static=false",
|
|
668
1042
|
"emitScope": "ClassSurface",
|
|
1043
|
+
"provenance": "Original",
|
|
669
1044
|
"arity": 0,
|
|
670
1045
|
"parameterCount": 0,
|
|
1046
|
+
"isStatic": false,
|
|
1047
|
+
"isAbstract": false,
|
|
1048
|
+
"isVirtual": true,
|
|
1049
|
+
"isOverride": false,
|
|
1050
|
+
"isSealed": false,
|
|
1051
|
+
"visibility": "Public",
|
|
671
1052
|
"declaringClrType": "Microsoft.EntityFrameworkCore.Sqlite.Storage.Internal.SqliteRelationalConnection",
|
|
672
1053
|
"declaringAssemblyName": "Microsoft.EntityFrameworkCore.Sqlite",
|
|
673
1054
|
"isExtensionMethod": false
|
|
@@ -675,16 +1056,23 @@
|
|
|
675
1056
|
{
|
|
676
1057
|
"stableId": "Microsoft.EntityFrameworkCore.Sqlite:Microsoft.EntityFrameworkCore.Sqlite.Storage.Internal.ISqliteRelationalConnection::CreateReadOnlyConnection():Microsoft.EntityFrameworkCore.Sqlite.Storage.Internal.ISqliteRelationalConnection",
|
|
677
1058
|
"clrName": "CreateReadOnlyConnection",
|
|
678
|
-
"tsEmitName": "createReadOnlyConnection$view",
|
|
679
1059
|
"metadataToken": 100663825,
|
|
680
1060
|
"canonicalSignature": "():Microsoft.EntityFrameworkCore.Sqlite.Storage.Internal.ISqliteRelationalConnection",
|
|
681
1061
|
"normalizedSignature": "CreateReadOnlyConnection|():Microsoft.EntityFrameworkCore.Sqlite.Storage.Internal.ISqliteRelationalConnection|static=false",
|
|
682
1062
|
"emitScope": "ViewOnly",
|
|
1063
|
+
"provenance": "ExplicitView",
|
|
683
1064
|
"arity": 0,
|
|
684
1065
|
"parameterCount": 0,
|
|
1066
|
+
"isStatic": false,
|
|
1067
|
+
"isAbstract": false,
|
|
1068
|
+
"isVirtual": true,
|
|
1069
|
+
"isOverride": false,
|
|
1070
|
+
"isSealed": false,
|
|
1071
|
+
"visibility": "Public",
|
|
685
1072
|
"declaringClrType": "Microsoft.EntityFrameworkCore.Sqlite.Storage.Internal.ISqliteRelationalConnection",
|
|
686
1073
|
"declaringAssemblyName": "Microsoft.EntityFrameworkCore.Sqlite",
|
|
687
|
-
"isExtensionMethod": false
|
|
1074
|
+
"isExtensionMethod": false,
|
|
1075
|
+
"sourceInterface": "Microsoft.EntityFrameworkCore.Sqlite.Storage.Internal.ISqliteRelationalConnection"
|
|
688
1076
|
}
|
|
689
1077
|
],
|
|
690
1078
|
"properties": [],
|
|
@@ -698,61 +1086,50 @@
|
|
|
698
1086
|
"normalizedSignature": "constructor|(Microsoft.EntityFrameworkCore.Storage.RelationalConnectionDependencies,Microsoft.EntityFrameworkCore.Storage.IRawSqlCommandBuilder,Microsoft.EntityFrameworkCore.Diagnostics.IDiagnosticsLogger_1[[Microsoft.EntityFrameworkCore.DbLoggerCategory\u002BInfrastructure,Microsoft.EntityFrameworkCore,Version=10.0.1.0,Culture=neutral,PublicKeyToken=adb9793829ddae60]]):void|static=false",
|
|
699
1087
|
"isStatic": false,
|
|
700
1088
|
"parameterCount": 3,
|
|
1089
|
+
"visibility": "Public",
|
|
701
1090
|
"declaringClrType": "Microsoft.EntityFrameworkCore.Sqlite.Storage.Internal.SqliteRelationalConnection",
|
|
702
1091
|
"declaringAssemblyName": "Microsoft.EntityFrameworkCore.Sqlite"
|
|
703
1092
|
}
|
|
704
|
-
],
|
|
705
|
-
"exposedMethods": [
|
|
706
|
-
{
|
|
707
|
-
"tsName": "createReadOnlyConnection",
|
|
708
|
-
"isStatic": false,
|
|
709
|
-
"tsSignatureId": "CreateReadOnlyConnection|():Microsoft.EntityFrameworkCore.Sqlite.Storage.Internal.ISqliteRelationalConnection|static=false",
|
|
710
|
-
"target": {
|
|
711
|
-
"declaringClrType": "Microsoft.EntityFrameworkCore.Sqlite.Storage.Internal.SqliteRelationalConnection",
|
|
712
|
-
"declaringAssemblyName": "Microsoft.EntityFrameworkCore.Sqlite",
|
|
713
|
-
"metadataToken": 100663877
|
|
714
|
-
}
|
|
715
|
-
},
|
|
716
|
-
{
|
|
717
|
-
"tsName": "createReadOnlyConnection$view",
|
|
718
|
-
"isStatic": false,
|
|
719
|
-
"tsSignatureId": "CreateReadOnlyConnection|():Microsoft.EntityFrameworkCore.Sqlite.Storage.Internal.ISqliteRelationalConnection|static=false",
|
|
720
|
-
"target": {
|
|
721
|
-
"declaringClrType": "Microsoft.EntityFrameworkCore.Sqlite.Storage.Internal.ISqliteRelationalConnection",
|
|
722
|
-
"declaringAssemblyName": "Microsoft.EntityFrameworkCore.Sqlite",
|
|
723
|
-
"metadataToken": 100663825
|
|
724
|
-
}
|
|
725
|
-
}
|
|
726
|
-
],
|
|
727
|
-
"exposedConstructors": [
|
|
728
|
-
{
|
|
729
|
-
"isStatic": false,
|
|
730
|
-
"tsSignatureId": "constructor|(Microsoft.EntityFrameworkCore.Storage.RelationalConnectionDependencies,Microsoft.EntityFrameworkCore.Storage.IRawSqlCommandBuilder,Microsoft.EntityFrameworkCore.Diagnostics.IDiagnosticsLogger_1[[Microsoft.EntityFrameworkCore.DbLoggerCategory\u002BInfrastructure,Microsoft.EntityFrameworkCore,Version=10.0.1.0,Culture=neutral,PublicKeyToken=adb9793829ddae60]]):void|static=false",
|
|
731
|
-
"target": {
|
|
732
|
-
"declaringClrType": "Microsoft.EntityFrameworkCore.Sqlite.Storage.Internal.SqliteRelationalConnection",
|
|
733
|
-
"declaringAssemblyName": "Microsoft.EntityFrameworkCore.Sqlite",
|
|
734
|
-
"metadataToken": 100663875
|
|
735
|
-
}
|
|
736
|
-
}
|
|
737
1093
|
]
|
|
738
1094
|
},
|
|
739
1095
|
{
|
|
740
1096
|
"stableId": "Microsoft.EntityFrameworkCore.Sqlite:Microsoft.EntityFrameworkCore.Sqlite.Storage.Internal.SqliteSqlGenerationHelper",
|
|
741
1097
|
"clrName": "Microsoft.EntityFrameworkCore.Sqlite.Storage.Internal.SqliteSqlGenerationHelper",
|
|
742
|
-
"tsEmitName": "SqliteSqlGenerationHelper",
|
|
743
1098
|
"assemblyName": "Microsoft.EntityFrameworkCore.Sqlite",
|
|
744
1099
|
"metadataToken": 0,
|
|
1100
|
+
"kind": "Class",
|
|
1101
|
+
"accessibility": "Public",
|
|
1102
|
+
"isAbstract": false,
|
|
1103
|
+
"isSealed": false,
|
|
1104
|
+
"isStatic": false,
|
|
1105
|
+
"arity": 0,
|
|
1106
|
+
"baseType": {
|
|
1107
|
+
"stableId": "Microsoft.EntityFrameworkCore.Relational:Microsoft.EntityFrameworkCore.Storage.RelationalSqlGenerationHelper",
|
|
1108
|
+
"clrName": "Microsoft.EntityFrameworkCore.Storage.RelationalSqlGenerationHelper"
|
|
1109
|
+
},
|
|
1110
|
+
"interfaces": [
|
|
1111
|
+
{
|
|
1112
|
+
"stableId": "Microsoft.EntityFrameworkCore.Relational:Microsoft.EntityFrameworkCore.Storage.ISqlGenerationHelper",
|
|
1113
|
+
"clrName": "Microsoft.EntityFrameworkCore.Storage.ISqlGenerationHelper"
|
|
1114
|
+
}
|
|
1115
|
+
],
|
|
745
1116
|
"methods": [
|
|
746
1117
|
{
|
|
747
1118
|
"stableId": "Microsoft.EntityFrameworkCore.Sqlite:Microsoft.EntityFrameworkCore.Sqlite.Storage.Internal.SqliteSqlGenerationHelper::DelimitIdentifier(System.String,System.String):System.String",
|
|
748
1119
|
"clrName": "DelimitIdentifier",
|
|
749
|
-
"tsEmitName": "delimitIdentifier",
|
|
750
1120
|
"metadataToken": 100663881,
|
|
751
1121
|
"canonicalSignature": "(System.String,System.String):System.String",
|
|
752
1122
|
"normalizedSignature": "DelimitIdentifier|(System.String,System.String):System.String|static=false",
|
|
753
1123
|
"emitScope": "ClassSurface",
|
|
1124
|
+
"provenance": "Original",
|
|
754
1125
|
"arity": 0,
|
|
755
1126
|
"parameterCount": 2,
|
|
1127
|
+
"isStatic": false,
|
|
1128
|
+
"isAbstract": false,
|
|
1129
|
+
"isVirtual": true,
|
|
1130
|
+
"isOverride": true,
|
|
1131
|
+
"isSealed": false,
|
|
1132
|
+
"visibility": "Public",
|
|
756
1133
|
"declaringClrType": "Microsoft.EntityFrameworkCore.Sqlite.Storage.Internal.SqliteSqlGenerationHelper",
|
|
757
1134
|
"declaringAssemblyName": "Microsoft.EntityFrameworkCore.Sqlite",
|
|
758
1135
|
"isExtensionMethod": false
|
|
@@ -760,13 +1137,19 @@
|
|
|
760
1137
|
{
|
|
761
1138
|
"stableId": "Microsoft.EntityFrameworkCore.Sqlite:Microsoft.EntityFrameworkCore.Sqlite.Storage.Internal.SqliteSqlGenerationHelper::DelimitIdentifier(System.Text.StringBuilder,System.String,System.String):System.Void",
|
|
762
1139
|
"clrName": "DelimitIdentifier",
|
|
763
|
-
"tsEmitName": "delimitIdentifier",
|
|
764
1140
|
"metadataToken": 100663882,
|
|
765
1141
|
"canonicalSignature": "(System.Text.StringBuilder,System.String,System.String):System.Void",
|
|
766
1142
|
"normalizedSignature": "DelimitIdentifier|(System.Text.StringBuilder,System.String,System.String):System.Void|static=false",
|
|
767
1143
|
"emitScope": "ClassSurface",
|
|
1144
|
+
"provenance": "Original",
|
|
768
1145
|
"arity": 0,
|
|
769
1146
|
"parameterCount": 3,
|
|
1147
|
+
"isStatic": false,
|
|
1148
|
+
"isAbstract": false,
|
|
1149
|
+
"isVirtual": true,
|
|
1150
|
+
"isOverride": true,
|
|
1151
|
+
"isSealed": false,
|
|
1152
|
+
"visibility": "Public",
|
|
770
1153
|
"declaringClrType": "Microsoft.EntityFrameworkCore.Sqlite.Storage.Internal.SqliteSqlGenerationHelper",
|
|
771
1154
|
"declaringAssemblyName": "Microsoft.EntityFrameworkCore.Sqlite",
|
|
772
1155
|
"isExtensionMethod": false
|
|
@@ -776,14 +1159,19 @@
|
|
|
776
1159
|
{
|
|
777
1160
|
"stableId": "Microsoft.EntityFrameworkCore.Sqlite:Microsoft.EntityFrameworkCore.Sqlite.Storage.Internal.SqliteSqlGenerationHelper::StartTransactionStatement:System.String",
|
|
778
1161
|
"clrName": "StartTransactionStatement",
|
|
779
|
-
"tsEmitName": "startTransactionStatement",
|
|
780
1162
|
"metadataToken": 385876099,
|
|
781
1163
|
"canonicalSignature": ":System.String",
|
|
782
1164
|
"normalizedSignature": "StartTransactionStatement|:System.String|static=false|accessor=get",
|
|
783
1165
|
"emitScope": "ClassSurface",
|
|
1166
|
+
"provenance": "Original",
|
|
784
1167
|
"isIndexer": false,
|
|
785
1168
|
"hasGetter": true,
|
|
786
1169
|
"hasSetter": false,
|
|
1170
|
+
"isStatic": false,
|
|
1171
|
+
"isAbstract": false,
|
|
1172
|
+
"isVirtual": true,
|
|
1173
|
+
"isOverride": true,
|
|
1174
|
+
"visibility": "Public",
|
|
787
1175
|
"declaringClrType": "Microsoft.EntityFrameworkCore.Sqlite.Storage.Internal.SqliteSqlGenerationHelper",
|
|
788
1176
|
"declaringAssemblyName": "Microsoft.EntityFrameworkCore.Sqlite"
|
|
789
1177
|
}
|
|
@@ -798,75 +1186,86 @@
|
|
|
798
1186
|
"normalizedSignature": "constructor|(Microsoft.EntityFrameworkCore.Storage.RelationalSqlGenerationHelperDependencies):void|static=false",
|
|
799
1187
|
"isStatic": false,
|
|
800
1188
|
"parameterCount": 1,
|
|
1189
|
+
"visibility": "Public",
|
|
801
1190
|
"declaringClrType": "Microsoft.EntityFrameworkCore.Sqlite.Storage.Internal.SqliteSqlGenerationHelper",
|
|
802
1191
|
"declaringAssemblyName": "Microsoft.EntityFrameworkCore.Sqlite"
|
|
803
1192
|
}
|
|
804
|
-
],
|
|
805
|
-
"exposedMethods": [
|
|
806
|
-
{
|
|
807
|
-
"tsName": "delimitIdentifier",
|
|
808
|
-
"isStatic": false,
|
|
809
|
-
"tsSignatureId": "DelimitIdentifier|(System.String,System.String):System.String|static=false",
|
|
810
|
-
"target": {
|
|
811
|
-
"declaringClrType": "Microsoft.EntityFrameworkCore.Sqlite.Storage.Internal.SqliteSqlGenerationHelper",
|
|
812
|
-
"declaringAssemblyName": "Microsoft.EntityFrameworkCore.Sqlite",
|
|
813
|
-
"metadataToken": 100663881
|
|
814
|
-
}
|
|
815
|
-
},
|
|
816
|
-
{
|
|
817
|
-
"tsName": "delimitIdentifier",
|
|
818
|
-
"isStatic": false,
|
|
819
|
-
"tsSignatureId": "DelimitIdentifier|(System.Text.StringBuilder,System.String,System.String):System.Void|static=false",
|
|
820
|
-
"target": {
|
|
821
|
-
"declaringClrType": "Microsoft.EntityFrameworkCore.Sqlite.Storage.Internal.SqliteSqlGenerationHelper",
|
|
822
|
-
"declaringAssemblyName": "Microsoft.EntityFrameworkCore.Sqlite",
|
|
823
|
-
"metadataToken": 100663882
|
|
824
|
-
}
|
|
825
|
-
}
|
|
826
|
-
],
|
|
827
|
-
"exposedProperties": [
|
|
828
|
-
{
|
|
829
|
-
"tsName": "startTransactionStatement",
|
|
830
|
-
"isStatic": false,
|
|
831
|
-
"tsSignatureId": "StartTransactionStatement|:System.String|static=false|accessor=get",
|
|
832
|
-
"target": {
|
|
833
|
-
"declaringClrType": "Microsoft.EntityFrameworkCore.Sqlite.Storage.Internal.SqliteSqlGenerationHelper",
|
|
834
|
-
"declaringAssemblyName": "Microsoft.EntityFrameworkCore.Sqlite",
|
|
835
|
-
"metadataToken": 385876099
|
|
836
|
-
}
|
|
837
|
-
}
|
|
838
|
-
],
|
|
839
|
-
"exposedConstructors": [
|
|
840
|
-
{
|
|
841
|
-
"isStatic": false,
|
|
842
|
-
"tsSignatureId": "constructor|(Microsoft.EntityFrameworkCore.Storage.RelationalSqlGenerationHelperDependencies):void|static=false",
|
|
843
|
-
"target": {
|
|
844
|
-
"declaringClrType": "Microsoft.EntityFrameworkCore.Sqlite.Storage.Internal.SqliteSqlGenerationHelper",
|
|
845
|
-
"declaringAssemblyName": "Microsoft.EntityFrameworkCore.Sqlite",
|
|
846
|
-
"metadataToken": 100663879
|
|
847
|
-
}
|
|
848
|
-
}
|
|
849
1193
|
]
|
|
850
1194
|
},
|
|
851
1195
|
{
|
|
852
1196
|
"stableId": "Microsoft.EntityFrameworkCore.Sqlite:Microsoft.EntityFrameworkCore.Sqlite.Storage.Internal.SqliteStringTypeMapping",
|
|
853
1197
|
"clrName": "Microsoft.EntityFrameworkCore.Sqlite.Storage.Internal.SqliteStringTypeMapping",
|
|
854
|
-
"tsEmitName": "SqliteStringTypeMapping",
|
|
855
1198
|
"assemblyName": "Microsoft.EntityFrameworkCore.Sqlite",
|
|
856
1199
|
"metadataToken": 0,
|
|
857
|
-
"
|
|
1200
|
+
"kind": "Class",
|
|
1201
|
+
"accessibility": "Public",
|
|
1202
|
+
"isAbstract": false,
|
|
1203
|
+
"isSealed": false,
|
|
1204
|
+
"isStatic": false,
|
|
1205
|
+
"arity": 0,
|
|
1206
|
+
"baseType": {
|
|
1207
|
+
"stableId": "Microsoft.EntityFrameworkCore.Relational:Microsoft.EntityFrameworkCore.Storage.StringTypeMapping",
|
|
1208
|
+
"clrName": "Microsoft.EntityFrameworkCore.Storage.StringTypeMapping"
|
|
1209
|
+
},
|
|
1210
|
+
"methods": [
|
|
1211
|
+
{
|
|
1212
|
+
"stableId": "Microsoft.EntityFrameworkCore.Sqlite:Microsoft.EntityFrameworkCore.Sqlite.Storage.Internal.SqliteStringTypeMapping::Clone(Microsoft.EntityFrameworkCore.Storage.RelationalTypeMapping\u002BRelationalTypeMappingParameters):Microsoft.EntityFrameworkCore.Storage.RelationalTypeMapping",
|
|
1213
|
+
"clrName": "Clone",
|
|
1214
|
+
"metadataToken": 100663886,
|
|
1215
|
+
"canonicalSignature": "(Microsoft.EntityFrameworkCore.Storage.RelationalTypeMapping\u002BRelationalTypeMappingParameters):Microsoft.EntityFrameworkCore.Storage.RelationalTypeMapping",
|
|
1216
|
+
"normalizedSignature": "Clone|(Microsoft.EntityFrameworkCore.Storage.RelationalTypeMapping\u002BRelationalTypeMappingParameters):Microsoft.EntityFrameworkCore.Storage.RelationalTypeMapping|static=false",
|
|
1217
|
+
"emitScope": "ClassSurface",
|
|
1218
|
+
"provenance": "Original",
|
|
1219
|
+
"arity": 0,
|
|
1220
|
+
"parameterCount": 1,
|
|
1221
|
+
"isStatic": false,
|
|
1222
|
+
"isAbstract": false,
|
|
1223
|
+
"isVirtual": true,
|
|
1224
|
+
"isOverride": true,
|
|
1225
|
+
"isSealed": false,
|
|
1226
|
+
"visibility": "Protected",
|
|
1227
|
+
"declaringClrType": "Microsoft.EntityFrameworkCore.Sqlite.Storage.Internal.SqliteStringTypeMapping",
|
|
1228
|
+
"declaringAssemblyName": "Microsoft.EntityFrameworkCore.Sqlite",
|
|
1229
|
+
"isExtensionMethod": false
|
|
1230
|
+
},
|
|
1231
|
+
{
|
|
1232
|
+
"stableId": "Microsoft.EntityFrameworkCore.Sqlite:Microsoft.EntityFrameworkCore.Sqlite.Storage.Internal.SqliteStringTypeMapping::GenerateNonNullSqlLiteral(System.Object):System.String",
|
|
1233
|
+
"clrName": "GenerateNonNullSqlLiteral",
|
|
1234
|
+
"metadataToken": 100663887,
|
|
1235
|
+
"canonicalSignature": "(System.Object):System.String",
|
|
1236
|
+
"normalizedSignature": "GenerateNonNullSqlLiteral|(System.Object):System.String|static=false",
|
|
1237
|
+
"emitScope": "ClassSurface",
|
|
1238
|
+
"provenance": "Original",
|
|
1239
|
+
"arity": 0,
|
|
1240
|
+
"parameterCount": 1,
|
|
1241
|
+
"isStatic": false,
|
|
1242
|
+
"isAbstract": false,
|
|
1243
|
+
"isVirtual": true,
|
|
1244
|
+
"isOverride": true,
|
|
1245
|
+
"isSealed": false,
|
|
1246
|
+
"visibility": "Protected",
|
|
1247
|
+
"declaringClrType": "Microsoft.EntityFrameworkCore.Sqlite.Storage.Internal.SqliteStringTypeMapping",
|
|
1248
|
+
"declaringAssemblyName": "Microsoft.EntityFrameworkCore.Sqlite",
|
|
1249
|
+
"isExtensionMethod": false
|
|
1250
|
+
}
|
|
1251
|
+
],
|
|
858
1252
|
"properties": [
|
|
859
1253
|
{
|
|
860
1254
|
"stableId": "Microsoft.EntityFrameworkCore.Sqlite:Microsoft.EntityFrameworkCore.Sqlite.Storage.Internal.SqliteStringTypeMapping::Default:Microsoft.EntityFrameworkCore.Sqlite.Storage.Internal.SqliteStringTypeMapping",
|
|
861
1255
|
"clrName": "Default",
|
|
862
|
-
"tsEmitName": "default",
|
|
863
1256
|
"metadataToken": 385876100,
|
|
864
1257
|
"canonicalSignature": ":Microsoft.EntityFrameworkCore.Sqlite.Storage.Internal.SqliteStringTypeMapping",
|
|
865
1258
|
"normalizedSignature": "Default|:Microsoft.EntityFrameworkCore.Sqlite.Storage.Internal.SqliteStringTypeMapping|static=true|accessor=get",
|
|
866
1259
|
"emitScope": "ClassSurface",
|
|
1260
|
+
"provenance": "Original",
|
|
867
1261
|
"isIndexer": false,
|
|
868
1262
|
"hasGetter": true,
|
|
869
1263
|
"hasSetter": false,
|
|
1264
|
+
"isStatic": true,
|
|
1265
|
+
"isAbstract": false,
|
|
1266
|
+
"isVirtual": false,
|
|
1267
|
+
"isOverride": false,
|
|
1268
|
+
"visibility": "Public",
|
|
870
1269
|
"declaringClrType": "Microsoft.EntityFrameworkCore.Sqlite.Storage.Internal.SqliteStringTypeMapping",
|
|
871
1270
|
"declaringAssemblyName": "Microsoft.EntityFrameworkCore.Sqlite"
|
|
872
1271
|
}
|
|
@@ -881,53 +1280,97 @@
|
|
|
881
1280
|
"normalizedSignature": "constructor|(System.String,System.Nullable_1[[System.Data.DbType,System.Data.Common,Version=10.0.0.0,Culture=neutral,PublicKeyToken=b03f5f7f11d50a3a]],System.Boolean,System.Nullable_1[[System.Int32,System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e]]):void|static=false",
|
|
882
1281
|
"isStatic": false,
|
|
883
1282
|
"parameterCount": 4,
|
|
1283
|
+
"visibility": "Public",
|
|
884
1284
|
"declaringClrType": "Microsoft.EntityFrameworkCore.Sqlite.Storage.Internal.SqliteStringTypeMapping",
|
|
885
1285
|
"declaringAssemblyName": "Microsoft.EntityFrameworkCore.Sqlite"
|
|
886
|
-
}
|
|
887
|
-
],
|
|
888
|
-
"exposedProperties": [
|
|
889
|
-
{
|
|
890
|
-
"tsName": "default",
|
|
891
|
-
"isStatic": true,
|
|
892
|
-
"tsSignatureId": "Default|:Microsoft.EntityFrameworkCore.Sqlite.Storage.Internal.SqliteStringTypeMapping|static=true|accessor=get",
|
|
893
|
-
"target": {
|
|
894
|
-
"declaringClrType": "Microsoft.EntityFrameworkCore.Sqlite.Storage.Internal.SqliteStringTypeMapping",
|
|
895
|
-
"declaringAssemblyName": "Microsoft.EntityFrameworkCore.Sqlite",
|
|
896
|
-
"metadataToken": 385876100
|
|
897
|
-
}
|
|
898
|
-
}
|
|
899
|
-
],
|
|
900
|
-
"exposedConstructors": [
|
|
1286
|
+
},
|
|
901
1287
|
{
|
|
1288
|
+
"stableId": "Microsoft.EntityFrameworkCore.Sqlite:Microsoft.EntityFrameworkCore.Sqlite.Storage.Internal.SqliteStringTypeMapping::.ctor(Microsoft.EntityFrameworkCore.Storage.RelationalTypeMapping\u002BRelationalTypeMappingParameters):void",
|
|
1289
|
+
"metadataToken": 100663885,
|
|
1290
|
+
"canonicalSignature": "(Microsoft.EntityFrameworkCore.Storage.RelationalTypeMapping\u002BRelationalTypeMappingParameters):void",
|
|
1291
|
+
"normalizedSignature": "constructor|(Microsoft.EntityFrameworkCore.Storage.RelationalTypeMapping\u002BRelationalTypeMappingParameters):void|static=false",
|
|
902
1292
|
"isStatic": false,
|
|
903
|
-
"
|
|
904
|
-
"
|
|
905
|
-
|
|
906
|
-
|
|
907
|
-
"metadataToken": 100663884
|
|
908
|
-
}
|
|
1293
|
+
"parameterCount": 1,
|
|
1294
|
+
"visibility": "Protected",
|
|
1295
|
+
"declaringClrType": "Microsoft.EntityFrameworkCore.Sqlite.Storage.Internal.SqliteStringTypeMapping",
|
|
1296
|
+
"declaringAssemblyName": "Microsoft.EntityFrameworkCore.Sqlite"
|
|
909
1297
|
}
|
|
910
1298
|
]
|
|
911
1299
|
},
|
|
912
1300
|
{
|
|
913
1301
|
"stableId": "Microsoft.EntityFrameworkCore.Sqlite:Microsoft.EntityFrameworkCore.Sqlite.Storage.Internal.SqliteTimeOnlyTypeMapping",
|
|
914
1302
|
"clrName": "Microsoft.EntityFrameworkCore.Sqlite.Storage.Internal.SqliteTimeOnlyTypeMapping",
|
|
915
|
-
"tsEmitName": "SqliteTimeOnlyTypeMapping",
|
|
916
1303
|
"assemblyName": "Microsoft.EntityFrameworkCore.Sqlite",
|
|
917
1304
|
"metadataToken": 0,
|
|
918
|
-
"
|
|
1305
|
+
"kind": "Class",
|
|
1306
|
+
"accessibility": "Public",
|
|
1307
|
+
"isAbstract": false,
|
|
1308
|
+
"isSealed": false,
|
|
1309
|
+
"isStatic": false,
|
|
1310
|
+
"arity": 0,
|
|
1311
|
+
"baseType": {
|
|
1312
|
+
"stableId": "Microsoft.EntityFrameworkCore.Relational:Microsoft.EntityFrameworkCore.Storage.TimeOnlyTypeMapping",
|
|
1313
|
+
"clrName": "Microsoft.EntityFrameworkCore.Storage.TimeOnlyTypeMapping"
|
|
1314
|
+
},
|
|
1315
|
+
"methods": [
|
|
1316
|
+
{
|
|
1317
|
+
"stableId": "Microsoft.EntityFrameworkCore.Sqlite:Microsoft.EntityFrameworkCore.Sqlite.Storage.Internal.SqliteTimeOnlyTypeMapping::Clone(Microsoft.EntityFrameworkCore.Storage.RelationalTypeMapping\u002BRelationalTypeMappingParameters):Microsoft.EntityFrameworkCore.Storage.RelationalTypeMapping",
|
|
1318
|
+
"clrName": "Clone",
|
|
1319
|
+
"metadataToken": 100663893,
|
|
1320
|
+
"canonicalSignature": "(Microsoft.EntityFrameworkCore.Storage.RelationalTypeMapping\u002BRelationalTypeMappingParameters):Microsoft.EntityFrameworkCore.Storage.RelationalTypeMapping",
|
|
1321
|
+
"normalizedSignature": "Clone|(Microsoft.EntityFrameworkCore.Storage.RelationalTypeMapping\u002BRelationalTypeMappingParameters):Microsoft.EntityFrameworkCore.Storage.RelationalTypeMapping|static=false",
|
|
1322
|
+
"emitScope": "ClassSurface",
|
|
1323
|
+
"provenance": "Original",
|
|
1324
|
+
"arity": 0,
|
|
1325
|
+
"parameterCount": 1,
|
|
1326
|
+
"isStatic": false,
|
|
1327
|
+
"isAbstract": false,
|
|
1328
|
+
"isVirtual": true,
|
|
1329
|
+
"isOverride": true,
|
|
1330
|
+
"isSealed": false,
|
|
1331
|
+
"visibility": "Protected",
|
|
1332
|
+
"declaringClrType": "Microsoft.EntityFrameworkCore.Sqlite.Storage.Internal.SqliteTimeOnlyTypeMapping",
|
|
1333
|
+
"declaringAssemblyName": "Microsoft.EntityFrameworkCore.Sqlite",
|
|
1334
|
+
"isExtensionMethod": false
|
|
1335
|
+
},
|
|
1336
|
+
{
|
|
1337
|
+
"stableId": "Microsoft.EntityFrameworkCore.Sqlite:Microsoft.EntityFrameworkCore.Sqlite.Storage.Internal.SqliteTimeOnlyTypeMapping::GenerateNonNullSqlLiteral(System.Object):System.String",
|
|
1338
|
+
"clrName": "GenerateNonNullSqlLiteral",
|
|
1339
|
+
"metadataToken": 100663894,
|
|
1340
|
+
"canonicalSignature": "(System.Object):System.String",
|
|
1341
|
+
"normalizedSignature": "GenerateNonNullSqlLiteral|(System.Object):System.String|static=false",
|
|
1342
|
+
"emitScope": "ClassSurface",
|
|
1343
|
+
"provenance": "Original",
|
|
1344
|
+
"arity": 0,
|
|
1345
|
+
"parameterCount": 1,
|
|
1346
|
+
"isStatic": false,
|
|
1347
|
+
"isAbstract": false,
|
|
1348
|
+
"isVirtual": true,
|
|
1349
|
+
"isOverride": true,
|
|
1350
|
+
"isSealed": false,
|
|
1351
|
+
"visibility": "Protected",
|
|
1352
|
+
"declaringClrType": "Microsoft.EntityFrameworkCore.Sqlite.Storage.Internal.SqliteTimeOnlyTypeMapping",
|
|
1353
|
+
"declaringAssemblyName": "Microsoft.EntityFrameworkCore.Sqlite",
|
|
1354
|
+
"isExtensionMethod": false
|
|
1355
|
+
}
|
|
1356
|
+
],
|
|
919
1357
|
"properties": [
|
|
920
1358
|
{
|
|
921
1359
|
"stableId": "Microsoft.EntityFrameworkCore.Sqlite:Microsoft.EntityFrameworkCore.Sqlite.Storage.Internal.SqliteTimeOnlyTypeMapping::Default:Microsoft.EntityFrameworkCore.Sqlite.Storage.Internal.SqliteTimeOnlyTypeMapping",
|
|
922
1360
|
"clrName": "Default",
|
|
923
|
-
"tsEmitName": "default",
|
|
924
1361
|
"metadataToken": 385876101,
|
|
925
1362
|
"canonicalSignature": ":Microsoft.EntityFrameworkCore.Sqlite.Storage.Internal.SqliteTimeOnlyTypeMapping",
|
|
926
1363
|
"normalizedSignature": "Default|:Microsoft.EntityFrameworkCore.Sqlite.Storage.Internal.SqliteTimeOnlyTypeMapping|static=true|accessor=get",
|
|
927
1364
|
"emitScope": "ClassSurface",
|
|
1365
|
+
"provenance": "Original",
|
|
928
1366
|
"isIndexer": false,
|
|
929
1367
|
"hasGetter": true,
|
|
930
1368
|
"hasSetter": false,
|
|
1369
|
+
"isStatic": true,
|
|
1370
|
+
"isAbstract": false,
|
|
1371
|
+
"isVirtual": false,
|
|
1372
|
+
"isOverride": false,
|
|
1373
|
+
"visibility": "Public",
|
|
931
1374
|
"declaringClrType": "Microsoft.EntityFrameworkCore.Sqlite.Storage.Internal.SqliteTimeOnlyTypeMapping",
|
|
932
1375
|
"declaringAssemblyName": "Microsoft.EntityFrameworkCore.Sqlite"
|
|
933
1376
|
}
|
|
@@ -942,54 +1385,94 @@
|
|
|
942
1385
|
"normalizedSignature": "constructor|(System.String,System.Nullable_1[[System.Data.DbType,System.Data.Common,Version=10.0.0.0,Culture=neutral,PublicKeyToken=b03f5f7f11d50a3a]]):void|static=false",
|
|
943
1386
|
"isStatic": false,
|
|
944
1387
|
"parameterCount": 2,
|
|
1388
|
+
"visibility": "Public",
|
|
945
1389
|
"declaringClrType": "Microsoft.EntityFrameworkCore.Sqlite.Storage.Internal.SqliteTimeOnlyTypeMapping",
|
|
946
1390
|
"declaringAssemblyName": "Microsoft.EntityFrameworkCore.Sqlite"
|
|
947
|
-
}
|
|
948
|
-
],
|
|
949
|
-
"exposedProperties": [
|
|
950
|
-
{
|
|
951
|
-
"tsName": "default",
|
|
952
|
-
"isStatic": true,
|
|
953
|
-
"tsSignatureId": "Default|:Microsoft.EntityFrameworkCore.Sqlite.Storage.Internal.SqliteTimeOnlyTypeMapping|static=true|accessor=get",
|
|
954
|
-
"target": {
|
|
955
|
-
"declaringClrType": "Microsoft.EntityFrameworkCore.Sqlite.Storage.Internal.SqliteTimeOnlyTypeMapping",
|
|
956
|
-
"declaringAssemblyName": "Microsoft.EntityFrameworkCore.Sqlite",
|
|
957
|
-
"metadataToken": 385876101
|
|
958
|
-
}
|
|
959
|
-
}
|
|
960
|
-
],
|
|
961
|
-
"exposedConstructors": [
|
|
1391
|
+
},
|
|
962
1392
|
{
|
|
1393
|
+
"stableId": "Microsoft.EntityFrameworkCore.Sqlite:Microsoft.EntityFrameworkCore.Sqlite.Storage.Internal.SqliteTimeOnlyTypeMapping::.ctor(Microsoft.EntityFrameworkCore.Storage.RelationalTypeMapping\u002BRelationalTypeMappingParameters):void",
|
|
1394
|
+
"metadataToken": 100663892,
|
|
1395
|
+
"canonicalSignature": "(Microsoft.EntityFrameworkCore.Storage.RelationalTypeMapping\u002BRelationalTypeMappingParameters):void",
|
|
1396
|
+
"normalizedSignature": "constructor|(Microsoft.EntityFrameworkCore.Storage.RelationalTypeMapping\u002BRelationalTypeMappingParameters):void|static=false",
|
|
963
1397
|
"isStatic": false,
|
|
964
|
-
"
|
|
965
|
-
"
|
|
966
|
-
|
|
967
|
-
|
|
968
|
-
"metadataToken": 100663891
|
|
969
|
-
}
|
|
1398
|
+
"parameterCount": 1,
|
|
1399
|
+
"visibility": "Protected",
|
|
1400
|
+
"declaringClrType": "Microsoft.EntityFrameworkCore.Sqlite.Storage.Internal.SqliteTimeOnlyTypeMapping",
|
|
1401
|
+
"declaringAssemblyName": "Microsoft.EntityFrameworkCore.Sqlite"
|
|
970
1402
|
}
|
|
971
1403
|
]
|
|
972
1404
|
},
|
|
973
1405
|
{
|
|
974
1406
|
"stableId": "Microsoft.EntityFrameworkCore.Sqlite:Microsoft.EntityFrameworkCore.Sqlite.Storage.Internal.SqliteTypeMappingSource",
|
|
975
1407
|
"clrName": "Microsoft.EntityFrameworkCore.Sqlite.Storage.Internal.SqliteTypeMappingSource",
|
|
976
|
-
"tsEmitName": "SqliteTypeMappingSource",
|
|
977
1408
|
"assemblyName": "Microsoft.EntityFrameworkCore.Sqlite",
|
|
978
1409
|
"metadataToken": 0,
|
|
1410
|
+
"kind": "Class",
|
|
1411
|
+
"accessibility": "Public",
|
|
1412
|
+
"isAbstract": false,
|
|
1413
|
+
"isSealed": false,
|
|
1414
|
+
"isStatic": false,
|
|
1415
|
+
"arity": 0,
|
|
1416
|
+
"baseType": {
|
|
1417
|
+
"stableId": "Microsoft.EntityFrameworkCore.Relational:Microsoft.EntityFrameworkCore.Storage.RelationalTypeMappingSource",
|
|
1418
|
+
"clrName": "Microsoft.EntityFrameworkCore.Storage.RelationalTypeMappingSource"
|
|
1419
|
+
},
|
|
1420
|
+
"interfaces": [
|
|
1421
|
+
{
|
|
1422
|
+
"stableId": "Microsoft.EntityFrameworkCore:Microsoft.EntityFrameworkCore.Storage.ITypeMappingSource",
|
|
1423
|
+
"clrName": "Microsoft.EntityFrameworkCore.Storage.ITypeMappingSource"
|
|
1424
|
+
},
|
|
1425
|
+
{
|
|
1426
|
+
"stableId": "Microsoft.EntityFrameworkCore.Relational:Microsoft.EntityFrameworkCore.Storage.IRelationalTypeMappingSource",
|
|
1427
|
+
"clrName": "Microsoft.EntityFrameworkCore.Storage.IRelationalTypeMappingSource"
|
|
1428
|
+
}
|
|
1429
|
+
],
|
|
979
1430
|
"methods": [
|
|
980
1431
|
{
|
|
981
1432
|
"stableId": "Microsoft.EntityFrameworkCore.Sqlite:Microsoft.EntityFrameworkCore.Sqlite.Storage.Internal.SqliteTypeMappingSource::IsSpatialiteType(System.String):System.Boolean",
|
|
982
1433
|
"clrName": "IsSpatialiteType",
|
|
983
|
-
"tsEmitName": "isSpatialiteType",
|
|
984
1434
|
"metadataToken": 100663897,
|
|
985
1435
|
"canonicalSignature": "(System.String):System.Boolean",
|
|
986
1436
|
"normalizedSignature": "IsSpatialiteType|(System.String):System.Boolean|static=true",
|
|
987
1437
|
"emitScope": "ClassSurface",
|
|
1438
|
+
"provenance": "Original",
|
|
988
1439
|
"arity": 0,
|
|
989
1440
|
"parameterCount": 1,
|
|
1441
|
+
"isStatic": true,
|
|
1442
|
+
"isAbstract": false,
|
|
1443
|
+
"isVirtual": false,
|
|
1444
|
+
"isOverride": false,
|
|
1445
|
+
"isSealed": false,
|
|
1446
|
+
"visibility": "Public",
|
|
990
1447
|
"declaringClrType": "Microsoft.EntityFrameworkCore.Sqlite.Storage.Internal.SqliteTypeMappingSource",
|
|
991
1448
|
"declaringAssemblyName": "Microsoft.EntityFrameworkCore.Sqlite",
|
|
992
1449
|
"isExtensionMethod": false
|
|
1450
|
+
},
|
|
1451
|
+
{
|
|
1452
|
+
"stableId": "Microsoft.EntityFrameworkCore.Sqlite:Microsoft.EntityFrameworkCore.Sqlite.Storage.Internal.SqliteTypeMappingSource::FindMapping(Microsoft.EntityFrameworkCore.Storage.RelationalTypeMappingInfo\u0026):Microsoft.EntityFrameworkCore.Storage.RelationalTypeMapping",
|
|
1453
|
+
"clrName": "FindMapping",
|
|
1454
|
+
"metadataToken": 100663898,
|
|
1455
|
+
"canonicalSignature": "(Microsoft.EntityFrameworkCore.Storage.RelationalTypeMappingInfo\u0026):Microsoft.EntityFrameworkCore.Storage.RelationalTypeMapping",
|
|
1456
|
+
"normalizedSignature": "FindMapping|(Microsoft.EntityFrameworkCore.Storage.RelationalTypeMappingInfo\u0026):Microsoft.EntityFrameworkCore.Storage.RelationalTypeMapping|static=false",
|
|
1457
|
+
"emitScope": "ClassSurface",
|
|
1458
|
+
"provenance": "Original",
|
|
1459
|
+
"arity": 0,
|
|
1460
|
+
"parameterCount": 1,
|
|
1461
|
+
"isStatic": false,
|
|
1462
|
+
"isAbstract": false,
|
|
1463
|
+
"isVirtual": true,
|
|
1464
|
+
"isOverride": true,
|
|
1465
|
+
"isSealed": false,
|
|
1466
|
+
"visibility": "Protected",
|
|
1467
|
+
"declaringClrType": "Microsoft.EntityFrameworkCore.Sqlite.Storage.Internal.SqliteTypeMappingSource",
|
|
1468
|
+
"declaringAssemblyName": "Microsoft.EntityFrameworkCore.Sqlite",
|
|
1469
|
+
"isExtensionMethod": false,
|
|
1470
|
+
"parameterModifiers": [
|
|
1471
|
+
{
|
|
1472
|
+
"index": 0,
|
|
1473
|
+
"modifier": "in"
|
|
1474
|
+
}
|
|
1475
|
+
]
|
|
993
1476
|
}
|
|
994
1477
|
],
|
|
995
1478
|
"properties": [],
|
|
@@ -1003,53 +1486,86 @@
|
|
|
1003
1486
|
"normalizedSignature": "constructor|(Microsoft.EntityFrameworkCore.Storage.TypeMappingSourceDependencies,Microsoft.EntityFrameworkCore.Storage.RelationalTypeMappingSourceDependencies):void|static=false",
|
|
1004
1487
|
"isStatic": false,
|
|
1005
1488
|
"parameterCount": 2,
|
|
1489
|
+
"visibility": "Public",
|
|
1006
1490
|
"declaringClrType": "Microsoft.EntityFrameworkCore.Sqlite.Storage.Internal.SqliteTypeMappingSource",
|
|
1007
1491
|
"declaringAssemblyName": "Microsoft.EntityFrameworkCore.Sqlite"
|
|
1008
1492
|
}
|
|
1009
|
-
],
|
|
1010
|
-
"exposedMethods": [
|
|
1011
|
-
{
|
|
1012
|
-
"tsName": "isSpatialiteType",
|
|
1013
|
-
"isStatic": true,
|
|
1014
|
-
"tsSignatureId": "IsSpatialiteType|(System.String):System.Boolean|static=true",
|
|
1015
|
-
"target": {
|
|
1016
|
-
"declaringClrType": "Microsoft.EntityFrameworkCore.Sqlite.Storage.Internal.SqliteTypeMappingSource",
|
|
1017
|
-
"declaringAssemblyName": "Microsoft.EntityFrameworkCore.Sqlite",
|
|
1018
|
-
"metadataToken": 100663897
|
|
1019
|
-
}
|
|
1020
|
-
}
|
|
1021
|
-
],
|
|
1022
|
-
"exposedConstructors": [
|
|
1023
|
-
{
|
|
1024
|
-
"isStatic": false,
|
|
1025
|
-
"tsSignatureId": "constructor|(Microsoft.EntityFrameworkCore.Storage.TypeMappingSourceDependencies,Microsoft.EntityFrameworkCore.Storage.RelationalTypeMappingSourceDependencies):void|static=false",
|
|
1026
|
-
"target": {
|
|
1027
|
-
"declaringClrType": "Microsoft.EntityFrameworkCore.Sqlite.Storage.Internal.SqliteTypeMappingSource",
|
|
1028
|
-
"declaringAssemblyName": "Microsoft.EntityFrameworkCore.Sqlite",
|
|
1029
|
-
"metadataToken": 100663896
|
|
1030
|
-
}
|
|
1031
|
-
}
|
|
1032
1493
|
]
|
|
1033
1494
|
},
|
|
1034
1495
|
{
|
|
1035
1496
|
"stableId": "Microsoft.EntityFrameworkCore.Sqlite:Microsoft.EntityFrameworkCore.Sqlite.Storage.Internal.SqliteULongTypeMapping",
|
|
1036
1497
|
"clrName": "Microsoft.EntityFrameworkCore.Sqlite.Storage.Internal.SqliteULongTypeMapping",
|
|
1037
|
-
"tsEmitName": "SqliteULongTypeMapping",
|
|
1038
1498
|
"assemblyName": "Microsoft.EntityFrameworkCore.Sqlite",
|
|
1039
1499
|
"metadataToken": 0,
|
|
1040
|
-
"
|
|
1500
|
+
"kind": "Class",
|
|
1501
|
+
"accessibility": "Public",
|
|
1502
|
+
"isAbstract": false,
|
|
1503
|
+
"isSealed": false,
|
|
1504
|
+
"isStatic": false,
|
|
1505
|
+
"arity": 0,
|
|
1506
|
+
"baseType": {
|
|
1507
|
+
"stableId": "Microsoft.EntityFrameworkCore.Relational:Microsoft.EntityFrameworkCore.Storage.ULongTypeMapping",
|
|
1508
|
+
"clrName": "Microsoft.EntityFrameworkCore.Storage.ULongTypeMapping"
|
|
1509
|
+
},
|
|
1510
|
+
"methods": [
|
|
1511
|
+
{
|
|
1512
|
+
"stableId": "Microsoft.EntityFrameworkCore.Sqlite:Microsoft.EntityFrameworkCore.Sqlite.Storage.Internal.SqliteULongTypeMapping::Clone(Microsoft.EntityFrameworkCore.Storage.RelationalTypeMapping\u002BRelationalTypeMappingParameters):Microsoft.EntityFrameworkCore.Storage.RelationalTypeMapping",
|
|
1513
|
+
"clrName": "Clone",
|
|
1514
|
+
"metadataToken": 100663905,
|
|
1515
|
+
"canonicalSignature": "(Microsoft.EntityFrameworkCore.Storage.RelationalTypeMapping\u002BRelationalTypeMappingParameters):Microsoft.EntityFrameworkCore.Storage.RelationalTypeMapping",
|
|
1516
|
+
"normalizedSignature": "Clone|(Microsoft.EntityFrameworkCore.Storage.RelationalTypeMapping\u002BRelationalTypeMappingParameters):Microsoft.EntityFrameworkCore.Storage.RelationalTypeMapping|static=false",
|
|
1517
|
+
"emitScope": "ClassSurface",
|
|
1518
|
+
"provenance": "Original",
|
|
1519
|
+
"arity": 0,
|
|
1520
|
+
"parameterCount": 1,
|
|
1521
|
+
"isStatic": false,
|
|
1522
|
+
"isAbstract": false,
|
|
1523
|
+
"isVirtual": true,
|
|
1524
|
+
"isOverride": true,
|
|
1525
|
+
"isSealed": false,
|
|
1526
|
+
"visibility": "Protected",
|
|
1527
|
+
"declaringClrType": "Microsoft.EntityFrameworkCore.Sqlite.Storage.Internal.SqliteULongTypeMapping",
|
|
1528
|
+
"declaringAssemblyName": "Microsoft.EntityFrameworkCore.Sqlite",
|
|
1529
|
+
"isExtensionMethod": false
|
|
1530
|
+
},
|
|
1531
|
+
{
|
|
1532
|
+
"stableId": "Microsoft.EntityFrameworkCore.Sqlite:Microsoft.EntityFrameworkCore.Sqlite.Storage.Internal.SqliteULongTypeMapping::GenerateNonNullSqlLiteral(System.Object):System.String",
|
|
1533
|
+
"clrName": "GenerateNonNullSqlLiteral",
|
|
1534
|
+
"metadataToken": 100663906,
|
|
1535
|
+
"canonicalSignature": "(System.Object):System.String",
|
|
1536
|
+
"normalizedSignature": "GenerateNonNullSqlLiteral|(System.Object):System.String|static=false",
|
|
1537
|
+
"emitScope": "ClassSurface",
|
|
1538
|
+
"provenance": "Original",
|
|
1539
|
+
"arity": 0,
|
|
1540
|
+
"parameterCount": 1,
|
|
1541
|
+
"isStatic": false,
|
|
1542
|
+
"isAbstract": false,
|
|
1543
|
+
"isVirtual": true,
|
|
1544
|
+
"isOverride": true,
|
|
1545
|
+
"isSealed": false,
|
|
1546
|
+
"visibility": "Protected",
|
|
1547
|
+
"declaringClrType": "Microsoft.EntityFrameworkCore.Sqlite.Storage.Internal.SqliteULongTypeMapping",
|
|
1548
|
+
"declaringAssemblyName": "Microsoft.EntityFrameworkCore.Sqlite",
|
|
1549
|
+
"isExtensionMethod": false
|
|
1550
|
+
}
|
|
1551
|
+
],
|
|
1041
1552
|
"properties": [
|
|
1042
1553
|
{
|
|
1043
1554
|
"stableId": "Microsoft.EntityFrameworkCore.Sqlite:Microsoft.EntityFrameworkCore.Sqlite.Storage.Internal.SqliteULongTypeMapping::Default:Microsoft.EntityFrameworkCore.Sqlite.Storage.Internal.SqliteULongTypeMapping",
|
|
1044
1555
|
"clrName": "Default",
|
|
1045
|
-
"tsEmitName": "default",
|
|
1046
1556
|
"metadataToken": 385876102,
|
|
1047
1557
|
"canonicalSignature": ":Microsoft.EntityFrameworkCore.Sqlite.Storage.Internal.SqliteULongTypeMapping",
|
|
1048
1558
|
"normalizedSignature": "Default|:Microsoft.EntityFrameworkCore.Sqlite.Storage.Internal.SqliteULongTypeMapping|static=true|accessor=get",
|
|
1049
1559
|
"emitScope": "ClassSurface",
|
|
1560
|
+
"provenance": "Original",
|
|
1050
1561
|
"isIndexer": false,
|
|
1051
1562
|
"hasGetter": true,
|
|
1052
1563
|
"hasSetter": false,
|
|
1564
|
+
"isStatic": true,
|
|
1565
|
+
"isAbstract": false,
|
|
1566
|
+
"isVirtual": false,
|
|
1567
|
+
"isOverride": false,
|
|
1568
|
+
"visibility": "Public",
|
|
1053
1569
|
"declaringClrType": "Microsoft.EntityFrameworkCore.Sqlite.Storage.Internal.SqliteULongTypeMapping",
|
|
1054
1570
|
"declaringAssemblyName": "Microsoft.EntityFrameworkCore.Sqlite"
|
|
1055
1571
|
}
|
|
@@ -1064,31 +1580,20 @@
|
|
|
1064
1580
|
"normalizedSignature": "constructor|(System.String,System.Nullable_1[[System.Data.DbType,System.Data.Common,Version=10.0.0.0,Culture=neutral,PublicKeyToken=b03f5f7f11d50a3a]]):void|static=false",
|
|
1065
1581
|
"isStatic": false,
|
|
1066
1582
|
"parameterCount": 2,
|
|
1583
|
+
"visibility": "Public",
|
|
1067
1584
|
"declaringClrType": "Microsoft.EntityFrameworkCore.Sqlite.Storage.Internal.SqliteULongTypeMapping",
|
|
1068
1585
|
"declaringAssemblyName": "Microsoft.EntityFrameworkCore.Sqlite"
|
|
1069
|
-
}
|
|
1070
|
-
],
|
|
1071
|
-
"exposedProperties": [
|
|
1072
|
-
{
|
|
1073
|
-
"tsName": "default",
|
|
1074
|
-
"isStatic": true,
|
|
1075
|
-
"tsSignatureId": "Default|:Microsoft.EntityFrameworkCore.Sqlite.Storage.Internal.SqliteULongTypeMapping|static=true|accessor=get",
|
|
1076
|
-
"target": {
|
|
1077
|
-
"declaringClrType": "Microsoft.EntityFrameworkCore.Sqlite.Storage.Internal.SqliteULongTypeMapping",
|
|
1078
|
-
"declaringAssemblyName": "Microsoft.EntityFrameworkCore.Sqlite",
|
|
1079
|
-
"metadataToken": 385876102
|
|
1080
|
-
}
|
|
1081
|
-
}
|
|
1082
|
-
],
|
|
1083
|
-
"exposedConstructors": [
|
|
1586
|
+
},
|
|
1084
1587
|
{
|
|
1588
|
+
"stableId": "Microsoft.EntityFrameworkCore.Sqlite:Microsoft.EntityFrameworkCore.Sqlite.Storage.Internal.SqliteULongTypeMapping::.ctor(Microsoft.EntityFrameworkCore.Storage.RelationalTypeMapping\u002BRelationalTypeMappingParameters):void",
|
|
1589
|
+
"metadataToken": 100663904,
|
|
1590
|
+
"canonicalSignature": "(Microsoft.EntityFrameworkCore.Storage.RelationalTypeMapping\u002BRelationalTypeMappingParameters):void",
|
|
1591
|
+
"normalizedSignature": "constructor|(Microsoft.EntityFrameworkCore.Storage.RelationalTypeMapping\u002BRelationalTypeMappingParameters):void|static=false",
|
|
1085
1592
|
"isStatic": false,
|
|
1086
|
-
"
|
|
1087
|
-
"
|
|
1088
|
-
|
|
1089
|
-
|
|
1090
|
-
"metadataToken": 100663903
|
|
1091
|
-
}
|
|
1593
|
+
"parameterCount": 1,
|
|
1594
|
+
"visibility": "Protected",
|
|
1595
|
+
"declaringClrType": "Microsoft.EntityFrameworkCore.Sqlite.Storage.Internal.SqliteULongTypeMapping",
|
|
1596
|
+
"declaringAssemblyName": "Microsoft.EntityFrameworkCore.Sqlite"
|
|
1092
1597
|
}
|
|
1093
1598
|
]
|
|
1094
1599
|
}
|