DeveelDB
20151217
complete SQL database system, primarly developed for .NET/Mono frameworks
|
The system uses instances of this interface to resolve routines given a user invocation. More...
Public Member Functions | |
IRoutine | ResolveRoutine (Invoke request, IQuery query) |
Resolves a routine that matches the given invocation within the context provided. More... | |
The system uses instances of this interface to resolve routines given a user invocation.
Definition at line 26 of file IRoutineResolver.cs.
Resolves a routine that matches the given invocation within the context provided.
request | The routine invocation request used to resolve the routine. |
query | The parent query context. |
null
if no routine was found in the underlying context. Implemented in Deveel.Data.Routines.RoutineManager, Deveel.Data.Routines.FunctionProvider, and Deveel.Data.Routines.SystemProcedureProvider.