Click here to view and discuss this page in DocCommentXchange. In the future, you will be sent there automatically.
各文 (insert、update、delete) の後でコミットを行うかどうかを指定します。
public Boolean autoCommit;
autoCommit が false の場合、コミットまたはロールバックが実行されるのは、ユーザーが commit() メソッドまたは rollback() メソッドを呼び出したときだけです。
デフォルトでは、各文の処理が成功した後でデータベースのコミットが実行されます。コミットに失敗する場合は、追加の SQL 文を実行してからコミットを再度実行するか、ロールバック文を実行できます。