DeveelDB
20151217
complete SQL database system, primarly developed for .NET/Mono frameworks
|
A specific kind of routine that does not return any value when executed. More...
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... | |
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.