21 namespace Deveel.Data.Routines {
The system uses instances of this interface to resolve routines given a user invocation.
The contract to define a program routine that can interact with database objects. ...
The information about the invocation of a routine, including the full name and arguments (as SqlExpre...
IRoutine ResolveRoutine(Invoke request, IQuery context)
Resolves a routine that matches the given invocation within the context provided. ...