rollbackToSavepoint method
Rolls back to a savepoint. The transaction remains active.
The txnId must be a valid transaction identifier.
Returns true on success, false on failure.
Implementation
@override
bool rollbackToSavepoint(int txnId, String name) =>
_native.savepointRollback(txnId, name);