com.imcode.db.handlers
Class ObjectArrayResultSetHandler

java.lang.Object
  extended by com.imcode.db.handlers.ObjectArrayResultSetHandler
All Implemented Interfaces:
org.apache.commons.dbutils.ResultSetHandler

public class ObjectArrayResultSetHandler
extends java.lang.Object
implements org.apache.commons.dbutils.ResultSetHandler


Constructor Summary
ObjectArrayResultSetHandler(ObjectFromRowFactory objectFromRowFactory)
           
 
Method Summary
 java.lang.Object handle(java.sql.ResultSet resultSet)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ObjectArrayResultSetHandler

public ObjectArrayResultSetHandler(ObjectFromRowFactory objectFromRowFactory)
Method Detail

handle

public java.lang.Object handle(java.sql.ResultSet resultSet)
                        throws java.sql.SQLException
Specified by:
handle in interface org.apache.commons.dbutils.ResultSetHandler
Throws:
java.sql.SQLException


Copyright © -2005 . All Rights Reserved.