Database.rollback()

Signature

void rollback()

Domain

ACTION, CONDITION, BUI

Description

Rollback the transaction that is currently in process. Ituses the connection in the current thread's context. In case of failure, it will throw associated exception.

Parameters

None.

Returns

TypeDescription
void

Cautions

none