MidgardExecutable

MidgardExecutable

Synopsis

                    MidgardExecutable;
void                midgard_executable_execute          (MidgardExecutable *self,
                                                         GError **error);

Object Hierarchy

  GInterface
   +----MidgardExecutable

Prerequisites

MidgardExecutable requires GObject.

Known Implementations

MidgardExecutable is implemented by MidgardQueryExecutor, MidgardQuerySelect and MidgardSqlQuerySelectData.

Description

Details

MidgardExecutable

typedef struct _MidgardExecutable MidgardExecutable;


midgard_executable_execute ()

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.

self :

MidgardExecutable instance error (error-domains MIDGARD_EXECUTION_ERROR): location to store error

Since 10.05.5