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

SQL Anywhere 10.0.1 » MobiLink - Server Administration » MobiLink Server System Tables

ml_qa_delivery_client Next Page

ml_qa_global_props


This table is used only for QAnywhere applications. It contains global name-value pairs that are used in transmission rules.

Caution    

Do not alter this table.

Column

Description

clientVARCHAR(128). Primary key. The client associated with the property. A client value of 'ianywhere.server.defaultClient' indicates a property that is global to all clients.
name VARCHAR(255). Primary key. The name of the property.
modifiersINTEGER. Bitfields used to further describe the property. Currently, only the first bit is used to indicate a property that should not be synchronized. All other bit fields are reserved for future use.
valueLONG VARCHAR. The value of the property.
last_modifiedTIMESTAMP. Indicates the last time the value was changed. This is necessary to indicate when a property needs to be synchronized with the client.
Remarks

This table has a composite primary key made up of client and name.