public class NonStreamingInsensitiveMapRowHandler extends InsensitiveMapRowHandler
charset| Constructor and Description |
|---|
NonStreamingInsensitiveMapRowHandler(DbConnection dbConnection) |
NonStreamingInsensitiveMapRowHandler(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) |
processpublic NonStreamingInsensitiveMapRowHandler(DbConnection dbConnection)
public NonStreamingInsensitiveMapRowHandler(DbConnection dbConnection, Charset charset)
protected org.mule.runtime.api.metadata.TypedValue<Object> handleSqlXmlType(SQLXML value) throws SQLException
handleSqlXmlType in class InsensitiveMapRowHandlerSQLExceptionprotected org.mule.runtime.api.metadata.TypedValue<Object> handleBlobType(Blob value) throws SQLException
handleBlobType in class InsensitiveMapRowHandlerSQLExceptionprotected org.mule.runtime.api.metadata.TypedValue<Object> handleClobType(Clob value) throws SQLException
handleClobType in class InsensitiveMapRowHandlerSQLExceptionCopyright © 2022. All rights reserved.