C# Class Deveel.Data.Routines.InvokeContext

Encapsulates the
Inheritance: IDisposable
Mostrar archivo Open project: deveel/deveeldb Class Usage Examples

Private Properties

Property Type Description
Dispose void
GetParameter RoutineParameter
InvokeContext System

Public Methods

Method 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

Method 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 method

public Dispose ( ) : void
return void

New() public method

public New ( SqlExpression args ) : InvokeContext
args Deveel.Data.Sql.Expressions.SqlExpression
return InvokeContext

Result() public method

public Result ( ) : InvokeResult
return InvokeResult

Result() public method

public Result ( Field value ) : InvokeResult
value Field
return InvokeResult

Result() public method

public Result ( ITable table ) : InvokeResult
table ITable
return InvokeResult

SetOutput() public method

public SetOutput ( string argName, Field value ) : void
argName string
value Field
return void