C# 클래스 Deveel.Data.DatabaseExtensions

파일 보기 프로젝트 열기: deveel/deveeldb

공개 메소드들

메소드 설명
AsEventSource ( this database ) : IEventSource
Authenticate ( this database, string username, string password ) : bool
Close ( this database ) : bool
CreateSession ( this database, string userName, string password ) : ISession
CreateSession ( this database, string userName, string password, IsolationLevel isolation ) : ISession
CreateTransaction ( this database, IsolationLevel isolation ) : ITransaction
Delete ( this database ) : bool
FindTransactionById ( this database, int commidId ) : ITransaction

비공개 메소드들

메소드 설명
CreateInitialSystemSession ( this database ) : ISession
CreateSafeTransaction ( this database, IsolationLevel isolation ) : ITransaction
CreateSession ( this database, string userName, IsolationLevel isolation ) : ISession
CreateSystemSession ( this database ) : ISession
CreateSystemSession ( this database, IsolationLevel isolation ) : ISession

메소드 상세

AsEventSource() 공개 정적인 메소드

public static AsEventSource ( this database ) : IEventSource
database this
리턴 IEventSource

Authenticate() 공개 정적인 메소드

public static Authenticate ( this database, string username, string password ) : bool
database this
username string
password string
리턴 bool

Close() 공개 정적인 메소드

public static Close ( this database ) : bool
database this
리턴 bool

CreateSession() 공개 정적인 메소드

public static CreateSession ( this database, string userName, string password ) : ISession
database this
userName string
password string
리턴 ISession

CreateSession() 공개 정적인 메소드

public static CreateSession ( this database, string userName, string password, IsolationLevel isolation ) : ISession
database this
userName string
password string
isolation IsolationLevel
리턴 ISession

CreateTransaction() 공개 정적인 메소드

public static CreateTransaction ( this database, IsolationLevel isolation ) : ITransaction
database this
isolation IsolationLevel
리턴 ITransaction

Delete() 공개 정적인 메소드

public static Delete ( this database ) : bool
database this
리턴 bool

FindTransactionById() 공개 정적인 메소드

public static FindTransactionById ( this database, int commidId ) : ITransaction
database this
commidId int
리턴 ITransaction