| |
|
| java.lang.Object org.apache.commons.dbutils.handlers.ArrayHandler
Constructor Summary | |
public | ArrayHandler() Creates a new instance of ArrayHandler using a
BasicRowProcessor for conversion. | public | ArrayHandler(RowProcessor convert) Creates a new instance of ArrayHandler. |
Method Summary | |
public Object | handle(ResultSet rs) Places the column values from the first row in an Object[] . |
ROW_PROCESSOR | final static RowProcessor ROW_PROCESSOR(Code) | | Singleton processor instance that handlers share to save memory. Notice
the default scoping to allow only classes in this package to use this
instance.
|
ArrayHandler | public ArrayHandler()(Code) | | Creates a new instance of ArrayHandler using a
BasicRowProcessor for conversion.
|
ArrayHandler | public ArrayHandler(RowProcessor convert)(Code) | | Creates a new instance of ArrayHandler.
Parameters: convert - The RowProcessor implementation to use when converting rows into arrays. |
|
|
|