Skip to main content

This is documentation for Caché & Ensemble. See the InterSystems IRIS version of this content.Opens in a new tab

For information on migrating to InterSystems IRISOpens in a new tab, see Why Migrate to InterSystems IRIS?

TCommit

トランザクションの正常終了を表します。

Synopsis

TCommit

引数

TCommit 文には引数はありません。

概要

TCommit は、対応する TStart によって開始されたトランザクションの正常終了を表します。

以下の例は、TCommit 文の使用法を示しています。

TStart
If StorePerson(personobject) Then
 TCommit
Else
 TRollback
End If

関連項目

FeedbackOpens in a new tab