net.mlw.vlh.adapter.jdbc.dynclass
Class DefaultDynclassAdapter
java.lang.Object
net.mlw.vlh.adapter.AbstractValueListAdapter
net.mlw.vlh.adapter.jdbc.AbstractJdbcAdapter
net.mlw.vlh.adapter.jdbc.AbstractDynaJdbcAdapter
net.mlw.vlh.adapter.jdbc.dynclass.DefaultDynclassAdapter
- All Implemented Interfaces:
- ValueListAdapter
- public class DefaultDynclassAdapter
- extends AbstractDynaJdbcAdapter
- Version:
- $Revision: 1.8 $ $Date: 2005/08/19 16:06:29 $
- Author:
- Matthew L. Wilson, Andrej Zachar
- See Also:
AbstractDynaJdbcAdapter
,
AbstractJdbcAdapter
Methods inherited from class net.mlw.vlh.adapter.jdbc.AbstractJdbcAdapter |
getConnectionCreator, getDataSource, getSql, getSqlPagingSupport, getStatementBuilder, getValidator, getValueList, isShowSql, setConnectionCreator, setDataSource, setShowSql, setSql, setSqlPagingSupport, setStatementBuilder, setValidator |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
DefaultDynclassAdapter
public DefaultDynclassAdapter()
processResultSet
public List processResultSet(String name,
ResultSet result,
int numberPerPage,
ValueListInfo info)
throws SQLException
- Description copied from class:
AbstractJdbcAdapter
- This method takes the result and puts the VOs in the List.
- Specified by:
processResultSet
in class AbstractJdbcAdapter
- Parameters:
result
- The ResultSet to interate through.info
- is ussually constant during this process, you can use it for
passing additional parameters from controler. (Like in
DefaultWrapperAdapter)
- Returns:
- The List of VOs.
- Throws:
SQLException
Copyright © 2003-2006 mlavilson. All Rights Reserved.