C# Class Deveel.Data.Client.DeveelDbEnlistment

Inheritance: IEnlistmentNotification
显示文件 Open project: deveel/deveeldb Class Usage Examples

Public Methods

Method Description
Commit ( Enlistment enlistment ) : void
DeveelDbEnlistment ( DeveelDbConnection connection, Transaction scope ) : System
InDoubt ( Enlistment enlistment ) : void
Prepare ( PreparingEnlistment preparingEnlistment ) : void
Rollback ( Enlistment enlistment ) : void

Private Methods

Method Description
Dispose ( DeveelDbConnection connection ) : void

Method Details

Commit() public method

public Commit ( Enlistment enlistment ) : void
enlistment System.Transactions.Enlistment
return void

DeveelDbEnlistment() public method

public DeveelDbEnlistment ( DeveelDbConnection connection, Transaction scope ) : System
connection DeveelDbConnection
scope System.Transactions.Transaction
return System

InDoubt() public method

public InDoubt ( Enlistment enlistment ) : void
enlistment System.Transactions.Enlistment
return void

Prepare() public method

public Prepare ( PreparingEnlistment preparingEnlistment ) : void
preparingEnlistment System.Transactions.PreparingEnlistment
return void

Rollback() public method

public Rollback ( Enlistment enlistment ) : void
enlistment System.Transactions.Enlistment
return void