SqliteVtabRollbackCallback

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

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

The xRollback Method