| java.lang.Object org.lateralnz.common.util.ResultSetConverter
ResultSetConverter | public class ResultSetConverter implements Constants(Code) | | a singleton utility class which creates (& compiles) a class based upon a JDBC resultset
and then returns a list with objects of that class populated with the resultset data
author: J R Briggs |
Inner Class :class InternalClassLoader extends ClassLoader | |
Inner Class :class MetaClass | |
getResultSetAsList | public List getResultSetAsList(String resultSetName, ResultSet rs, boolean forceClassReload) throws Exception(Code) | | return a resultset as a list of objects representing the rows data of the resultset
Parameters: resultSetName - the name to refer to resultsets of this type (so we don't haveto create the class every time we call this method Parameters: rs - the resultset data Parameters: forceClassReload - forces the class to be rebuilt |
|
|