You can write a select stament of sqlmap by ibatis.Then you can use ibatis API SqlMapClient.queryForList(String,String) get the List that you need.

2005/10/11, Rafiq, Adnan <[EMAIL PROTECTED]>:
I have a requirement where I want to display a list of all column from a given table. In JDBC, I would work directly with the ResultSetMetadata. How can I achieve the same using iBatis?

Reply via email to