C# 클래스 Deveel.Data.SystemContextExtensions

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

공개 메소드들

메소드 설명
AutoCommit ( this context ) : bool
CreateDatabaseContext ( this context, string name ) : IDatabaseContext
DefaultSchema ( this context ) : string
IgnoreIdentifiersCase ( this context ) : bool
ReadOnly ( this context ) : bool

메소드 상세

AutoCommit() 공개 정적인 메소드

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

CreateDatabaseContext() 공개 정적인 메소드

public static CreateDatabaseContext ( this context, string name ) : IDatabaseContext
context this
name string
리턴 IDatabaseContext

DefaultSchema() 공개 정적인 메소드

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

IgnoreIdentifiersCase() 공개 정적인 메소드

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

ReadOnly() 공개 정적인 메소드

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