![]() | ![]() | ![]() | Libmergeant Reference Manual | ![]() |
---|
MgQfAllMgQfAll — Represents all the fields of an entity (through a MgTarget object) |
MgQfAll; guint mg_qf_all_get_type (void); GObject* mg_qf_all_new_with_target (MgQuery *query, MgTarget *target); GObject* mg_qf_all_new_with_xml_id (MgQuery *query, const gchar *target_xml_id); MgTarget* mg_qf_all_get_target (MgQfAll *field);
GObject* mg_qf_all_new_with_target (MgQuery *query, MgTarget *target);
Creates a new MgQfAll object which represents all the fields of the entity represented by target. For example if target represents my_table, then the created object would represent 'my_table.*' in SQL notation
GObject* mg_qf_all_new_with_xml_id (MgQuery *query, const gchar *target_xml_id);
Creates a new MgQfAll object which represents all the fields of the entity represented by the target identified by target_xml_id.
void user_function (MgQfAll *mgqfall, gpointer user_data);
mgqfall : | the object which received the signal. |
user_data : | user data set when the signal handler was connected. |
<< MgQfield | MgQfField >> |