Hi!

I have a simple query:
SELECT p.firstname AS name, p.lastname AS lastname FROM person AS p;

Why both functions:
gda_data_model_get_column_name
gda_data_model_get_column_title

return the same value?

For 'p.firstname AS name' both return 'name'.

Also, how can I get qualifier name, field name and as parts used in query?

gda_data_model_describe_column seems to be good choice but none of its
method returns those.

Piotras
_______________________________________________
gnome-db-list mailing list
[email protected]
http://mail.gnome.org/mailman/listinfo/gnome-db-list

Reply via email to