@tsonic/efcore-sqlite 0.1.0 → 10.0.1
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 +1757 -3354
- package/Microsoft.Data.Sqlite/internal/index.d.ts +264 -264
- package/Microsoft.DotNet.PlatformAbstractions/bindings.json +45 -72
- package/Microsoft.DotNet.PlatformAbstractions/internal/index.d.ts +6 -6
- package/Microsoft.EntityFrameworkCore/bindings.json +497 -803
- package/Microsoft.EntityFrameworkCore/internal/index.d.ts +69 -69
- package/Microsoft.EntityFrameworkCore.Diagnostics/bindings.json +53 -260
- package/Microsoft.EntityFrameworkCore.Diagnostics/internal/index.d.ts +22 -22
- package/Microsoft.EntityFrameworkCore.Infrastructure/bindings.json +31 -38
- package/Microsoft.EntityFrameworkCore.Infrastructure/internal/index.d.ts +2 -2
- package/Microsoft.EntityFrameworkCore.Metadata/bindings.json +15 -37
- package/Microsoft.EntityFrameworkCore.Metadata/internal/index.d.ts +2 -2
- package/Microsoft.EntityFrameworkCore.Metadata.Conventions/bindings.json +65 -121
- package/Microsoft.EntityFrameworkCore.Metadata.Conventions/internal/index.d.ts +5 -5
- package/Microsoft.EntityFrameworkCore.Migrations/bindings.json +29 -40
- package/Microsoft.EntityFrameworkCore.Migrations/internal/index.d.ts +2 -2
- package/Microsoft.EntityFrameworkCore.Sqlite.Design.Internal/bindings.json +51 -97
- package/Microsoft.EntityFrameworkCore.Sqlite.Design.Internal/internal/index.d.ts +5 -5
- package/Microsoft.EntityFrameworkCore.Sqlite.Diagnostics.Internal/bindings.json +55 -284
- package/Microsoft.EntityFrameworkCore.Sqlite.Diagnostics.Internal/internal/index.d.ts +22 -22
- package/Microsoft.EntityFrameworkCore.Sqlite.Infrastructure.Internal/bindings.json +43 -85
- package/Microsoft.EntityFrameworkCore.Sqlite.Infrastructure.Internal/internal/index.d.ts +5 -5
- package/Microsoft.EntityFrameworkCore.Sqlite.Internal/bindings.json +319 -564
- package/Microsoft.EntityFrameworkCore.Sqlite.Internal/internal/index.d.ts +50 -50
- package/Microsoft.EntityFrameworkCore.Sqlite.Metadata.Internal/bindings.json +37 -139
- package/Microsoft.EntityFrameworkCore.Sqlite.Metadata.Internal/internal/index.d.ts +11 -11
- package/Microsoft.EntityFrameworkCore.Sqlite.Migrations.Internal/bindings.json +73 -142
- package/Microsoft.EntityFrameworkCore.Sqlite.Migrations.Internal/internal/index.d.ts +10 -10
- package/Microsoft.EntityFrameworkCore.Sqlite.Query.Internal/bindings.json +578 -1209
- package/Microsoft.EntityFrameworkCore.Sqlite.Query.Internal/internal/index.d.ts +62 -62
- package/Microsoft.EntityFrameworkCore.Sqlite.Scaffolding.Internal/bindings.json +33 -61
- package/Microsoft.EntityFrameworkCore.Sqlite.Scaffolding.Internal/internal/index.d.ts +3 -3
- package/Microsoft.EntityFrameworkCore.Sqlite.Storage.Internal/bindings.json +223 -458
- package/Microsoft.EntityFrameworkCore.Sqlite.Storage.Internal/internal/index.d.ts +22 -22
- package/Microsoft.EntityFrameworkCore.Sqlite.Storage.Json.Internal/bindings.json +148 -250
- package/Microsoft.EntityFrameworkCore.Sqlite.Storage.Json.Internal/internal/index.d.ts +20 -20
- package/Microsoft.EntityFrameworkCore.Sqlite.Update.Internal/bindings.json +75 -152
- package/Microsoft.EntityFrameworkCore.Sqlite.Update.Internal/internal/index.d.ts +7 -7
- package/Microsoft.Extensions.DependencyInjection/bindings.json +28 -26
- package/Microsoft.Extensions.DependencyInjection/internal/index.d.ts +2 -2
- package/Microsoft.Extensions.DependencyModel/bindings.json +530 -1368
- package/Microsoft.Extensions.DependencyModel/internal/index.d.ts +86 -86
- package/Microsoft.Extensions.DependencyModel.Resolution/bindings.json +109 -228
- package/Microsoft.Extensions.DependencyModel.Resolution/internal/index.d.ts +7 -7
- package/SQLitePCL/bindings.json +9554 -14759
- package/SQLitePCL/internal/index.d.ts +35 -35
- package/System.Collections.Generic/bindings.json +48 -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 -6
- 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
|
@@ -29,41 +29,41 @@ import type { CancellationToken } from "@tsonic/dotnet/System.Threading.js";
|
|
|
29
29
|
import type { Task } from "@tsonic/dotnet/System.Threading.Tasks.js";
|
|
30
30
|
|
|
31
31
|
export enum SqliteCacheMode {
|
|
32
|
-
|
|
33
|
-
|
|
34
|
-
|
|
32
|
+
Default = 0,
|
|
33
|
+
Private = 1,
|
|
34
|
+
Shared = 2
|
|
35
35
|
}
|
|
36
36
|
|
|
37
37
|
|
|
38
38
|
export enum SqliteOpenMode {
|
|
39
|
-
|
|
40
|
-
|
|
41
|
-
|
|
42
|
-
|
|
39
|
+
ReadWriteCreate = 0,
|
|
40
|
+
ReadWrite = 1,
|
|
41
|
+
ReadOnly = 2,
|
|
42
|
+
Memory = 3
|
|
43
43
|
}
|
|
44
44
|
|
|
45
45
|
|
|
46
46
|
export enum SqliteType {
|
|
47
|
-
|
|
48
|
-
|
|
49
|
-
|
|
50
|
-
|
|
47
|
+
Integer = 1,
|
|
48
|
+
Real = 2,
|
|
49
|
+
Text = 3,
|
|
50
|
+
Blob = 4
|
|
51
51
|
}
|
|
52
52
|
|
|
53
53
|
|
|
54
54
|
export interface SqliteBlob$instance extends Stream {
|
|
55
|
-
readonly
|
|
56
|
-
readonly
|
|
57
|
-
readonly
|
|
58
|
-
readonly
|
|
59
|
-
|
|
60
|
-
|
|
61
|
-
|
|
62
|
-
|
|
63
|
-
|
|
64
|
-
|
|
65
|
-
|
|
66
|
-
|
|
55
|
+
readonly CanRead: boolean;
|
|
56
|
+
readonly CanSeek: boolean;
|
|
57
|
+
readonly CanWrite: boolean;
|
|
58
|
+
readonly Length: long;
|
|
59
|
+
Position: long;
|
|
60
|
+
Flush(): void;
|
|
61
|
+
Read(buffer: byte[], offset: int, count: int): int;
|
|
62
|
+
Read(buffer: Span<System_Internal.Byte>): int;
|
|
63
|
+
Seek(offset: long, origin: SeekOrigin): long;
|
|
64
|
+
SetLength(value: long): void;
|
|
65
|
+
Write(buffer: byte[], offset: int, count: int): void;
|
|
66
|
+
Write(buffer: ReadOnlySpan<System_Internal.Byte>): void;
|
|
67
67
|
}
|
|
68
68
|
|
|
69
69
|
|
|
@@ -76,27 +76,27 @@ export const SqliteBlob: {
|
|
|
76
76
|
export type SqliteBlob = SqliteBlob$instance;
|
|
77
77
|
|
|
78
78
|
export interface SqliteCommand$instance extends DbCommand {
|
|
79
|
-
|
|
80
|
-
|
|
81
|
-
|
|
82
|
-
get
|
|
83
|
-
set
|
|
84
|
-
|
|
85
|
-
readonly
|
|
86
|
-
get
|
|
87
|
-
set
|
|
88
|
-
|
|
89
|
-
|
|
90
|
-
|
|
91
|
-
|
|
92
|
-
|
|
93
|
-
|
|
94
|
-
|
|
95
|
-
|
|
96
|
-
|
|
97
|
-
|
|
98
|
-
|
|
99
|
-
|
|
79
|
+
CommandText: string;
|
|
80
|
+
CommandTimeout: int;
|
|
81
|
+
CommandType: CommandType;
|
|
82
|
+
get Connection(): SqliteConnection | undefined;
|
|
83
|
+
set Connection(value: SqliteConnection);
|
|
84
|
+
DesignTimeVisible: boolean;
|
|
85
|
+
readonly Parameters: SqliteParameterCollection;
|
|
86
|
+
get Transaction(): SqliteTransaction | undefined;
|
|
87
|
+
set Transaction(value: SqliteTransaction);
|
|
88
|
+
UpdatedRowSource: UpdateRowSource;
|
|
89
|
+
Cancel(): void;
|
|
90
|
+
CreateParameter(): SqliteParameter;
|
|
91
|
+
ExecuteNonQuery(): int;
|
|
92
|
+
ExecuteReader(): SqliteDataReader;
|
|
93
|
+
ExecuteReader(behavior: CommandBehavior): SqliteDataReader;
|
|
94
|
+
ExecuteReaderAsync(): Task<SqliteDataReader>;
|
|
95
|
+
ExecuteReaderAsync(cancellationToken: CancellationToken): Task<SqliteDataReader>;
|
|
96
|
+
ExecuteReaderAsync(behavior: CommandBehavior): Task<SqliteDataReader>;
|
|
97
|
+
ExecuteReaderAsync(behavior: CommandBehavior, cancellationToken: CancellationToken): Task<SqliteDataReader>;
|
|
98
|
+
ExecuteScalar(): unknown | undefined;
|
|
99
|
+
Prepare(): void;
|
|
100
100
|
}
|
|
101
101
|
|
|
102
102
|
|
|
@@ -111,144 +111,144 @@ export const SqliteCommand: {
|
|
|
111
111
|
export type SqliteCommand = SqliteCommand$instance;
|
|
112
112
|
|
|
113
113
|
export interface SqliteConnection$instance extends DbConnection {
|
|
114
|
-
|
|
115
|
-
readonly
|
|
116
|
-
readonly
|
|
117
|
-
|
|
118
|
-
readonly
|
|
119
|
-
readonly
|
|
120
|
-
readonly
|
|
121
|
-
|
|
122
|
-
|
|
123
|
-
|
|
124
|
-
|
|
125
|
-
|
|
126
|
-
|
|
127
|
-
|
|
128
|
-
|
|
129
|
-
|
|
130
|
-
|
|
131
|
-
|
|
132
|
-
|
|
133
|
-
|
|
134
|
-
|
|
135
|
-
|
|
136
|
-
|
|
137
|
-
|
|
138
|
-
|
|
139
|
-
|
|
140
|
-
|
|
141
|
-
|
|
142
|
-
|
|
143
|
-
|
|
144
|
-
|
|
145
|
-
|
|
146
|
-
|
|
147
|
-
|
|
148
|
-
|
|
149
|
-
|
|
150
|
-
|
|
151
|
-
|
|
152
|
-
|
|
153
|
-
|
|
154
|
-
|
|
155
|
-
|
|
156
|
-
|
|
157
|
-
|
|
158
|
-
|
|
159
|
-
|
|
160
|
-
|
|
161
|
-
|
|
162
|
-
|
|
163
|
-
|
|
164
|
-
|
|
165
|
-
|
|
166
|
-
|
|
167
|
-
|
|
168
|
-
|
|
169
|
-
|
|
170
|
-
|
|
171
|
-
|
|
172
|
-
|
|
173
|
-
|
|
174
|
-
|
|
175
|
-
|
|
176
|
-
|
|
177
|
-
|
|
178
|
-
|
|
179
|
-
|
|
180
|
-
|
|
181
|
-
|
|
182
|
-
|
|
183
|
-
|
|
184
|
-
|
|
185
|
-
|
|
186
|
-
|
|
187
|
-
|
|
188
|
-
|
|
189
|
-
|
|
190
|
-
|
|
191
|
-
|
|
192
|
-
|
|
193
|
-
|
|
194
|
-
|
|
195
|
-
|
|
196
|
-
|
|
197
|
-
|
|
198
|
-
|
|
199
|
-
|
|
200
|
-
|
|
201
|
-
|
|
202
|
-
|
|
203
|
-
|
|
204
|
-
|
|
205
|
-
|
|
206
|
-
|
|
207
|
-
|
|
208
|
-
|
|
209
|
-
|
|
210
|
-
|
|
211
|
-
|
|
212
|
-
|
|
213
|
-
|
|
214
|
-
|
|
215
|
-
|
|
216
|
-
|
|
217
|
-
|
|
218
|
-
|
|
114
|
+
ConnectionString: string;
|
|
115
|
+
readonly Database: string;
|
|
116
|
+
readonly DataSource: string;
|
|
117
|
+
DefaultTimeout: int;
|
|
118
|
+
readonly Handle: sqlite3 | undefined;
|
|
119
|
+
readonly ServerVersion: string;
|
|
120
|
+
readonly State: ConnectionState;
|
|
121
|
+
BackupDatabase(destination: SqliteConnection): void;
|
|
122
|
+
BackupDatabase(destination: SqliteConnection, destinationName: string, sourceName: string): void;
|
|
123
|
+
BeginTransaction(): SqliteTransaction;
|
|
124
|
+
BeginTransaction(deferred: boolean): SqliteTransaction;
|
|
125
|
+
BeginTransaction(isolationLevel: IsolationLevel): SqliteTransaction;
|
|
126
|
+
BeginTransaction(isolationLevel: IsolationLevel, deferred: boolean): SqliteTransaction;
|
|
127
|
+
ChangeDatabase(databaseName: string): void;
|
|
128
|
+
Close(): void;
|
|
129
|
+
CreateAggregate<TAccumulate>(name: string, func: Func<TAccumulate, TAccumulate>, isDeterministic?: boolean): void;
|
|
130
|
+
CreateAggregate<T1, TAccumulate>(name: string, func: Func<TAccumulate, T1, TAccumulate>, isDeterministic?: boolean): void;
|
|
131
|
+
CreateAggregate<T1, T2, TAccumulate>(name: string, func: Func<TAccumulate, T1, T2, TAccumulate>, isDeterministic?: boolean): void;
|
|
132
|
+
CreateAggregate<T1, T2, T3, TAccumulate>(name: string, func: Func<TAccumulate, T1, T2, T3, TAccumulate>, isDeterministic?: boolean): void;
|
|
133
|
+
CreateAggregate<T1, T2, T3, T4, TAccumulate>(name: string, func: Func<TAccumulate, T1, T2, T3, T4, TAccumulate>, isDeterministic?: boolean): void;
|
|
134
|
+
CreateAggregate<T1, T2, T3, T4, T5, TAccumulate>(name: string, func: Func<TAccumulate, T1, T2, T3, T4, T5, TAccumulate>, isDeterministic?: boolean): void;
|
|
135
|
+
CreateAggregate<T1, T2, T3, T4, T5, T6, TAccumulate>(name: string, func: Func<TAccumulate, T1, T2, T3, T4, T5, T6, TAccumulate>, isDeterministic?: boolean): void;
|
|
136
|
+
CreateAggregate<T1, T2, T3, T4, T5, T6, T7, TAccumulate>(name: string, func: Func<TAccumulate, T1, T2, T3, T4, T5, T6, T7, TAccumulate>, isDeterministic?: boolean): void;
|
|
137
|
+
CreateAggregate<T1, T2, T3, T4, T5, T6, T7, T8, TAccumulate>(name: string, func: Func<TAccumulate, T1, T2, T3, T4, T5, T6, T7, T8, TAccumulate>, isDeterministic?: boolean): void;
|
|
138
|
+
CreateAggregate<T1, T2, T3, T4, T5, T6, T7, T8, T9, TAccumulate>(name: string, func: Func<TAccumulate, T1, T2, T3, T4, T5, T6, T7, T8, T9, TAccumulate>, isDeterministic?: boolean): void;
|
|
139
|
+
CreateAggregate<T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, TAccumulate>(name: string, func: Func<TAccumulate, T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, TAccumulate>, isDeterministic?: boolean): void;
|
|
140
|
+
CreateAggregate<T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, TAccumulate>(name: string, func: Func<TAccumulate, T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, TAccumulate>, isDeterministic?: boolean): void;
|
|
141
|
+
CreateAggregate<T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, TAccumulate>(name: string, func: Func<TAccumulate, T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, TAccumulate>, isDeterministic?: boolean): void;
|
|
142
|
+
CreateAggregate<T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13, TAccumulate>(name: string, func: Func<TAccumulate, T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13, TAccumulate>, isDeterministic?: boolean): void;
|
|
143
|
+
CreateAggregate<T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13, T14, TAccumulate>(name: string, func: Func<TAccumulate, T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13, T14, TAccumulate>, isDeterministic?: boolean): void;
|
|
144
|
+
CreateAggregate<T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13, T14, T15, TAccumulate>(name: string, func: Func<TAccumulate, T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13, T14, T15, TAccumulate>, isDeterministic?: boolean): void;
|
|
145
|
+
CreateAggregate<TAccumulate>(name: string, seed: TAccumulate, func: Func<TAccumulate, TAccumulate>, isDeterministic?: boolean): void;
|
|
146
|
+
CreateAggregate<T1, TAccumulate>(name: string, seed: TAccumulate, func: Func<TAccumulate, T1, TAccumulate>, isDeterministic?: boolean): void;
|
|
147
|
+
CreateAggregate<T1, T2, TAccumulate>(name: string, seed: TAccumulate, func: Func<TAccumulate, T1, T2, TAccumulate>, isDeterministic?: boolean): void;
|
|
148
|
+
CreateAggregate<T1, T2, T3, TAccumulate>(name: string, seed: TAccumulate, func: Func<TAccumulate, T1, T2, T3, TAccumulate>, isDeterministic?: boolean): void;
|
|
149
|
+
CreateAggregate<T1, T2, T3, T4, TAccumulate>(name: string, seed: TAccumulate, func: Func<TAccumulate, T1, T2, T3, T4, TAccumulate>, isDeterministic?: boolean): void;
|
|
150
|
+
CreateAggregate<T1, T2, T3, T4, T5, TAccumulate>(name: string, seed: TAccumulate, func: Func<TAccumulate, T1, T2, T3, T4, T5, TAccumulate>, isDeterministic?: boolean): void;
|
|
151
|
+
CreateAggregate<T1, T2, T3, T4, T5, T6, TAccumulate>(name: string, seed: TAccumulate, func: Func<TAccumulate, T1, T2, T3, T4, T5, T6, TAccumulate>, isDeterministic?: boolean): void;
|
|
152
|
+
CreateAggregate<T1, T2, T3, T4, T5, T6, T7, TAccumulate>(name: string, seed: TAccumulate, func: Func<TAccumulate, T1, T2, T3, T4, T5, T6, T7, TAccumulate>, isDeterministic?: boolean): void;
|
|
153
|
+
CreateAggregate<T1, T2, T3, T4, T5, T6, T7, T8, TAccumulate>(name: string, seed: TAccumulate, func: Func<TAccumulate, T1, T2, T3, T4, T5, T6, T7, T8, TAccumulate>, isDeterministic?: boolean): void;
|
|
154
|
+
CreateAggregate<T1, T2, T3, T4, T5, T6, T7, T8, T9, TAccumulate>(name: string, seed: TAccumulate, func: Func<TAccumulate, T1, T2, T3, T4, T5, T6, T7, T8, T9, TAccumulate>, isDeterministic?: boolean): void;
|
|
155
|
+
CreateAggregate<T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, TAccumulate>(name: string, seed: TAccumulate, func: Func<TAccumulate, T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, TAccumulate>, isDeterministic?: boolean): void;
|
|
156
|
+
CreateAggregate<T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, TAccumulate>(name: string, seed: TAccumulate, func: Func<TAccumulate, T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, TAccumulate>, isDeterministic?: boolean): void;
|
|
157
|
+
CreateAggregate<T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, TAccumulate>(name: string, seed: TAccumulate, func: Func<TAccumulate, T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, TAccumulate>, isDeterministic?: boolean): void;
|
|
158
|
+
CreateAggregate<T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13, TAccumulate>(name: string, seed: TAccumulate, func: Func<TAccumulate, T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13, TAccumulate>, isDeterministic?: boolean): void;
|
|
159
|
+
CreateAggregate<T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13, T14, TAccumulate>(name: string, seed: TAccumulate, func: Func<TAccumulate, T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13, T14, TAccumulate>, isDeterministic?: boolean): void;
|
|
160
|
+
CreateAggregate<T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13, T14, T15, TAccumulate>(name: string, seed: TAccumulate, func: Func<TAccumulate, T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13, T14, T15, TAccumulate>, isDeterministic?: boolean): void;
|
|
161
|
+
CreateAggregate<TAccumulate, TResult>(name: string, seed: TAccumulate, func: Func<TAccumulate, TAccumulate>, resultSelector: Func<TAccumulate, TResult>, isDeterministic?: boolean): void;
|
|
162
|
+
CreateAggregate<T1, TAccumulate, TResult>(name: string, seed: TAccumulate, func: Func<TAccumulate, T1, TAccumulate>, resultSelector: Func<TAccumulate, TResult>, isDeterministic?: boolean): void;
|
|
163
|
+
CreateAggregate<T1, T2, TAccumulate, TResult>(name: string, seed: TAccumulate, func: Func<TAccumulate, T1, T2, TAccumulate>, resultSelector: Func<TAccumulate, TResult>, isDeterministic?: boolean): void;
|
|
164
|
+
CreateAggregate<T1, T2, T3, TAccumulate, TResult>(name: string, seed: TAccumulate, func: Func<TAccumulate, T1, T2, T3, TAccumulate>, resultSelector: Func<TAccumulate, TResult>, isDeterministic?: boolean): void;
|
|
165
|
+
CreateAggregate<T1, T2, T3, T4, TAccumulate, TResult>(name: string, seed: TAccumulate, func: Func<TAccumulate, T1, T2, T3, T4, TAccumulate>, resultSelector: Func<TAccumulate, TResult>, isDeterministic?: boolean): void;
|
|
166
|
+
CreateAggregate<T1, T2, T3, T4, T5, TAccumulate, TResult>(name: string, seed: TAccumulate, func: Func<TAccumulate, T1, T2, T3, T4, T5, TAccumulate>, resultSelector: Func<TAccumulate, TResult>, isDeterministic?: boolean): void;
|
|
167
|
+
CreateAggregate<T1, T2, T3, T4, T5, T6, TAccumulate, TResult>(name: string, seed: TAccumulate, func: Func<TAccumulate, T1, T2, T3, T4, T5, T6, TAccumulate>, resultSelector: Func<TAccumulate, TResult>, isDeterministic?: boolean): void;
|
|
168
|
+
CreateAggregate<T1, T2, T3, T4, T5, T6, T7, TAccumulate, TResult>(name: string, seed: TAccumulate, func: Func<TAccumulate, T1, T2, T3, T4, T5, T6, T7, TAccumulate>, resultSelector: Func<TAccumulate, TResult>, isDeterministic?: boolean): void;
|
|
169
|
+
CreateAggregate<T1, T2, T3, T4, T5, T6, T7, T8, TAccumulate, TResult>(name: string, seed: TAccumulate, func: Func<TAccumulate, T1, T2, T3, T4, T5, T6, T7, T8, TAccumulate>, resultSelector: Func<TAccumulate, TResult>, isDeterministic?: boolean): void;
|
|
170
|
+
CreateAggregate<T1, T2, T3, T4, T5, T6, T7, T8, T9, TAccumulate, TResult>(name: string, seed: TAccumulate, func: Func<TAccumulate, T1, T2, T3, T4, T5, T6, T7, T8, T9, TAccumulate>, resultSelector: Func<TAccumulate, TResult>, isDeterministic?: boolean): void;
|
|
171
|
+
CreateAggregate<T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, TAccumulate, TResult>(name: string, seed: TAccumulate, func: Func<TAccumulate, T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, TAccumulate>, resultSelector: Func<TAccumulate, TResult>, isDeterministic?: boolean): void;
|
|
172
|
+
CreateAggregate<T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, TAccumulate, TResult>(name: string, seed: TAccumulate, func: Func<TAccumulate, T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, TAccumulate>, resultSelector: Func<TAccumulate, TResult>, isDeterministic?: boolean): void;
|
|
173
|
+
CreateAggregate<T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, TAccumulate, TResult>(name: string, seed: TAccumulate, func: Func<TAccumulate, T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, TAccumulate>, resultSelector: Func<TAccumulate, TResult>, isDeterministic?: boolean): void;
|
|
174
|
+
CreateAggregate<T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13, TAccumulate, TResult>(name: string, seed: TAccumulate, func: Func<TAccumulate, T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13, TAccumulate>, resultSelector: Func<TAccumulate, TResult>, isDeterministic?: boolean): void;
|
|
175
|
+
CreateAggregate<T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13, T14, TAccumulate, TResult>(name: string, seed: TAccumulate, func: Func<TAccumulate, T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13, T14, TAccumulate>, resultSelector: Func<TAccumulate, TResult>, isDeterministic?: boolean): void;
|
|
176
|
+
CreateAggregate<T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13, T14, T15, TAccumulate, TResult>(name: string, seed: TAccumulate, func: Func<TAccumulate, T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13, T14, T15, TAccumulate>, resultSelector: Func<TAccumulate, TResult>, isDeterministic?: boolean): void;
|
|
177
|
+
CreateCollation(name: string, comparison: Comparison<System_Internal.String>): void;
|
|
178
|
+
CreateCollation<T>(name: string, state: T, comparison: Func<T, System_Internal.String, System_Internal.String, System_Internal.Int32>): void;
|
|
179
|
+
CreateCommand(): SqliteCommand;
|
|
180
|
+
CreateFunction<TResult>(name: string, function_: Func<TResult>, isDeterministic?: boolean): void;
|
|
181
|
+
CreateFunction<T1, TResult>(name: string, function_: Func<T1, TResult>, isDeterministic?: boolean): void;
|
|
182
|
+
CreateFunction<T1, T2, TResult>(name: string, function_: Func<T1, T2, TResult>, isDeterministic?: boolean): void;
|
|
183
|
+
CreateFunction<T1, T2, T3, TResult>(name: string, function_: Func<T1, T2, T3, TResult>, isDeterministic?: boolean): void;
|
|
184
|
+
CreateFunction<T1, T2, T3, T4, TResult>(name: string, function_: Func<T1, T2, T3, T4, TResult>, isDeterministic?: boolean): void;
|
|
185
|
+
CreateFunction<T1, T2, T3, T4, T5, TResult>(name: string, function_: Func<T1, T2, T3, T4, T5, TResult>, isDeterministic?: boolean): void;
|
|
186
|
+
CreateFunction<T1, T2, T3, T4, T5, T6, TResult>(name: string, function_: Func<T1, T2, T3, T4, T5, T6, TResult>, isDeterministic?: boolean): void;
|
|
187
|
+
CreateFunction<T1, T2, T3, T4, T5, T6, T7, TResult>(name: string, function_: Func<T1, T2, T3, T4, T5, T6, T7, TResult>, isDeterministic?: boolean): void;
|
|
188
|
+
CreateFunction<T1, T2, T3, T4, T5, T6, T7, T8, TResult>(name: string, function_: Func<T1, T2, T3, T4, T5, T6, T7, T8, TResult>, isDeterministic?: boolean): void;
|
|
189
|
+
CreateFunction<T1, T2, T3, T4, T5, T6, T7, T8, T9, TResult>(name: string, function_: Func<T1, T2, T3, T4, T5, T6, T7, T8, T9, TResult>, isDeterministic?: boolean): void;
|
|
190
|
+
CreateFunction<T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, TResult>(name: string, function_: Func<T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, TResult>, isDeterministic?: boolean): void;
|
|
191
|
+
CreateFunction<T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, TResult>(name: string, function_: Func<T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, TResult>, isDeterministic?: boolean): void;
|
|
192
|
+
CreateFunction<T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, TResult>(name: string, function_: Func<T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, TResult>, isDeterministic?: boolean): void;
|
|
193
|
+
CreateFunction<T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13, TResult>(name: string, function_: Func<T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13, TResult>, isDeterministic?: boolean): void;
|
|
194
|
+
CreateFunction<T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13, T14, TResult>(name: string, function_: Func<T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13, T14, TResult>, isDeterministic?: boolean): void;
|
|
195
|
+
CreateFunction<T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13, T14, T15, TResult>(name: string, function_: Func<T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13, T14, T15, TResult>, isDeterministic?: boolean): void;
|
|
196
|
+
CreateFunction<T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13, T14, T15, T16, TResult>(name: string, function_: Func<T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13, T14, T15, T16, TResult>, isDeterministic?: boolean): void;
|
|
197
|
+
CreateFunction<TState, TResult>(name: string, state: TState, function_: Func<TState, TResult>, isDeterministic?: boolean): void;
|
|
198
|
+
CreateFunction<TState, T1, TResult>(name: string, state: TState, function_: Func<TState, T1, TResult>, isDeterministic?: boolean): void;
|
|
199
|
+
CreateFunction<TState, T1, T2, TResult>(name: string, state: TState, function_: Func<TState, T1, T2, TResult>, isDeterministic?: boolean): void;
|
|
200
|
+
CreateFunction<TState, T1, T2, T3, TResult>(name: string, state: TState, function_: Func<TState, T1, T2, T3, TResult>, isDeterministic?: boolean): void;
|
|
201
|
+
CreateFunction<TState, T1, T2, T3, T4, TResult>(name: string, state: TState, function_: Func<TState, T1, T2, T3, T4, TResult>, isDeterministic?: boolean): void;
|
|
202
|
+
CreateFunction<TState, T1, T2, T3, T4, T5, TResult>(name: string, state: TState, function_: Func<TState, T1, T2, T3, T4, T5, TResult>, isDeterministic?: boolean): void;
|
|
203
|
+
CreateFunction<TState, T1, T2, T3, T4, T5, T6, TResult>(name: string, state: TState, function_: Func<TState, T1, T2, T3, T4, T5, T6, TResult>, isDeterministic?: boolean): void;
|
|
204
|
+
CreateFunction<TState, T1, T2, T3, T4, T5, T6, T7, TResult>(name: string, state: TState, function_: Func<TState, T1, T2, T3, T4, T5, T6, T7, TResult>, isDeterministic?: boolean): void;
|
|
205
|
+
CreateFunction<TState, T1, T2, T3, T4, T5, T6, T7, T8, TResult>(name: string, state: TState, function_: Func<TState, T1, T2, T3, T4, T5, T6, T7, T8, TResult>, isDeterministic?: boolean): void;
|
|
206
|
+
CreateFunction<TState, T1, T2, T3, T4, T5, T6, T7, T8, T9, TResult>(name: string, state: TState, function_: Func<TState, T1, T2, T3, T4, T5, T6, T7, T8, T9, TResult>, isDeterministic?: boolean): void;
|
|
207
|
+
CreateFunction<TState, T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, TResult>(name: string, state: TState, function_: Func<TState, T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, TResult>, isDeterministic?: boolean): void;
|
|
208
|
+
CreateFunction<TState, T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, TResult>(name: string, state: TState, function_: Func<TState, T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, TResult>, isDeterministic?: boolean): void;
|
|
209
|
+
CreateFunction<TState, T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, TResult>(name: string, state: TState, function_: Func<TState, T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, TResult>, isDeterministic?: boolean): void;
|
|
210
|
+
CreateFunction<TState, T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13, TResult>(name: string, state: TState, function_: Func<TState, T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13, TResult>, isDeterministic?: boolean): void;
|
|
211
|
+
CreateFunction<TState, T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13, T14, TResult>(name: string, state: TState, function_: Func<TState, T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13, T14, TResult>, isDeterministic?: boolean): void;
|
|
212
|
+
CreateFunction<TState, T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13, T14, T15, TResult>(name: string, state: TState, function_: Func<TState, T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13, T14, T15, TResult>, isDeterministic?: boolean): void;
|
|
213
|
+
EnableExtensions(enable?: boolean): void;
|
|
214
|
+
GetSchema(): DataTable;
|
|
215
|
+
GetSchema(collectionName: string): DataTable;
|
|
216
|
+
GetSchema(collectionName: string, restrictionValues: string[]): DataTable;
|
|
217
|
+
LoadExtension(file: string, proc?: string): void;
|
|
218
|
+
Open(): void;
|
|
219
219
|
}
|
|
220
220
|
|
|
221
221
|
|
|
222
222
|
export const SqliteConnection: {
|
|
223
223
|
new(): SqliteConnection;
|
|
224
224
|
new(connectionString: string): SqliteConnection;
|
|
225
|
-
|
|
226
|
-
|
|
225
|
+
ClearAllPools(): void;
|
|
226
|
+
ClearPool(connection: SqliteConnection): void;
|
|
227
227
|
};
|
|
228
228
|
|
|
229
229
|
|
|
230
230
|
export type SqliteConnection = SqliteConnection$instance;
|
|
231
231
|
|
|
232
232
|
export interface SqliteConnectionStringBuilder$instance extends DbConnectionStringBuilder {
|
|
233
|
-
|
|
234
|
-
|
|
235
|
-
|
|
236
|
-
|
|
237
|
-
get
|
|
238
|
-
set
|
|
239
|
-
readonly
|
|
240
|
-
|
|
241
|
-
|
|
242
|
-
|
|
243
|
-
|
|
244
|
-
readonly
|
|
245
|
-
get
|
|
246
|
-
set
|
|
247
|
-
|
|
248
|
-
|
|
249
|
-
|
|
250
|
-
|
|
251
|
-
|
|
233
|
+
Cache: SqliteCacheMode;
|
|
234
|
+
DataSource: string;
|
|
235
|
+
DefaultTimeout: int;
|
|
236
|
+
ForeignKeys: Nullable<System_Internal.Boolean>;
|
|
237
|
+
get Item(): unknown | undefined;
|
|
238
|
+
set Item(value: unknown);
|
|
239
|
+
readonly Keys: ICollection;
|
|
240
|
+
Mode: SqliteOpenMode;
|
|
241
|
+
Password: string;
|
|
242
|
+
Pooling: boolean;
|
|
243
|
+
RecursiveTriggers: boolean;
|
|
244
|
+
readonly Values: ICollection;
|
|
245
|
+
get Vfs(): string | undefined;
|
|
246
|
+
set Vfs(value: string);
|
|
247
|
+
Clear(): void;
|
|
248
|
+
ContainsKey(keyword: string): boolean;
|
|
249
|
+
Remove(keyword: string): boolean;
|
|
250
|
+
ShouldSerialize(keyword: string): boolean;
|
|
251
|
+
TryGetValue(keyword: string, value: unknown): boolean;
|
|
252
252
|
}
|
|
253
253
|
|
|
254
254
|
|
|
@@ -261,45 +261,45 @@ export const SqliteConnectionStringBuilder: {
|
|
|
261
261
|
export type SqliteConnectionStringBuilder = SqliteConnectionStringBuilder$instance;
|
|
262
262
|
|
|
263
263
|
export interface SqliteDataReader$instance extends DbDataReader {
|
|
264
|
-
readonly
|
|
265
|
-
readonly
|
|
266
|
-
readonly
|
|
267
|
-
readonly
|
|
268
|
-
readonly
|
|
269
|
-
readonly
|
|
270
|
-
|
|
264
|
+
readonly Depth: int;
|
|
265
|
+
readonly FieldCount: int;
|
|
266
|
+
readonly Handle: sqlite3_stmt | undefined;
|
|
267
|
+
readonly HasRows: boolean;
|
|
268
|
+
readonly IsClosed: boolean;
|
|
269
|
+
readonly RecordsAffected: int;
|
|
270
|
+
Close(): void;
|
|
271
271
|
get_Item(name: string): unknown;
|
|
272
272
|
get_Item(ordinal: int): unknown;
|
|
273
|
-
|
|
274
|
-
|
|
275
|
-
|
|
276
|
-
|
|
277
|
-
|
|
278
|
-
|
|
279
|
-
|
|
280
|
-
|
|
281
|
-
|
|
282
|
-
|
|
283
|
-
|
|
284
|
-
|
|
285
|
-
|
|
286
|
-
|
|
287
|
-
|
|
288
|
-
|
|
289
|
-
|
|
290
|
-
|
|
291
|
-
|
|
292
|
-
|
|
293
|
-
|
|
294
|
-
|
|
295
|
-
|
|
296
|
-
|
|
297
|
-
|
|
298
|
-
|
|
299
|
-
|
|
300
|
-
|
|
301
|
-
|
|
302
|
-
|
|
273
|
+
GetBoolean(ordinal: int): boolean;
|
|
274
|
+
GetByte(ordinal: int): byte;
|
|
275
|
+
GetBytes(ordinal: int, dataOffset: long, buffer: byte[], bufferOffset: int, length: int): long;
|
|
276
|
+
GetChar(ordinal: int): char;
|
|
277
|
+
GetChars(ordinal: int, dataOffset: long, buffer: char[], bufferOffset: int, length: int): long;
|
|
278
|
+
GetDataTypeName(ordinal: int): string;
|
|
279
|
+
GetDateTime(ordinal: int): DateTime;
|
|
280
|
+
GetDateTimeOffset(ordinal: int): DateTimeOffset;
|
|
281
|
+
GetDecimal(ordinal: int): decimal;
|
|
282
|
+
GetDouble(ordinal: int): double;
|
|
283
|
+
GetEnumerator(): IEnumerator;
|
|
284
|
+
GetFieldType(ordinal: int): Type;
|
|
285
|
+
GetFieldValue<T>(ordinal: int): T;
|
|
286
|
+
GetFloat(ordinal: int): float;
|
|
287
|
+
GetGuid(ordinal: int): Guid;
|
|
288
|
+
GetInt16(ordinal: int): short;
|
|
289
|
+
GetInt32(ordinal: int): int;
|
|
290
|
+
GetInt64(ordinal: int): long;
|
|
291
|
+
GetName(ordinal: int): string;
|
|
292
|
+
GetOrdinal(name: string): int;
|
|
293
|
+
GetSchemaTable(): DataTable;
|
|
294
|
+
GetStream(ordinal: int): Stream;
|
|
295
|
+
GetString(ordinal: int): string;
|
|
296
|
+
GetTextReader(ordinal: int): TextReader;
|
|
297
|
+
GetTimeSpan(ordinal: int): TimeSpan;
|
|
298
|
+
GetValue(ordinal: int): unknown;
|
|
299
|
+
GetValues(values: unknown[]): int;
|
|
300
|
+
IsDBNull(ordinal: int): boolean;
|
|
301
|
+
NextResult(): boolean;
|
|
302
|
+
Read(): boolean;
|
|
303
303
|
}
|
|
304
304
|
|
|
305
305
|
|
|
@@ -311,92 +311,92 @@ export const SqliteDataReader: {
|
|
|
311
311
|
export type SqliteDataReader = SqliteDataReader$instance;
|
|
312
312
|
|
|
313
313
|
export interface SqliteException$instance extends DbException {
|
|
314
|
-
readonly
|
|
315
|
-
readonly
|
|
314
|
+
readonly SqliteErrorCode: int;
|
|
315
|
+
readonly SqliteExtendedErrorCode: int;
|
|
316
316
|
}
|
|
317
317
|
|
|
318
318
|
|
|
319
319
|
export const SqliteException: {
|
|
320
320
|
new(message: string, errorCode: int): SqliteException;
|
|
321
321
|
new(message: string, errorCode: int, extendedErrorCode: int): SqliteException;
|
|
322
|
-
|
|
322
|
+
ThrowExceptionForRC(rc: int, db: sqlite3): void;
|
|
323
323
|
};
|
|
324
324
|
|
|
325
325
|
|
|
326
326
|
export type SqliteException = SqliteException$instance;
|
|
327
327
|
|
|
328
328
|
export interface SqliteFactory$instance extends DbProviderFactory {
|
|
329
|
-
|
|
330
|
-
|
|
331
|
-
|
|
332
|
-
|
|
329
|
+
CreateCommand(): DbCommand;
|
|
330
|
+
CreateConnection(): DbConnection;
|
|
331
|
+
CreateConnectionStringBuilder(): DbConnectionStringBuilder;
|
|
332
|
+
CreateParameter(): DbParameter;
|
|
333
333
|
}
|
|
334
334
|
|
|
335
335
|
|
|
336
336
|
export const SqliteFactory: {
|
|
337
337
|
new(): SqliteFactory;
|
|
338
|
-
readonly
|
|
338
|
+
readonly Instance: SqliteFactory;
|
|
339
339
|
};
|
|
340
340
|
|
|
341
341
|
|
|
342
342
|
export type SqliteFactory = SqliteFactory$instance;
|
|
343
343
|
|
|
344
344
|
export interface SqliteParameter$instance extends DbParameter {
|
|
345
|
-
|
|
346
|
-
|
|
347
|
-
|
|
348
|
-
|
|
349
|
-
|
|
350
|
-
|
|
351
|
-
|
|
352
|
-
|
|
353
|
-
get
|
|
354
|
-
set
|
|
355
|
-
|
|
356
|
-
|
|
345
|
+
DbType: DbType;
|
|
346
|
+
Direction: ParameterDirection;
|
|
347
|
+
IsNullable: boolean;
|
|
348
|
+
ParameterName: string;
|
|
349
|
+
Size: int;
|
|
350
|
+
SourceColumn: string;
|
|
351
|
+
SourceColumnNullMapping: boolean;
|
|
352
|
+
SqliteType: SqliteType;
|
|
353
|
+
get Value(): unknown | undefined;
|
|
354
|
+
set Value(value: unknown);
|
|
355
|
+
ResetDbType(): void;
|
|
356
|
+
ResetSqliteType(): void;
|
|
357
357
|
}
|
|
358
358
|
|
|
359
359
|
|
|
360
360
|
export const SqliteParameter: {
|
|
361
361
|
new(): SqliteParameter;
|
|
362
362
|
new(name: string, value: unknown): SqliteParameter;
|
|
363
|
-
new(name: string,
|
|
364
|
-
new(name: string,
|
|
365
|
-
new(name: string,
|
|
363
|
+
new(name: string, type: SqliteType): SqliteParameter;
|
|
364
|
+
new(name: string, type: SqliteType, size: int): SqliteParameter;
|
|
365
|
+
new(name: string, type: SqliteType, size: int, sourceColumn: string): SqliteParameter;
|
|
366
366
|
};
|
|
367
367
|
|
|
368
368
|
|
|
369
369
|
export type SqliteParameter = SqliteParameter$instance;
|
|
370
370
|
|
|
371
371
|
export interface SqliteParameterCollection$instance extends DbParameterCollection {
|
|
372
|
-
readonly
|
|
373
|
-
readonly
|
|
374
|
-
|
|
375
|
-
|
|
376
|
-
|
|
377
|
-
|
|
378
|
-
|
|
379
|
-
|
|
380
|
-
|
|
381
|
-
|
|
382
|
-
|
|
383
|
-
|
|
384
|
-
|
|
385
|
-
|
|
386
|
-
|
|
387
|
-
|
|
372
|
+
readonly Count: int;
|
|
373
|
+
readonly SyncRoot: unknown;
|
|
374
|
+
Add(value: unknown): int;
|
|
375
|
+
Add(value: SqliteParameter): SqliteParameter;
|
|
376
|
+
Add(parameterName: string, type: SqliteType): SqliteParameter;
|
|
377
|
+
Add(parameterName: string, type: SqliteType, size: int): SqliteParameter;
|
|
378
|
+
Add(parameterName: string, type: SqliteType, size: int, sourceColumn: string): SqliteParameter;
|
|
379
|
+
AddRange(values: ClrArray): void;
|
|
380
|
+
AddRange(values: IEnumerable__System_Collections_Generic<SqliteParameter>): void;
|
|
381
|
+
AddWithValue(parameterName: string, value: unknown): SqliteParameter;
|
|
382
|
+
Clear(): void;
|
|
383
|
+
Contains(value: unknown): boolean;
|
|
384
|
+
Contains(value: SqliteParameter): boolean;
|
|
385
|
+
Contains(value: string): boolean;
|
|
386
|
+
CopyTo(array: ClrArray, index: int): void;
|
|
387
|
+
CopyTo(array: SqliteParameter[], index: int): void;
|
|
388
388
|
get_Item(index: int): SqliteParameter;
|
|
389
389
|
get_Item(parameterName: string): SqliteParameter;
|
|
390
|
-
|
|
391
|
-
|
|
392
|
-
|
|
393
|
-
|
|
394
|
-
|
|
395
|
-
|
|
396
|
-
|
|
397
|
-
|
|
398
|
-
|
|
399
|
-
|
|
390
|
+
GetEnumerator(): IEnumerator;
|
|
391
|
+
IndexOf(value: unknown): int;
|
|
392
|
+
IndexOf(value: SqliteParameter): int;
|
|
393
|
+
IndexOf(parameterName: string): int;
|
|
394
|
+
Insert(index: int, value: unknown): void;
|
|
395
|
+
Insert(index: int, value: SqliteParameter): void;
|
|
396
|
+
Remove(value: unknown): void;
|
|
397
|
+
Remove(value: SqliteParameter): void;
|
|
398
|
+
RemoveAt(index: int): void;
|
|
399
|
+
RemoveAt(parameterName: string): void;
|
|
400
400
|
set_Item(index: int, value: SqliteParameter): void;
|
|
401
401
|
set_Item(parameterName: string, value: SqliteParameter): void;
|
|
402
402
|
}
|
|
@@ -410,14 +410,14 @@ export const SqliteParameterCollection: {
|
|
|
410
410
|
export type SqliteParameterCollection = SqliteParameterCollection$instance;
|
|
411
411
|
|
|
412
412
|
export interface SqliteTransaction$instance extends DbTransaction {
|
|
413
|
-
readonly
|
|
414
|
-
readonly
|
|
415
|
-
readonly
|
|
416
|
-
|
|
417
|
-
|
|
418
|
-
|
|
419
|
-
|
|
420
|
-
|
|
413
|
+
readonly Connection: SqliteConnection | undefined;
|
|
414
|
+
readonly IsolationLevel: IsolationLevel;
|
|
415
|
+
readonly SupportsSavepoints: boolean;
|
|
416
|
+
Commit(): void;
|
|
417
|
+
Release(savepointName: string): void;
|
|
418
|
+
Rollback(): void;
|
|
419
|
+
Rollback(savepointName: string): void;
|
|
420
|
+
Save(savepointName: string): void;
|
|
421
421
|
}
|
|
422
422
|
|
|
423
423
|
|