rollback
Syntax
Description
rollback( reverses changes that you made
        to a database using functions such as conn)sqlwrite with
        the MATLAB® interface to SQLite. The rollback function reverses all
        changes made after the last COMMIT or ROLLBACK
        operation. To use this function, you must set the AutoCommit property
        of the sqlite object to off.
Examples
Input Arguments
Version History
Introduced in R2022a