Click here to view and discuss this page in DocCommentXchange. In the future, you will be sent there automatically.
执行检查点操作,将所有待执行的已提交事务刷新到数据库中。
public ul_ret_void ULCheckpoint(SQLCA * sqlca)
sqlca 指向 SQLCA 的指针。
通过调用 ULCheckpoint,将不会提交任何当前事务。ULCheckpoint 函数与推迟自动事务检查点联合使用,以增强性能。
ULCheckpoint 函数会确保已将所有待执行的已提交事务写入数据库存储中。