@tsonic/efcore-sqlite 0.1.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (129) hide show
  1. package/LICENSE +21 -0
  2. package/Microsoft.Data.Sqlite/bindings.json +6892 -0
  3. package/Microsoft.Data.Sqlite/internal/index.d.ts +430 -0
  4. package/Microsoft.Data.Sqlite/internal/metadata.json +4417 -0
  5. package/Microsoft.Data.Sqlite.d.ts +34 -0
  6. package/Microsoft.Data.Sqlite.js +9 -0
  7. package/Microsoft.DotNet.PlatformAbstractions/bindings.json +167 -0
  8. package/Microsoft.DotNet.PlatformAbstractions/internal/index.d.ts +29 -0
  9. package/Microsoft.DotNet.PlatformAbstractions/internal/metadata.json +121 -0
  10. package/Microsoft.DotNet.PlatformAbstractions.d.ts +13 -0
  11. package/Microsoft.DotNet.PlatformAbstractions.js +9 -0
  12. package/Microsoft.EntityFrameworkCore/bindings.json +1892 -0
  13. package/Microsoft.EntityFrameworkCore/internal/index.d.ts +156 -0
  14. package/Microsoft.EntityFrameworkCore/internal/metadata.json +1368 -0
  15. package/Microsoft.EntityFrameworkCore.Diagnostics/bindings.json +528 -0
  16. package/Microsoft.EntityFrameworkCore.Diagnostics/internal/index.d.ts +55 -0
  17. package/Microsoft.EntityFrameworkCore.Diagnostics/internal/metadata.json +267 -0
  18. package/Microsoft.EntityFrameworkCore.Diagnostics.d.ts +17 -0
  19. package/Microsoft.EntityFrameworkCore.Diagnostics.js +9 -0
  20. package/Microsoft.EntityFrameworkCore.Infrastructure/bindings.json +102 -0
  21. package/Microsoft.EntityFrameworkCore.Infrastructure/internal/index.d.ts +36 -0
  22. package/Microsoft.EntityFrameworkCore.Infrastructure/internal/metadata.json +82 -0
  23. package/Microsoft.EntityFrameworkCore.Infrastructure.d.ts +17 -0
  24. package/Microsoft.EntityFrameworkCore.Infrastructure.js +9 -0
  25. package/Microsoft.EntityFrameworkCore.Metadata/bindings.json +83 -0
  26. package/Microsoft.EntityFrameworkCore.Metadata/internal/index.d.ts +17 -0
  27. package/Microsoft.EntityFrameworkCore.Metadata/internal/metadata.json +54 -0
  28. package/Microsoft.EntityFrameworkCore.Metadata.Conventions/bindings.json +304 -0
  29. package/Microsoft.EntityFrameworkCore.Metadata.Conventions/internal/index.d.ts +78 -0
  30. package/Microsoft.EntityFrameworkCore.Metadata.Conventions/internal/metadata.json +203 -0
  31. package/Microsoft.EntityFrameworkCore.Metadata.Conventions.d.ts +21 -0
  32. package/Microsoft.EntityFrameworkCore.Metadata.Conventions.js +9 -0
  33. package/Microsoft.EntityFrameworkCore.Metadata.d.ts +12 -0
  34. package/Microsoft.EntityFrameworkCore.Metadata.js +9 -0
  35. package/Microsoft.EntityFrameworkCore.Migrations/bindings.json +105 -0
  36. package/Microsoft.EntityFrameworkCore.Migrations/internal/index.d.ts +35 -0
  37. package/Microsoft.EntityFrameworkCore.Migrations/internal/metadata.json +81 -0
  38. package/Microsoft.EntityFrameworkCore.Migrations.d.ts +17 -0
  39. package/Microsoft.EntityFrameworkCore.Migrations.js +9 -0
  40. package/Microsoft.EntityFrameworkCore.Sqlite.Design.Internal/bindings.json +236 -0
  41. package/Microsoft.EntityFrameworkCore.Sqlite.Design.Internal/internal/index.d.ts +57 -0
  42. package/Microsoft.EntityFrameworkCore.Sqlite.Design.Internal/internal/metadata.json +157 -0
  43. package/Microsoft.EntityFrameworkCore.Sqlite.Design.Internal.d.ts +20 -0
  44. package/Microsoft.EntityFrameworkCore.Sqlite.Design.Internal.js +9 -0
  45. package/Microsoft.EntityFrameworkCore.Sqlite.Diagnostics.Internal/bindings.json +587 -0
  46. package/Microsoft.EntityFrameworkCore.Sqlite.Diagnostics.Internal/internal/index.d.ts +68 -0
  47. package/Microsoft.EntityFrameworkCore.Sqlite.Diagnostics.Internal/internal/metadata.json +293 -0
  48. package/Microsoft.EntityFrameworkCore.Sqlite.Diagnostics.Internal.d.ts +15 -0
  49. package/Microsoft.EntityFrameworkCore.Sqlite.Diagnostics.Internal.js +9 -0
  50. package/Microsoft.EntityFrameworkCore.Sqlite.Infrastructure.Internal/bindings.json +202 -0
  51. package/Microsoft.EntityFrameworkCore.Sqlite.Infrastructure.Internal/internal/index.d.ts +44 -0
  52. package/Microsoft.EntityFrameworkCore.Sqlite.Infrastructure.Internal/internal/metadata.json +133 -0
  53. package/Microsoft.EntityFrameworkCore.Sqlite.Infrastructure.Internal.d.ts +18 -0
  54. package/Microsoft.EntityFrameworkCore.Sqlite.Infrastructure.Internal.js +9 -0
  55. package/Microsoft.EntityFrameworkCore.Sqlite.Internal/bindings.json +1253 -0
  56. package/Microsoft.EntityFrameworkCore.Sqlite.Internal/internal/index.d.ts +83 -0
  57. package/Microsoft.EntityFrameworkCore.Sqlite.Internal/internal/metadata.json +855 -0
  58. package/Microsoft.EntityFrameworkCore.Sqlite.Internal.d.ts +18 -0
  59. package/Microsoft.EntityFrameworkCore.Sqlite.Internal.js +9 -0
  60. package/Microsoft.EntityFrameworkCore.Sqlite.Metadata.Internal/bindings.json +294 -0
  61. package/Microsoft.EntityFrameworkCore.Sqlite.Metadata.Internal/internal/index.d.ts +43 -0
  62. package/Microsoft.EntityFrameworkCore.Sqlite.Metadata.Internal/internal/metadata.json +161 -0
  63. package/Microsoft.EntityFrameworkCore.Sqlite.Metadata.Internal.d.ts +16 -0
  64. package/Microsoft.EntityFrameworkCore.Sqlite.Metadata.Internal.js +9 -0
  65. package/Microsoft.EntityFrameworkCore.Sqlite.Migrations.Internal/bindings.json +325 -0
  66. package/Microsoft.EntityFrameworkCore.Sqlite.Migrations.Internal/internal/index.d.ts +48 -0
  67. package/Microsoft.EntityFrameworkCore.Sqlite.Migrations.Internal/internal/metadata.json +214 -0
  68. package/Microsoft.EntityFrameworkCore.Sqlite.Migrations.Internal.d.ts +17 -0
  69. package/Microsoft.EntityFrameworkCore.Sqlite.Migrations.Internal.js +9 -0
  70. package/Microsoft.EntityFrameworkCore.Sqlite.Query.Internal/bindings.json +2892 -0
  71. package/Microsoft.EntityFrameworkCore.Sqlite.Query.Internal/internal/index.d.ts +512 -0
  72. package/Microsoft.EntityFrameworkCore.Sqlite.Query.Internal/internal/metadata.json +1844 -0
  73. package/Microsoft.EntityFrameworkCore.Sqlite.Query.Internal.d.ts +59 -0
  74. package/Microsoft.EntityFrameworkCore.Sqlite.Query.Internal.js +9 -0
  75. package/Microsoft.EntityFrameworkCore.Sqlite.Scaffolding.Internal/bindings.json +151 -0
  76. package/Microsoft.EntityFrameworkCore.Sqlite.Scaffolding.Internal/internal/index.d.ts +44 -0
  77. package/Microsoft.EntityFrameworkCore.Sqlite.Scaffolding.Internal/internal/metadata.json +102 -0
  78. package/Microsoft.EntityFrameworkCore.Sqlite.Scaffolding.Internal.d.ts +20 -0
  79. package/Microsoft.EntityFrameworkCore.Sqlite.Scaffolding.Internal.js +9 -0
  80. package/Microsoft.EntityFrameworkCore.Sqlite.Storage.Internal/bindings.json +1096 -0
  81. package/Microsoft.EntityFrameworkCore.Sqlite.Storage.Internal/internal/index.d.ts +210 -0
  82. package/Microsoft.EntityFrameworkCore.Sqlite.Storage.Internal/internal/metadata.json +707 -0
  83. package/Microsoft.EntityFrameworkCore.Sqlite.Storage.Internal.d.ts +34 -0
  84. package/Microsoft.EntityFrameworkCore.Sqlite.Storage.Internal.js +9 -0
  85. package/Microsoft.EntityFrameworkCore.Sqlite.Storage.Json.Internal/bindings.json +605 -0
  86. package/Microsoft.EntityFrameworkCore.Sqlite.Storage.Json.Internal/internal/index.d.ts +93 -0
  87. package/Microsoft.EntityFrameworkCore.Sqlite.Storage.Json.Internal/internal/metadata.json +438 -0
  88. package/Microsoft.EntityFrameworkCore.Sqlite.Storage.Json.Internal.d.ts +19 -0
  89. package/Microsoft.EntityFrameworkCore.Sqlite.Storage.Json.Internal.js +9 -0
  90. package/Microsoft.EntityFrameworkCore.Sqlite.Update.Internal/bindings.json +413 -0
  91. package/Microsoft.EntityFrameworkCore.Sqlite.Update.Internal/internal/index.d.ts +80 -0
  92. package/Microsoft.EntityFrameworkCore.Sqlite.Update.Internal/internal/metadata.json +280 -0
  93. package/Microsoft.EntityFrameworkCore.Sqlite.Update.Internal.d.ts +18 -0
  94. package/Microsoft.EntityFrameworkCore.Sqlite.Update.Internal.js +9 -0
  95. package/Microsoft.EntityFrameworkCore.d.ts +29 -0
  96. package/Microsoft.EntityFrameworkCore.js +9 -0
  97. package/Microsoft.Extensions.DependencyInjection/bindings.json +68 -0
  98. package/Microsoft.Extensions.DependencyInjection/internal/index.d.ts +22 -0
  99. package/Microsoft.Extensions.DependencyInjection/internal/metadata.json +63 -0
  100. package/Microsoft.Extensions.DependencyInjection.d.ts +15 -0
  101. package/Microsoft.Extensions.DependencyInjection.js +9 -0
  102. package/Microsoft.Extensions.DependencyModel/bindings.json +2871 -0
  103. package/Microsoft.Extensions.DependencyModel/internal/index.d.ts +287 -0
  104. package/Microsoft.Extensions.DependencyModel/internal/metadata.json +1654 -0
  105. package/Microsoft.Extensions.DependencyModel.Resolution/bindings.json +526 -0
  106. package/Microsoft.Extensions.DependencyModel.Resolution/internal/index.d.ts +112 -0
  107. package/Microsoft.Extensions.DependencyModel.Resolution/internal/metadata.json +329 -0
  108. package/Microsoft.Extensions.DependencyModel.Resolution.d.ts +19 -0
  109. package/Microsoft.Extensions.DependencyModel.Resolution.js +9 -0
  110. package/Microsoft.Extensions.DependencyModel.d.ts +35 -0
  111. package/Microsoft.Extensions.DependencyModel.js +9 -0
  112. package/README.md +5 -0
  113. package/SQLitePCL/bindings.json +19341 -0
  114. package/SQLitePCL/internal/index.d.ts +994 -0
  115. package/SQLitePCL/internal/metadata.json +11902 -0
  116. package/SQLitePCL.d.ts +64 -0
  117. package/SQLitePCL.js +9 -0
  118. package/System.Collections.Generic/bindings.json +164 -0
  119. package/System.Collections.Generic/internal/index.d.ts +25 -0
  120. package/System.Collections.Generic/internal/metadata.json +123 -0
  121. package/System.Collections.Generic.d.ts +14 -0
  122. package/System.Collections.Generic.js +9 -0
  123. package/__build/ref/Program.cs +5 -0
  124. package/__build/ref/ref.csproj +14 -0
  125. package/__build/scripts/generate.sh +116 -0
  126. package/__internal/extensions/index.d.ts +44 -0
  127. package/families.json +1 -0
  128. package/package.json +28 -0
  129. package/tsconfig.json +20 -0
