how to do a select * in jython and get the result
Posted
by kdev
on Stack Overflow
See other posts from Stack Overflow
or by kdev
Published on 2010-03-31T15:42:08Z
Indexed on
2010/03/31
15:43 UTC
Read the original article
Hit count: 240
Hi everyone,
how to do a select * from table
in jython and get the result for each row into a list or string.
i know how to do for select counmn_name1 ,column_name2 from table1 but not able to figure out for select *
Please suggest .thanks
© Stack Overflow or respective owner