Transaction
Last updated 2/10/2024
Transaction Object
The
Transaction
object is a handle to an existing transaction started against an existing database connection using startTransaction()
on the Five
object.
Transaction
is inherited from FiveError
, therefore you can use isOk()
to know if the transaction started successfully not.