GdaReportItemSqlQuery

GdaReportItemSqlQuery —

Synopsis




GdaReportItem* gda_report_item_sqlquery_new (GdaReportValid *valid,
                                             const gchar *id,
                                             const gchar *sql);
GdaReportItem* gda_report_item_sqlquery_new_from_dom
                                            (xmlNodePtr node);
xmlNodePtr  gda_report_item_sqlquery_to_dom (GdaReportItem *item);
gboolean    gda_report_item_sqlquery_remove (GdaReportItem *item);
gboolean    gda_report_item_sqlquery_set_id (GdaReportItem *item,
                                             const gchar *value);
gchar*      gda_report_item_sqlquery_get_id (GdaReportItem *item);
gboolean    gda_report_item_sqlquery_set_sql
                                            (GdaReportItem *item,
                                             const gchar *sql);
gchar*      gda_report_item_sqlquery_get_sql
                                            (GdaReportItem *item);

Description

Details

gda_report_item_sqlquery_new ()

GdaReportItem* gda_report_item_sqlquery_new (GdaReportValid *valid,
                                             const gchar *id,
                                             const gchar *sql);

valid :
id :
sql :
Returns :

gda_report_item_sqlquery_new_from_dom ()

GdaReportItem* gda_report_item_sqlquery_new_from_dom
                                            (xmlNodePtr node);

node :
Returns :

gda_report_item_sqlquery_to_dom ()

xmlNodePtr  gda_report_item_sqlquery_to_dom (GdaReportItem *item);

item :
Returns :

gda_report_item_sqlquery_remove ()

gboolean    gda_report_item_sqlquery_remove (GdaReportItem *item);

item :
Returns :

gda_report_item_sqlquery_set_id ()

gboolean    gda_report_item_sqlquery_set_id (GdaReportItem *item,
                                             const gchar *value);

item :
value :
Returns :

gda_report_item_sqlquery_get_id ()

gchar*      gda_report_item_sqlquery_get_id (GdaReportItem *item);

item :
Returns :

gda_report_item_sqlquery_set_sql ()

gboolean    gda_report_item_sqlquery_set_sql
                                            (GdaReportItem *item,
                                             const gchar *sql);

item :
sql :
Returns :

gda_report_item_sqlquery_get_sql ()

gchar*      gda_report_item_sqlquery_get_sql
                                            (GdaReportItem *item);

item :
Returns :