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

client VARCHAR(128). 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). The name of the property.
modifiers INTEGER. 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.
value LONG VARCHAR. The value of the property.
last_modified TIMESTAMP. The last time the value was changed. This is necessary to indicate when a property needs to be synchronized with the client.
Constraints

PRIMARY KEY ( client, name )