|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use StatementResult | |
|---|---|
| org.mule.module.db.internal.result.statement | |
| Uses of StatementResult in org.mule.module.db.internal.result.statement |
|---|
| Classes in org.mule.module.db.internal.result.statement that implement StatementResult | |
|---|---|
class |
OutputParamResult
Represents an output parameter after a Statement execution |
class |
ResultSetResult
Represents a ResultSet after a Statement execution |
class |
UpdateCountResult
Represents an update count after a Statement execution |
| Methods in org.mule.module.db.internal.result.statement that return StatementResult | |
|---|---|
protected StatementResult |
StatementResultIterator.doProcessOutputParam(OutputQueryParam outputSqlParam,
Object paramValue)
|
protected StatementResult |
StatementResultIterator.doProcessResultSet(String name,
ResultSet resultSet)
|
protected StatementResult |
StatementResultIterator.doProcessUpdateCount(String name,
int value)
|
StatementResult |
StatementResultIterator.next()
|
protected StatementResult |
StatementResultIterator.processOutputParam()
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||