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 » Class QAManagerFactory

 

createQAManager method

Syntax
abstract QAManager ianywhere.qanywhere.client.QAManagerFactory.createQAManager(
  java.util.Hashtable properties
)
throws QAException
Parameters
  • properties   A Hashtable for configuring the QAManager instance.

Throws
  • Thrown if there is a problem creating the manager.
Remarks

Returns a new QAManager instance with the specified properties as a Hashtable.

See Also

Interface QAManager

Returns

A new QAManager instance.