[gnome-db] gda_data_model_remove_row



Hello,

I would like to remove some rows from a result set after retrieving them.
However, this is only so I can display a subset of rows and the function
gda_data_model_remove_row is no good to me here because I do not
want the changes to be reflected in the underlying database. I see
several conversion functions related to GdaDataModel such as:

gda_data_model_to_comma_separated

and

gda_data_model_to_xml

However, all I needed was a GList of GLists or something like
that so that I may manipulate and display. I guess that is just
too easy and I should code it myself, given no API function
to do this is available, but if an API function were available
to do something like that I think several people might have
some use for it.

Regards,

Neil



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]