@breautek/storm 8.3.0 → 8.4.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/CHANGELOG.md +8 -0
- package/docs/assets/hierarchy.js +1 -1
- package/docs/assets/search.js +1 -1
- package/docs/classes/Application.html +17 -17
- package/docs/classes/BackendAuthenticationMiddleware.html +3 -3
- package/docs/classes/CORSMiddleware.html +3 -3
- package/docs/classes/ConfigLoader.html +3 -3
- package/docs/classes/Database.html +2 -2
- package/docs/classes/DatabaseCastObject.html +2 -2
- package/docs/classes/DatabaseConnection.html +22 -20
- package/docs/classes/DatabaseQueryError.html +5 -5
- package/docs/classes/DeadLockError.html +5 -5
- package/docs/classes/DiskSpaceError.html +5 -5
- package/docs/classes/DropTemporaryTableQuery.html +7 -7
- package/docs/classes/DuplicateEntryError.html +5 -5
- package/docs/classes/EntityNotFoundError.html +5 -5
- package/docs/classes/ExpiredTokenError.html +5 -5
- package/docs/classes/Handler.html +2 -2
- package/docs/classes/InternalError.html +5 -5
- package/docs/classes/InvalidCredentialsError.html +5 -5
- package/docs/classes/InvalidValueError.html +5 -5
- package/docs/classes/LineString.html +2 -2
- package/docs/classes/LockWaitTimeoutError.html +5 -5
- package/docs/classes/ManagedDatabaseConnection.html +5 -3
- package/docs/classes/Middleware.html +2 -2
- package/docs/classes/MissingConfigError.html +5 -5
- package/docs/classes/MissingParameterError.html +5 -5
- package/docs/classes/MySQLConnection.html +23 -21
- package/docs/classes/MySQLDatabase.html +2 -2
- package/docs/classes/NotImplementedError.html +5 -5
- package/docs/classes/Point.html +2 -2
- package/docs/classes/Polygon.html +2 -2
- package/docs/classes/Query.html +7 -7
- package/docs/classes/RawError.html +5 -5
- package/docs/classes/RawQuery.html +7 -7
- package/docs/classes/Request.html +2 -2
- package/docs/classes/Response.html +2 -2
- package/docs/classes/ResponseData.html +2 -2
- package/docs/classes/ServiceProvider.html +2 -2
- package/docs/classes/ServiceResponse.html +2 -2
- package/docs/classes/SetSessionVariableQuery.html +7 -7
- package/docs/classes/StormError.html +5 -5
- package/docs/classes/TemporaryTableQuery.html +7 -7
- package/docs/classes/TimeoutError.html +5 -5
- package/docs/classes/Token.html +2 -2
- package/docs/classes/TokenManager.html +2 -2
- package/docs/classes/Transaction.html +2 -2
- package/docs/classes/UnauthorizedAccessError.html +5 -5
- package/docs/enums/ErrorCode.html +2 -2
- package/docs/enums/ExitCode.html +2 -2
- package/docs/enums/HTTPMethod.html +2 -2
- package/docs/enums/IsolationLevel.html +2 -2
- package/docs/enums/JWTError.html +2 -2
- package/docs/enums/StatusCode.html +2 -2
- package/docs/functions/getInstance.html +1 -1
- package/docs/hierarchy.html +1 -1
- package/docs/interfaces/IAdditionalErrorDetails.html +1 -1
- package/docs/interfaces/ICloudwatchConfig.html +2 -2
- package/docs/interfaces/ICloudwatchCredentials.html +2 -2
- package/docs/interfaces/ICloudwatchStreamConfig.html +2 -2
- package/docs/interfaces/IConfig.html +2 -2
- package/docs/interfaces/IDatabaseConfig.html +2 -2
- package/docs/interfaces/IDatabaseConnection.html +5 -3
- package/docs/interfaces/IDatabasePosition.html +2 -2
- package/docs/interfaces/IErrorResponse.html +2 -2
- package/docs/interfaces/IFormData.html +2 -2
- package/docs/interfaces/IHandler.html +2 -2
- package/docs/interfaces/IInsertQueryResult.html +2 -2
- package/docs/interfaces/IJWTVerifyOptions.html +2 -2
- package/docs/interfaces/IOKPacket.html +2 -2
- package/docs/interfaces/IParameterMap.html +1 -1
- package/docs/interfaces/IQueryable.html +2 -2
- package/docs/interfaces/IRequestResponse.html +2 -2
- package/docs/interfaces/IServiceHeaders.html +1 -1
- package/docs/interfaces/ISetSessionVariableQueryInput.html +2 -2
- package/docs/interfaces/IStormCLIArgs.html +2 -2
- package/docs/interfaces/ITemporaryTableQueryInput.html +2 -2
- package/docs/interfaces/IUpdateQueryResult.html +2 -2
- package/docs/types/IDeleteQueryResult.html +1 -1
- package/docs/types/IHandlerError.html +1 -1
- package/docs/types/IHandlerResponse.html +1 -1
- package/docs/types/IStoredProcedureResult.html +1 -1
- package/docs/types/TCoordinate.html +1 -1
- package/eslint.config.js +14 -0
- package/lib/Application.js +2 -0
- package/lib/Application.js.map +1 -1
- package/lib/BackendAuthenticationMiddleware.js +0 -1
- package/lib/BackendAuthenticationMiddleware.js.map +1 -1
- package/lib/ConfigLoader.js +1 -0
- package/lib/ConfigLoader.js.map +1 -1
- package/lib/DatabaseConnection.d.ts +1 -0
- package/lib/DatabaseConnection.js +0 -1
- package/lib/DatabaseConnection.js.map +1 -1
- package/lib/DatabaseQueryError.js +0 -1
- package/lib/DatabaseQueryError.js.map +1 -1
- package/lib/DropTemporaryTableQuery.js.map +1 -1
- package/lib/ExpiredTokenError.js +0 -1
- package/lib/ExpiredTokenError.js.map +1 -1
- package/lib/IDatabaseConnection.d.ts +6 -0
- package/lib/InternalError.js +0 -1
- package/lib/InternalError.js.map +1 -1
- package/lib/InvalidCredentialsError.js +0 -1
- package/lib/InvalidCredentialsError.js.map +1 -1
- package/lib/InvalidValueError.js +0 -1
- package/lib/InvalidValueError.js.map +1 -1
- package/lib/ManagedDatabaseConnection.d.ts +2 -0
- package/lib/ManagedDatabaseConnection.js +5 -2
- package/lib/ManagedDatabaseConnection.js.map +1 -1
- package/lib/Middleware.js +0 -1
- package/lib/Middleware.js.map +1 -1
- package/lib/MySQLConnection.d.ts +2 -0
- package/lib/MySQLConnection.js +15 -13
- package/lib/MySQLConnection.js.map +1 -1
- package/lib/MySQLDatabase.js +0 -2
- package/lib/MySQLDatabase.js.map +1 -1
- package/lib/Query.js.map +1 -1
- package/lib/Request.js.map +1 -1
- package/lib/Response.js.map +1 -1
- package/lib/ServiceProvider.js +0 -5
- package/lib/ServiceProvider.js.map +1 -1
- package/lib/TokenManager.js.map +1 -1
- package/lib/mysql/queryFormatter.d.ts +1 -0
- package/lib/mysql/queryFormatter.js +17 -0
- package/lib/mysql/queryFormatter.js.map +1 -0
- package/lib/private/ConnectionReplicationWaiter.js +2 -1
- package/lib/private/ConnectionReplicationWaiter.js.map +1 -1
- package/package.json +11 -14
- package/src/Application.ts +3 -1
- package/src/BackendAuthenticationMiddleware.ts +0 -1
- package/src/ConfigLoader.ts +2 -1
- package/src/DatabaseConnection.ts +4 -5
- package/src/DatabaseQueryError.ts +0 -1
- package/src/DropTemporaryTableQuery.ts +3 -3
- package/src/ExpiredTokenError.ts +0 -1
- package/src/IDatabaseConnection.ts +7 -0
- package/src/InternalError.ts +0 -1
- package/src/InvalidCredentialsError.ts +0 -1
- package/src/InvalidValueError.ts +0 -1
- package/src/ManagedDatabaseConnection.ts +7 -2
- package/src/Middleware.ts +0 -1
- package/src/MySQLConnection.ts +18 -12
- package/src/MySQLDatabase.ts +0 -2
- package/src/Query.ts +1 -1
- package/src/Request.ts +2 -1
- package/src/Response.ts +1 -1
- package/src/ServiceProvider.ts +0 -5
- package/src/TokenManager.ts +1 -1
- package/src/mysql/queryFormatter.ts +14 -0
- package/src/private/ConnectionReplicationWaiter.ts +2 -1
- package/.eslintrc.js +0 -61
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
<!DOCTYPE html><html class="default" lang="en" data-base=".."><head><meta charset="utf-8"/><meta http-equiv="x-ua-compatible" content="IE=edge"/><title>MySQLConnection | @breautek/storm</title><meta name="description" content="Documentation for @breautek/storm"/><meta name="viewport" content="width=device-width, initial-scale=1"/><link rel="stylesheet" href="../assets/style.css"/><link rel="stylesheet" href="../assets/highlight.css"/><script defer src="../assets/main.js"></script><script async src="../assets/icons.js" id="tsd-icons-script"></script><script async src="../assets/search.js" id="tsd-search-script"></script><script async src="../assets/navigation.js" id="tsd-nav-script"></script><script async src="../assets/hierarchy.js" id="tsd-hierarchy-script"></script></head><body><script>document.documentElement.dataset.theme = localStorage.getItem("tsd-theme") || "os";document.body.style.display="none";setTimeout(() => app?app.showPage():document.body.style.removeProperty("display"),500)</script><header class="tsd-page-toolbar"><div class="tsd-toolbar-contents container"><div class="table-cell" id="tsd-search"><div class="field"><label for="tsd-search-field" class="tsd-widget tsd-toolbar-icon search no-caption"><svg width="16" height="16" viewBox="0 0 16 16" fill="none" aria-hidden="true"><use href="../assets/icons.svg#icon-search"></use></svg></label><input type="text" id="tsd-search-field" aria-label="Search"/></div><div class="field"><div id="tsd-toolbar-links"></div></div><ul class="results"><li class="state loading">Preparing search index...</li><li class="state failure">The search index is not available</li></ul><a href="../index.html" class="title">@breautek/storm</a></div><div class="table-cell" id="tsd-widgets"><a href="#" class="tsd-widget tsd-toolbar-icon menu no-caption" data-toggle="menu" aria-label="Menu"><svg width="16" height="16" viewBox="0 0 16 16" fill="none" aria-hidden="true"><use href="../assets/icons.svg#icon-menu"></use></svg></a></div></div></header><div class="container container-main"><div class="col-content"><div class="tsd-page-title"><ul class="tsd-breadcrumb"><li><a href="../index.html">@breautek/storm</a></li><li><a href="MySQLConnection.html">MySQLConnection</a></li></ul><h1>Class MySQLConnection</h1></div><section class="tsd-panel tsd-comment"><div class="tsd-comment tsd-typography"><p>Do not call <code>new Database</code> directly. Use <code>Database.getConnection</code> to create a <code>DatabaseConnection</code> object.</p>
|
|
2
2
|
</div><div class="tsd-comment tsd-typography"><div class="tsd-tag-implements"><h4 class="tsd-anchor-link"><a id="implements" class="tsd-anchor"></a>Implements<a href="#implements" aria-label="Permalink" class="tsd-anchor-icon"><svg viewBox="0 0 24 24" aria-hidden="true"><use href="../assets/icons.svg#icon-anchor"></use></svg></a></h4><p><code>IDatabaseConnection</code></p>
|
|
3
|
-
</div></div></section><section class="tsd-panel tsd-hierarchy" data-refl="
|
|
3
|
+
</div></div></section><section class="tsd-panel tsd-hierarchy" data-refl="463"><h4>Hierarchy (<a href="../hierarchy.html#MySQLConnection">View Summary</a>)</h4><ul class="tsd-hierarchy"><li class="tsd-hierarchy-item"><a href="DatabaseConnection.html" class="tsd-signature-type tsd-kind-class">DatabaseConnection</a><span class="tsd-signature-symbol"><</span><span class="tsd-signature-type">MySQL.PoolConnection</span><span class="tsd-signature-symbol">></span><ul class="tsd-hierarchy"><li class="tsd-hierarchy-item"><span class="tsd-hierarchy-target">MySQLConnection</span></li></ul></li></ul></section><aside class="tsd-sources"><ul><li>Defined in <a href="https://github.com/breautek/storm/blob/32ac9285aa8cdb1dd34f18702262e8e0f1f20eb0/src/MySQLConnection.ts#L63">src/MySQLConnection.ts:63</a></li></ul></aside><section class="tsd-panel-group tsd-index-group"><section class="tsd-panel tsd-index-panel"><details class="tsd-index-content tsd-accordion" open><summary class="tsd-accordion-summary tsd-index-summary"><h5 class="tsd-index-heading uppercase" role="button" aria-expanded="false" tabIndex="0"><svg width="16" height="16" viewBox="0 0 16 16" fill="none" aria-hidden="true"><use href="../assets/icons.svg#icon-chevronSmall"></use></svg> Index</h5></summary><div class="tsd-accordion-details"><section class="tsd-index-section"><h3 class="tsd-index-heading">Constructors</h3><div class="tsd-index-list"><a href="MySQLConnection.html#constructor" class="tsd-index-link"><svg class="tsd-kind-icon" viewBox="0 0 24 24" aria-label="Constructor"><use href="../assets/icons.svg#icon-512"></use></svg><span>constructor</span></a>
|
|
4
4
|
</div></section><section class="tsd-index-section"><h3 class="tsd-index-heading">Methods</h3><div class="tsd-index-list"><a href="MySQLConnection.html#__internal_init" class="tsd-index-link"><svg class="tsd-kind-icon" viewBox="0 0 24 24" aria-label="Method"><use href="../assets/icons.svg#icon-2048"></use></svg><span>__internal_<wbr/>init</span></a>
|
|
5
5
|
<a href="MySQLConnection.html#_close" class="tsd-index-link tsd-is-protected"><svg class="tsd-kind-icon" viewBox="0 0 24 24" aria-label="Method"><use href="../assets/icons.svg#icon-2048"></use></svg><span>_close</span></a>
|
|
6
6
|
<a href="MySQLConnection.html#_query" class="tsd-index-link tsd-is-protected"><svg class="tsd-kind-icon" viewBox="0 0 24 24" aria-label="Method"><use href="../assets/icons.svg#icon-2048"></use></svg><span>_query</span></a>
|
|
@@ -8,6 +8,7 @@
|
|
|
8
8
|
<a href="MySQLConnection.html#close" class="tsd-index-link tsd-is-inherited"><svg class="tsd-kind-icon" viewBox="0 0 24 24" aria-label="Method"><use href="../assets/icons.svg#icon-2048"></use></svg><span>close</span></a>
|
|
9
9
|
<a href="MySQLConnection.html#commit" class="tsd-index-link"><svg class="tsd-kind-icon" viewBox="0 0 24 24" aria-label="Method"><use href="../assets/icons.svg#icon-2048"></use></svg><span>commit</span></a>
|
|
10
10
|
<a href="MySQLConnection.html#endtransaction" class="tsd-index-link"><svg class="tsd-kind-icon" viewBox="0 0 24 24" aria-label="Method"><use href="../assets/icons.svg#icon-2048"></use></svg><span>end<wbr/>Transaction</span></a>
|
|
11
|
+
<a href="MySQLConnection.html#formatquery" class="tsd-index-link"><svg class="tsd-kind-icon" viewBox="0 0 24 24" aria-label="Method"><use href="../assets/icons.svg#icon-2048"></use></svg><span>format<wbr/>Query</span></a>
|
|
11
12
|
<a href="MySQLConnection.html#getapi" class="tsd-index-link tsd-is-inherited"><svg class="tsd-kind-icon" viewBox="0 0 24 24" aria-label="Method"><use href="../assets/icons.svg#icon-2048"></use></svg><span>getAPI</span></a>
|
|
12
13
|
<a href="MySQLConnection.html#getcurrentdatabaseposition" class="tsd-index-link"><svg class="tsd-kind-icon" viewBox="0 0 24 24" aria-label="Method"><use href="../assets/icons.svg#icon-2048"></use></svg><span>get<wbr/>Current<wbr/>Database<wbr/>Position</span></a>
|
|
13
14
|
<a href="MySQLConnection.html#getinstantiationstack" class="tsd-index-link tsd-is-inherited"><svg class="tsd-kind-icon" viewBox="0 0 24 24" aria-label="Method"><use href="../assets/icons.svg#icon-2048"></use></svg><span>get<wbr/>Instantiation<wbr/>Stack</span></a>
|
|
@@ -24,57 +25,58 @@
|
|
|
24
25
|
<a href="MySQLConnection.html#settimeout" class="tsd-index-link tsd-is-inherited"><svg class="tsd-kind-icon" viewBox="0 0 24 24" aria-label="Method"><use href="../assets/icons.svg#icon-2048"></use></svg><span>set<wbr/>Timeout</span></a>
|
|
25
26
|
<a href="MySQLConnection.html#starttransaction" class="tsd-index-link"><svg class="tsd-kind-icon" viewBox="0 0 24 24" aria-label="Method"><use href="../assets/icons.svg#icon-2048"></use></svg><span>start<wbr/>Transaction</span></a>
|
|
26
27
|
<a href="MySQLConnection.html#stream" class="tsd-index-link tsd-is-inherited"><svg class="tsd-kind-icon" viewBox="0 0 24 24" aria-label="Method"><use href="../assets/icons.svg#icon-2048"></use></svg><span>stream</span></a>
|
|
27
|
-
</div></section></div></details></section></section><details class="tsd-panel-group tsd-member-group tsd-accordion" open><summary class="tsd-accordion-summary" data-key="section-Constructors"><h2><svg width="20" height="20" viewBox="0 0 24 24" fill="none" aria-hidden="true"><use href="../assets/icons.svg#icon-chevronDown"></use></svg> Constructors</h2></summary><section><section class="tsd-panel tsd-member"><a id="constructor" class="tsd-anchor"></a><h3 class="tsd-anchor-link"><span>constructor</span><a href="#constructor" aria-label="Permalink" class="tsd-anchor-icon"><svg viewBox="0 0 24 24" aria-hidden="true"><use href="../assets/icons.svg#icon-anchor"></use></svg></a></h3><ul class="tsd-signatures"><li class=""><div class="tsd-signature tsd-anchor-link"><a id="constructormysqlconnection" class="tsd-anchor"></a><span class="tsd-signature-keyword">new</span> <span class="tsd-kind-constructor-signature">MySQLConnection</span><span class="tsd-signature-symbol">(</span><br/> <span class="tsd-kind-parameter">connection</span><span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">PoolConnection</span><span class="tsd-signature-symbol">,</span><br/> <span class="tsd-kind-parameter">instantiationStack</span><span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">string</span><span class="tsd-signature-symbol">,</span><br/> <span class="tsd-kind-parameter">isReadOnly</span><span class="tsd-signature-symbol">?:</span> <span class="tsd-signature-type">boolean</span><span class="tsd-signature-symbol">,</span><br/><span class="tsd-signature-symbol">)</span><span class="tsd-signature-symbol">:</span> <a href="MySQLConnection.html" class="tsd-signature-type tsd-kind-class">MySQLConnection</a><a href="#constructormysqlconnection" aria-label="Permalink" class="tsd-anchor-icon"><svg viewBox="0 0 24 24" aria-hidden="true"><use href="../assets/icons.svg#icon-anchor"></use></svg></a></div><div class="tsd-description"><div class="tsd-parameters"><h4 class="tsd-parameters-title">Parameters</h4><ul class="tsd-parameter-list"><li><span><span class="tsd-kind-parameter">connection</span>: <span class="tsd-signature-type">PoolConnection</span></span></li><li><span><span class="tsd-kind-parameter">instantiationStack</span>: <span class="tsd-signature-type">string</span></span></li><li><span><span class="tsd-kind-parameter">isReadOnly</span>: <span class="tsd-signature-type">boolean</span><span class="tsd-signature-symbol"> = true</span></span></li></ul></div><h4 class="tsd-returns-title">Returns <a href="MySQLConnection.html" class="tsd-signature-type tsd-kind-class">MySQLConnection</a></h4><aside class="tsd-sources"><p>Overrides <a href="DatabaseConnection.html">DatabaseConnection</a>.<a href="DatabaseConnection.html#constructor">constructor</a></p><ul><li>Defined in <a href="https://github.com/breautek/storm/blob/
|
|
28
|
+
</div></section></div></details></section></section><details class="tsd-panel-group tsd-member-group tsd-accordion" open><summary class="tsd-accordion-summary" data-key="section-Constructors"><h2><svg width="20" height="20" viewBox="0 0 24 24" fill="none" aria-hidden="true"><use href="../assets/icons.svg#icon-chevronDown"></use></svg> Constructors</h2></summary><section><section class="tsd-panel tsd-member"><a id="constructor" class="tsd-anchor"></a><h3 class="tsd-anchor-link"><span>constructor</span><a href="#constructor" aria-label="Permalink" class="tsd-anchor-icon"><svg viewBox="0 0 24 24" aria-hidden="true"><use href="../assets/icons.svg#icon-anchor"></use></svg></a></h3><ul class="tsd-signatures"><li class=""><div class="tsd-signature tsd-anchor-link"><a id="constructormysqlconnection" class="tsd-anchor"></a><span class="tsd-signature-keyword">new</span> <span class="tsd-kind-constructor-signature">MySQLConnection</span><span class="tsd-signature-symbol">(</span><br/> <span class="tsd-kind-parameter">connection</span><span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">PoolConnection</span><span class="tsd-signature-symbol">,</span><br/> <span class="tsd-kind-parameter">instantiationStack</span><span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">string</span><span class="tsd-signature-symbol">,</span><br/> <span class="tsd-kind-parameter">isReadOnly</span><span class="tsd-signature-symbol">?:</span> <span class="tsd-signature-type">boolean</span><span class="tsd-signature-symbol">,</span><br/><span class="tsd-signature-symbol">)</span><span class="tsd-signature-symbol">:</span> <a href="MySQLConnection.html" class="tsd-signature-type tsd-kind-class">MySQLConnection</a><a href="#constructormysqlconnection" aria-label="Permalink" class="tsd-anchor-icon"><svg viewBox="0 0 24 24" aria-hidden="true"><use href="../assets/icons.svg#icon-anchor"></use></svg></a></div><div class="tsd-description"><div class="tsd-parameters"><h4 class="tsd-parameters-title">Parameters</h4><ul class="tsd-parameter-list"><li><span><span class="tsd-kind-parameter">connection</span>: <span class="tsd-signature-type">PoolConnection</span></span></li><li><span><span class="tsd-kind-parameter">instantiationStack</span>: <span class="tsd-signature-type">string</span></span></li><li><span><span class="tsd-kind-parameter">isReadOnly</span>: <span class="tsd-signature-type">boolean</span><span class="tsd-signature-symbol"> = true</span></span></li></ul></div><h4 class="tsd-returns-title">Returns <a href="MySQLConnection.html" class="tsd-signature-type tsd-kind-class">MySQLConnection</a></h4><aside class="tsd-sources"><p>Overrides <a href="DatabaseConnection.html">DatabaseConnection</a>.<a href="DatabaseConnection.html#constructor">constructor</a></p><ul><li>Defined in <a href="https://github.com/breautek/storm/blob/32ac9285aa8cdb1dd34f18702262e8e0f1f20eb0/src/MySQLConnection.ts#L68">src/MySQLConnection.ts:68</a></li></ul></aside></div></li></ul></section></section></details><details class="tsd-panel-group tsd-member-group tsd-accordion" open><summary class="tsd-accordion-summary" data-key="section-Methods"><h2><svg width="20" height="20" viewBox="0 0 24 24" fill="none" aria-hidden="true"><use href="../assets/icons.svg#icon-chevronDown"></use></svg> Methods</h2></summary><section><section class="tsd-panel tsd-member"><a id="__internal_init" class="tsd-anchor"></a><h3 class="tsd-anchor-link"><span>__internal_<wbr/>init</span><a href="#__internal_init" aria-label="Permalink" class="tsd-anchor-icon"><svg viewBox="0 0 24 24" aria-hidden="true"><use href="../assets/icons.svg#icon-anchor"></use></svg></a></h3><ul class="tsd-signatures"><li class=""><div class="tsd-signature tsd-anchor-link"><a id="__internal_init-1" class="tsd-anchor"></a><span class="tsd-kind-call-signature">__internal_init</span><span class="tsd-signature-symbol">()</span><span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">Promise</span><span class="tsd-signature-symbol"><</span><span class="tsd-signature-type">void</span><span class="tsd-signature-symbol">></span><a href="#__internal_init-1" aria-label="Permalink" class="tsd-anchor-icon"><svg viewBox="0 0 24 24" aria-hidden="true"><use href="../assets/icons.svg#icon-anchor"></use></svg></a></div><div class="tsd-description"><code class="tsd-tag">Internal</code><div class="tsd-comment tsd-typography"><ul>
|
|
28
29
|
<li>Do not use in application code</li>
|
|
29
30
|
</ul>
|
|
30
|
-
</div><h4 class="tsd-returns-title">Returns <span class="tsd-signature-type">Promise</span><span class="tsd-signature-symbol"><</span><span class="tsd-signature-type">void</span><span class="tsd-signature-symbol">></span></h4><div class="tsd-comment tsd-typography"></div><aside class="tsd-sources"><ul><li>Defined in <a href="https://github.com/breautek/storm/blob/
|
|
31
|
+
</div><h4 class="tsd-returns-title">Returns <span class="tsd-signature-type">Promise</span><span class="tsd-signature-symbol"><</span><span class="tsd-signature-type">void</span><span class="tsd-signature-symbol">></span></h4><div class="tsd-comment tsd-typography"></div><aside class="tsd-sources"><ul><li>Defined in <a href="https://github.com/breautek/storm/blob/32ac9285aa8cdb1dd34f18702262e8e0f1f20eb0/src/MySQLConnection.ts#L93">src/MySQLConnection.ts:93</a></li></ul></aside></div></li></ul></section><section class="tsd-panel tsd-member tsd-is-protected"><a id="_close" class="tsd-anchor"></a><h3 class="tsd-anchor-link"><code class="tsd-tag">Protected</code><span>_close</span><a href="#_close" aria-label="Permalink" class="tsd-anchor-icon"><svg viewBox="0 0 24 24" aria-hidden="true"><use href="../assets/icons.svg#icon-anchor"></use></svg></a></h3><ul class="tsd-signatures tsd-is-protected"><li class=""><div class="tsd-signature tsd-anchor-link"><a id="_close-1" class="tsd-anchor"></a><span class="tsd-kind-call-signature">_close</span><span class="tsd-signature-symbol">(</span><span class="tsd-kind-parameter">forceClose</span><span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">boolean</span><span class="tsd-signature-symbol">)</span><span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">Promise</span><span class="tsd-signature-symbol"><</span><span class="tsd-signature-type">void</span><span class="tsd-signature-symbol">></span><a href="#_close-1" aria-label="Permalink" class="tsd-anchor-icon"><svg viewBox="0 0 24 24" aria-hidden="true"><use href="../assets/icons.svg#icon-anchor"></use></svg></a></div><div class="tsd-description"><div class="tsd-comment tsd-typography"><p>Implementation to close the connection, if <code>forceClose</code> is true, close the connection no matter what.
|
|
31
32
|
Silently error if it means the connection is closed.</p>
|
|
32
33
|
</div><div class="tsd-parameters"><h4 class="tsd-parameters-title">Parameters</h4><ul class="tsd-parameter-list"><li><span><span class="tsd-kind-parameter">forceClose</span>: <span class="tsd-signature-type">boolean</span></span><div class="tsd-comment tsd-typography"><p>boolean, if <code>true</code>, should close the connection no matter what.</p>
|
|
33
34
|
</div><div class="tsd-comment tsd-typography"></div></li></ul></div><h4 class="tsd-returns-title">Returns <span class="tsd-signature-type">Promise</span><span class="tsd-signature-symbol"><</span><span class="tsd-signature-type">void</span><span class="tsd-signature-symbol">></span></h4><p>Promise<void></p>
|
|
34
|
-
<div class="tsd-comment tsd-typography"><div class="tsd-tag-async"><h4 class="tsd-anchor-link"><a id="async" class="tsd-anchor"></a>Async<a href="#async" aria-label="Permalink" class="tsd-anchor-icon"><svg viewBox="0 0 24 24" aria-hidden="true"><use href="../assets/icons.svg#icon-anchor"></use></svg></a></h4></div></div><aside class="tsd-sources"><p>Overrides <a href="DatabaseConnection.html">DatabaseConnection</a>.<a href="DatabaseConnection.html#_close">_close</a></p><ul><li>Defined in <a href="https://github.com/breautek/storm/blob/
|
|
35
|
+
<div class="tsd-comment tsd-typography"><div class="tsd-tag-async"><h4 class="tsd-anchor-link"><a id="async" class="tsd-anchor"></a>Async<a href="#async" aria-label="Permalink" class="tsd-anchor-icon"><svg viewBox="0 0 24 24" aria-hidden="true"><use href="../assets/icons.svg#icon-anchor"></use></svg></a></h4></div></div><aside class="tsd-sources"><p>Overrides <a href="DatabaseConnection.html">DatabaseConnection</a>.<a href="DatabaseConnection.html#_close">_close</a></p><ul><li>Defined in <a href="https://github.com/breautek/storm/blob/32ac9285aa8cdb1dd34f18702262e8e0f1f20eb0/src/MySQLConnection.ts#L259">src/MySQLConnection.ts:259</a></li></ul></aside></div></li></ul></section><section class="tsd-panel tsd-member tsd-is-protected"><a id="_query" class="tsd-anchor"></a><h3 class="tsd-anchor-link"><code class="tsd-tag">Protected</code><span>_query</span><a href="#_query" aria-label="Permalink" class="tsd-anchor-icon"><svg viewBox="0 0 24 24" aria-hidden="true"><use href="../assets/icons.svg#icon-anchor"></use></svg></a></h3><ul class="tsd-signatures tsd-is-protected"><li class=""><div class="tsd-signature tsd-anchor-link"><a id="_query-1" class="tsd-anchor"></a><span class="tsd-kind-call-signature">_query</span><span class="tsd-signature-symbol">(</span><span class="tsd-kind-parameter">query</span><span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">string</span><span class="tsd-signature-symbol">,</span> <span class="tsd-kind-parameter">params</span><span class="tsd-signature-symbol">?:</span> <span class="tsd-signature-type">any</span><span class="tsd-signature-symbol">)</span><span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">Promise</span><span class="tsd-signature-symbol"><</span><span class="tsd-signature-type">any</span><span class="tsd-signature-symbol">></span><a href="#_query-1" aria-label="Permalink" class="tsd-anchor-icon"><svg viewBox="0 0 24 24" aria-hidden="true"><use href="../assets/icons.svg#icon-anchor"></use></svg></a></div><div class="tsd-description"><div class="tsd-comment tsd-typography"><p>Implementation method to return a dataset from the database</p>
|
|
35
36
|
</div><div class="tsd-parameters"><h4 class="tsd-parameters-title">Parameters</h4><ul class="tsd-parameter-list"><li><span><span class="tsd-kind-parameter">query</span>: <span class="tsd-signature-type">string</span></span><div class="tsd-comment tsd-typography"><p>The database query</p>
|
|
36
37
|
</div><div class="tsd-comment tsd-typography"></div></li><li><span><code class="tsd-tag">Optional</code><span class="tsd-kind-parameter">params</span>: <span class="tsd-signature-type">any</span></span><div class="tsd-comment tsd-typography"><p>The query parameters</p>
|
|
37
38
|
</div><div class="tsd-comment tsd-typography"></div></li></ul></div><h4 class="tsd-returns-title">Returns <span class="tsd-signature-type">Promise</span><span class="tsd-signature-symbol"><</span><span class="tsd-signature-type">any</span><span class="tsd-signature-symbol">></span></h4><p>Promise</p>
|
|
38
|
-
<div class="tsd-comment tsd-typography"><div class="tsd-tag-async"><h4 class="tsd-anchor-link"><a id="async-1" class="tsd-anchor"></a>Async<a href="#async-1" aria-label="Permalink" class="tsd-anchor-icon"><svg viewBox="0 0 24 24" aria-hidden="true"><use href="../assets/icons.svg#icon-anchor"></use></svg></a></h4></div></div><aside class="tsd-sources"><p>Overrides <a href="DatabaseConnection.html">DatabaseConnection</a>.<a href="DatabaseConnection.html#_query">_query</a></p><ul><li>Defined in <a href="https://github.com/breautek/storm/blob/
|
|
39
|
+
<div class="tsd-comment tsd-typography"><div class="tsd-tag-async"><h4 class="tsd-anchor-link"><a id="async-1" class="tsd-anchor"></a>Async<a href="#async-1" aria-label="Permalink" class="tsd-anchor-icon"><svg viewBox="0 0 24 24" aria-hidden="true"><use href="../assets/icons.svg#icon-anchor"></use></svg></a></h4></div></div><aside class="tsd-sources"><p>Overrides <a href="DatabaseConnection.html">DatabaseConnection</a>.<a href="DatabaseConnection.html#_query">_query</a></p><ul><li>Defined in <a href="https://github.com/breautek/storm/blob/32ac9285aa8cdb1dd34f18702262e8e0f1f20eb0/src/MySQLConnection.ts#L123">src/MySQLConnection.ts:123</a></li></ul></aside></div></li></ul></section><section class="tsd-panel tsd-member tsd-is-protected"><a id="_stream" class="tsd-anchor"></a><h3 class="tsd-anchor-link"><code class="tsd-tag">Protected</code><span>_stream</span><a href="#_stream" aria-label="Permalink" class="tsd-anchor-icon"><svg viewBox="0 0 24 24" aria-hidden="true"><use href="../assets/icons.svg#icon-anchor"></use></svg></a></h3><ul class="tsd-signatures tsd-is-protected"><li class=""><div class="tsd-signature tsd-anchor-link"><a id="_stream-1" class="tsd-anchor"></a><span class="tsd-kind-call-signature">_stream</span><span class="tsd-signature-symbol">(</span><span class="tsd-kind-parameter">query</span><span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">string</span><span class="tsd-signature-symbol">,</span> <span class="tsd-kind-parameter">params</span><span class="tsd-signature-symbol">?:</span> <span class="tsd-signature-type">any</span><span class="tsd-signature-symbol">,</span> <span class="tsd-kind-parameter">streamOptions</span><span class="tsd-signature-symbol">?:</span> <span class="tsd-signature-type">any</span><span class="tsd-signature-symbol">)</span><span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">Readable</span><a href="#_stream-1" aria-label="Permalink" class="tsd-anchor-icon"><svg viewBox="0 0 24 24" aria-hidden="true"><use href="../assets/icons.svg#icon-anchor"></use></svg></a></div><div class="tsd-description"><div class="tsd-comment tsd-typography"><p>Implementation method to return a dataset from the database like <code>query()</code>,
|
|
39
40
|
but returns a <code>Readable</code> stream instead.</p>
|
|
40
41
|
</div><div class="tsd-parameters"><h4 class="tsd-parameters-title">Parameters</h4><ul class="tsd-parameter-list"><li><span><span class="tsd-kind-parameter">query</span>: <span class="tsd-signature-type">string</span></span><div class="tsd-comment tsd-typography"><p>The database query</p>
|
|
41
42
|
</div><div class="tsd-comment tsd-typography"></div></li><li><span><code class="tsd-tag">Optional</code><span class="tsd-kind-parameter">params</span>: <span class="tsd-signature-type">any</span></span><div class="tsd-comment tsd-typography"><p>The query parameters</p>
|
|
42
43
|
</div><div class="tsd-comment tsd-typography"></div></li><li><span><code class="tsd-tag">Optional</code><span class="tsd-kind-parameter">streamOptions</span>: <span class="tsd-signature-type">any</span></span><div class="tsd-comment tsd-typography"><p><code>Readable</code> stream options</p>
|
|
43
44
|
</div><div class="tsd-comment tsd-typography"></div></li></ul></div><h4 class="tsd-returns-title">Returns <span class="tsd-signature-type">Readable</span></h4><p><code>Readable</code></p>
|
|
44
|
-
<div class="tsd-comment tsd-typography"></div><aside class="tsd-sources"><p>Overrides <a href="DatabaseConnection.html">DatabaseConnection</a>.<a href="DatabaseConnection.html#_stream">_stream</a></p><ul><li>Defined in <a href="https://github.com/breautek/storm/blob/
|
|
45
|
+
<div class="tsd-comment tsd-typography"></div><aside class="tsd-sources"><p>Overrides <a href="DatabaseConnection.html">DatabaseConnection</a>.<a href="DatabaseConnection.html#_stream">_stream</a></p><ul><li>Defined in <a href="https://github.com/breautek/storm/blob/32ac9285aa8cdb1dd34f18702262e8e0f1f20eb0/src/MySQLConnection.ts#L180">src/MySQLConnection.ts:180</a></li></ul></aside></div></li></ul></section><section class="tsd-panel tsd-member tsd-is-inherited"><a id="close" class="tsd-anchor"></a><h3 class="tsd-anchor-link"><span>close</span><a href="#close" aria-label="Permalink" class="tsd-anchor-icon"><svg viewBox="0 0 24 24" aria-hidden="true"><use href="../assets/icons.svg#icon-anchor"></use></svg></a></h3><ul class="tsd-signatures tsd-is-inherited"><li class="tsd-is-inherited"><div class="tsd-signature tsd-anchor-link"><a id="close-1" class="tsd-anchor"></a><span class="tsd-kind-call-signature">close</span><span class="tsd-signature-symbol">(</span><span class="tsd-kind-parameter">forceClose</span><span class="tsd-signature-symbol">?:</span> <span class="tsd-signature-type">boolean</span><span class="tsd-signature-symbol">)</span><span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">Promise</span><span class="tsd-signature-symbol"><</span><span class="tsd-signature-type">void</span><span class="tsd-signature-symbol">></span><a href="#close-1" aria-label="Permalink" class="tsd-anchor-icon"><svg viewBox="0 0 24 24" aria-hidden="true"><use href="../assets/icons.svg#icon-anchor"></use></svg></a></div><div class="tsd-description"><div class="tsd-comment tsd-typography"><p>Closes the connection. May error if connection has an active transaction.
|
|
45
46
|
if <code>forceClose</code> boolean is true, it will force close the connection, regardless
|
|
46
47
|
of transaction state.</p>
|
|
47
48
|
</div><div class="tsd-parameters"><h4 class="tsd-parameters-title">Parameters</h4><ul class="tsd-parameter-list"><li><span><span class="tsd-kind-parameter">forceClose</span>: <span class="tsd-signature-type">boolean</span><span class="tsd-signature-symbol"> = false</span></span><div class="tsd-comment tsd-typography"><p>optional boolean</p>
|
|
48
49
|
</div><div class="tsd-comment tsd-typography"></div></li></ul></div><h4 class="tsd-returns-title">Returns <span class="tsd-signature-type">Promise</span><span class="tsd-signature-symbol"><</span><span class="tsd-signature-type">void</span><span class="tsd-signature-symbol">></span></h4><p>Promise<void></p>
|
|
49
|
-
<div class="tsd-comment tsd-typography"><div class="tsd-tag-async"><h4 class="tsd-anchor-link"><a id="async-2" class="tsd-anchor"></a>Async<a href="#async-2" aria-label="Permalink" class="tsd-anchor-icon"><svg viewBox="0 0 24 24" aria-hidden="true"><use href="../assets/icons.svg#icon-anchor"></use></svg></a></h4></div></div><aside class="tsd-sources"><p>Inherited from <a href="DatabaseConnection.html">DatabaseConnection</a>.<a href="DatabaseConnection.html#close">close</a></p><ul><li>Defined in <a href="https://github.com/breautek/storm/blob/
|
|
50
|
+
<div class="tsd-comment tsd-typography"><div class="tsd-tag-async"><h4 class="tsd-anchor-link"><a id="async-2" class="tsd-anchor"></a>Async<a href="#async-2" aria-label="Permalink" class="tsd-anchor-icon"><svg viewBox="0 0 24 24" aria-hidden="true"><use href="../assets/icons.svg#icon-anchor"></use></svg></a></h4></div></div><aside class="tsd-sources"><p>Inherited from <a href="DatabaseConnection.html">DatabaseConnection</a>.<a href="DatabaseConnection.html#close">close</a></p><ul><li>Defined in <a href="https://github.com/breautek/storm/blob/32ac9285aa8cdb1dd34f18702262e8e0f1f20eb0/src/DatabaseConnection.ts#L187">src/DatabaseConnection.ts:187</a></li></ul></aside></div></li></ul></section><section class="tsd-panel tsd-member"><a id="commit" class="tsd-anchor"></a><h3 class="tsd-anchor-link"><code class="tsd-tag">Abstract</code><span>commit</span><a href="#commit" aria-label="Permalink" class="tsd-anchor-icon"><svg viewBox="0 0 24 24" aria-hidden="true"><use href="../assets/icons.svg#icon-anchor"></use></svg></a></h3><ul class="tsd-signatures"><li class=""><div class="tsd-signature tsd-anchor-link"><a id="commit-1" class="tsd-anchor"></a><span class="tsd-kind-call-signature">commit</span><span class="tsd-signature-symbol">()</span><span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">Promise</span><span class="tsd-signature-symbol"><</span><span class="tsd-signature-type">void</span><span class="tsd-signature-symbol">></span><a href="#commit-1" aria-label="Permalink" class="tsd-anchor-icon"><svg viewBox="0 0 24 24" aria-hidden="true"><use href="../assets/icons.svg#icon-anchor"></use></svg></a></div><div class="tsd-description"><div class="tsd-comment tsd-typography"><p>Commits a transaction. This will end a transaction.</p>
|
|
50
51
|
</div><h4 class="tsd-returns-title">Returns <span class="tsd-signature-type">Promise</span><span class="tsd-signature-symbol"><</span><span class="tsd-signature-type">void</span><span class="tsd-signature-symbol">></span></h4><p>Promise<void></p>
|
|
51
|
-
<div class="tsd-comment tsd-typography"><div class="tsd-tag-async"><h4 class="tsd-anchor-link"><a id="async-3" class="tsd-anchor"></a>Async<a href="#async-3" aria-label="Permalink" class="tsd-anchor-icon"><svg viewBox="0 0 24 24" aria-hidden="true"><use href="../assets/icons.svg#icon-anchor"></use></svg></a></h4></div></div><aside class="tsd-sources"><p>Overrides <a href="DatabaseConnection.html">DatabaseConnection</a>.<a href="DatabaseConnection.html#commit">commit</a></p><ul><li>Defined in <a href="https://github.com/breautek/storm/blob/
|
|
52
|
+
<div class="tsd-comment tsd-typography"><div class="tsd-tag-async"><h4 class="tsd-anchor-link"><a id="async-3" class="tsd-anchor"></a>Async<a href="#async-3" aria-label="Permalink" class="tsd-anchor-icon"><svg viewBox="0 0 24 24" aria-hidden="true"><use href="../assets/icons.svg#icon-anchor"></use></svg></a></h4></div></div><aside class="tsd-sources"><p>Overrides <a href="DatabaseConnection.html">DatabaseConnection</a>.<a href="DatabaseConnection.html#commit">commit</a></p><ul><li>Defined in <a href="https://github.com/breautek/storm/blob/32ac9285aa8cdb1dd34f18702262e8e0f1f20eb0/src/MySQLConnection.ts#L243">src/MySQLConnection.ts:243</a></li></ul></aside></div></li></ul></section><section class="tsd-panel tsd-member"><a id="endtransaction" class="tsd-anchor"></a><h3 class="tsd-anchor-link"><code class="tsd-tag">Abstract</code><span>end<wbr/>Transaction</span><a href="#endtransaction" aria-label="Permalink" class="tsd-anchor-icon"><svg viewBox="0 0 24 24" aria-hidden="true"><use href="../assets/icons.svg#icon-anchor"></use></svg></a></h3><ul class="tsd-signatures"><li class=""><div class="tsd-signature tsd-anchor-link"><a id="endtransaction-1" class="tsd-anchor"></a><span class="tsd-kind-call-signature">endTransaction</span><span class="tsd-signature-symbol">(</span><span class="tsd-kind-parameter">requiresRollback</span><span class="tsd-signature-symbol">?:</span> <span class="tsd-signature-type">boolean</span><span class="tsd-signature-symbol">)</span><span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">Promise</span><span class="tsd-signature-symbol"><</span><span class="tsd-signature-type">void</span><span class="tsd-signature-symbol">></span><a href="#endtransaction-1" aria-label="Permalink" class="tsd-anchor-icon"><svg viewBox="0 0 24 24" aria-hidden="true"><use href="../assets/icons.svg#icon-anchor"></use></svg></a></div><div class="tsd-description"><div class="tsd-comment tsd-typography"><p>Ends a transaction. if <code>requiresRollback</code> is <code>true</code>, then <code>rollback()</code> is invoked. Otherwise, <code>commit()</code> is invoked.</p>
|
|
52
53
|
</div><div class="tsd-parameters"><h4 class="tsd-parameters-title">Parameters</h4><ul class="tsd-parameter-list"><li><span><span class="tsd-kind-parameter">requiresRollback</span>: <span class="tsd-signature-type">boolean</span><span class="tsd-signature-symbol"> = false</span></span><div class="tsd-comment tsd-typography"><p>optional boolean</p>
|
|
53
54
|
</div><div class="tsd-comment tsd-typography"></div></li></ul></div><h4 class="tsd-returns-title">Returns <span class="tsd-signature-type">Promise</span><span class="tsd-signature-symbol"><</span><span class="tsd-signature-type">void</span><span class="tsd-signature-symbol">></span></h4><p>Promise<void></p>
|
|
54
|
-
<div class="tsd-comment tsd-typography"><div class="tsd-tag-async"><h4 class="tsd-anchor-link"><a id="async-4" class="tsd-anchor"></a>Async<a href="#async-4" aria-label="Permalink" class="tsd-anchor-icon"><svg viewBox="0 0 24 24" aria-hidden="true"><use href="../assets/icons.svg#icon-anchor"></use></svg></a></h4></div></div><aside class="tsd-sources"><p>Overrides <a href="DatabaseConnection.html">DatabaseConnection</a>.<a href="DatabaseConnection.html#endtransaction">endTransaction</a></p><ul><li>Defined in <a href="https://github.com/breautek/storm/blob/
|
|
55
|
+
<div class="tsd-comment tsd-typography"><div class="tsd-tag-async"><h4 class="tsd-anchor-link"><a id="async-4" class="tsd-anchor"></a>Async<a href="#async-4" aria-label="Permalink" class="tsd-anchor-icon"><svg viewBox="0 0 24 24" aria-hidden="true"><use href="../assets/icons.svg#icon-anchor"></use></svg></a></h4></div></div><aside class="tsd-sources"><p>Overrides <a href="DatabaseConnection.html">DatabaseConnection</a>.<a href="DatabaseConnection.html#endtransaction">endTransaction</a></p><ul><li>Defined in <a href="https://github.com/breautek/storm/blob/32ac9285aa8cdb1dd34f18702262e8e0f1f20eb0/src/MySQLConnection.ts#L223">src/MySQLConnection.ts:223</a></li></ul></aside></div></li></ul></section><section class="tsd-panel tsd-member"><a id="formatquery" class="tsd-anchor"></a><h3 class="tsd-anchor-link"><span>format<wbr/>Query</span><a href="#formatquery" aria-label="Permalink" class="tsd-anchor-icon"><svg viewBox="0 0 24 24" aria-hidden="true"><use href="../assets/icons.svg#icon-anchor"></use></svg></a></h3><ul class="tsd-signatures"><li class=""><div class="tsd-signature tsd-anchor-link"><a id="formatquery-1" class="tsd-anchor"></a><span class="tsd-kind-call-signature">formatQuery</span><span class="tsd-signature-symbol">(</span><span class="tsd-kind-parameter">query</span><span class="tsd-signature-symbol">:</span> <a href="../interfaces/IQueryable.html" class="tsd-signature-type tsd-kind-interface">IQueryable</a><span class="tsd-signature-symbol"><</span><span class="tsd-signature-type">any</span><span class="tsd-signature-symbol">></span><span class="tsd-signature-symbol">)</span><span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">string</span><a href="#formatquery-1" aria-label="Permalink" class="tsd-anchor-icon"><svg viewBox="0 0 24 24" aria-hidden="true"><use href="../assets/icons.svg#icon-anchor"></use></svg></a></div><div class="tsd-description"><div class="tsd-parameters"><h4 class="tsd-parameters-title">Parameters</h4><ul class="tsd-parameter-list"><li><span><span class="tsd-kind-parameter">query</span>: <a href="../interfaces/IQueryable.html" class="tsd-signature-type tsd-kind-interface">IQueryable</a><span class="tsd-signature-symbol"><</span><span class="tsd-signature-type">any</span><span class="tsd-signature-symbol">></span></span><div class="tsd-comment tsd-typography"></div></li></ul></div><h4 class="tsd-returns-title">Returns <span class="tsd-signature-type">string</span></h4><div class="tsd-comment tsd-typography"><div class="tsd-tag-since"><h4 class="tsd-anchor-link"><a id="since" class="tsd-anchor"></a>Since<a href="#since" aria-label="Permalink" class="tsd-anchor-icon"><svg viewBox="0 0 24 24" aria-hidden="true"><use href="../assets/icons.svg#icon-anchor"></use></svg></a></h4><p>8.4.0</p>
|
|
56
|
+
</div></div><aside class="tsd-sources"><p>Overrides <a href="DatabaseConnection.html">DatabaseConnection</a>.<a href="DatabaseConnection.html#formatquery">formatQuery</a></p><ul><li>Defined in <a href="https://github.com/breautek/storm/blob/32ac9285aa8cdb1dd34f18702262e8e0f1f20eb0/src/MySQLConnection.ts#L98">src/MySQLConnection.ts:98</a></li></ul></aside></div></li></ul></section><section class="tsd-panel tsd-member tsd-is-inherited"><a id="getapi" class="tsd-anchor"></a><h3 class="tsd-anchor-link"><span>getAPI</span><a href="#getapi" aria-label="Permalink" class="tsd-anchor-icon"><svg viewBox="0 0 24 24" aria-hidden="true"><use href="../assets/icons.svg#icon-anchor"></use></svg></a></h3><ul class="tsd-signatures tsd-is-inherited"><li class="tsd-is-inherited"><div class="tsd-signature tsd-anchor-link"><a id="getapi-1" class="tsd-anchor"></a><span class="tsd-kind-call-signature">getAPI</span><span class="tsd-signature-symbol">()</span><span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">PoolConnection</span><a href="#getapi-1" aria-label="Permalink" class="tsd-anchor-icon"><svg viewBox="0 0 24 24" aria-hidden="true"><use href="../assets/icons.svg#icon-anchor"></use></svg></a></div><div class="tsd-description"><div class="tsd-comment tsd-typography"><p>Gets the underlying Database API</p>
|
|
55
57
|
</div><h4 class="tsd-returns-title">Returns <span class="tsd-signature-type">PoolConnection</span></h4><p>any</p>
|
|
56
|
-
<div class="tsd-comment tsd-typography"></div><aside class="tsd-sources"><p>Inherited from <a href="DatabaseConnection.html">DatabaseConnection</a>.<a href="DatabaseConnection.html#getapi">getAPI</a></p><ul><li>Defined in <a href="https://github.com/breautek/storm/blob/
|
|
57
|
-
</div></div><aside class="tsd-sources"><p>Overrides <a href="DatabaseConnection.html">DatabaseConnection</a>.<a href="DatabaseConnection.html#getcurrentdatabaseposition">getCurrentDatabasePosition</a></p><ul><li>Defined in <a href="https://github.com/breautek/storm/blob/
|
|
58
|
+
<div class="tsd-comment tsd-typography"></div><aside class="tsd-sources"><p>Inherited from <a href="DatabaseConnection.html">DatabaseConnection</a>.<a href="DatabaseConnection.html#getapi">getAPI</a></p><ul><li>Defined in <a href="https://github.com/breautek/storm/blob/32ac9285aa8cdb1dd34f18702262e8e0f1f20eb0/src/DatabaseConnection.ts#L92">src/DatabaseConnection.ts:92</a></li></ul></aside></div></li></ul></section><section class="tsd-panel tsd-member"><a id="getcurrentdatabaseposition" class="tsd-anchor"></a><h3 class="tsd-anchor-link"><span>get<wbr/>Current<wbr/>Database<wbr/>Position</span><a href="#getcurrentdatabaseposition" aria-label="Permalink" class="tsd-anchor-icon"><svg viewBox="0 0 24 24" aria-hidden="true"><use href="../assets/icons.svg#icon-anchor"></use></svg></a></h3><ul class="tsd-signatures"><li class=""><div class="tsd-signature tsd-anchor-link"><a id="getcurrentdatabaseposition-1" class="tsd-anchor"></a><span class="tsd-kind-call-signature">getCurrentDatabasePosition</span><span class="tsd-signature-symbol">()</span><span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">Promise</span><span class="tsd-signature-symbol"><</span><a href="../interfaces/IDatabasePosition.html" class="tsd-signature-type tsd-kind-interface">IDatabasePosition</a><span class="tsd-signature-symbol">></span><a href="#getcurrentdatabaseposition-1" aria-label="Permalink" class="tsd-anchor-icon"><svg viewBox="0 0 24 24" aria-hidden="true"><use href="../assets/icons.svg#icon-anchor"></use></svg></a></div><div class="tsd-description"><h4 class="tsd-returns-title">Returns <span class="tsd-signature-type">Promise</span><span class="tsd-signature-symbol"><</span><a href="../interfaces/IDatabasePosition.html" class="tsd-signature-type tsd-kind-interface">IDatabasePosition</a><span class="tsd-signature-symbol">></span></h4><div class="tsd-comment tsd-typography"><div class="tsd-tag-since"><h4 class="tsd-anchor-link"><a id="since-1" class="tsd-anchor"></a>Since<a href="#since-1" aria-label="Permalink" class="tsd-anchor-icon"><svg viewBox="0 0 24 24" aria-hidden="true"><use href="../assets/icons.svg#icon-anchor"></use></svg></a></h4><p>8.1.0</p>
|
|
59
|
+
</div></div><aside class="tsd-sources"><p>Overrides <a href="DatabaseConnection.html">DatabaseConnection</a>.<a href="DatabaseConnection.html#getcurrentdatabaseposition">getCurrentDatabasePosition</a></p><ul><li>Defined in <a href="https://github.com/breautek/storm/blob/32ac9285aa8cdb1dd34f18702262e8e0f1f20eb0/src/MySQLConnection.ts#L118">src/MySQLConnection.ts:118</a></li></ul></aside></div></li></ul></section><section class="tsd-panel tsd-member tsd-is-inherited"><a id="getinstantiationstack" class="tsd-anchor"></a><h3 class="tsd-anchor-link"><span>get<wbr/>Instantiation<wbr/>Stack</span><a href="#getinstantiationstack" aria-label="Permalink" class="tsd-anchor-icon"><svg viewBox="0 0 24 24" aria-hidden="true"><use href="../assets/icons.svg#icon-anchor"></use></svg></a></h3><ul class="tsd-signatures tsd-is-inherited"><li class="tsd-is-inherited"><div class="tsd-signature tsd-anchor-link"><a id="getinstantiationstack-1" class="tsd-anchor"></a><span class="tsd-kind-call-signature">getInstantiationStack</span><span class="tsd-signature-symbol">()</span><span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">string</span><a href="#getinstantiationstack-1" aria-label="Permalink" class="tsd-anchor-icon"><svg viewBox="0 0 24 24" aria-hidden="true"><use href="../assets/icons.svg#icon-anchor"></use></svg></a></div><div class="tsd-description"><div class="tsd-comment tsd-typography"><p>Gets the callback stacktrace to determine what opened
|
|
58
60
|
this connection. Useful for debugging lingering connections.</p>
|
|
59
61
|
</div><h4 class="tsd-returns-title">Returns <span class="tsd-signature-type">string</span></h4><p>string - A stacktrace</p>
|
|
60
|
-
<div class="tsd-comment tsd-typography"></div><aside class="tsd-sources"><p>Inherited from <a href="DatabaseConnection.html">DatabaseConnection</a>.<a href="DatabaseConnection.html#getinstantiationstack">getInstantiationStack</a></p><ul><li>Defined in <a href="https://github.com/breautek/storm/blob/
|
|
62
|
+
<div class="tsd-comment tsd-typography"></div><aside class="tsd-sources"><p>Inherited from <a href="DatabaseConnection.html">DatabaseConnection</a>.<a href="DatabaseConnection.html#getinstantiationstack">getInstantiationStack</a></p><ul><li>Defined in <a href="https://github.com/breautek/storm/blob/32ac9285aa8cdb1dd34f18702262e8e0f1f20eb0/src/DatabaseConnection.ts#L74">src/DatabaseConnection.ts:74</a></li></ul></aside></div></li></ul></section><section class="tsd-panel tsd-member tsd-is-inherited"><a id="gettimeout" class="tsd-anchor"></a><h3 class="tsd-anchor-link"><span>get<wbr/>Timeout</span><a href="#gettimeout" aria-label="Permalink" class="tsd-anchor-icon"><svg viewBox="0 0 24 24" aria-hidden="true"><use href="../assets/icons.svg#icon-anchor"></use></svg></a></h3><ul class="tsd-signatures tsd-is-inherited"><li class="tsd-is-inherited"><div class="tsd-signature tsd-anchor-link"><a id="gettimeout-1" class="tsd-anchor"></a><span class="tsd-kind-call-signature">getTimeout</span><span class="tsd-signature-symbol">()</span><span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">number</span><a href="#gettimeout-1" aria-label="Permalink" class="tsd-anchor-icon"><svg viewBox="0 0 24 24" aria-hidden="true"><use href="../assets/icons.svg#icon-anchor"></use></svg></a></div><div class="tsd-description"><div class="tsd-comment tsd-typography"><p>Returns the current timeout setting</p>
|
|
61
63
|
</div><h4 class="tsd-returns-title">Returns <span class="tsd-signature-type">number</span></h4><p>number in milliseconds</p>
|
|
62
|
-
<div class="tsd-comment tsd-typography"></div><aside class="tsd-sources"><p>Inherited from <a href="DatabaseConnection.html">DatabaseConnection</a>.<a href="DatabaseConnection.html#gettimeout">getTimeout</a></p><ul><li>Defined in <a href="https://github.com/breautek/storm/blob/
|
|
63
|
-
</div><h4 class="tsd-returns-title">Returns <span class="tsd-signature-type">boolean</span></h4><div class="tsd-comment tsd-typography"></div><aside class="tsd-sources"><p>Inherited from <a href="DatabaseConnection.html">DatabaseConnection</a>.<a href="DatabaseConnection.html#isclosed">isClosed</a></p><ul><li>Defined in <a href="https://github.com/breautek/storm/blob/
|
|
64
|
+
<div class="tsd-comment tsd-typography"></div><aside class="tsd-sources"><p>Inherited from <a href="DatabaseConnection.html">DatabaseConnection</a>.<a href="DatabaseConnection.html#gettimeout">getTimeout</a></p><ul><li>Defined in <a href="https://github.com/breautek/storm/blob/32ac9285aa8cdb1dd34f18702262e8e0f1f20eb0/src/DatabaseConnection.ts#L124">src/DatabaseConnection.ts:124</a></li></ul></aside></div></li></ul></section><section class="tsd-panel tsd-member tsd-is-inherited"><a id="isclosed" class="tsd-anchor"></a><h3 class="tsd-anchor-link"><span>is<wbr/>Closed</span><a href="#isclosed" aria-label="Permalink" class="tsd-anchor-icon"><svg viewBox="0 0 24 24" aria-hidden="true"><use href="../assets/icons.svg#icon-anchor"></use></svg></a></h3><ul class="tsd-signatures tsd-is-inherited"><li class="tsd-is-inherited"><div class="tsd-signature tsd-anchor-link"><a id="isclosed-1" class="tsd-anchor"></a><span class="tsd-kind-call-signature">isClosed</span><span class="tsd-signature-symbol">()</span><span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">boolean</span><a href="#isclosed-1" aria-label="Permalink" class="tsd-anchor-icon"><svg viewBox="0 0 24 24" aria-hidden="true"><use href="../assets/icons.svg#icon-anchor"></use></svg></a></div><div class="tsd-description"><div class="tsd-comment tsd-typography"><p>Returns true if the connection has been closed.</p>
|
|
65
|
+
</div><h4 class="tsd-returns-title">Returns <span class="tsd-signature-type">boolean</span></h4><div class="tsd-comment tsd-typography"></div><aside class="tsd-sources"><p>Inherited from <a href="DatabaseConnection.html">DatabaseConnection</a>.<a href="DatabaseConnection.html#isclosed">isClosed</a></p><ul><li>Defined in <a href="https://github.com/breautek/storm/blob/32ac9285aa8cdb1dd34f18702262e8e0f1f20eb0/src/DatabaseConnection.ts#L200">src/DatabaseConnection.ts:200</a></li></ul></aside></div></li></ul></section><section class="tsd-panel tsd-member"><a id="ismaster" class="tsd-anchor"></a><h3 class="tsd-anchor-link"><span>is<wbr/>Master</span><a href="#ismaster" aria-label="Permalink" class="tsd-anchor-icon"><svg viewBox="0 0 24 24" aria-hidden="true"><use href="../assets/icons.svg#icon-anchor"></use></svg></a></h3><ul class="tsd-signatures"><li class=""><div class="tsd-signature tsd-anchor-link"><a id="ismaster-1" class="tsd-anchor"></a><span class="tsd-kind-call-signature">isMaster</span><span class="tsd-signature-symbol">()</span><span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">boolean</span><a href="#ismaster-1" aria-label="Permalink" class="tsd-anchor-icon"><svg viewBox="0 0 24 24" aria-hidden="true"><use href="../assets/icons.svg#icon-anchor"></use></svg></a></div><div class="tsd-description"><h4 class="tsd-returns-title">Returns <span class="tsd-signature-type">boolean</span></h4><aside class="tsd-sources"><ul><li>Defined in <a href="https://github.com/breautek/storm/blob/32ac9285aa8cdb1dd34f18702262e8e0f1f20eb0/src/MySQLConnection.ts#L102">src/MySQLConnection.ts:102</a></li></ul></aside></div></li></ul></section><section class="tsd-panel tsd-member"><a id="isopen" class="tsd-anchor"></a><h3 class="tsd-anchor-link"><span>is<wbr/>Open</span><a href="#isopen" aria-label="Permalink" class="tsd-anchor-icon"><svg viewBox="0 0 24 24" aria-hidden="true"><use href="../assets/icons.svg#icon-anchor"></use></svg></a></h3><ul class="tsd-signatures"><li class=""><div class="tsd-signature tsd-anchor-link"><a id="isopen-1" class="tsd-anchor"></a><span class="tsd-kind-call-signature">isOpen</span><span class="tsd-signature-symbol">()</span><span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">boolean</span><a href="#isopen-1" aria-label="Permalink" class="tsd-anchor-icon"><svg viewBox="0 0 24 24" aria-hidden="true"><use href="../assets/icons.svg#icon-anchor"></use></svg></a></div><div class="tsd-description"><h4 class="tsd-returns-title">Returns <span class="tsd-signature-type">boolean</span></h4><aside class="tsd-sources"><ul><li>Defined in <a href="https://github.com/breautek/storm/blob/32ac9285aa8cdb1dd34f18702262e8e0f1f20eb0/src/MySQLConnection.ts#L114">src/MySQLConnection.ts:114</a></li></ul></aside></div></li></ul></section><section class="tsd-panel tsd-member tsd-is-inherited"><a id="isreadonly" class="tsd-anchor"></a><h3 class="tsd-anchor-link"><span>is<wbr/>Read<wbr/>Only</span><a href="#isreadonly" aria-label="Permalink" class="tsd-anchor-icon"><svg viewBox="0 0 24 24" aria-hidden="true"><use href="../assets/icons.svg#icon-anchor"></use></svg></a></h3><ul class="tsd-signatures tsd-is-inherited"><li class="tsd-is-inherited"><div class="tsd-signature tsd-anchor-link"><a id="isreadonly-1" class="tsd-anchor"></a><span class="tsd-kind-call-signature">isReadOnly</span><span class="tsd-signature-symbol">()</span><span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">boolean</span><a href="#isreadonly-1" aria-label="Permalink" class="tsd-anchor-icon"><svg viewBox="0 0 24 24" aria-hidden="true"><use href="../assets/icons.svg#icon-anchor"></use></svg></a></div><div class="tsd-description"><div class="tsd-comment tsd-typography"><p>Returns true if connection was created without
|
|
64
66
|
write access</p>
|
|
65
67
|
</div><h4 class="tsd-returns-title">Returns <span class="tsd-signature-type">boolean</span></h4><p>boolean</p>
|
|
66
|
-
<div class="tsd-comment tsd-typography"></div><aside class="tsd-sources"><p>Inherited from <a href="DatabaseConnection.html">DatabaseConnection</a>.<a href="DatabaseConnection.html#isreadonly">isReadOnly</a></p><ul><li>Defined in <a href="https://github.com/breautek/storm/blob/
|
|
68
|
+
<div class="tsd-comment tsd-typography"></div><aside class="tsd-sources"><p>Inherited from <a href="DatabaseConnection.html">DatabaseConnection</a>.<a href="DatabaseConnection.html#isreadonly">isReadOnly</a></p><ul><li>Defined in <a href="https://github.com/breautek/storm/blob/32ac9285aa8cdb1dd34f18702262e8e0f1f20eb0/src/DatabaseConnection.ts#L103">src/DatabaseConnection.ts:103</a></li></ul></aside></div></li></ul></section><section class="tsd-panel tsd-member"><a id="isreplication" class="tsd-anchor"></a><h3 class="tsd-anchor-link"><span>is<wbr/>Replication</span><a href="#isreplication" aria-label="Permalink" class="tsd-anchor-icon"><svg viewBox="0 0 24 24" aria-hidden="true"><use href="../assets/icons.svg#icon-anchor"></use></svg></a></h3><ul class="tsd-signatures"><li class=""><div class="tsd-signature tsd-anchor-link"><a id="isreplication-1" class="tsd-anchor"></a><span class="tsd-kind-call-signature">isReplication</span><span class="tsd-signature-symbol">()</span><span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">boolean</span><a href="#isreplication-1" aria-label="Permalink" class="tsd-anchor-icon"><svg viewBox="0 0 24 24" aria-hidden="true"><use href="../assets/icons.svg#icon-anchor"></use></svg></a></div><div class="tsd-description"><h4 class="tsd-returns-title">Returns <span class="tsd-signature-type">boolean</span></h4><aside class="tsd-sources"><ul><li>Defined in <a href="https://github.com/breautek/storm/blob/32ac9285aa8cdb1dd34f18702262e8e0f1f20eb0/src/MySQLConnection.ts#L106">src/MySQLConnection.ts:106</a></li></ul></aside></div></li></ul></section><section class="tsd-panel tsd-member"><a id="istransaction" class="tsd-anchor"></a><h3 class="tsd-anchor-link"><code class="tsd-tag">Abstract</code><span>is<wbr/>Transaction</span><a href="#istransaction" aria-label="Permalink" class="tsd-anchor-icon"><svg viewBox="0 0 24 24" aria-hidden="true"><use href="../assets/icons.svg#icon-anchor"></use></svg></a></h3><ul class="tsd-signatures"><li class=""><div class="tsd-signature tsd-anchor-link"><a id="istransaction-1" class="tsd-anchor"></a><span class="tsd-kind-call-signature">isTransaction</span><span class="tsd-signature-symbol">()</span><span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">boolean</span><a href="#istransaction-1" aria-label="Permalink" class="tsd-anchor-icon"><svg viewBox="0 0 24 24" aria-hidden="true"><use href="../assets/icons.svg#icon-anchor"></use></svg></a></div><div class="tsd-description"><div class="tsd-comment tsd-typography"><p>Implementation method to determine if the connection is in an active transaction.</p>
|
|
67
69
|
</div><h4 class="tsd-returns-title">Returns <span class="tsd-signature-type">boolean</span></h4><p>boolean</p>
|
|
68
|
-
<div class="tsd-comment tsd-typography"></div><aside class="tsd-sources"><p>Overrides <a href="DatabaseConnection.html">DatabaseConnection</a>.<a href="DatabaseConnection.html#istransaction">isTransaction</a></p><ul><li>Defined in <a href="https://github.com/breautek/storm/blob/
|
|
70
|
+
<div class="tsd-comment tsd-typography"></div><aside class="tsd-sources"><p>Overrides <a href="DatabaseConnection.html">DatabaseConnection</a>.<a href="DatabaseConnection.html#istransaction">isTransaction</a></p><ul><li>Defined in <a href="https://github.com/breautek/storm/blob/32ac9285aa8cdb1dd34f18702262e8e0f1f20eb0/src/MySQLConnection.ts#L110">src/MySQLConnection.ts:110</a></li></ul></aside></div></li></ul></section><section class="tsd-panel tsd-member tsd-is-inherited"><a id="query" class="tsd-anchor"></a><h3 class="tsd-anchor-link"><span>query</span><a href="#query" aria-label="Permalink" class="tsd-anchor-icon"><svg viewBox="0 0 24 24" aria-hidden="true"><use href="../assets/icons.svg#icon-anchor"></use></svg></a></h3><ul class="tsd-signatures tsd-is-inherited"><li class="tsd-is-inherited"><div class="tsd-signature tsd-anchor-link"><a id="query-1" class="tsd-anchor"></a><span class="tsd-kind-call-signature">query</span><span class="tsd-signature-symbol"><</span><a class="tsd-signature-type tsd-kind-type-parameter" href="MySQLConnection.html#querytqueryresult">TQueryResult</a> <span class="tsd-signature-symbol">=</span> <span class="tsd-signature-type">any</span><span class="tsd-signature-symbol">></span><span class="tsd-signature-symbol">(</span><br/> <span class="tsd-kind-parameter">query</span><span class="tsd-signature-symbol">:</span> <a href="../interfaces/IQueryable.html" class="tsd-signature-type tsd-kind-interface">IQueryable</a><span class="tsd-signature-symbol"><</span><a class="tsd-signature-type tsd-kind-type-parameter" href="DatabaseConnection.html#querytqueryresult">TQueryResult</a><span class="tsd-signature-symbol">></span><span class="tsd-signature-symbol">,</span><br/><span class="tsd-signature-symbol">)</span><span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">Promise</span><span class="tsd-signature-symbol"><</span><a class="tsd-signature-type tsd-kind-type-parameter" href="DatabaseConnection.html#querytqueryresult">TQueryResult</a><span class="tsd-signature-symbol">></span><a href="#query-1" aria-label="Permalink" class="tsd-anchor-icon"><svg viewBox="0 0 24 24" aria-hidden="true"><use href="../assets/icons.svg#icon-anchor"></use></svg></a></div><div class="tsd-description"><div class="tsd-comment tsd-typography"><p>Queries the database for a dataset.</p>
|
|
69
71
|
</div><section class="tsd-panel"><h4>Type Parameters</h4><ul class="tsd-type-parameter-list"><li><span><a id="querytqueryresult" class="tsd-anchor"></a><span class="tsd-kind-type-parameter">TQueryResult</span> = <span class="tsd-signature-type">any</span></span></li></ul></section><div class="tsd-parameters"><h4 class="tsd-parameters-title">Parameters</h4><ul class="tsd-parameter-list"><li><span><span class="tsd-kind-parameter">query</span>: <a href="../interfaces/IQueryable.html" class="tsd-signature-type tsd-kind-interface">IQueryable</a><span class="tsd-signature-symbol"><</span><a class="tsd-signature-type tsd-kind-type-parameter" href="DatabaseConnection.html#querytqueryresult">TQueryResult</a><span class="tsd-signature-symbol">></span></span><div class="tsd-comment tsd-typography"><p>The database query</p>
|
|
70
72
|
</div><div class="tsd-comment tsd-typography"></div></li></ul></div><h4 class="tsd-returns-title">Returns <span class="tsd-signature-type">Promise</span><span class="tsd-signature-symbol"><</span><a class="tsd-signature-type tsd-kind-type-parameter" href="DatabaseConnection.html#querytqueryresult">TQueryResult</a><span class="tsd-signature-symbol">></span></h4><p>Promise<TQueryResult></p>
|
|
71
|
-
<div class="tsd-comment tsd-typography"><div class="tsd-tag-async"><h4 class="tsd-anchor-link"><a id="async-5" class="tsd-anchor"></a>Async<a href="#async-5" aria-label="Permalink" class="tsd-anchor-icon"><svg viewBox="0 0 24 24" aria-hidden="true"><use href="../assets/icons.svg#icon-anchor"></use></svg></a></h4></div></div><aside class="tsd-sources"><p>Inherited from <a href="DatabaseConnection.html">DatabaseConnection</a>.<a href="DatabaseConnection.html#query">query</a></p><ul><li>Defined in <a href="https://github.com/breautek/storm/blob/
|
|
73
|
+
<div class="tsd-comment tsd-typography"><div class="tsd-tag-async"><h4 class="tsd-anchor-link"><a id="async-5" class="tsd-anchor"></a>Async<a href="#async-5" aria-label="Permalink" class="tsd-anchor-icon"><svg viewBox="0 0 24 24" aria-hidden="true"><use href="../assets/icons.svg#icon-anchor"></use></svg></a></h4></div></div><aside class="tsd-sources"><p>Inherited from <a href="DatabaseConnection.html">DatabaseConnection</a>.<a href="DatabaseConnection.html#query">query</a></p><ul><li>Defined in <a href="https://github.com/breautek/storm/blob/32ac9285aa8cdb1dd34f18702262e8e0f1f20eb0/src/DatabaseConnection.ts#L135">src/DatabaseConnection.ts:135</a></li></ul></aside></div></li></ul></section><section class="tsd-panel tsd-member"><a id="rollback" class="tsd-anchor"></a><h3 class="tsd-anchor-link"><code class="tsd-tag">Abstract</code><span>rollback</span><a href="#rollback" aria-label="Permalink" class="tsd-anchor-icon"><svg viewBox="0 0 24 24" aria-hidden="true"><use href="../assets/icons.svg#icon-anchor"></use></svg></a></h3><ul class="tsd-signatures"><li class=""><div class="tsd-signature tsd-anchor-link"><a id="rollback-1" class="tsd-anchor"></a><span class="tsd-kind-call-signature">rollback</span><span class="tsd-signature-symbol">()</span><span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">Promise</span><span class="tsd-signature-symbol"><</span><span class="tsd-signature-type">void</span><span class="tsd-signature-symbol">></span><a href="#rollback-1" aria-label="Permalink" class="tsd-anchor-icon"><svg viewBox="0 0 24 24" aria-hidden="true"><use href="../assets/icons.svg#icon-anchor"></use></svg></a></div><div class="tsd-description"><div class="tsd-comment tsd-typography"><p>Rollsback a transaction. This will end a transaction.</p>
|
|
72
74
|
</div><h4 class="tsd-returns-title">Returns <span class="tsd-signature-type">Promise</span><span class="tsd-signature-symbol"><</span><span class="tsd-signature-type">void</span><span class="tsd-signature-symbol">></span></h4><p>Promise<void></p>
|
|
73
|
-
<div class="tsd-comment tsd-typography"><div class="tsd-tag-async"><h4 class="tsd-anchor-link"><a id="async-6" class="tsd-anchor"></a>Async<a href="#async-6" aria-label="Permalink" class="tsd-anchor-icon"><svg viewBox="0 0 24 24" aria-hidden="true"><use href="../assets/icons.svg#icon-anchor"></use></svg></a></h4></div></div><aside class="tsd-sources"><p>Overrides <a href="DatabaseConnection.html">DatabaseConnection</a>.<a href="DatabaseConnection.html#rollback">rollback</a></p><ul><li>Defined in <a href="https://github.com/breautek/storm/blob/
|
|
75
|
+
<div class="tsd-comment tsd-typography"><div class="tsd-tag-async"><h4 class="tsd-anchor-link"><a id="async-6" class="tsd-anchor"></a>Async<a href="#async-6" aria-label="Permalink" class="tsd-anchor-icon"><svg viewBox="0 0 24 24" aria-hidden="true"><use href="../assets/icons.svg#icon-anchor"></use></svg></a></h4></div></div><aside class="tsd-sources"><p>Overrides <a href="DatabaseConnection.html">DatabaseConnection</a>.<a href="DatabaseConnection.html#rollback">rollback</a></p><ul><li>Defined in <a href="https://github.com/breautek/storm/blob/32ac9285aa8cdb1dd34f18702262e8e0f1f20eb0/src/MySQLConnection.ts#L227">src/MySQLConnection.ts:227</a></li></ul></aside></div></li></ul></section><section class="tsd-panel tsd-member tsd-is-inherited"><a id="setinstantiationstack" class="tsd-anchor"></a><h3 class="tsd-anchor-link"><span>set<wbr/>Instantiation<wbr/>Stack</span><a href="#setinstantiationstack" aria-label="Permalink" class="tsd-anchor-icon"><svg viewBox="0 0 24 24" aria-hidden="true"><use href="../assets/icons.svg#icon-anchor"></use></svg></a></h3><ul class="tsd-signatures tsd-is-inherited"><li class="tsd-is-inherited"><div class="tsd-signature tsd-anchor-link"><a id="setinstantiationstack-1" class="tsd-anchor"></a><span class="tsd-kind-call-signature">setInstantiationStack</span><span class="tsd-signature-symbol">(</span><span class="tsd-kind-parameter">stack</span><span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">string</span><span class="tsd-signature-symbol">)</span><span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">void</span><a href="#setinstantiationstack-1" aria-label="Permalink" class="tsd-anchor-icon"><svg viewBox="0 0 24 24" aria-hidden="true"><use href="../assets/icons.svg#icon-anchor"></use></svg></a></div><div class="tsd-description"><div class="tsd-parameters"><h4 class="tsd-parameters-title">Parameters</h4><ul class="tsd-parameter-list"><li><span><span class="tsd-kind-parameter">stack</span>: <span class="tsd-signature-type">string</span></span></li></ul></div><h4 class="tsd-returns-title">Returns <span class="tsd-signature-type">void</span></h4><aside class="tsd-sources"><p>Inherited from <a href="DatabaseConnection.html">DatabaseConnection</a>.<a href="DatabaseConnection.html#setinstantiationstack">setInstantiationStack</a></p><ul><li>Defined in <a href="https://github.com/breautek/storm/blob/32ac9285aa8cdb1dd34f18702262e8e0f1f20eb0/src/DatabaseConnection.ts#L65">src/DatabaseConnection.ts:65</a></li></ul></aside></div></li></ul></section><section class="tsd-panel tsd-member tsd-is-inherited"><a id="settimeout" class="tsd-anchor"></a><h3 class="tsd-anchor-link"><span>set<wbr/>Timeout</span><a href="#settimeout" aria-label="Permalink" class="tsd-anchor-icon"><svg viewBox="0 0 24 24" aria-hidden="true"><use href="../assets/icons.svg#icon-anchor"></use></svg></a></h3><ul class="tsd-signatures tsd-is-inherited"><li class="tsd-is-inherited"><div class="tsd-signature tsd-anchor-link"><a id="settimeout-1" class="tsd-anchor"></a><span class="tsd-kind-call-signature">setTimeout</span><span class="tsd-signature-symbol">(</span><span class="tsd-kind-parameter">timeout</span><span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">number</span><span class="tsd-signature-symbol">)</span><span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">void</span><a href="#settimeout-1" aria-label="Permalink" class="tsd-anchor-icon"><svg viewBox="0 0 24 24" aria-hidden="true"><use href="../assets/icons.svg#icon-anchor"></use></svg></a></div><div class="tsd-description"><div class="tsd-comment tsd-typography"><p>Sets the timeout of this connectino</p>
|
|
74
76
|
</div><div class="tsd-parameters"><h4 class="tsd-parameters-title">Parameters</h4><ul class="tsd-parameter-list"><li><span><span class="tsd-kind-parameter">timeout</span>: <span class="tsd-signature-type">number</span></span><div class="tsd-comment tsd-typography"><p>in milliseconds</p>
|
|
75
|
-
</div><div class="tsd-comment tsd-typography"></div></li></ul></div><h4 class="tsd-returns-title">Returns <span class="tsd-signature-type">void</span></h4><div class="tsd-comment tsd-typography"></div><aside class="tsd-sources"><p>Inherited from <a href="DatabaseConnection.html">DatabaseConnection</a>.<a href="DatabaseConnection.html#settimeout">setTimeout</a></p><ul><li>Defined in <a href="https://github.com/breautek/storm/blob/
|
|
77
|
+
</div><div class="tsd-comment tsd-typography"></div></li></ul></div><h4 class="tsd-returns-title">Returns <span class="tsd-signature-type">void</span></h4><div class="tsd-comment tsd-typography"></div><aside class="tsd-sources"><p>Inherited from <a href="DatabaseConnection.html">DatabaseConnection</a>.<a href="DatabaseConnection.html#settimeout">setTimeout</a></p><ul><li>Defined in <a href="https://github.com/breautek/storm/blob/32ac9285aa8cdb1dd34f18702262e8e0f1f20eb0/src/DatabaseConnection.ts#L112">src/DatabaseConnection.ts:112</a></li></ul></aside></div></li></ul></section><section class="tsd-panel tsd-member"><a id="starttransaction" class="tsd-anchor"></a><h3 class="tsd-anchor-link"><code class="tsd-tag">Abstract</code><span>start<wbr/>Transaction</span><a href="#starttransaction" aria-label="Permalink" class="tsd-anchor-icon"><svg viewBox="0 0 24 24" aria-hidden="true"><use href="../assets/icons.svg#icon-anchor"></use></svg></a></h3><ul class="tsd-signatures"><li class=""><div class="tsd-signature tsd-anchor-link"><a id="starttransaction-1" class="tsd-anchor"></a><span class="tsd-kind-call-signature">startTransaction</span><span class="tsd-signature-symbol">(</span><span class="tsd-kind-parameter">isolationLevel</span><span class="tsd-signature-symbol">?:</span> <a href="../enums/IsolationLevel.html" class="tsd-signature-type tsd-kind-enum">IsolationLevel</a><span class="tsd-signature-symbol">)</span><span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">Promise</span><span class="tsd-signature-symbol"><</span><span class="tsd-signature-type">void</span><span class="tsd-signature-symbol">></span><a href="#starttransaction-1" aria-label="Permalink" class="tsd-anchor-icon"><svg viewBox="0 0 24 24" aria-hidden="true"><use href="../assets/icons.svg#icon-anchor"></use></svg></a></div><div class="tsd-description"><div class="tsd-comment tsd-typography"><p>Implementation method to start a transaction.</p>
|
|
76
78
|
</div><div class="tsd-parameters"><h4 class="tsd-parameters-title">Parameters</h4><ul class="tsd-parameter-list"><li><span><code class="tsd-tag">Optional</code><span class="tsd-kind-parameter">isolationLevel</span>: <a href="../enums/IsolationLevel.html" class="tsd-signature-type tsd-kind-enum">IsolationLevel</a></span></li></ul></div><h4 class="tsd-returns-title">Returns <span class="tsd-signature-type">Promise</span><span class="tsd-signature-symbol"><</span><span class="tsd-signature-type">void</span><span class="tsd-signature-symbol">></span></h4><p>Promise<void></p>
|
|
77
|
-
<div class="tsd-comment tsd-typography"><div class="tsd-tag-async"><h4 class="tsd-anchor-link"><a id="async-7" class="tsd-anchor"></a>Async<a href="#async-7" aria-label="Permalink" class="tsd-anchor-icon"><svg viewBox="0 0 24 24" aria-hidden="true"><use href="../assets/icons.svg#icon-anchor"></use></svg></a></h4></div></div><aside class="tsd-sources"><p>Overrides <a href="DatabaseConnection.html">DatabaseConnection</a>.<a href="DatabaseConnection.html#starttransaction">startTransaction</a></p><ul><li>Defined in <a href="https://github.com/breautek/storm/blob/
|
|
79
|
+
<div class="tsd-comment tsd-typography"><div class="tsd-tag-async"><h4 class="tsd-anchor-link"><a id="async-7" class="tsd-anchor"></a>Async<a href="#async-7" aria-label="Permalink" class="tsd-anchor-icon"><svg viewBox="0 0 24 24" aria-hidden="true"><use href="../assets/icons.svg#icon-anchor"></use></svg></a></h4></div></div><aside class="tsd-sources"><p>Overrides <a href="DatabaseConnection.html">DatabaseConnection</a>.<a href="DatabaseConnection.html#starttransaction">startTransaction</a></p><ul><li>Defined in <a href="https://github.com/breautek/storm/blob/32ac9285aa8cdb1dd34f18702262e8e0f1f20eb0/src/MySQLConnection.ts#L199">src/MySQLConnection.ts:199</a></li></ul></aside></div></li></ul></section><section class="tsd-panel tsd-member tsd-is-inherited"><a id="stream" class="tsd-anchor"></a><h3 class="tsd-anchor-link"><span>stream</span><a href="#stream" aria-label="Permalink" class="tsd-anchor-icon"><svg viewBox="0 0 24 24" aria-hidden="true"><use href="../assets/icons.svg#icon-anchor"></use></svg></a></h3><ul class="tsd-signatures tsd-is-inherited"><li class="tsd-is-inherited"><div class="tsd-signature tsd-anchor-link"><a id="stream-1" class="tsd-anchor"></a><span class="tsd-kind-call-signature">stream</span><span class="tsd-signature-symbol">(</span><span class="tsd-kind-parameter">query</span><span class="tsd-signature-symbol">:</span> <a href="../interfaces/IQueryable.html" class="tsd-signature-type tsd-kind-interface">IQueryable</a><span class="tsd-signature-symbol"><</span><span class="tsd-signature-type">any</span><span class="tsd-signature-symbol">></span><span class="tsd-signature-symbol">,</span> <span class="tsd-kind-parameter">streamOptions</span><span class="tsd-signature-symbol">?:</span> <span class="tsd-signature-type">any</span><span class="tsd-signature-symbol">)</span><span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">Readable</span><a href="#stream-1" aria-label="Permalink" class="tsd-anchor-icon"><svg viewBox="0 0 24 24" aria-hidden="true"><use href="../assets/icons.svg#icon-anchor"></use></svg></a></div><div class="tsd-description"><div class="tsd-parameters"><h4 class="tsd-parameters-title">Parameters</h4><ul class="tsd-parameter-list"><li><span><span class="tsd-kind-parameter">query</span>: <a href="../interfaces/IQueryable.html" class="tsd-signature-type tsd-kind-interface">IQueryable</a><span class="tsd-signature-symbol"><</span><span class="tsd-signature-type">any</span><span class="tsd-signature-symbol">></span></span><div class="tsd-comment tsd-typography"><p>The database query</p>
|
|
78
80
|
</div><div class="tsd-comment tsd-typography"></div></li><li><span><code class="tsd-tag">Optional</code><span class="tsd-kind-parameter">streamOptions</span>: <span class="tsd-signature-type">any</span></span><div class="tsd-comment tsd-typography"><p>Stream options</p>
|
|
79
81
|
</div><div class="tsd-comment tsd-typography"></div></li></ul></div><h4 class="tsd-returns-title">Returns <span class="tsd-signature-type">Readable</span></h4><p>Readable</p>
|
|
80
|
-
<div class="tsd-comment tsd-typography"></div><aside class="tsd-sources"><p>Inherited from <a href="DatabaseConnection.html">DatabaseConnection</a>.<a href="DatabaseConnection.html#stream">stream</a></p><ul><li>Defined in <a href="https://github.com/breautek/storm/blob/
|
|
82
|
+
<div class="tsd-comment tsd-typography"></div><aside class="tsd-sources"><p>Inherited from <a href="DatabaseConnection.html">DatabaseConnection</a>.<a href="DatabaseConnection.html#stream">stream</a></p><ul><li>Defined in <a href="https://github.com/breautek/storm/blob/32ac9285aa8cdb1dd34f18702262e8e0f1f20eb0/src/DatabaseConnection.ts#L170">src/DatabaseConnection.ts:170</a></li></ul></aside></div></li></ul></section></section></details></div><div class="col-sidebar"><div class="page-menu"><div class="tsd-navigation settings"><details class="tsd-accordion"><summary class="tsd-accordion-summary"><h3><svg width="20" height="20" viewBox="0 0 24 24" fill="none" aria-hidden="true"><use href="../assets/icons.svg#icon-chevronDown"></use></svg>Settings</h3></summary><div class="tsd-accordion-details"><div class="tsd-filter-visibility"><span class="settings-label">Member Visibility</span><ul id="tsd-filter-options"><li class="tsd-filter-item"><label class="tsd-filter-input"><input type="checkbox" id="tsd-filter-protected" name="protected"/><svg width="32" height="32" viewBox="0 0 32 32" aria-hidden="true"><rect class="tsd-checkbox-background" width="30" height="30" x="1" y="1" rx="6" fill="none"></rect><path class="tsd-checkbox-checkmark" d="M8.35422 16.8214L13.2143 21.75L24.6458 10.25" stroke="none" stroke-width="3.5" stroke-linejoin="round" fill="none"></path></svg><span>Protected</span></label></li><li class="tsd-filter-item"><label class="tsd-filter-input"><input type="checkbox" id="tsd-filter-inherited" name="inherited" checked/><svg width="32" height="32" viewBox="0 0 32 32" aria-hidden="true"><rect class="tsd-checkbox-background" width="30" height="30" x="1" y="1" rx="6" fill="none"></rect><path class="tsd-checkbox-checkmark" d="M8.35422 16.8214L13.2143 21.75L24.6458 10.25" stroke="none" stroke-width="3.5" stroke-linejoin="round" fill="none"></path></svg><span>Inherited</span></label></li><li class="tsd-filter-item"><label class="tsd-filter-input"><input type="checkbox" id="tsd-filter-external" name="external"/><svg width="32" height="32" viewBox="0 0 32 32" aria-hidden="true"><rect class="tsd-checkbox-background" width="30" height="30" x="1" y="1" rx="6" fill="none"></rect><path class="tsd-checkbox-checkmark" d="M8.35422 16.8214L13.2143 21.75L24.6458 10.25" stroke="none" stroke-width="3.5" stroke-linejoin="round" fill="none"></path></svg><span>External</span></label></li></ul></div><div class="tsd-theme-toggle"><label class="settings-label" for="tsd-theme">Theme</label><select id="tsd-theme"><option value="os">OS</option><option value="light">Light</option><option value="dark">Dark</option></select></div></div></details></div><details open class="tsd-accordion tsd-page-navigation"><summary class="tsd-accordion-summary"><h3><svg width="20" height="20" viewBox="0 0 24 24" fill="none" aria-hidden="true"><use href="../assets/icons.svg#icon-chevronDown"></use></svg>On This Page</h3></summary><div class="tsd-accordion-details"><details open class="tsd-accordion tsd-page-navigation-section"><summary class="tsd-accordion-summary" data-key="section-Constructors"><svg width="20" height="20" viewBox="0 0 24 24" fill="none" aria-hidden="true"><use href="../assets/icons.svg#icon-chevronDown"></use></svg>Constructors</summary><div><a href="#constructor" class=""><svg class="tsd-kind-icon" viewBox="0 0 24 24" aria-label="Constructor"><use href="../assets/icons.svg#icon-512"></use></svg><span>constructor</span></a></div></details><details open class="tsd-accordion tsd-page-navigation-section"><summary class="tsd-accordion-summary" data-key="section-Methods"><svg width="20" height="20" viewBox="0 0 24 24" fill="none" aria-hidden="true"><use href="../assets/icons.svg#icon-chevronDown"></use></svg>Methods</summary><div><a href="#__internal_init" class=""><svg class="tsd-kind-icon" viewBox="0 0 24 24" aria-label="Method"><use href="../assets/icons.svg#icon-2048"></use></svg><span>__internal_<wbr/>init</span></a><a href="#_close" class="tsd-is-protected"><svg class="tsd-kind-icon" viewBox="0 0 24 24" aria-label="Method"><use href="../assets/icons.svg#icon-2048"></use></svg><span>_close</span></a><a href="#_query" class="tsd-is-protected"><svg class="tsd-kind-icon" viewBox="0 0 24 24" aria-label="Method"><use href="../assets/icons.svg#icon-2048"></use></svg><span>_query</span></a><a href="#_stream" class="tsd-is-protected"><svg class="tsd-kind-icon" viewBox="0 0 24 24" aria-label="Method"><use href="../assets/icons.svg#icon-2048"></use></svg><span>_stream</span></a><a href="#close" class="tsd-is-inherited"><svg class="tsd-kind-icon" viewBox="0 0 24 24" aria-label="Method"><use href="../assets/icons.svg#icon-2048"></use></svg><span>close</span></a><a href="#commit" class=""><svg class="tsd-kind-icon" viewBox="0 0 24 24" aria-label="Method"><use href="../assets/icons.svg#icon-2048"></use></svg><span>commit</span></a><a href="#endtransaction" class=""><svg class="tsd-kind-icon" viewBox="0 0 24 24" aria-label="Method"><use href="../assets/icons.svg#icon-2048"></use></svg><span>end<wbr/>Transaction</span></a><a href="#formatquery" class=""><svg class="tsd-kind-icon" viewBox="0 0 24 24" aria-label="Method"><use href="../assets/icons.svg#icon-2048"></use></svg><span>format<wbr/>Query</span></a><a href="#getapi" class="tsd-is-inherited"><svg class="tsd-kind-icon" viewBox="0 0 24 24" aria-label="Method"><use href="../assets/icons.svg#icon-2048"></use></svg><span>getAPI</span></a><a href="#getcurrentdatabaseposition" class=""><svg class="tsd-kind-icon" viewBox="0 0 24 24" aria-label="Method"><use href="../assets/icons.svg#icon-2048"></use></svg><span>get<wbr/>Current<wbr/>Database<wbr/>Position</span></a><a href="#getinstantiationstack" class="tsd-is-inherited"><svg class="tsd-kind-icon" viewBox="0 0 24 24" aria-label="Method"><use href="../assets/icons.svg#icon-2048"></use></svg><span>get<wbr/>Instantiation<wbr/>Stack</span></a><a href="#gettimeout" class="tsd-is-inherited"><svg class="tsd-kind-icon" viewBox="0 0 24 24" aria-label="Method"><use href="../assets/icons.svg#icon-2048"></use></svg><span>get<wbr/>Timeout</span></a><a href="#isclosed" class="tsd-is-inherited"><svg class="tsd-kind-icon" viewBox="0 0 24 24" aria-label="Method"><use href="../assets/icons.svg#icon-2048"></use></svg><span>is<wbr/>Closed</span></a><a href="#ismaster" class=""><svg class="tsd-kind-icon" viewBox="0 0 24 24" aria-label="Method"><use href="../assets/icons.svg#icon-2048"></use></svg><span>is<wbr/>Master</span></a><a href="#isopen" class=""><svg class="tsd-kind-icon" viewBox="0 0 24 24" aria-label="Method"><use href="../assets/icons.svg#icon-2048"></use></svg><span>is<wbr/>Open</span></a><a href="#isreadonly" class="tsd-is-inherited"><svg class="tsd-kind-icon" viewBox="0 0 24 24" aria-label="Method"><use href="../assets/icons.svg#icon-2048"></use></svg><span>is<wbr/>Read<wbr/>Only</span></a><a href="#isreplication" class=""><svg class="tsd-kind-icon" viewBox="0 0 24 24" aria-label="Method"><use href="../assets/icons.svg#icon-2048"></use></svg><span>is<wbr/>Replication</span></a><a href="#istransaction" class=""><svg class="tsd-kind-icon" viewBox="0 0 24 24" aria-label="Method"><use href="../assets/icons.svg#icon-2048"></use></svg><span>is<wbr/>Transaction</span></a><a href="#query" class="tsd-is-inherited"><svg class="tsd-kind-icon" viewBox="0 0 24 24" aria-label="Method"><use href="../assets/icons.svg#icon-2048"></use></svg><span>query</span></a><a href="#rollback" class=""><svg class="tsd-kind-icon" viewBox="0 0 24 24" aria-label="Method"><use href="../assets/icons.svg#icon-2048"></use></svg><span>rollback</span></a><a href="#setinstantiationstack" class="tsd-is-inherited"><svg class="tsd-kind-icon" viewBox="0 0 24 24" aria-label="Method"><use href="../assets/icons.svg#icon-2048"></use></svg><span>set<wbr/>Instantiation<wbr/>Stack</span></a><a href="#settimeout" class="tsd-is-inherited"><svg class="tsd-kind-icon" viewBox="0 0 24 24" aria-label="Method"><use href="../assets/icons.svg#icon-2048"></use></svg><span>set<wbr/>Timeout</span></a><a href="#starttransaction" class=""><svg class="tsd-kind-icon" viewBox="0 0 24 24" aria-label="Method"><use href="../assets/icons.svg#icon-2048"></use></svg><span>start<wbr/>Transaction</span></a><a href="#stream" class="tsd-is-inherited"><svg class="tsd-kind-icon" viewBox="0 0 24 24" aria-label="Method"><use href="../assets/icons.svg#icon-2048"></use></svg><span>stream</span></a></div></details></div></details></div><div class="site-menu"><nav class="tsd-navigation"><a href="../index.html">@breautek/storm</a><ul class="tsd-small-nested-navigation" id="tsd-nav-container"><li>Loading...</li></ul></nav></div></div></div><footer><p class="tsd-generator">Generated using <a href="https://typedoc.org/" target="_blank">TypeDoc</a></p></footer><div class="overlay"></div></body></html>
|