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

setAutoCommitAwait

suspend fun SQLConnection.setAutoCommitAwait(autoCommit: Boolean): Unit

Suspending version of method io.vertx.ext.sql.SQLConnection.setAutoCommit

Parameters

autoCommit -

the autoCommit flag, true by default.

NOTE: This function has been automatically generated from io.vertx.ext.sql.SQLConnection using Vert.x codegen.