C# Class UnitTests.VelocityDB

Afficher le fichier Open project: VelocityDB/VelocityDB

Méthodes publiques

Méthode Description
ReturnSessionToCache ( ServerClientSession pSession ) : void

Returns a session to the cache.To be sure we have no transactions active we abort in case the caller of this method did not commit or abort

Private Methods

Méthode Description
CachedSessionTest ( ) : void
GetCachedSession ( ) : ServerClientSession

Gets a cached session.If no session is available in the cache, a new one will be created.

GetDBDIrectory ( ) : string

Method Details

ReturnSessionToCache() public méthode

Returns a session to the cache.To be sure we have no transactions active we abort in case the caller of this method did not commit or abort
public ReturnSessionToCache ( ServerClientSession pSession ) : void
pSession ServerClientSession
Résultat void