C# Class Deveel.Data.Transactions.TransactionRegistry

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

Public Methods

Method Description
Dispose ( ) : void
GetEvents ( ) : IEnumerable

Private Methods

Method Description
Dispose ( bool disposing ) : void
IEventRegistry ( IEvent e ) : void
RegisterEvent ( ITransactionEvent e ) : void
RegisterObjectCreated ( ObjectName objName ) : void
RegisterObjectDropped ( ObjectName objName ) : void
TouchTable ( int tableId ) : void
TransactionRegistry ( ITransactionContext context ) : System

Method Details

Dispose() public method

public Dispose ( ) : void
return void

GetEvents() public method

public GetEvents ( ) : IEnumerable
return IEnumerable