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?

AllowRowIDUpdate

SQL 行の ID の更新を可能にするかどうかを設定します。

Synopsis

[SQL]    AllowRowIDUpdate=n

説明

n は 1 または 0 です。

  • 1 (True) の場合、テーブル・コンパイラによる、RowID フィールドが更新対象かどうかのチェックは省略されます。

  • 0 (False) の場合、チェックが実行されます。

1 に設定するのは、BEFORE トリガで独自のファイリングを行い、%SkipFiling フラグを使用する場合のみです。それ以外の場合は、既定値の 0 を使用してください。

AllowRowIDUpdate=0

値の範囲

0 または 1。既定値は 0 です。

管理ポータル

同等の機能はありません。

FeedbackOpens in a new tab