DB::SavePointTransaction
Inherits DB::Transaction / DB::BeginTransaction / DB::Disposable / Reference / Object
Constructors
Instance methods
begin_transaction
Creates a transaction from the current context.
If is expected that either Transaction#commit or Transaction#rollback
are called explicitly to release the context.
connection
Sourcecreate_save_point_transaction(parent : Transaction)
Sourcerelease_from_nested_transaction
Source