Appearance
db_rollback() - rollback the last transaction
int db_rollback( int );
For transactional databases this will rollback the last set of actions. Returns 1 on success, 0 otherwise
Not yet implemented!
db_commit(3), db_exec(3), valid_database(4)