DeveelDB  20151217
complete SQL database system, primarly developed for .NET/Mono frameworks
Public Member Functions | List of all members
Deveel.Data.Sql.Variables.IVariableManager Interface Reference
Inheritance diagram for Deveel.Data.Sql.Variables.IVariableManager:
Deveel.Data.Sql.IVariableResolver Deveel.Data.Sql.Variables.PersistentVariableManager Deveel.Data.Sql.Variables.VariableManager

Public Member Functions

Variable DefineVariable (VariableInfo variableInfo)
 
bool VariableExists (string variableName)
 
bool DropVariable (string variableName)
 
Variable GetVariable (string variableName)
 
- Public Member Functions inherited from Deveel.Data.Sql.IVariableResolver
DataObject Resolve (ObjectName variable)
 Returns the value of a given variable. More...
 
SqlType ReturnType (ObjectName variable)
 Returns the SqlType of object the given variable is. More...
 

Detailed Description

Definition at line 20 of file IVariableManager.cs.

Member Function Documentation

Variable Deveel.Data.Sql.Variables.IVariableManager.DefineVariable ( VariableInfo  variableInfo)
bool Deveel.Data.Sql.Variables.IVariableManager.DropVariable ( string  variableName)
Variable Deveel.Data.Sql.Variables.IVariableManager.GetVariable ( string  variableName)
bool Deveel.Data.Sql.Variables.IVariableManager.VariableExists ( string  variableName)

The documentation for this interface was generated from the following file: