DeveelDB
20151217
complete SQL database system, primarly developed for .NET/Mono frameworks
|
The contract to define a program routine that can interact with database objects. More...
Public Member Functions | |
InvokeResult | Execute (InvokeContext context) |
Properties | |
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... | |
The contract to define a program routine that can interact with database objects.
Definition at line 26 of file IRoutine.cs.
InvokeResult Deveel.Data.Routines.IRoutine.Execute | ( | InvokeContext | context | ) |
|
get |
Definition at line 33 of file IRoutine.cs.
|
get |
Gets the type of routine that will be executed.
Definition at line 31 of file IRoutine.cs.