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

SQL Anywhere 11.0.1 (中文) » MobiLink - 服务器管理 » MobiLink 参考 » MobiLink 服务器系统表

 

ml_passthrough

存储指示每个远程数据库上应运行的脚本的行。

说明

remote_id

VARCHAR(128)。应执行脚本的客户端的远程 ID。

run_order

INTEGER。针对此客户端的脚本运行顺序。值必须是非负数。

script_id

INTEGER。在 ml_passthrough_script 表引用中 script_id 的整数。该值指定要执行的脚本。

last_modified

TIMESTAMP。上次添加或修改直通信息的时间。

注释

可以使用系统过程 ml_add_passthrough 和 ml_delete_passthrough 添加、修改及删除表中的条目。

对于 DB2 主机统一数据库类型,该表称为 ml_pt。请参见IBM DB2 主机系统表名称转换

约束

PRIMARY KEY( remote_id, run_order )

FOREIGN KEY( remote_id ) REFERENCES ml_database( remote_id )

FOREIGN KEY( script_id ) REFERENCES ml_passthrough_script( script_id )

另请参见