C# Class Deveel.Data.QueryContextExtensions

Mostrar archivo Open project: deveel/deveeldb

Public Methods

Method Description
AutoCommit ( this context ) : bool
AutoCommit ( this context, bool value ) : void
CurrentSchema ( this context ) : string
CurrentSchema ( this context, string value ) : void
IgnoreIdentifiersCase ( this context ) : bool
IgnoreIdentifiersCase ( this context, bool value ) : void
ParameterStyle ( this context ) : QueryParameterStyle
ParameterStyle ( this context, QueryParameterStyle value ) : void

Method Details

AutoCommit() public static method

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

AutoCommit() public static method

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

CurrentSchema() public static method

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

CurrentSchema() public static method

public static CurrentSchema ( this context, string value ) : void
context this
value string
return void

IgnoreIdentifiersCase() public static method

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

IgnoreIdentifiersCase() public static method

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

ParameterStyle() public static method

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

ParameterStyle() public static method

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