| |
|
| java.lang.Object org.openharmonise.commons.dsi.ResultSetUtil
ResultSetUtil | public class ResultSetUtil (Code) | | Utility class for obtaining metadata from a result set in a convenient
form.
author: Michael Bell version: $Revision: 1.1 $ |
getResultSetColumns | public static List getResultSetColumns(ResultSet rs) throws SQLException(Code) | | Returns the list of column names held within the given result set
metadata.
Parameters: rs - the result set the list of column names throws: SQLException - if an error occurs accessing the metadata of theresult set |
|
|
|