18 using System.Collections.Generic;
34 string CurrentSchema {
get; }
36 DateTimeOffset StartedOn {
get; }
38 DateTimeOffset? LastCommandTime {
get; }
74 void Access(IEnumerable<IDbObject> objects,
AccessType accessType);
76 void Exit(IEnumerable<IDbObject> objects,
AccessType accessType);
The system implementation of a transaction model that handles isolated operations within a database c...
LockingMode
The mode applied to a lock over a resource during a transaction.
An isolated session to a given database for a given user, encapsulating the transaction for operation...
The simplest implementation of a transaction.
Provides the information for a user in a database system
Represents the origin of system events, providing a mechanism to fill the metadata before dispatching...