C# Class Deveel.Data.SystemContextExtensions

Mostrar archivo Open project: deveel/deveeldb

Public Methods

Method Description
AutoCommit ( this context ) : bool
CreateDatabaseContext ( this context, string name ) : IDatabaseContext
DefaultSchema ( this context ) : string
IgnoreIdentifiersCase ( this context ) : bool
ReadOnly ( this context ) : bool

Method Details

AutoCommit() public static method

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

CreateDatabaseContext() public static method

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

DefaultSchema() public static method

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

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