| Package | Description |
|---|---|
| org.mule.db.commons.internal.operation | |
| org.mule.db.commons.internal.result.resultset | |
| org.mule.db.commons.internal.result.row |
| Modifier and Type | Field and Description |
|---|---|
protected BiFunction<DbConnection,Charset,RowHandler> |
DmlOperations.querySingleRowHandlerSupplier |
protected BiFunction<DbConnection,Charset,RowHandler> |
DmlOperations.selectRowHandlerSupplier |
protected BiFunction<DbConnection,Charset,RowHandler> |
DmlOperations.storedProcedureRowHandlerSupplier |
| Modifier and Type | Method and Description |
|---|---|
protected static BiFunction<DbConnection,Charset,RowHandler> |
DmlOperations.getDefaultInsensitiveMapRowHandler() |
protected static BiFunction<DbConnection,Charset,RowHandler> |
DmlOperations.getDefaultNonStreamingInsensitiveMapRowHandler() |
| Modifier and Type | Method and Description |
|---|---|
DmlOperations.Builder |
DmlOperations.Builder.withQuerySingleRowHandler(BiFunction<DbConnection,Charset,RowHandler> querySingleRowHandler) |
DmlOperations.Builder |
DmlOperations.Builder.withSelectRowHandler(BiFunction<DbConnection,Charset,RowHandler> selectRowHandler) |
DmlOperations.Builder |
DmlOperations.Builder.withStoredProcedureRowHandler(BiFunction<DbConnection,Charset,RowHandler> storedProcedureRowHandler) |
| Constructor and Description |
|---|
IteratorResultSetHandler(RowHandler rowHandler,
StatementStreamingResultSetCloser streamingResultSetCloser) |
IteratorResultSetHandler(RowHandler rowHandler,
StatementStreamingResultSetCloser streamingResultSetCloser,
Charset charset) |
ListResultSetHandler(RowHandler rowHandler) |
ListResultSetHandler(RowHandler rowHandler,
Charset charset) |
ResultSetIterator(ResultSet resultSet,
RowHandler rowHandler) |
SingleResultSetHandler(RowHandler rowHandler) |
SingleResultSetHandler(RowHandler rowHandler,
Charset charset) |
| Modifier and Type | Class and Description |
|---|---|
class |
InsensitiveMapRowHandler
Maps a row using returning a case insensitive map
|
class |
NonStreamingInsensitiveMapRowHandler
Maps a row using returning a case insensitive map to its values.
|
Copyright © 2021. All rights reserved.