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

 

createQATransactionalManager method

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

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

Returns a new QATransactionalManager instance with the specified properties.

See Also

Interface QATransactionalManager

Returns

The configured QATransactionalManager.