public class InsensitiveMapRowHandler extends Object implements RowHandler
| Constructor and Description |
|---|
InsensitiveMapRowHandler() |
| Modifier and Type | Method and Description |
|---|---|
Map<String,Object> |
process(ResultSet resultSet)
Process a row from a resultSet
|
public Map<String,Object> process(ResultSet resultSet) throws SQLException
RowHandlerprocess in interface RowHandlerresultSet - resultset containing the row to process. Non nullSQLException - if a database access error occurs or this method is called
on a closed result setCopyright © 2003–2020 MuleSoft, Inc.. All rights reserved.