This table is used only for QAnywhere applications. This is an expansion of the props column in the ml_qa_repository table. Properties are only expanded as needed by the transmission rules engine. If there are no associated rules, a property is not expanded.
Do not alter this table.
Column |
Description |
---|---|
msgid | VARCHAR(128). A globally unique message identifier. |
name | VARCHAR(128). The name of the property. If the property name was provided in Unicode, it is translated to the native character set of the database. |
value | LONG VARCHAR. The value of the property. |
PRIMARY KEY( msgid, name )
FOREIGN KEY( msgid ) REFERENCES ml_qa_repository( msgid )
Send feedback about this page via email or DocCommentXchange | Copyright © 2008, iAnywhere Solutions, Inc. - SQL Anywhere 11.0.0 |