rollback method
void
rollback()
Implementation
void rollback() {
final rc = _rollback(_handle);
if (rc != 0) {
throw Exception(lastError());
}
}
void rollback() {
final rc = _rollback(_handle);
if (rc != 0) {
throw Exception(lastError());
}
}