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

SQL Anywhere 11.0.1 (Français) » MobiLink - Server Administration » MobiLink Reference » MobiLink server system tables

 

ml_qa_repository

This table is used only for QAnywhere applications. It stores messages and their properties.

Caution

Do not alter this table.

Column

Description

msgid

VARCHAR(128). A globally unique message identifier.

props LONG BINARY. An encoding of the message properties.
content LONG BINARY. The content of the message. Text messages are encoded as UTF-8.
Constraints

PRIMARY KEY( msgid )