C# Class Deveel.Data.Sql.Variables.VariableManager

Inheritance: IVariableManager
Afficher le fichier Open project: deveel/deveeldb Class Usage Examples

Méthodes publiques

Méthode Description
DefineVariable ( VariableInfo variableInfo ) : Variable
Dispose ( ) : void
DropVariable ( string name ) : bool
GetEnumerator ( ) : IEnumerator
GetVariable ( string name ) : Variable
VariableExists ( string name ) : bool
VariableManager ( IVariableScope scope ) : System

Private Methods

Méthode Description
Dispose ( bool disposing ) : void
IEnumerable ( ) : IEnumerator
IVariableResolver ( ObjectName variableName ) : SqlType
IVariableResolver ( ObjectName variableName ) : Variable

Method Details

DefineVariable() public méthode

public DefineVariable ( VariableInfo variableInfo ) : Variable
variableInfo VariableInfo
Résultat Variable

Dispose() public méthode

public Dispose ( ) : void
Résultat void

DropVariable() public méthode

public DropVariable ( string name ) : bool
name string
Résultat bool

GetEnumerator() public méthode

public GetEnumerator ( ) : IEnumerator
Résultat IEnumerator

GetVariable() public méthode

public GetVariable ( string name ) : Variable
name string
Résultat Variable

VariableExists() public méthode

public VariableExists ( string name ) : bool
name string
Résultat bool

VariableManager() public méthode

public VariableManager ( IVariableScope scope ) : System
scope IVariableScope
Résultat System