public class InsensitiveMapRowHandler extends Object implements RowHandler
| Constructor and Description |
|---|
InsensitiveMapRowHandler(DbConnection dbConnection) |
InsensitiveMapRowHandler(DbConnection dbConnection,
Charset charset) |
| Modifier and Type | Method and Description |
|---|---|
protected org.mule.runtime.api.metadata.TypedValue<Object> |
handleBlobType(Blob value) |
protected org.mule.runtime.api.metadata.TypedValue<Object> |
handleClobType(Clob value) |
protected org.mule.runtime.api.metadata.TypedValue<Object> |
handleSqlXmlType(SQLXML value) |
Map<String,Object> |
process(ResultSet resultSet)
Process a row from a resultSet
|
protected Charset charset
public InsensitiveMapRowHandler(DbConnection dbConnection)
public InsensitiveMapRowHandler(DbConnection dbConnection, Charset charset)
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 setprotected org.mule.runtime.api.metadata.TypedValue<Object> handleSqlXmlType(SQLXML value) throws SQLException
SQLExceptionprotected org.mule.runtime.api.metadata.TypedValue<Object> handleBlobType(Blob value) throws SQLException
SQLExceptionprotected org.mule.runtime.api.metadata.TypedValue<Object> handleClobType(Clob value) throws SQLException
SQLExceptionCopyright © 2021. All rights reserved.