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 "Rutzen, Joerg" <Jo...@t-systems.com> on 2003/12/19 05:43:48 UTC

select only on column

hi,
is there a possibility to select only one column.
if i code this

...		Criteria crit = new Criteria();
		crit.add( EinsatzAbPeer.NAME, "Meyer" );
		try 
		{
			list = EinsatzAbPeer.doSelect( crit );	

...

the statement is actually about a the table.
How do i have to change the doSelect , if i only want to have the NAME

Regards 

Jörg



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