suspend fun SQLConnection.callAwait(sql: String): ResultSet
Calls the given SQL PROCEDURE which returns the result from the procedure.
sql
- the SQL to execute. For example {call getEmpName}.
resultHandler
- the handler which is called once the operation completes. It will return a ResultSet.
Return