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_qa_repository_props_archive

此表只用于 QAnywhere 应用程序。这是 ml_qa_repository 表中 props 列的扩展。属性仅在需要时由传输规则引擎扩展。如果未关联任何规则,则不会对属性进行扩展。

小心

不要改动此表。

说明

msgid VARCHAR(128)。全局唯一的消息标识符。
name VARCHAR(128)。属性的名称。如果属性名以 Unicode 格式提供,则系统会将其转换为数据库的本地字符集。
value LONG VARCHAR。属性值。
约束

PRIMARY KEY( msgid, name )

FOREIGN KEY ( msgid ) REFERENCES ml_qa_repository( msgid )