vertx / io.vertx.kotlin.ext.sql / io.vertx.ext.sql.SQLConnection / executeAwait

executeAwait

suspend fun SQLConnection.executeAwait(sql: String): Unit

Executes the given SQL statement

Parameters

sql - the SQL to execute. For example CREATE TABLE IF EXISTS table ...

resultHandler - the handler which is called once this operation completes.

Return