C# Class Deveel.Data.DatabaseContextExtensions

Mostrar archivo Open project: deveel/deveeldb

Public Methods

Method Description
AutoCommit ( this context ) : bool
DatabaseName ( this context ) : string
DefaultSchema ( this context ) : string
DeleteOnClose ( this context ) : bool
IgnoreIdentifiersCase ( this context ) : bool
ReadOnly ( this context ) : bool

Method Details

AutoCommit() public static method

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

DatabaseName() public static method

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

DefaultSchema() public static method

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

DeleteOnClose() public static method

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

IgnoreIdentifiersCase() public static method

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

ReadOnly() public static method

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