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). 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. |
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. Indicates the last time the value was changed. This is necessary to indicate when a property needs to be synchronized with the client. |
This table has a composite primary key made up of client and name.