C# Class Deveel.Data.SystemSession

Inheritance: ISession
Afficher le fichier Open project: deveel/deveeldb Class Usage Examples

Private Properties

Свойство Type Description
Dispose void

Méthodes publiques

Méthode Description
Commit ( ) : void
CreateLargeObject ( long size, bool compressed ) : ILargeObject
CreateQuery ( ) : IQuery
Dispose ( ) : void
GetLargeObject ( ObjectId objId ) : ILargeObject
Rollback ( ) : void
SetTimeZone ( int hours, int minutes ) : void
SystemSession ( ITransaction transaction ) : System
SystemSession ( ITransaction transaction, string currentSchema ) : System

Private Methods

Méthode Description
Dispose ( bool disposing ) : void

Method Details

Commit() public méthode

public Commit ( ) : void
Résultat void

CreateLargeObject() public méthode

public CreateLargeObject ( long size, bool compressed ) : ILargeObject
size long
compressed bool
Résultat ILargeObject

CreateQuery() public méthode

public CreateQuery ( ) : IQuery
Résultat IQuery

Dispose() public méthode

public Dispose ( ) : void
Résultat void

GetLargeObject() public méthode

public GetLargeObject ( ObjectId objId ) : ILargeObject
objId ObjectId
Résultat ILargeObject

Rollback() public méthode

public Rollback ( ) : void
Résultat void

SetTimeZone() public méthode

public SetTimeZone ( int hours, int minutes ) : void
hours int
minutes int
Résultat void

SystemSession() public méthode

public SystemSession ( ITransaction transaction ) : System
transaction ITransaction
Résultat System

SystemSession() public méthode

public SystemSession ( ITransaction transaction, string currentSchema ) : System
transaction ITransaction
currentSchema string
Résultat System