C# Class Deveel.Data.DatabaseContext

Inheritance: IDatabaseContext, IServiceResolveContext
Mostrar archivo Open project: deveel/deveeldb Class Usage Examples

Public Methods

Method Description
CreateTransactionContext ( ) : TransactionContext

Creates a new context to be provided to a Transaction instance that is handled by the parent database.

Protected Methods

Method Description
Dispose ( bool disposing ) : void

Private Methods

Method Description
DatabaseContext ( ISystemContext systemContext, IConfiguration configuration ) : System
IDatabaseContext ( ) : ITransactionContext
InitStorageSystem ( ) : void

Method Details

CreateTransactionContext() public method

Creates a new context to be provided to a Transaction instance that is handled by the parent database.
public CreateTransactionContext ( ) : TransactionContext
return Deveel.Data.Transactions.TransactionContext

Dispose() protected method

protected Dispose ( bool disposing ) : void
disposing bool
return void