SqliteVtabCommitCallback

This method causes a virtual table transaction to commit. This method is optional. The xCommit pointer of sqlite3_module may be NULL.

A call to this method always follows a prior call to xBegin and xSync.

The xCommit Method