createSavepoint abstract method

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

Creates a savepoint within an active transaction.

The txnId must be a valid transaction identifier. Returns true on success, false on failure.

Implementation

bool createSavepoint(int txnId, String name);