|
6 | 6 | * [.ConnectionPoolParty](#module_connection-pool-party.ConnectionPoolParty) ⇐ <code>EventEmitter</code> |
7 | 7 | * [new ConnectionPoolParty(config, [cb])](#new_module_connection-pool-party.ConnectionPoolParty_new) |
8 | 8 | * [.warmup([cb])](#module_connection-pool-party.ConnectionPoolParty+warmup) ⇒ <code>Promise</code> |
9 | | - * [.request()](#module_connection-pool-party.ConnectionPoolParty+request) ⇒ <code>mssql.Request</code> |
10 | | - * [.close([cb])](#module_connection-pool-party.ConnectionPoolParty+close) ⇒ <code>Promise</code> |
11 | | - * [.stats()](#module_connection-pool-party.ConnectionPoolParty+stats) ⇒ <code>Object</code> |
12 | 9 | * [.forceFqdnConnectionPoolFactory(suffix)](#module_connection-pool-party.forceFqdnConnectionPoolFactory) ⇒ <code>Promise</code> |
13 | 10 |
|
14 | 11 | <a name="module_connection-pool-party.ConnectionPoolParty"></a> |
|
20 | 17 | * [.ConnectionPoolParty](#module_connection-pool-party.ConnectionPoolParty) ⇐ <code>EventEmitter</code> |
21 | 18 | * [new ConnectionPoolParty(config, [cb])](#new_module_connection-pool-party.ConnectionPoolParty_new) |
22 | 19 | * [.warmup([cb])](#module_connection-pool-party.ConnectionPoolParty+warmup) ⇒ <code>Promise</code> |
23 | | - * [.request()](#module_connection-pool-party.ConnectionPoolParty+request) ⇒ <code>mssql.Request</code> |
24 | | - * [.close([cb])](#module_connection-pool-party.ConnectionPoolParty+close) ⇒ <code>Promise</code> |
25 | | - * [.stats()](#module_connection-pool-party.ConnectionPoolParty+stats) ⇒ <code>Object</code> |
26 | 20 |
|
27 | 21 | <a name="new_module_connection-pool-party.ConnectionPoolParty_new"></a> |
28 | 22 |
|
@@ -65,36 +59,6 @@ being removed, which will allow warmup to be re-attempted. |
65 | 59 | | --- | --- | --- | |
66 | 60 | | [cb] | <code>function</code> | An optional callback interface. It is preferable to use the Promise-based interface. | |
67 | 61 |
|
68 | | -<a name="module_connection-pool-party.ConnectionPoolParty+request"></a> |
69 | | - |
70 | | -#### connectionPoolParty.request() ⇒ <code>mssql.Request</code> |
71 | | -Retrieve a new Request instance. This is the same Request provided by the mssql |
72 | | -package, but it's specially extended to interact with ConnectionPoolParty. |
73 | | - |
74 | | -**Kind**: instance method of [<code>ConnectionPoolParty</code>](#module_connection-pool-party.ConnectionPoolParty) |
75 | | -**Returns**: <code>mssql.Request</code> - An extended instance of mssql.Request. |
76 | | -<a name="module_connection-pool-party.ConnectionPoolParty+close"></a> |
77 | | - |
78 | | -#### connectionPoolParty.close([cb]) ⇒ <code>Promise</code> |
79 | | -Close all pools associated with this instance of ConnectionPoolParty |
80 | | - |
81 | | -**Kind**: instance method of [<code>ConnectionPoolParty</code>](#module_connection-pool-party.ConnectionPoolParty) |
82 | | -**Returns**: <code>Promise</code> - A Promise that resolves when all pools are closed. Will also |
83 | | - resolve if there is an error encountered while closing the pools. |
84 | | - |
85 | | -| Param | Type | Description | |
86 | | -| --- | --- | --- | |
87 | | -| [cb] | <code>function</code> | An optional callback interface. It is preferable to use the Promise-based interface. | |
88 | | - |
89 | | -<a name="module_connection-pool-party.ConnectionPoolParty+stats"></a> |
90 | | - |
91 | | -#### connectionPoolParty.stats() ⇒ <code>Object</code> |
92 | | -Retrieve health and statistics for this ConnectionPoolParty and its associated |
93 | | -pools. |
94 | | - |
95 | | -**Kind**: instance method of [<code>ConnectionPoolParty</code>](#module_connection-pool-party.ConnectionPoolParty) |
96 | | -**Returns**: <code>Object</code> - An object containing a bunch of health/stats data for this instance |
97 | | - of ConnectionPoolParty and its associated pools. |
98 | 62 | <a name="module_connection-pool-party.forceFqdnConnectionPoolFactory"></a> |
99 | 63 |
|
100 | 64 | ### connection-pool-party.forceFqdnConnectionPoolFactory(suffix) ⇒ <code>Promise</code> |
|
0 commit comments