[gnome-db] GdaDataModel and column introspection

Piotr Pokora <[email protected]> Mon, 30 Jan 2012 18:41:50 +0100
Newsgroups gmane.comp.gnome.db
Message-ID <[email protected]>
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