@breautek/storm 5.0.0 → 5.0.1-beta.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/.eslintrc.js +6 -4
- package/CHANGELOG.md +20 -23
- package/docs/README.md +6 -5
- package/docs/classes/Application.md +26 -26
- package/docs/classes/BackendAuthenticationMiddleware.md +2 -2
- package/docs/classes/CORSMiddleware.md +6 -6
- package/docs/classes/ConfigLoader.md +1 -1
- package/docs/classes/Database.md +12 -12
- package/docs/classes/DatabaseCastObject.md +3 -3
- package/docs/classes/DatabaseConnection.md +19 -19
- package/docs/classes/DatabaseQueryError.md +12 -10
- package/docs/classes/DeadLockError.md +10 -10
- package/docs/classes/DiskSpaceError.md +10 -10
- package/docs/classes/DropTemporaryTableQuery.md +8 -8
- package/docs/classes/DumpStream.md +1 -1
- package/docs/classes/DuplicateEntryError.md +10 -10
- package/docs/classes/EntityNotFoundError.md +10 -10
- package/docs/classes/ExpiredTokenError.md +10 -10
- package/docs/classes/Handler.md +13 -13
- package/docs/classes/InternalError.md +10 -10
- package/docs/classes/InvalidCredentialsError.md +10 -10
- package/docs/classes/InvalidValueError.md +10 -10
- package/docs/classes/LineString.md +4 -4
- package/docs/classes/LockWaitTimeoutError.md +349 -0
- package/docs/classes/ManagedDatabaseConnection.md +19 -19
- package/docs/classes/Middleware.md +3 -3
- package/docs/classes/MissingConfigError.md +10 -10
- package/docs/classes/MissingParameterError.md +10 -10
- package/docs/classes/MySQLConnection.md +20 -20
- package/docs/classes/MySQLDatabase.md +13 -13
- package/docs/classes/NotImplementedError.md +10 -10
- package/docs/classes/Point.md +4 -4
- package/docs/classes/Polygon.md +4 -4
- package/docs/classes/Query.md +8 -8
- package/docs/classes/RawError.md +10 -10
- package/docs/classes/RawQuery.md +8 -8
- package/docs/classes/Request.md +18 -18
- package/docs/classes/Response.md +11 -11
- package/docs/classes/ResponseData.md +7 -7
- package/docs/classes/ServiceProvider.md +15 -15
- package/docs/classes/ServiceResponse.md +5 -5
- package/docs/classes/SetSessionVariableQuery.md +8 -8
- package/docs/classes/StormError.md +10 -10
- package/docs/classes/TemporaryTableQuery.md +8 -8
- package/docs/classes/Token.md +2 -2
- package/docs/classes/TokenManager.md +4 -4
- package/docs/classes/Transaction.md +6 -6
- package/docs/classes/UnauthorizedAccessError.md +10 -10
- package/docs/enums/ErrorCode.md +9 -9
- package/docs/enums/ExitCode.md +2 -2
- package/docs/enums/HTTPMethod.md +4 -4
- package/docs/enums/IsolationLevel.md +4 -4
- package/docs/enums/JWTError.md +2 -2
- package/docs/enums/StatusCode.md +48 -48
- package/docs/interfaces/IConfig.md +8 -8
- package/docs/interfaces/IDatabaseConfig.md +6 -6
- package/docs/interfaces/IDatabaseConnection.md +14 -14
- package/docs/interfaces/IErrorResponse.md +5 -5
- package/docs/interfaces/IFormData.md +2 -2
- package/docs/interfaces/IHandler.md +1 -1
- package/docs/interfaces/IInsertQueryResult.md +3 -3
- package/docs/interfaces/IJWTVerifyOptions.md +1 -1
- package/docs/interfaces/IQueryable.md +5 -5
- package/docs/interfaces/IRequestResponse.md +2 -2
- package/docs/interfaces/ISetSessionVariableQueryInput.md +2 -2
- package/docs/interfaces/ITemporaryTableQueryInput.md +2 -2
- package/docs/interfaces/IUpdateQueryResult.md +2 -2
- package/lib/LockWaitTimeoutError.d.ts +6 -0
- package/lib/LockWaitTimeoutError.js +26 -0
- package/lib/LockWaitTimeoutError.js.map +1 -0
- package/lib/MySQLConnection.js +7 -0
- package/lib/MySQLConnection.js.map +1 -1
- package/lib/Transaction.js +6 -0
- package/lib/Transaction.js.map +1 -1
- package/lib/api.d.ts +1 -0
- package/lib/api.js +4 -2
- package/lib/api.js.map +1 -1
- package/package.json +1 -2
- package/src/LockWaitTimeoutError.ts +22 -0
- package/src/MySQLConnection.ts +7 -0
- package/src/Transaction.ts +6 -0
- package/src/api.ts +1 -0
|
@@ -53,7 +53,7 @@
|
|
|
53
53
|
|
|
54
54
|
#### Defined in
|
|
55
55
|
|
|
56
|
-
[src/MissingParameterError.ts:22](https://github.com/breautek/storm/blob/
|
|
56
|
+
[src/MissingParameterError.ts:22](https://github.com/breautek/storm/blob/d45307d/src/MissingParameterError.ts#L22)
|
|
57
57
|
|
|
58
58
|
## Properties
|
|
59
59
|
|
|
@@ -162,7 +162,7 @@ node_modules/@types/node/globals.d.ts:13
|
|
|
162
162
|
|
|
163
163
|
#### Defined in
|
|
164
164
|
|
|
165
|
-
[src/MissingParameterError.ts:30](https://github.com/breautek/storm/blob/
|
|
165
|
+
[src/MissingParameterError.ts:30](https://github.com/breautek/storm/blob/d45307d/src/MissingParameterError.ts#L30)
|
|
166
166
|
|
|
167
167
|
___
|
|
168
168
|
|
|
@@ -180,7 +180,7 @@ ___
|
|
|
180
180
|
|
|
181
181
|
#### Defined in
|
|
182
182
|
|
|
183
|
-
[src/StormError.ts:76](https://github.com/breautek/storm/blob/
|
|
183
|
+
[src/StormError.ts:76](https://github.com/breautek/storm/blob/d45307d/src/StormError.ts#L76)
|
|
184
184
|
|
|
185
185
|
___
|
|
186
186
|
|
|
@@ -198,7 +198,7 @@ ___
|
|
|
198
198
|
|
|
199
199
|
#### Defined in
|
|
200
200
|
|
|
201
|
-
[src/StormError.ts:97](https://github.com/breautek/storm/blob/
|
|
201
|
+
[src/StormError.ts:97](https://github.com/breautek/storm/blob/d45307d/src/StormError.ts#L97)
|
|
202
202
|
|
|
203
203
|
___
|
|
204
204
|
|
|
@@ -216,7 +216,7 @@ ___
|
|
|
216
216
|
|
|
217
217
|
#### Defined in
|
|
218
218
|
|
|
219
|
-
[src/MissingParameterError.ts:34](https://github.com/breautek/storm/blob/
|
|
219
|
+
[src/MissingParameterError.ts:34](https://github.com/breautek/storm/blob/d45307d/src/MissingParameterError.ts#L34)
|
|
220
220
|
|
|
221
221
|
___
|
|
222
222
|
|
|
@@ -234,7 +234,7 @@ ___
|
|
|
234
234
|
|
|
235
235
|
#### Defined in
|
|
236
236
|
|
|
237
|
-
[src/MissingParameterError.ts:38](https://github.com/breautek/storm/blob/
|
|
237
|
+
[src/MissingParameterError.ts:38](https://github.com/breautek/storm/blob/d45307d/src/MissingParameterError.ts#L38)
|
|
238
238
|
|
|
239
239
|
___
|
|
240
240
|
|
|
@@ -252,7 +252,7 @@ ___
|
|
|
252
252
|
|
|
253
253
|
#### Defined in
|
|
254
254
|
|
|
255
|
-
[src/MissingParameterError.ts:42](https://github.com/breautek/storm/blob/
|
|
255
|
+
[src/MissingParameterError.ts:42](https://github.com/breautek/storm/blob/d45307d/src/MissingParameterError.ts#L42)
|
|
256
256
|
|
|
257
257
|
___
|
|
258
258
|
|
|
@@ -270,7 +270,7 @@ ___
|
|
|
270
270
|
|
|
271
271
|
#### Defined in
|
|
272
272
|
|
|
273
|
-
[src/MissingParameterError.ts:26](https://github.com/breautek/storm/blob/
|
|
273
|
+
[src/MissingParameterError.ts:26](https://github.com/breautek/storm/blob/d45307d/src/MissingParameterError.ts#L26)
|
|
274
274
|
|
|
275
275
|
___
|
|
276
276
|
|
|
@@ -291,7 +291,7 @@ They are kept secret from the client.
|
|
|
291
291
|
|
|
292
292
|
#### Defined in
|
|
293
293
|
|
|
294
|
-
[src/StormError.ts:68](https://github.com/breautek/storm/blob/
|
|
294
|
+
[src/StormError.ts:68](https://github.com/breautek/storm/blob/d45307d/src/StormError.ts#L68)
|
|
295
295
|
|
|
296
296
|
___
|
|
297
297
|
|
|
@@ -311,7 +311,7 @@ Sends details to the client.
|
|
|
311
311
|
|
|
312
312
|
#### Defined in
|
|
313
313
|
|
|
314
|
-
[src/StormError.ts:60](https://github.com/breautek/storm/blob/
|
|
314
|
+
[src/StormError.ts:60](https://github.com/breautek/storm/blob/d45307d/src/StormError.ts#L60)
|
|
315
315
|
|
|
316
316
|
___
|
|
317
317
|
|
|
@@ -64,7 +64,7 @@ Do not call `new Database` directly. Use `Database.getConnection` to create a `D
|
|
|
64
64
|
|
|
65
65
|
#### Defined in
|
|
66
66
|
|
|
67
|
-
[src/MySQLConnection.ts:
|
|
67
|
+
[src/MySQLConnection.ts:59](https://github.com/breautek/storm/blob/d45307d/src/MySQLConnection.ts#L59)
|
|
68
68
|
|
|
69
69
|
## Methods
|
|
70
70
|
|
|
@@ -95,7 +95,7 @@ Promise<void>
|
|
|
95
95
|
|
|
96
96
|
#### Defined in
|
|
97
97
|
|
|
98
|
-
[src/MySQLConnection.ts:
|
|
98
|
+
[src/MySQLConnection.ts:224](https://github.com/breautek/storm/blob/d45307d/src/MySQLConnection.ts#L224)
|
|
99
99
|
|
|
100
100
|
___
|
|
101
101
|
|
|
@@ -126,7 +126,7 @@ Promise
|
|
|
126
126
|
|
|
127
127
|
#### Defined in
|
|
128
128
|
|
|
129
|
-
[src/MySQLConnection.ts:
|
|
129
|
+
[src/MySQLConnection.ts:87](https://github.com/breautek/storm/blob/d45307d/src/MySQLConnection.ts#L87)
|
|
130
130
|
|
|
131
131
|
___
|
|
132
132
|
|
|
@@ -157,7 +157,7 @@ but returns a `Readable` stream instead.
|
|
|
157
157
|
|
|
158
158
|
#### Defined in
|
|
159
159
|
|
|
160
|
-
[src/MySQLConnection.ts:
|
|
160
|
+
[src/MySQLConnection.ts:145](https://github.com/breautek/storm/blob/d45307d/src/MySQLConnection.ts#L145)
|
|
161
161
|
|
|
162
162
|
___
|
|
163
163
|
|
|
@@ -189,7 +189,7 @@ Promise<void>
|
|
|
189
189
|
|
|
190
190
|
#### Defined in
|
|
191
191
|
|
|
192
|
-
[src/DatabaseConnection.ts:169](https://github.com/breautek/storm/blob/
|
|
192
|
+
[src/DatabaseConnection.ts:169](https://github.com/breautek/storm/blob/d45307d/src/DatabaseConnection.ts#L169)
|
|
193
193
|
|
|
194
194
|
___
|
|
195
195
|
|
|
@@ -215,7 +215,7 @@ Promise<void>
|
|
|
215
215
|
|
|
216
216
|
#### Defined in
|
|
217
217
|
|
|
218
|
-
[src/MySQLConnection.ts:
|
|
218
|
+
[src/MySQLConnection.ts:208](https://github.com/breautek/storm/blob/d45307d/src/MySQLConnection.ts#L208)
|
|
219
219
|
|
|
220
220
|
___
|
|
221
221
|
|
|
@@ -247,7 +247,7 @@ Promise<void>
|
|
|
247
247
|
|
|
248
248
|
#### Defined in
|
|
249
249
|
|
|
250
|
-
[src/MySQLConnection.ts:
|
|
250
|
+
[src/MySQLConnection.ts:188](https://github.com/breautek/storm/blob/d45307d/src/MySQLConnection.ts#L188)
|
|
251
251
|
|
|
252
252
|
___
|
|
253
253
|
|
|
@@ -269,7 +269,7 @@ any
|
|
|
269
269
|
|
|
270
270
|
#### Defined in
|
|
271
271
|
|
|
272
|
-
[src/DatabaseConnection.ts:91](https://github.com/breautek/storm/blob/
|
|
272
|
+
[src/DatabaseConnection.ts:91](https://github.com/breautek/storm/blob/d45307d/src/DatabaseConnection.ts#L91)
|
|
273
273
|
|
|
274
274
|
___
|
|
275
275
|
|
|
@@ -292,7 +292,7 @@ string - A stacktrace
|
|
|
292
292
|
|
|
293
293
|
#### Defined in
|
|
294
294
|
|
|
295
|
-
[src/DatabaseConnection.ts:73](https://github.com/breautek/storm/blob/
|
|
295
|
+
[src/DatabaseConnection.ts:73](https://github.com/breautek/storm/blob/d45307d/src/DatabaseConnection.ts#L73)
|
|
296
296
|
|
|
297
297
|
___
|
|
298
298
|
|
|
@@ -314,7 +314,7 @@ number in milliseconds
|
|
|
314
314
|
|
|
315
315
|
#### Defined in
|
|
316
316
|
|
|
317
|
-
[src/DatabaseConnection.ts:121](https://github.com/breautek/storm/blob/
|
|
317
|
+
[src/DatabaseConnection.ts:121](https://github.com/breautek/storm/blob/d45307d/src/DatabaseConnection.ts#L121)
|
|
318
318
|
|
|
319
319
|
___
|
|
320
320
|
|
|
@@ -334,7 +334,7 @@ Returns true if the connection has been closed.
|
|
|
334
334
|
|
|
335
335
|
#### Defined in
|
|
336
336
|
|
|
337
|
-
[src/DatabaseConnection.ts:182](https://github.com/breautek/storm/blob/
|
|
337
|
+
[src/DatabaseConnection.ts:182](https://github.com/breautek/storm/blob/d45307d/src/DatabaseConnection.ts#L182)
|
|
338
338
|
|
|
339
339
|
___
|
|
340
340
|
|
|
@@ -348,7 +348,7 @@ ___
|
|
|
348
348
|
|
|
349
349
|
#### Defined in
|
|
350
350
|
|
|
351
|
-
[src/MySQLConnection.ts:
|
|
351
|
+
[src/MySQLConnection.ts:82](https://github.com/breautek/storm/blob/d45307d/src/MySQLConnection.ts#L82)
|
|
352
352
|
|
|
353
353
|
___
|
|
354
354
|
|
|
@@ -371,7 +371,7 @@ boolean
|
|
|
371
371
|
|
|
372
372
|
#### Defined in
|
|
373
373
|
|
|
374
|
-
[src/DatabaseConnection.ts:100](https://github.com/breautek/storm/blob/
|
|
374
|
+
[src/DatabaseConnection.ts:100](https://github.com/breautek/storm/blob/d45307d/src/DatabaseConnection.ts#L100)
|
|
375
375
|
|
|
376
376
|
___
|
|
377
377
|
|
|
@@ -395,7 +395,7 @@ boolean
|
|
|
395
395
|
|
|
396
396
|
#### Defined in
|
|
397
397
|
|
|
398
|
-
[src/MySQLConnection.ts:
|
|
398
|
+
[src/MySQLConnection.ts:78](https://github.com/breautek/storm/blob/d45307d/src/MySQLConnection.ts#L78)
|
|
399
399
|
|
|
400
400
|
___
|
|
401
401
|
|
|
@@ -431,7 +431,7 @@ Promise<TQueryResult>
|
|
|
431
431
|
|
|
432
432
|
#### Defined in
|
|
433
433
|
|
|
434
|
-
[src/DatabaseConnection.ts:132](https://github.com/breautek/storm/blob/
|
|
434
|
+
[src/DatabaseConnection.ts:132](https://github.com/breautek/storm/blob/d45307d/src/DatabaseConnection.ts#L132)
|
|
435
435
|
|
|
436
436
|
___
|
|
437
437
|
|
|
@@ -457,7 +457,7 @@ Promise<void>
|
|
|
457
457
|
|
|
458
458
|
#### Defined in
|
|
459
459
|
|
|
460
|
-
[src/MySQLConnection.ts:
|
|
460
|
+
[src/MySQLConnection.ts:192](https://github.com/breautek/storm/blob/d45307d/src/MySQLConnection.ts#L192)
|
|
461
461
|
|
|
462
462
|
___
|
|
463
463
|
|
|
@@ -481,7 +481,7 @@ ___
|
|
|
481
481
|
|
|
482
482
|
#### Defined in
|
|
483
483
|
|
|
484
|
-
[src/DatabaseConnection.ts:64](https://github.com/breautek/storm/blob/
|
|
484
|
+
[src/DatabaseConnection.ts:64](https://github.com/breautek/storm/blob/d45307d/src/DatabaseConnection.ts#L64)
|
|
485
485
|
|
|
486
486
|
___
|
|
487
487
|
|
|
@@ -507,7 +507,7 @@ Sets the timeout of this connectino
|
|
|
507
507
|
|
|
508
508
|
#### Defined in
|
|
509
509
|
|
|
510
|
-
[src/DatabaseConnection.ts:109](https://github.com/breautek/storm/blob/
|
|
510
|
+
[src/DatabaseConnection.ts:109](https://github.com/breautek/storm/blob/d45307d/src/DatabaseConnection.ts#L109)
|
|
511
511
|
|
|
512
512
|
___
|
|
513
513
|
|
|
@@ -539,7 +539,7 @@ Promise<void>
|
|
|
539
539
|
|
|
540
540
|
#### Defined in
|
|
541
541
|
|
|
542
|
-
[src/MySQLConnection.ts:
|
|
542
|
+
[src/MySQLConnection.ts:164](https://github.com/breautek/storm/blob/d45307d/src/MySQLConnection.ts#L164)
|
|
543
543
|
|
|
544
544
|
___
|
|
545
545
|
|
|
@@ -566,4 +566,4 @@ Readable
|
|
|
566
566
|
|
|
567
567
|
#### Defined in
|
|
568
568
|
|
|
569
|
-
[src/DatabaseConnection.ts:152](https://github.com/breautek/storm/blob/
|
|
569
|
+
[src/DatabaseConnection.ts:152](https://github.com/breautek/storm/blob/d45307d/src/DatabaseConnection.ts#L152)
|
|
@@ -41,7 +41,7 @@
|
|
|
41
41
|
|
|
42
42
|
#### Defined in
|
|
43
43
|
|
|
44
|
-
[src/MySQLDatabase.ts:27](https://github.com/breautek/storm/blob/
|
|
44
|
+
[src/MySQLDatabase.ts:27](https://github.com/breautek/storm/blob/d45307d/src/MySQLDatabase.ts#L27)
|
|
45
45
|
|
|
46
46
|
## Methods
|
|
47
47
|
|
|
@@ -66,7 +66,7 @@
|
|
|
66
66
|
|
|
67
67
|
#### Defined in
|
|
68
68
|
|
|
69
|
-
[src/MySQLDatabase.ts:49](https://github.com/breautek/storm/blob/
|
|
69
|
+
[src/MySQLDatabase.ts:49](https://github.com/breautek/storm/blob/d45307d/src/MySQLDatabase.ts#L49)
|
|
70
70
|
|
|
71
71
|
___
|
|
72
72
|
|
|
@@ -84,7 +84,7 @@ ___
|
|
|
84
84
|
|
|
85
85
|
#### Defined in
|
|
86
86
|
|
|
87
|
-
[src/MySQLDatabase.ts:59](https://github.com/breautek/storm/blob/
|
|
87
|
+
[src/MySQLDatabase.ts:59](https://github.com/breautek/storm/blob/d45307d/src/MySQLDatabase.ts#L59)
|
|
88
88
|
|
|
89
89
|
___
|
|
90
90
|
|
|
@@ -109,7 +109,7 @@ ___
|
|
|
109
109
|
|
|
110
110
|
#### Defined in
|
|
111
111
|
|
|
112
|
-
[src/MySQLDatabase.ts:72](https://github.com/breautek/storm/blob/
|
|
112
|
+
[src/MySQLDatabase.ts:72](https://github.com/breautek/storm/blob/d45307d/src/MySQLDatabase.ts#L72)
|
|
113
113
|
|
|
114
114
|
___
|
|
115
115
|
|
|
@@ -133,7 +133,7 @@ ___
|
|
|
133
133
|
|
|
134
134
|
#### Defined in
|
|
135
135
|
|
|
136
|
-
[src/MySQLDatabase.ts:54](https://github.com/breautek/storm/blob/
|
|
136
|
+
[src/MySQLDatabase.ts:54](https://github.com/breautek/storm/blob/d45307d/src/MySQLDatabase.ts#L54)
|
|
137
137
|
|
|
138
138
|
___
|
|
139
139
|
|
|
@@ -157,7 +157,7 @@ ___
|
|
|
157
157
|
|
|
158
158
|
#### Defined in
|
|
159
159
|
|
|
160
|
-
[src/Database.ts:31](https://github.com/breautek/storm/blob/
|
|
160
|
+
[src/Database.ts:31](https://github.com/breautek/storm/blob/d45307d/src/Database.ts#L31)
|
|
161
161
|
|
|
162
162
|
___
|
|
163
163
|
|
|
@@ -182,7 +182,7 @@ ___
|
|
|
182
182
|
|
|
183
183
|
#### Defined in
|
|
184
184
|
|
|
185
|
-
[src/Database.ts:45](https://github.com/breautek/storm/blob/
|
|
185
|
+
[src/Database.ts:45](https://github.com/breautek/storm/blob/d45307d/src/Database.ts#L45)
|
|
186
186
|
|
|
187
187
|
___
|
|
188
188
|
|
|
@@ -200,7 +200,7 @@ ___
|
|
|
200
200
|
|
|
201
201
|
#### Defined in
|
|
202
202
|
|
|
203
|
-
[src/Database.ts:77](https://github.com/breautek/storm/blob/
|
|
203
|
+
[src/Database.ts:77](https://github.com/breautek/storm/blob/d45307d/src/Database.ts#L77)
|
|
204
204
|
|
|
205
205
|
___
|
|
206
206
|
|
|
@@ -224,7 +224,7 @@ ___
|
|
|
224
224
|
|
|
225
225
|
#### Defined in
|
|
226
226
|
|
|
227
|
-
[src/MySQLDatabase.ts:40](https://github.com/breautek/storm/blob/
|
|
227
|
+
[src/MySQLDatabase.ts:40](https://github.com/breautek/storm/blob/d45307d/src/MySQLDatabase.ts#L40)
|
|
228
228
|
|
|
229
229
|
___
|
|
230
230
|
|
|
@@ -249,7 +249,7 @@ ___
|
|
|
249
249
|
|
|
250
250
|
#### Defined in
|
|
251
251
|
|
|
252
|
-
[src/Database.ts:64](https://github.com/breautek/storm/blob/
|
|
252
|
+
[src/Database.ts:64](https://github.com/breautek/storm/blob/d45307d/src/Database.ts#L64)
|
|
253
253
|
|
|
254
254
|
___
|
|
255
255
|
|
|
@@ -267,7 +267,7 @@ ___
|
|
|
267
267
|
|
|
268
268
|
#### Defined in
|
|
269
269
|
|
|
270
|
-
[src/Database.ts:40](https://github.com/breautek/storm/blob/
|
|
270
|
+
[src/Database.ts:40](https://github.com/breautek/storm/blob/d45307d/src/Database.ts#L40)
|
|
271
271
|
|
|
272
272
|
___
|
|
273
273
|
|
|
@@ -291,7 +291,7 @@ ___
|
|
|
291
291
|
|
|
292
292
|
#### Defined in
|
|
293
293
|
|
|
294
|
-
[src/Database.ts:54](https://github.com/breautek/storm/blob/
|
|
294
|
+
[src/Database.ts:54](https://github.com/breautek/storm/blob/d45307d/src/Database.ts#L54)
|
|
295
295
|
|
|
296
296
|
___
|
|
297
297
|
|
|
@@ -311,4 +311,4 @@ ___
|
|
|
311
311
|
|
|
312
312
|
#### Defined in
|
|
313
313
|
|
|
314
|
-
[src/MySQLDatabase.ts:45](https://github.com/breautek/storm/blob/
|
|
314
|
+
[src/MySQLDatabase.ts:45](https://github.com/breautek/storm/blob/d45307d/src/MySQLDatabase.ts#L45)
|
|
@@ -53,7 +53,7 @@
|
|
|
53
53
|
|
|
54
54
|
#### Defined in
|
|
55
55
|
|
|
56
|
-
[src/NotImplementedError.ts:27](https://github.com/breautek/storm/blob/
|
|
56
|
+
[src/NotImplementedError.ts:27](https://github.com/breautek/storm/blob/d45307d/src/NotImplementedError.ts#L27)
|
|
57
57
|
|
|
58
58
|
## Properties
|
|
59
59
|
|
|
@@ -162,7 +162,7 @@ node_modules/@types/node/globals.d.ts:13
|
|
|
162
162
|
|
|
163
163
|
#### Defined in
|
|
164
164
|
|
|
165
|
-
[src/NotImplementedError.ts:38](https://github.com/breautek/storm/blob/
|
|
165
|
+
[src/NotImplementedError.ts:38](https://github.com/breautek/storm/blob/d45307d/src/NotImplementedError.ts#L38)
|
|
166
166
|
|
|
167
167
|
___
|
|
168
168
|
|
|
@@ -180,7 +180,7 @@ ___
|
|
|
180
180
|
|
|
181
181
|
#### Defined in
|
|
182
182
|
|
|
183
|
-
[src/StormError.ts:76](https://github.com/breautek/storm/blob/
|
|
183
|
+
[src/StormError.ts:76](https://github.com/breautek/storm/blob/d45307d/src/StormError.ts#L76)
|
|
184
184
|
|
|
185
185
|
___
|
|
186
186
|
|
|
@@ -198,7 +198,7 @@ ___
|
|
|
198
198
|
|
|
199
199
|
#### Defined in
|
|
200
200
|
|
|
201
|
-
[src/StormError.ts:97](https://github.com/breautek/storm/blob/
|
|
201
|
+
[src/StormError.ts:97](https://github.com/breautek/storm/blob/d45307d/src/StormError.ts#L97)
|
|
202
202
|
|
|
203
203
|
___
|
|
204
204
|
|
|
@@ -216,7 +216,7 @@ ___
|
|
|
216
216
|
|
|
217
217
|
#### Defined in
|
|
218
218
|
|
|
219
|
-
[src/NotImplementedError.ts:42](https://github.com/breautek/storm/blob/
|
|
219
|
+
[src/NotImplementedError.ts:42](https://github.com/breautek/storm/blob/d45307d/src/NotImplementedError.ts#L42)
|
|
220
220
|
|
|
221
221
|
___
|
|
222
222
|
|
|
@@ -234,7 +234,7 @@ ___
|
|
|
234
234
|
|
|
235
235
|
#### Defined in
|
|
236
236
|
|
|
237
|
-
[src/NotImplementedError.ts:46](https://github.com/breautek/storm/blob/
|
|
237
|
+
[src/NotImplementedError.ts:46](https://github.com/breautek/storm/blob/d45307d/src/NotImplementedError.ts#L46)
|
|
238
238
|
|
|
239
239
|
___
|
|
240
240
|
|
|
@@ -252,7 +252,7 @@ ___
|
|
|
252
252
|
|
|
253
253
|
#### Defined in
|
|
254
254
|
|
|
255
|
-
[src/NotImplementedError.ts:50](https://github.com/breautek/storm/blob/
|
|
255
|
+
[src/NotImplementedError.ts:50](https://github.com/breautek/storm/blob/d45307d/src/NotImplementedError.ts#L50)
|
|
256
256
|
|
|
257
257
|
___
|
|
258
258
|
|
|
@@ -270,7 +270,7 @@ ___
|
|
|
270
270
|
|
|
271
271
|
#### Defined in
|
|
272
272
|
|
|
273
|
-
[src/NotImplementedError.ts:33](https://github.com/breautek/storm/blob/
|
|
273
|
+
[src/NotImplementedError.ts:33](https://github.com/breautek/storm/blob/d45307d/src/NotImplementedError.ts#L33)
|
|
274
274
|
|
|
275
275
|
___
|
|
276
276
|
|
|
@@ -291,7 +291,7 @@ They are kept secret from the client.
|
|
|
291
291
|
|
|
292
292
|
#### Defined in
|
|
293
293
|
|
|
294
|
-
[src/StormError.ts:68](https://github.com/breautek/storm/blob/
|
|
294
|
+
[src/StormError.ts:68](https://github.com/breautek/storm/blob/d45307d/src/StormError.ts#L68)
|
|
295
295
|
|
|
296
296
|
___
|
|
297
297
|
|
|
@@ -311,7 +311,7 @@ Sends details to the client.
|
|
|
311
311
|
|
|
312
312
|
#### Defined in
|
|
313
313
|
|
|
314
|
-
[src/StormError.ts:60](https://github.com/breautek/storm/blob/
|
|
314
|
+
[src/StormError.ts:60](https://github.com/breautek/storm/blob/d45307d/src/StormError.ts#L60)
|
|
315
315
|
|
|
316
316
|
___
|
|
317
317
|
|
package/docs/classes/Point.md
CHANGED
|
@@ -39,7 +39,7 @@
|
|
|
39
39
|
|
|
40
40
|
#### Defined in
|
|
41
41
|
|
|
42
|
-
[src/Point.ts:23](https://github.com/breautek/storm/blob/
|
|
42
|
+
[src/Point.ts:23](https://github.com/breautek/storm/blob/d45307d/src/Point.ts#L23)
|
|
43
43
|
|
|
44
44
|
## Methods
|
|
45
45
|
|
|
@@ -57,7 +57,7 @@
|
|
|
57
57
|
|
|
58
58
|
#### Defined in
|
|
59
59
|
|
|
60
|
-
[src/Point.ts:30](https://github.com/breautek/storm/blob/
|
|
60
|
+
[src/Point.ts:30](https://github.com/breautek/storm/blob/d45307d/src/Point.ts#L30)
|
|
61
61
|
|
|
62
62
|
___
|
|
63
63
|
|
|
@@ -81,7 +81,7 @@ ___
|
|
|
81
81
|
|
|
82
82
|
#### Defined in
|
|
83
83
|
|
|
84
|
-
[src/DatabaseCastObject.ts:24](https://github.com/breautek/storm/blob/
|
|
84
|
+
[src/DatabaseCastObject.ts:24](https://github.com/breautek/storm/blob/d45307d/src/DatabaseCastObject.ts#L24)
|
|
85
85
|
|
|
86
86
|
___
|
|
87
87
|
|
|
@@ -99,4 +99,4 @@ ___
|
|
|
99
99
|
|
|
100
100
|
#### Defined in
|
|
101
101
|
|
|
102
|
-
[src/DatabaseCastObject.ts:20](https://github.com/breautek/storm/blob/
|
|
102
|
+
[src/DatabaseCastObject.ts:20](https://github.com/breautek/storm/blob/d45307d/src/DatabaseCastObject.ts#L20)
|
package/docs/classes/Polygon.md
CHANGED
|
@@ -38,7 +38,7 @@
|
|
|
38
38
|
|
|
39
39
|
#### Defined in
|
|
40
40
|
|
|
41
|
-
[src/Polygon.ts:23](https://github.com/breautek/storm/blob/
|
|
41
|
+
[src/Polygon.ts:23](https://github.com/breautek/storm/blob/d45307d/src/Polygon.ts#L23)
|
|
42
42
|
|
|
43
43
|
## Methods
|
|
44
44
|
|
|
@@ -56,7 +56,7 @@
|
|
|
56
56
|
|
|
57
57
|
#### Defined in
|
|
58
58
|
|
|
59
|
-
[src/Polygon.ts:29](https://github.com/breautek/storm/blob/
|
|
59
|
+
[src/Polygon.ts:29](https://github.com/breautek/storm/blob/d45307d/src/Polygon.ts#L29)
|
|
60
60
|
|
|
61
61
|
___
|
|
62
62
|
|
|
@@ -80,7 +80,7 @@ ___
|
|
|
80
80
|
|
|
81
81
|
#### Defined in
|
|
82
82
|
|
|
83
|
-
[src/DatabaseCastObject.ts:24](https://github.com/breautek/storm/blob/
|
|
83
|
+
[src/DatabaseCastObject.ts:24](https://github.com/breautek/storm/blob/d45307d/src/DatabaseCastObject.ts#L24)
|
|
84
84
|
|
|
85
85
|
___
|
|
86
86
|
|
|
@@ -98,4 +98,4 @@ ___
|
|
|
98
98
|
|
|
99
99
|
#### Defined in
|
|
100
100
|
|
|
101
|
-
[src/DatabaseCastObject.ts:20](https://github.com/breautek/storm/blob/
|
|
101
|
+
[src/DatabaseCastObject.ts:20](https://github.com/breautek/storm/blob/d45307d/src/DatabaseCastObject.ts#L20)
|
package/docs/classes/Query.md
CHANGED
|
@@ -64,7 +64,7 @@
|
|
|
64
64
|
|
|
65
65
|
#### Defined in
|
|
66
66
|
|
|
67
|
-
[src/Query.ts:23](https://github.com/breautek/storm/blob/
|
|
67
|
+
[src/Query.ts:23](https://github.com/breautek/storm/blob/d45307d/src/Query.ts#L23)
|
|
68
68
|
|
|
69
69
|
## Methods
|
|
70
70
|
|
|
@@ -84,7 +84,7 @@
|
|
|
84
84
|
|
|
85
85
|
#### Defined in
|
|
86
86
|
|
|
87
|
-
[src/Query.ts:43](https://github.com/breautek/storm/blob/
|
|
87
|
+
[src/Query.ts:43](https://github.com/breautek/storm/blob/d45307d/src/Query.ts#L43)
|
|
88
88
|
|
|
89
89
|
___
|
|
90
90
|
|
|
@@ -108,7 +108,7 @@ ___
|
|
|
108
108
|
|
|
109
109
|
#### Defined in
|
|
110
110
|
|
|
111
|
-
[src/Query.ts:71](https://github.com/breautek/storm/blob/
|
|
111
|
+
[src/Query.ts:71](https://github.com/breautek/storm/blob/d45307d/src/Query.ts#L71)
|
|
112
112
|
|
|
113
113
|
___
|
|
114
114
|
|
|
@@ -124,7 +124,7 @@ parameters that was passed into the constructor.
|
|
|
124
124
|
|
|
125
125
|
#### Defined in
|
|
126
126
|
|
|
127
|
-
[src/Query.ts:30](https://github.com/breautek/storm/blob/
|
|
127
|
+
[src/Query.ts:30](https://github.com/breautek/storm/blob/d45307d/src/Query.ts#L30)
|
|
128
128
|
|
|
129
129
|
___
|
|
130
130
|
|
|
@@ -146,7 +146,7 @@ parameters that will be used when this query is ran.
|
|
|
146
146
|
|
|
147
147
|
#### Defined in
|
|
148
148
|
|
|
149
|
-
[src/Query.ts:39](https://github.com/breautek/storm/blob/
|
|
149
|
+
[src/Query.ts:39](https://github.com/breautek/storm/blob/d45307d/src/Query.ts#L39)
|
|
150
150
|
|
|
151
151
|
___
|
|
152
152
|
|
|
@@ -170,7 +170,7 @@ ___
|
|
|
170
170
|
|
|
171
171
|
#### Defined in
|
|
172
172
|
|
|
173
|
-
[src/Query.ts:45](https://github.com/breautek/storm/blob/
|
|
173
|
+
[src/Query.ts:45](https://github.com/breautek/storm/blob/d45307d/src/Query.ts#L45)
|
|
174
174
|
|
|
175
175
|
___
|
|
176
176
|
|
|
@@ -197,7 +197,7 @@ Override to augment/manipulate the returned result set.
|
|
|
197
197
|
|
|
198
198
|
#### Defined in
|
|
199
199
|
|
|
200
|
-
[src/Query.ts:66](https://github.com/breautek/storm/blob/
|
|
200
|
+
[src/Query.ts:66](https://github.com/breautek/storm/blob/d45307d/src/Query.ts#L66)
|
|
201
201
|
|
|
202
202
|
___
|
|
203
203
|
|
|
@@ -224,4 +224,4 @@ Can be used to set session variables or create temporary tables, etc.
|
|
|
224
224
|
|
|
225
225
|
#### Defined in
|
|
226
226
|
|
|
227
|
-
[src/Query.ts:56](https://github.com/breautek/storm/blob/
|
|
227
|
+
[src/Query.ts:56](https://github.com/breautek/storm/blob/d45307d/src/Query.ts#L56)
|
package/docs/classes/RawError.md
CHANGED
|
@@ -58,7 +58,7 @@ tag name.
|
|
|
58
58
|
|
|
59
59
|
#### Defined in
|
|
60
60
|
|
|
61
|
-
[src/RawError.ts:25](https://github.com/breautek/storm/blob/
|
|
61
|
+
[src/RawError.ts:25](https://github.com/breautek/storm/blob/d45307d/src/RawError.ts#L25)
|
|
62
62
|
|
|
63
63
|
## Properties
|
|
64
64
|
|
|
@@ -167,7 +167,7 @@ node_modules/@types/node/globals.d.ts:13
|
|
|
167
167
|
|
|
168
168
|
#### Defined in
|
|
169
169
|
|
|
170
|
-
[src/RawError.ts:32](https://github.com/breautek/storm/blob/
|
|
170
|
+
[src/RawError.ts:32](https://github.com/breautek/storm/blob/d45307d/src/RawError.ts#L32)
|
|
171
171
|
|
|
172
172
|
___
|
|
173
173
|
|
|
@@ -185,7 +185,7 @@ ___
|
|
|
185
185
|
|
|
186
186
|
#### Defined in
|
|
187
187
|
|
|
188
|
-
[src/StormError.ts:76](https://github.com/breautek/storm/blob/
|
|
188
|
+
[src/StormError.ts:76](https://github.com/breautek/storm/blob/d45307d/src/StormError.ts#L76)
|
|
189
189
|
|
|
190
190
|
___
|
|
191
191
|
|
|
@@ -203,7 +203,7 @@ ___
|
|
|
203
203
|
|
|
204
204
|
#### Defined in
|
|
205
205
|
|
|
206
|
-
[src/StormError.ts:97](https://github.com/breautek/storm/blob/
|
|
206
|
+
[src/StormError.ts:97](https://github.com/breautek/storm/blob/d45307d/src/StormError.ts#L97)
|
|
207
207
|
|
|
208
208
|
___
|
|
209
209
|
|
|
@@ -221,7 +221,7 @@ ___
|
|
|
221
221
|
|
|
222
222
|
#### Defined in
|
|
223
223
|
|
|
224
|
-
[src/StormError.ts:72](https://github.com/breautek/storm/blob/
|
|
224
|
+
[src/StormError.ts:72](https://github.com/breautek/storm/blob/d45307d/src/StormError.ts#L72)
|
|
225
225
|
|
|
226
226
|
___
|
|
227
227
|
|
|
@@ -239,7 +239,7 @@ ___
|
|
|
239
239
|
|
|
240
240
|
#### Defined in
|
|
241
241
|
|
|
242
|
-
[src/StormError.ts:89](https://github.com/breautek/storm/blob/
|
|
242
|
+
[src/StormError.ts:89](https://github.com/breautek/storm/blob/d45307d/src/StormError.ts#L89)
|
|
243
243
|
|
|
244
244
|
___
|
|
245
245
|
|
|
@@ -257,7 +257,7 @@ ___
|
|
|
257
257
|
|
|
258
258
|
#### Defined in
|
|
259
259
|
|
|
260
|
-
[src/StormError.ts:93](https://github.com/breautek/storm/blob/
|
|
260
|
+
[src/StormError.ts:93](https://github.com/breautek/storm/blob/d45307d/src/StormError.ts#L93)
|
|
261
261
|
|
|
262
262
|
___
|
|
263
263
|
|
|
@@ -275,7 +275,7 @@ ___
|
|
|
275
275
|
|
|
276
276
|
#### Defined in
|
|
277
277
|
|
|
278
|
-
[src/RawError.ts:36](https://github.com/breautek/storm/blob/
|
|
278
|
+
[src/RawError.ts:36](https://github.com/breautek/storm/blob/d45307d/src/RawError.ts#L36)
|
|
279
279
|
|
|
280
280
|
___
|
|
281
281
|
|
|
@@ -301,7 +301,7 @@ They are kept secret from the client.
|
|
|
301
301
|
|
|
302
302
|
#### Defined in
|
|
303
303
|
|
|
304
|
-
[src/StormError.ts:68](https://github.com/breautek/storm/blob/
|
|
304
|
+
[src/StormError.ts:68](https://github.com/breautek/storm/blob/d45307d/src/StormError.ts#L68)
|
|
305
305
|
|
|
306
306
|
___
|
|
307
307
|
|
|
@@ -321,7 +321,7 @@ Sends details to the client.
|
|
|
321
321
|
|
|
322
322
|
#### Defined in
|
|
323
323
|
|
|
324
|
-
[src/StormError.ts:60](https://github.com/breautek/storm/blob/
|
|
324
|
+
[src/StormError.ts:60](https://github.com/breautek/storm/blob/d45307d/src/StormError.ts#L60)
|
|
325
325
|
|
|
326
326
|
___
|
|
327
327
|
|