dbRedoToHandle
dbRedoToHandle(
[ t_handleName ]
)
=> t / nil
Description
Invokes redo up to the given handle. If no handle name is given, it rolls forward to the next labeled checkpoint.
Arguments
Value Returned
Examples
dbRedoToHandle("my_checkpoint")
Related Topics
Undo and Redo Functions
Return to top