suspend fun SQLConnection.setAutoCommitAwait(autoCommit: Boolean): Unit
Sets the auto commit flag for this connection. True by default.
autoCommit - the autoCommit flag, true by default.
autoCommit
Return