Get results as ints

"Ludwig Magnusson" <[email protected]> Mon, 4 Jan 2010 13:34:03 +0100
Newsgroups gmane.comp.jakarta.turbine.torque.user
Message-ID <002201ca8d3a$3379cb80$9a6d6280$@com>
Hi!

I would like to select all ids from a table (with a certain criteria). If I
use addSelectColumn on my criteria and do BasePeer.doSelect(criteria), I
only get the columns that I want but they are in form of record objects. Can
I get a list of ints, strings or whatever or do I need to convert the list
myself?

/Ludwig