C# Class Deveel.Data.SystemSession

Inheritance: ISession
Show file Open project: deveel/deveeldb Class Usage Examples

Private Properties

Property Type Description
Dispose void

Public Methods

Method 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

Method Description
Dispose ( bool disposing ) : void

Method Details

Commit() public method

public Commit ( ) : void
return void

CreateLargeObject() public method

public CreateLargeObject ( long size, bool compressed ) : ILargeObject
size long
compressed bool
return ILargeObject

CreateQuery() public method

public CreateQuery ( ) : IQuery
return IQuery

Dispose() public method

public Dispose ( ) : void
return void

GetLargeObject() public method

public GetLargeObject ( ObjectId objId ) : ILargeObject
objId ObjectId
return ILargeObject

Rollback() public method

public Rollback ( ) : void
return void

SetTimeZone() public method

public SetTimeZone ( int hours, int minutes ) : void
hours int
minutes int
return void

SystemSession() public method

public SystemSession ( ITransaction transaction ) : System
transaction ITransaction
return System

SystemSession() public method

public SystemSession ( ITransaction transaction, string currentSchema ) : System
transaction ITransaction
currentSchema string
return System