C# 클래스 Deveel.Data.Transactions.TransactionContextExtensions

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

공개 메소드들

메소드 설명
AutoCommit ( this transaction ) : bool
AutoCommit ( this transaction, bool value ) : void
CurrentSchema ( this transaction ) : string
CurrentSchema ( this transaction, string schemaName ) : void
ErrorOnDirtySelect ( this transaction ) : bool
ErrorOnDirtySelect ( this transaction, bool value ) : void
IgnoreIdentifiersCase ( this transaction ) : bool
IgnoreIdentifiersCase ( this transaction, bool value ) : void
LockTimeout ( this context ) : int
LockTimeout ( this context, int value ) : void
ParameterStyle ( this transaction ) : QueryParameterStyle
ParameterStyle ( this transaction, QueryParameterStyle value ) : void
ParameterStyle ( this transaction, string value ) : void
ReadOnly ( this transaction ) : bool
ReadOnly ( this transaction, bool value ) : void

메소드 상세

AutoCommit() 공개 정적인 메소드

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

AutoCommit() 공개 정적인 메소드

public static AutoCommit ( this transaction, bool value ) : void
transaction this
value bool
리턴 void

CurrentSchema() 공개 정적인 메소드

public static CurrentSchema ( this transaction ) : string
transaction this
리턴 string

CurrentSchema() 공개 정적인 메소드

public static CurrentSchema ( this transaction, string schemaName ) : void
transaction this
schemaName string
리턴 void

ErrorOnDirtySelect() 공개 정적인 메소드

public static ErrorOnDirtySelect ( this transaction ) : bool
transaction this
리턴 bool

ErrorOnDirtySelect() 공개 정적인 메소드

public static ErrorOnDirtySelect ( this transaction, bool value ) : void
transaction this
value bool
리턴 void

IgnoreIdentifiersCase() 공개 정적인 메소드

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

IgnoreIdentifiersCase() 공개 정적인 메소드

public static IgnoreIdentifiersCase ( this transaction, bool value ) : void
transaction this
value bool
리턴 void

LockTimeout() 공개 정적인 메소드

public static LockTimeout ( this context ) : int
context this
리턴 int

LockTimeout() 공개 정적인 메소드

public static LockTimeout ( this context, int value ) : void
context this
value int
리턴 void

ParameterStyle() 공개 정적인 메소드

public static ParameterStyle ( this transaction ) : QueryParameterStyle
transaction this
리턴 QueryParameterStyle

ParameterStyle() 공개 정적인 메소드

public static ParameterStyle ( this transaction, QueryParameterStyle value ) : void
transaction this
value QueryParameterStyle
리턴 void

ParameterStyle() 공개 정적인 메소드

public static ParameterStyle ( this transaction, string value ) : void
transaction this
value string
리턴 void

ReadOnly() 공개 정적인 메소드

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

ReadOnly() 공개 정적인 메소드

public static ReadOnly ( this transaction, bool value ) : void
transaction this
value bool
리턴 void