Performs a checkpoint operation, flushing any pending committed transactions to the database.
public ul_ret_void ULCheckpoint(SQLCA * sqlca)
sqlca A pointer to the SQLCA.
Any current transaction is not committed by calling this method. This method is used in conjunction with deferring automatic transaction checkpoints as a performance enhancement.
This method ensures that all pending committed transactions have been written to the database.
![]() |
Discuss this page in DocCommentXchange.
|
Copyright © 2012, iAnywhere Solutions, Inc. - SQL Anywhere 12.0.1 |