Quadcap Embeddable Database
Quadcap Software
The ROLLBACK statement is used to remove all changes to the database made by the current transaction. This performs the equivalent function as the JDBC java.sql.Connection.rollback() method.
ROLLBACK
java.sql.Connection.rollback()
rollbackStmt : "rollback" ( "transaction" | ) ;
ROLLBACK;