rollbackToSavepoint abstract method

bool rollbackToSavepoint(
  1. int txnId,
  2. String name
)

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);