class

DB::SavePointTransaction

Inherits DB::Transaction / DB::BeginTransaction / DB::Disposable / Reference / Object

Constructors

new(parent : Transaction, savepoint_name : String)
Source

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.

Source
commit

commits the current transaction

Source
connection
Source
create_save_point_transaction(parent : Transaction)
Source
release_from_nested_transaction
Source
rollback

rollbacks the current transaction

Source