We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6cb6164 commit 23de0e6Copy full SHA for 23de0e6
lib/impl/pool.js
@@ -91,6 +91,15 @@ class PoolImpl {
91
errors.throwNotImplemented("getting num connection in use");
92
}
93
94
+ //---------------------------------------------------------------------------
95
+ // getConnectionsOpen()
96
+ //
97
+ // Returns the number of connections opened by the pool.
98
99
+ getConnectionsOpen() {
100
+ errors.throwNotImplemented("getting num connection open");
101
+ }
102
+
103
//---------------------------------------------------------------------------
104
// getPoolIncrement()
105
//
0 commit comments