rollbackToSavepoint abstract 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
bool rollbackToSavepoint(int txnId, String name);