@breautek/storm 6.0.1 → 6.0.3
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/CHANGELOG.md +13 -0
- package/docs/assets/search.js +1 -1
- package/docs/classes/Application.html +47 -32
- package/docs/classes/BackendAuthenticationMiddleware.html +3 -3
- package/docs/classes/CORSMiddleware.html +7 -7
- package/docs/classes/ConfigLoader.html +2 -2
- package/docs/classes/Database.html +13 -13
- package/docs/classes/DatabaseCastObject.html +4 -4
- package/docs/classes/DatabaseConnection.html +20 -20
- package/docs/classes/DatabaseQueryError.html +11 -11
- package/docs/classes/DeadLockError.html +11 -11
- package/docs/classes/DiskSpaceError.html +11 -11
- package/docs/classes/DropTemporaryTableQuery.html +9 -9
- package/docs/classes/DuplicateEntryError.html +11 -11
- package/docs/classes/EntityNotFoundError.html +11 -11
- package/docs/classes/ExpiredTokenError.html +11 -11
- package/docs/classes/Handler.html +14 -14
- package/docs/classes/InternalError.html +11 -11
- package/docs/classes/InvalidCredentialsError.html +11 -11
- package/docs/classes/InvalidValueError.html +11 -11
- package/docs/classes/LineString.html +5 -5
- package/docs/classes/LockWaitTimeoutError.html +11 -11
- package/docs/classes/ManagedDatabaseConnection.html +20 -20
- package/docs/classes/Middleware.html +4 -4
- package/docs/classes/MissingConfigError.html +11 -11
- package/docs/classes/MissingParameterError.html +11 -11
- package/docs/classes/MySQLConnection.html +21 -21
- package/docs/classes/MySQLDatabase.html +14 -14
- package/docs/classes/NotImplementedError.html +11 -11
- package/docs/classes/Point.html +5 -5
- package/docs/classes/Polygon.html +5 -5
- package/docs/classes/Query.html +9 -9
- package/docs/classes/RawError.html +11 -11
- package/docs/classes/RawQuery.html +9 -9
- package/docs/classes/Request.html +19 -19
- package/docs/classes/Response.html +12 -12
- package/docs/classes/ResponseData.html +8 -8
- package/docs/classes/ServiceProvider.html +16 -16
- package/docs/classes/ServiceResponse.html +6 -6
- package/docs/classes/SetSessionVariableQuery.html +9 -9
- package/docs/classes/StormError.html +11 -11
- package/docs/classes/TemporaryTableQuery.html +9 -9
- package/docs/classes/Token.html +3 -3
- package/docs/classes/TokenManager.html +5 -5
- package/docs/classes/Transaction.html +7 -7
- package/docs/classes/UnauthorizedAccessError.html +11 -11
- package/docs/enums/ErrorCode.html +10 -10
- package/docs/enums/ExitCode.html +3 -3
- package/docs/enums/HTTPMethod.html +5 -5
- package/docs/enums/IsolationLevel.html +5 -5
- package/docs/enums/JWTError.html +3 -3
- package/docs/enums/StatusCode.html +49 -49
- package/docs/functions/getInstance.html +4 -1
- package/docs/interfaces/IAdditionalErrorDetails.html +1 -1
- package/docs/interfaces/ICloudwatchConfig.html +4 -4
- package/docs/interfaces/ICloudwatchCredentials.html +3 -3
- package/docs/interfaces/ICloudwatchStreamConfig.html +3 -3
- package/docs/interfaces/IConfig.html +9 -9
- package/docs/interfaces/IDatabaseConfig.html +7 -7
- package/docs/interfaces/IDatabaseConnection.html +15 -15
- package/docs/interfaces/IErrorResponse.html +6 -6
- package/docs/interfaces/IFormData.html +3 -3
- package/docs/interfaces/IHandler.html +2 -2
- package/docs/interfaces/IInsertQueryResult.html +4 -4
- package/docs/interfaces/IJWTVerifyOptions.html +2 -2
- package/docs/interfaces/IParameterMap.html +1 -1
- package/docs/interfaces/IQueryable.html +6 -6
- package/docs/interfaces/IRequestResponse.html +3 -3
- package/docs/interfaces/IServiceHeaders.html +1 -1
- package/docs/interfaces/ISetSessionVariableQueryInput.html +3 -3
- package/docs/interfaces/ITemporaryTableQueryInput.html +3 -3
- package/docs/interfaces/IUpdateQueryResult.html +3 -3
- package/docs/types/IDeleteQueryResult.html +1 -1
- package/docs/types/IHandlerError.html +1 -1
- package/docs/types/IHandlerResponse.html +1 -1
- package/docs/types/TCoordinate.html +1 -1
- package/lib/Application.d.ts +4 -3
- package/lib/Application.js +4 -1
- package/lib/Application.js.map +1 -1
- package/lib/ConfigLoader.js +23 -1
- package/lib/ConfigLoader.js.map +1 -1
- package/lib/Handler.js +0 -1
- package/lib/Handler.js.map +1 -1
- package/lib/MySQLConnection.js.map +1 -1
- package/lib/StormError.js.map +1 -1
- package/lib/instance.d.ts +8 -0
- package/lib/instance.js +8 -0
- package/lib/instance.js.map +1 -1
- package/package.json +9 -9
- package/src/Application.ts +12 -7
- package/src/BackendAuthenticationMiddleware.ts +2 -2
- package/src/ConfigLoader.ts +23 -1
- package/src/Handler.ts +2 -3
- package/src/MySQLConnection.ts +2 -2
- package/src/StormError.ts +2 -2
- package/src/instance.ts +8 -0
|
@@ -22,7 +22,7 @@
|
|
|
22
22
|
<ul class="tsd-hierarchy">
|
|
23
23
|
<li><span class="target">MissingConfigError</span></li></ul></li></ul></section><aside class="tsd-sources">
|
|
24
24
|
<ul>
|
|
25
|
-
<li>Defined in <a href="https://github.com/breautek/storm/blob/
|
|
25
|
+
<li>Defined in <a href="https://github.com/breautek/storm/blob/1190bb1/src/MissingConfigError.ts#L26">src/MissingConfigError.ts:26</a></li></ul></aside>
|
|
26
26
|
<section class="tsd-panel-group tsd-index-group">
|
|
27
27
|
<section class="tsd-panel tsd-index-panel">
|
|
28
28
|
<details class="tsd-index-content tsd-index-accordion" open><summary class="tsd-accordion-summary tsd-index-summary">
|
|
@@ -68,7 +68,7 @@
|
|
|
68
68
|
<h4 class="tsd-returns-title">Returns <a href="MissingConfigError.html" class="tsd-signature-type tsd-kind-class">MissingConfigError</a></h4><aside class="tsd-sources">
|
|
69
69
|
<p>Overrides <a href="StormError.html">StormError</a>.<a href="StormError.html#constructor">constructor</a></p>
|
|
70
70
|
<ul>
|
|
71
|
-
<li>Defined in <a href="https://github.com/breautek/storm/blob/
|
|
71
|
+
<li>Defined in <a href="https://github.com/breautek/storm/blob/1190bb1/src/MissingConfigError.ts#L27">src/MissingConfigError.ts:27</a></li></ul></aside></li></ul></section></section>
|
|
72
72
|
<section class="tsd-panel-group tsd-member-group">
|
|
73
73
|
<h2>Properties</h2>
|
|
74
74
|
<section class="tsd-panel tsd-member tsd-is-inherited tsd-is-external"><a id="message" class="tsd-anchor"></a>
|
|
@@ -130,7 +130,7 @@
|
|
|
130
130
|
<h4 class="tsd-returns-title">Returns <a href="../enums/ErrorCode.html" class="tsd-signature-type tsd-kind-enum">ErrorCode</a></h4><aside class="tsd-sources">
|
|
131
131
|
<p>Overrides <a href="StormError.html">StormError</a>.<a href="StormError.html#getCode">getCode</a></p>
|
|
132
132
|
<ul>
|
|
133
|
-
<li>Defined in <a href="https://github.com/breautek/storm/blob/
|
|
133
|
+
<li>Defined in <a href="https://github.com/breautek/storm/blob/1190bb1/src/MissingConfigError.ts#L37">src/MissingConfigError.ts:37</a></li></ul></aside></li></ul></section>
|
|
134
134
|
<section class="tsd-panel tsd-member tsd-is-inherited"><a id="getErrorResponse" class="tsd-anchor"></a>
|
|
135
135
|
<h3 class="tsd-anchor-link"><span>get<wbr/>Error<wbr/>Response</span><a href="#getErrorResponse" aria-label="Permalink" class="tsd-anchor-icon"><svg class="icon icon-tabler icon-tabler-link" viewBox="0 0 24 24" stroke-width="2" stroke="currentColor" fill="none" stroke-linecap="round" stroke-linejoin="round"><use href="#icon-anchor-a"></use><use href="#icon-anchor-b"></use><use href="#icon-anchor-c"></use></svg></a></h3>
|
|
136
136
|
<ul class="tsd-signatures tsd-is-inherited">
|
|
@@ -139,7 +139,7 @@
|
|
|
139
139
|
<h4 class="tsd-returns-title">Returns <a href="../interfaces/IErrorResponse.html" class="tsd-signature-type tsd-kind-interface">IErrorResponse</a></h4><aside class="tsd-sources">
|
|
140
140
|
<p>Inherited from <a href="StormError.html">StormError</a>.<a href="StormError.html#getErrorResponse">getErrorResponse</a></p>
|
|
141
141
|
<ul>
|
|
142
|
-
<li>Defined in <a href="https://github.com/breautek/storm/blob/
|
|
142
|
+
<li>Defined in <a href="https://github.com/breautek/storm/blob/1190bb1/src/StormError.ts#L76">src/StormError.ts:76</a></li></ul></aside></li></ul></section>
|
|
143
143
|
<section class="tsd-panel tsd-member"><a id="getExitCode" class="tsd-anchor"></a>
|
|
144
144
|
<h3 class="tsd-anchor-link"><span>get<wbr/>Exit<wbr/>Code</span><a href="#getExitCode" aria-label="Permalink" class="tsd-anchor-icon"><svg class="icon icon-tabler icon-tabler-link" viewBox="0 0 24 24" stroke-width="2" stroke="currentColor" fill="none" stroke-linecap="round" stroke-linejoin="round"><use href="#icon-anchor-a"></use><use href="#icon-anchor-b"></use><use href="#icon-anchor-c"></use></svg></a></h3>
|
|
145
145
|
<ul class="tsd-signatures">
|
|
@@ -148,7 +148,7 @@
|
|
|
148
148
|
<h4 class="tsd-returns-title">Returns <a href="../enums/ExitCode.html" class="tsd-signature-type tsd-kind-enum">ExitCode</a></h4><aside class="tsd-sources">
|
|
149
149
|
<p>Overrides <a href="StormError.html">StormError</a>.<a href="StormError.html#getExitCode">getExitCode</a></p>
|
|
150
150
|
<ul>
|
|
151
|
-
<li>Defined in <a href="https://github.com/breautek/storm/blob/
|
|
151
|
+
<li>Defined in <a href="https://github.com/breautek/storm/blob/1190bb1/src/MissingConfigError.ts#L45">src/MissingConfigError.ts:45</a></li></ul></aside></li></ul></section>
|
|
152
152
|
<section class="tsd-panel tsd-member"><a id="getHTTPCode" class="tsd-anchor"></a>
|
|
153
153
|
<h3 class="tsd-anchor-link"><span>getHTTPCode</span><a href="#getHTTPCode" aria-label="Permalink" class="tsd-anchor-icon"><svg class="icon icon-tabler icon-tabler-link" viewBox="0 0 24 24" stroke-width="2" stroke="currentColor" fill="none" stroke-linecap="round" stroke-linejoin="round"><use href="#icon-anchor-a"></use><use href="#icon-anchor-b"></use><use href="#icon-anchor-c"></use></svg></a></h3>
|
|
154
154
|
<ul class="tsd-signatures">
|
|
@@ -157,7 +157,7 @@
|
|
|
157
157
|
<h4 class="tsd-returns-title">Returns <a href="../enums/StatusCode.html" class="tsd-signature-type tsd-kind-enum">StatusCode</a></h4><aside class="tsd-sources">
|
|
158
158
|
<p>Overrides <a href="StormError.html">StormError</a>.<a href="StormError.html#getHTTPCode">getHTTPCode</a></p>
|
|
159
159
|
<ul>
|
|
160
|
-
<li>Defined in <a href="https://github.com/breautek/storm/blob/
|
|
160
|
+
<li>Defined in <a href="https://github.com/breautek/storm/blob/1190bb1/src/MissingConfigError.ts#L41">src/MissingConfigError.ts:41</a></li></ul></aside></li></ul></section>
|
|
161
161
|
<section class="tsd-panel tsd-member"><a id="getLocaleCode" class="tsd-anchor"></a>
|
|
162
162
|
<h3 class="tsd-anchor-link"><span>get<wbr/>Locale<wbr/>Code</span><a href="#getLocaleCode" aria-label="Permalink" class="tsd-anchor-icon"><svg class="icon icon-tabler icon-tabler-link" viewBox="0 0 24 24" stroke-width="2" stroke="currentColor" fill="none" stroke-linecap="round" stroke-linejoin="round"><use href="#icon-anchor-a"></use><use href="#icon-anchor-b"></use><use href="#icon-anchor-c"></use></svg></a></h3>
|
|
163
163
|
<ul class="tsd-signatures">
|
|
@@ -166,7 +166,7 @@
|
|
|
166
166
|
<h4 class="tsd-returns-title">Returns <span class="tsd-signature-type">string</span></h4><aside class="tsd-sources">
|
|
167
167
|
<p>Overrides <a href="StormError.html">StormError</a>.<a href="StormError.html#getLocaleCode">getLocaleCode</a></p>
|
|
168
168
|
<ul>
|
|
169
|
-
<li>Defined in <a href="https://github.com/breautek/storm/blob/
|
|
169
|
+
<li>Defined in <a href="https://github.com/breautek/storm/blob/1190bb1/src/MissingConfigError.ts#L49">src/MissingConfigError.ts:49</a></li></ul></aside></li></ul></section>
|
|
170
170
|
<section class="tsd-panel tsd-member"><a id="getLocaleParameters" class="tsd-anchor"></a>
|
|
171
171
|
<h3 class="tsd-anchor-link"><span>get<wbr/>Locale<wbr/>Parameters</span><a href="#getLocaleParameters" aria-label="Permalink" class="tsd-anchor-icon"><svg class="icon icon-tabler icon-tabler-link" viewBox="0 0 24 24" stroke-width="2" stroke="currentColor" fill="none" stroke-linecap="round" stroke-linejoin="round"><use href="#icon-anchor-a"></use><use href="#icon-anchor-b"></use><use href="#icon-anchor-c"></use></svg></a></h3>
|
|
172
172
|
<ul class="tsd-signatures">
|
|
@@ -175,7 +175,7 @@
|
|
|
175
175
|
<h4 class="tsd-returns-title">Returns <span class="tsd-signature-type ">Record</span><span class="tsd-signature-symbol"><</span><span class="tsd-signature-type">string</span><span class="tsd-signature-symbol">, </span><span class="tsd-signature-type">string</span><span class="tsd-signature-symbol">></span></h4><aside class="tsd-sources">
|
|
176
176
|
<p>Overrides <a href="StormError.html">StormError</a>.<a href="StormError.html#getLocaleParameters">getLocaleParameters</a></p>
|
|
177
177
|
<ul>
|
|
178
|
-
<li>Defined in <a href="https://github.com/breautek/storm/blob/
|
|
178
|
+
<li>Defined in <a href="https://github.com/breautek/storm/blob/1190bb1/src/MissingConfigError.ts#L53">src/MissingConfigError.ts:53</a></li></ul></aside></li></ul></section>
|
|
179
179
|
<section class="tsd-panel tsd-member"><a id="getMessage" class="tsd-anchor"></a>
|
|
180
180
|
<h3 class="tsd-anchor-link"><span>get<wbr/>Message</span><a href="#getMessage" aria-label="Permalink" class="tsd-anchor-icon"><svg class="icon icon-tabler icon-tabler-link" viewBox="0 0 24 24" stroke-width="2" stroke="currentColor" fill="none" stroke-linecap="round" stroke-linejoin="round"><use href="#icon-anchor-a"></use><use href="#icon-anchor-b"></use><use href="#icon-anchor-c"></use></svg></a></h3>
|
|
181
181
|
<ul class="tsd-signatures">
|
|
@@ -184,7 +184,7 @@
|
|
|
184
184
|
<h4 class="tsd-returns-title">Returns <span class="tsd-signature-type">string</span></h4><aside class="tsd-sources">
|
|
185
185
|
<p>Overrides <a href="StormError.html">StormError</a>.<a href="StormError.html#getMessage">getMessage</a></p>
|
|
186
186
|
<ul>
|
|
187
|
-
<li>Defined in <a href="https://github.com/breautek/storm/blob/
|
|
187
|
+
<li>Defined in <a href="https://github.com/breautek/storm/blob/1190bb1/src/MissingConfigError.ts#L33">src/MissingConfigError.ts:33</a></li></ul></aside></li></ul></section>
|
|
188
188
|
<section class="tsd-panel tsd-member tsd-is-inherited"><a id="getPrivateDetails" class="tsd-anchor"></a>
|
|
189
189
|
<h3 class="tsd-anchor-link"><span>get<wbr/>Private<wbr/>Details</span><a href="#getPrivateDetails" aria-label="Permalink" class="tsd-anchor-icon"><svg class="icon icon-tabler icon-tabler-link" viewBox="0 0 24 24" stroke-width="2" stroke="currentColor" fill="none" stroke-linecap="round" stroke-linejoin="round"><use href="#icon-anchor-a"></use><use href="#icon-anchor-b"></use><use href="#icon-anchor-c"></use></svg></a></h3>
|
|
190
190
|
<ul class="tsd-signatures tsd-is-inherited">
|
|
@@ -196,7 +196,7 @@ They are kept secret from the client.</p>
|
|
|
196
196
|
<h4 class="tsd-returns-title">Returns <span class="tsd-signature-type ">IMissingConfigErrorDetails</span></h4><aside class="tsd-sources">
|
|
197
197
|
<p>Inherited from <a href="StormError.html">StormError</a>.<a href="StormError.html#getPrivateDetails">getPrivateDetails</a></p>
|
|
198
198
|
<ul>
|
|
199
|
-
<li>Defined in <a href="https://github.com/breautek/storm/blob/
|
|
199
|
+
<li>Defined in <a href="https://github.com/breautek/storm/blob/1190bb1/src/StormError.ts#L68">src/StormError.ts:68</a></li></ul></aside></li></ul></section>
|
|
200
200
|
<section class="tsd-panel tsd-member tsd-is-inherited"><a id="getPublicDetails" class="tsd-anchor"></a>
|
|
201
201
|
<h3 class="tsd-anchor-link"><span>get<wbr/>Public<wbr/>Details</span><a href="#getPublicDetails" aria-label="Permalink" class="tsd-anchor-icon"><svg class="icon icon-tabler icon-tabler-link" viewBox="0 0 24 24" stroke-width="2" stroke="currentColor" fill="none" stroke-linecap="round" stroke-linejoin="round"><use href="#icon-anchor-a"></use><use href="#icon-anchor-b"></use><use href="#icon-anchor-c"></use></svg></a></h3>
|
|
202
202
|
<ul class="tsd-signatures tsd-is-inherited">
|
|
@@ -207,7 +207,7 @@ They are kept secret from the client.</p>
|
|
|
207
207
|
<h4 class="tsd-returns-title">Returns <a href="../interfaces/IAdditionalErrorDetails.html" class="tsd-signature-type tsd-kind-interface">IAdditionalErrorDetails</a></h4><aside class="tsd-sources">
|
|
208
208
|
<p>Inherited from <a href="StormError.html">StormError</a>.<a href="StormError.html#getPublicDetails">getPublicDetails</a></p>
|
|
209
209
|
<ul>
|
|
210
|
-
<li>Defined in <a href="https://github.com/breautek/storm/blob/
|
|
210
|
+
<li>Defined in <a href="https://github.com/breautek/storm/blob/1190bb1/src/StormError.ts#L60">src/StormError.ts:60</a></li></ul></aside></li></ul></section>
|
|
211
211
|
<section class="tsd-panel tsd-member tsd-is-inherited tsd-is-external"><a id="captureStackTrace" class="tsd-anchor"></a>
|
|
212
212
|
<h3 class="tsd-anchor-link"><code class="tsd-tag ts-flagStatic">Static</code> <span>capture<wbr/>Stack<wbr/>Trace</span><a href="#captureStackTrace" aria-label="Permalink" class="tsd-anchor-icon"><svg class="icon icon-tabler icon-tabler-link" viewBox="0 0 24 24" stroke-width="2" stroke="currentColor" fill="none" stroke-linecap="round" stroke-linejoin="round"><use href="#icon-anchor-a"></use><use href="#icon-anchor-b"></use><use href="#icon-anchor-c"></use></svg></a></h3>
|
|
213
213
|
<ul class="tsd-signatures tsd-is-inherited tsd-is-external">
|
|
@@ -22,7 +22,7 @@
|
|
|
22
22
|
<ul class="tsd-hierarchy">
|
|
23
23
|
<li><span class="target">MissingParameterError</span></li></ul></li></ul></section><aside class="tsd-sources">
|
|
24
24
|
<ul>
|
|
25
|
-
<li>Defined in <a href="https://github.com/breautek/storm/blob/
|
|
25
|
+
<li>Defined in <a href="https://github.com/breautek/storm/blob/1190bb1/src/MissingParameterError.ts#L21">src/MissingParameterError.ts:21</a></li></ul></aside>
|
|
26
26
|
<section class="tsd-panel-group tsd-index-group">
|
|
27
27
|
<section class="tsd-panel tsd-index-panel">
|
|
28
28
|
<details class="tsd-index-content tsd-index-accordion" open><summary class="tsd-accordion-summary tsd-index-summary">
|
|
@@ -68,7 +68,7 @@
|
|
|
68
68
|
<h4 class="tsd-returns-title">Returns <a href="MissingParameterError.html" class="tsd-signature-type tsd-kind-class">MissingParameterError</a></h4><aside class="tsd-sources">
|
|
69
69
|
<p>Overrides <a href="StormError.html">StormError</a>.<a href="StormError.html#constructor">constructor</a></p>
|
|
70
70
|
<ul>
|
|
71
|
-
<li>Defined in <a href="https://github.com/breautek/storm/blob/
|
|
71
|
+
<li>Defined in <a href="https://github.com/breautek/storm/blob/1190bb1/src/MissingParameterError.ts#L22">src/MissingParameterError.ts:22</a></li></ul></aside></li></ul></section></section>
|
|
72
72
|
<section class="tsd-panel-group tsd-member-group">
|
|
73
73
|
<h2>Properties</h2>
|
|
74
74
|
<section class="tsd-panel tsd-member tsd-is-inherited tsd-is-external"><a id="message" class="tsd-anchor"></a>
|
|
@@ -130,7 +130,7 @@
|
|
|
130
130
|
<h4 class="tsd-returns-title">Returns <a href="../enums/ErrorCode.html" class="tsd-signature-type tsd-kind-enum">ErrorCode</a></h4><aside class="tsd-sources">
|
|
131
131
|
<p>Overrides <a href="StormError.html">StormError</a>.<a href="StormError.html#getCode">getCode</a></p>
|
|
132
132
|
<ul>
|
|
133
|
-
<li>Defined in <a href="https://github.com/breautek/storm/blob/
|
|
133
|
+
<li>Defined in <a href="https://github.com/breautek/storm/blob/1190bb1/src/MissingParameterError.ts#L30">src/MissingParameterError.ts:30</a></li></ul></aside></li></ul></section>
|
|
134
134
|
<section class="tsd-panel tsd-member tsd-is-inherited"><a id="getErrorResponse" class="tsd-anchor"></a>
|
|
135
135
|
<h3 class="tsd-anchor-link"><span>get<wbr/>Error<wbr/>Response</span><a href="#getErrorResponse" aria-label="Permalink" class="tsd-anchor-icon"><svg class="icon icon-tabler icon-tabler-link" viewBox="0 0 24 24" stroke-width="2" stroke="currentColor" fill="none" stroke-linecap="round" stroke-linejoin="round"><use href="#icon-anchor-a"></use><use href="#icon-anchor-b"></use><use href="#icon-anchor-c"></use></svg></a></h3>
|
|
136
136
|
<ul class="tsd-signatures tsd-is-inherited">
|
|
@@ -139,7 +139,7 @@
|
|
|
139
139
|
<h4 class="tsd-returns-title">Returns <a href="../interfaces/IErrorResponse.html" class="tsd-signature-type tsd-kind-interface">IErrorResponse</a></h4><aside class="tsd-sources">
|
|
140
140
|
<p>Inherited from <a href="StormError.html">StormError</a>.<a href="StormError.html#getErrorResponse">getErrorResponse</a></p>
|
|
141
141
|
<ul>
|
|
142
|
-
<li>Defined in <a href="https://github.com/breautek/storm/blob/
|
|
142
|
+
<li>Defined in <a href="https://github.com/breautek/storm/blob/1190bb1/src/StormError.ts#L76">src/StormError.ts:76</a></li></ul></aside></li></ul></section>
|
|
143
143
|
<section class="tsd-panel tsd-member tsd-is-inherited"><a id="getExitCode" class="tsd-anchor"></a>
|
|
144
144
|
<h3 class="tsd-anchor-link"><span>get<wbr/>Exit<wbr/>Code</span><a href="#getExitCode" aria-label="Permalink" class="tsd-anchor-icon"><svg class="icon icon-tabler icon-tabler-link" viewBox="0 0 24 24" stroke-width="2" stroke="currentColor" fill="none" stroke-linecap="round" stroke-linejoin="round"><use href="#icon-anchor-a"></use><use href="#icon-anchor-b"></use><use href="#icon-anchor-c"></use></svg></a></h3>
|
|
145
145
|
<ul class="tsd-signatures tsd-is-inherited">
|
|
@@ -148,7 +148,7 @@
|
|
|
148
148
|
<h4 class="tsd-returns-title">Returns <a href="../enums/ExitCode.html" class="tsd-signature-type tsd-kind-enum">ExitCode</a></h4><aside class="tsd-sources">
|
|
149
149
|
<p>Inherited from <a href="StormError.html">StormError</a>.<a href="StormError.html#getExitCode">getExitCode</a></p>
|
|
150
150
|
<ul>
|
|
151
|
-
<li>Defined in <a href="https://github.com/breautek/storm/blob/
|
|
151
|
+
<li>Defined in <a href="https://github.com/breautek/storm/blob/1190bb1/src/StormError.ts#L97">src/StormError.ts:97</a></li></ul></aside></li></ul></section>
|
|
152
152
|
<section class="tsd-panel tsd-member"><a id="getHTTPCode" class="tsd-anchor"></a>
|
|
153
153
|
<h3 class="tsd-anchor-link"><span>getHTTPCode</span><a href="#getHTTPCode" aria-label="Permalink" class="tsd-anchor-icon"><svg class="icon icon-tabler icon-tabler-link" viewBox="0 0 24 24" stroke-width="2" stroke="currentColor" fill="none" stroke-linecap="round" stroke-linejoin="round"><use href="#icon-anchor-a"></use><use href="#icon-anchor-b"></use><use href="#icon-anchor-c"></use></svg></a></h3>
|
|
154
154
|
<ul class="tsd-signatures">
|
|
@@ -157,7 +157,7 @@
|
|
|
157
157
|
<h4 class="tsd-returns-title">Returns <a href="../enums/StatusCode.html" class="tsd-signature-type tsd-kind-enum">StatusCode</a></h4><aside class="tsd-sources">
|
|
158
158
|
<p>Overrides <a href="StormError.html">StormError</a>.<a href="StormError.html#getHTTPCode">getHTTPCode</a></p>
|
|
159
159
|
<ul>
|
|
160
|
-
<li>Defined in <a href="https://github.com/breautek/storm/blob/
|
|
160
|
+
<li>Defined in <a href="https://github.com/breautek/storm/blob/1190bb1/src/MissingParameterError.ts#L34">src/MissingParameterError.ts:34</a></li></ul></aside></li></ul></section>
|
|
161
161
|
<section class="tsd-panel tsd-member"><a id="getLocaleCode" class="tsd-anchor"></a>
|
|
162
162
|
<h3 class="tsd-anchor-link"><span>get<wbr/>Locale<wbr/>Code</span><a href="#getLocaleCode" aria-label="Permalink" class="tsd-anchor-icon"><svg class="icon icon-tabler icon-tabler-link" viewBox="0 0 24 24" stroke-width="2" stroke="currentColor" fill="none" stroke-linecap="round" stroke-linejoin="round"><use href="#icon-anchor-a"></use><use href="#icon-anchor-b"></use><use href="#icon-anchor-c"></use></svg></a></h3>
|
|
163
163
|
<ul class="tsd-signatures">
|
|
@@ -166,7 +166,7 @@
|
|
|
166
166
|
<h4 class="tsd-returns-title">Returns <span class="tsd-signature-type">string</span></h4><aside class="tsd-sources">
|
|
167
167
|
<p>Overrides <a href="StormError.html">StormError</a>.<a href="StormError.html#getLocaleCode">getLocaleCode</a></p>
|
|
168
168
|
<ul>
|
|
169
|
-
<li>Defined in <a href="https://github.com/breautek/storm/blob/
|
|
169
|
+
<li>Defined in <a href="https://github.com/breautek/storm/blob/1190bb1/src/MissingParameterError.ts#L38">src/MissingParameterError.ts:38</a></li></ul></aside></li></ul></section>
|
|
170
170
|
<section class="tsd-panel tsd-member"><a id="getLocaleParameters" class="tsd-anchor"></a>
|
|
171
171
|
<h3 class="tsd-anchor-link"><span>get<wbr/>Locale<wbr/>Parameters</span><a href="#getLocaleParameters" aria-label="Permalink" class="tsd-anchor-icon"><svg class="icon icon-tabler icon-tabler-link" viewBox="0 0 24 24" stroke-width="2" stroke="currentColor" fill="none" stroke-linecap="round" stroke-linejoin="round"><use href="#icon-anchor-a"></use><use href="#icon-anchor-b"></use><use href="#icon-anchor-c"></use></svg></a></h3>
|
|
172
172
|
<ul class="tsd-signatures">
|
|
@@ -175,7 +175,7 @@
|
|
|
175
175
|
<h4 class="tsd-returns-title">Returns <span class="tsd-signature-type ">Record</span><span class="tsd-signature-symbol"><</span><span class="tsd-signature-type">string</span><span class="tsd-signature-symbol">, </span><span class="tsd-signature-type">string</span><span class="tsd-signature-symbol">></span></h4><aside class="tsd-sources">
|
|
176
176
|
<p>Overrides <a href="StormError.html">StormError</a>.<a href="StormError.html#getLocaleParameters">getLocaleParameters</a></p>
|
|
177
177
|
<ul>
|
|
178
|
-
<li>Defined in <a href="https://github.com/breautek/storm/blob/
|
|
178
|
+
<li>Defined in <a href="https://github.com/breautek/storm/blob/1190bb1/src/MissingParameterError.ts#L42">src/MissingParameterError.ts:42</a></li></ul></aside></li></ul></section>
|
|
179
179
|
<section class="tsd-panel tsd-member"><a id="getMessage" class="tsd-anchor"></a>
|
|
180
180
|
<h3 class="tsd-anchor-link"><span>get<wbr/>Message</span><a href="#getMessage" aria-label="Permalink" class="tsd-anchor-icon"><svg class="icon icon-tabler icon-tabler-link" viewBox="0 0 24 24" stroke-width="2" stroke="currentColor" fill="none" stroke-linecap="round" stroke-linejoin="round"><use href="#icon-anchor-a"></use><use href="#icon-anchor-b"></use><use href="#icon-anchor-c"></use></svg></a></h3>
|
|
181
181
|
<ul class="tsd-signatures">
|
|
@@ -184,7 +184,7 @@
|
|
|
184
184
|
<h4 class="tsd-returns-title">Returns <span class="tsd-signature-type">string</span></h4><aside class="tsd-sources">
|
|
185
185
|
<p>Overrides <a href="StormError.html">StormError</a>.<a href="StormError.html#getMessage">getMessage</a></p>
|
|
186
186
|
<ul>
|
|
187
|
-
<li>Defined in <a href="https://github.com/breautek/storm/blob/
|
|
187
|
+
<li>Defined in <a href="https://github.com/breautek/storm/blob/1190bb1/src/MissingParameterError.ts#L26">src/MissingParameterError.ts:26</a></li></ul></aside></li></ul></section>
|
|
188
188
|
<section class="tsd-panel tsd-member tsd-is-inherited"><a id="getPrivateDetails" class="tsd-anchor"></a>
|
|
189
189
|
<h3 class="tsd-anchor-link"><span>get<wbr/>Private<wbr/>Details</span><a href="#getPrivateDetails" aria-label="Permalink" class="tsd-anchor-icon"><svg class="icon icon-tabler icon-tabler-link" viewBox="0 0 24 24" stroke-width="2" stroke="currentColor" fill="none" stroke-linecap="round" stroke-linejoin="round"><use href="#icon-anchor-a"></use><use href="#icon-anchor-b"></use><use href="#icon-anchor-c"></use></svg></a></h3>
|
|
190
190
|
<ul class="tsd-signatures tsd-is-inherited">
|
|
@@ -196,7 +196,7 @@ They are kept secret from the client.</p>
|
|
|
196
196
|
<h4 class="tsd-returns-title">Returns <span class="tsd-signature-type">any</span></h4><aside class="tsd-sources">
|
|
197
197
|
<p>Inherited from <a href="StormError.html">StormError</a>.<a href="StormError.html#getPrivateDetails">getPrivateDetails</a></p>
|
|
198
198
|
<ul>
|
|
199
|
-
<li>Defined in <a href="https://github.com/breautek/storm/blob/
|
|
199
|
+
<li>Defined in <a href="https://github.com/breautek/storm/blob/1190bb1/src/StormError.ts#L68">src/StormError.ts:68</a></li></ul></aside></li></ul></section>
|
|
200
200
|
<section class="tsd-panel tsd-member tsd-is-inherited"><a id="getPublicDetails" class="tsd-anchor"></a>
|
|
201
201
|
<h3 class="tsd-anchor-link"><span>get<wbr/>Public<wbr/>Details</span><a href="#getPublicDetails" aria-label="Permalink" class="tsd-anchor-icon"><svg class="icon icon-tabler icon-tabler-link" viewBox="0 0 24 24" stroke-width="2" stroke="currentColor" fill="none" stroke-linecap="round" stroke-linejoin="round"><use href="#icon-anchor-a"></use><use href="#icon-anchor-b"></use><use href="#icon-anchor-c"></use></svg></a></h3>
|
|
202
202
|
<ul class="tsd-signatures tsd-is-inherited">
|
|
@@ -207,7 +207,7 @@ They are kept secret from the client.</p>
|
|
|
207
207
|
<h4 class="tsd-returns-title">Returns <a href="../interfaces/IAdditionalErrorDetails.html" class="tsd-signature-type tsd-kind-interface">IAdditionalErrorDetails</a></h4><aside class="tsd-sources">
|
|
208
208
|
<p>Inherited from <a href="StormError.html">StormError</a>.<a href="StormError.html#getPublicDetails">getPublicDetails</a></p>
|
|
209
209
|
<ul>
|
|
210
|
-
<li>Defined in <a href="https://github.com/breautek/storm/blob/
|
|
210
|
+
<li>Defined in <a href="https://github.com/breautek/storm/blob/1190bb1/src/StormError.ts#L60">src/StormError.ts:60</a></li></ul></aside></li></ul></section>
|
|
211
211
|
<section class="tsd-panel tsd-member tsd-is-inherited tsd-is-external"><a id="captureStackTrace" class="tsd-anchor"></a>
|
|
212
212
|
<h3 class="tsd-anchor-link"><code class="tsd-tag ts-flagStatic">Static</code> <span>capture<wbr/>Stack<wbr/>Trace</span><a href="#captureStackTrace" aria-label="Permalink" class="tsd-anchor-icon"><svg class="icon icon-tabler icon-tabler-link" viewBox="0 0 24 24" stroke-width="2" stroke="currentColor" fill="none" stroke-linecap="round" stroke-linejoin="round"><use href="#icon-anchor-a"></use><use href="#icon-anchor-b"></use><use href="#icon-anchor-c"></use></svg></a></h3>
|
|
213
213
|
<ul class="tsd-signatures tsd-is-inherited tsd-is-external">
|
|
@@ -28,7 +28,7 @@
|
|
|
28
28
|
<ul class="tsd-hierarchy">
|
|
29
29
|
<li><span class="target">MySQLConnection</span></li></ul></li></ul></section><aside class="tsd-sources">
|
|
30
30
|
<ul>
|
|
31
|
-
<li>Defined in <a href="https://github.com/breautek/storm/blob/
|
|
31
|
+
<li>Defined in <a href="https://github.com/breautek/storm/blob/1190bb1/src/MySQLConnection.ts#L56">src/MySQLConnection.ts:56</a></li></ul></aside>
|
|
32
32
|
<section class="tsd-panel-group tsd-index-group">
|
|
33
33
|
<section class="tsd-panel tsd-index-panel">
|
|
34
34
|
<details class="tsd-index-content tsd-index-accordion" open><summary class="tsd-accordion-summary tsd-index-summary">
|
|
@@ -79,7 +79,7 @@
|
|
|
79
79
|
<h4 class="tsd-returns-title">Returns <a href="MySQLConnection.html" class="tsd-signature-type tsd-kind-class">MySQLConnection</a></h4><aside class="tsd-sources">
|
|
80
80
|
<p>Overrides <a href="DatabaseConnection.html">DatabaseConnection</a>.<a href="DatabaseConnection.html#constructor">constructor</a></p>
|
|
81
81
|
<ul>
|
|
82
|
-
<li>Defined in <a href="https://github.com/breautek/storm/blob/
|
|
82
|
+
<li>Defined in <a href="https://github.com/breautek/storm/blob/1190bb1/src/MySQLConnection.ts#L60">src/MySQLConnection.ts:60</a></li></ul></aside></li></ul></section></section>
|
|
83
83
|
<section class="tsd-panel-group tsd-member-group">
|
|
84
84
|
<h2>Methods</h2>
|
|
85
85
|
<section class="tsd-panel tsd-member tsd-is-protected"><a id="_close" class="tsd-anchor"></a>
|
|
@@ -102,7 +102,7 @@ Silently error if it means the connection is closed.</p>
|
|
|
102
102
|
<aside class="tsd-sources">
|
|
103
103
|
<p>Overrides <a href="DatabaseConnection.html">DatabaseConnection</a>.<a href="DatabaseConnection.html#_close">_close</a></p>
|
|
104
104
|
<ul>
|
|
105
|
-
<li>Defined in <a href="https://github.com/breautek/storm/blob/
|
|
105
|
+
<li>Defined in <a href="https://github.com/breautek/storm/blob/1190bb1/src/MySQLConnection.ts#L225">src/MySQLConnection.ts:225</a></li></ul></aside></li></ul></section>
|
|
106
106
|
<section class="tsd-panel tsd-member tsd-is-protected"><a id="_query" class="tsd-anchor"></a>
|
|
107
107
|
<h3 class="tsd-anchor-link"><code class="tsd-tag ts-flagProtected">Protected</code> <span>_query</span><a href="#_query" aria-label="Permalink" class="tsd-anchor-icon"><svg class="icon icon-tabler icon-tabler-link" viewBox="0 0 24 24" stroke-width="2" stroke="currentColor" fill="none" stroke-linecap="round" stroke-linejoin="round"><use href="#icon-anchor-a"></use><use href="#icon-anchor-b"></use><use href="#icon-anchor-c"></use></svg></a></h3>
|
|
108
108
|
<ul class="tsd-signatures tsd-is-protected">
|
|
@@ -126,7 +126,7 @@ Silently error if it means the connection is closed.</p>
|
|
|
126
126
|
<aside class="tsd-sources">
|
|
127
127
|
<p>Overrides <a href="DatabaseConnection.html">DatabaseConnection</a>.<a href="DatabaseConnection.html#_query">_query</a></p>
|
|
128
128
|
<ul>
|
|
129
|
-
<li>Defined in <a href="https://github.com/breautek/storm/blob/
|
|
129
|
+
<li>Defined in <a href="https://github.com/breautek/storm/blob/1190bb1/src/MySQLConnection.ts#L88">src/MySQLConnection.ts:88</a></li></ul></aside></li></ul></section>
|
|
130
130
|
<section class="tsd-panel tsd-member tsd-is-protected"><a id="_stream" class="tsd-anchor"></a>
|
|
131
131
|
<h3 class="tsd-anchor-link"><code class="tsd-tag ts-flagProtected">Protected</code> <span>_stream</span><a href="#_stream" aria-label="Permalink" class="tsd-anchor-icon"><svg class="icon icon-tabler icon-tabler-link" viewBox="0 0 24 24" stroke-width="2" stroke="currentColor" fill="none" stroke-linecap="round" stroke-linejoin="round"><use href="#icon-anchor-a"></use><use href="#icon-anchor-b"></use><use href="#icon-anchor-c"></use></svg></a></h3>
|
|
132
132
|
<ul class="tsd-signatures tsd-is-protected">
|
|
@@ -154,7 +154,7 @@ but returns a <code>Readable</code> stream instead.</p>
|
|
|
154
154
|
<aside class="tsd-sources">
|
|
155
155
|
<p>Overrides <a href="DatabaseConnection.html">DatabaseConnection</a>.<a href="DatabaseConnection.html#_stream">_stream</a></p>
|
|
156
156
|
<ul>
|
|
157
|
-
<li>Defined in <a href="https://github.com/breautek/storm/blob/
|
|
157
|
+
<li>Defined in <a href="https://github.com/breautek/storm/blob/1190bb1/src/MySQLConnection.ts#L146">src/MySQLConnection.ts:146</a></li></ul></aside></li></ul></section>
|
|
158
158
|
<section class="tsd-panel tsd-member tsd-is-inherited"><a id="close" class="tsd-anchor"></a>
|
|
159
159
|
<h3 class="tsd-anchor-link"><span>close</span><a href="#close" aria-label="Permalink" class="tsd-anchor-icon"><svg class="icon icon-tabler icon-tabler-link" viewBox="0 0 24 24" stroke-width="2" stroke="currentColor" fill="none" stroke-linecap="round" stroke-linejoin="round"><use href="#icon-anchor-a"></use><use href="#icon-anchor-b"></use><use href="#icon-anchor-c"></use></svg></a></h3>
|
|
160
160
|
<ul class="tsd-signatures tsd-is-inherited">
|
|
@@ -176,7 +176,7 @@ of transaction state.</p>
|
|
|
176
176
|
<aside class="tsd-sources">
|
|
177
177
|
<p>Inherited from <a href="DatabaseConnection.html">DatabaseConnection</a>.<a href="DatabaseConnection.html#close">close</a></p>
|
|
178
178
|
<ul>
|
|
179
|
-
<li>Defined in <a href="https://github.com/breautek/storm/blob/
|
|
179
|
+
<li>Defined in <a href="https://github.com/breautek/storm/blob/1190bb1/src/DatabaseConnection.ts#L169">src/DatabaseConnection.ts:169</a></li></ul></aside></li></ul></section>
|
|
180
180
|
<section class="tsd-panel tsd-member"><a id="commit" class="tsd-anchor"></a>
|
|
181
181
|
<h3 class="tsd-anchor-link"><span>commit</span><a href="#commit" aria-label="Permalink" class="tsd-anchor-icon"><svg class="icon icon-tabler icon-tabler-link" viewBox="0 0 24 24" stroke-width="2" stroke="currentColor" fill="none" stroke-linecap="round" stroke-linejoin="round"><use href="#icon-anchor-a"></use><use href="#icon-anchor-b"></use><use href="#icon-anchor-c"></use></svg></a></h3>
|
|
182
182
|
<ul class="tsd-signatures">
|
|
@@ -190,7 +190,7 @@ of transaction state.</p>
|
|
|
190
190
|
<aside class="tsd-sources">
|
|
191
191
|
<p>Overrides <a href="DatabaseConnection.html">DatabaseConnection</a>.<a href="DatabaseConnection.html#commit">commit</a></p>
|
|
192
192
|
<ul>
|
|
193
|
-
<li>Defined in <a href="https://github.com/breautek/storm/blob/
|
|
193
|
+
<li>Defined in <a href="https://github.com/breautek/storm/blob/1190bb1/src/MySQLConnection.ts#L209">src/MySQLConnection.ts:209</a></li></ul></aside></li></ul></section>
|
|
194
194
|
<section class="tsd-panel tsd-member"><a id="endTransaction" class="tsd-anchor"></a>
|
|
195
195
|
<h3 class="tsd-anchor-link"><span>end<wbr/>Transaction</span><a href="#endTransaction" aria-label="Permalink" class="tsd-anchor-icon"><svg class="icon icon-tabler icon-tabler-link" viewBox="0 0 24 24" stroke-width="2" stroke="currentColor" fill="none" stroke-linecap="round" stroke-linejoin="round"><use href="#icon-anchor-a"></use><use href="#icon-anchor-b"></use><use href="#icon-anchor-c"></use></svg></a></h3>
|
|
196
196
|
<ul class="tsd-signatures">
|
|
@@ -211,7 +211,7 @@ of transaction state.</p>
|
|
|
211
211
|
<aside class="tsd-sources">
|
|
212
212
|
<p>Overrides <a href="DatabaseConnection.html">DatabaseConnection</a>.<a href="DatabaseConnection.html#endTransaction">endTransaction</a></p>
|
|
213
213
|
<ul>
|
|
214
|
-
<li>Defined in <a href="https://github.com/breautek/storm/blob/
|
|
214
|
+
<li>Defined in <a href="https://github.com/breautek/storm/blob/1190bb1/src/MySQLConnection.ts#L189">src/MySQLConnection.ts:189</a></li></ul></aside></li></ul></section>
|
|
215
215
|
<section class="tsd-panel tsd-member tsd-is-inherited"><a id="getAPI" class="tsd-anchor"></a>
|
|
216
216
|
<h3 class="tsd-anchor-link"><span>getAPI</span><a href="#getAPI" aria-label="Permalink" class="tsd-anchor-icon"><svg class="icon icon-tabler icon-tabler-link" viewBox="0 0 24 24" stroke-width="2" stroke="currentColor" fill="none" stroke-linecap="round" stroke-linejoin="round"><use href="#icon-anchor-a"></use><use href="#icon-anchor-b"></use><use href="#icon-anchor-c"></use></svg></a></h3>
|
|
217
217
|
<ul class="tsd-signatures tsd-is-inherited">
|
|
@@ -223,7 +223,7 @@ of transaction state.</p>
|
|
|
223
223
|
<aside class="tsd-sources">
|
|
224
224
|
<p>Inherited from <a href="DatabaseConnection.html">DatabaseConnection</a>.<a href="DatabaseConnection.html#getAPI">getAPI</a></p>
|
|
225
225
|
<ul>
|
|
226
|
-
<li>Defined in <a href="https://github.com/breautek/storm/blob/
|
|
226
|
+
<li>Defined in <a href="https://github.com/breautek/storm/blob/1190bb1/src/DatabaseConnection.ts#L91">src/DatabaseConnection.ts:91</a></li></ul></aside></li></ul></section>
|
|
227
227
|
<section class="tsd-panel tsd-member tsd-is-inherited"><a id="getInstantiationStack" class="tsd-anchor"></a>
|
|
228
228
|
<h3 class="tsd-anchor-link"><span>get<wbr/>Instantiation<wbr/>Stack</span><a href="#getInstantiationStack" aria-label="Permalink" class="tsd-anchor-icon"><svg class="icon icon-tabler icon-tabler-link" viewBox="0 0 24 24" stroke-width="2" stroke="currentColor" fill="none" stroke-linecap="round" stroke-linejoin="round"><use href="#icon-anchor-a"></use><use href="#icon-anchor-b"></use><use href="#icon-anchor-c"></use></svg></a></h3>
|
|
229
229
|
<ul class="tsd-signatures tsd-is-inherited">
|
|
@@ -236,7 +236,7 @@ this connection. Useful for debugging lingering connections.</p>
|
|
|
236
236
|
<aside class="tsd-sources">
|
|
237
237
|
<p>Inherited from <a href="DatabaseConnection.html">DatabaseConnection</a>.<a href="DatabaseConnection.html#getInstantiationStack">getInstantiationStack</a></p>
|
|
238
238
|
<ul>
|
|
239
|
-
<li>Defined in <a href="https://github.com/breautek/storm/blob/
|
|
239
|
+
<li>Defined in <a href="https://github.com/breautek/storm/blob/1190bb1/src/DatabaseConnection.ts#L73">src/DatabaseConnection.ts:73</a></li></ul></aside></li></ul></section>
|
|
240
240
|
<section class="tsd-panel tsd-member tsd-is-inherited"><a id="getTimeout" class="tsd-anchor"></a>
|
|
241
241
|
<h3 class="tsd-anchor-link"><span>get<wbr/>Timeout</span><a href="#getTimeout" aria-label="Permalink" class="tsd-anchor-icon"><svg class="icon icon-tabler icon-tabler-link" viewBox="0 0 24 24" stroke-width="2" stroke="currentColor" fill="none" stroke-linecap="round" stroke-linejoin="round"><use href="#icon-anchor-a"></use><use href="#icon-anchor-b"></use><use href="#icon-anchor-c"></use></svg></a></h3>
|
|
242
242
|
<ul class="tsd-signatures tsd-is-inherited">
|
|
@@ -248,7 +248,7 @@ this connection. Useful for debugging lingering connections.</p>
|
|
|
248
248
|
<aside class="tsd-sources">
|
|
249
249
|
<p>Inherited from <a href="DatabaseConnection.html">DatabaseConnection</a>.<a href="DatabaseConnection.html#getTimeout">getTimeout</a></p>
|
|
250
250
|
<ul>
|
|
251
|
-
<li>Defined in <a href="https://github.com/breautek/storm/blob/
|
|
251
|
+
<li>Defined in <a href="https://github.com/breautek/storm/blob/1190bb1/src/DatabaseConnection.ts#L121">src/DatabaseConnection.ts:121</a></li></ul></aside></li></ul></section>
|
|
252
252
|
<section class="tsd-panel tsd-member tsd-is-inherited"><a id="isClosed" class="tsd-anchor"></a>
|
|
253
253
|
<h3 class="tsd-anchor-link"><span>is<wbr/>Closed</span><a href="#isClosed" aria-label="Permalink" class="tsd-anchor-icon"><svg class="icon icon-tabler icon-tabler-link" viewBox="0 0 24 24" stroke-width="2" stroke="currentColor" fill="none" stroke-linecap="round" stroke-linejoin="round"><use href="#icon-anchor-a"></use><use href="#icon-anchor-b"></use><use href="#icon-anchor-c"></use></svg></a></h3>
|
|
254
254
|
<ul class="tsd-signatures tsd-is-inherited">
|
|
@@ -259,7 +259,7 @@ this connection. Useful for debugging lingering connections.</p>
|
|
|
259
259
|
<h4 class="tsd-returns-title">Returns <span class="tsd-signature-type">boolean</span></h4><aside class="tsd-sources">
|
|
260
260
|
<p>Inherited from <a href="DatabaseConnection.html">DatabaseConnection</a>.<a href="DatabaseConnection.html#isClosed">isClosed</a></p>
|
|
261
261
|
<ul>
|
|
262
|
-
<li>Defined in <a href="https://github.com/breautek/storm/blob/
|
|
262
|
+
<li>Defined in <a href="https://github.com/breautek/storm/blob/1190bb1/src/DatabaseConnection.ts#L182">src/DatabaseConnection.ts:182</a></li></ul></aside></li></ul></section>
|
|
263
263
|
<section class="tsd-panel tsd-member"><a id="isOpen" class="tsd-anchor"></a>
|
|
264
264
|
<h3 class="tsd-anchor-link"><span>is<wbr/>Open</span><a href="#isOpen" aria-label="Permalink" class="tsd-anchor-icon"><svg class="icon icon-tabler icon-tabler-link" viewBox="0 0 24 24" stroke-width="2" stroke="currentColor" fill="none" stroke-linecap="round" stroke-linejoin="round"><use href="#icon-anchor-a"></use><use href="#icon-anchor-b"></use><use href="#icon-anchor-c"></use></svg></a></h3>
|
|
265
265
|
<ul class="tsd-signatures">
|
|
@@ -267,7 +267,7 @@ this connection. Useful for debugging lingering connections.</p>
|
|
|
267
267
|
<li class="tsd-description">
|
|
268
268
|
<h4 class="tsd-returns-title">Returns <span class="tsd-signature-type">boolean</span></h4><aside class="tsd-sources">
|
|
269
269
|
<ul>
|
|
270
|
-
<li>Defined in <a href="https://github.com/breautek/storm/blob/
|
|
270
|
+
<li>Defined in <a href="https://github.com/breautek/storm/blob/1190bb1/src/MySQLConnection.ts#L83">src/MySQLConnection.ts:83</a></li></ul></aside></li></ul></section>
|
|
271
271
|
<section class="tsd-panel tsd-member tsd-is-inherited"><a id="isReadOnly" class="tsd-anchor"></a>
|
|
272
272
|
<h3 class="tsd-anchor-link"><span>is<wbr/>Read<wbr/>Only</span><a href="#isReadOnly" aria-label="Permalink" class="tsd-anchor-icon"><svg class="icon icon-tabler icon-tabler-link" viewBox="0 0 24 24" stroke-width="2" stroke="currentColor" fill="none" stroke-linecap="round" stroke-linejoin="round"><use href="#icon-anchor-a"></use><use href="#icon-anchor-b"></use><use href="#icon-anchor-c"></use></svg></a></h3>
|
|
273
273
|
<ul class="tsd-signatures tsd-is-inherited">
|
|
@@ -280,7 +280,7 @@ write access</p>
|
|
|
280
280
|
<aside class="tsd-sources">
|
|
281
281
|
<p>Inherited from <a href="DatabaseConnection.html">DatabaseConnection</a>.<a href="DatabaseConnection.html#isReadOnly">isReadOnly</a></p>
|
|
282
282
|
<ul>
|
|
283
|
-
<li>Defined in <a href="https://github.com/breautek/storm/blob/
|
|
283
|
+
<li>Defined in <a href="https://github.com/breautek/storm/blob/1190bb1/src/DatabaseConnection.ts#L100">src/DatabaseConnection.ts:100</a></li></ul></aside></li></ul></section>
|
|
284
284
|
<section class="tsd-panel tsd-member"><a id="isTransaction" class="tsd-anchor"></a>
|
|
285
285
|
<h3 class="tsd-anchor-link"><span>is<wbr/>Transaction</span><a href="#isTransaction" aria-label="Permalink" class="tsd-anchor-icon"><svg class="icon icon-tabler icon-tabler-link" viewBox="0 0 24 24" stroke-width="2" stroke="currentColor" fill="none" stroke-linecap="round" stroke-linejoin="round"><use href="#icon-anchor-a"></use><use href="#icon-anchor-b"></use><use href="#icon-anchor-c"></use></svg></a></h3>
|
|
286
286
|
<ul class="tsd-signatures">
|
|
@@ -293,7 +293,7 @@ write access</p>
|
|
|
293
293
|
<aside class="tsd-sources">
|
|
294
294
|
<p>Overrides <a href="DatabaseConnection.html">DatabaseConnection</a>.<a href="DatabaseConnection.html#isTransaction">isTransaction</a></p>
|
|
295
295
|
<ul>
|
|
296
|
-
<li>Defined in <a href="https://github.com/breautek/storm/blob/
|
|
296
|
+
<li>Defined in <a href="https://github.com/breautek/storm/blob/1190bb1/src/MySQLConnection.ts#L79">src/MySQLConnection.ts:79</a></li></ul></aside></li></ul></section>
|
|
297
297
|
<section class="tsd-panel tsd-member tsd-is-inherited"><a id="query" class="tsd-anchor"></a>
|
|
298
298
|
<h3 class="tsd-anchor-link"><span>query</span><a href="#query" aria-label="Permalink" class="tsd-anchor-icon"><svg class="icon icon-tabler icon-tabler-link" viewBox="0 0 24 24" stroke-width="2" stroke="currentColor" fill="none" stroke-linecap="round" stroke-linejoin="round"><use href="#icon-anchor-a"></use><use href="#icon-anchor-b"></use><use href="#icon-anchor-c"></use></svg></a></h3>
|
|
299
299
|
<ul class="tsd-signatures tsd-is-inherited">
|
|
@@ -318,7 +318,7 @@ write access</p>
|
|
|
318
318
|
<aside class="tsd-sources">
|
|
319
319
|
<p>Inherited from <a href="DatabaseConnection.html">DatabaseConnection</a>.<a href="DatabaseConnection.html#query">query</a></p>
|
|
320
320
|
<ul>
|
|
321
|
-
<li>Defined in <a href="https://github.com/breautek/storm/blob/
|
|
321
|
+
<li>Defined in <a href="https://github.com/breautek/storm/blob/1190bb1/src/DatabaseConnection.ts#L132">src/DatabaseConnection.ts:132</a></li></ul></aside></li></ul></section>
|
|
322
322
|
<section class="tsd-panel tsd-member"><a id="rollback" class="tsd-anchor"></a>
|
|
323
323
|
<h3 class="tsd-anchor-link"><span>rollback</span><a href="#rollback" aria-label="Permalink" class="tsd-anchor-icon"><svg class="icon icon-tabler icon-tabler-link" viewBox="0 0 24 24" stroke-width="2" stroke="currentColor" fill="none" stroke-linecap="round" stroke-linejoin="round"><use href="#icon-anchor-a"></use><use href="#icon-anchor-b"></use><use href="#icon-anchor-c"></use></svg></a></h3>
|
|
324
324
|
<ul class="tsd-signatures">
|
|
@@ -332,7 +332,7 @@ write access</p>
|
|
|
332
332
|
<aside class="tsd-sources">
|
|
333
333
|
<p>Overrides <a href="DatabaseConnection.html">DatabaseConnection</a>.<a href="DatabaseConnection.html#rollback">rollback</a></p>
|
|
334
334
|
<ul>
|
|
335
|
-
<li>Defined in <a href="https://github.com/breautek/storm/blob/
|
|
335
|
+
<li>Defined in <a href="https://github.com/breautek/storm/blob/1190bb1/src/MySQLConnection.ts#L193">src/MySQLConnection.ts:193</a></li></ul></aside></li></ul></section>
|
|
336
336
|
<section class="tsd-panel tsd-member tsd-is-inherited"><a id="setInstantiationStack" class="tsd-anchor"></a>
|
|
337
337
|
<h3 class="tsd-anchor-link"><span>set<wbr/>Instantiation<wbr/>Stack</span><a href="#setInstantiationStack" aria-label="Permalink" class="tsd-anchor-icon"><svg class="icon icon-tabler icon-tabler-link" viewBox="0 0 24 24" stroke-width="2" stroke="currentColor" fill="none" stroke-linecap="round" stroke-linejoin="round"><use href="#icon-anchor-a"></use><use href="#icon-anchor-b"></use><use href="#icon-anchor-c"></use></svg></a></h3>
|
|
338
338
|
<ul class="tsd-signatures tsd-is-inherited">
|
|
@@ -346,7 +346,7 @@ write access</p>
|
|
|
346
346
|
<h4 class="tsd-returns-title">Returns <span class="tsd-signature-type">void</span></h4><aside class="tsd-sources">
|
|
347
347
|
<p>Inherited from <a href="DatabaseConnection.html">DatabaseConnection</a>.<a href="DatabaseConnection.html#setInstantiationStack">setInstantiationStack</a></p>
|
|
348
348
|
<ul>
|
|
349
|
-
<li>Defined in <a href="https://github.com/breautek/storm/blob/
|
|
349
|
+
<li>Defined in <a href="https://github.com/breautek/storm/blob/1190bb1/src/DatabaseConnection.ts#L64">src/DatabaseConnection.ts:64</a></li></ul></aside></li></ul></section>
|
|
350
350
|
<section class="tsd-panel tsd-member tsd-is-inherited"><a id="setTimeout" class="tsd-anchor"></a>
|
|
351
351
|
<h3 class="tsd-anchor-link"><span>set<wbr/>Timeout</span><a href="#setTimeout" aria-label="Permalink" class="tsd-anchor-icon"><svg class="icon icon-tabler icon-tabler-link" viewBox="0 0 24 24" stroke-width="2" stroke="currentColor" fill="none" stroke-linecap="round" stroke-linejoin="round"><use href="#icon-anchor-a"></use><use href="#icon-anchor-b"></use><use href="#icon-anchor-c"></use></svg></a></h3>
|
|
352
352
|
<ul class="tsd-signatures tsd-is-inherited">
|
|
@@ -364,7 +364,7 @@ write access</p>
|
|
|
364
364
|
<h4 class="tsd-returns-title">Returns <span class="tsd-signature-type">void</span></h4><aside class="tsd-sources">
|
|
365
365
|
<p>Inherited from <a href="DatabaseConnection.html">DatabaseConnection</a>.<a href="DatabaseConnection.html#setTimeout">setTimeout</a></p>
|
|
366
366
|
<ul>
|
|
367
|
-
<li>Defined in <a href="https://github.com/breautek/storm/blob/
|
|
367
|
+
<li>Defined in <a href="https://github.com/breautek/storm/blob/1190bb1/src/DatabaseConnection.ts#L109">src/DatabaseConnection.ts:109</a></li></ul></aside></li></ul></section>
|
|
368
368
|
<section class="tsd-panel tsd-member"><a id="startTransaction" class="tsd-anchor"></a>
|
|
369
369
|
<h3 class="tsd-anchor-link"><span>start<wbr/>Transaction</span><a href="#startTransaction" aria-label="Permalink" class="tsd-anchor-icon"><svg class="icon icon-tabler icon-tabler-link" viewBox="0 0 24 24" stroke-width="2" stroke="currentColor" fill="none" stroke-linecap="round" stroke-linejoin="round"><use href="#icon-anchor-a"></use><use href="#icon-anchor-b"></use><use href="#icon-anchor-c"></use></svg></a></h3>
|
|
370
370
|
<ul class="tsd-signatures">
|
|
@@ -383,7 +383,7 @@ write access</p>
|
|
|
383
383
|
<aside class="tsd-sources">
|
|
384
384
|
<p>Overrides <a href="DatabaseConnection.html">DatabaseConnection</a>.<a href="DatabaseConnection.html#startTransaction">startTransaction</a></p>
|
|
385
385
|
<ul>
|
|
386
|
-
<li>Defined in <a href="https://github.com/breautek/storm/blob/
|
|
386
|
+
<li>Defined in <a href="https://github.com/breautek/storm/blob/1190bb1/src/MySQLConnection.ts#L165">src/MySQLConnection.ts:165</a></li></ul></aside></li></ul></section>
|
|
387
387
|
<section class="tsd-panel tsd-member tsd-is-inherited"><a id="stream" class="tsd-anchor"></a>
|
|
388
388
|
<h3 class="tsd-anchor-link"><span>stream</span><a href="#stream" aria-label="Permalink" class="tsd-anchor-icon"><svg class="icon icon-tabler icon-tabler-link" viewBox="0 0 24 24" stroke-width="2" stroke="currentColor" fill="none" stroke-linecap="round" stroke-linejoin="round"><use href="#icon-anchor-a"></use><use href="#icon-anchor-b"></use><use href="#icon-anchor-c"></use></svg></a></h3>
|
|
389
389
|
<ul class="tsd-signatures tsd-is-inherited">
|
|
@@ -405,7 +405,7 @@ write access</p>
|
|
|
405
405
|
<aside class="tsd-sources">
|
|
406
406
|
<p>Inherited from <a href="DatabaseConnection.html">DatabaseConnection</a>.<a href="DatabaseConnection.html#stream">stream</a></p>
|
|
407
407
|
<ul>
|
|
408
|
-
<li>Defined in <a href="https://github.com/breautek/storm/blob/
|
|
408
|
+
<li>Defined in <a href="https://github.com/breautek/storm/blob/1190bb1/src/DatabaseConnection.ts#L152">src/DatabaseConnection.ts:152</a></li></ul></aside></li></ul></section></section></div>
|
|
409
409
|
<div class="col-sidebar">
|
|
410
410
|
<div class="page-menu">
|
|
411
411
|
<div class="tsd-navigation settings">
|