DeveelDB
20151217
complete SQL database system, primarly developed for .NET/Mono frameworks
|
Public Member Functions | |
IRoutine | ResolveRoutine (Invoke request, IQuery context) |
Resolves a routine that matches the given invocation within the context provided. More... | |
Definition at line 22 of file SystemProcedureProvider.cs.
|
inline |
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. Implements Deveel.Data.Routines.IRoutineResolver.
Definition at line 24 of file SystemProcedureProvider.cs.