@@ -0,0 +1,413 @@
1
+ {
2
+ "namespace": "Microsoft.EntityFrameworkCore.Sqlite.Update.Internal",
3
+ "types": [
4
+ {
5
+ "stableId": "Microsoft.EntityFrameworkCore.Sqlite:Microsoft.EntityFrameworkCore.Sqlite.Update.Internal.SqliteLegacyUpdateSqlGenerator",
6
+ "clrName": "Microsoft.EntityFrameworkCore.Sqlite.Update.Internal.SqliteLegacyUpdateSqlGenerator",
7
+ "tsEmitName": "SqliteLegacyUpdateSqlGenerator",
8
+ "assemblyName": "Microsoft.EntityFrameworkCore.Sqlite",
9
+ "metadataToken": 0,
10
+ "methods": [],
11
+ "properties": [],
12
+ "fields": [],
13
+ "events": [],
14
+ "constructors": [
15
+ {
16
+ "stableId": "Microsoft.EntityFrameworkCore.Sqlite:Microsoft.EntityFrameworkCore.Sqlite.Update.Internal.SqliteLegacyUpdateSqlGenerator::.ctor():void",
17
+ "metadataToken": 100663775,
18
+ "canonicalSignature": "():void",
19
+ "normalizedSignature": "constructor|():void|static=false",
20
+ "isStatic": false,
21
+ "parameterCount": 0,
22
+ "declaringClrType": "Microsoft.EntityFrameworkCore.Sqlite.Update.Internal.SqliteLegacyUpdateSqlGenerator",
23
+ "declaringAssemblyName": "Microsoft.EntityFrameworkCore.Sqlite"
24
+ }
25
+ ],
26
+ "exposedConstructors": [
27
+ {
28
+ "isStatic": false,
29
+ "tsSignatureId": "constructor|():void|static=false",
30
+ "target": {
31
+ "declaringClrType": "Microsoft.EntityFrameworkCore.Sqlite.Update.Internal.SqliteLegacyUpdateSqlGenerator",
32
+ "declaringAssemblyName": "Microsoft.EntityFrameworkCore.Sqlite",
33
+ "metadataToken": 100663775
34
+ }
35
+ }
36
+ ]
37
+ },
38
+ {
39
+ "stableId": "Microsoft.EntityFrameworkCore.Sqlite:Microsoft.EntityFrameworkCore.Sqlite.Update.Internal.SqliteModificationCommand",
40
+ "clrName": "Microsoft.EntityFrameworkCore.Sqlite.Update.Internal.SqliteModificationCommand",
41
+ "tsEmitName": "SqliteModificationCommand",
42
+ "assemblyName": "Microsoft.EntityFrameworkCore.Sqlite",
43
+ "metadataToken": 0,
44
+ "methods": [],
45
+ "properties": [],
46
+ "fields": [],
47
+ "events": [],
48
+ "constructors": [
49
+ {
50
+ "stableId": "Microsoft.EntityFrameworkCore.Sqlite:Microsoft.EntityFrameworkCore.Sqlite.Update.Internal.SqliteModificationCommand::.ctor(Microsoft.EntityFrameworkCore.Update.ModificationCommandParameters\u0026):void",
51
+ "metadataToken": 100663776,
52
+ "canonicalSignature": "(Microsoft.EntityFrameworkCore.Update.ModificationCommandParameters\u0026):void",
53
+ "normalizedSignature": "constructor|(Microsoft.EntityFrameworkCore.Update.ModificationCommandParameters\u0026):void|static=false",
54
+ "isStatic": false,
55
+ "parameterCount": 1,
56
+ "declaringClrType": "Microsoft.EntityFrameworkCore.Sqlite.Update.Internal.SqliteModificationCommand",
57
+ "declaringAssemblyName": "Microsoft.EntityFrameworkCore.Sqlite",
58
+ "parameterModifiers": [
59
+ {
60
+ "index": 0,
61
+ "modifier": "in"
62
+ }
63
+ ]
64
+ },
65
+ {
66
+ "stableId": "Microsoft.EntityFrameworkCore.Sqlite:Microsoft.EntityFrameworkCore.Sqlite.Update.Internal.SqliteModificationCommand::.ctor(Microsoft.EntityFrameworkCore.Update.NonTrackedModificationCommandParameters\u0026):void",
67
+ "metadataToken": 100663777,
68
+ "canonicalSignature": "(Microsoft.EntityFrameworkCore.Update.NonTrackedModificationCommandParameters\u0026):void",
69
+ "normalizedSignature": "constructor|(Microsoft.EntityFrameworkCore.Update.NonTrackedModificationCommandParameters\u0026):void|static=false",
70
+ "isStatic": false,
71
+ "parameterCount": 1,
72
+ "declaringClrType": "Microsoft.EntityFrameworkCore.Sqlite.Update.Internal.SqliteModificationCommand",
73
+ "declaringAssemblyName": "Microsoft.EntityFrameworkCore.Sqlite",
74
+ "parameterModifiers": [
75
+ {
76
+ "index": 0,
77
+ "modifier": "in"
78
+ }
79
+ ]
80
+ }
81
+ ],
82
+ "exposedConstructors": [
83
+ {
84
+ "isStatic": false,
85
+ "tsSignatureId": "constructor|(Microsoft.EntityFrameworkCore.Update.ModificationCommandParameters\u0026):void|static=false",
86
+ "target": {
87
+ "declaringClrType": "Microsoft.EntityFrameworkCore.Sqlite.Update.Internal.SqliteModificationCommand",
88
+ "declaringAssemblyName": "Microsoft.EntityFrameworkCore.Sqlite",
89
+ "metadataToken": 100663776
90
+ }
91
+ },
92
+ {
93
+ "isStatic": false,
94
+ "tsSignatureId": "constructor|(Microsoft.EntityFrameworkCore.Update.NonTrackedModificationCommandParameters\u0026):void|static=false",
95
+ "target": {
96
+ "declaringClrType": "Microsoft.EntityFrameworkCore.Sqlite.Update.Internal.SqliteModificationCommand",
97
+ "declaringAssemblyName": "Microsoft.EntityFrameworkCore.Sqlite",
98
+ "metadataToken": 100663777
99
+ }
100
+ }
101
+ ]
102
+ },
103
+ {
104
+ "stableId": "Microsoft.EntityFrameworkCore.Sqlite:Microsoft.EntityFrameworkCore.Sqlite.Update.Internal.SqliteModificationCommandBatchFactory",
105
+ "clrName": "Microsoft.EntityFrameworkCore.Sqlite.Update.Internal.SqliteModificationCommandBatchFactory",
106
+ "tsEmitName": "SqliteModificationCommandBatchFactory",
107
+ "assemblyName": "Microsoft.EntityFrameworkCore.Sqlite",
108
+ "metadataToken": 0,
109
+ "methods": [
110
+ {
111
+ "stableId": "Microsoft.EntityFrameworkCore.Sqlite:Microsoft.EntityFrameworkCore.Sqlite.Update.Internal.SqliteModificationCommandBatchFactory::Create():Microsoft.EntityFrameworkCore.Update.ModificationCommandBatch",
112
+ "clrName": "Create",
113
+ "tsEmitName": "create",
114
+ "metadataToken": 100663781,
115
+ "canonicalSignature": "():Microsoft.EntityFrameworkCore.Update.ModificationCommandBatch",
116
+ "normalizedSignature": "Create|():Microsoft.EntityFrameworkCore.Update.ModificationCommandBatch|static=false",
117
+ "emitScope": "ClassSurface",
118
+ "arity": 0,
119
+ "parameterCount": 0,
120
+ "declaringClrType": "Microsoft.EntityFrameworkCore.Sqlite.Update.Internal.SqliteModificationCommandBatchFactory",
121
+ "declaringAssemblyName": "Microsoft.EntityFrameworkCore.Sqlite",
122
+ "isExtensionMethod": false
123
+ }
124
+ ],
125
+ "properties": [],
126
+ "fields": [],
127
+ "events": [],
128
+ "constructors": [
129
+ {
130
+ "stableId": "Microsoft.EntityFrameworkCore.Sqlite:Microsoft.EntityFrameworkCore.Sqlite.Update.Internal.SqliteModificationCommandBatchFactory::.ctor(Microsoft.EntityFrameworkCore.Update.ModificationCommandBatchFactoryDependencies):void",
131
+ "metadataToken": 100663779,
132
+ "canonicalSignature": "(Microsoft.EntityFrameworkCore.Update.ModificationCommandBatchFactoryDependencies):void",
133
+ "normalizedSignature": "constructor|(Microsoft.EntityFrameworkCore.Update.ModificationCommandBatchFactoryDependencies):void|static=false",
134
+ "isStatic": false,
135
+ "parameterCount": 1,
136
+ "declaringClrType": "Microsoft.EntityFrameworkCore.Sqlite.Update.Internal.SqliteModificationCommandBatchFactory",
137
+ "declaringAssemblyName": "Microsoft.EntityFrameworkCore.Sqlite"
138
+ }
139
+ ],
140
+ "exposedMethods": [
141
+ {
142
+ "tsName": "create",
143
+ "isStatic": false,
144
+ "tsSignatureId": "Create|():Microsoft.EntityFrameworkCore.Update.ModificationCommandBatch|static=false",
145
+ "target": {
146
+ "declaringClrType": "Microsoft.EntityFrameworkCore.Sqlite.Update.Internal.SqliteModificationCommandBatchFactory",
147
+ "declaringAssemblyName": "Microsoft.EntityFrameworkCore.Sqlite",
148
+ "metadataToken": 100663781
149
+ }
150
+ }
151
+ ],
152
+ "exposedConstructors": [
153
+ {
154
+ "isStatic": false,
155
+ "tsSignatureId": "constructor|(Microsoft.EntityFrameworkCore.Update.ModificationCommandBatchFactoryDependencies):void|static=false",
156
+ "target": {
157
+ "declaringClrType": "Microsoft.EntityFrameworkCore.Sqlite.Update.Internal.SqliteModificationCommandBatchFactory",
158
+ "declaringAssemblyName": "Microsoft.EntityFrameworkCore.Sqlite",
159
+ "metadataToken": 100663779
160
+ }
161
+ }
162
+ ]
163
+ },
164
+ {
165
+ "stableId": "Microsoft.EntityFrameworkCore.Sqlite:Microsoft.EntityFrameworkCore.Sqlite.Update.Internal.SqliteModificationCommandFactory",
166
+ "clrName": "Microsoft.EntityFrameworkCore.Sqlite.Update.Internal.SqliteModificationCommandFactory",
167
+ "tsEmitName": "SqliteModificationCommandFactory",
168
+ "assemblyName": "Microsoft.EntityFrameworkCore.Sqlite",
169
+ "metadataToken": 0,
170
+ "methods": [
171
+ {
172
+ "stableId": "Microsoft.EntityFrameworkCore.Sqlite:Microsoft.EntityFrameworkCore.Sqlite.Update.Internal.SqliteModificationCommandFactory::CreateModificationCommand(Microsoft.EntityFrameworkCore.Update.ModificationCommandParameters\u0026):Microsoft.EntityFrameworkCore.Update.IModificationCommand",
173
+ "clrName": "CreateModificationCommand",
174
+ "tsEmitName": "createModificationCommand",
175
+ "metadataToken": 100663782,
176
+ "canonicalSignature": "(Microsoft.EntityFrameworkCore.Update.ModificationCommandParameters\u0026):Microsoft.EntityFrameworkCore.Update.IModificationCommand",
177
+ "normalizedSignature": "CreateModificationCommand|(Microsoft.EntityFrameworkCore.Update.ModificationCommandParameters\u0026):Microsoft.EntityFrameworkCore.Update.IModificationCommand|static=false",
178
+ "emitScope": "ClassSurface",
179
+ "arity": 0,
180
+ "parameterCount": 1,
181
+ "declaringClrType": "Microsoft.EntityFrameworkCore.Sqlite.Update.Internal.SqliteModificationCommandFactory",
182
+ "declaringAssemblyName": "Microsoft.EntityFrameworkCore.Sqlite",
183
+ "isExtensionMethod": false,
184
+ "parameterModifiers": [
185
+ {
186
+ "index": 0,
187
+ "modifier": "in"
188
+ }
189
+ ]
190
+ },
191
+ {
192
+ "stableId": "Microsoft.EntityFrameworkCore.Sqlite:Microsoft.EntityFrameworkCore.Sqlite.Update.Internal.SqliteModificationCommandFactory::CreateNonTrackedModificationCommand(Microsoft.EntityFrameworkCore.Update.NonTrackedModificationCommandParameters\u0026):Microsoft.EntityFrameworkCore.Update.INonTrackedModificationCommand",
193
+ "clrName": "CreateNonTrackedModificationCommand",
194
+ "tsEmitName": "createNonTrackedModificationCommand",
195
+ "metadataToken": 100663783,
196
+ "canonicalSignature": "(Microsoft.EntityFrameworkCore.Update.NonTrackedModificationCommandParameters\u0026):Microsoft.EntityFrameworkCore.Update.INonTrackedModificationCommand",
197
+ "normalizedSignature": "CreateNonTrackedModificationCommand|(Microsoft.EntityFrameworkCore.Update.NonTrackedModificationCommandParameters\u0026):Microsoft.EntityFrameworkCore.Update.INonTrackedModificationCommand|static=false",
198
+ "emitScope": "ClassSurface",
199
+ "arity": 0,
200
+ "parameterCount": 1,
201
+ "declaringClrType": "Microsoft.EntityFrameworkCore.Sqlite.Update.Internal.SqliteModificationCommandFactory",
202
+ "declaringAssemblyName": "Microsoft.EntityFrameworkCore.Sqlite",
203
+ "isExtensionMethod": false,
204
+ "parameterModifiers": [
205
+ {
206
+ "index": 0,
207
+ "modifier": "in"
208
+ }
209
+ ]
210
+ }
211
+ ],
212
+ "properties": [],
213
+ "fields": [],
214
+ "events": [],
215
+ "constructors": [
216
+ {
217
+ "stableId": "Microsoft.EntityFrameworkCore.Sqlite:Microsoft.EntityFrameworkCore.Sqlite.Update.Internal.SqliteModificationCommandFactory::.ctor():void",
218
+ "metadataToken": 100663784,
219
+ "canonicalSignature": "():void",
220
+ "normalizedSignature": "constructor|():void|static=false",
221
+ "isStatic": false,
222
+ "parameterCount": 0,
223
+ "declaringClrType": "Microsoft.EntityFrameworkCore.Sqlite.Update.Internal.SqliteModificationCommandFactory",
224
+ "declaringAssemblyName": "Microsoft.EntityFrameworkCore.Sqlite"
225
+ }
226
+ ],
227
+ "exposedMethods": [
228
+ {
229
+ "tsName": "createModificationCommand",
230
+ "isStatic": false,
231
+ "tsSignatureId": "CreateModificationCommand|(Microsoft.EntityFrameworkCore.Update.ModificationCommandParameters\u0026):Microsoft.EntityFrameworkCore.Update.IModificationCommand|static=false",
232
+ "target": {
233
+ "declaringClrType": "Microsoft.EntityFrameworkCore.Sqlite.Update.Internal.SqliteModificationCommandFactory",
234
+ "declaringAssemblyName": "Microsoft.EntityFrameworkCore.Sqlite",
235
+ "metadataToken": 100663782
236
+ }
237
+ },
238
+ {
239
+ "tsName": "createNonTrackedModificationCommand",
240
+ "isStatic": false,
241
+ "tsSignatureId": "CreateNonTrackedModificationCommand|(Microsoft.EntityFrameworkCore.Update.NonTrackedModificationCommandParameters\u0026):Microsoft.EntityFrameworkCore.Update.INonTrackedModificationCommand|static=false",
242
+ "target": {
243
+ "declaringClrType": "Microsoft.EntityFrameworkCore.Sqlite.Update.Internal.SqliteModificationCommandFactory",
244
+ "declaringAssemblyName": "Microsoft.EntityFrameworkCore.Sqlite",
245
+ "metadataToken": 100663783
246
+ }
247
+ }
248
+ ],
249
+ "exposedConstructors": [
250
+ {
251
+ "isStatic": false,
252
+ "tsSignatureId": "constructor|():void|static=false",
253
+ "target": {
254
+ "declaringClrType": "Microsoft.EntityFrameworkCore.Sqlite.Update.Internal.SqliteModificationCommandFactory",
255
+ "declaringAssemblyName": "Microsoft.EntityFrameworkCore.Sqlite",
256
+ "metadataToken": 100663784
257
+ }
258
+ }
259
+ ]
260
+ },
261
+ {
262
+ "stableId": "Microsoft.EntityFrameworkCore.Sqlite:Microsoft.EntityFrameworkCore.Sqlite.Update.Internal.SqliteUpdateSqlGenerator",
263
+ "clrName": "Microsoft.EntityFrameworkCore.Sqlite.Update.Internal.SqliteUpdateSqlGenerator",
264
+ "tsEmitName": "SqliteUpdateSqlGenerator",
265
+ "assemblyName": "Microsoft.EntityFrameworkCore.Sqlite",
266
+ "metadataToken": 0,
267
+ "methods": [
268
+ {
269
+ "stableId": "Microsoft.EntityFrameworkCore.Sqlite:Microsoft.EntityFrameworkCore.Sqlite.Update.Internal.SqliteUpdateSqlGenerator::AppendInsertOperation(System.Text.StringBuilder,Microsoft.EntityFrameworkCore.Update.IReadOnlyModificationCommand,System.Int32,System.Boolean\u0026):Microsoft.EntityFrameworkCore.Update.ResultSetMapping",
270
+ "clrName": "AppendInsertOperation",
271
+ "tsEmitName": "appendInsertOperation",
272
+ "metadataToken": 100663786,
273
+ "canonicalSignature": "(System.Text.StringBuilder,Microsoft.EntityFrameworkCore.Update.IReadOnlyModificationCommand,System.Int32,System.Boolean\u0026):Microsoft.EntityFrameworkCore.Update.ResultSetMapping",
274
+ "normalizedSignature": "AppendInsertOperation|(System.Text.StringBuilder,Microsoft.EntityFrameworkCore.Update.IReadOnlyModificationCommand,System.Int32,System.Boolean\u0026):Microsoft.EntityFrameworkCore.Update.ResultSetMapping|static=false",
275
+ "emitScope": "ClassSurface",
276
+ "arity": 0,
277
+ "parameterCount": 4,
278
+ "declaringClrType": "Microsoft.EntityFrameworkCore.Sqlite.Update.Internal.SqliteUpdateSqlGenerator",
279
+ "declaringAssemblyName": "Microsoft.EntityFrameworkCore.Sqlite",
280
+ "isExtensionMethod": false,
281
+ "parameterModifiers": [
282
+ {
283
+ "index": 3,
284
+ "modifier": "out"
285
+ }
286
+ ]
287
+ },
288
+ {
289
+ "stableId": "Microsoft.EntityFrameworkCore.Sqlite:Microsoft.EntityFrameworkCore.Sqlite.Update.Internal.SqliteUpdateSqlGenerator::AppendUpdateOperation(System.Text.StringBuilder,Microsoft.EntityFrameworkCore.Update.IReadOnlyModificationCommand,System.Int32,System.Boolean\u0026):Microsoft.EntityFrameworkCore.Update.ResultSetMapping",
290
+ "clrName": "AppendUpdateOperation",
291
+ "tsEmitName": "appendUpdateOperation",
292
+ "metadataToken": 100663787,
293
+ "canonicalSignature": "(System.Text.StringBuilder,Microsoft.EntityFrameworkCore.Update.IReadOnlyModificationCommand,System.Int32,System.Boolean\u0026):Microsoft.EntityFrameworkCore.Update.ResultSetMapping",
294
+ "normalizedSignature": "AppendUpdateOperation|(System.Text.StringBuilder,Microsoft.EntityFrameworkCore.Update.IReadOnlyModificationCommand,System.Int32,System.Boolean\u0026):Microsoft.EntityFrameworkCore.Update.ResultSetMapping|static=false",
295
+ "emitScope": "ClassSurface",
296
+ "arity": 0,
297
+ "parameterCount": 4,
298
+ "declaringClrType": "Microsoft.EntityFrameworkCore.Sqlite.Update.Internal.SqliteUpdateSqlGenerator",
299
+ "declaringAssemblyName": "Microsoft.EntityFrameworkCore.Sqlite",
300
+ "isExtensionMethod": false,
301
+ "parameterModifiers": [
302
+ {
303
+ "index": 3,
304
+ "modifier": "out"
305
+ }
306
+ ]
307
+ },
308
+ {
309
+ "stableId": "Microsoft.EntityFrameworkCore.Sqlite:Microsoft.EntityFrameworkCore.Sqlite.Update.Internal.SqliteUpdateSqlGenerator::AppendDeleteOperation(System.Text.StringBuilder,Microsoft.EntityFrameworkCore.Update.IReadOnlyModificationCommand,System.Int32,System.Boolean\u0026):Microsoft.EntityFrameworkCore.Update.ResultSetMapping",
310
+ "clrName": "AppendDeleteOperation",
311
+ "tsEmitName": "appendDeleteOperation",
312
+ "metadataToken": 100663788,
313
+ "canonicalSignature": "(System.Text.StringBuilder,Microsoft.EntityFrameworkCore.Update.IReadOnlyModificationCommand,System.Int32,System.Boolean\u0026):Microsoft.EntityFrameworkCore.Update.ResultSetMapping",
314
+ "normalizedSignature": "AppendDeleteOperation|(System.Text.StringBuilder,Microsoft.EntityFrameworkCore.Update.IReadOnlyModificationCommand,System.Int32,System.Boolean\u0026):Microsoft.EntityFrameworkCore.Update.ResultSetMapping|static=false",
315
+ "emitScope": "ClassSurface",
316
+ "arity": 0,
317
+ "parameterCount": 4,
318
+ "declaringClrType": "Microsoft.EntityFrameworkCore.Sqlite.Update.Internal.SqliteUpdateSqlGenerator",
319
+ "declaringAssemblyName": "Microsoft.EntityFrameworkCore.Sqlite",
320
+ "isExtensionMethod": false,
321
+ "parameterModifiers": [
322
+ {
323
+ "index": 3,
324
+ "modifier": "out"
325
+ }
326
+ ]
327
+ },
328
+ {
329
+ "stableId": "Microsoft.EntityFrameworkCore.Sqlite:Microsoft.EntityFrameworkCore.Sqlite.Update.Internal.SqliteUpdateSqlGenerator::GenerateNextSequenceValueOperation(System.String,System.String):System.String",
330
+ "clrName": "GenerateNextSequenceValueOperation",
331
+ "tsEmitName": "generateNextSequenceValueOperation",
332
+ "metadataToken": 100663792,
333
+ "canonicalSignature": "(System.String,System.String):System.String",
334
+ "normalizedSignature": "GenerateNextSequenceValueOperation|(System.String,System.String):System.String|static=false",
335
+ "emitScope": "ClassSurface",
336
+ "arity": 0,
337
+ "parameterCount": 2,
338
+ "declaringClrType": "Microsoft.EntityFrameworkCore.Sqlite.Update.Internal.SqliteUpdateSqlGenerator",
339
+ "declaringAssemblyName": "Microsoft.EntityFrameworkCore.Sqlite",
340
+ "isExtensionMethod": false
341
+ }
342
+ ],
343
+ "properties": [],
344
+ "fields": [],
345
+ "events": [],
346
+ "constructors": [
347
+ {
348
+ "stableId": "Microsoft.EntityFrameworkCore.Sqlite:Microsoft.EntityFrameworkCore.Sqlite.Update.Internal.SqliteUpdateSqlGenerator::.ctor(Microsoft.EntityFrameworkCore.Update.UpdateSqlGeneratorDependencies):void",
349
+ "metadataToken": 100663785,
350
+ "canonicalSignature": "(Microsoft.EntityFrameworkCore.Update.UpdateSqlGeneratorDependencies):void",
351
+ "normalizedSignature": "constructor|(Microsoft.EntityFrameworkCore.Update.UpdateSqlGeneratorDependencies):void|static=false",
352
+ "isStatic": false,
353
+ "parameterCount": 1,
354
+ "declaringClrType": "Microsoft.EntityFrameworkCore.Sqlite.Update.Internal.SqliteUpdateSqlGenerator",
355
+ "declaringAssemblyName": "Microsoft.EntityFrameworkCore.Sqlite"
356
+ }
357
+ ],
358
+ "exposedMethods": [
359
+ {
360
+ "tsName": "appendInsertOperation",
361
+ "isStatic": false,
362
+ "tsSignatureId": "AppendInsertOperation|(System.Text.StringBuilder,Microsoft.EntityFrameworkCore.Update.IReadOnlyModificationCommand,System.Int32,System.Boolean\u0026):Microsoft.EntityFrameworkCore.Update.ResultSetMapping|static=false",
363
+ "target": {
364
+ "declaringClrType": "Microsoft.EntityFrameworkCore.Sqlite.Update.Internal.SqliteUpdateSqlGenerator",
365
+ "declaringAssemblyName": "Microsoft.EntityFrameworkCore.Sqlite",
366
+ "metadataToken": 100663786
367
+ }
368
+ },
369
+ {
370
+ "tsName": "appendUpdateOperation",
371
+ "isStatic": false,
372
+ "tsSignatureId": "AppendUpdateOperation|(System.Text.StringBuilder,Microsoft.EntityFrameworkCore.Update.IReadOnlyModificationCommand,System.Int32,System.Boolean\u0026):Microsoft.EntityFrameworkCore.Update.ResultSetMapping|static=false",
373
+ "target": {
374
+ "declaringClrType": "Microsoft.EntityFrameworkCore.Sqlite.Update.Internal.SqliteUpdateSqlGenerator",
375
+ "declaringAssemblyName": "Microsoft.EntityFrameworkCore.Sqlite",
376
+ "metadataToken": 100663787
377
+ }
378
+ },
379
+ {
380
+ "tsName": "appendDeleteOperation",
381
+ "isStatic": false,
382
+ "tsSignatureId": "AppendDeleteOperation|(System.Text.StringBuilder,Microsoft.EntityFrameworkCore.Update.IReadOnlyModificationCommand,System.Int32,System.Boolean\u0026):Microsoft.EntityFrameworkCore.Update.ResultSetMapping|static=false",
383
+ "target": {
384
+ "declaringClrType": "Microsoft.EntityFrameworkCore.Sqlite.Update.Internal.SqliteUpdateSqlGenerator",
385
+ "declaringAssemblyName": "Microsoft.EntityFrameworkCore.Sqlite",
386
+ "metadataToken": 100663788
387
+ }
388
+ },
389
+ {
390
+ "tsName": "generateNextSequenceValueOperation",
391
+ "isStatic": false,
392
+ "tsSignatureId": "GenerateNextSequenceValueOperation|(System.String,System.String):System.String|static=false",
393
+ "target": {
394
+ "declaringClrType": "Microsoft.EntityFrameworkCore.Sqlite.Update.Internal.SqliteUpdateSqlGenerator",
395
+ "declaringAssemblyName": "Microsoft.EntityFrameworkCore.Sqlite",
396
+ "metadataToken": 100663792
397
+ }
398
+ }
399
+ ],
400
+ "exposedConstructors": [
401
+ {
402
+ "isStatic": false,
403
+ "tsSignatureId": "constructor|(Microsoft.EntityFrameworkCore.Update.UpdateSqlGeneratorDependencies):void|static=false",
404
+ "target": {
405
+ "declaringClrType": "Microsoft.EntityFrameworkCore.Sqlite.Update.Internal.SqliteUpdateSqlGenerator",
406
+ "declaringAssemblyName": "Microsoft.EntityFrameworkCore.Sqlite",
407
+ "metadataToken": 100663785
408
+ }
409
+ }
410
+ ]
411
+ }
412
+ ]
413
+ }
@@ -0,0 +1,80 @@
1
+ // Generated by tsbindgen - Architecture
2
+ // Namespace: Microsoft.EntityFrameworkCore.Sqlite.Update.Internal
3
+ // Assembly: Microsoft.EntityFrameworkCore.Sqlite
4
+
5
+ // Primitive type aliases from @tsonic/core
6
+ import type { sbyte, byte, short, ushort, int, uint, long, ulong, int128, uint128, half, float, double, decimal, nint, nuint, char } from '@tsonic/core/types.js';
7
+
8
+ // Import support types from @tsonic/core
9
+ import type { ptr } from "@tsonic/core/types.js";
10
+
11
+ // Import types from other namespaces
12
+ import * as System_Internal from "@tsonic/dotnet/System.js";
13
+ import type { Boolean as ClrBoolean, Int32, Object as ClrObject, String as ClrString } from "@tsonic/dotnet/System.js";
14
+ import type { StringBuilder } from "@tsonic/dotnet/System.Text.js";
15
+ import * as Microsoft_EntityFrameworkCore_Update_Internal from "@tsonic/efcore/Microsoft.EntityFrameworkCore.Update.js";
16
+ import type { IModificationCommand, IModificationCommandBatchFactory, IModificationCommandFactory, INonTrackedModificationCommand, IReadOnlyModificationCommand, IUpdateSqlGenerator, ModificationCommand, ModificationCommandBatch, ModificationCommandBatchFactoryDependencies, ModificationCommandParameters, NonTrackedModificationCommandParameters, ResultSetMapping, UpdateAndSelectSqlGenerator, UpdateSqlGeneratorDependencies } from "@tsonic/efcore/Microsoft.EntityFrameworkCore.Update.js";
17
+
18
+ export interface SqliteLegacyUpdateSqlGenerator$instance {
19
+ }
20
+
21
+
22
+ export const SqliteLegacyUpdateSqlGenerator: {
23
+ new(): SqliteLegacyUpdateSqlGenerator;
24
+ };
25
+
26
+
27
+ export type SqliteLegacyUpdateSqlGenerator = SqliteLegacyUpdateSqlGenerator$instance;
28
+
29
+ export interface SqliteModificationCommand$instance extends ModificationCommand {
30
+ }
31
+
32
+
33
+ export const SqliteModificationCommand: {
34
+ new(modificationCommandParameters: ModificationCommandParameters): SqliteModificationCommand;
35
+ new(modificationCommandParameters: NonTrackedModificationCommandParameters): SqliteModificationCommand;
36
+ };
37
+
38
+
39
+ export type SqliteModificationCommand = SqliteModificationCommand$instance;
40
+
41
+ export interface SqliteModificationCommandBatchFactory$instance {
42
+ create(): ModificationCommandBatch;
43
+ }
44
+
45
+
46
+ export const SqliteModificationCommandBatchFactory: {
47
+ new(dependencies: ModificationCommandBatchFactoryDependencies): SqliteModificationCommandBatchFactory;
48
+ };
49
+
50
+
51
+ export type SqliteModificationCommandBatchFactory = SqliteModificationCommandBatchFactory$instance;
52
+
53
+ export interface SqliteModificationCommandFactory$instance {
54
+ createModificationCommand(modificationCommandParameters: ModificationCommandParameters): IModificationCommand;
55
+ createNonTrackedModificationCommand(modificationCommandParameters: NonTrackedModificationCommandParameters): INonTrackedModificationCommand;
56
+ }
57
+
58
+
59
+ export const SqliteModificationCommandFactory: {
60
+ new(): SqliteModificationCommandFactory;
61
+ };
62
+
63
+
64
+ export type SqliteModificationCommandFactory = SqliteModificationCommandFactory$instance;
65
+
66
+ export interface SqliteUpdateSqlGenerator$instance extends UpdateAndSelectSqlGenerator {
67
+ appendDeleteOperation(commandStringBuilder: StringBuilder, command: IReadOnlyModificationCommand, commandPosition: int, requiresTransaction: boolean): ResultSetMapping;
68
+ appendInsertOperation(commandStringBuilder: StringBuilder, command: IReadOnlyModificationCommand, commandPosition: int, requiresTransaction: boolean): ResultSetMapping;
69
+ appendUpdateOperation(commandStringBuilder: StringBuilder, command: IReadOnlyModificationCommand, commandPosition: int, requiresTransaction: boolean): ResultSetMapping;
70
+ generateNextSequenceValueOperation(name: string, schema: string): string;
71
+ }
72
+
73
+
74
+ export const SqliteUpdateSqlGenerator: {
75
+ new(dependencies: UpdateSqlGeneratorDependencies): SqliteUpdateSqlGenerator;
76
+ };
77
+
78
+
79
+ export type SqliteUpdateSqlGenerator = SqliteUpdateSqlGenerator$instance;
80
+