DeveelDB
20151217
complete SQL database system, primarly developed for .NET/Mono frameworks
|
Public Member Functions | |
DatabaseTransactionFactory (Database database) | |
ITransaction | CreateTransaction (IsolationLevel isolation) |
Creates a new the transaction with the isolation specified. More... | |
Properties | |
TransactionCollection | OpenTransactions [get, private set] |
Properties inherited from Deveel.Data.Transactions.ITransactionFactory | |
TransactionCollection | OpenTransactions [get] |
Gets the collection of currently open transactions. More... | |
Private Attributes | |
readonly Database | database |
Definition at line 402 of file Database.cs.
|
inline |
Definition at line 405 of file Database.cs.
|
inline |
Creates a new the transaction with the isolation specified.
isolation | The transaction isolation level. |
Implements Deveel.Data.Transactions.ITransactionFactory.
Definition at line 412 of file Database.cs.
|
private |
Definition at line 403 of file Database.cs.
|
getprivate set |
Definition at line 410 of file Database.cs.