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

SQL Anywhere 11.0.1 (中文) » QAnywhere » QAnywhere 参考 » QAnywhere C++ API 参考 » QAManagerFactory 类

 

deleteQATransactionalManager 函数

语法
void QAManagerFactory::deleteQATransactionalManager(
  QATransactionalManager * mgr
)
参数
  • mgr   要取消的 QATransactionalManager 实例。

注释

取消一个 QATransactionalManager 实例,释放它的资源。

没有必要使用此方法,因为调用 QAnywhereFactory_term() 时将取消创建的所有 QATransactionalManager 实例。它是为了您的方便而提供的一种方法,用于及时释放资源。

有关详细信息,请参见关闭 QAnywhere