You are viewing a plain text version of this content. The canonical link for it is here.
Posted to torque-user@db.apache.org by am...@mhs.cs.ui.ac.id on 2003/08/04 20:11:01 UTC

field value String

Hello torque experts,

I have this table with these fields (Id,tes1,tes2), tes2 field is a Varchar(in
postgre) ... 

i dunno how to get the value of the tes2 field on the last row into String type
from the List ?? ..i put my little code down here : (i'm using peer) 

Criteria crit1 = new Criteria();
crit1.add(TugasPeer.PROYEKID,pid);
List tugasList = TugasPeer.doSelect(crit1);


---------------------------------------------------------------------
To unsubscribe, e-mail: torque-user-unsubscribe@db.apache.org
For additional commands, e-mail: torque-user-help@db.apache.org