23 namespace Deveel.Data.Routines {
 
The contract to define a program routine that can interact with database objects. ...
 
static IRoutine ResolveRoutine(this ISession session, Invoke invoke)
 
An isolated session to a given database for a given user, encapsulating the transaction for operation...
 
The information about the invocation of a routine, including the full name and arguments (as SqlExpre...
 
ObjectName RoutineName
Gets the fully qualified name of the routine to invoke. 
 
DbObjectType
The kind of objects that can be handled by a database system and its managers