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

setAutoCommitAwait

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

Sets the auto commit flag for this connection. True by default.

Parameters

autoCommit - the autoCommit flag, true by default.

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

Return