C# 클래스 Deveel.Data.DatabaseContextExtensions

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

공개 메소드들

메소드 설명
AutoCommit ( this context ) : bool
DatabaseName ( this context ) : string
DefaultSchema ( this context ) : string
DeleteOnClose ( this context ) : bool
IgnoreIdentifiersCase ( this context ) : bool
ReadOnly ( this context ) : bool

메소드 상세

AutoCommit() 공개 정적인 메소드

public static AutoCommit ( this context ) : bool
context this
리턴 bool

DatabaseName() 공개 정적인 메소드

public static DatabaseName ( this context ) : string
context this
리턴 string

DefaultSchema() 공개 정적인 메소드

public static DefaultSchema ( this context ) : string
context this
리턴 string

DeleteOnClose() 공개 정적인 메소드

public static DeleteOnClose ( this context ) : bool
context this
리턴 bool

IgnoreIdentifiersCase() 공개 정적인 메소드

public static IgnoreIdentifiersCase ( this context ) : bool
context this
리턴 bool

ReadOnly() 공개 정적인 메소드

public static ReadOnly ( this context ) : bool
context this
리턴 bool