C# Class Deveel.Data.Transactions.TransactionContextExtensions

Mostrar archivo Open project: deveel/deveeldb

Public Methods

Method Description
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

Method Details

AutoCommit() public static method

public static AutoCommit ( this transaction ) : bool
transaction this
return bool

AutoCommit() public static method

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

CurrentSchema() public static method

public static CurrentSchema ( this transaction ) : string
transaction this
return string

CurrentSchema() public static method

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

ErrorOnDirtySelect() public static method

public static ErrorOnDirtySelect ( this transaction ) : bool
transaction this
return bool

ErrorOnDirtySelect() public static method

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

IgnoreIdentifiersCase() public static method

public static IgnoreIdentifiersCase ( this transaction ) : bool
transaction this
return bool

IgnoreIdentifiersCase() public static method

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

LockTimeout() public static method

public static LockTimeout ( this context ) : int
context this
return int

LockTimeout() public static method

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

ParameterStyle() public static method

public static ParameterStyle ( this transaction ) : QueryParameterStyle
transaction this
return QueryParameterStyle

ParameterStyle() public static method

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

ParameterStyle() public static method

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

ReadOnly() public static method

public static ReadOnly ( this transaction ) : bool
transaction this
return bool

ReadOnly() public static method

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