C# Class Deveel.Data.SystemContextExtensions

Afficher le fichier Open project: deveel/deveeldb

Méthodes publiques

Méthode 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 méthode

public static AutoCommit ( this context ) : bool
context this
Résultat bool

CreateDatabaseContext() public static méthode

public static CreateDatabaseContext ( this context, string name ) : IDatabaseContext
context this
name string
Résultat IDatabaseContext

DefaultSchema() public static méthode

public static DefaultSchema ( this context ) : string
context this
Résultat string

IgnoreIdentifiersCase() public static méthode

public static IgnoreIdentifiersCase ( this context ) : bool
context this
Résultat bool

ReadOnly() public static méthode

public static ReadOnly ( this context ) : bool
context this
Résultat bool