* Sends the request using the active connection.
()
| 103 | * Sends the request using the active connection. |
| 104 | */ |
| 105 | start() { |
| 106 | this._sendOnConnection(); |
| 107 | } |
| 108 | |
| 109 | /** |
| 110 | * Borrows the next connection available using the query plan and sends the request. |
no test coverage detected