バージョンごとのドキュメント一覧

SET AUTOCOMMIT

SET AUTOCOMMIT <refpurpose>set the autocommit behavior of the current session</refpurpose> — 現在のセッションの自動コミット動作を設定します。

概要

SET AUTOCOMMIT { = | TO } { ON | OFF }

説明

<title>Description</title>

<command>SET AUTOCOMMIT</command> sets the autocommit behavior of the current database session. By default, embedded SQL programs are <emphasis>not</emphasis> in autocommit mode, so <command>COMMIT</command> needs to be issued explicitly when desired. This command can change the session to autocommit mode, where each individual statement is committed implicitly. SET AUTOCOMMITは現在のデータベースセッションの自動コミット動作を設定します。 デフォルトでは埋め込みSQLプログラムは自動コミットモードではありません。 このためCOMMITコマンドを必要なところで明示的に発行しなければなりません。 このコマンドはセッションを、個々のSQL文それぞれが暗黙的にコミットされる、自動コミットモードに変更することができます。

互換性

<title>Compatibility</title>

<command>SET AUTOCOMMIT</command> is an extension of PostgreSQL ECPG. SET AUTOCOMMITはPostgreSQL ECPGの拡張です。