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

SQL Anywhere 10.0.1 » QAnywhere » QAnywhere Java API Reference » ianywhere.qanywhere.client package » Interface QAManagerBase

setByteStoreProperty method Next Page

setDoubleStoreProperty method


Synopsis

void ianywhere.qanywhere.client.QAManagerBase.setDoubleStoreProperty(
String name,
double value
)
throws QAException

Parameters
Throws
Remarks

Sets a pre-defined or custom message store property to a double value.

You can use this method to set pre-defined or user-defined client. store properties.

For a list of pre-defined properties, see Interface MessageStoreProperties.

See Also

Interface MessageStoreProperties