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 的指针。
通过调用此方法,将不会提交任何当前事务。此方法与推迟自动事务检查点联合使用,以增强性能。
此方法会确保将所有待执行的已提交事务写入数据库中。