| Package | Description |
|---|---|
| org.mule.db.commons.internal.result.statement |
| Modifier and Type | Class and Description |
|---|---|
class |
OutputParamResult
Represents an output parameter after a
Statement execution |
class |
ResultSetResult
|
class |
UpdateCountResult
Represents an update count after a
Statement execution |
| Modifier and Type | Method and Description |
|---|---|
protected SingleStatementResult |
StatementResultIterator.doProcessOutputParam(OutputQueryParam outputSqlParam,
Object paramValue) |
protected SingleStatementResult |
StatementResultIterator.doProcessResultSet(String name,
ResultSet resultSet) |
protected SingleStatementResult |
StatementResultIterator.doProcessUpdateCount(String name,
int value) |
SingleStatementResult |
StatementResultIterator.next() |
protected SingleStatementResult |
StatementResultIterator.processOutputParam() |
Copyright © 2022. All rights reserved.