com.imcode.db.handlers
Class ObjectArrayHandler

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

public class ObjectArrayHandler
extends RowTransformingHandler


Field Summary
 
Fields inherited from class com.imcode.db.handlers.RowTransformingHandler
rowTransformer
 
Constructor Summary
ObjectArrayHandler(RowTransformer rowTransformer)
           
 
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

ObjectArrayHandler

public ObjectArrayHandler(RowTransformer rowTransformer)
Method Detail

handle

public java.lang.Object handle(java.sql.ResultSet resultSet)
                        throws java.sql.SQLException
Throws:
java.sql.SQLException


Copyright © -2006 . All Rights Reserved.