suspend fun SQLOperations.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}.
sql
Return