[gnome-db] gda_sql_builder_select_order_by()

Murray Cumming <[email protected]>
Newsgroups gmane.comp.gnome.db
Message-ID <1272382725.3232.75.camel@murrayc-desktop>
I'm trying to use gda_sql_builder_select_order_by()
http://library.gnome.org/devel/libgda/unstable/GdaSqlBuilder.html#gda-sql-builder-select-order-by
to do something like
  SELECT sometable.somefield, someothertable.somefield FROM sometable 
  ... (some JOIN that I can't be bothered to think of)
  ORDER BY sometable.somefield

How can I get the id of "sometable.somefield" to give to
gda_sql_builder_select_order_by()?

gda_sql_builder_select_add_field() lets's me specify the table and the
field,
http://library.gnome.org/devel/libgda/unstable/GdaSqlBuilder.html#gda-sql-builder-select-add-field
but that doesn't return the generated ID.
 


-- 
[email protected]
www.murrayc.com
www.openismus.com
lmpx.com only provides a reader for public news (NNTP) servers. It is not affiliated with the servers or forums shown here and is not responsible for the content of articles, which is written by their respective authors.