Midgard2 Reference Manual | ||||
---|---|---|---|---|
Top | Description | Object Hierarchy | Prerequisites | Known Implementations |
MidgardExecutable; void midgard_executable_execute (MidgardExecutable *self
,GError **error
);
MidgardExecutable is implemented by MidgardQueryExecutor, MidgardQuerySelect and MidgardSqlQuerySelectData.
void midgard_executable_execute (MidgardExecutable *self
,GError **error
);
Execute command or perform operation. Implementation shall check if given instance is valid. If it's not, shall invoke validation, if given instance is MidgardValidable derived.
|
MidgardExecutable instance
error (error-domains MIDGARD_EXECUTION_ERROR): location to store error |
Since 10.05.5