[gnome-db] GdaDataModel and column introspection



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


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