ENCINA(3) — Subroutines
NAME
isrollback - rolls back (aborts) a transaction
SYNOPSIS
error = isrollback (void)
DESCRIPTION
The isrollback function aborts a transaction. This call causes all work completed during the course of the transaction to be aborted and the data left in the state that existed before the transaction was started. If isrollback is called outside the scope of a transaction (before isbegin is called), the ENOTRANS error will result. If the transaction has already been aborted (by another participant), the EABORTED error results.
ERRORS
ENOTRANS
EABORTED
RELATED INFORMATION
isbegin
— March 1997