메소드 | 설명 | |
---|---|---|
Execute ( ) : |
||
Execute ( IRequest query ) : |
||
Execute ( IRequest query, IVariableResolver resolver ) : |
||
Execute ( IRequest query, IVariableResolver resolver, IGroupResolver group ) : |
||
Invoke ( ObjectName routineName ) : System |
Constructs a new Invoke with the given name of the routine and no arguments.
|
|
Invoke ( ObjectName routineName, |
Constructs a new Invoke with the given name of the routine and the arguments.
|
|
Invoke ( ObjectName routineName, |
||
IsAggregate ( IRequest query ) : bool |
Checks if the target of the invocation is an aggregate function.
|
|
ResolveFunction ( IQuery context ) : IFunction | ||
ResolveProcedure ( IQuery context ) : IProcedure | ||
ResolveRoutine ( IRequest context ) : IRoutine |
Resolves the routine target of the invocation within the give context. If the given context is |
|
ResolveSystemFunction ( ) : IFunction |
Resolves this routine invocation to a system function.
|
|
ToString ( ) : string |
메소드 | 설명 | |
---|---|---|
FormArguments ( |
||
VerifyNamesIn ( |
public Execute ( IRequest query, IVariableResolver resolver ) : |
||
query | IRequest | |
resolver | IVariableResolver | |
리턴 |
public Execute ( IRequest query, IVariableResolver resolver, IGroupResolver group ) : |
||
query | IRequest | |
resolver | IVariableResolver | |
group | IGroupResolver | |
리턴 |
public Invoke ( ObjectName routineName ) : System | ||
routineName | ObjectName | The fully qualified name of the routine /// to be invoked. |
리턴 | System |
public Invoke ( ObjectName routineName, |
||
routineName | ObjectName | The fully qualified name of the routine /// to be invoked. |
arguments | The arguments to pass to the routine. | |
리턴 | System |
public Invoke ( ObjectName routineName, |
||
routineName | ObjectName | |
arguments | ||
리턴 | System |
public IsAggregate ( IRequest query ) : bool | ||
query | IRequest | The query context used to resolve the routine. |
리턴 | bool |
public ResolveFunction ( IQuery context ) : IFunction | ||
context | IQuery | |
리턴 | IFunction |
public ResolveProcedure ( IQuery context ) : IProcedure | ||
context | IQuery | |
리턴 | IProcedure |
public ResolveRoutine ( IRequest context ) : IRoutine | ||
context | IRequest | The query context used to resolve the routine. |
리턴 | IRoutine |