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

commitAwait

suspend fun SQLConnection.commitAwait(): Unit

Commits all changes made since the previous commit/rollback.

Return