DeveelDB  20151217
complete SQL database system, primarly developed for .NET/Mono frameworks
List of all members
Deveel.Data.Routines.IProcedure Interface Reference

A specific kind of routine that does not return any value when executed. More...

Inheritance diagram for Deveel.Data.Routines.IProcedure:
Deveel.Data.Routines.IRoutine Deveel.Data.Sql.IDbObject

Additional Inherited Members

- Public Member Functions inherited from Deveel.Data.Routines.IRoutine
InvokeResult Execute (InvokeContext context)
 
- Properties inherited from Deveel.Data.Routines.IRoutine
RoutineType Type [get]
 Gets the type of routine that will be executed. More...
 
RoutineInfo RoutineInfo [get]
 
- Properties inherited from Deveel.Data.Sql.IDbObject
ObjectName FullName [get]
 Gets the fully qualified name of the object used to resolve it uniquely within the database. More...
 
DbObjectType ObjectType [get]
 Gets the type of database object that the implementation is for More...
 

Detailed Description

A specific kind of routine that does not return any value when executed.

Procedures have no return value but they can accept OUT parameters, that can be used to obtain mutated values within the execution.

Definition at line 29 of file IProcedure.cs.


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