suspend fun SQLConnection.batchAwait(sqlStatements: List<String>): List<Int>
Batch simple SQL strings and execute the batch where the async result contains a array of Integers.
sqlStatements - sql statement
sqlStatements
handler - the result handler
handler
Return