suspend fun SQLClient.queryWithParamsAwait(sql: String, arguments: JsonArray): ResultSet
Execute a single SQL prepared statement, this method acquires a connection from the the pool and executes the SQL prepared statement and returns it back after the execution.
sql
- the statement to execute
arguments
- the arguments to the statement
Returnself