Click here to view and discuss this page in DocCommentXchange. In the future, you will be sent there automatically.

SQL Anywhere 11.0.1 (日本語) » Mobile Link - サーバ管理 » Mobile Link リファレンス » Mobile Link サーバのシステム・テーブル

 

ml_table_script

指定されたスクリプト・バージョンにおいて、このテーブルは、テーブル・スクリプトを指定されたテーブルとイベントに関連付けます。

カラム

説明

version_id

INTEGER。スクリプト・バージョンを識別する番号。

table_id

INTEGER。テーブルを識別する番号。

event

VARCHAR(128)。イベント名。

script_id

INTEGER。スクリプトを識別する番号。スクリプトは ml_script テーブルに格納されます。

備考

ml_table_script Mobile Link システム・テーブルの内容を簡単に表示できるシステム・ビュー (ml_table_scripts) があります。

制約

FOREIGN KEY( version_id ) REFERENCES ml_script_version( version_id )

FOREIGN KEY( table_id ) REFERENCES ml_table( table_id )

FOREIGN KEY( script_id ) REFERENCES ml_script( script_id )