| |
|
| java.lang.Object org.apache.commons.dbutils.handlers.MapHandler
Constructor Summary | |
public | MapHandler() Creates a new instance of MapHandler using a
BasicRowProcessor for conversion. | public | MapHandler(RowProcessor convert) Creates a new instance of MapHandler. |
Method Summary | |
public Object | handle(ResultSet rs) Converts the first row in the ResultSet into a
Map .
A Map with the values from the first row or null if there are no rows in the ResultSet . |
MapHandler | public MapHandler()(Code) | | Creates a new instance of MapHandler using a
BasicRowProcessor for conversion.
|
MapHandler | public MapHandler(RowProcessor convert)(Code) | | Creates a new instance of MapHandler.
Parameters: convert - The RowProcessor implementation to use when converting rows into Maps. |
|
|
|