C# Class Deveel.Data.DatabaseContextExtensions

Afficher le fichier Open project: deveel/deveeldb

Méthodes publiques

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

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

DatabaseName() public static méthode

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

DefaultSchema() public static méthode

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

DeleteOnClose() public static méthode

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

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