This table is used only for QAnywhere applications. It archives messages and their properties.
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. |
PRIMARY KEY( msgid )
Discuss this page in DocCommentXchange. Send feedback about this page using email. |
Copyright © 2009, iAnywhere Solutions, Inc. - SQL Anywhere 11.0.1 |