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

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

 

setShortStoreProperty method

Syntax
void ianywhere.qanywhere.client.QAManagerBase.setShortStoreProperty(
  String name,
  short value
)
throws QAException
Parameters
  • name   The pre-defined or custom property name.

  • value   The short property value.

Throws
  • Thrown if there is a problem setting the message store property.
Remarks

Sets a pre-defined or custom message store property to a short 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