C# Class Deveel.Data.Routines.InvokeContext

Encapsulates the
Inheritance: IDisposable
Afficher le fichier Open project: deveel/deveeldb Class Usage Examples

Private Properties

Свойство Type Description
Dispose void
GetParameter RoutineParameter
InvokeContext System

Méthodes publiques

Méthode Description
Dispose ( ) : void
New ( SqlExpression args ) : InvokeContext
Result ( ) : InvokeResult
Result ( Field value ) : InvokeResult
Result ( ITable table ) : InvokeResult
SetOutput ( string argName, Field value ) : void

Private Methods

Méthode Description
Dispose ( bool disposing ) : void
GetParameter ( string name ) : RoutineParameter
InvokeContext ( Invoke invoke, IRoutine routine, IVariableResolver resolver, IGroupResolver group, IRequest request ) : System

Method Details

Dispose() public méthode

public Dispose ( ) : void
Résultat void

New() public méthode

public New ( SqlExpression args ) : InvokeContext
args Deveel.Data.Sql.Expressions.SqlExpression
Résultat InvokeContext

Result() public méthode

public Result ( ) : InvokeResult
Résultat InvokeResult

Result() public méthode

public Result ( Field value ) : InvokeResult
value Field
Résultat InvokeResult

Result() public méthode

public Result ( ITable table ) : InvokeResult
table ITable
Résultat InvokeResult

SetOutput() public méthode

public SetOutput ( string argName, Field value ) : void
argName string
value Field
Résultat void