@breautek/storm 6.0.3 → 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 +15 -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 +13 -7
- package/lib/Application.js.map +1 -1
- package/package.json +13 -13
- package/src/Application.ts +13 -7
|
@@ -17,9 +17,10 @@
|
|
|
17
17
|
<h1>Class DatabaseConnection<TAPI><code class="tsd-tag ts-flagAbstract">Abstract</code> </h1></div>
|
|
18
18
|
<section class="tsd-panel tsd-comment">
|
|
19
19
|
<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>
|
|
20
|
-
|
|
21
|
-
<
|
|
22
|
-
<
|
|
20
|
+
</div>
|
|
21
|
+
<div class="tsd-comment tsd-typography">
|
|
22
|
+
<h4>Abstract</h4>
|
|
23
|
+
<h4>Implements</h4><p><code>IDatabaseConnection</code></p>
|
|
23
24
|
</div></section>
|
|
24
25
|
<section class="tsd-panel">
|
|
25
26
|
<h4>Type Parameters</h4>
|
|
@@ -37,7 +38,7 @@
|
|
|
37
38
|
<ul class="tsd-hierarchy">
|
|
38
39
|
<li><a href="../interfaces/IDatabaseConnection.html" class="tsd-signature-type tsd-kind-interface">IDatabaseConnection</a></li></ul></section><aside class="tsd-sources">
|
|
39
40
|
<ul>
|
|
40
|
-
<li>Defined in <a href="https://github.com/breautek/storm/blob/
|
|
41
|
+
<li>Defined in <a href="https://github.com/breautek/storm/blob/04df9d1/src/DatabaseConnection.ts#L36">src/DatabaseConnection.ts:36</a></li></ul></aside>
|
|
41
42
|
<section class="tsd-panel-group tsd-index-group">
|
|
42
43
|
<section class="tsd-panel tsd-index-panel">
|
|
43
44
|
<details class="tsd-index-content tsd-index-accordion" open><summary class="tsd-accordion-summary tsd-index-summary">
|
|
@@ -45,35 +46,35 @@
|
|
|
45
46
|
<div class="tsd-accordion-details">
|
|
46
47
|
<section class="tsd-index-section">
|
|
47
48
|
<h3 class="tsd-index-heading">Constructors</h3>
|
|
48
|
-
<div class="tsd-index-list"><a href="DatabaseConnection.html#constructor" class="tsd-index-link"><svg class="tsd-kind-icon"
|
|
49
|
+
<div class="tsd-index-list"><a href="DatabaseConnection.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>
|
|
49
50
|
</div></section>
|
|
50
51
|
<section class="tsd-index-section">
|
|
51
52
|
<h3 class="tsd-index-heading">Methods</h3>
|
|
52
|
-
<div class="tsd-index-list"><a href="DatabaseConnection.html#_close" class="tsd-index-link tsd-is-protected"><svg class="tsd-kind-icon"
|
|
53
|
-
<a href="DatabaseConnection.html#_query" class="tsd-index-link tsd-is-protected"><svg class="tsd-kind-icon"
|
|
54
|
-
<a href="DatabaseConnection.html#_stream" class="tsd-index-link tsd-is-protected"><svg class="tsd-kind-icon"
|
|
55
|
-
<a href="DatabaseConnection.html#close" class="tsd-index-link"><svg class="tsd-kind-icon"
|
|
56
|
-
<a href="DatabaseConnection.html#commit" class="tsd-index-link"><svg class="tsd-kind-icon"
|
|
57
|
-
<a href="DatabaseConnection.html#endTransaction" class="tsd-index-link"><svg class="tsd-kind-icon"
|
|
58
|
-
<a href="DatabaseConnection.html#getAPI" class="tsd-index-link"><svg class="tsd-kind-icon"
|
|
59
|
-
<a href="DatabaseConnection.html#getInstantiationStack" class="tsd-index-link"><svg class="tsd-kind-icon"
|
|
60
|
-
<a href="DatabaseConnection.html#getTimeout" class="tsd-index-link"><svg class="tsd-kind-icon"
|
|
61
|
-
<a href="DatabaseConnection.html#isClosed" class="tsd-index-link"><svg class="tsd-kind-icon"
|
|
62
|
-
<a href="DatabaseConnection.html#isReadOnly" class="tsd-index-link"><svg class="tsd-kind-icon"
|
|
63
|
-
<a href="DatabaseConnection.html#isTransaction" class="tsd-index-link"><svg class="tsd-kind-icon"
|
|
64
|
-
<a href="DatabaseConnection.html#query" class="tsd-index-link"><svg class="tsd-kind-icon"
|
|
65
|
-
<a href="DatabaseConnection.html#rollback" class="tsd-index-link"><svg class="tsd-kind-icon"
|
|
66
|
-
<a href="DatabaseConnection.html#setInstantiationStack" class="tsd-index-link"><svg class="tsd-kind-icon"
|
|
67
|
-
<a href="DatabaseConnection.html#setTimeout" class="tsd-index-link"><svg class="tsd-kind-icon"
|
|
68
|
-
<a href="DatabaseConnection.html#startTransaction" class="tsd-index-link"><svg class="tsd-kind-icon"
|
|
69
|
-
<a href="DatabaseConnection.html#stream" class="tsd-index-link"><svg class="tsd-kind-icon"
|
|
53
|
+
<div class="tsd-index-list"><a href="DatabaseConnection.html#_close" class="tsd-index-link tsd-is-protected"><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>
|
|
54
|
+
<a href="DatabaseConnection.html#_query" class="tsd-index-link tsd-is-protected"><svg class="tsd-kind-icon" viewBox="0 0 24 24"><use href="#icon-2048"></use></svg><span>_query</span></a>
|
|
55
|
+
<a href="DatabaseConnection.html#_stream" class="tsd-index-link tsd-is-protected"><svg class="tsd-kind-icon" viewBox="0 0 24 24"><use href="#icon-2048"></use></svg><span>_stream</span></a>
|
|
56
|
+
<a href="DatabaseConnection.html#close" class="tsd-index-link"><svg class="tsd-kind-icon" viewBox="0 0 24 24"><use href="#icon-2048"></use></svg><span>close</span></a>
|
|
57
|
+
<a href="DatabaseConnection.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>
|
|
58
|
+
<a href="DatabaseConnection.html#endTransaction" class="tsd-index-link"><svg class="tsd-kind-icon" viewBox="0 0 24 24"><use href="#icon-2048"></use></svg><span>end<wbr/>Transaction</span></a>
|
|
59
|
+
<a href="DatabaseConnection.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>
|
|
60
|
+
<a href="DatabaseConnection.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>
|
|
61
|
+
<a href="DatabaseConnection.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>
|
|
62
|
+
<a href="DatabaseConnection.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>
|
|
63
|
+
<a href="DatabaseConnection.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>
|
|
64
|
+
<a href="DatabaseConnection.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>
|
|
65
|
+
<a href="DatabaseConnection.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>
|
|
66
|
+
<a href="DatabaseConnection.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>
|
|
67
|
+
<a href="DatabaseConnection.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>
|
|
68
|
+
<a href="DatabaseConnection.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>
|
|
69
|
+
<a href="DatabaseConnection.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>
|
|
70
|
+
<a href="DatabaseConnection.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>
|
|
70
71
|
</div></section></div></details></section></section>
|
|
71
72
|
<section class="tsd-panel-group tsd-member-group">
|
|
72
73
|
<h2>Constructors</h2>
|
|
73
74
|
<section class="tsd-panel tsd-member"><a id="constructor" class="tsd-anchor"></a>
|
|
74
|
-
<h3 class="tsd-anchor-link"><span>constructor</span><a href="#constructor" aria-label="Permalink" class="tsd-anchor-icon"><svg
|
|
75
|
+
<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>
|
|
75
76
|
<ul class="tsd-signatures">
|
|
76
|
-
<li class="tsd-signature tsd-anchor-link" id="constructor.new_DatabaseConnection"><span class="tsd-kind-constructor-signature">new <wbr/>Database<wbr/>Connection</span><span class="tsd-signature-symbol"><</span><span class="tsd-signature-type tsd-kind-type-parameter">TAPI</span><span class="tsd-signature-symbol">></span><span class="tsd-signature-symbol">(</span><span class="tsd-kind-parameter">api</span>, <span class="tsd-kind-parameter">isReadOnly</span>, <span class="tsd-kind-parameter">instantiationStack</span><span class="tsd-signature-symbol">)</span><span class="tsd-signature-symbol">: </span><a href="DatabaseConnection.html" class="tsd-signature-type tsd-kind-class">DatabaseConnection</a><span class="tsd-signature-symbol"><</span><span class="tsd-signature-type tsd-kind-type-parameter">TAPI</span><span class="tsd-signature-symbol">></span><a href="#constructor.new_DatabaseConnection" aria-label="Permalink" class="tsd-anchor-icon"><svg
|
|
77
|
+
<li class="tsd-signature tsd-anchor-link" id="constructor.new_DatabaseConnection"><span class="tsd-kind-constructor-signature">new <wbr/>Database<wbr/>Connection</span><span class="tsd-signature-symbol"><</span><span class="tsd-signature-type tsd-kind-type-parameter">TAPI</span><span class="tsd-signature-symbol">></span><span class="tsd-signature-symbol">(</span><span class="tsd-kind-parameter">api</span>, <span class="tsd-kind-parameter">isReadOnly</span>, <span class="tsd-kind-parameter">instantiationStack</span><span class="tsd-signature-symbol">)</span><span class="tsd-signature-symbol">: </span><a href="DatabaseConnection.html" class="tsd-signature-type tsd-kind-class">DatabaseConnection</a><span class="tsd-signature-symbol"><</span><span class="tsd-signature-type tsd-kind-type-parameter">TAPI</span><span class="tsd-signature-symbol">></span><a href="#constructor.new_DatabaseConnection" aria-label="Permalink" class="tsd-anchor-icon"><svg viewBox="0 0 24 24"><use href="#icon-anchor"></use></svg></a></li>
|
|
77
78
|
<li class="tsd-description">
|
|
78
79
|
<section class="tsd-panel">
|
|
79
80
|
<h4>Type Parameters</h4>
|
|
@@ -91,37 +92,38 @@
|
|
|
91
92
|
<h5><span class="tsd-kind-parameter">instantiationStack</span>: <span class="tsd-signature-type">string</span></h5></li></ul></div>
|
|
92
93
|
<h4 class="tsd-returns-title">Returns <a href="DatabaseConnection.html" class="tsd-signature-type tsd-kind-class">DatabaseConnection</a><span class="tsd-signature-symbol"><</span><span class="tsd-signature-type tsd-kind-type-parameter">TAPI</span><span class="tsd-signature-symbol">></span></h4><aside class="tsd-sources">
|
|
93
94
|
<ul>
|
|
94
|
-
<li>Defined in <a href="https://github.com/breautek/storm/blob/
|
|
95
|
+
<li>Defined in <a href="https://github.com/breautek/storm/blob/04df9d1/src/DatabaseConnection.ts#L44">src/DatabaseConnection.ts:44</a></li></ul></aside></li></ul></section></section>
|
|
95
96
|
<section class="tsd-panel-group tsd-member-group">
|
|
96
97
|
<h2>Methods</h2>
|
|
97
98
|
<section class="tsd-panel tsd-member tsd-is-protected"><a id="_close" class="tsd-anchor"></a>
|
|
98
|
-
<h3 class="tsd-anchor-link"><code class="tsd-tag ts-flagProtected">Protected</code> <code class="tsd-tag ts-flagAbstract">Abstract</code> <span>_close</span><a href="#_close" aria-label="Permalink" class="tsd-anchor-icon"><svg
|
|
99
|
+
<h3 class="tsd-anchor-link"><code class="tsd-tag ts-flagProtected">Protected</code> <code class="tsd-tag ts-flagAbstract">Abstract</code> <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>
|
|
99
100
|
<ul class="tsd-signatures tsd-is-protected">
|
|
100
|
-
<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-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
|
|
101
|
+
<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-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>
|
|
101
102
|
<li class="tsd-description">
|
|
102
103
|
<div class="tsd-comment tsd-typography"><p>Implementation to close the connection, if <code>forceClose</code> is true, close the connection no matter what.
|
|
103
104
|
Silently error if it means the connection is closed.</p>
|
|
104
|
-
|
|
105
|
-
<h3>Async</h3></div>
|
|
105
|
+
</div>
|
|
106
106
|
<div class="tsd-parameters">
|
|
107
107
|
<h4 class="tsd-parameters-title">Parameters</h4>
|
|
108
108
|
<ul class="tsd-parameter-list">
|
|
109
109
|
<li>
|
|
110
110
|
<h5><span class="tsd-kind-parameter">forceClose</span>: <span class="tsd-signature-type">boolean</span></h5>
|
|
111
111
|
<div class="tsd-comment tsd-typography"><p>boolean, if <code>true</code>, should close the connection no matter what.</p>
|
|
112
|
-
</div
|
|
112
|
+
</div>
|
|
113
|
+
<div class="tsd-comment tsd-typography"></div></li></ul></div>
|
|
113
114
|
<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>
|
|
114
|
-
|
|
115
|
+
|
|
116
|
+
<div class="tsd-comment tsd-typography">
|
|
117
|
+
<h4>Async</h4></div><aside class="tsd-sources">
|
|
115
118
|
<ul>
|
|
116
|
-
<li>Defined in <a href="https://github.com/breautek/storm/blob/
|
|
119
|
+
<li>Defined in <a href="https://github.com/breautek/storm/blob/04df9d1/src/DatabaseConnection.ts#L239">src/DatabaseConnection.ts:239</a></li></ul></aside></li></ul></section>
|
|
117
120
|
<section class="tsd-panel tsd-member tsd-is-protected"><a id="_query" class="tsd-anchor"></a>
|
|
118
|
-
<h3 class="tsd-anchor-link"><code class="tsd-tag ts-flagProtected">Protected</code> <code class="tsd-tag ts-flagAbstract">Abstract</code> <span>_query</span><a href="#_query" aria-label="Permalink" class="tsd-anchor-icon"><svg
|
|
121
|
+
<h3 class="tsd-anchor-link"><code class="tsd-tag ts-flagProtected">Protected</code> <code class="tsd-tag ts-flagAbstract">Abstract</code> <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>
|
|
119
122
|
<ul class="tsd-signatures tsd-is-protected">
|
|
120
|
-
<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-signature-type tsd-kind-type-parameter">TQueryResult</span><span class="tsd-signature-symbol">></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 tsd-kind-type-parameter">TQueryResult</span><span class="tsd-signature-symbol">></span><a href="#_query._query-1" aria-label="Permalink" class="tsd-anchor-icon"><svg
|
|
123
|
+
<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-signature-type tsd-kind-type-parameter">TQueryResult</span><span class="tsd-signature-symbol">></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 tsd-kind-type-parameter">TQueryResult</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>
|
|
121
124
|
<li class="tsd-description">
|
|
122
125
|
<div class="tsd-comment tsd-typography"><p>Implementation method to return a dataset from the database</p>
|
|
123
|
-
|
|
124
|
-
<h3>Async</h3></div>
|
|
126
|
+
</div>
|
|
125
127
|
<section class="tsd-panel">
|
|
126
128
|
<h4>Type Parameters</h4>
|
|
127
129
|
<ul class="tsd-type-parameter-list">
|
|
@@ -133,19 +135,23 @@ Silently error if it means the connection is closed.</p>
|
|
|
133
135
|
<li>
|
|
134
136
|
<h5><span class="tsd-kind-parameter">query</span>: <span class="tsd-signature-type">string</span></h5>
|
|
135
137
|
<div class="tsd-comment tsd-typography"><p>The database query</p>
|
|
136
|
-
</div
|
|
138
|
+
</div>
|
|
139
|
+
<div class="tsd-comment tsd-typography"></div></li>
|
|
137
140
|
<li>
|
|
138
141
|
<h5><code class="tsd-tag ts-flagOptional">Optional</code> <span class="tsd-kind-parameter">params</span>: <span class="tsd-signature-type">any</span></h5>
|
|
139
142
|
<div class="tsd-comment tsd-typography"><p>The query parameters</p>
|
|
140
|
-
</div
|
|
143
|
+
</div>
|
|
144
|
+
<div class="tsd-comment tsd-typography"></div></li></ul></div>
|
|
141
145
|
<h4 class="tsd-returns-title">Returns <span class="tsd-signature-type ">Promise</span><span class="tsd-signature-symbol"><</span><span class="tsd-signature-type tsd-kind-type-parameter">TQueryResult</span><span class="tsd-signature-symbol">></span></h4><p>Promise</p>
|
|
142
|
-
|
|
146
|
+
|
|
147
|
+
<div class="tsd-comment tsd-typography">
|
|
148
|
+
<h4>Async</h4></div><aside class="tsd-sources">
|
|
143
149
|
<ul>
|
|
144
|
-
<li>Defined in <a href="https://github.com/breautek/storm/blob/
|
|
150
|
+
<li>Defined in <a href="https://github.com/breautek/storm/blob/04df9d1/src/DatabaseConnection.ts#L250">src/DatabaseConnection.ts:250</a></li></ul></aside></li></ul></section>
|
|
145
151
|
<section class="tsd-panel tsd-member tsd-is-protected"><a id="_stream" class="tsd-anchor"></a>
|
|
146
|
-
<h3 class="tsd-anchor-link"><code class="tsd-tag ts-flagProtected">Protected</code> <code class="tsd-tag ts-flagAbstract">Abstract</code> <span>_stream</span><a href="#_stream" aria-label="Permalink" class="tsd-anchor-icon"><svg
|
|
152
|
+
<h3 class="tsd-anchor-link"><code class="tsd-tag ts-flagProtected">Protected</code> <code class="tsd-tag ts-flagAbstract">Abstract</code> <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>
|
|
147
153
|
<ul class="tsd-signatures tsd-is-protected">
|
|
148
|
-
<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
|
|
154
|
+
<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>
|
|
149
155
|
<li class="tsd-description">
|
|
150
156
|
<div class="tsd-comment tsd-typography"><p>Implementation method to return a dataset from the database like <code>query()</code>,
|
|
151
157
|
but returns a <code>Readable</code> stream instead.</p>
|
|
@@ -156,157 +162,171 @@ but returns a <code>Readable</code> stream instead.</p>
|
|
|
156
162
|
<li>
|
|
157
163
|
<h5><span class="tsd-kind-parameter">query</span>: <span class="tsd-signature-type">string</span></h5>
|
|
158
164
|
<div class="tsd-comment tsd-typography"><p>The database query</p>
|
|
159
|
-
</div
|
|
165
|
+
</div>
|
|
166
|
+
<div class="tsd-comment tsd-typography"></div></li>
|
|
160
167
|
<li>
|
|
161
168
|
<h5><code class="tsd-tag ts-flagOptional">Optional</code> <span class="tsd-kind-parameter">params</span>: <span class="tsd-signature-type">any</span></h5>
|
|
162
169
|
<div class="tsd-comment tsd-typography"><p>The query parameters</p>
|
|
163
|
-
</div
|
|
170
|
+
</div>
|
|
171
|
+
<div class="tsd-comment tsd-typography"></div></li>
|
|
164
172
|
<li>
|
|
165
173
|
<h5><code class="tsd-tag ts-flagOptional">Optional</code> <span class="tsd-kind-parameter">streamOptions</span>: <span class="tsd-signature-type">any</span></h5>
|
|
166
174
|
<div class="tsd-comment tsd-typography"><p><code>Readable</code> stream options</p>
|
|
167
|
-
</div
|
|
175
|
+
</div>
|
|
176
|
+
<div class="tsd-comment tsd-typography"></div></li></ul></div>
|
|
168
177
|
<h4 class="tsd-returns-title">Returns <span class="tsd-signature-type ">Readable</span></h4><p><code>Readable</code></p>
|
|
169
|
-
|
|
178
|
+
|
|
179
|
+
<div class="tsd-comment tsd-typography"></div><aside class="tsd-sources">
|
|
170
180
|
<ul>
|
|
171
|
-
<li>Defined in <a href="https://github.com/breautek/storm/blob/
|
|
181
|
+
<li>Defined in <a href="https://github.com/breautek/storm/blob/04df9d1/src/DatabaseConnection.ts#L262">src/DatabaseConnection.ts:262</a></li></ul></aside></li></ul></section>
|
|
172
182
|
<section class="tsd-panel tsd-member"><a id="close" class="tsd-anchor"></a>
|
|
173
|
-
<h3 class="tsd-anchor-link"><span>close</span><a href="#close" aria-label="Permalink" class="tsd-anchor-icon"><svg
|
|
183
|
+
<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>
|
|
174
184
|
<ul class="tsd-signatures">
|
|
175
|
-
<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
|
|
185
|
+
<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>
|
|
176
186
|
<li class="tsd-description">
|
|
177
187
|
<div class="tsd-comment tsd-typography"><p>Closes the connection. May error if connection has an active transaction.
|
|
178
188
|
if <code>forceClose</code> boolean is true, it will force close the connection, regardless
|
|
179
189
|
of transaction state.</p>
|
|
180
|
-
|
|
181
|
-
<h3>Async</h3></div>
|
|
190
|
+
</div>
|
|
182
191
|
<div class="tsd-parameters">
|
|
183
192
|
<h4 class="tsd-parameters-title">Parameters</h4>
|
|
184
193
|
<ul class="tsd-parameter-list">
|
|
185
194
|
<li>
|
|
186
195
|
<h5><span class="tsd-kind-parameter">forceClose</span>: <span class="tsd-signature-type">boolean</span><span class="tsd-signature-symbol"> = false</span></h5>
|
|
187
196
|
<div class="tsd-comment tsd-typography"><p>optional boolean</p>
|
|
188
|
-
</div
|
|
197
|
+
</div>
|
|
198
|
+
<div class="tsd-comment tsd-typography"></div></li></ul></div>
|
|
189
199
|
<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>
|
|
190
|
-
|
|
200
|
+
|
|
201
|
+
<div class="tsd-comment tsd-typography">
|
|
202
|
+
<h4>Async</h4></div><aside class="tsd-sources">
|
|
191
203
|
<p>Implementation of <a href="../interfaces/IDatabaseConnection.html">IDatabaseConnection</a>.<a href="../interfaces/IDatabaseConnection.html#close">close</a></p>
|
|
192
204
|
<ul>
|
|
193
|
-
<li>Defined in <a href="https://github.com/breautek/storm/blob/
|
|
205
|
+
<li>Defined in <a href="https://github.com/breautek/storm/blob/04df9d1/src/DatabaseConnection.ts#L169">src/DatabaseConnection.ts:169</a></li></ul></aside></li></ul></section>
|
|
194
206
|
<section class="tsd-panel tsd-member"><a id="commit" class="tsd-anchor"></a>
|
|
195
|
-
<h3 class="tsd-anchor-link"><code class="tsd-tag ts-flagAbstract">Abstract</code> <span>commit</span><a href="#commit" aria-label="Permalink" class="tsd-anchor-icon"><svg
|
|
207
|
+
<h3 class="tsd-anchor-link"><code class="tsd-tag ts-flagAbstract">Abstract</code> <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>
|
|
196
208
|
<ul class="tsd-signatures">
|
|
197
|
-
<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
|
|
209
|
+
<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>
|
|
198
210
|
<li class="tsd-description">
|
|
199
211
|
<div class="tsd-comment tsd-typography"><p>Commits a transaction. This will end a transaction.</p>
|
|
200
|
-
|
|
201
|
-
<h3>Abstract</h3>
|
|
202
|
-
<h3>Async</h3></div>
|
|
212
|
+
</div>
|
|
203
213
|
<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>
|
|
204
|
-
|
|
214
|
+
|
|
215
|
+
<div class="tsd-comment tsd-typography">
|
|
216
|
+
<h4>Abstract</h4>
|
|
217
|
+
<h4>Async</h4></div><aside class="tsd-sources">
|
|
205
218
|
<p>Implementation of <a href="../interfaces/IDatabaseConnection.html">IDatabaseConnection</a>.<a href="../interfaces/IDatabaseConnection.html#commit">commit</a></p>
|
|
206
219
|
<ul>
|
|
207
|
-
<li>Defined in <a href="https://github.com/breautek/storm/blob/
|
|
220
|
+
<li>Defined in <a href="https://github.com/breautek/storm/blob/04df9d1/src/DatabaseConnection.ts#L220">src/DatabaseConnection.ts:220</a></li></ul></aside></li></ul></section>
|
|
208
221
|
<section class="tsd-panel tsd-member"><a id="endTransaction" class="tsd-anchor"></a>
|
|
209
|
-
<h3 class="tsd-anchor-link"><code class="tsd-tag ts-flagAbstract">Abstract</code> <span>end<wbr/>Transaction</span><a href="#endTransaction" aria-label="Permalink" class="tsd-anchor-icon"><svg
|
|
222
|
+
<h3 class="tsd-anchor-link"><code class="tsd-tag ts-flagAbstract">Abstract</code> <span>end<wbr/>Transaction</span><a href="#endTransaction" aria-label="Permalink" class="tsd-anchor-icon"><svg viewBox="0 0 24 24"><use href="#icon-anchor"></use></svg></a></h3>
|
|
210
223
|
<ul class="tsd-signatures">
|
|
211
|
-
<li class="tsd-signature tsd-anchor-link" id="endTransaction.endTransaction-1"><span class="tsd-kind-call-signature">end<wbr/>Transaction</span><span class="tsd-signature-symbol">(</span><span class="tsd-kind-parameter">requiresRollback</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="#endTransaction.endTransaction-1" aria-label="Permalink" class="tsd-anchor-icon"><svg
|
|
224
|
+
<li class="tsd-signature tsd-anchor-link" id="endTransaction.endTransaction-1"><span class="tsd-kind-call-signature">end<wbr/>Transaction</span><span class="tsd-signature-symbol">(</span><span class="tsd-kind-parameter">requiresRollback</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="#endTransaction.endTransaction-1" aria-label="Permalink" class="tsd-anchor-icon"><svg viewBox="0 0 24 24"><use href="#icon-anchor"></use></svg></a></li>
|
|
212
225
|
<li class="tsd-description">
|
|
213
226
|
<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>
|
|
214
|
-
|
|
215
|
-
<h3>Abstract</h3>
|
|
216
|
-
<h3>Async</h3></div>
|
|
227
|
+
</div>
|
|
217
228
|
<div class="tsd-parameters">
|
|
218
229
|
<h4 class="tsd-parameters-title">Parameters</h4>
|
|
219
230
|
<ul class="tsd-parameter-list">
|
|
220
231
|
<li>
|
|
221
232
|
<h5><code class="tsd-tag ts-flagOptional">Optional</code> <span class="tsd-kind-parameter">requiresRollback</span>: <span class="tsd-signature-type">boolean</span></h5>
|
|
222
233
|
<div class="tsd-comment tsd-typography"><p>optional boolean</p>
|
|
223
|
-
</div
|
|
234
|
+
</div>
|
|
235
|
+
<div class="tsd-comment tsd-typography"></div></li></ul></div>
|
|
224
236
|
<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>
|
|
225
|
-
|
|
237
|
+
|
|
238
|
+
<div class="tsd-comment tsd-typography">
|
|
239
|
+
<h4>Abstract</h4>
|
|
240
|
+
<h4>Async</h4></div><aside class="tsd-sources">
|
|
226
241
|
<ul>
|
|
227
|
-
<li>Defined in <a href="https://github.com/breautek/storm/blob/
|
|
242
|
+
<li>Defined in <a href="https://github.com/breautek/storm/blob/04df9d1/src/DatabaseConnection.ts#L211">src/DatabaseConnection.ts:211</a></li></ul></aside></li></ul></section>
|
|
228
243
|
<section class="tsd-panel tsd-member"><a id="getAPI" class="tsd-anchor"></a>
|
|
229
|
-
<h3 class="tsd-anchor-link"><span>getAPI</span><a href="#getAPI" aria-label="Permalink" class="tsd-anchor-icon"><svg
|
|
244
|
+
<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>
|
|
230
245
|
<ul class="tsd-signatures">
|
|
231
|
-
<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 tsd-kind-type-parameter">TAPI</span><a href="#getAPI.getAPI-1" aria-label="Permalink" class="tsd-anchor-icon"><svg
|
|
246
|
+
<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 tsd-kind-type-parameter">TAPI</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>
|
|
232
247
|
<li class="tsd-description">
|
|
233
248
|
<div class="tsd-comment tsd-typography"><p>Gets the underlying Database API</p>
|
|
234
249
|
</div>
|
|
235
250
|
<h4 class="tsd-returns-title">Returns <span class="tsd-signature-type tsd-kind-type-parameter">TAPI</span></h4><p>any</p>
|
|
236
|
-
|
|
251
|
+
|
|
252
|
+
<div class="tsd-comment tsd-typography"></div><aside class="tsd-sources">
|
|
237
253
|
<p>Implementation of <a href="../interfaces/IDatabaseConnection.html">IDatabaseConnection</a>.<a href="../interfaces/IDatabaseConnection.html#getAPI">getAPI</a></p>
|
|
238
254
|
<ul>
|
|
239
|
-
<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/DatabaseConnection.ts#L91">src/DatabaseConnection.ts:91</a></li></ul></aside></li></ul></section>
|
|
240
256
|
<section class="tsd-panel tsd-member"><a id="getInstantiationStack" class="tsd-anchor"></a>
|
|
241
|
-
<h3 class="tsd-anchor-link"><span>get<wbr/>Instantiation<wbr/>Stack</span><a href="#getInstantiationStack" aria-label="Permalink" class="tsd-anchor-icon"><svg
|
|
257
|
+
<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>
|
|
242
258
|
<ul class="tsd-signatures">
|
|
243
|
-
<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
|
|
259
|
+
<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>
|
|
244
260
|
<li class="tsd-description">
|
|
245
261
|
<div class="tsd-comment tsd-typography"><p>Gets the callback stacktrace to determine what opened
|
|
246
262
|
this connection. Useful for debugging lingering connections.</p>
|
|
247
263
|
</div>
|
|
248
264
|
<h4 class="tsd-returns-title">Returns <span class="tsd-signature-type">string</span></h4><p>string - A stacktrace</p>
|
|
249
|
-
|
|
265
|
+
|
|
266
|
+
<div class="tsd-comment tsd-typography"></div><aside class="tsd-sources">
|
|
250
267
|
<p>Implementation of <a href="../interfaces/IDatabaseConnection.html">IDatabaseConnection</a>.<a href="../interfaces/IDatabaseConnection.html#getInstantiationStack">getInstantiationStack</a></p>
|
|
251
268
|
<ul>
|
|
252
|
-
<li>Defined in <a href="https://github.com/breautek/storm/blob/
|
|
269
|
+
<li>Defined in <a href="https://github.com/breautek/storm/blob/04df9d1/src/DatabaseConnection.ts#L73">src/DatabaseConnection.ts:73</a></li></ul></aside></li></ul></section>
|
|
253
270
|
<section class="tsd-panel tsd-member"><a id="getTimeout" class="tsd-anchor"></a>
|
|
254
|
-
<h3 class="tsd-anchor-link"><span>get<wbr/>Timeout</span><a href="#getTimeout" aria-label="Permalink" class="tsd-anchor-icon"><svg
|
|
271
|
+
<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>
|
|
255
272
|
<ul class="tsd-signatures">
|
|
256
|
-
<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
|
|
273
|
+
<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>
|
|
257
274
|
<li class="tsd-description">
|
|
258
275
|
<div class="tsd-comment tsd-typography"><p>Returns the current timeout setting</p>
|
|
259
276
|
</div>
|
|
260
277
|
<h4 class="tsd-returns-title">Returns <span class="tsd-signature-type">number</span></h4><p>number in milliseconds</p>
|
|
261
|
-
|
|
278
|
+
|
|
279
|
+
<div class="tsd-comment tsd-typography"></div><aside class="tsd-sources">
|
|
262
280
|
<p>Implementation of <a href="../interfaces/IDatabaseConnection.html">IDatabaseConnection</a>.<a href="../interfaces/IDatabaseConnection.html#getTimeout">getTimeout</a></p>
|
|
263
281
|
<ul>
|
|
264
|
-
<li>Defined in <a href="https://github.com/breautek/storm/blob/
|
|
282
|
+
<li>Defined in <a href="https://github.com/breautek/storm/blob/04df9d1/src/DatabaseConnection.ts#L121">src/DatabaseConnection.ts:121</a></li></ul></aside></li></ul></section>
|
|
265
283
|
<section class="tsd-panel tsd-member"><a id="isClosed" class="tsd-anchor"></a>
|
|
266
|
-
<h3 class="tsd-anchor-link"><span>is<wbr/>Closed</span><a href="#isClosed" aria-label="Permalink" class="tsd-anchor-icon"><svg
|
|
284
|
+
<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>
|
|
267
285
|
<ul class="tsd-signatures">
|
|
268
|
-
<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
|
|
286
|
+
<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>
|
|
269
287
|
<li class="tsd-description">
|
|
270
288
|
<div class="tsd-comment tsd-typography"><p>Returns true if the connection has been closed.</p>
|
|
271
289
|
</div>
|
|
272
|
-
<h4 class="tsd-returns-title">Returns <span class="tsd-signature-type">boolean</span></h4
|
|
290
|
+
<h4 class="tsd-returns-title">Returns <span class="tsd-signature-type">boolean</span></h4>
|
|
291
|
+
<div class="tsd-comment tsd-typography"></div><aside class="tsd-sources">
|
|
273
292
|
<p>Implementation of <a href="../interfaces/IDatabaseConnection.html">IDatabaseConnection</a>.<a href="../interfaces/IDatabaseConnection.html#isClosed">isClosed</a></p>
|
|
274
293
|
<ul>
|
|
275
|
-
<li>Defined in <a href="https://github.com/breautek/storm/blob/
|
|
294
|
+
<li>Defined in <a href="https://github.com/breautek/storm/blob/04df9d1/src/DatabaseConnection.ts#L182">src/DatabaseConnection.ts:182</a></li></ul></aside></li></ul></section>
|
|
276
295
|
<section class="tsd-panel tsd-member"><a id="isReadOnly" class="tsd-anchor"></a>
|
|
277
|
-
<h3 class="tsd-anchor-link"><span>is<wbr/>Read<wbr/>Only</span><a href="#isReadOnly" aria-label="Permalink" class="tsd-anchor-icon"><svg
|
|
296
|
+
<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>
|
|
278
297
|
<ul class="tsd-signatures">
|
|
279
|
-
<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
|
|
298
|
+
<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>
|
|
280
299
|
<li class="tsd-description">
|
|
281
300
|
<div class="tsd-comment tsd-typography"><p>Returns true if connection was created without
|
|
282
301
|
write access</p>
|
|
283
302
|
</div>
|
|
284
303
|
<h4 class="tsd-returns-title">Returns <span class="tsd-signature-type">boolean</span></h4><p>boolean</p>
|
|
285
|
-
|
|
304
|
+
|
|
305
|
+
<div class="tsd-comment tsd-typography"></div><aside class="tsd-sources">
|
|
286
306
|
<p>Implementation of <a href="../interfaces/IDatabaseConnection.html">IDatabaseConnection</a>.<a href="../interfaces/IDatabaseConnection.html#isReadOnly">isReadOnly</a></p>
|
|
287
307
|
<ul>
|
|
288
|
-
<li>Defined in <a href="https://github.com/breautek/storm/blob/
|
|
308
|
+
<li>Defined in <a href="https://github.com/breautek/storm/blob/04df9d1/src/DatabaseConnection.ts#L100">src/DatabaseConnection.ts:100</a></li></ul></aside></li></ul></section>
|
|
289
309
|
<section class="tsd-panel tsd-member"><a id="isTransaction" class="tsd-anchor"></a>
|
|
290
|
-
<h3 class="tsd-anchor-link"><code class="tsd-tag ts-flagAbstract">Abstract</code> <span>is<wbr/>Transaction</span><a href="#isTransaction" aria-label="Permalink" class="tsd-anchor-icon"><svg
|
|
310
|
+
<h3 class="tsd-anchor-link"><code class="tsd-tag ts-flagAbstract">Abstract</code> <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>
|
|
291
311
|
<ul class="tsd-signatures">
|
|
292
|
-
<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
|
|
312
|
+
<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>
|
|
293
313
|
<li class="tsd-description">
|
|
294
314
|
<div class="tsd-comment tsd-typography"><p>Implementation method to determine if the connection is in an active transaction.</p>
|
|
295
|
-
|
|
296
|
-
<h3>Abstract</h3></div>
|
|
315
|
+
</div>
|
|
297
316
|
<h4 class="tsd-returns-title">Returns <span class="tsd-signature-type">boolean</span></h4><p>boolean</p>
|
|
298
|
-
|
|
317
|
+
|
|
318
|
+
<div class="tsd-comment tsd-typography">
|
|
319
|
+
<h4>Abstract</h4></div><aside class="tsd-sources">
|
|
299
320
|
<p>Implementation of <a href="../interfaces/IDatabaseConnection.html">IDatabaseConnection</a>.<a href="../interfaces/IDatabaseConnection.html#isTransaction">isTransaction</a></p>
|
|
300
321
|
<ul>
|
|
301
|
-
<li>Defined in <a href="https://github.com/breautek/storm/blob/
|
|
322
|
+
<li>Defined in <a href="https://github.com/breautek/storm/blob/04df9d1/src/DatabaseConnection.ts#L201">src/DatabaseConnection.ts:201</a></li></ul></aside></li></ul></section>
|
|
302
323
|
<section class="tsd-panel tsd-member"><a id="query" class="tsd-anchor"></a>
|
|
303
|
-
<h3 class="tsd-anchor-link"><span>query</span><a href="#query" aria-label="Permalink" class="tsd-anchor-icon"><svg
|
|
324
|
+
<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>
|
|
304
325
|
<ul class="tsd-signatures">
|
|
305
|
-
<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-signature-type tsd-kind-type-parameter">TQueryResult</span><span class="tsd-signature-symbol">></span><span class="tsd-signature-symbol">(</span><span class="tsd-kind-parameter">query</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 tsd-kind-type-parameter">TQueryResult</span><span class="tsd-signature-symbol">></span><a href="#query.query-1" aria-label="Permalink" class="tsd-anchor-icon"><svg
|
|
326
|
+
<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-signature-type tsd-kind-type-parameter">TQueryResult</span><span class="tsd-signature-symbol">></span><span class="tsd-signature-symbol">(</span><span class="tsd-kind-parameter">query</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 tsd-kind-type-parameter">TQueryResult</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>
|
|
306
327
|
<li class="tsd-description">
|
|
307
328
|
<div class="tsd-comment tsd-typography"><p>Queries the database for a dataset.</p>
|
|
308
|
-
|
|
309
|
-
<h3>Async</h3></div>
|
|
329
|
+
</div>
|
|
310
330
|
<section class="tsd-panel">
|
|
311
331
|
<h4>Type Parameters</h4>
|
|
312
332
|
<ul class="tsd-type-parameter-list">
|
|
@@ -318,30 +338,34 @@ write access</p>
|
|
|
318
338
|
<li>
|
|
319
339
|
<h5><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 tsd-kind-type-parameter">TQueryResult</span><span class="tsd-signature-symbol">></span></h5>
|
|
320
340
|
<div class="tsd-comment tsd-typography"><p>The database query</p>
|
|
321
|
-
</div
|
|
341
|
+
</div>
|
|
342
|
+
<div class="tsd-comment tsd-typography"></div></li></ul></div>
|
|
322
343
|
<h4 class="tsd-returns-title">Returns <span class="tsd-signature-type ">Promise</span><span class="tsd-signature-symbol"><</span><span class="tsd-signature-type tsd-kind-type-parameter">TQueryResult</span><span class="tsd-signature-symbol">></span></h4><p>Promise<TQueryResult></p>
|
|
323
|
-
|
|
344
|
+
|
|
345
|
+
<div class="tsd-comment tsd-typography">
|
|
346
|
+
<h4>Async</h4></div><aside class="tsd-sources">
|
|
324
347
|
<p>Implementation of <a href="../interfaces/IDatabaseConnection.html">IDatabaseConnection</a>.<a href="../interfaces/IDatabaseConnection.html#query">query</a></p>
|
|
325
348
|
<ul>
|
|
326
|
-
<li>Defined in <a href="https://github.com/breautek/storm/blob/
|
|
349
|
+
<li>Defined in <a href="https://github.com/breautek/storm/blob/04df9d1/src/DatabaseConnection.ts#L132">src/DatabaseConnection.ts:132</a></li></ul></aside></li></ul></section>
|
|
327
350
|
<section class="tsd-panel tsd-member"><a id="rollback" class="tsd-anchor"></a>
|
|
328
|
-
<h3 class="tsd-anchor-link"><code class="tsd-tag ts-flagAbstract">Abstract</code> <span>rollback</span><a href="#rollback" aria-label="Permalink" class="tsd-anchor-icon"><svg
|
|
351
|
+
<h3 class="tsd-anchor-link"><code class="tsd-tag ts-flagAbstract">Abstract</code> <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>
|
|
329
352
|
<ul class="tsd-signatures">
|
|
330
|
-
<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
|
|
353
|
+
<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>
|
|
331
354
|
<li class="tsd-description">
|
|
332
355
|
<div class="tsd-comment tsd-typography"><p>Rollsback a transaction. This will end a transaction.</p>
|
|
333
|
-
|
|
334
|
-
<h3>Abstract</h3>
|
|
335
|
-
<h3>Async</h3></div>
|
|
356
|
+
</div>
|
|
336
357
|
<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>
|
|
337
|
-
|
|
358
|
+
|
|
359
|
+
<div class="tsd-comment tsd-typography">
|
|
360
|
+
<h4>Abstract</h4>
|
|
361
|
+
<h4>Async</h4></div><aside class="tsd-sources">
|
|
338
362
|
<p>Implementation of <a href="../interfaces/IDatabaseConnection.html">IDatabaseConnection</a>.<a href="../interfaces/IDatabaseConnection.html#rollback">rollback</a></p>
|
|
339
363
|
<ul>
|
|
340
|
-
<li>Defined in <a href="https://github.com/breautek/storm/blob/
|
|
364
|
+
<li>Defined in <a href="https://github.com/breautek/storm/blob/04df9d1/src/DatabaseConnection.ts#L229">src/DatabaseConnection.ts:229</a></li></ul></aside></li></ul></section>
|
|
341
365
|
<section class="tsd-panel tsd-member"><a id="setInstantiationStack" class="tsd-anchor"></a>
|
|
342
|
-
<h3 class="tsd-anchor-link"><span>set<wbr/>Instantiation<wbr/>Stack</span><a href="#setInstantiationStack" aria-label="Permalink" class="tsd-anchor-icon"><svg
|
|
366
|
+
<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>
|
|
343
367
|
<ul class="tsd-signatures">
|
|
344
|
-
<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
|
|
368
|
+
<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>
|
|
345
369
|
<li class="tsd-description">
|
|
346
370
|
<div class="tsd-parameters">
|
|
347
371
|
<h4 class="tsd-parameters-title">Parameters</h4>
|
|
@@ -351,11 +375,11 @@ write access</p>
|
|
|
351
375
|
<h4 class="tsd-returns-title">Returns <span class="tsd-signature-type">void</span></h4><aside class="tsd-sources">
|
|
352
376
|
<p>Implementation of <a href="../interfaces/IDatabaseConnection.html">IDatabaseConnection</a>.<a href="../interfaces/IDatabaseConnection.html#setInstantiationStack">setInstantiationStack</a></p>
|
|
353
377
|
<ul>
|
|
354
|
-
<li>Defined in <a href="https://github.com/breautek/storm/blob/
|
|
378
|
+
<li>Defined in <a href="https://github.com/breautek/storm/blob/04df9d1/src/DatabaseConnection.ts#L64">src/DatabaseConnection.ts:64</a></li></ul></aside></li></ul></section>
|
|
355
379
|
<section class="tsd-panel tsd-member"><a id="setTimeout" class="tsd-anchor"></a>
|
|
356
|
-
<h3 class="tsd-anchor-link"><span>set<wbr/>Timeout</span><a href="#setTimeout" aria-label="Permalink" class="tsd-anchor-icon"><svg
|
|
380
|
+
<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>
|
|
357
381
|
<ul class="tsd-signatures">
|
|
358
|
-
<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
|
|
382
|
+
<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>
|
|
359
383
|
<li class="tsd-description">
|
|
360
384
|
<div class="tsd-comment tsd-typography"><p>Sets the timeout of this connectino</p>
|
|
361
385
|
</div>
|
|
@@ -365,57 +389,62 @@ write access</p>
|
|
|
365
389
|
<li>
|
|
366
390
|
<h5><span class="tsd-kind-parameter">timeout</span>: <span class="tsd-signature-type">number</span></h5>
|
|
367
391
|
<div class="tsd-comment tsd-typography"><p>in milliseconds</p>
|
|
368
|
-
</div
|
|
369
|
-
<
|
|
392
|
+
</div>
|
|
393
|
+
<div class="tsd-comment tsd-typography"></div></li></ul></div>
|
|
394
|
+
<h4 class="tsd-returns-title">Returns <span class="tsd-signature-type">void</span></h4>
|
|
395
|
+
<div class="tsd-comment tsd-typography"></div><aside class="tsd-sources">
|
|
370
396
|
<p>Implementation of <a href="../interfaces/IDatabaseConnection.html">IDatabaseConnection</a>.<a href="../interfaces/IDatabaseConnection.html#setTimeout">setTimeout</a></p>
|
|
371
397
|
<ul>
|
|
372
|
-
<li>Defined in <a href="https://github.com/breautek/storm/blob/
|
|
398
|
+
<li>Defined in <a href="https://github.com/breautek/storm/blob/04df9d1/src/DatabaseConnection.ts#L109">src/DatabaseConnection.ts:109</a></li></ul></aside></li></ul></section>
|
|
373
399
|
<section class="tsd-panel tsd-member"><a id="startTransaction" class="tsd-anchor"></a>
|
|
374
|
-
<h3 class="tsd-anchor-link"><code class="tsd-tag ts-flagAbstract">Abstract</code> <span>start<wbr/>Transaction</span><a href="#startTransaction" aria-label="Permalink" class="tsd-anchor-icon"><svg
|
|
400
|
+
<h3 class="tsd-anchor-link"><code class="tsd-tag ts-flagAbstract">Abstract</code> <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>
|
|
375
401
|
<ul class="tsd-signatures">
|
|
376
|
-
<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
|
|
402
|
+
<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>
|
|
377
403
|
<li class="tsd-description">
|
|
378
404
|
<div class="tsd-comment tsd-typography"><p>Implementation method to start a transaction.</p>
|
|
379
|
-
|
|
380
|
-
<h3>Abstract</h3>
|
|
381
|
-
<h3>Async</h3></div>
|
|
405
|
+
</div>
|
|
382
406
|
<div class="tsd-parameters">
|
|
383
407
|
<h4 class="tsd-parameters-title">Parameters</h4>
|
|
384
408
|
<ul class="tsd-parameter-list">
|
|
385
409
|
<li>
|
|
386
410
|
<h5><code class="tsd-tag ts-flagOptional">Optional</code> <span class="tsd-kind-parameter">isolationLevel</span>: <a href="../enums/IsolationLevel.html" class="tsd-signature-type tsd-kind-enum">IsolationLevel</a></h5></li></ul></div>
|
|
387
411
|
<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>
|
|
388
|
-
|
|
412
|
+
|
|
413
|
+
<div class="tsd-comment tsd-typography">
|
|
414
|
+
<h4>Abstract</h4>
|
|
415
|
+
<h4>Async</h4></div><aside class="tsd-sources">
|
|
389
416
|
<p>Implementation of <a href="../interfaces/IDatabaseConnection.html">IDatabaseConnection</a>.<a href="../interfaces/IDatabaseConnection.html#startTransaction">startTransaction</a></p>
|
|
390
417
|
<ul>
|
|
391
|
-
<li>Defined in <a href="https://github.com/breautek/storm/blob/
|
|
418
|
+
<li>Defined in <a href="https://github.com/breautek/storm/blob/04df9d1/src/DatabaseConnection.ts#L193">src/DatabaseConnection.ts:193</a></li></ul></aside></li></ul></section>
|
|
392
419
|
<section class="tsd-panel tsd-member"><a id="stream" class="tsd-anchor"></a>
|
|
393
|
-
<h3 class="tsd-anchor-link"><span>stream</span><a href="#stream" aria-label="Permalink" class="tsd-anchor-icon"><svg
|
|
420
|
+
<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>
|
|
394
421
|
<ul class="tsd-signatures">
|
|
395
|
-
<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">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
|
|
422
|
+
<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">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>
|
|
396
423
|
<li class="tsd-description">
|
|
397
|
-
<div class="tsd-comment tsd-typography"></div>
|
|
398
424
|
<div class="tsd-parameters">
|
|
399
425
|
<h4 class="tsd-parameters-title">Parameters</h4>
|
|
400
426
|
<ul class="tsd-parameter-list">
|
|
401
427
|
<li>
|
|
402
428
|
<h5><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></h5>
|
|
403
429
|
<div class="tsd-comment tsd-typography"><p>The database query</p>
|
|
404
|
-
</div
|
|
430
|
+
</div>
|
|
431
|
+
<div class="tsd-comment tsd-typography"></div></li>
|
|
405
432
|
<li>
|
|
406
433
|
<h5><code class="tsd-tag ts-flagOptional">Optional</code> <span class="tsd-kind-parameter">streamOptions</span>: <span class="tsd-signature-type">any</span></h5>
|
|
407
434
|
<div class="tsd-comment tsd-typography"><p>Stream options</p>
|
|
408
|
-
</div
|
|
435
|
+
</div>
|
|
436
|
+
<div class="tsd-comment tsd-typography"></div></li></ul></div>
|
|
409
437
|
<h4 class="tsd-returns-title">Returns <span class="tsd-signature-type ">Readable</span></h4><p>Readable</p>
|
|
410
|
-
|
|
438
|
+
|
|
439
|
+
<div class="tsd-comment tsd-typography"></div><aside class="tsd-sources">
|
|
411
440
|
<p>Implementation of <a href="../interfaces/IDatabaseConnection.html">IDatabaseConnection</a>.<a href="../interfaces/IDatabaseConnection.html#stream">stream</a></p>
|
|
412
441
|
<ul>
|
|
413
|
-
<li>Defined in <a href="https://github.com/breautek/storm/blob/
|
|
442
|
+
<li>Defined in <a href="https://github.com/breautek/storm/blob/04df9d1/src/DatabaseConnection.ts#L152">src/DatabaseConnection.ts:152</a></li></ul></aside></li></ul></section></section></div>
|
|
414
443
|
<div class="col-sidebar">
|
|
415
444
|
<div class="page-menu">
|
|
416
445
|
<div class="tsd-navigation settings">
|
|
417
446
|
<details class="tsd-index-accordion"><summary class="tsd-accordion-summary">
|
|
418
|
-
<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>
|
|
447
|
+
<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>
|
|
419
448
|
<div class="tsd-accordion-details">
|
|
420
449
|
<div class="tsd-filter-visibility">
|
|
421
450
|
<h4 class="uppercase">Member Visibility</h4><form>
|
|
@@ -426,127 +455,108 @@ write access</p>
|
|
|
426
455
|
<div class="tsd-theme-toggle">
|
|
427
456
|
<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>
|
|
428
457
|
<details open class="tsd-index-accordion tsd-page-navigation"><summary class="tsd-accordion-summary">
|
|
429
|
-
<h3><svg width="20" height="20" viewBox="0 0 24 24" fill="none"><
|
|
458
|
+
<h3><svg width="20" height="20" viewBox="0 0 24 24" fill="none"><use href="#icon-chevronDown"></use></svg>On This Page</h3></summary>
|
|
430
459
|
<div class="tsd-accordion-details">
|
|
431
460
|
<ul>
|
|
432
|
-
<li><a href="#constructor" class=""><svg class="tsd-kind-icon"
|
|
433
|
-
<li><a href="#_close" class="tsd-is-protected"><svg class="tsd-kind-icon"
|
|
434
|
-
<li><a href="#_query" class="tsd-is-protected"><svg class="tsd-kind-icon"
|
|
435
|
-
<li><a href="#_stream" class="tsd-is-protected"><svg class="tsd-kind-icon"
|
|
436
|
-
<li><a href="#close" class=""><svg class="tsd-kind-icon"
|
|
437
|
-
<li><a href="#commit" class=""><svg class="tsd-kind-icon"
|
|
438
|
-
<li><a href="#endTransaction" class=""><svg class="tsd-kind-icon"
|
|
439
|
-
<li><a href="#getAPI" class=""><svg class="tsd-kind-icon"
|
|
440
|
-
<li><a href="#getInstantiationStack" class=""><svg class="tsd-kind-icon"
|
|
441
|
-
<li><a href="#getTimeout" class=""><svg class="tsd-kind-icon"
|
|
442
|
-
<li><a href="#isClosed" class=""><svg class="tsd-kind-icon"
|
|
443
|
-
<li><a href="#isReadOnly" class=""><svg class="tsd-kind-icon"
|
|
444
|
-
<li><a href="#isTransaction" class=""><svg class="tsd-kind-icon"
|
|
445
|
-
<li><a href="#query" class=""><svg class="tsd-kind-icon"
|
|
446
|
-
<li><a href="#rollback" class=""><svg class="tsd-kind-icon"
|
|
447
|
-
<li><a href="#setInstantiationStack" class=""><svg class="tsd-kind-icon"
|
|
448
|
-
<li><a href="#setTimeout" class=""><svg class="tsd-kind-icon"
|
|
449
|
-
<li><a href="#startTransaction" class=""><svg class="tsd-kind-icon"
|
|
450
|
-
<li><a href="#stream" class=""><svg class="tsd-kind-icon"
|
|
461
|
+
<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>
|
|
462
|
+
<li><a href="#_close" class="tsd-is-protected"><svg class="tsd-kind-icon" viewBox="0 0 24 24"><use href="#icon-2048"></use></svg><span>_close</span></a></li>
|
|
463
|
+
<li><a href="#_query" class="tsd-is-protected"><svg class="tsd-kind-icon" viewBox="0 0 24 24"><use href="#icon-2048"></use></svg><span>_query</span></a></li>
|
|
464
|
+
<li><a href="#_stream" class="tsd-is-protected"><svg class="tsd-kind-icon" viewBox="0 0 24 24"><use href="#icon-2048"></use></svg><span>_stream</span></a></li>
|
|
465
|
+
<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>
|
|
466
|
+
<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>
|
|
467
|
+
<li><a href="#endTransaction" class=""><svg class="tsd-kind-icon" viewBox="0 0 24 24"><use href="#icon-2048"></use></svg><span>end<wbr/>Transaction</span></a></li>
|
|
468
|
+
<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>
|
|
469
|
+
<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>
|
|
470
|
+
<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>
|
|
471
|
+
<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>
|
|
472
|
+
<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>
|
|
473
|
+
<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>
|
|
474
|
+
<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>
|
|
475
|
+
<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>
|
|
476
|
+
<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>
|
|
477
|
+
<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>
|
|
478
|
+
<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>
|
|
479
|
+
<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>
|
|
451
480
|
<div class="site-menu">
|
|
452
|
-
<nav class="tsd-navigation"><a href="../index.html"><svg class="tsd-kind-icon"
|
|
481
|
+
<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>
|
|
453
482
|
<ul class="tsd-small-nested-navigation">
|
|
454
|
-
<li>
|
|
455
|
-
<
|
|
456
|
-
<
|
|
457
|
-
<
|
|
458
|
-
<li><a href="../
|
|
459
|
-
<li><a href="../
|
|
460
|
-
<li><a href="../
|
|
461
|
-
<li><a href="
|
|
462
|
-
<li><a href="
|
|
463
|
-
<li><a href="
|
|
464
|
-
<li><a href="
|
|
465
|
-
<li><a href="
|
|
466
|
-
<li><a href="
|
|
467
|
-
<li><a href="
|
|
468
|
-
<li><a href="
|
|
469
|
-
<li><a href="
|
|
470
|
-
<li><a href="
|
|
471
|
-
<li><a href="
|
|
472
|
-
<li><a href="
|
|
473
|
-
<li><a href="
|
|
474
|
-
<li><a href="
|
|
475
|
-
<li><a href="
|
|
476
|
-
<li><a href="
|
|
477
|
-
<li><a href="
|
|
478
|
-
<li><a href="
|
|
479
|
-
<li><a href="
|
|
480
|
-
<li><a href="
|
|
481
|
-
<li><a href="
|
|
482
|
-
<li><a href="
|
|
483
|
-
<li><a href="
|
|
484
|
-
<li><a href="
|
|
485
|
-
<li><a href="
|
|
486
|
-
<li><a href="
|
|
487
|
-
<li><a href="
|
|
488
|
-
<li><a href="
|
|
489
|
-
<li><a href="
|
|
490
|
-
<li><a href="
|
|
491
|
-
<li><a href="
|
|
492
|
-
<li><a href="
|
|
493
|
-
<li><a href="
|
|
494
|
-
<li><a href="
|
|
495
|
-
<li><a href="
|
|
496
|
-
<li><a href="
|
|
497
|
-
<li><a href="
|
|
498
|
-
<li><a href="
|
|
499
|
-
<li><a href="
|
|
500
|
-
<li><a href="
|
|
501
|
-
<li><a href="
|
|
502
|
-
<li><a href="
|
|
503
|
-
<li><a href="
|
|
504
|
-
<li><a href="
|
|
505
|
-
<li><a href="
|
|
506
|
-
<li><a href="
|
|
507
|
-
<li><a href="
|
|
508
|
-
<li><a href="
|
|
509
|
-
<li><a href="
|
|
510
|
-
<li><a href="
|
|
511
|
-
<li><a href="
|
|
512
|
-
<li><a href="
|
|
513
|
-
<li><a href="
|
|
514
|
-
<li><a href="
|
|
515
|
-
<li><a href="
|
|
516
|
-
<li><a href="
|
|
517
|
-
<li><a href="
|
|
518
|
-
<li><a href="
|
|
519
|
-
<li><a href="
|
|
520
|
-
<li><a href="
|
|
521
|
-
<li><a href="
|
|
522
|
-
<li><a href="
|
|
523
|
-
<li><a href="
|
|
524
|
-
<li><a href="../interfaces/
|
|
525
|
-
<li><a href="../
|
|
526
|
-
<li><a href="../
|
|
527
|
-
<li><a href="../
|
|
528
|
-
<li><a href="../
|
|
529
|
-
<li><a href="../
|
|
530
|
-
<li><a href="../
|
|
531
|
-
<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>
|
|
532
|
-
<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>
|
|
533
|
-
<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>
|
|
534
|
-
<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>
|
|
535
|
-
<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>
|
|
536
|
-
<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>
|
|
537
|
-
<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>
|
|
538
|
-
<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>
|
|
539
|
-
<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>
|
|
540
|
-
<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>
|
|
541
|
-
<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>
|
|
542
|
-
<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>
|
|
543
|
-
<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>
|
|
544
|
-
<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>
|
|
545
|
-
<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>
|
|
546
|
-
<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>
|
|
547
|
-
<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>
|
|
548
|
-
<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>
|
|
549
|
-
<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>
|
|
483
|
+
<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>
|
|
484
|
+
<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>
|
|
485
|
+
<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>
|
|
486
|
+
<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>
|
|
487
|
+
<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>
|
|
488
|
+
<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>
|
|
489
|
+
<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>
|
|
490
|
+
<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>
|
|
491
|
+
<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>
|
|
492
|
+
<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>
|
|
493
|
+
<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>
|
|
494
|
+
<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>
|
|
495
|
+
<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>
|
|
496
|
+
<li><a href="DatabaseConnection.html" class="current"><svg class="tsd-kind-icon" viewBox="0 0 24 24"><use href="#icon-128"></use></svg><span>Database<wbr/>Connection</span></a></li>
|
|
497
|
+
<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>
|
|
498
|
+
<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>
|
|
499
|
+
<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>
|
|
500
|
+
<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>
|
|
501
|
+
<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>
|
|
502
|
+
<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>
|
|
503
|
+
<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>
|
|
504
|
+
<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>
|
|
505
|
+
<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>
|
|
506
|
+
<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>
|
|
507
|
+
<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>
|
|
508
|
+
<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>
|
|
509
|
+
<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>
|
|
510
|
+
<li><a href="ManagedDatabaseConnection.html"><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>
|
|
511
|
+
<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>
|
|
512
|
+
<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>
|
|
513
|
+
<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>
|
|
514
|
+
<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>
|
|
515
|
+
<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>
|
|
516
|
+
<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>
|
|
517
|
+
<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>
|
|
518
|
+
<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>
|
|
519
|
+
<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>
|
|
520
|
+
<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>
|
|
521
|
+
<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>
|
|
522
|
+
<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>
|
|
523
|
+
<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>
|
|
524
|
+
<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>
|
|
525
|
+
<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>
|
|
526
|
+
<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>
|
|
527
|
+
<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>
|
|
528
|
+
<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>
|
|
529
|
+
<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>
|
|
530
|
+
<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>
|
|
531
|
+
<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>
|
|
532
|
+
<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>
|
|
533
|
+
<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>
|
|
534
|
+
<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>
|
|
535
|
+
<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>
|
|
536
|
+
<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>
|
|
537
|
+
<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>
|
|
538
|
+
<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>
|
|
539
|
+
<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>
|
|
540
|
+
<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>
|
|
541
|
+
<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>
|
|
542
|
+
<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>
|
|
543
|
+
<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>
|
|
544
|
+
<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>
|
|
545
|
+
<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>
|
|
546
|
+
<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>
|
|
547
|
+
<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>
|
|
548
|
+
<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>
|
|
549
|
+
<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>
|
|
550
|
+
<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>
|
|
551
|
+
<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>
|
|
552
|
+
<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>
|
|
553
|
+
<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>
|
|
554
|
+
<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>
|
|
555
|
+
<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>
|
|
556
|
+
<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>
|
|
557
|
+
<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>
|
|
558
|
+
<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>
|
|
559
|
+
<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>
|
|
550
560
|
<div class="tsd-generator">
|
|
551
561
|
<p>Generated using <a href="https://typedoc.org/" target="_blank">TypeDoc</a></p></div>
|
|
552
562
|
<div class="overlay"></div></body></html>
|