DeveelDB  20151217
complete SQL database system, primarly developed for .NET/Mono frameworks
Public Member Functions | List of all members
Deveel.Data.Routines.SystemProcedureProvider Class Reference
Inheritance diagram for Deveel.Data.Routines.SystemProcedureProvider:
Deveel.Data.Routines.IRoutineResolver

Public Member Functions

IRoutine ResolveRoutine (Invoke request, IQuery context)
 Resolves a routine that matches the given invocation within the context provided. More...
 

Detailed Description

Definition at line 22 of file SystemProcedureProvider.cs.

Member Function Documentation

IRoutine Deveel.Data.Routines.SystemProcedureProvider.ResolveRoutine ( Invoke  request,
IQuery  query 
)
inline

Resolves a routine that matches the given invocation within the context provided.

Parameters
requestThe routine invocation request used to resolve the routine.
queryThe parent query context.
Returns
Returns an instance of IRoutine that matches the given request, or null if no routine was found in the underlying context.

Implements Deveel.Data.Routines.IRoutineResolver.

Definition at line 24 of file SystemProcedureProvider.cs.

24  {
25  return null;
26  }

The documentation for this class was generated from the following file: