@breautek/storm 6.0.4 → 6.0.5
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/CHANGELOG.md +8 -0
- package/docs/classes/Application.html +481 -444
- package/docs/classes/BackendAuthenticationMiddleware.html +99 -114
- package/docs/classes/CORSMiddleware.html +123 -136
- package/docs/classes/ConfigLoader.html +86 -105
- package/docs/classes/Database.html +141 -160
- package/docs/classes/DatabaseCastObject.html +100 -119
- package/docs/classes/DatabaseConnection.html +260 -250
- package/docs/classes/DatabaseQueryError.html +160 -175
- package/docs/classes/DeadLockError.html +162 -176
- package/docs/classes/DiskSpaceError.html +160 -175
- package/docs/classes/DropTemporaryTableQuery.html +133 -147
- package/docs/classes/DuplicateEntryError.html +160 -175
- package/docs/classes/EntityNotFoundError.html +160 -175
- package/docs/classes/ExpiredTokenError.html +160 -175
- package/docs/classes/Handler.html +146 -165
- package/docs/classes/InternalError.html +160 -175
- package/docs/classes/InvalidCredentialsError.html +160 -175
- package/docs/classes/InvalidValueError.html +160 -175
- package/docs/classes/LineString.html +101 -120
- package/docs/classes/LockWaitTimeoutError.html +162 -176
- package/docs/classes/ManagedDatabaseConnection.html +176 -195
- package/docs/classes/Middleware.html +96 -115
- package/docs/classes/MissingConfigError.html +160 -175
- package/docs/classes/MissingParameterError.html +160 -175
- package/docs/classes/MySQLConnection.html +265 -255
- package/docs/classes/MySQLDatabase.html +146 -165
- package/docs/classes/NotImplementedError.html +160 -175
- package/docs/classes/Point.html +101 -120
- package/docs/classes/Polygon.html +101 -120
- package/docs/classes/Query.html +133 -147
- package/docs/classes/RawError.html +162 -176
- package/docs/classes/RawQuery.html +133 -147
- package/docs/classes/Request.html +171 -190
- package/docs/classes/Response.html +136 -155
- package/docs/classes/ResponseData.html +116 -135
- package/docs/classes/ServiceProvider.html +156 -175
- package/docs/classes/ServiceResponse.html +106 -125
- package/docs/classes/SetSessionVariableQuery.html +133 -147
- package/docs/classes/StormError.html +160 -175
- package/docs/classes/TemporaryTableQuery.html +133 -147
- package/docs/classes/Token.html +91 -110
- package/docs/classes/TokenManager.html +101 -120
- package/docs/classes/Transaction.html +113 -131
- package/docs/classes/UnauthorizedAccessError.html +160 -175
- package/docs/enums/ErrorCode.html +117 -136
- package/docs/enums/ExitCode.html +89 -108
- package/docs/enums/HTTPMethod.html +97 -116
- package/docs/enums/IsolationLevel.html +97 -116
- package/docs/enums/JWTError.html +89 -108
- package/docs/enums/StatusCode.html +273 -292
- package/docs/functions/formidable-1.html +80 -99
- package/docs/functions/getInstance.html +84 -103
- package/docs/index.html +156 -175
- package/docs/interfaces/IAdditionalErrorDetails.html +80 -99
- package/docs/interfaces/IAuthTokenData.html +89 -108
- package/docs/interfaces/ICloudwatchConfig.html +93 -112
- package/docs/interfaces/ICloudwatchCredentials.html +89 -108
- package/docs/interfaces/ICloudwatchStreamConfig.html +89 -108
- package/docs/interfaces/IConfig.html +113 -132
- package/docs/interfaces/IDatabaseConfig.html +105 -124
- package/docs/interfaces/IDatabaseConnection.html +151 -170
- package/docs/interfaces/IErrorResponse.html +101 -120
- package/docs/interfaces/IFormData.html +89 -108
- package/docs/interfaces/IHandler.html +86 -105
- package/docs/interfaces/IInsertQueryResult.html +93 -112
- package/docs/interfaces/IJWTVerifyOptions.html +85 -104
- package/docs/interfaces/IParameterMap.html +80 -99
- package/docs/interfaces/IQueryable.html +106 -125
- package/docs/interfaces/IRequestResponse.html +89 -108
- package/docs/interfaces/IServiceHeaders.html +80 -99
- package/docs/interfaces/ISetSessionVariableQueryInput.html +89 -108
- package/docs/interfaces/ITemporaryTableQueryInput.html +89 -108
- package/docs/interfaces/IUpdateQueryResult.html +89 -108
- package/docs/interfaces/formidable.EmitData.html +108 -108
- package/docs/interfaces/formidable.EventData.html +117 -117
- package/docs/interfaces/formidable.Fields.html +95 -95
- package/docs/interfaces/formidable.File.html +138 -131
- package/docs/interfaces/formidable.FileJSON.html +134 -129
- package/docs/interfaces/formidable.Files.html +95 -95
- package/docs/interfaces/formidable.Options.html +167 -156
- package/docs/interfaces/formidable.Part.html +248 -223
- package/docs/modules/formidable.html +111 -111
- package/docs/types/IDeleteQueryResult.html +80 -99
- package/docs/types/IHandlerError.html +82 -100
- package/docs/types/IHandlerResponse.html +82 -100
- package/docs/types/TCoordinate.html +80 -99
- package/docs/types/formidable.BufferEncoding.html +95 -95
- package/docs/types/formidable.DefaultOptions.html +101 -96
- package/docs/types/formidable.EnabledPlugins.html +95 -95
- package/docs/types/formidable.EventNames.html +95 -95
- package/docs/types/formidable.MappedParsers.html +95 -95
- package/docs/types/formidable.Plugin.html +95 -95
- package/docs/types/formidable.PluginFunction.html +95 -95
- package/docs/types/formidable.Plugins.html +95 -95
- package/lib/Application.d.ts +1 -1
- package/lib/Application.js +7 -6
- package/lib/Application.js.map +1 -1
- package/package.json +13 -13
- package/src/Application.ts +7 -6
|
@@ -17,9 +17,10 @@
|
|
|
17
17
|
<h1>Class MySQLConnection</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 tsd-hierarchy">
|
|
25
26
|
<h4>Hierarchy</h4>
|
|
@@ -28,7 +29,7 @@
|
|
|
28
29
|
<ul class="tsd-hierarchy">
|
|
29
30
|
<li><span class="target">MySQLConnection</span></li></ul></li></ul></section><aside class="tsd-sources">
|
|
30
31
|
<ul>
|
|
31
|
-
<li>Defined in <a href="https://github.com/breautek/storm/blob/
|
|
32
|
+
<li>Defined in <a href="https://github.com/breautek/storm/blob/04df9d1/src/MySQLConnection.ts#L56">src/MySQLConnection.ts:56</a></li></ul></aside>
|
|
32
33
|
<section class="tsd-panel-group tsd-index-group">
|
|
33
34
|
<section class="tsd-panel tsd-index-panel">
|
|
34
35
|
<details class="tsd-index-content tsd-index-accordion" open><summary class="tsd-accordion-summary tsd-index-summary">
|
|
@@ -36,36 +37,36 @@
|
|
|
36
37
|
<div class="tsd-accordion-details">
|
|
37
38
|
<section class="tsd-index-section">
|
|
38
39
|
<h3 class="tsd-index-heading">Constructors</h3>
|
|
39
|
-
<div class="tsd-index-list"><a href="MySQLConnection.html#constructor" class="tsd-index-link"><svg class="tsd-kind-icon"
|
|
40
|
+
<div class="tsd-index-list"><a href="MySQLConnection.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>
|
|
40
41
|
</div></section>
|
|
41
42
|
<section class="tsd-index-section">
|
|
42
43
|
<h3 class="tsd-index-heading">Methods</h3>
|
|
43
|
-
<div class="tsd-index-list"><a href="MySQLConnection.html#_close" class="tsd-index-link tsd-is-protected"><svg class="tsd-kind-icon"
|
|
44
|
-
<a href="MySQLConnection.html#_query" class="tsd-index-link tsd-is-protected"><svg class="tsd-kind-icon"
|
|
45
|
-
<a href="MySQLConnection.html#_stream" class="tsd-index-link tsd-is-protected"><svg class="tsd-kind-icon"
|
|
46
|
-
<a href="MySQLConnection.html#close" class="tsd-index-link tsd-is-inherited"><svg class="tsd-kind-icon"
|
|
47
|
-
<a href="MySQLConnection.html#commit" class="tsd-index-link"><svg class="tsd-kind-icon"
|
|
48
|
-
<a href="MySQLConnection.html#endTransaction" class="tsd-index-link"><svg class="tsd-kind-icon"
|
|
49
|
-
<a href="MySQLConnection.html#getAPI" class="tsd-index-link tsd-is-inherited"><svg class="tsd-kind-icon"
|
|
50
|
-
<a href="MySQLConnection.html#getInstantiationStack" class="tsd-index-link tsd-is-inherited"><svg class="tsd-kind-icon"
|
|
51
|
-
<a href="MySQLConnection.html#getTimeout" class="tsd-index-link tsd-is-inherited"><svg class="tsd-kind-icon"
|
|
52
|
-
<a href="MySQLConnection.html#isClosed" class="tsd-index-link tsd-is-inherited"><svg class="tsd-kind-icon"
|
|
53
|
-
<a href="MySQLConnection.html#isOpen" class="tsd-index-link"><svg class="tsd-kind-icon"
|
|
54
|
-
<a href="MySQLConnection.html#isReadOnly" class="tsd-index-link tsd-is-inherited"><svg class="tsd-kind-icon"
|
|
55
|
-
<a href="MySQLConnection.html#isTransaction" class="tsd-index-link"><svg class="tsd-kind-icon"
|
|
56
|
-
<a href="MySQLConnection.html#query" class="tsd-index-link tsd-is-inherited"><svg class="tsd-kind-icon"
|
|
57
|
-
<a href="MySQLConnection.html#rollback" class="tsd-index-link"><svg class="tsd-kind-icon"
|
|
58
|
-
<a href="MySQLConnection.html#setInstantiationStack" class="tsd-index-link tsd-is-inherited"><svg class="tsd-kind-icon"
|
|
59
|
-
<a href="MySQLConnection.html#setTimeout" class="tsd-index-link tsd-is-inherited"><svg class="tsd-kind-icon"
|
|
60
|
-
<a href="MySQLConnection.html#startTransaction" class="tsd-index-link"><svg class="tsd-kind-icon"
|
|
61
|
-
<a href="MySQLConnection.html#stream" class="tsd-index-link tsd-is-inherited"><svg class="tsd-kind-icon"
|
|
44
|
+
<div class="tsd-index-list"><a href="MySQLConnection.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>
|
|
45
|
+
<a href="MySQLConnection.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>
|
|
46
|
+
<a href="MySQLConnection.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>
|
|
47
|
+
<a href="MySQLConnection.html#close" class="tsd-index-link tsd-is-inherited"><svg class="tsd-kind-icon" viewBox="0 0 24 24"><use href="#icon-2048"></use></svg><span>close</span></a>
|
|
48
|
+
<a href="MySQLConnection.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>
|
|
49
|
+
<a href="MySQLConnection.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>
|
|
50
|
+
<a href="MySQLConnection.html#getAPI" class="tsd-index-link tsd-is-inherited"><svg class="tsd-kind-icon" viewBox="0 0 24 24"><use href="#icon-2048"></use></svg><span>getAPI</span></a>
|
|
51
|
+
<a href="MySQLConnection.html#getInstantiationStack" class="tsd-index-link tsd-is-inherited"><svg class="tsd-kind-icon" viewBox="0 0 24 24"><use href="#icon-2048"></use></svg><span>get<wbr/>Instantiation<wbr/>Stack</span></a>
|
|
52
|
+
<a href="MySQLConnection.html#getTimeout" class="tsd-index-link tsd-is-inherited"><svg class="tsd-kind-icon" viewBox="0 0 24 24"><use href="#icon-2048"></use></svg><span>get<wbr/>Timeout</span></a>
|
|
53
|
+
<a href="MySQLConnection.html#isClosed" class="tsd-index-link tsd-is-inherited"><svg class="tsd-kind-icon" viewBox="0 0 24 24"><use href="#icon-2048"></use></svg><span>is<wbr/>Closed</span></a>
|
|
54
|
+
<a href="MySQLConnection.html#isOpen" class="tsd-index-link"><svg class="tsd-kind-icon" viewBox="0 0 24 24"><use href="#icon-2048"></use></svg><span>is<wbr/>Open</span></a>
|
|
55
|
+
<a href="MySQLConnection.html#isReadOnly" class="tsd-index-link tsd-is-inherited"><svg class="tsd-kind-icon" viewBox="0 0 24 24"><use href="#icon-2048"></use></svg><span>is<wbr/>Read<wbr/>Only</span></a>
|
|
56
|
+
<a href="MySQLConnection.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>
|
|
57
|
+
<a href="MySQLConnection.html#query" class="tsd-index-link tsd-is-inherited"><svg class="tsd-kind-icon" viewBox="0 0 24 24"><use href="#icon-2048"></use></svg><span>query</span></a>
|
|
58
|
+
<a href="MySQLConnection.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>
|
|
59
|
+
<a href="MySQLConnection.html#setInstantiationStack" class="tsd-index-link tsd-is-inherited"><svg class="tsd-kind-icon" viewBox="0 0 24 24"><use href="#icon-2048"></use></svg><span>set<wbr/>Instantiation<wbr/>Stack</span></a>
|
|
60
|
+
<a href="MySQLConnection.html#setTimeout" class="tsd-index-link tsd-is-inherited"><svg class="tsd-kind-icon" viewBox="0 0 24 24"><use href="#icon-2048"></use></svg><span>set<wbr/>Timeout</span></a>
|
|
61
|
+
<a href="MySQLConnection.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>
|
|
62
|
+
<a href="MySQLConnection.html#stream" class="tsd-index-link tsd-is-inherited"><svg class="tsd-kind-icon" viewBox="0 0 24 24"><use href="#icon-2048"></use></svg><span>stream</span></a>
|
|
62
63
|
</div></section></div></details></section></section>
|
|
63
64
|
<section class="tsd-panel-group tsd-member-group">
|
|
64
65
|
<h2>Constructors</h2>
|
|
65
66
|
<section class="tsd-panel tsd-member"><a id="constructor" class="tsd-anchor"></a>
|
|
66
|
-
<h3 class="tsd-anchor-link"><span>constructor</span><a href="#constructor" aria-label="Permalink" class="tsd-anchor-icon"><svg
|
|
67
|
+
<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>
|
|
67
68
|
<ul class="tsd-signatures">
|
|
68
|
-
<li class="tsd-signature tsd-anchor-link" id="constructor.new_MySQLConnection"><span class="tsd-kind-constructor-signature">new <wbr/>MySQLConnection</span><span class="tsd-signature-symbol">(</span><span class="tsd-kind-parameter">connection</span>, <span class="tsd-kind-parameter">instantiationStack</span>, <span class="tsd-kind-parameter">isReadOnly</span><span class="tsd-signature-symbol">?</span><span class="tsd-signature-symbol">)</span><span class="tsd-signature-symbol">: </span><a href="MySQLConnection.html" class="tsd-signature-type tsd-kind-class">MySQLConnection</a><a href="#constructor.new_MySQLConnection" aria-label="Permalink" class="tsd-anchor-icon"><svg
|
|
69
|
+
<li class="tsd-signature tsd-anchor-link" id="constructor.new_MySQLConnection"><span class="tsd-kind-constructor-signature">new <wbr/>MySQLConnection</span><span class="tsd-signature-symbol">(</span><span class="tsd-kind-parameter">connection</span>, <span class="tsd-kind-parameter">instantiationStack</span>, <span class="tsd-kind-parameter">isReadOnly</span><span class="tsd-signature-symbol">?</span><span class="tsd-signature-symbol">)</span><span class="tsd-signature-symbol">: </span><a href="MySQLConnection.html" class="tsd-signature-type tsd-kind-class">MySQLConnection</a><a href="#constructor.new_MySQLConnection" aria-label="Permalink" class="tsd-anchor-icon"><svg viewBox="0 0 24 24"><use href="#icon-anchor"></use></svg></a></li>
|
|
69
70
|
<li class="tsd-description">
|
|
70
71
|
<div class="tsd-parameters">
|
|
71
72
|
<h4 class="tsd-parameters-title">Parameters</h4>
|
|
@@ -79,58 +80,63 @@
|
|
|
79
80
|
<h4 class="tsd-returns-title">Returns <a href="MySQLConnection.html" class="tsd-signature-type tsd-kind-class">MySQLConnection</a></h4><aside class="tsd-sources">
|
|
80
81
|
<p>Overrides <a href="DatabaseConnection.html">DatabaseConnection</a>.<a href="DatabaseConnection.html#constructor">constructor</a></p>
|
|
81
82
|
<ul>
|
|
82
|
-
<li>Defined in <a href="https://github.com/breautek/storm/blob/
|
|
83
|
+
<li>Defined in <a href="https://github.com/breautek/storm/blob/04df9d1/src/MySQLConnection.ts#L60">src/MySQLConnection.ts:60</a></li></ul></aside></li></ul></section></section>
|
|
83
84
|
<section class="tsd-panel-group tsd-member-group">
|
|
84
85
|
<h2>Methods</h2>
|
|
85
86
|
<section class="tsd-panel tsd-member tsd-is-protected"><a id="_close" class="tsd-anchor"></a>
|
|
86
|
-
<h3 class="tsd-anchor-link"><code class="tsd-tag ts-flagProtected">Protected</code> <span>_close</span><a href="#_close" aria-label="Permalink" class="tsd-anchor-icon"><svg
|
|
87
|
+
<h3 class="tsd-anchor-link"><code class="tsd-tag ts-flagProtected">Protected</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>
|
|
87
88
|
<ul class="tsd-signatures tsd-is-protected">
|
|
88
|
-
<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
|
|
89
|
+
<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>
|
|
89
90
|
<li class="tsd-description">
|
|
90
91
|
<div class="tsd-comment tsd-typography"><p>Implementation to close the connection, if <code>forceClose</code> is true, close the connection no matter what.
|
|
91
92
|
Silently error if it means the connection is closed.</p>
|
|
92
|
-
|
|
93
|
-
<h3>Async</h3></div>
|
|
93
|
+
</div>
|
|
94
94
|
<div class="tsd-parameters">
|
|
95
95
|
<h4 class="tsd-parameters-title">Parameters</h4>
|
|
96
96
|
<ul class="tsd-parameter-list">
|
|
97
97
|
<li>
|
|
98
98
|
<h5><span class="tsd-kind-parameter">forceClose</span>: <span class="tsd-signature-type">boolean</span></h5>
|
|
99
99
|
<div class="tsd-comment tsd-typography"><p>boolean, if <code>true</code>, should close the connection no matter what.</p>
|
|
100
|
-
</div
|
|
100
|
+
</div>
|
|
101
|
+
<div class="tsd-comment tsd-typography"></div></li></ul></div>
|
|
101
102
|
<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>
|
|
102
|
-
|
|
103
|
+
|
|
104
|
+
<div class="tsd-comment tsd-typography">
|
|
105
|
+
<h4>Async</h4></div><aside class="tsd-sources">
|
|
103
106
|
<p>Overrides <a href="DatabaseConnection.html">DatabaseConnection</a>.<a href="DatabaseConnection.html#_close">_close</a></p>
|
|
104
107
|
<ul>
|
|
105
|
-
<li>Defined in <a href="https://github.com/breautek/storm/blob/
|
|
108
|
+
<li>Defined in <a href="https://github.com/breautek/storm/blob/04df9d1/src/MySQLConnection.ts#L225">src/MySQLConnection.ts:225</a></li></ul></aside></li></ul></section>
|
|
106
109
|
<section class="tsd-panel tsd-member tsd-is-protected"><a id="_query" class="tsd-anchor"></a>
|
|
107
|
-
<h3 class="tsd-anchor-link"><code class="tsd-tag ts-flagProtected">Protected</code> <span>_query</span><a href="#_query" aria-label="Permalink" class="tsd-anchor-icon"><svg
|
|
110
|
+
<h3 class="tsd-anchor-link"><code class="tsd-tag ts-flagProtected">Protected</code> <span>_query</span><a href="#_query" aria-label="Permalink" class="tsd-anchor-icon"><svg viewBox="0 0 24 24"><use href="#icon-anchor"></use></svg></a></h3>
|
|
108
111
|
<ul class="tsd-signatures tsd-is-protected">
|
|
109
|
-
<li class="tsd-signature tsd-anchor-link" id="_query._query-1"><span class="tsd-kind-call-signature">_query</span><span class="tsd-signature-symbol">(</span><span class="tsd-kind-parameter">query</span>, <span class="tsd-kind-parameter">params</span><span class="tsd-signature-symbol">?</span><span class="tsd-signature-symbol">)</span><span class="tsd-signature-symbol">: </span><span class="tsd-signature-type ">Promise</span><span class="tsd-signature-symbol"><</span><span class="tsd-signature-type">any</span><span class="tsd-signature-symbol">></span><a href="#_query._query-1" aria-label="Permalink" class="tsd-anchor-icon"><svg
|
|
112
|
+
<li class="tsd-signature tsd-anchor-link" id="_query._query-1"><span class="tsd-kind-call-signature">_query</span><span class="tsd-signature-symbol">(</span><span class="tsd-kind-parameter">query</span>, <span class="tsd-kind-parameter">params</span><span class="tsd-signature-symbol">?</span><span class="tsd-signature-symbol">)</span><span class="tsd-signature-symbol">: </span><span class="tsd-signature-type ">Promise</span><span class="tsd-signature-symbol"><</span><span class="tsd-signature-type">any</span><span class="tsd-signature-symbol">></span><a href="#_query._query-1" aria-label="Permalink" class="tsd-anchor-icon"><svg viewBox="0 0 24 24"><use href="#icon-anchor"></use></svg></a></li>
|
|
110
113
|
<li class="tsd-description">
|
|
111
114
|
<div class="tsd-comment tsd-typography"><p>Implementation method to return a dataset from the database</p>
|
|
112
|
-
|
|
113
|
-
<h3>Async</h3></div>
|
|
115
|
+
</div>
|
|
114
116
|
<div class="tsd-parameters">
|
|
115
117
|
<h4 class="tsd-parameters-title">Parameters</h4>
|
|
116
118
|
<ul class="tsd-parameter-list">
|
|
117
119
|
<li>
|
|
118
120
|
<h5><span class="tsd-kind-parameter">query</span>: <span class="tsd-signature-type">string</span></h5>
|
|
119
121
|
<div class="tsd-comment tsd-typography"><p>The database query</p>
|
|
120
|
-
</div
|
|
122
|
+
</div>
|
|
123
|
+
<div class="tsd-comment tsd-typography"></div></li>
|
|
121
124
|
<li>
|
|
122
125
|
<h5><code class="tsd-tag ts-flagOptional">Optional</code> <span class="tsd-kind-parameter">params</span>: <span class="tsd-signature-type">any</span></h5>
|
|
123
126
|
<div class="tsd-comment tsd-typography"><p>The query parameters</p>
|
|
124
|
-
</div
|
|
127
|
+
</div>
|
|
128
|
+
<div class="tsd-comment tsd-typography"></div></li></ul></div>
|
|
125
129
|
<h4 class="tsd-returns-title">Returns <span class="tsd-signature-type ">Promise</span><span class="tsd-signature-symbol"><</span><span class="tsd-signature-type">any</span><span class="tsd-signature-symbol">></span></h4><p>Promise</p>
|
|
126
|
-
|
|
130
|
+
|
|
131
|
+
<div class="tsd-comment tsd-typography">
|
|
132
|
+
<h4>Async</h4></div><aside class="tsd-sources">
|
|
127
133
|
<p>Overrides <a href="DatabaseConnection.html">DatabaseConnection</a>.<a href="DatabaseConnection.html#_query">_query</a></p>
|
|
128
134
|
<ul>
|
|
129
|
-
<li>Defined in <a href="https://github.com/breautek/storm/blob/
|
|
135
|
+
<li>Defined in <a href="https://github.com/breautek/storm/blob/04df9d1/src/MySQLConnection.ts#L88">src/MySQLConnection.ts:88</a></li></ul></aside></li></ul></section>
|
|
130
136
|
<section class="tsd-panel tsd-member tsd-is-protected"><a id="_stream" class="tsd-anchor"></a>
|
|
131
|
-
<h3 class="tsd-anchor-link"><code class="tsd-tag ts-flagProtected">Protected</code> <span>_stream</span><a href="#_stream" aria-label="Permalink" class="tsd-anchor-icon"><svg
|
|
137
|
+
<h3 class="tsd-anchor-link"><code class="tsd-tag ts-flagProtected">Protected</code> <span>_stream</span><a href="#_stream" aria-label="Permalink" class="tsd-anchor-icon"><svg viewBox="0 0 24 24"><use href="#icon-anchor"></use></svg></a></h3>
|
|
132
138
|
<ul class="tsd-signatures tsd-is-protected">
|
|
133
|
-
<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
|
|
139
|
+
<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>
|
|
134
140
|
<li class="tsd-description">
|
|
135
141
|
<div class="tsd-comment tsd-typography"><p>Implementation method to return a dataset from the database like <code>query()</code>,
|
|
136
142
|
but returns a <code>Readable</code> stream instead.</p>
|
|
@@ -141,167 +147,181 @@ but returns a <code>Readable</code> stream instead.</p>
|
|
|
141
147
|
<li>
|
|
142
148
|
<h5><span class="tsd-kind-parameter">query</span>: <span class="tsd-signature-type">string</span></h5>
|
|
143
149
|
<div class="tsd-comment tsd-typography"><p>The database query</p>
|
|
144
|
-
</div
|
|
150
|
+
</div>
|
|
151
|
+
<div class="tsd-comment tsd-typography"></div></li>
|
|
145
152
|
<li>
|
|
146
153
|
<h5><code class="tsd-tag ts-flagOptional">Optional</code> <span class="tsd-kind-parameter">params</span>: <span class="tsd-signature-type">any</span></h5>
|
|
147
154
|
<div class="tsd-comment tsd-typography"><p>The query parameters</p>
|
|
148
|
-
</div
|
|
155
|
+
</div>
|
|
156
|
+
<div class="tsd-comment tsd-typography"></div></li>
|
|
149
157
|
<li>
|
|
150
158
|
<h5><code class="tsd-tag ts-flagOptional">Optional</code> <span class="tsd-kind-parameter">streamOptions</span>: <span class="tsd-signature-type">any</span></h5>
|
|
151
159
|
<div class="tsd-comment tsd-typography"><p><code>Readable</code> stream options</p>
|
|
152
|
-
</div
|
|
160
|
+
</div>
|
|
161
|
+
<div class="tsd-comment tsd-typography"></div></li></ul></div>
|
|
153
162
|
<h4 class="tsd-returns-title">Returns <span class="tsd-signature-type ">Readable</span></h4><p><code>Readable</code></p>
|
|
154
|
-
|
|
163
|
+
|
|
164
|
+
<div class="tsd-comment tsd-typography"></div><aside class="tsd-sources">
|
|
155
165
|
<p>Overrides <a href="DatabaseConnection.html">DatabaseConnection</a>.<a href="DatabaseConnection.html#_stream">_stream</a></p>
|
|
156
166
|
<ul>
|
|
157
|
-
<li>Defined in <a href="https://github.com/breautek/storm/blob/
|
|
167
|
+
<li>Defined in <a href="https://github.com/breautek/storm/blob/04df9d1/src/MySQLConnection.ts#L146">src/MySQLConnection.ts:146</a></li></ul></aside></li></ul></section>
|
|
158
168
|
<section class="tsd-panel tsd-member tsd-is-inherited"><a id="close" class="tsd-anchor"></a>
|
|
159
|
-
<h3 class="tsd-anchor-link"><span>close</span><a href="#close" aria-label="Permalink" class="tsd-anchor-icon"><svg
|
|
169
|
+
<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>
|
|
160
170
|
<ul class="tsd-signatures tsd-is-inherited">
|
|
161
|
-
<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
|
|
171
|
+
<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>
|
|
162
172
|
<li class="tsd-description">
|
|
163
173
|
<div class="tsd-comment tsd-typography"><p>Closes the connection. May error if connection has an active transaction.
|
|
164
174
|
if <code>forceClose</code> boolean is true, it will force close the connection, regardless
|
|
165
175
|
of transaction state.</p>
|
|
166
|
-
|
|
167
|
-
<h3>Async</h3></div>
|
|
176
|
+
</div>
|
|
168
177
|
<div class="tsd-parameters">
|
|
169
178
|
<h4 class="tsd-parameters-title">Parameters</h4>
|
|
170
179
|
<ul class="tsd-parameter-list">
|
|
171
180
|
<li>
|
|
172
181
|
<h5><span class="tsd-kind-parameter">forceClose</span>: <span class="tsd-signature-type">boolean</span><span class="tsd-signature-symbol"> = false</span></h5>
|
|
173
182
|
<div class="tsd-comment tsd-typography"><p>optional boolean</p>
|
|
174
|
-
</div
|
|
183
|
+
</div>
|
|
184
|
+
<div class="tsd-comment tsd-typography"></div></li></ul></div>
|
|
175
185
|
<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>
|
|
176
|
-
|
|
186
|
+
|
|
187
|
+
<div class="tsd-comment tsd-typography">
|
|
188
|
+
<h4>Async</h4></div><aside class="tsd-sources">
|
|
177
189
|
<p>Inherited from <a href="DatabaseConnection.html">DatabaseConnection</a>.<a href="DatabaseConnection.html#close">close</a></p>
|
|
178
190
|
<ul>
|
|
179
|
-
<li>Defined in <a href="https://github.com/breautek/storm/blob/
|
|
191
|
+
<li>Defined in <a href="https://github.com/breautek/storm/blob/04df9d1/src/DatabaseConnection.ts#L169">src/DatabaseConnection.ts:169</a></li></ul></aside></li></ul></section>
|
|
180
192
|
<section class="tsd-panel tsd-member"><a id="commit" class="tsd-anchor"></a>
|
|
181
|
-
<h3 class="tsd-anchor-link"><span>commit</span><a href="#commit" aria-label="Permalink" class="tsd-anchor-icon"><svg
|
|
193
|
+
<h3 class="tsd-anchor-link"><span>commit</span><a href="#commit" aria-label="Permalink" class="tsd-anchor-icon"><svg viewBox="0 0 24 24"><use href="#icon-anchor"></use></svg></a></h3>
|
|
182
194
|
<ul class="tsd-signatures">
|
|
183
|
-
<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
|
|
195
|
+
<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>
|
|
184
196
|
<li class="tsd-description">
|
|
185
197
|
<div class="tsd-comment tsd-typography"><p>Commits a transaction. This will end a transaction.</p>
|
|
186
|
-
|
|
187
|
-
<h3>Abstract</h3>
|
|
188
|
-
<h3>Async</h3></div>
|
|
198
|
+
</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>Abstract</h4>
|
|
203
|
+
<h4>Async</h4></div><aside class="tsd-sources">
|
|
191
204
|
<p>Overrides <a href="DatabaseConnection.html">DatabaseConnection</a>.<a href="DatabaseConnection.html#commit">commit</a></p>
|
|
192
205
|
<ul>
|
|
193
|
-
<li>Defined in <a href="https://github.com/breautek/storm/blob/
|
|
206
|
+
<li>Defined in <a href="https://github.com/breautek/storm/blob/04df9d1/src/MySQLConnection.ts#L209">src/MySQLConnection.ts:209</a></li></ul></aside></li></ul></section>
|
|
194
207
|
<section class="tsd-panel tsd-member"><a id="endTransaction" class="tsd-anchor"></a>
|
|
195
|
-
<h3 class="tsd-anchor-link"><span>end<wbr/>Transaction</span><a href="#endTransaction" aria-label="Permalink" class="tsd-anchor-icon"><svg
|
|
208
|
+
<h3 class="tsd-anchor-link"><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>
|
|
196
209
|
<ul class="tsd-signatures">
|
|
197
|
-
<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
|
|
210
|
+
<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>
|
|
198
211
|
<li class="tsd-description">
|
|
199
212
|
<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>
|
|
200
|
-
|
|
201
|
-
<h3>Abstract</h3>
|
|
202
|
-
<h3>Async</h3></div>
|
|
213
|
+
</div>
|
|
203
214
|
<div class="tsd-parameters">
|
|
204
215
|
<h4 class="tsd-parameters-title">Parameters</h4>
|
|
205
216
|
<ul class="tsd-parameter-list">
|
|
206
217
|
<li>
|
|
207
218
|
<h5><span class="tsd-kind-parameter">requiresRollback</span>: <span class="tsd-signature-type">boolean</span><span class="tsd-signature-symbol"> = false</span></h5>
|
|
208
219
|
<div class="tsd-comment tsd-typography"><p>optional boolean</p>
|
|
209
|
-
</div
|
|
220
|
+
</div>
|
|
221
|
+
<div class="tsd-comment tsd-typography"></div></li></ul></div>
|
|
210
222
|
<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>
|
|
211
|
-
|
|
223
|
+
|
|
224
|
+
<div class="tsd-comment tsd-typography">
|
|
225
|
+
<h4>Abstract</h4>
|
|
226
|
+
<h4>Async</h4></div><aside class="tsd-sources">
|
|
212
227
|
<p>Overrides <a href="DatabaseConnection.html">DatabaseConnection</a>.<a href="DatabaseConnection.html#endTransaction">endTransaction</a></p>
|
|
213
228
|
<ul>
|
|
214
|
-
<li>Defined in <a href="https://github.com/breautek/storm/blob/
|
|
229
|
+
<li>Defined in <a href="https://github.com/breautek/storm/blob/04df9d1/src/MySQLConnection.ts#L189">src/MySQLConnection.ts:189</a></li></ul></aside></li></ul></section>
|
|
215
230
|
<section class="tsd-panel tsd-member tsd-is-inherited"><a id="getAPI" class="tsd-anchor"></a>
|
|
216
|
-
<h3 class="tsd-anchor-link"><span>getAPI</span><a href="#getAPI" aria-label="Permalink" class="tsd-anchor-icon"><svg
|
|
231
|
+
<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>
|
|
217
232
|
<ul class="tsd-signatures tsd-is-inherited">
|
|
218
|
-
<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 ">PoolConnection</span><a href="#getAPI.getAPI-1" aria-label="Permalink" class="tsd-anchor-icon"><svg
|
|
233
|
+
<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 ">PoolConnection</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>
|
|
219
234
|
<li class="tsd-description">
|
|
220
235
|
<div class="tsd-comment tsd-typography"><p>Gets the underlying Database API</p>
|
|
221
236
|
</div>
|
|
222
237
|
<h4 class="tsd-returns-title">Returns <span class="tsd-signature-type ">PoolConnection</span></h4><p>any</p>
|
|
223
|
-
|
|
238
|
+
|
|
239
|
+
<div class="tsd-comment tsd-typography"></div><aside class="tsd-sources">
|
|
224
240
|
<p>Inherited from <a href="DatabaseConnection.html">DatabaseConnection</a>.<a href="DatabaseConnection.html#getAPI">getAPI</a></p>
|
|
225
241
|
<ul>
|
|
226
|
-
<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#L91">src/DatabaseConnection.ts:91</a></li></ul></aside></li></ul></section>
|
|
227
243
|
<section class="tsd-panel tsd-member tsd-is-inherited"><a id="getInstantiationStack" class="tsd-anchor"></a>
|
|
228
|
-
<h3 class="tsd-anchor-link"><span>get<wbr/>Instantiation<wbr/>Stack</span><a href="#getInstantiationStack" aria-label="Permalink" class="tsd-anchor-icon"><svg
|
|
244
|
+
<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>
|
|
229
245
|
<ul class="tsd-signatures tsd-is-inherited">
|
|
230
|
-
<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
|
|
246
|
+
<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>
|
|
231
247
|
<li class="tsd-description">
|
|
232
248
|
<div class="tsd-comment tsd-typography"><p>Gets the callback stacktrace to determine what opened
|
|
233
249
|
this connection. Useful for debugging lingering connections.</p>
|
|
234
250
|
</div>
|
|
235
251
|
<h4 class="tsd-returns-title">Returns <span class="tsd-signature-type">string</span></h4><p>string - A stacktrace</p>
|
|
236
|
-
|
|
252
|
+
|
|
253
|
+
<div class="tsd-comment tsd-typography"></div><aside class="tsd-sources">
|
|
237
254
|
<p>Inherited from <a href="DatabaseConnection.html">DatabaseConnection</a>.<a href="DatabaseConnection.html#getInstantiationStack">getInstantiationStack</a></p>
|
|
238
255
|
<ul>
|
|
239
|
-
<li>Defined in <a href="https://github.com/breautek/storm/blob/
|
|
256
|
+
<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>
|
|
240
257
|
<section class="tsd-panel tsd-member tsd-is-inherited"><a id="getTimeout" class="tsd-anchor"></a>
|
|
241
|
-
<h3 class="tsd-anchor-link"><span>get<wbr/>Timeout</span><a href="#getTimeout" aria-label="Permalink" class="tsd-anchor-icon"><svg
|
|
258
|
+
<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>
|
|
242
259
|
<ul class="tsd-signatures tsd-is-inherited">
|
|
243
|
-
<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
|
|
260
|
+
<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>
|
|
244
261
|
<li class="tsd-description">
|
|
245
262
|
<div class="tsd-comment tsd-typography"><p>Returns the current timeout setting</p>
|
|
246
263
|
</div>
|
|
247
264
|
<h4 class="tsd-returns-title">Returns <span class="tsd-signature-type">number</span></h4><p>number in milliseconds</p>
|
|
248
|
-
|
|
265
|
+
|
|
266
|
+
<div class="tsd-comment tsd-typography"></div><aside class="tsd-sources">
|
|
249
267
|
<p>Inherited from <a href="DatabaseConnection.html">DatabaseConnection</a>.<a href="DatabaseConnection.html#getTimeout">getTimeout</a></p>
|
|
250
268
|
<ul>
|
|
251
|
-
<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#L121">src/DatabaseConnection.ts:121</a></li></ul></aside></li></ul></section>
|
|
252
270
|
<section class="tsd-panel tsd-member tsd-is-inherited"><a id="isClosed" class="tsd-anchor"></a>
|
|
253
|
-
<h3 class="tsd-anchor-link"><span>is<wbr/>Closed</span><a href="#isClosed" aria-label="Permalink" class="tsd-anchor-icon"><svg
|
|
271
|
+
<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>
|
|
254
272
|
<ul class="tsd-signatures tsd-is-inherited">
|
|
255
|
-
<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
|
|
273
|
+
<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>
|
|
256
274
|
<li class="tsd-description">
|
|
257
275
|
<div class="tsd-comment tsd-typography"><p>Returns true if the connection has been closed.</p>
|
|
258
276
|
</div>
|
|
259
|
-
<h4 class="tsd-returns-title">Returns <span class="tsd-signature-type">boolean</span></h4
|
|
277
|
+
<h4 class="tsd-returns-title">Returns <span class="tsd-signature-type">boolean</span></h4>
|
|
278
|
+
<div class="tsd-comment tsd-typography"></div><aside class="tsd-sources">
|
|
260
279
|
<p>Inherited from <a href="DatabaseConnection.html">DatabaseConnection</a>.<a href="DatabaseConnection.html#isClosed">isClosed</a></p>
|
|
261
280
|
<ul>
|
|
262
|
-
<li>Defined in <a href="https://github.com/breautek/storm/blob/
|
|
281
|
+
<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>
|
|
263
282
|
<section class="tsd-panel tsd-member"><a id="isOpen" class="tsd-anchor"></a>
|
|
264
|
-
<h3 class="tsd-anchor-link"><span>is<wbr/>Open</span><a href="#isOpen" aria-label="Permalink" class="tsd-anchor-icon"><svg
|
|
283
|
+
<h3 class="tsd-anchor-link"><span>is<wbr/>Open</span><a href="#isOpen" aria-label="Permalink" class="tsd-anchor-icon"><svg viewBox="0 0 24 24"><use href="#icon-anchor"></use></svg></a></h3>
|
|
265
284
|
<ul class="tsd-signatures">
|
|
266
|
-
<li class="tsd-signature tsd-anchor-link" id="isOpen.isOpen-1"><span class="tsd-kind-call-signature">is<wbr/>Open</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="#isOpen.isOpen-1" aria-label="Permalink" class="tsd-anchor-icon"><svg
|
|
285
|
+
<li class="tsd-signature tsd-anchor-link" id="isOpen.isOpen-1"><span class="tsd-kind-call-signature">is<wbr/>Open</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="#isOpen.isOpen-1" aria-label="Permalink" class="tsd-anchor-icon"><svg viewBox="0 0 24 24"><use href="#icon-anchor"></use></svg></a></li>
|
|
267
286
|
<li class="tsd-description">
|
|
268
287
|
<h4 class="tsd-returns-title">Returns <span class="tsd-signature-type">boolean</span></h4><aside class="tsd-sources">
|
|
269
288
|
<ul>
|
|
270
|
-
<li>Defined in <a href="https://github.com/breautek/storm/blob/
|
|
289
|
+
<li>Defined in <a href="https://github.com/breautek/storm/blob/04df9d1/src/MySQLConnection.ts#L83">src/MySQLConnection.ts:83</a></li></ul></aside></li></ul></section>
|
|
271
290
|
<section class="tsd-panel tsd-member tsd-is-inherited"><a id="isReadOnly" class="tsd-anchor"></a>
|
|
272
|
-
<h3 class="tsd-anchor-link"><span>is<wbr/>Read<wbr/>Only</span><a href="#isReadOnly" aria-label="Permalink" class="tsd-anchor-icon"><svg
|
|
291
|
+
<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>
|
|
273
292
|
<ul class="tsd-signatures tsd-is-inherited">
|
|
274
|
-
<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
|
|
293
|
+
<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>
|
|
275
294
|
<li class="tsd-description">
|
|
276
295
|
<div class="tsd-comment tsd-typography"><p>Returns true if connection was created without
|
|
277
296
|
write access</p>
|
|
278
297
|
</div>
|
|
279
298
|
<h4 class="tsd-returns-title">Returns <span class="tsd-signature-type">boolean</span></h4><p>boolean</p>
|
|
280
|
-
|
|
299
|
+
|
|
300
|
+
<div class="tsd-comment tsd-typography"></div><aside class="tsd-sources">
|
|
281
301
|
<p>Inherited from <a href="DatabaseConnection.html">DatabaseConnection</a>.<a href="DatabaseConnection.html#isReadOnly">isReadOnly</a></p>
|
|
282
302
|
<ul>
|
|
283
|
-
<li>Defined in <a href="https://github.com/breautek/storm/blob/
|
|
303
|
+
<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>
|
|
284
304
|
<section class="tsd-panel tsd-member"><a id="isTransaction" class="tsd-anchor"></a>
|
|
285
|
-
<h3 class="tsd-anchor-link"><span>is<wbr/>Transaction</span><a href="#isTransaction" aria-label="Permalink" class="tsd-anchor-icon"><svg
|
|
305
|
+
<h3 class="tsd-anchor-link"><span>is<wbr/>Transaction</span><a href="#isTransaction" aria-label="Permalink" class="tsd-anchor-icon"><svg viewBox="0 0 24 24"><use href="#icon-anchor"></use></svg></a></h3>
|
|
286
306
|
<ul class="tsd-signatures">
|
|
287
|
-
<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
|
|
307
|
+
<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>
|
|
288
308
|
<li class="tsd-description">
|
|
289
309
|
<div class="tsd-comment tsd-typography"><p>Implementation method to determine if the connection is in an active transaction.</p>
|
|
290
|
-
|
|
291
|
-
<h3>Abstract</h3></div>
|
|
310
|
+
</div>
|
|
292
311
|
<h4 class="tsd-returns-title">Returns <span class="tsd-signature-type">boolean</span></h4><p>boolean</p>
|
|
293
|
-
|
|
312
|
+
|
|
313
|
+
<div class="tsd-comment tsd-typography">
|
|
314
|
+
<h4>Abstract</h4></div><aside class="tsd-sources">
|
|
294
315
|
<p>Overrides <a href="DatabaseConnection.html">DatabaseConnection</a>.<a href="DatabaseConnection.html#isTransaction">isTransaction</a></p>
|
|
295
316
|
<ul>
|
|
296
|
-
<li>Defined in <a href="https://github.com/breautek/storm/blob/
|
|
317
|
+
<li>Defined in <a href="https://github.com/breautek/storm/blob/04df9d1/src/MySQLConnection.ts#L79">src/MySQLConnection.ts:79</a></li></ul></aside></li></ul></section>
|
|
297
318
|
<section class="tsd-panel tsd-member tsd-is-inherited"><a id="query" class="tsd-anchor"></a>
|
|
298
|
-
<h3 class="tsd-anchor-link"><span>query</span><a href="#query" aria-label="Permalink" class="tsd-anchor-icon"><svg
|
|
319
|
+
<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>
|
|
299
320
|
<ul class="tsd-signatures tsd-is-inherited">
|
|
300
|
-
<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
|
|
321
|
+
<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>
|
|
301
322
|
<li class="tsd-description">
|
|
302
323
|
<div class="tsd-comment tsd-typography"><p>Queries the database for a dataset.</p>
|
|
303
|
-
|
|
304
|
-
<h3>Async</h3></div>
|
|
324
|
+
</div>
|
|
305
325
|
<section class="tsd-panel">
|
|
306
326
|
<h4>Type Parameters</h4>
|
|
307
327
|
<ul class="tsd-type-parameter-list">
|
|
@@ -313,30 +333,34 @@ write access</p>
|
|
|
313
333
|
<li>
|
|
314
334
|
<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>
|
|
315
335
|
<div class="tsd-comment tsd-typography"><p>The database query</p>
|
|
316
|
-
</div
|
|
336
|
+
</div>
|
|
337
|
+
<div class="tsd-comment tsd-typography"></div></li></ul></div>
|
|
317
338
|
<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>
|
|
318
|
-
|
|
339
|
+
|
|
340
|
+
<div class="tsd-comment tsd-typography">
|
|
341
|
+
<h4>Async</h4></div><aside class="tsd-sources">
|
|
319
342
|
<p>Inherited from <a href="DatabaseConnection.html">DatabaseConnection</a>.<a href="DatabaseConnection.html#query">query</a></p>
|
|
320
343
|
<ul>
|
|
321
|
-
<li>Defined in <a href="https://github.com/breautek/storm/blob/
|
|
344
|
+
<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>
|
|
322
345
|
<section class="tsd-panel tsd-member"><a id="rollback" class="tsd-anchor"></a>
|
|
323
|
-
<h3 class="tsd-anchor-link"><span>rollback</span><a href="#rollback" aria-label="Permalink" class="tsd-anchor-icon"><svg
|
|
346
|
+
<h3 class="tsd-anchor-link"><span>rollback</span><a href="#rollback" aria-label="Permalink" class="tsd-anchor-icon"><svg viewBox="0 0 24 24"><use href="#icon-anchor"></use></svg></a></h3>
|
|
324
347
|
<ul class="tsd-signatures">
|
|
325
|
-
<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
|
|
348
|
+
<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>
|
|
326
349
|
<li class="tsd-description">
|
|
327
350
|
<div class="tsd-comment tsd-typography"><p>Rollsback a transaction. This will end a transaction.</p>
|
|
328
|
-
|
|
329
|
-
<h3>Abstract</h3>
|
|
330
|
-
<h3>Async</h3></div>
|
|
351
|
+
</div>
|
|
331
352
|
<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>
|
|
332
|
-
|
|
353
|
+
|
|
354
|
+
<div class="tsd-comment tsd-typography">
|
|
355
|
+
<h4>Abstract</h4>
|
|
356
|
+
<h4>Async</h4></div><aside class="tsd-sources">
|
|
333
357
|
<p>Overrides <a href="DatabaseConnection.html">DatabaseConnection</a>.<a href="DatabaseConnection.html#rollback">rollback</a></p>
|
|
334
358
|
<ul>
|
|
335
|
-
<li>Defined in <a href="https://github.com/breautek/storm/blob/
|
|
359
|
+
<li>Defined in <a href="https://github.com/breautek/storm/blob/04df9d1/src/MySQLConnection.ts#L193">src/MySQLConnection.ts:193</a></li></ul></aside></li></ul></section>
|
|
336
360
|
<section class="tsd-panel tsd-member tsd-is-inherited"><a id="setInstantiationStack" class="tsd-anchor"></a>
|
|
337
|
-
<h3 class="tsd-anchor-link"><span>set<wbr/>Instantiation<wbr/>Stack</span><a href="#setInstantiationStack" aria-label="Permalink" class="tsd-anchor-icon"><svg
|
|
361
|
+
<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>
|
|
338
362
|
<ul class="tsd-signatures tsd-is-inherited">
|
|
339
|
-
<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
|
|
363
|
+
<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>
|
|
340
364
|
<li class="tsd-description">
|
|
341
365
|
<div class="tsd-parameters">
|
|
342
366
|
<h4 class="tsd-parameters-title">Parameters</h4>
|
|
@@ -346,11 +370,11 @@ write access</p>
|
|
|
346
370
|
<h4 class="tsd-returns-title">Returns <span class="tsd-signature-type">void</span></h4><aside class="tsd-sources">
|
|
347
371
|
<p>Inherited from <a href="DatabaseConnection.html">DatabaseConnection</a>.<a href="DatabaseConnection.html#setInstantiationStack">setInstantiationStack</a></p>
|
|
348
372
|
<ul>
|
|
349
|
-
<li>Defined in <a href="https://github.com/breautek/storm/blob/
|
|
373
|
+
<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>
|
|
350
374
|
<section class="tsd-panel tsd-member tsd-is-inherited"><a id="setTimeout" class="tsd-anchor"></a>
|
|
351
|
-
<h3 class="tsd-anchor-link"><span>set<wbr/>Timeout</span><a href="#setTimeout" aria-label="Permalink" class="tsd-anchor-icon"><svg
|
|
375
|
+
<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>
|
|
352
376
|
<ul class="tsd-signatures tsd-is-inherited">
|
|
353
|
-
<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
|
|
377
|
+
<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>
|
|
354
378
|
<li class="tsd-description">
|
|
355
379
|
<div class="tsd-comment tsd-typography"><p>Sets the timeout of this connectino</p>
|
|
356
380
|
</div>
|
|
@@ -360,57 +384,62 @@ write access</p>
|
|
|
360
384
|
<li>
|
|
361
385
|
<h5><span class="tsd-kind-parameter">timeout</span>: <span class="tsd-signature-type">number</span></h5>
|
|
362
386
|
<div class="tsd-comment tsd-typography"><p>in milliseconds</p>
|
|
363
|
-
</div
|
|
364
|
-
<
|
|
387
|
+
</div>
|
|
388
|
+
<div class="tsd-comment tsd-typography"></div></li></ul></div>
|
|
389
|
+
<h4 class="tsd-returns-title">Returns <span class="tsd-signature-type">void</span></h4>
|
|
390
|
+
<div class="tsd-comment tsd-typography"></div><aside class="tsd-sources">
|
|
365
391
|
<p>Inherited from <a href="DatabaseConnection.html">DatabaseConnection</a>.<a href="DatabaseConnection.html#setTimeout">setTimeout</a></p>
|
|
366
392
|
<ul>
|
|
367
|
-
<li>Defined in <a href="https://github.com/breautek/storm/blob/
|
|
393
|
+
<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>
|
|
368
394
|
<section class="tsd-panel tsd-member"><a id="startTransaction" class="tsd-anchor"></a>
|
|
369
|
-
<h3 class="tsd-anchor-link"><span>start<wbr/>Transaction</span><a href="#startTransaction" aria-label="Permalink" class="tsd-anchor-icon"><svg
|
|
395
|
+
<h3 class="tsd-anchor-link"><span>start<wbr/>Transaction</span><a href="#startTransaction" aria-label="Permalink" class="tsd-anchor-icon"><svg viewBox="0 0 24 24"><use href="#icon-anchor"></use></svg></a></h3>
|
|
370
396
|
<ul class="tsd-signatures">
|
|
371
|
-
<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
|
|
397
|
+
<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>
|
|
372
398
|
<li class="tsd-description">
|
|
373
399
|
<div class="tsd-comment tsd-typography"><p>Implementation method to start a transaction.</p>
|
|
374
|
-
|
|
375
|
-
<h3>Abstract</h3>
|
|
376
|
-
<h3>Async</h3></div>
|
|
400
|
+
</div>
|
|
377
401
|
<div class="tsd-parameters">
|
|
378
402
|
<h4 class="tsd-parameters-title">Parameters</h4>
|
|
379
403
|
<ul class="tsd-parameter-list">
|
|
380
404
|
<li>
|
|
381
405
|
<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>
|
|
382
406
|
<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>
|
|
383
|
-
|
|
407
|
+
|
|
408
|
+
<div class="tsd-comment tsd-typography">
|
|
409
|
+
<h4>Abstract</h4>
|
|
410
|
+
<h4>Async</h4></div><aside class="tsd-sources">
|
|
384
411
|
<p>Overrides <a href="DatabaseConnection.html">DatabaseConnection</a>.<a href="DatabaseConnection.html#startTransaction">startTransaction</a></p>
|
|
385
412
|
<ul>
|
|
386
|
-
<li>Defined in <a href="https://github.com/breautek/storm/blob/
|
|
413
|
+
<li>Defined in <a href="https://github.com/breautek/storm/blob/04df9d1/src/MySQLConnection.ts#L165">src/MySQLConnection.ts:165</a></li></ul></aside></li></ul></section>
|
|
387
414
|
<section class="tsd-panel tsd-member tsd-is-inherited"><a id="stream" class="tsd-anchor"></a>
|
|
388
|
-
<h3 class="tsd-anchor-link"><span>stream</span><a href="#stream" aria-label="Permalink" class="tsd-anchor-icon"><svg
|
|
415
|
+
<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>
|
|
389
416
|
<ul class="tsd-signatures tsd-is-inherited">
|
|
390
|
-
<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
|
|
417
|
+
<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>
|
|
391
418
|
<li class="tsd-description">
|
|
392
|
-
<div class="tsd-comment tsd-typography"></div>
|
|
393
419
|
<div class="tsd-parameters">
|
|
394
420
|
<h4 class="tsd-parameters-title">Parameters</h4>
|
|
395
421
|
<ul class="tsd-parameter-list">
|
|
396
422
|
<li>
|
|
397
423
|
<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>
|
|
398
424
|
<div class="tsd-comment tsd-typography"><p>The database query</p>
|
|
399
|
-
</div
|
|
425
|
+
</div>
|
|
426
|
+
<div class="tsd-comment tsd-typography"></div></li>
|
|
400
427
|
<li>
|
|
401
428
|
<h5><code class="tsd-tag ts-flagOptional">Optional</code> <span class="tsd-kind-parameter">streamOptions</span>: <span class="tsd-signature-type">any</span></h5>
|
|
402
429
|
<div class="tsd-comment tsd-typography"><p>Stream options</p>
|
|
403
|
-
</div
|
|
430
|
+
</div>
|
|
431
|
+
<div class="tsd-comment tsd-typography"></div></li></ul></div>
|
|
404
432
|
<h4 class="tsd-returns-title">Returns <span class="tsd-signature-type ">Readable</span></h4><p>Readable</p>
|
|
405
|
-
|
|
433
|
+
|
|
434
|
+
<div class="tsd-comment tsd-typography"></div><aside class="tsd-sources">
|
|
406
435
|
<p>Inherited from <a href="DatabaseConnection.html">DatabaseConnection</a>.<a href="DatabaseConnection.html#stream">stream</a></p>
|
|
407
436
|
<ul>
|
|
408
|
-
<li>Defined in <a href="https://github.com/breautek/storm/blob/
|
|
437
|
+
<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>
|
|
409
438
|
<div class="col-sidebar">
|
|
410
439
|
<div class="page-menu">
|
|
411
440
|
<div class="tsd-navigation settings">
|
|
412
441
|
<details class="tsd-index-accordion"><summary class="tsd-accordion-summary">
|
|
413
|
-
<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>
|
|
442
|
+
<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>
|
|
414
443
|
<div class="tsd-accordion-details">
|
|
415
444
|
<div class="tsd-filter-visibility">
|
|
416
445
|
<h4 class="uppercase">Member Visibility</h4><form>
|
|
@@ -421,128 +450,109 @@ write access</p>
|
|
|
421
450
|
<div class="tsd-theme-toggle">
|
|
422
451
|
<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>
|
|
423
452
|
<details open class="tsd-index-accordion tsd-page-navigation"><summary class="tsd-accordion-summary">
|
|
424
|
-
<h3><svg width="20" height="20" viewBox="0 0 24 24" fill="none"><
|
|
453
|
+
<h3><svg width="20" height="20" viewBox="0 0 24 24" fill="none"><use href="#icon-chevronDown"></use></svg>On This Page</h3></summary>
|
|
425
454
|
<div class="tsd-accordion-details">
|
|
426
455
|
<ul>
|
|
427
|
-
<li><a href="#constructor" class=""><svg class="tsd-kind-icon"
|
|
428
|
-
<li><a href="#_close" class="tsd-is-protected"><svg class="tsd-kind-icon"
|
|
429
|
-
<li><a href="#_query" class="tsd-is-protected"><svg class="tsd-kind-icon"
|
|
430
|
-
<li><a href="#_stream" class="tsd-is-protected"><svg class="tsd-kind-icon"
|
|
431
|
-
<li><a href="#close" class="tsd-is-inherited"><svg class="tsd-kind-icon"
|
|
432
|
-
<li><a href="#commit" class=""><svg class="tsd-kind-icon"
|
|
433
|
-
<li><a href="#endTransaction" class=""><svg class="tsd-kind-icon"
|
|
434
|
-
<li><a href="#getAPI" class="tsd-is-inherited"><svg class="tsd-kind-icon"
|
|
435
|
-
<li><a href="#getInstantiationStack" class="tsd-is-inherited"><svg class="tsd-kind-icon"
|
|
436
|
-
<li><a href="#getTimeout" class="tsd-is-inherited"><svg class="tsd-kind-icon"
|
|
437
|
-
<li><a href="#isClosed" class="tsd-is-inherited"><svg class="tsd-kind-icon"
|
|
438
|
-
<li><a href="#isOpen" class=""><svg class="tsd-kind-icon"
|
|
439
|
-
<li><a href="#isReadOnly" class="tsd-is-inherited"><svg class="tsd-kind-icon"
|
|
440
|
-
<li><a href="#isTransaction" class=""><svg class="tsd-kind-icon"
|
|
441
|
-
<li><a href="#query" class="tsd-is-inherited"><svg class="tsd-kind-icon"
|
|
442
|
-
<li><a href="#rollback" class=""><svg class="tsd-kind-icon"
|
|
443
|
-
<li><a href="#setInstantiationStack" class="tsd-is-inherited"><svg class="tsd-kind-icon"
|
|
444
|
-
<li><a href="#setTimeout" class="tsd-is-inherited"><svg class="tsd-kind-icon"
|
|
445
|
-
<li><a href="#startTransaction" class=""><svg class="tsd-kind-icon"
|
|
446
|
-
<li><a href="#stream" class="tsd-is-inherited"><svg class="tsd-kind-icon"
|
|
456
|
+
<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>
|
|
457
|
+
<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>
|
|
458
|
+
<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>
|
|
459
|
+
<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>
|
|
460
|
+
<li><a href="#close" class="tsd-is-inherited"><svg class="tsd-kind-icon" viewBox="0 0 24 24"><use href="#icon-2048"></use></svg><span>close</span></a></li>
|
|
461
|
+
<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>
|
|
462
|
+
<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>
|
|
463
|
+
<li><a href="#getAPI" class="tsd-is-inherited"><svg class="tsd-kind-icon" viewBox="0 0 24 24"><use href="#icon-2048"></use></svg><span>getAPI</span></a></li>
|
|
464
|
+
<li><a href="#getInstantiationStack" class="tsd-is-inherited"><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>
|
|
465
|
+
<li><a href="#getTimeout" class="tsd-is-inherited"><svg class="tsd-kind-icon" viewBox="0 0 24 24"><use href="#icon-2048"></use></svg><span>get<wbr/>Timeout</span></a></li>
|
|
466
|
+
<li><a href="#isClosed" class="tsd-is-inherited"><svg class="tsd-kind-icon" viewBox="0 0 24 24"><use href="#icon-2048"></use></svg><span>is<wbr/>Closed</span></a></li>
|
|
467
|
+
<li><a href="#isOpen" class=""><svg class="tsd-kind-icon" viewBox="0 0 24 24"><use href="#icon-2048"></use></svg><span>is<wbr/>Open</span></a></li>
|
|
468
|
+
<li><a href="#isReadOnly" class="tsd-is-inherited"><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>
|
|
469
|
+
<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>
|
|
470
|
+
<li><a href="#query" class="tsd-is-inherited"><svg class="tsd-kind-icon" viewBox="0 0 24 24"><use href="#icon-2048"></use></svg><span>query</span></a></li>
|
|
471
|
+
<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>
|
|
472
|
+
<li><a href="#setInstantiationStack" class="tsd-is-inherited"><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>
|
|
473
|
+
<li><a href="#setTimeout" class="tsd-is-inherited"><svg class="tsd-kind-icon" viewBox="0 0 24 24"><use href="#icon-2048"></use></svg><span>set<wbr/>Timeout</span></a></li>
|
|
474
|
+
<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>
|
|
475
|
+
<li><a href="#stream" class="tsd-is-inherited"><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>
|
|
447
476
|
<div class="site-menu">
|
|
448
|
-
<nav class="tsd-navigation"><a href="../index.html"><svg class="tsd-kind-icon"
|
|
477
|
+
<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>
|
|
449
478
|
<ul class="tsd-small-nested-navigation">
|
|
450
|
-
<li>
|
|
451
|
-
<
|
|
452
|
-
<
|
|
453
|
-
<
|
|
454
|
-
<li><a href="../
|
|
455
|
-
<li><a href="../
|
|
456
|
-
<li><a href="../
|
|
457
|
-
<li><a href="
|
|
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="../interfaces/
|
|
521
|
-
<li><a href="../
|
|
522
|
-
<li><a href="../
|
|
523
|
-
<li><a href="../
|
|
524
|
-
<li><a href="../
|
|
525
|
-
<li><a href="../
|
|
526
|
-
<li><a href="../
|
|
527
|
-
<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>
|
|
528
|
-
<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>
|
|
529
|
-
<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>
|
|
530
|
-
<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>
|
|
531
|
-
<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>
|
|
532
|
-
<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>
|
|
533
|
-
<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>
|
|
534
|
-
<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>
|
|
535
|
-
<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>
|
|
536
|
-
<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>
|
|
537
|
-
<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>
|
|
538
|
-
<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>
|
|
539
|
-
<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>
|
|
540
|
-
<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>
|
|
541
|
-
<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>
|
|
542
|
-
<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>
|
|
543
|
-
<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>
|
|
544
|
-
<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>
|
|
545
|
-
<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>
|
|
479
|
+
<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>
|
|
480
|
+
<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>
|
|
481
|
+
<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>
|
|
482
|
+
<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>
|
|
483
|
+
<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>
|
|
484
|
+
<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>
|
|
485
|
+
<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>
|
|
486
|
+
<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>
|
|
487
|
+
<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>
|
|
488
|
+
<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>
|
|
489
|
+
<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>
|
|
490
|
+
<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>
|
|
491
|
+
<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>
|
|
492
|
+
<li><a href="DatabaseConnection.html"><svg class="tsd-kind-icon" viewBox="0 0 24 24"><use href="#icon-128"></use></svg><span>Database<wbr/>Connection</span></a></li>
|
|
493
|
+
<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>
|
|
494
|
+
<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>
|
|
495
|
+
<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>
|
|
496
|
+
<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>
|
|
497
|
+
<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>
|
|
498
|
+
<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>
|
|
499
|
+
<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>
|
|
500
|
+
<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>
|
|
501
|
+
<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>
|
|
502
|
+
<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>
|
|
503
|
+
<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>
|
|
504
|
+
<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>
|
|
505
|
+
<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>
|
|
506
|
+
<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>
|
|
507
|
+
<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>
|
|
508
|
+
<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>
|
|
509
|
+
<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>
|
|
510
|
+
<li><a href="MySQLConnection.html" class="current"><svg class="tsd-kind-icon" viewBox="0 0 24 24"><use href="#icon-128"></use></svg><span>MySQLConnection</span></a></li>
|
|
511
|
+
<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>
|
|
512
|
+
<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>
|
|
513
|
+
<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>
|
|
514
|
+
<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>
|
|
515
|
+
<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>
|
|
516
|
+
<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>
|
|
517
|
+
<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>
|
|
518
|
+
<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>
|
|
519
|
+
<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>
|
|
520
|
+
<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>
|
|
521
|
+
<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>
|
|
522
|
+
<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>
|
|
523
|
+
<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>
|
|
524
|
+
<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>
|
|
525
|
+
<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>
|
|
526
|
+
<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>
|
|
527
|
+
<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>
|
|
528
|
+
<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>
|
|
529
|
+
<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>
|
|
530
|
+
<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>
|
|
531
|
+
<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>
|
|
532
|
+
<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>
|
|
533
|
+
<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>
|
|
534
|
+
<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>
|
|
535
|
+
<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>
|
|
536
|
+
<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>
|
|
537
|
+
<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>
|
|
538
|
+
<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>
|
|
539
|
+
<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>
|
|
540
|
+
<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>
|
|
541
|
+
<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>
|
|
542
|
+
<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>
|
|
543
|
+
<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>
|
|
544
|
+
<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>
|
|
545
|
+
<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>
|
|
546
|
+
<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>
|
|
547
|
+
<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>
|
|
548
|
+
<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>
|
|
549
|
+
<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>
|
|
550
|
+
<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>
|
|
551
|
+
<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>
|
|
552
|
+
<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>
|
|
553
|
+
<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>
|
|
554
|
+
<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>
|
|
555
|
+
<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>
|
|
546
556
|
<div class="tsd-generator">
|
|
547
557
|
<p>Generated using <a href="https://typedoc.org/" target="_blank">TypeDoc</a></p></div>
|
|
548
558
|
<div class="overlay"></div></body></html>
|