C# 클래스 Deveel.Data.SystemSession

상속: ISession
파일 보기 프로젝트 열기: deveel/deveeldb 1 사용 예제들

Private Properties

프로퍼티 타입 설명
Dispose void

공개 메소드들

메소드 설명
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

비공개 메소드들

메소드 설명
Dispose ( bool disposing ) : void

메소드 상세

Commit() 공개 메소드

public Commit ( ) : void
리턴 void

CreateLargeObject() 공개 메소드

public CreateLargeObject ( long size, bool compressed ) : ILargeObject
size long
compressed bool
리턴 ILargeObject

CreateQuery() 공개 메소드

public CreateQuery ( ) : IQuery
리턴 IQuery

Dispose() 공개 메소드

public Dispose ( ) : void
리턴 void

GetLargeObject() 공개 메소드

public GetLargeObject ( ObjectId objId ) : ILargeObject
objId ObjectId
리턴 ILargeObject

Rollback() 공개 메소드

public Rollback ( ) : void
리턴 void

SetTimeZone() 공개 메소드

public SetTimeZone ( int hours, int minutes ) : void
hours int
minutes int
리턴 void

SystemSession() 공개 메소드

public SystemSession ( ITransaction transaction ) : System
transaction ITransaction
리턴 System

SystemSession() 공개 메소드

public SystemSession ( ITransaction transaction, string currentSchema ) : System
transaction ITransaction
currentSchema string
리턴 System