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

Inheritance: IVariableManager
Mostrar archivo Open project: deveel/deveeldb Class Usage Examples

Public Methods

Method 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

Method Description
Dispose ( bool disposing ) : void
IEnumerable ( ) : IEnumerator
IVariableResolver ( ObjectName variableName ) : SqlType
IVariableResolver ( ObjectName variableName ) : Variable

Method Details

DefineVariable() public method

public DefineVariable ( VariableInfo variableInfo ) : Variable
variableInfo VariableInfo
return Variable

Dispose() public method

public Dispose ( ) : void
return void

DropVariable() public method

public DropVariable ( string name ) : bool
name string
return bool

GetEnumerator() public method

public GetEnumerator ( ) : IEnumerator
return IEnumerator

GetVariable() public method

public GetVariable ( string name ) : Variable
name string
return Variable

VariableExists() public method

public VariableExists ( string name ) : bool
name string
return bool

VariableManager() public method

public VariableManager ( IVariableScope scope ) : System
scope IVariableScope
return System