* Starts creating the pool in the background. * @internal * @ignore
()
| 313 | * @ignore |
| 314 | */ |
| 315 | initializePool() { |
| 316 | this.pool.increaseSize(); |
| 317 | } |
| 318 | /** |
| 319 | * Gets any connection that is already opened or null if not found. |
| 320 | * @returns {Connection} |