Creates a savepoint within an active transaction.
The txnId must be a valid transaction identifier. Returns true on success, false on failure.
txnId
bool createSavepoint(int txnId, String name);