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

SQL Anywhere 10.0.1 » MobiLink - Server Administration » MobiLink Server System Tables

ml_table Next Page

ml_table_script


For a given script version, this table associates a table script with a given table and event.

Column

Description

version_id

INTEGER. Primary key. This column references the version_id column of the ml_script_version table.

table_id

INTEGER. Primary key. This column references the table_id column of the ml_table system table.

event

VARCHAR(128). Primary key. This column stores the name of the event.

script_id

INTEGER. This column references the script_id column of the ml_script table. The script is stored in the ml_script table.

Remarks

There is a view, ml_table_scripts, that makes it easier to view the contents of the ml_table_script MobiLink system table.