@breautek/storm 6.0.4 → 6.0.5
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/classes/Application.html +481 -444
- package/docs/classes/BackendAuthenticationMiddleware.html +99 -114
- package/docs/classes/CORSMiddleware.html +123 -136
- package/docs/classes/ConfigLoader.html +86 -105
- package/docs/classes/Database.html +141 -160
- package/docs/classes/DatabaseCastObject.html +100 -119
- package/docs/classes/DatabaseConnection.html +260 -250
- package/docs/classes/DatabaseQueryError.html +160 -175
- package/docs/classes/DeadLockError.html +162 -176
- package/docs/classes/DiskSpaceError.html +160 -175
- package/docs/classes/DropTemporaryTableQuery.html +133 -147
- package/docs/classes/DuplicateEntryError.html +160 -175
- package/docs/classes/EntityNotFoundError.html +160 -175
- package/docs/classes/ExpiredTokenError.html +160 -175
- package/docs/classes/Handler.html +146 -165
- package/docs/classes/InternalError.html +160 -175
- package/docs/classes/InvalidCredentialsError.html +160 -175
- package/docs/classes/InvalidValueError.html +160 -175
- package/docs/classes/LineString.html +101 -120
- package/docs/classes/LockWaitTimeoutError.html +162 -176
- package/docs/classes/ManagedDatabaseConnection.html +176 -195
- package/docs/classes/Middleware.html +96 -115
- package/docs/classes/MissingConfigError.html +160 -175
- package/docs/classes/MissingParameterError.html +160 -175
- package/docs/classes/MySQLConnection.html +265 -255
- package/docs/classes/MySQLDatabase.html +146 -165
- package/docs/classes/NotImplementedError.html +160 -175
- package/docs/classes/Point.html +101 -120
- package/docs/classes/Polygon.html +101 -120
- package/docs/classes/Query.html +133 -147
- package/docs/classes/RawError.html +162 -176
- package/docs/classes/RawQuery.html +133 -147
- package/docs/classes/Request.html +171 -190
- package/docs/classes/Response.html +136 -155
- package/docs/classes/ResponseData.html +116 -135
- package/docs/classes/ServiceProvider.html +156 -175
- package/docs/classes/ServiceResponse.html +106 -125
- package/docs/classes/SetSessionVariableQuery.html +133 -147
- package/docs/classes/StormError.html +160 -175
- package/docs/classes/TemporaryTableQuery.html +133 -147
- package/docs/classes/Token.html +91 -110
- package/docs/classes/TokenManager.html +101 -120
- package/docs/classes/Transaction.html +113 -131
- package/docs/classes/UnauthorizedAccessError.html +160 -175
- package/docs/enums/ErrorCode.html +117 -136
- package/docs/enums/ExitCode.html +89 -108
- package/docs/enums/HTTPMethod.html +97 -116
- package/docs/enums/IsolationLevel.html +97 -116
- package/docs/enums/JWTError.html +89 -108
- package/docs/enums/StatusCode.html +273 -292
- package/docs/functions/formidable-1.html +80 -99
- package/docs/functions/getInstance.html +84 -103
- package/docs/index.html +156 -175
- package/docs/interfaces/IAdditionalErrorDetails.html +80 -99
- package/docs/interfaces/IAuthTokenData.html +89 -108
- package/docs/interfaces/ICloudwatchConfig.html +93 -112
- package/docs/interfaces/ICloudwatchCredentials.html +89 -108
- package/docs/interfaces/ICloudwatchStreamConfig.html +89 -108
- package/docs/interfaces/IConfig.html +113 -132
- package/docs/interfaces/IDatabaseConfig.html +105 -124
- package/docs/interfaces/IDatabaseConnection.html +151 -170
- package/docs/interfaces/IErrorResponse.html +101 -120
- package/docs/interfaces/IFormData.html +89 -108
- package/docs/interfaces/IHandler.html +86 -105
- package/docs/interfaces/IInsertQueryResult.html +93 -112
- package/docs/interfaces/IJWTVerifyOptions.html +85 -104
- package/docs/interfaces/IParameterMap.html +80 -99
- package/docs/interfaces/IQueryable.html +106 -125
- package/docs/interfaces/IRequestResponse.html +89 -108
- package/docs/interfaces/IServiceHeaders.html +80 -99
- package/docs/interfaces/ISetSessionVariableQueryInput.html +89 -108
- package/docs/interfaces/ITemporaryTableQueryInput.html +89 -108
- package/docs/interfaces/IUpdateQueryResult.html +89 -108
- package/docs/interfaces/formidable.EmitData.html +108 -108
- package/docs/interfaces/formidable.EventData.html +117 -117
- package/docs/interfaces/formidable.Fields.html +95 -95
- package/docs/interfaces/formidable.File.html +138 -131
- package/docs/interfaces/formidable.FileJSON.html +134 -129
- package/docs/interfaces/formidable.Files.html +95 -95
- package/docs/interfaces/formidable.Options.html +167 -156
- package/docs/interfaces/formidable.Part.html +248 -223
- package/docs/modules/formidable.html +111 -111
- package/docs/types/IDeleteQueryResult.html +80 -99
- package/docs/types/IHandlerError.html +82 -100
- package/docs/types/IHandlerResponse.html +82 -100
- package/docs/types/TCoordinate.html +80 -99
- package/docs/types/formidable.BufferEncoding.html +95 -95
- package/docs/types/formidable.DefaultOptions.html +101 -96
- package/docs/types/formidable.EnabledPlugins.html +95 -95
- package/docs/types/formidable.EventNames.html +95 -95
- package/docs/types/formidable.MappedParsers.html +95 -95
- package/docs/types/formidable.Plugin.html +95 -95
- package/docs/types/formidable.PluginFunction.html +95 -95
- package/docs/types/formidable.Plugins.html +95 -95
- package/lib/Application.d.ts +1 -1
- package/lib/Application.js +7 -6
- package/lib/Application.js.map +1 -1
- package/package.json +13 -13
- package/src/Application.ts +7 -6
|
@@ -24,7 +24,7 @@
|
|
|
24
24
|
<ul class="tsd-hierarchy">
|
|
25
25
|
<li><a href="../interfaces/IDatabaseConnection.html" class="tsd-signature-type tsd-kind-interface">IDatabaseConnection</a></li></ul></section><aside class="tsd-sources">
|
|
26
26
|
<ul>
|
|
27
|
-
<li>Defined in <a href="https://github.com/breautek/storm/blob/
|
|
27
|
+
<li>Defined in <a href="https://github.com/breautek/storm/blob/04df9d1/src/ManagedDatabaseConnection.ts#L25">src/ManagedDatabaseConnection.ts:25</a></li></ul></aside>
|
|
28
28
|
<section class="tsd-panel-group tsd-index-group">
|
|
29
29
|
<section class="tsd-panel tsd-index-panel">
|
|
30
30
|
<details class="tsd-index-content tsd-index-accordion" open><summary class="tsd-accordion-summary tsd-index-summary">
|
|
@@ -32,35 +32,35 @@
|
|
|
32
32
|
<div class="tsd-accordion-details">
|
|
33
33
|
<section class="tsd-index-section">
|
|
34
34
|
<h3 class="tsd-index-heading">Constructors</h3>
|
|
35
|
-
<div class="tsd-index-list"><a href="ManagedDatabaseConnection.html#constructor" class="tsd-index-link"><svg class="tsd-kind-icon"
|
|
35
|
+
<div class="tsd-index-list"><a href="ManagedDatabaseConnection.html#constructor" class="tsd-index-link"><svg class="tsd-kind-icon" viewBox="0 0 24 24"><g id="icon-512"><rect fill="var(--color-icon-background)" stroke="#4D7FFF" stroke-width="1.5" x="1" y="1" width="22" height="22" rx="12"></rect><path d="M11.898 16.1201C11.098 16.1201 10.466 15.8961 10.002 15.4481C9.53803 15.0001 9.30603 14.3841 9.30603 13.6001V9.64012C9.30603 8.85612 9.53803 8.24012 10.002 7.79212C10.466 7.34412 11.098 7.12012 11.898 7.12012C12.682 7.12012 13.306 7.34812 13.77 7.80412C14.234 8.25212 14.466 8.86412 14.466 9.64012H13.386C13.386 9.14412 13.254 8.76412 12.99 8.50012C12.734 8.22812 12.37 8.09212 11.898 8.09212C11.426 8.09212 11.054 8.22412 10.782 8.48812C10.518 8.75212 10.386 9.13212 10.386 9.62812V13.6001C10.386 14.0961 10.518 14.4801 10.782 14.7521C11.054 15.0161 11.426 15.1481 11.898 15.1481C12.37 15.1481 12.734 15.0161 12.99 14.7521C13.254 14.4801 13.386 14.0961 13.386 13.6001H14.466C14.466 14.3761 14.234 14.9921 13.77 15.4481C13.306 15.8961 12.682 16.1201 11.898 16.1201Z" fill="var(--color-text)"></path></g></svg><span>constructor</span></a>
|
|
36
36
|
</div></section>
|
|
37
37
|
<section class="tsd-index-section">
|
|
38
38
|
<h3 class="tsd-index-heading">Methods</h3>
|
|
39
|
-
<div class="tsd-index-list"><a href="ManagedDatabaseConnection.html#close" class="tsd-index-link"><svg class="tsd-kind-icon"
|
|
40
|
-
<a href="ManagedDatabaseConnection.html#commit" class="tsd-index-link"><svg class="tsd-kind-icon"
|
|
41
|
-
<a href="ManagedDatabaseConnection.html#getAPI" class="tsd-index-link"><svg class="tsd-kind-icon"
|
|
42
|
-
<a href="ManagedDatabaseConnection.html#getInstantiationStack" class="tsd-index-link"><svg class="tsd-kind-icon"
|
|
43
|
-
<a href="ManagedDatabaseConnection.html#getTimeout" class="tsd-index-link"><svg class="tsd-kind-icon"
|
|
44
|
-
<a href="ManagedDatabaseConnection.html#hasConnection" class="tsd-index-link"><svg class="tsd-kind-icon"
|
|
45
|
-
<a href="ManagedDatabaseConnection.html#isClosed" class="tsd-index-link"><svg class="tsd-kind-icon"
|
|
46
|
-
<a href="ManagedDatabaseConnection.html#isManaged" class="tsd-index-link"><svg class="tsd-kind-icon"
|
|
47
|
-
<a href="ManagedDatabaseConnection.html#isReadOnly" class="tsd-index-link"><svg class="tsd-kind-icon"
|
|
48
|
-
<a href="ManagedDatabaseConnection.html#isTransaction" class="tsd-index-link"><svg class="tsd-kind-icon"
|
|
49
|
-
<a href="ManagedDatabaseConnection.html#isWriteRequired" class="tsd-index-link"><svg class="tsd-kind-icon"
|
|
50
|
-
<a href="ManagedDatabaseConnection.html#query" class="tsd-index-link"><svg class="tsd-kind-icon"
|
|
51
|
-
<a href="ManagedDatabaseConnection.html#rollback" class="tsd-index-link"><svg class="tsd-kind-icon"
|
|
52
|
-
<a href="ManagedDatabaseConnection.html#setConnection" class="tsd-index-link"><svg class="tsd-kind-icon"
|
|
53
|
-
<a href="ManagedDatabaseConnection.html#setInstantiationStack" class="tsd-index-link"><svg class="tsd-kind-icon"
|
|
54
|
-
<a href="ManagedDatabaseConnection.html#setTimeout" class="tsd-index-link"><svg class="tsd-kind-icon"
|
|
55
|
-
<a href="ManagedDatabaseConnection.html#startTransaction" class="tsd-index-link"><svg class="tsd-kind-icon"
|
|
56
|
-
<a href="ManagedDatabaseConnection.html#stream" class="tsd-index-link"><svg class="tsd-kind-icon"
|
|
39
|
+
<div class="tsd-index-list"><a href="ManagedDatabaseConnection.html#close" class="tsd-index-link"><svg class="tsd-kind-icon" viewBox="0 0 24 24"><g id="icon-2048"><rect fill="var(--color-icon-background)" stroke="#FF4DB8" stroke-width="1.5" x="1" y="1" width="22" height="22" rx="12"></rect><path d="M9.162 16V7.24H10.578L11.514 10.072C11.602 10.328 11.674 10.584 11.73 10.84C11.794 11.088 11.842 11.28 11.874 11.416C11.906 11.28 11.954 11.088 12.018 10.84C12.082 10.584 12.154 10.324 12.234 10.06L13.122 7.24H14.538V16H13.482V12.82C13.482 12.468 13.49 12.068 13.506 11.62C13.53 11.172 13.558 10.716 13.59 10.252C13.622 9.78 13.654 9.332 13.686 8.908C13.726 8.476 13.762 8.1 13.794 7.78L12.366 12.16H11.334L9.894 7.78C9.934 8.092 9.97 8.456 10.002 8.872C10.042 9.28 10.078 9.716 10.11 10.18C10.142 10.636 10.166 11.092 10.182 11.548C10.206 12.004 10.218 12.428 10.218 12.82V16H9.162Z" fill="var(--color-text)"></path></g></svg><span>close</span></a>
|
|
40
|
+
<a href="ManagedDatabaseConnection.html#commit" class="tsd-index-link"><svg class="tsd-kind-icon" viewBox="0 0 24 24"><use href="#icon-2048"></use></svg><span>commit</span></a>
|
|
41
|
+
<a href="ManagedDatabaseConnection.html#getAPI" class="tsd-index-link"><svg class="tsd-kind-icon" viewBox="0 0 24 24"><use href="#icon-2048"></use></svg><span>getAPI</span></a>
|
|
42
|
+
<a href="ManagedDatabaseConnection.html#getInstantiationStack" class="tsd-index-link"><svg class="tsd-kind-icon" viewBox="0 0 24 24"><use href="#icon-2048"></use></svg><span>get<wbr/>Instantiation<wbr/>Stack</span></a>
|
|
43
|
+
<a href="ManagedDatabaseConnection.html#getTimeout" class="tsd-index-link"><svg class="tsd-kind-icon" viewBox="0 0 24 24"><use href="#icon-2048"></use></svg><span>get<wbr/>Timeout</span></a>
|
|
44
|
+
<a href="ManagedDatabaseConnection.html#hasConnection" class="tsd-index-link"><svg class="tsd-kind-icon" viewBox="0 0 24 24"><use href="#icon-2048"></use></svg><span>has<wbr/>Connection</span></a>
|
|
45
|
+
<a href="ManagedDatabaseConnection.html#isClosed" class="tsd-index-link"><svg class="tsd-kind-icon" viewBox="0 0 24 24"><use href="#icon-2048"></use></svg><span>is<wbr/>Closed</span></a>
|
|
46
|
+
<a href="ManagedDatabaseConnection.html#isManaged" class="tsd-index-link"><svg class="tsd-kind-icon" viewBox="0 0 24 24"><use href="#icon-2048"></use></svg><span>is<wbr/>Managed</span></a>
|
|
47
|
+
<a href="ManagedDatabaseConnection.html#isReadOnly" class="tsd-index-link"><svg class="tsd-kind-icon" viewBox="0 0 24 24"><use href="#icon-2048"></use></svg><span>is<wbr/>Read<wbr/>Only</span></a>
|
|
48
|
+
<a href="ManagedDatabaseConnection.html#isTransaction" class="tsd-index-link"><svg class="tsd-kind-icon" viewBox="0 0 24 24"><use href="#icon-2048"></use></svg><span>is<wbr/>Transaction</span></a>
|
|
49
|
+
<a href="ManagedDatabaseConnection.html#isWriteRequired" class="tsd-index-link"><svg class="tsd-kind-icon" viewBox="0 0 24 24"><use href="#icon-2048"></use></svg><span>is<wbr/>Write<wbr/>Required</span></a>
|
|
50
|
+
<a href="ManagedDatabaseConnection.html#query" class="tsd-index-link"><svg class="tsd-kind-icon" viewBox="0 0 24 24"><use href="#icon-2048"></use></svg><span>query</span></a>
|
|
51
|
+
<a href="ManagedDatabaseConnection.html#rollback" class="tsd-index-link"><svg class="tsd-kind-icon" viewBox="0 0 24 24"><use href="#icon-2048"></use></svg><span>rollback</span></a>
|
|
52
|
+
<a href="ManagedDatabaseConnection.html#setConnection" class="tsd-index-link"><svg class="tsd-kind-icon" viewBox="0 0 24 24"><use href="#icon-2048"></use></svg><span>set<wbr/>Connection</span></a>
|
|
53
|
+
<a href="ManagedDatabaseConnection.html#setInstantiationStack" class="tsd-index-link"><svg class="tsd-kind-icon" viewBox="0 0 24 24"><use href="#icon-2048"></use></svg><span>set<wbr/>Instantiation<wbr/>Stack</span></a>
|
|
54
|
+
<a href="ManagedDatabaseConnection.html#setTimeout" class="tsd-index-link"><svg class="tsd-kind-icon" viewBox="0 0 24 24"><use href="#icon-2048"></use></svg><span>set<wbr/>Timeout</span></a>
|
|
55
|
+
<a href="ManagedDatabaseConnection.html#startTransaction" class="tsd-index-link"><svg class="tsd-kind-icon" viewBox="0 0 24 24"><use href="#icon-2048"></use></svg><span>start<wbr/>Transaction</span></a>
|
|
56
|
+
<a href="ManagedDatabaseConnection.html#stream" class="tsd-index-link"><svg class="tsd-kind-icon" viewBox="0 0 24 24"><use href="#icon-2048"></use></svg><span>stream</span></a>
|
|
57
57
|
</div></section></div></details></section></section>
|
|
58
58
|
<section class="tsd-panel-group tsd-member-group">
|
|
59
59
|
<h2>Constructors</h2>
|
|
60
60
|
<section class="tsd-panel tsd-member"><a id="constructor" class="tsd-anchor"></a>
|
|
61
|
-
<h3 class="tsd-anchor-link"><span>constructor</span><a href="#constructor" aria-label="Permalink" class="tsd-anchor-icon"><svg
|
|
61
|
+
<h3 class="tsd-anchor-link"><span>constructor</span><a href="#constructor" aria-label="Permalink" class="tsd-anchor-icon"><svg viewBox="0 0 24 24"><g stroke-width="2" stroke="currentColor" fill="none" stroke-linecap="round" stroke-linejoin="round" id="icon-anchor"><path stroke="none" d="M0 0h24v24H0z" fill="none"></path><path d="M10 14a3.5 3.5 0 0 0 5 0l4 -4a3.5 3.5 0 0 0 -5 -5l-.5 .5"></path><path d="M14 10a3.5 3.5 0 0 0 -5 0l-4 4a3.5 3.5 0 0 0 5 5l.5 -.5"></path></g></svg></a></h3>
|
|
62
62
|
<ul class="tsd-signatures">
|
|
63
|
-
<li class="tsd-signature tsd-anchor-link" id="constructor.new_ManagedDatabaseConnection"><span class="tsd-kind-constructor-signature">new <wbr/>Managed<wbr/>Database<wbr/>Connection</span><span class="tsd-signature-symbol">(</span><span class="tsd-kind-parameter">requiresWrite</span><span class="tsd-signature-symbol">?</span><span class="tsd-signature-symbol">)</span><span class="tsd-signature-symbol">: </span><a href="ManagedDatabaseConnection.html" class="tsd-signature-type tsd-kind-class">ManagedDatabaseConnection</a><a href="#constructor.new_ManagedDatabaseConnection" aria-label="Permalink" class="tsd-anchor-icon"><svg
|
|
63
|
+
<li class="tsd-signature tsd-anchor-link" id="constructor.new_ManagedDatabaseConnection"><span class="tsd-kind-constructor-signature">new <wbr/>Managed<wbr/>Database<wbr/>Connection</span><span class="tsd-signature-symbol">(</span><span class="tsd-kind-parameter">requiresWrite</span><span class="tsd-signature-symbol">?</span><span class="tsd-signature-symbol">)</span><span class="tsd-signature-symbol">: </span><a href="ManagedDatabaseConnection.html" class="tsd-signature-type tsd-kind-class">ManagedDatabaseConnection</a><a href="#constructor.new_ManagedDatabaseConnection" aria-label="Permalink" class="tsd-anchor-icon"><svg viewBox="0 0 24 24"><use href="#icon-anchor"></use></svg></a></li>
|
|
64
64
|
<li class="tsd-description">
|
|
65
65
|
<div class="tsd-parameters">
|
|
66
66
|
<h4 class="tsd-parameters-title">Parameters</h4>
|
|
@@ -69,13 +69,13 @@
|
|
|
69
69
|
<h5><span class="tsd-kind-parameter">requiresWrite</span>: <span class="tsd-signature-type">boolean</span><span class="tsd-signature-symbol"> = false</span></h5></li></ul></div>
|
|
70
70
|
<h4 class="tsd-returns-title">Returns <a href="ManagedDatabaseConnection.html" class="tsd-signature-type tsd-kind-class">ManagedDatabaseConnection</a></h4><aside class="tsd-sources">
|
|
71
71
|
<ul>
|
|
72
|
-
<li>Defined in <a href="https://github.com/breautek/storm/blob/
|
|
72
|
+
<li>Defined in <a href="https://github.com/breautek/storm/blob/04df9d1/src/ManagedDatabaseConnection.ts#L38">src/ManagedDatabaseConnection.ts:38</a></li></ul></aside></li></ul></section></section>
|
|
73
73
|
<section class="tsd-panel-group tsd-member-group">
|
|
74
74
|
<h2>Methods</h2>
|
|
75
75
|
<section class="tsd-panel tsd-member"><a id="close" class="tsd-anchor"></a>
|
|
76
|
-
<h3 class="tsd-anchor-link"><span>close</span><a href="#close" aria-label="Permalink" class="tsd-anchor-icon"><svg
|
|
76
|
+
<h3 class="tsd-anchor-link"><span>close</span><a href="#close" aria-label="Permalink" class="tsd-anchor-icon"><svg viewBox="0 0 24 24"><use href="#icon-anchor"></use></svg></a></h3>
|
|
77
77
|
<ul class="tsd-signatures">
|
|
78
|
-
<li class="tsd-signature tsd-anchor-link" id="close.close-1"><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-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.close-1" aria-label="Permalink" class="tsd-anchor-icon"><svg
|
|
78
|
+
<li class="tsd-signature tsd-anchor-link" id="close.close-1"><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-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.close-1" aria-label="Permalink" class="tsd-anchor-icon"><svg viewBox="0 0 24 24"><use href="#icon-anchor"></use></svg></a></li>
|
|
79
79
|
<li class="tsd-description">
|
|
80
80
|
<div class="tsd-parameters">
|
|
81
81
|
<h4 class="tsd-parameters-title">Parameters</h4>
|
|
@@ -85,98 +85,98 @@
|
|
|
85
85
|
<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><aside class="tsd-sources">
|
|
86
86
|
<p>Implementation of <a href="../interfaces/IDatabaseConnection.html">IDatabaseConnection</a>.<a href="../interfaces/IDatabaseConnection.html#close">close</a></p>
|
|
87
87
|
<ul>
|
|
88
|
-
<li>Defined in <a href="https://github.com/breautek/storm/blob/
|
|
88
|
+
<li>Defined in <a href="https://github.com/breautek/storm/blob/04df9d1/src/ManagedDatabaseConnection.ts#L153">src/ManagedDatabaseConnection.ts:153</a></li></ul></aside></li></ul></section>
|
|
89
89
|
<section class="tsd-panel tsd-member"><a id="commit" class="tsd-anchor"></a>
|
|
90
|
-
<h3 class="tsd-anchor-link"><span>commit</span><a href="#commit" aria-label="Permalink" class="tsd-anchor-icon"><svg
|
|
90
|
+
<h3 class="tsd-anchor-link"><span>commit</span><a href="#commit" aria-label="Permalink" class="tsd-anchor-icon"><svg viewBox="0 0 24 24"><use href="#icon-anchor"></use></svg></a></h3>
|
|
91
91
|
<ul class="tsd-signatures">
|
|
92
|
-
<li class="tsd-signature tsd-anchor-link" id="commit.commit-1"><span class="tsd-kind-call-signature">commit</span><span class="tsd-signature-symbol">(</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.commit-1" aria-label="Permalink" class="tsd-anchor-icon"><svg
|
|
92
|
+
<li class="tsd-signature tsd-anchor-link" id="commit.commit-1"><span class="tsd-kind-call-signature">commit</span><span class="tsd-signature-symbol">(</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.commit-1" aria-label="Permalink" class="tsd-anchor-icon"><svg viewBox="0 0 24 24"><use href="#icon-anchor"></use></svg></a></li>
|
|
93
93
|
<li class="tsd-description">
|
|
94
94
|
<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><aside class="tsd-sources">
|
|
95
95
|
<p>Implementation of <a href="../interfaces/IDatabaseConnection.html">IDatabaseConnection</a>.<a href="../interfaces/IDatabaseConnection.html#commit">commit</a></p>
|
|
96
96
|
<ul>
|
|
97
|
-
<li>Defined in <a href="https://github.com/breautek/storm/blob/
|
|
97
|
+
<li>Defined in <a href="https://github.com/breautek/storm/blob/04df9d1/src/ManagedDatabaseConnection.ts#L190">src/ManagedDatabaseConnection.ts:190</a></li></ul></aside></li></ul></section>
|
|
98
98
|
<section class="tsd-panel tsd-member"><a id="getAPI" class="tsd-anchor"></a>
|
|
99
|
-
<h3 class="tsd-anchor-link"><span>getAPI</span><a href="#getAPI" aria-label="Permalink" class="tsd-anchor-icon"><svg
|
|
99
|
+
<h3 class="tsd-anchor-link"><span>getAPI</span><a href="#getAPI" aria-label="Permalink" class="tsd-anchor-icon"><svg viewBox="0 0 24 24"><use href="#icon-anchor"></use></svg></a></h3>
|
|
100
100
|
<ul class="tsd-signatures">
|
|
101
|
-
<li class="tsd-signature tsd-anchor-link" id="getAPI.getAPI-1"><span class="tsd-kind-call-signature">getAPI</span><span class="tsd-signature-symbol">(</span><span class="tsd-signature-symbol">)</span><span class="tsd-signature-symbol">: </span><span class="tsd-signature-type">any</span><a href="#getAPI.getAPI-1" aria-label="Permalink" class="tsd-anchor-icon"><svg
|
|
101
|
+
<li class="tsd-signature tsd-anchor-link" id="getAPI.getAPI-1"><span class="tsd-kind-call-signature">getAPI</span><span class="tsd-signature-symbol">(</span><span class="tsd-signature-symbol">)</span><span class="tsd-signature-symbol">: </span><span class="tsd-signature-type">any</span><a href="#getAPI.getAPI-1" aria-label="Permalink" class="tsd-anchor-icon"><svg viewBox="0 0 24 24"><use href="#icon-anchor"></use></svg></a></li>
|
|
102
102
|
<li class="tsd-description">
|
|
103
103
|
<h4 class="tsd-returns-title">Returns <span class="tsd-signature-type">any</span></h4><aside class="tsd-sources">
|
|
104
104
|
<p>Implementation of <a href="../interfaces/IDatabaseConnection.html">IDatabaseConnection</a>.<a href="../interfaces/IDatabaseConnection.html#getAPI">getAPI</a></p>
|
|
105
105
|
<ul>
|
|
106
|
-
<li>Defined in <a href="https://github.com/breautek/storm/blob/
|
|
106
|
+
<li>Defined in <a href="https://github.com/breautek/storm/blob/04df9d1/src/ManagedDatabaseConnection.ts#L238">src/ManagedDatabaseConnection.ts:238</a></li></ul></aside></li></ul></section>
|
|
107
107
|
<section class="tsd-panel tsd-member"><a id="getInstantiationStack" class="tsd-anchor"></a>
|
|
108
|
-
<h3 class="tsd-anchor-link"><span>get<wbr/>Instantiation<wbr/>Stack</span><a href="#getInstantiationStack" aria-label="Permalink" class="tsd-anchor-icon"><svg
|
|
108
|
+
<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"><use href="#icon-anchor"></use></svg></a></h3>
|
|
109
109
|
<ul class="tsd-signatures">
|
|
110
|
-
<li class="tsd-signature tsd-anchor-link" id="getInstantiationStack.getInstantiationStack-1"><span class="tsd-kind-call-signature">get<wbr/>Instantiation<wbr/>Stack</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="#getInstantiationStack.getInstantiationStack-1" aria-label="Permalink" class="tsd-anchor-icon"><svg
|
|
110
|
+
<li class="tsd-signature tsd-anchor-link" id="getInstantiationStack.getInstantiationStack-1"><span class="tsd-kind-call-signature">get<wbr/>Instantiation<wbr/>Stack</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="#getInstantiationStack.getInstantiationStack-1" aria-label="Permalink" class="tsd-anchor-icon"><svg viewBox="0 0 24 24"><use href="#icon-anchor"></use></svg></a></li>
|
|
111
111
|
<li class="tsd-description">
|
|
112
112
|
<h4 class="tsd-returns-title">Returns <span class="tsd-signature-type">string</span></h4><aside class="tsd-sources">
|
|
113
113
|
<p>Implementation of <a href="../interfaces/IDatabaseConnection.html">IDatabaseConnection</a>.<a href="../interfaces/IDatabaseConnection.html#getInstantiationStack">getInstantiationStack</a></p>
|
|
114
114
|
<ul>
|
|
115
|
-
<li>Defined in <a href="https://github.com/breautek/storm/blob/
|
|
115
|
+
<li>Defined in <a href="https://github.com/breautek/storm/blob/04df9d1/src/ManagedDatabaseConnection.ts#L105">src/ManagedDatabaseConnection.ts:105</a></li></ul></aside></li></ul></section>
|
|
116
116
|
<section class="tsd-panel tsd-member"><a id="getTimeout" class="tsd-anchor"></a>
|
|
117
|
-
<h3 class="tsd-anchor-link"><span>get<wbr/>Timeout</span><a href="#getTimeout" aria-label="Permalink" class="tsd-anchor-icon"><svg
|
|
117
|
+
<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"><use href="#icon-anchor"></use></svg></a></h3>
|
|
118
118
|
<ul class="tsd-signatures">
|
|
119
|
-
<li class="tsd-signature tsd-anchor-link" id="getTimeout.getTimeout-1"><span class="tsd-kind-call-signature">get<wbr/>Timeout</span><span class="tsd-signature-symbol">(</span><span class="tsd-signature-symbol">)</span><span class="tsd-signature-symbol">: </span><span class="tsd-signature-type">number</span><a href="#getTimeout.getTimeout-1" aria-label="Permalink" class="tsd-anchor-icon"><svg
|
|
119
|
+
<li class="tsd-signature tsd-anchor-link" id="getTimeout.getTimeout-1"><span class="tsd-kind-call-signature">get<wbr/>Timeout</span><span class="tsd-signature-symbol">(</span><span class="tsd-signature-symbol">)</span><span class="tsd-signature-symbol">: </span><span class="tsd-signature-type">number</span><a href="#getTimeout.getTimeout-1" aria-label="Permalink" class="tsd-anchor-icon"><svg viewBox="0 0 24 24"><use href="#icon-anchor"></use></svg></a></li>
|
|
120
120
|
<li class="tsd-description">
|
|
121
121
|
<h4 class="tsd-returns-title">Returns <span class="tsd-signature-type">number</span></h4><aside class="tsd-sources">
|
|
122
122
|
<p>Implementation of <a href="../interfaces/IDatabaseConnection.html">IDatabaseConnection</a>.<a href="../interfaces/IDatabaseConnection.html#getTimeout">getTimeout</a></p>
|
|
123
123
|
<ul>
|
|
124
|
-
<li>Defined in <a href="https://github.com/breautek/storm/blob/
|
|
124
|
+
<li>Defined in <a href="https://github.com/breautek/storm/blob/04df9d1/src/ManagedDatabaseConnection.ts#L130">src/ManagedDatabaseConnection.ts:130</a></li></ul></aside></li></ul></section>
|
|
125
125
|
<section class="tsd-panel tsd-member"><a id="hasConnection" class="tsd-anchor"></a>
|
|
126
|
-
<h3 class="tsd-anchor-link"><span>has<wbr/>Connection</span><a href="#hasConnection" aria-label="Permalink" class="tsd-anchor-icon"><svg
|
|
126
|
+
<h3 class="tsd-anchor-link"><span>has<wbr/>Connection</span><a href="#hasConnection" aria-label="Permalink" class="tsd-anchor-icon"><svg viewBox="0 0 24 24"><use href="#icon-anchor"></use></svg></a></h3>
|
|
127
127
|
<ul class="tsd-signatures">
|
|
128
|
-
<li class="tsd-signature tsd-anchor-link" id="hasConnection.hasConnection-1"><span class="tsd-kind-call-signature">has<wbr/>Connection</span><span class="tsd-signature-symbol">(</span><span class="tsd-signature-symbol">)</span><span class="tsd-signature-symbol">: </span><span class="tsd-signature-type">boolean</span><a href="#hasConnection.hasConnection-1" aria-label="Permalink" class="tsd-anchor-icon"><svg
|
|
128
|
+
<li class="tsd-signature tsd-anchor-link" id="hasConnection.hasConnection-1"><span class="tsd-kind-call-signature">has<wbr/>Connection</span><span class="tsd-signature-symbol">(</span><span class="tsd-signature-symbol">)</span><span class="tsd-signature-symbol">: </span><span class="tsd-signature-type">boolean</span><a href="#hasConnection.hasConnection-1" aria-label="Permalink" class="tsd-anchor-icon"><svg viewBox="0 0 24 24"><use href="#icon-anchor"></use></svg></a></li>
|
|
129
129
|
<li class="tsd-description">
|
|
130
130
|
<h4 class="tsd-returns-title">Returns <span class="tsd-signature-type">boolean</span></h4><aside class="tsd-sources">
|
|
131
131
|
<ul>
|
|
132
|
-
<li>Defined in <a href="https://github.com/breautek/storm/blob/
|
|
132
|
+
<li>Defined in <a href="https://github.com/breautek/storm/blob/04df9d1/src/ManagedDatabaseConnection.ts#L92">src/ManagedDatabaseConnection.ts:92</a></li></ul></aside></li></ul></section>
|
|
133
133
|
<section class="tsd-panel tsd-member"><a id="isClosed" class="tsd-anchor"></a>
|
|
134
|
-
<h3 class="tsd-anchor-link"><span>is<wbr/>Closed</span><a href="#isClosed" aria-label="Permalink" class="tsd-anchor-icon"><svg
|
|
134
|
+
<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"><use href="#icon-anchor"></use></svg></a></h3>
|
|
135
135
|
<ul class="tsd-signatures">
|
|
136
|
-
<li class="tsd-signature tsd-anchor-link" id="isClosed.isClosed-1"><span class="tsd-kind-call-signature">is<wbr/>Closed</span><span class="tsd-signature-symbol">(</span><span class="tsd-signature-symbol">)</span><span class="tsd-signature-symbol">: </span><span class="tsd-signature-type">boolean</span><a href="#isClosed.isClosed-1" aria-label="Permalink" class="tsd-anchor-icon"><svg
|
|
136
|
+
<li class="tsd-signature tsd-anchor-link" id="isClosed.isClosed-1"><span class="tsd-kind-call-signature">is<wbr/>Closed</span><span class="tsd-signature-symbol">(</span><span class="tsd-signature-symbol">)</span><span class="tsd-signature-symbol">: </span><span class="tsd-signature-type">boolean</span><a href="#isClosed.isClosed-1" aria-label="Permalink" class="tsd-anchor-icon"><svg viewBox="0 0 24 24"><use href="#icon-anchor"></use></svg></a></li>
|
|
137
137
|
<li class="tsd-description">
|
|
138
138
|
<h4 class="tsd-returns-title">Returns <span class="tsd-signature-type">boolean</span></h4><aside class="tsd-sources">
|
|
139
139
|
<p>Implementation of <a href="../interfaces/IDatabaseConnection.html">IDatabaseConnection</a>.<a href="../interfaces/IDatabaseConnection.html#isClosed">isClosed</a></p>
|
|
140
140
|
<ul>
|
|
141
|
-
<li>Defined in <a href="https://github.com/breautek/storm/blob/
|
|
141
|
+
<li>Defined in <a href="https://github.com/breautek/storm/blob/04df9d1/src/ManagedDatabaseConnection.ts#L75">src/ManagedDatabaseConnection.ts:75</a></li></ul></aside></li></ul></section>
|
|
142
142
|
<section class="tsd-panel tsd-member"><a id="isManaged" class="tsd-anchor"></a>
|
|
143
|
-
<h3 class="tsd-anchor-link"><span>is<wbr/>Managed</span><a href="#isManaged" aria-label="Permalink" class="tsd-anchor-icon"><svg
|
|
143
|
+
<h3 class="tsd-anchor-link"><span>is<wbr/>Managed</span><a href="#isManaged" aria-label="Permalink" class="tsd-anchor-icon"><svg viewBox="0 0 24 24"><use href="#icon-anchor"></use></svg></a></h3>
|
|
144
144
|
<ul class="tsd-signatures">
|
|
145
|
-
<li class="tsd-signature tsd-anchor-link" id="isManaged.isManaged-1"><span class="tsd-kind-call-signature">is<wbr/>Managed</span><span class="tsd-signature-symbol">(</span><span class="tsd-signature-symbol">)</span><span class="tsd-signature-symbol">: </span><span class="tsd-signature-type">boolean</span><a href="#isManaged.isManaged-1" aria-label="Permalink" class="tsd-anchor-icon"><svg
|
|
145
|
+
<li class="tsd-signature tsd-anchor-link" id="isManaged.isManaged-1"><span class="tsd-kind-call-signature">is<wbr/>Managed</span><span class="tsd-signature-symbol">(</span><span class="tsd-signature-symbol">)</span><span class="tsd-signature-symbol">: </span><span class="tsd-signature-type">boolean</span><a href="#isManaged.isManaged-1" aria-label="Permalink" class="tsd-anchor-icon"><svg viewBox="0 0 24 24"><use href="#icon-anchor"></use></svg></a></li>
|
|
146
146
|
<li class="tsd-description">
|
|
147
147
|
<h4 class="tsd-returns-title">Returns <span class="tsd-signature-type">boolean</span></h4><aside class="tsd-sources">
|
|
148
148
|
<ul>
|
|
149
|
-
<li>Defined in <a href="https://github.com/breautek/storm/blob/
|
|
149
|
+
<li>Defined in <a href="https://github.com/breautek/storm/blob/04df9d1/src/ManagedDatabaseConnection.ts#L88">src/ManagedDatabaseConnection.ts:88</a></li></ul></aside></li></ul></section>
|
|
150
150
|
<section class="tsd-panel tsd-member"><a id="isReadOnly" class="tsd-anchor"></a>
|
|
151
|
-
<h3 class="tsd-anchor-link"><span>is<wbr/>Read<wbr/>Only</span><a href="#isReadOnly" aria-label="Permalink" class="tsd-anchor-icon"><svg
|
|
151
|
+
<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"><use href="#icon-anchor"></use></svg></a></h3>
|
|
152
152
|
<ul class="tsd-signatures">
|
|
153
|
-
<li class="tsd-signature tsd-anchor-link" id="isReadOnly.isReadOnly-1"><span class="tsd-kind-call-signature">is<wbr/>Read<wbr/>Only</span><span class="tsd-signature-symbol">(</span><span class="tsd-signature-symbol">)</span><span class="tsd-signature-symbol">: </span><span class="tsd-signature-type">boolean</span><a href="#isReadOnly.isReadOnly-1" aria-label="Permalink" class="tsd-anchor-icon"><svg
|
|
153
|
+
<li class="tsd-signature tsd-anchor-link" id="isReadOnly.isReadOnly-1"><span class="tsd-kind-call-signature">is<wbr/>Read<wbr/>Only</span><span class="tsd-signature-symbol">(</span><span class="tsd-signature-symbol">)</span><span class="tsd-signature-symbol">: </span><span class="tsd-signature-type">boolean</span><a href="#isReadOnly.isReadOnly-1" aria-label="Permalink" class="tsd-anchor-icon"><svg viewBox="0 0 24 24"><use href="#icon-anchor"></use></svg></a></li>
|
|
154
154
|
<li class="tsd-description">
|
|
155
155
|
<h4 class="tsd-returns-title">Returns <span class="tsd-signature-type">boolean</span></h4><aside class="tsd-sources">
|
|
156
156
|
<p>Implementation of <a href="../interfaces/IDatabaseConnection.html">IDatabaseConnection</a>.<a href="../interfaces/IDatabaseConnection.html#isReadOnly">isReadOnly</a></p>
|
|
157
157
|
<ul>
|
|
158
|
-
<li>Defined in <a href="https://github.com/breautek/storm/blob/
|
|
158
|
+
<li>Defined in <a href="https://github.com/breautek/storm/blob/04df9d1/src/ManagedDatabaseConnection.ts#L114">src/ManagedDatabaseConnection.ts:114</a></li></ul></aside></li></ul></section>
|
|
159
159
|
<section class="tsd-panel tsd-member"><a id="isTransaction" class="tsd-anchor"></a>
|
|
160
|
-
<h3 class="tsd-anchor-link"><span>is<wbr/>Transaction</span><a href="#isTransaction" aria-label="Permalink" class="tsd-anchor-icon"><svg
|
|
160
|
+
<h3 class="tsd-anchor-link"><span>is<wbr/>Transaction</span><a href="#isTransaction" aria-label="Permalink" class="tsd-anchor-icon"><svg viewBox="0 0 24 24"><use href="#icon-anchor"></use></svg></a></h3>
|
|
161
161
|
<ul class="tsd-signatures">
|
|
162
|
-
<li class="tsd-signature tsd-anchor-link" id="isTransaction.isTransaction-1"><span class="tsd-kind-call-signature">is<wbr/>Transaction</span><span class="tsd-signature-symbol">(</span><span class="tsd-signature-symbol">)</span><span class="tsd-signature-symbol">: </span><span class="tsd-signature-type">boolean</span><a href="#isTransaction.isTransaction-1" aria-label="Permalink" class="tsd-anchor-icon"><svg
|
|
162
|
+
<li class="tsd-signature tsd-anchor-link" id="isTransaction.isTransaction-1"><span class="tsd-kind-call-signature">is<wbr/>Transaction</span><span class="tsd-signature-symbol">(</span><span class="tsd-signature-symbol">)</span><span class="tsd-signature-symbol">: </span><span class="tsd-signature-type">boolean</span><a href="#isTransaction.isTransaction-1" aria-label="Permalink" class="tsd-anchor-icon"><svg viewBox="0 0 24 24"><use href="#icon-anchor"></use></svg></a></li>
|
|
163
163
|
<li class="tsd-description">
|
|
164
164
|
<h4 class="tsd-returns-title">Returns <span class="tsd-signature-type">boolean</span></h4><aside class="tsd-sources">
|
|
165
165
|
<p>Implementation of <a href="../interfaces/IDatabaseConnection.html">IDatabaseConnection</a>.<a href="../interfaces/IDatabaseConnection.html#isTransaction">isTransaction</a></p>
|
|
166
166
|
<ul>
|
|
167
|
-
<li>Defined in <a href="https://github.com/breautek/storm/blob/
|
|
167
|
+
<li>Defined in <a href="https://github.com/breautek/storm/blob/04df9d1/src/ManagedDatabaseConnection.ts#L181">src/ManagedDatabaseConnection.ts:181</a></li></ul></aside></li></ul></section>
|
|
168
168
|
<section class="tsd-panel tsd-member"><a id="isWriteRequired" class="tsd-anchor"></a>
|
|
169
|
-
<h3 class="tsd-anchor-link"><span>is<wbr/>Write<wbr/>Required</span><a href="#isWriteRequired" aria-label="Permalink" class="tsd-anchor-icon"><svg
|
|
169
|
+
<h3 class="tsd-anchor-link"><span>is<wbr/>Write<wbr/>Required</span><a href="#isWriteRequired" aria-label="Permalink" class="tsd-anchor-icon"><svg viewBox="0 0 24 24"><use href="#icon-anchor"></use></svg></a></h3>
|
|
170
170
|
<ul class="tsd-signatures">
|
|
171
|
-
<li class="tsd-signature tsd-anchor-link" id="isWriteRequired.isWriteRequired-1"><span class="tsd-kind-call-signature">is<wbr/>Write<wbr/>Required</span><span class="tsd-signature-symbol">(</span><span class="tsd-signature-symbol">)</span><span class="tsd-signature-symbol">: </span><span class="tsd-signature-type">boolean</span><a href="#isWriteRequired.isWriteRequired-1" aria-label="Permalink" class="tsd-anchor-icon"><svg
|
|
171
|
+
<li class="tsd-signature tsd-anchor-link" id="isWriteRequired.isWriteRequired-1"><span class="tsd-kind-call-signature">is<wbr/>Write<wbr/>Required</span><span class="tsd-signature-symbol">(</span><span class="tsd-signature-symbol">)</span><span class="tsd-signature-symbol">: </span><span class="tsd-signature-type">boolean</span><a href="#isWriteRequired.isWriteRequired-1" aria-label="Permalink" class="tsd-anchor-icon"><svg viewBox="0 0 24 24"><use href="#icon-anchor"></use></svg></a></li>
|
|
172
172
|
<li class="tsd-description">
|
|
173
173
|
<h4 class="tsd-returns-title">Returns <span class="tsd-signature-type">boolean</span></h4><aside class="tsd-sources">
|
|
174
174
|
<ul>
|
|
175
|
-
<li>Defined in <a href="https://github.com/breautek/storm/blob/
|
|
175
|
+
<li>Defined in <a href="https://github.com/breautek/storm/blob/04df9d1/src/ManagedDatabaseConnection.ts#L84">src/ManagedDatabaseConnection.ts:84</a></li></ul></aside></li></ul></section>
|
|
176
176
|
<section class="tsd-panel tsd-member"><a id="query" class="tsd-anchor"></a>
|
|
177
|
-
<h3 class="tsd-anchor-link"><span>query</span><a href="#query" aria-label="Permalink" class="tsd-anchor-icon"><svg
|
|
177
|
+
<h3 class="tsd-anchor-link"><span>query</span><a href="#query" aria-label="Permalink" class="tsd-anchor-icon"><svg viewBox="0 0 24 24"><use href="#icon-anchor"></use></svg></a></h3>
|
|
178
178
|
<ul class="tsd-signatures">
|
|
179
|
-
<li class="tsd-signature tsd-anchor-link" id="query.query-1"><span class="tsd-kind-call-signature">query</span><span class="tsd-signature-symbol">(</span><span class="tsd-kind-parameter">query</span>, <span class="tsd-kind-parameter">params</span><span class="tsd-signature-symbol">?</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.query-1" aria-label="Permalink" class="tsd-anchor-icon"><svg
|
|
179
|
+
<li class="tsd-signature tsd-anchor-link" id="query.query-1"><span class="tsd-kind-call-signature">query</span><span class="tsd-signature-symbol">(</span><span class="tsd-kind-parameter">query</span>, <span class="tsd-kind-parameter">params</span><span class="tsd-signature-symbol">?</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.query-1" aria-label="Permalink" class="tsd-anchor-icon"><svg viewBox="0 0 24 24"><use href="#icon-anchor"></use></svg></a></li>
|
|
180
180
|
<li class="tsd-description">
|
|
181
181
|
<div class="tsd-parameters">
|
|
182
182
|
<h4 class="tsd-parameters-title">Parameters</h4>
|
|
@@ -188,20 +188,20 @@
|
|
|
188
188
|
<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><aside class="tsd-sources">
|
|
189
189
|
<p>Implementation of <a href="../interfaces/IDatabaseConnection.html">IDatabaseConnection</a>.<a href="../interfaces/IDatabaseConnection.html#query">query</a></p>
|
|
190
190
|
<ul>
|
|
191
|
-
<li>Defined in <a href="https://github.com/breautek/storm/blob/
|
|
191
|
+
<li>Defined in <a href="https://github.com/breautek/storm/blob/04df9d1/src/ManagedDatabaseConnection.ts#L140">src/ManagedDatabaseConnection.ts:140</a></li></ul></aside></li></ul></section>
|
|
192
192
|
<section class="tsd-panel tsd-member"><a id="rollback" class="tsd-anchor"></a>
|
|
193
|
-
<h3 class="tsd-anchor-link"><span>rollback</span><a href="#rollback" aria-label="Permalink" class="tsd-anchor-icon"><svg
|
|
193
|
+
<h3 class="tsd-anchor-link"><span>rollback</span><a href="#rollback" aria-label="Permalink" class="tsd-anchor-icon"><svg viewBox="0 0 24 24"><use href="#icon-anchor"></use></svg></a></h3>
|
|
194
194
|
<ul class="tsd-signatures">
|
|
195
|
-
<li class="tsd-signature tsd-anchor-link" id="rollback.rollback-1"><span class="tsd-kind-call-signature">rollback</span><span class="tsd-signature-symbol">(</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.rollback-1" aria-label="Permalink" class="tsd-anchor-icon"><svg
|
|
195
|
+
<li class="tsd-signature tsd-anchor-link" id="rollback.rollback-1"><span class="tsd-kind-call-signature">rollback</span><span class="tsd-signature-symbol">(</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.rollback-1" aria-label="Permalink" class="tsd-anchor-icon"><svg viewBox="0 0 24 24"><use href="#icon-anchor"></use></svg></a></li>
|
|
196
196
|
<li class="tsd-description">
|
|
197
197
|
<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><aside class="tsd-sources">
|
|
198
198
|
<p>Implementation of <a href="../interfaces/IDatabaseConnection.html">IDatabaseConnection</a>.<a href="../interfaces/IDatabaseConnection.html#rollback">rollback</a></p>
|
|
199
199
|
<ul>
|
|
200
|
-
<li>Defined in <a href="https://github.com/breautek/storm/blob/
|
|
200
|
+
<li>Defined in <a href="https://github.com/breautek/storm/blob/04df9d1/src/ManagedDatabaseConnection.ts#L203">src/ManagedDatabaseConnection.ts:203</a></li></ul></aside></li></ul></section>
|
|
201
201
|
<section class="tsd-panel tsd-member"><a id="setConnection" class="tsd-anchor"></a>
|
|
202
|
-
<h3 class="tsd-anchor-link"><span>set<wbr/>Connection</span><a href="#setConnection" aria-label="Permalink" class="tsd-anchor-icon"><svg
|
|
202
|
+
<h3 class="tsd-anchor-link"><span>set<wbr/>Connection</span><a href="#setConnection" aria-label="Permalink" class="tsd-anchor-icon"><svg viewBox="0 0 24 24"><use href="#icon-anchor"></use></svg></a></h3>
|
|
203
203
|
<ul class="tsd-signatures">
|
|
204
|
-
<li class="tsd-signature tsd-anchor-link" id="setConnection.setConnection-1"><span class="tsd-kind-call-signature">set<wbr/>Connection</span><span class="tsd-signature-symbol">(</span><span class="tsd-kind-parameter">connection</span><span class="tsd-signature-symbol">)</span><span class="tsd-signature-symbol">: </span><span class="tsd-signature-type">void</span><a href="#setConnection.setConnection-1" aria-label="Permalink" class="tsd-anchor-icon"><svg
|
|
204
|
+
<li class="tsd-signature tsd-anchor-link" id="setConnection.setConnection-1"><span class="tsd-kind-call-signature">set<wbr/>Connection</span><span class="tsd-signature-symbol">(</span><span class="tsd-kind-parameter">connection</span><span class="tsd-signature-symbol">)</span><span class="tsd-signature-symbol">: </span><span class="tsd-signature-type">void</span><a href="#setConnection.setConnection-1" aria-label="Permalink" class="tsd-anchor-icon"><svg viewBox="0 0 24 24"><use href="#icon-anchor"></use></svg></a></li>
|
|
205
205
|
<li class="tsd-description">
|
|
206
206
|
<div class="tsd-parameters">
|
|
207
207
|
<h4 class="tsd-parameters-title">Parameters</h4>
|
|
@@ -210,11 +210,11 @@
|
|
|
210
210
|
<h5><span class="tsd-kind-parameter">connection</span>: <a href="../interfaces/IDatabaseConnection.html" class="tsd-signature-type tsd-kind-interface">IDatabaseConnection</a></h5></li></ul></div>
|
|
211
211
|
<h4 class="tsd-returns-title">Returns <span class="tsd-signature-type">void</span></h4><aside class="tsd-sources">
|
|
212
212
|
<ul>
|
|
213
|
-
<li>Defined in <a href="https://github.com/breautek/storm/blob/
|
|
213
|
+
<li>Defined in <a href="https://github.com/breautek/storm/blob/04df9d1/src/ManagedDatabaseConnection.ts#L45">src/ManagedDatabaseConnection.ts:45</a></li></ul></aside></li></ul></section>
|
|
214
214
|
<section class="tsd-panel tsd-member"><a id="setInstantiationStack" class="tsd-anchor"></a>
|
|
215
|
-
<h3 class="tsd-anchor-link"><span>set<wbr/>Instantiation<wbr/>Stack</span><a href="#setInstantiationStack" aria-label="Permalink" class="tsd-anchor-icon"><svg
|
|
215
|
+
<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"><use href="#icon-anchor"></use></svg></a></h3>
|
|
216
216
|
<ul class="tsd-signatures">
|
|
217
|
-
<li class="tsd-signature tsd-anchor-link" id="setInstantiationStack.setInstantiationStack-1"><span class="tsd-kind-call-signature">set<wbr/>Instantiation<wbr/>Stack</span><span class="tsd-signature-symbol">(</span><span class="tsd-kind-parameter">stack</span><span class="tsd-signature-symbol">)</span><span class="tsd-signature-symbol">: </span><span class="tsd-signature-type">void</span><a href="#setInstantiationStack.setInstantiationStack-1" aria-label="Permalink" class="tsd-anchor-icon"><svg
|
|
217
|
+
<li class="tsd-signature tsd-anchor-link" id="setInstantiationStack.setInstantiationStack-1"><span class="tsd-kind-call-signature">set<wbr/>Instantiation<wbr/>Stack</span><span class="tsd-signature-symbol">(</span><span class="tsd-kind-parameter">stack</span><span class="tsd-signature-symbol">)</span><span class="tsd-signature-symbol">: </span><span class="tsd-signature-type">void</span><a href="#setInstantiationStack.setInstantiationStack-1" aria-label="Permalink" class="tsd-anchor-icon"><svg viewBox="0 0 24 24"><use href="#icon-anchor"></use></svg></a></li>
|
|
218
218
|
<li class="tsd-description">
|
|
219
219
|
<div class="tsd-parameters">
|
|
220
220
|
<h4 class="tsd-parameters-title">Parameters</h4>
|
|
@@ -224,11 +224,11 @@
|
|
|
224
224
|
<h4 class="tsd-returns-title">Returns <span class="tsd-signature-type">void</span></h4><aside class="tsd-sources">
|
|
225
225
|
<p>Implementation of <a href="../interfaces/IDatabaseConnection.html">IDatabaseConnection</a>.<a href="../interfaces/IDatabaseConnection.html#setInstantiationStack">setInstantiationStack</a></p>
|
|
226
226
|
<ul>
|
|
227
|
-
<li>Defined in <a href="https://github.com/breautek/storm/blob/
|
|
227
|
+
<li>Defined in <a href="https://github.com/breautek/storm/blob/04df9d1/src/ManagedDatabaseConnection.ts#L96">src/ManagedDatabaseConnection.ts:96</a></li></ul></aside></li></ul></section>
|
|
228
228
|
<section class="tsd-panel tsd-member"><a id="setTimeout" class="tsd-anchor"></a>
|
|
229
|
-
<h3 class="tsd-anchor-link"><span>set<wbr/>Timeout</span><a href="#setTimeout" aria-label="Permalink" class="tsd-anchor-icon"><svg
|
|
229
|
+
<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"><use href="#icon-anchor"></use></svg></a></h3>
|
|
230
230
|
<ul class="tsd-signatures">
|
|
231
|
-
<li class="tsd-signature tsd-anchor-link" id="setTimeout.setTimeout-1"><span class="tsd-kind-call-signature">set<wbr/>Timeout</span><span class="tsd-signature-symbol">(</span><span class="tsd-kind-parameter">timeout</span><span class="tsd-signature-symbol">)</span><span class="tsd-signature-symbol">: </span><span class="tsd-signature-type">void</span><a href="#setTimeout.setTimeout-1" aria-label="Permalink" class="tsd-anchor-icon"><svg
|
|
231
|
+
<li class="tsd-signature tsd-anchor-link" id="setTimeout.setTimeout-1"><span class="tsd-kind-call-signature">set<wbr/>Timeout</span><span class="tsd-signature-symbol">(</span><span class="tsd-kind-parameter">timeout</span><span class="tsd-signature-symbol">)</span><span class="tsd-signature-symbol">: </span><span class="tsd-signature-type">void</span><a href="#setTimeout.setTimeout-1" aria-label="Permalink" class="tsd-anchor-icon"><svg viewBox="0 0 24 24"><use href="#icon-anchor"></use></svg></a></li>
|
|
232
232
|
<li class="tsd-description">
|
|
233
233
|
<div class="tsd-parameters">
|
|
234
234
|
<h4 class="tsd-parameters-title">Parameters</h4>
|
|
@@ -238,11 +238,11 @@
|
|
|
238
238
|
<h4 class="tsd-returns-title">Returns <span class="tsd-signature-type">void</span></h4><aside class="tsd-sources">
|
|
239
239
|
<p>Implementation of <a href="../interfaces/IDatabaseConnection.html">IDatabaseConnection</a>.<a href="../interfaces/IDatabaseConnection.html#setTimeout">setTimeout</a></p>
|
|
240
240
|
<ul>
|
|
241
|
-
<li>Defined in <a href="https://github.com/breautek/storm/blob/
|
|
241
|
+
<li>Defined in <a href="https://github.com/breautek/storm/blob/04df9d1/src/ManagedDatabaseConnection.ts#L124">src/ManagedDatabaseConnection.ts:124</a></li></ul></aside></li></ul></section>
|
|
242
242
|
<section class="tsd-panel tsd-member"><a id="startTransaction" class="tsd-anchor"></a>
|
|
243
|
-
<h3 class="tsd-anchor-link"><span>start<wbr/>Transaction</span><a href="#startTransaction" aria-label="Permalink" class="tsd-anchor-icon"><svg
|
|
243
|
+
<h3 class="tsd-anchor-link"><span>start<wbr/>Transaction</span><a href="#startTransaction" aria-label="Permalink" class="tsd-anchor-icon"><svg viewBox="0 0 24 24"><use href="#icon-anchor"></use></svg></a></h3>
|
|
244
244
|
<ul class="tsd-signatures">
|
|
245
|
-
<li class="tsd-signature tsd-anchor-link" id="startTransaction.startTransaction-1"><span class="tsd-kind-call-signature">start<wbr/>Transaction</span><span class="tsd-signature-symbol">(</span><span class="tsd-kind-parameter">isolationLevel</span><span class="tsd-signature-symbol">?</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="#startTransaction.startTransaction-1" aria-label="Permalink" class="tsd-anchor-icon"><svg
|
|
245
|
+
<li class="tsd-signature tsd-anchor-link" id="startTransaction.startTransaction-1"><span class="tsd-kind-call-signature">start<wbr/>Transaction</span><span class="tsd-signature-symbol">(</span><span class="tsd-kind-parameter">isolationLevel</span><span class="tsd-signature-symbol">?</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="#startTransaction.startTransaction-1" aria-label="Permalink" class="tsd-anchor-icon"><svg viewBox="0 0 24 24"><use href="#icon-anchor"></use></svg></a></li>
|
|
246
246
|
<li class="tsd-description">
|
|
247
247
|
<div class="tsd-parameters">
|
|
248
248
|
<h4 class="tsd-parameters-title">Parameters</h4>
|
|
@@ -252,11 +252,11 @@
|
|
|
252
252
|
<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><aside class="tsd-sources">
|
|
253
253
|
<p>Implementation of <a href="../interfaces/IDatabaseConnection.html">IDatabaseConnection</a>.<a href="../interfaces/IDatabaseConnection.html#startTransaction">startTransaction</a></p>
|
|
254
254
|
<ul>
|
|
255
|
-
<li>Defined in <a href="https://github.com/breautek/storm/blob/
|
|
255
|
+
<li>Defined in <a href="https://github.com/breautek/storm/blob/04df9d1/src/ManagedDatabaseConnection.ts#L168">src/ManagedDatabaseConnection.ts:168</a></li></ul></aside></li></ul></section>
|
|
256
256
|
<section class="tsd-panel tsd-member"><a id="stream" class="tsd-anchor"></a>
|
|
257
|
-
<h3 class="tsd-anchor-link"><span>stream</span><a href="#stream" aria-label="Permalink" class="tsd-anchor-icon"><svg
|
|
257
|
+
<h3 class="tsd-anchor-link"><span>stream</span><a href="#stream" aria-label="Permalink" class="tsd-anchor-icon"><svg viewBox="0 0 24 24"><use href="#icon-anchor"></use></svg></a></h3>
|
|
258
258
|
<ul class="tsd-signatures">
|
|
259
|
-
<li class="tsd-signature tsd-anchor-link" id="stream.stream-1"><span class="tsd-kind-call-signature">stream</span><span class="tsd-signature-symbol">(</span><span class="tsd-kind-parameter">query</span>, <span class="tsd-kind-parameter">params</span><span class="tsd-signature-symbol">?</span>, <span class="tsd-kind-parameter">streamOptions</span><span class="tsd-signature-symbol">?</span><span class="tsd-signature-symbol">)</span><span class="tsd-signature-symbol">: </span><span class="tsd-signature-type ">Readable</span><a href="#stream.stream-1" aria-label="Permalink" class="tsd-anchor-icon"><svg
|
|
259
|
+
<li class="tsd-signature tsd-anchor-link" id="stream.stream-1"><span class="tsd-kind-call-signature">stream</span><span class="tsd-signature-symbol">(</span><span class="tsd-kind-parameter">query</span>, <span class="tsd-kind-parameter">params</span><span class="tsd-signature-symbol">?</span>, <span class="tsd-kind-parameter">streamOptions</span><span class="tsd-signature-symbol">?</span><span class="tsd-signature-symbol">)</span><span class="tsd-signature-symbol">: </span><span class="tsd-signature-type ">Readable</span><a href="#stream.stream-1" aria-label="Permalink" class="tsd-anchor-icon"><svg viewBox="0 0 24 24"><use href="#icon-anchor"></use></svg></a></li>
|
|
260
260
|
<li class="tsd-description">
|
|
261
261
|
<div class="tsd-parameters">
|
|
262
262
|
<h4 class="tsd-parameters-title">Parameters</h4>
|
|
@@ -270,12 +270,12 @@
|
|
|
270
270
|
<h4 class="tsd-returns-title">Returns <span class="tsd-signature-type ">Readable</span></h4><aside class="tsd-sources">
|
|
271
271
|
<p>Implementation of <a href="../interfaces/IDatabaseConnection.html">IDatabaseConnection</a>.<a href="../interfaces/IDatabaseConnection.html#stream">stream</a></p>
|
|
272
272
|
<ul>
|
|
273
|
-
<li>Defined in <a href="https://github.com/breautek/storm/blob/
|
|
273
|
+
<li>Defined in <a href="https://github.com/breautek/storm/blob/04df9d1/src/ManagedDatabaseConnection.ts#L149">src/ManagedDatabaseConnection.ts:149</a></li></ul></aside></li></ul></section></section></div>
|
|
274
274
|
<div class="col-sidebar">
|
|
275
275
|
<div class="page-menu">
|
|
276
276
|
<div class="tsd-navigation settings">
|
|
277
277
|
<details class="tsd-index-accordion"><summary class="tsd-accordion-summary">
|
|
278
|
-
<h3><svg width="20" height="20" viewBox="0 0 24 24" fill="none"><path d="M4.93896 8.531L12 15.591L19.061 8.531L16.939 6.409L12 11.349L7.06098 6.409L4.93896 8.531Z" fill="var(--color-text)"></path></svg>Settings</h3></summary>
|
|
278
|
+
<h3><svg width="20" height="20" viewBox="0 0 24 24" fill="none"><path d="M4.93896 8.531L12 15.591L19.061 8.531L16.939 6.409L12 11.349L7.06098 6.409L4.93896 8.531Z" fill="var(--color-text)" id="icon-chevronDown"></path></svg>Settings</h3></summary>
|
|
279
279
|
<div class="tsd-accordion-details">
|
|
280
280
|
<div class="tsd-filter-visibility">
|
|
281
281
|
<h4 class="uppercase">Member Visibility</h4><form>
|
|
@@ -286,127 +286,108 @@
|
|
|
286
286
|
<div class="tsd-theme-toggle">
|
|
287
287
|
<h4 class="uppercase">Theme</h4><select id="tsd-theme"><option value="os">OS</option><option value="light">Light</option><option value="dark">Dark</option></select></div></div></details></div>
|
|
288
288
|
<details open class="tsd-index-accordion tsd-page-navigation"><summary class="tsd-accordion-summary">
|
|
289
|
-
<h3><svg width="20" height="20" viewBox="0 0 24 24" fill="none"><
|
|
289
|
+
<h3><svg width="20" height="20" viewBox="0 0 24 24" fill="none"><use href="#icon-chevronDown"></use></svg>On This Page</h3></summary>
|
|
290
290
|
<div class="tsd-accordion-details">
|
|
291
291
|
<ul>
|
|
292
|
-
<li><a href="#constructor" class=""><svg class="tsd-kind-icon"
|
|
293
|
-
<li><a href="#close" class=""><svg class="tsd-kind-icon"
|
|
294
|
-
<li><a href="#commit" class=""><svg class="tsd-kind-icon"
|
|
295
|
-
<li><a href="#getAPI" class=""><svg class="tsd-kind-icon"
|
|
296
|
-
<li><a href="#getInstantiationStack" class=""><svg class="tsd-kind-icon"
|
|
297
|
-
<li><a href="#getTimeout" class=""><svg class="tsd-kind-icon"
|
|
298
|
-
<li><a href="#hasConnection" class=""><svg class="tsd-kind-icon"
|
|
299
|
-
<li><a href="#isClosed" class=""><svg class="tsd-kind-icon"
|
|
300
|
-
<li><a href="#isManaged" class=""><svg class="tsd-kind-icon"
|
|
301
|
-
<li><a href="#isReadOnly" class=""><svg class="tsd-kind-icon"
|
|
302
|
-
<li><a href="#isTransaction" class=""><svg class="tsd-kind-icon"
|
|
303
|
-
<li><a href="#isWriteRequired" class=""><svg class="tsd-kind-icon"
|
|
304
|
-
<li><a href="#query" class=""><svg class="tsd-kind-icon"
|
|
305
|
-
<li><a href="#rollback" class=""><svg class="tsd-kind-icon"
|
|
306
|
-
<li><a href="#setConnection" class=""><svg class="tsd-kind-icon"
|
|
307
|
-
<li><a href="#setInstantiationStack" class=""><svg class="tsd-kind-icon"
|
|
308
|
-
<li><a href="#setTimeout" class=""><svg class="tsd-kind-icon"
|
|
309
|
-
<li><a href="#startTransaction" class=""><svg class="tsd-kind-icon"
|
|
310
|
-
<li><a href="#stream" class=""><svg class="tsd-kind-icon"
|
|
292
|
+
<li><a href="#constructor" class=""><svg class="tsd-kind-icon" viewBox="0 0 24 24"><use href="#icon-512"></use></svg><span>constructor</span></a></li>
|
|
293
|
+
<li><a href="#close" class=""><svg class="tsd-kind-icon" viewBox="0 0 24 24"><use href="#icon-2048"></use></svg><span>close</span></a></li>
|
|
294
|
+
<li><a href="#commit" class=""><svg class="tsd-kind-icon" viewBox="0 0 24 24"><use href="#icon-2048"></use></svg><span>commit</span></a></li>
|
|
295
|
+
<li><a href="#getAPI" class=""><svg class="tsd-kind-icon" viewBox="0 0 24 24"><use href="#icon-2048"></use></svg><span>getAPI</span></a></li>
|
|
296
|
+
<li><a href="#getInstantiationStack" class=""><svg class="tsd-kind-icon" viewBox="0 0 24 24"><use href="#icon-2048"></use></svg><span>get<wbr/>Instantiation<wbr/>Stack</span></a></li>
|
|
297
|
+
<li><a href="#getTimeout" class=""><svg class="tsd-kind-icon" viewBox="0 0 24 24"><use href="#icon-2048"></use></svg><span>get<wbr/>Timeout</span></a></li>
|
|
298
|
+
<li><a href="#hasConnection" class=""><svg class="tsd-kind-icon" viewBox="0 0 24 24"><use href="#icon-2048"></use></svg><span>has<wbr/>Connection</span></a></li>
|
|
299
|
+
<li><a href="#isClosed" class=""><svg class="tsd-kind-icon" viewBox="0 0 24 24"><use href="#icon-2048"></use></svg><span>is<wbr/>Closed</span></a></li>
|
|
300
|
+
<li><a href="#isManaged" class=""><svg class="tsd-kind-icon" viewBox="0 0 24 24"><use href="#icon-2048"></use></svg><span>is<wbr/>Managed</span></a></li>
|
|
301
|
+
<li><a href="#isReadOnly" class=""><svg class="tsd-kind-icon" viewBox="0 0 24 24"><use href="#icon-2048"></use></svg><span>is<wbr/>Read<wbr/>Only</span></a></li>
|
|
302
|
+
<li><a href="#isTransaction" class=""><svg class="tsd-kind-icon" viewBox="0 0 24 24"><use href="#icon-2048"></use></svg><span>is<wbr/>Transaction</span></a></li>
|
|
303
|
+
<li><a href="#isWriteRequired" class=""><svg class="tsd-kind-icon" viewBox="0 0 24 24"><use href="#icon-2048"></use></svg><span>is<wbr/>Write<wbr/>Required</span></a></li>
|
|
304
|
+
<li><a href="#query" class=""><svg class="tsd-kind-icon" viewBox="0 0 24 24"><use href="#icon-2048"></use></svg><span>query</span></a></li>
|
|
305
|
+
<li><a href="#rollback" class=""><svg class="tsd-kind-icon" viewBox="0 0 24 24"><use href="#icon-2048"></use></svg><span>rollback</span></a></li>
|
|
306
|
+
<li><a href="#setConnection" class=""><svg class="tsd-kind-icon" viewBox="0 0 24 24"><use href="#icon-2048"></use></svg><span>set<wbr/>Connection</span></a></li>
|
|
307
|
+
<li><a href="#setInstantiationStack" class=""><svg class="tsd-kind-icon" viewBox="0 0 24 24"><use href="#icon-2048"></use></svg><span>set<wbr/>Instantiation<wbr/>Stack</span></a></li>
|
|
308
|
+
<li><a href="#setTimeout" class=""><svg class="tsd-kind-icon" viewBox="0 0 24 24"><use href="#icon-2048"></use></svg><span>set<wbr/>Timeout</span></a></li>
|
|
309
|
+
<li><a href="#startTransaction" class=""><svg class="tsd-kind-icon" viewBox="0 0 24 24"><use href="#icon-2048"></use></svg><span>start<wbr/>Transaction</span></a></li>
|
|
310
|
+
<li><a href="#stream" class=""><svg class="tsd-kind-icon" viewBox="0 0 24 24"><use href="#icon-2048"></use></svg><span>stream</span></a></li></ul></div></details></div>
|
|
311
311
|
<div class="site-menu">
|
|
312
|
-
<nav class="tsd-navigation"><a href="../index.html"><svg class="tsd-kind-icon"
|
|
312
|
+
<nav class="tsd-navigation"><a href="../index.html"><svg class="tsd-kind-icon" viewBox="0 0 24 24"><g id="icon-4"><rect fill="var(--color-icon-background)" stroke="var(--color-ts-namespace)" stroke-width="1.5" x="1" y="1" width="22" height="22" rx="6"></rect><path d="M9.33 16V7.24H10.77L13.446 14.74C13.43 14.54 13.41 14.296 13.386 14.008C13.37 13.712 13.354 13.404 13.338 13.084C13.33 12.756 13.326 12.448 13.326 12.16V7.24H14.37V16H12.93L10.266 8.5C10.282 8.692 10.298 8.936 10.314 9.232C10.33 9.52 10.342 9.828 10.35 10.156C10.366 10.476 10.374 10.784 10.374 11.08V16H9.33Z" fill="var(--color-text)"></path></g></svg><span>@breautek/storm</span></a>
|
|
313
313
|
<ul class="tsd-small-nested-navigation">
|
|
314
|
-
<li>
|
|
315
|
-
<
|
|
316
|
-
<
|
|
317
|
-
<
|
|
318
|
-
<li><a href="../
|
|
319
|
-
<li><a href="../
|
|
320
|
-
<li><a href="../
|
|
321
|
-
<li><a href="
|
|
322
|
-
<li><a href="
|
|
323
|
-
<li><a href="
|
|
324
|
-
<li><a href="
|
|
325
|
-
<li><a href="
|
|
326
|
-
<li><a href="
|
|
327
|
-
<li><a href="
|
|
328
|
-
<li><a href="
|
|
329
|
-
<li><a href="
|
|
330
|
-
<li><a href="
|
|
331
|
-
<li><a href="
|
|
332
|
-
<li><a href="
|
|
333
|
-
<li><a href="
|
|
334
|
-
<li><a href="
|
|
335
|
-
<li><a href="
|
|
336
|
-
<li><a href="
|
|
337
|
-
<li><a href="
|
|
338
|
-
<li><a href="
|
|
339
|
-
<li><a href="
|
|
340
|
-
<li><a href="
|
|
341
|
-
<li><a href="
|
|
342
|
-
<li><a href="
|
|
343
|
-
<li><a href="
|
|
344
|
-
<li><a href="
|
|
345
|
-
<li><a href="
|
|
346
|
-
<li><a href="
|
|
347
|
-
<li><a href="
|
|
348
|
-
<li><a href="
|
|
349
|
-
<li><a href="
|
|
350
|
-
<li><a href="
|
|
351
|
-
<li><a href="
|
|
352
|
-
<li><a href="
|
|
353
|
-
<li><a href="
|
|
354
|
-
<li><a href="
|
|
355
|
-
<li><a href="
|
|
356
|
-
<li><a href="
|
|
357
|
-
<li><a href="
|
|
358
|
-
<li><a href="
|
|
359
|
-
<li><a href="
|
|
360
|
-
<li><a href="
|
|
361
|
-
<li><a href="
|
|
362
|
-
<li><a href="
|
|
363
|
-
<li><a href="
|
|
364
|
-
<li><a href="
|
|
365
|
-
<li><a href="
|
|
366
|
-
<li><a href="
|
|
367
|
-
<li><a href="
|
|
368
|
-
<li><a href="
|
|
369
|
-
<li><a href="
|
|
370
|
-
<li><a href="
|
|
371
|
-
<li><a href="
|
|
372
|
-
<li><a href="
|
|
373
|
-
<li><a href="
|
|
374
|
-
<li><a href="
|
|
375
|
-
<li><a href="
|
|
376
|
-
<li><a href="
|
|
377
|
-
<li><a href="
|
|
378
|
-
<li><a href="
|
|
379
|
-
<li><a href="
|
|
380
|
-
<li><a href="
|
|
381
|
-
<li><a href="
|
|
382
|
-
<li><a href="
|
|
383
|
-
<li><a href="
|
|
384
|
-
<li><a href="../interfaces/
|
|
385
|
-
<li><a href="../
|
|
386
|
-
<li><a href="../
|
|
387
|
-
<li><a href="../
|
|
388
|
-
<li><a href="../
|
|
389
|
-
<li><a href="../
|
|
390
|
-
<li><a href="../
|
|
391
|
-
<li><a href="../interfaces/IDatabaseConnection.html"><svg class="tsd-kind-icon" width="24" height="24" viewBox="0 0 24 24"><use href="#icon-256-path"></use><use href="#icon-256-text"></use></svg><span>IDatabase<wbr/>Connection</span></a></li>
|
|
392
|
-
<li><a href="../interfaces/IErrorResponse.html"><svg class="tsd-kind-icon" width="24" height="24" viewBox="0 0 24 24"><use href="#icon-256-path"></use><use href="#icon-256-text"></use></svg><span>IError<wbr/>Response</span></a></li>
|
|
393
|
-
<li><a href="../interfaces/IFormData.html"><svg class="tsd-kind-icon" width="24" height="24" viewBox="0 0 24 24"><use href="#icon-256-path"></use><use href="#icon-256-text"></use></svg><span>IForm<wbr/>Data</span></a></li>
|
|
394
|
-
<li><a href="../interfaces/IHandler.html"><svg class="tsd-kind-icon" width="24" height="24" viewBox="0 0 24 24"><use href="#icon-256-path"></use><use href="#icon-256-text"></use></svg><span>IHandler</span></a></li>
|
|
395
|
-
<li><a href="../interfaces/IInsertQueryResult.html"><svg class="tsd-kind-icon" width="24" height="24" viewBox="0 0 24 24"><use href="#icon-256-path"></use><use href="#icon-256-text"></use></svg><span>IInsert<wbr/>Query<wbr/>Result</span></a></li>
|
|
396
|
-
<li><a href="../interfaces/IJWTVerifyOptions.html"><svg class="tsd-kind-icon" width="24" height="24" viewBox="0 0 24 24"><use href="#icon-256-path"></use><use href="#icon-256-text"></use></svg><span>IJWTVerify<wbr/>Options</span></a></li>
|
|
397
|
-
<li><a href="../interfaces/IParameterMap.html"><svg class="tsd-kind-icon" width="24" height="24" viewBox="0 0 24 24"><use href="#icon-256-path"></use><use href="#icon-256-text"></use></svg><span>IParameter<wbr/>Map</span></a></li>
|
|
398
|
-
<li><a href="../interfaces/IQueryable.html"><svg class="tsd-kind-icon" width="24" height="24" viewBox="0 0 24 24"><use href="#icon-256-path"></use><use href="#icon-256-text"></use></svg><span>IQueryable</span></a></li>
|
|
399
|
-
<li><a href="../interfaces/IRequestResponse.html"><svg class="tsd-kind-icon" width="24" height="24" viewBox="0 0 24 24"><use href="#icon-256-path"></use><use href="#icon-256-text"></use></svg><span>IRequest<wbr/>Response</span></a></li>
|
|
400
|
-
<li><a href="../interfaces/IServiceHeaders.html"><svg class="tsd-kind-icon" width="24" height="24" viewBox="0 0 24 24"><use href="#icon-256-path"></use><use href="#icon-256-text"></use></svg><span>IService<wbr/>Headers</span></a></li>
|
|
401
|
-
<li><a href="../interfaces/ISetSessionVariableQueryInput.html"><svg class="tsd-kind-icon" width="24" height="24" viewBox="0 0 24 24"><use href="#icon-256-path"></use><use href="#icon-256-text"></use></svg><span>ISet<wbr/>Session<wbr/>Variable<wbr/>Query<wbr/>Input</span></a></li>
|
|
402
|
-
<li><a href="../interfaces/ITemporaryTableQueryInput.html"><svg class="tsd-kind-icon" width="24" height="24" viewBox="0 0 24 24"><use href="#icon-256-path"></use><use href="#icon-256-text"></use></svg><span>ITemporary<wbr/>Table<wbr/>Query<wbr/>Input</span></a></li>
|
|
403
|
-
<li><a href="../interfaces/IUpdateQueryResult.html"><svg class="tsd-kind-icon" width="24" height="24" viewBox="0 0 24 24"><use href="#icon-256-path"></use><use href="#icon-256-text"></use></svg><span>IUpdate<wbr/>Query<wbr/>Result</span></a></li>
|
|
404
|
-
<li><a href="../types/IDeleteQueryResult.html"><svg class="tsd-kind-icon" width="24" height="24" viewBox="0 0 24 24"><use href="#icon-4194304-path"></use><use href="#icon-4194304-text"></use></svg><span>IDelete<wbr/>Query<wbr/>Result</span></a></li>
|
|
405
|
-
<li><a href="../types/IHandlerError.html"><svg class="tsd-kind-icon" width="24" height="24" viewBox="0 0 24 24"><use href="#icon-4194304-path"></use><use href="#icon-4194304-text"></use></svg><span>IHandler<wbr/>Error</span></a></li>
|
|
406
|
-
<li><a href="../types/IHandlerResponse.html"><svg class="tsd-kind-icon" width="24" height="24" viewBox="0 0 24 24"><use href="#icon-4194304-path"></use><use href="#icon-4194304-text"></use></svg><span>IHandler<wbr/>Response</span></a></li>
|
|
407
|
-
<li><a href="../types/TCoordinate.html"><svg class="tsd-kind-icon" width="24" height="24" viewBox="0 0 24 24"><use href="#icon-4194304-path"></use><use href="#icon-4194304-text"></use></svg><span>TCoordinate</span></a></li>
|
|
408
|
-
<li><a href="../functions/formidable-1.html" class="tsd-is-external"><svg class="tsd-kind-icon" width="24" height="24" viewBox="0 0 24 24"><rect fill="var(--color-icon-background)" stroke="var(--color-ts-function)" stroke-width="1.5" x="1" y="1" width="22" height="22" rx="6" id="icon-64-path"></rect><path d="M9.39 16V7.24H14.55V8.224H10.446V11.128H14.238V12.112H10.47V16H9.39Z" fill="var(--color-text)" id="icon-64-text"></path></svg><span>formidable</span></a></li>
|
|
409
|
-
<li><a href="../functions/getInstance.html"><svg class="tsd-kind-icon" width="24" height="24" viewBox="0 0 24 24"><use href="#icon-64-path"></use><use href="#icon-64-text"></use></svg><span>get<wbr/>Instance</span></a></li></ul></nav></div></div></div>
|
|
314
|
+
<li><a href="../modules/formidable.html" class="tsd-is-external"><svg class="tsd-kind-icon" viewBox="0 0 24 24"><use href="#icon-4"></use></svg><span>formidable</span></a></li>
|
|
315
|
+
<li><a href="../enums/ErrorCode.html"><svg class="tsd-kind-icon" viewBox="0 0 24 24"><g id="icon-8"><rect fill="var(--color-icon-background)" stroke="var(--color-ts-enum)" stroke-width="1.5" x="1" y="1" width="22" height="22" rx="6"></rect><path d="M9.45 16V7.24H14.49V8.224H10.518V10.936H14.07V11.908H10.518V15.016H14.49V16H9.45Z" fill="var(--color-text)"></path></g></svg><span>Error<wbr/>Code</span></a></li>
|
|
316
|
+
<li><a href="../enums/ExitCode.html"><svg class="tsd-kind-icon" viewBox="0 0 24 24"><use href="#icon-8"></use></svg><span>Exit<wbr/>Code</span></a></li>
|
|
317
|
+
<li><a href="../enums/HTTPMethod.html"><svg class="tsd-kind-icon" viewBox="0 0 24 24"><use href="#icon-8"></use></svg><span>HTTPMethod</span></a></li>
|
|
318
|
+
<li><a href="../enums/IsolationLevel.html"><svg class="tsd-kind-icon" viewBox="0 0 24 24"><use href="#icon-8"></use></svg><span>Isolation<wbr/>Level</span></a></li>
|
|
319
|
+
<li><a href="../enums/JWTError.html"><svg class="tsd-kind-icon" viewBox="0 0 24 24"><use href="#icon-8"></use></svg><span>JWTError</span></a></li>
|
|
320
|
+
<li><a href="../enums/StatusCode.html"><svg class="tsd-kind-icon" viewBox="0 0 24 24"><use href="#icon-8"></use></svg><span>Status<wbr/>Code</span></a></li>
|
|
321
|
+
<li><a href="Application.html"><svg class="tsd-kind-icon" viewBox="0 0 24 24"><g id="icon-128"><rect fill="var(--color-icon-background)" stroke="var(--color-ts-class)" stroke-width="1.5" x="1" y="1" width="22" height="22" rx="6"></rect><path d="M11.898 16.1201C11.098 16.1201 10.466 15.8961 10.002 15.4481C9.53803 15.0001 9.30603 14.3841 9.30603 13.6001V9.64012C9.30603 8.85612 9.53803 8.24012 10.002 7.79212C10.466 7.34412 11.098 7.12012 11.898 7.12012C12.682 7.12012 13.306 7.34812 13.77 7.80412C14.234 8.25212 14.466 8.86412 14.466 9.64012H13.386C13.386 9.14412 13.254 8.76412 12.99 8.50012C12.734 8.22812 12.37 8.09212 11.898 8.09212C11.426 8.09212 11.054 8.22412 10.782 8.48812C10.518 8.75212 10.386 9.13212 10.386 9.62812V13.6001C10.386 14.0961 10.518 14.4801 10.782 14.7521C11.054 15.0161 11.426 15.1481 11.898 15.1481C12.37 15.1481 12.734 15.0161 12.99 14.7521C13.254 14.4801 13.386 14.0961 13.386 13.6001H14.466C14.466 14.3761 14.234 14.9921 13.77 15.4481C13.306 15.8961 12.682 16.1201 11.898 16.1201Z" fill="var(--color-text)"></path></g></svg><span>Application</span></a></li>
|
|
322
|
+
<li><a href="BackendAuthenticationMiddleware.html"><svg class="tsd-kind-icon" viewBox="0 0 24 24"><use href="#icon-128"></use></svg><span>Backend<wbr/>Authentication<wbr/>Middleware</span></a></li>
|
|
323
|
+
<li><a href="CORSMiddleware.html"><svg class="tsd-kind-icon" viewBox="0 0 24 24"><use href="#icon-128"></use></svg><span>CORSMiddleware</span></a></li>
|
|
324
|
+
<li><a href="ConfigLoader.html"><svg class="tsd-kind-icon" viewBox="0 0 24 24"><use href="#icon-128"></use></svg><span>Config<wbr/>Loader</span></a></li>
|
|
325
|
+
<li><a href="Database.html"><svg class="tsd-kind-icon" viewBox="0 0 24 24"><use href="#icon-128"></use></svg><span>Database</span></a></li>
|
|
326
|
+
<li><a href="DatabaseCastObject.html"><svg class="tsd-kind-icon" viewBox="0 0 24 24"><use href="#icon-128"></use></svg><span>Database<wbr/>Cast<wbr/>Object</span></a></li>
|
|
327
|
+
<li><a href="DatabaseConnection.html"><svg class="tsd-kind-icon" viewBox="0 0 24 24"><use href="#icon-128"></use></svg><span>Database<wbr/>Connection</span></a></li>
|
|
328
|
+
<li><a href="DatabaseQueryError.html"><svg class="tsd-kind-icon" viewBox="0 0 24 24"><use href="#icon-128"></use></svg><span>Database<wbr/>Query<wbr/>Error</span></a></li>
|
|
329
|
+
<li><a href="DeadLockError.html"><svg class="tsd-kind-icon" viewBox="0 0 24 24"><use href="#icon-128"></use></svg><span>Dead<wbr/>Lock<wbr/>Error</span></a></li>
|
|
330
|
+
<li><a href="DiskSpaceError.html"><svg class="tsd-kind-icon" viewBox="0 0 24 24"><use href="#icon-128"></use></svg><span>Disk<wbr/>Space<wbr/>Error</span></a></li>
|
|
331
|
+
<li><a href="DropTemporaryTableQuery.html"><svg class="tsd-kind-icon" viewBox="0 0 24 24"><use href="#icon-128"></use></svg><span>Drop<wbr/>Temporary<wbr/>Table<wbr/>Query</span></a></li>
|
|
332
|
+
<li><a href="DuplicateEntryError.html"><svg class="tsd-kind-icon" viewBox="0 0 24 24"><use href="#icon-128"></use></svg><span>Duplicate<wbr/>Entry<wbr/>Error</span></a></li>
|
|
333
|
+
<li><a href="EntityNotFoundError.html"><svg class="tsd-kind-icon" viewBox="0 0 24 24"><use href="#icon-128"></use></svg><span>Entity<wbr/>Not<wbr/>Found<wbr/>Error</span></a></li>
|
|
334
|
+
<li><a href="ExpiredTokenError.html"><svg class="tsd-kind-icon" viewBox="0 0 24 24"><use href="#icon-128"></use></svg><span>Expired<wbr/>Token<wbr/>Error</span></a></li>
|
|
335
|
+
<li><a href="Handler.html"><svg class="tsd-kind-icon" viewBox="0 0 24 24"><use href="#icon-128"></use></svg><span>Handler</span></a></li>
|
|
336
|
+
<li><a href="InternalError.html"><svg class="tsd-kind-icon" viewBox="0 0 24 24"><use href="#icon-128"></use></svg><span>Internal<wbr/>Error</span></a></li>
|
|
337
|
+
<li><a href="InvalidCredentialsError.html"><svg class="tsd-kind-icon" viewBox="0 0 24 24"><use href="#icon-128"></use></svg><span>Invalid<wbr/>Credentials<wbr/>Error</span></a></li>
|
|
338
|
+
<li><a href="InvalidValueError.html"><svg class="tsd-kind-icon" viewBox="0 0 24 24"><use href="#icon-128"></use></svg><span>Invalid<wbr/>Value<wbr/>Error</span></a></li>
|
|
339
|
+
<li><a href="LineString.html"><svg class="tsd-kind-icon" viewBox="0 0 24 24"><use href="#icon-128"></use></svg><span>Line<wbr/>String</span></a></li>
|
|
340
|
+
<li><a href="LockWaitTimeoutError.html"><svg class="tsd-kind-icon" viewBox="0 0 24 24"><use href="#icon-128"></use></svg><span>Lock<wbr/>Wait<wbr/>Timeout<wbr/>Error</span></a></li>
|
|
341
|
+
<li><a href="ManagedDatabaseConnection.html" class="current"><svg class="tsd-kind-icon" viewBox="0 0 24 24"><use href="#icon-128"></use></svg><span>Managed<wbr/>Database<wbr/>Connection</span></a></li>
|
|
342
|
+
<li><a href="Middleware.html"><svg class="tsd-kind-icon" viewBox="0 0 24 24"><use href="#icon-128"></use></svg><span>Middleware</span></a></li>
|
|
343
|
+
<li><a href="MissingConfigError.html"><svg class="tsd-kind-icon" viewBox="0 0 24 24"><use href="#icon-128"></use></svg><span>Missing<wbr/>Config<wbr/>Error</span></a></li>
|
|
344
|
+
<li><a href="MissingParameterError.html"><svg class="tsd-kind-icon" viewBox="0 0 24 24"><use href="#icon-128"></use></svg><span>Missing<wbr/>Parameter<wbr/>Error</span></a></li>
|
|
345
|
+
<li><a href="MySQLConnection.html"><svg class="tsd-kind-icon" viewBox="0 0 24 24"><use href="#icon-128"></use></svg><span>MySQLConnection</span></a></li>
|
|
346
|
+
<li><a href="MySQLDatabase.html"><svg class="tsd-kind-icon" viewBox="0 0 24 24"><use href="#icon-128"></use></svg><span>MySQLDatabase</span></a></li>
|
|
347
|
+
<li><a href="NotImplementedError.html"><svg class="tsd-kind-icon" viewBox="0 0 24 24"><use href="#icon-128"></use></svg><span>Not<wbr/>Implemented<wbr/>Error</span></a></li>
|
|
348
|
+
<li><a href="Point.html"><svg class="tsd-kind-icon" viewBox="0 0 24 24"><use href="#icon-128"></use></svg><span>Point</span></a></li>
|
|
349
|
+
<li><a href="Polygon.html"><svg class="tsd-kind-icon" viewBox="0 0 24 24"><use href="#icon-128"></use></svg><span>Polygon</span></a></li>
|
|
350
|
+
<li><a href="Query.html"><svg class="tsd-kind-icon" viewBox="0 0 24 24"><use href="#icon-128"></use></svg><span>Query</span></a></li>
|
|
351
|
+
<li><a href="RawError.html"><svg class="tsd-kind-icon" viewBox="0 0 24 24"><use href="#icon-128"></use></svg><span>Raw<wbr/>Error</span></a></li>
|
|
352
|
+
<li><a href="RawQuery.html"><svg class="tsd-kind-icon" viewBox="0 0 24 24"><use href="#icon-128"></use></svg><span>Raw<wbr/>Query</span></a></li>
|
|
353
|
+
<li><a href="Request.html"><svg class="tsd-kind-icon" viewBox="0 0 24 24"><use href="#icon-128"></use></svg><span>Request</span></a></li>
|
|
354
|
+
<li><a href="Response.html"><svg class="tsd-kind-icon" viewBox="0 0 24 24"><use href="#icon-128"></use></svg><span>Response</span></a></li>
|
|
355
|
+
<li><a href="ResponseData.html"><svg class="tsd-kind-icon" viewBox="0 0 24 24"><use href="#icon-128"></use></svg><span>Response<wbr/>Data</span></a></li>
|
|
356
|
+
<li><a href="ServiceProvider.html"><svg class="tsd-kind-icon" viewBox="0 0 24 24"><use href="#icon-128"></use></svg><span>Service<wbr/>Provider</span></a></li>
|
|
357
|
+
<li><a href="ServiceResponse.html"><svg class="tsd-kind-icon" viewBox="0 0 24 24"><use href="#icon-128"></use></svg><span>Service<wbr/>Response</span></a></li>
|
|
358
|
+
<li><a href="SetSessionVariableQuery.html"><svg class="tsd-kind-icon" viewBox="0 0 24 24"><use href="#icon-128"></use></svg><span>Set<wbr/>Session<wbr/>Variable<wbr/>Query</span></a></li>
|
|
359
|
+
<li><a href="StormError.html"><svg class="tsd-kind-icon" viewBox="0 0 24 24"><use href="#icon-128"></use></svg><span>Storm<wbr/>Error</span></a></li>
|
|
360
|
+
<li><a href="TemporaryTableQuery.html"><svg class="tsd-kind-icon" viewBox="0 0 24 24"><use href="#icon-128"></use></svg><span>Temporary<wbr/>Table<wbr/>Query</span></a></li>
|
|
361
|
+
<li><a href="Token.html"><svg class="tsd-kind-icon" viewBox="0 0 24 24"><use href="#icon-128"></use></svg><span>Token</span></a></li>
|
|
362
|
+
<li><a href="TokenManager.html"><svg class="tsd-kind-icon" viewBox="0 0 24 24"><use href="#icon-128"></use></svg><span>Token<wbr/>Manager</span></a></li>
|
|
363
|
+
<li><a href="Transaction.html"><svg class="tsd-kind-icon" viewBox="0 0 24 24"><use href="#icon-128"></use></svg><span>Transaction</span></a></li>
|
|
364
|
+
<li><a href="UnauthorizedAccessError.html"><svg class="tsd-kind-icon" viewBox="0 0 24 24"><use href="#icon-128"></use></svg><span>Unauthorized<wbr/>Access<wbr/>Error</span></a></li>
|
|
365
|
+
<li><a href="../interfaces/IAdditionalErrorDetails.html"><svg class="tsd-kind-icon" viewBox="0 0 24 24"><g id="icon-256"><rect fill="var(--color-icon-background)" stroke="var(--color-ts-interface)" stroke-width="1.5" x="1" y="1" width="22" height="22" rx="6"></rect><path d="M9.51 16V15.016H11.298V8.224H9.51V7.24H14.19V8.224H12.402V15.016H14.19V16H9.51Z" fill="var(--color-text)"></path></g></svg><span>IAdditional<wbr/>Error<wbr/>Details</span></a></li>
|
|
366
|
+
<li><a href="../interfaces/IAuthTokenData.html" class="tsd-is-external"><svg class="tsd-kind-icon" viewBox="0 0 24 24"><use href="#icon-256"></use></svg><span>IAuth<wbr/>Token<wbr/>Data</span></a></li>
|
|
367
|
+
<li><a href="../interfaces/ICloudwatchConfig.html"><svg class="tsd-kind-icon" viewBox="0 0 24 24"><use href="#icon-256"></use></svg><span>ICloudwatch<wbr/>Config</span></a></li>
|
|
368
|
+
<li><a href="../interfaces/ICloudwatchCredentials.html"><svg class="tsd-kind-icon" viewBox="0 0 24 24"><use href="#icon-256"></use></svg><span>ICloudwatch<wbr/>Credentials</span></a></li>
|
|
369
|
+
<li><a href="../interfaces/ICloudwatchStreamConfig.html"><svg class="tsd-kind-icon" viewBox="0 0 24 24"><use href="#icon-256"></use></svg><span>ICloudwatch<wbr/>Stream<wbr/>Config</span></a></li>
|
|
370
|
+
<li><a href="../interfaces/IConfig.html"><svg class="tsd-kind-icon" viewBox="0 0 24 24"><use href="#icon-256"></use></svg><span>IConfig</span></a></li>
|
|
371
|
+
<li><a href="../interfaces/IDatabaseConfig.html"><svg class="tsd-kind-icon" viewBox="0 0 24 24"><use href="#icon-256"></use></svg><span>IDatabase<wbr/>Config</span></a></li>
|
|
372
|
+
<li><a href="../interfaces/IDatabaseConnection.html"><svg class="tsd-kind-icon" viewBox="0 0 24 24"><use href="#icon-256"></use></svg><span>IDatabase<wbr/>Connection</span></a></li>
|
|
373
|
+
<li><a href="../interfaces/IErrorResponse.html"><svg class="tsd-kind-icon" viewBox="0 0 24 24"><use href="#icon-256"></use></svg><span>IError<wbr/>Response</span></a></li>
|
|
374
|
+
<li><a href="../interfaces/IFormData.html"><svg class="tsd-kind-icon" viewBox="0 0 24 24"><use href="#icon-256"></use></svg><span>IForm<wbr/>Data</span></a></li>
|
|
375
|
+
<li><a href="../interfaces/IHandler.html"><svg class="tsd-kind-icon" viewBox="0 0 24 24"><use href="#icon-256"></use></svg><span>IHandler</span></a></li>
|
|
376
|
+
<li><a href="../interfaces/IInsertQueryResult.html"><svg class="tsd-kind-icon" viewBox="0 0 24 24"><use href="#icon-256"></use></svg><span>IInsert<wbr/>Query<wbr/>Result</span></a></li>
|
|
377
|
+
<li><a href="../interfaces/IJWTVerifyOptions.html"><svg class="tsd-kind-icon" viewBox="0 0 24 24"><use href="#icon-256"></use></svg><span>IJWTVerify<wbr/>Options</span></a></li>
|
|
378
|
+
<li><a href="../interfaces/IParameterMap.html"><svg class="tsd-kind-icon" viewBox="0 0 24 24"><use href="#icon-256"></use></svg><span>IParameter<wbr/>Map</span></a></li>
|
|
379
|
+
<li><a href="../interfaces/IQueryable.html"><svg class="tsd-kind-icon" viewBox="0 0 24 24"><use href="#icon-256"></use></svg><span>IQueryable</span></a></li>
|
|
380
|
+
<li><a href="../interfaces/IRequestResponse.html"><svg class="tsd-kind-icon" viewBox="0 0 24 24"><use href="#icon-256"></use></svg><span>IRequest<wbr/>Response</span></a></li>
|
|
381
|
+
<li><a href="../interfaces/IServiceHeaders.html"><svg class="tsd-kind-icon" viewBox="0 0 24 24"><use href="#icon-256"></use></svg><span>IService<wbr/>Headers</span></a></li>
|
|
382
|
+
<li><a href="../interfaces/ISetSessionVariableQueryInput.html"><svg class="tsd-kind-icon" viewBox="0 0 24 24"><use href="#icon-256"></use></svg><span>ISet<wbr/>Session<wbr/>Variable<wbr/>Query<wbr/>Input</span></a></li>
|
|
383
|
+
<li><a href="../interfaces/ITemporaryTableQueryInput.html"><svg class="tsd-kind-icon" viewBox="0 0 24 24"><use href="#icon-256"></use></svg><span>ITemporary<wbr/>Table<wbr/>Query<wbr/>Input</span></a></li>
|
|
384
|
+
<li><a href="../interfaces/IUpdateQueryResult.html"><svg class="tsd-kind-icon" viewBox="0 0 24 24"><use href="#icon-256"></use></svg><span>IUpdate<wbr/>Query<wbr/>Result</span></a></li>
|
|
385
|
+
<li><a href="../types/IDeleteQueryResult.html"><svg class="tsd-kind-icon" viewBox="0 0 24 24"><g id="icon-4194304"><rect fill="var(--color-icon-background)" stroke="var(--color-ts-type-alias)" stroke-width="1.5" x="1" y="1" width="22" height="22" rx="6"></rect><path d="M11.31 16V8.224H8.91V7.24H14.79V8.224H12.39V16H11.31Z" fill="var(--color-text)"></path></g></svg><span>IDelete<wbr/>Query<wbr/>Result</span></a></li>
|
|
386
|
+
<li><a href="../types/IHandlerError.html"><svg class="tsd-kind-icon" viewBox="0 0 24 24"><use href="#icon-4194304"></use></svg><span>IHandler<wbr/>Error</span></a></li>
|
|
387
|
+
<li><a href="../types/IHandlerResponse.html"><svg class="tsd-kind-icon" viewBox="0 0 24 24"><use href="#icon-4194304"></use></svg><span>IHandler<wbr/>Response</span></a></li>
|
|
388
|
+
<li><a href="../types/TCoordinate.html"><svg class="tsd-kind-icon" viewBox="0 0 24 24"><use href="#icon-4194304"></use></svg><span>TCoordinate</span></a></li>
|
|
389
|
+
<li><a href="../functions/formidable-1.html" class="tsd-is-external"><svg class="tsd-kind-icon" viewBox="0 0 24 24"><g id="icon-64"><rect fill="var(--color-icon-background)" stroke="var(--color-ts-function)" stroke-width="1.5" x="1" y="1" width="22" height="22" rx="6"></rect><path d="M9.39 16V7.24H14.55V8.224H10.446V11.128H14.238V12.112H10.47V16H9.39Z" fill="var(--color-text)"></path></g></svg><span>formidable</span></a></li>
|
|
390
|
+
<li><a href="../functions/getInstance.html"><svg class="tsd-kind-icon" viewBox="0 0 24 24"><use href="#icon-64"></use></svg><span>get<wbr/>Instance</span></a></li></ul></nav></div></div></div>
|
|
410
391
|
<div class="tsd-generator">
|
|
411
392
|
<p>Generated using <a href="https://typedoc.org/" target="_blank">TypeDoc</a></p></div>
|
|
412
393
|
<div class="overlay"></div></body></html>
|