Main Content
commit
Syntax
Description
commit(
makes changes to the SQLite
database connection permanent using the MATLAB® interface to SQLite. This function makes permanent any changes made after the
last conn
)commit
or rollback
function has been run. To
use the commit
function, you must set the
AutoCommit
property of the sqlite
object to off
.
Examples
Input Arguments
Version History
Introduced in R2022a