| GNOME Data Access manual | ||||
|---|---|---|---|---|
| Top | Description | ||||
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);
GdaReportItem * gda_report_item_sqlquery_new (GdaReportValid *valid,
const gchar *id,
const gchar *sql);
|
|
|
|
|
|
Returns : |
GdaReportItem * gda_report_item_sqlquery_new_from_dom
(xmlNodePtr node);
|
|
Returns : |
xmlNodePtr gda_report_item_sqlquery_to_dom (GdaReportItem *item);
|
|
Returns : |
gboolean gda_report_item_sqlquery_remove (GdaReportItem *item);
|
|
Returns : |
gboolean gda_report_item_sqlquery_set_id (GdaReportItem *item,
const gchar *value);
|
|
|
|
Returns : |
gchar * gda_report_item_sqlquery_get_id (GdaReportItem *item);
|
|
Returns : |
gboolean gda_report_item_sqlquery_set_sql (GdaReportItem *item,
const gchar *sql);
|
|
|
|
Returns : |