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

SQL Anywhere 11.0.1 (Français) » QAnywhere » QAnywhere Reference » QAnywhere Java API reference » QAnywhere Java API for clients » QAManagerBase interface

 

getStringStoreProperty method

Syntax
String QAManagerBase.getStringStoreProperty(
  String name
)
throws QAException
Parameters
  • name   The pre-defined or custom property name.

Throws
  • Thrown if there is a problem retrieving the string value.

Remarks

Gets a string value for a pre-defined or custom message store property.

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

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

Returns

The string property value or null if the property does not exist.

See Also

MessageStoreProperties interface