rollbackToSavepoint method
Rolls back to a savepoint. The transaction remains active.
Implementation
Future<Result<Unit>> rollbackToSavepoint(
String connectionId,
int txnId,
String name,
) async =>
_repository.rollbackToSavepoint(connectionId, txnId, name);