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?

Time

トリガをイベントの前に起動するか、後に起動するかを指定します。

使用法

トリガをイベントの前に起動するか、後に起動するかを指定するには、以下の構文を使用します。

Trigger name [ Event = sqlevent, Time = time ]
{
   //implementation
}

time は以下のいずれかになります。

  • AFTER — このトリガは、イベントの後に起動されます。

  • BEFORE — このトリガは、イベントの前に起動されます。

詳細

このキーワードは、トリガをイベントの前に起動するか、後に起動するかを指定します。

既定値

既定値は BEFORE です。

関連項目

FeedbackOpens in a new tab