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?
- Working with JDBC Metadata Rafiq, Adnan
- Re: Working with JDBC Metadata Samael Cui
