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

 

propertyExists method

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

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

Remarks

Tests if a value for the given property exists.

You can use this method to determine if a given property name currently has a value mapped to it by the message store.

See Also

MessageStoreProperties interface