|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.midao.jdbc.core.handlers.output.AbstractOutputHandler<T>
org.midao.jdbc.core.handlers.output.RowCountOutputHandler<T>
public class RowCountOutputHandler<T extends java.lang.Number>
Class which allows to receive amount of records updated.
Can be used in QueryRunnerService.update(org.midao.jdbc.core.handlers.input.InputHandler, OutputHandler)
Field Summary |
---|
Fields inherited from class org.midao.jdbc.core.handlers.output.AbstractOutputHandler |
---|
outputProcessor |
Constructor Summary | |
---|---|
RowCountOutputHandler()
Creates new RowCountOutputHandler instance. |
Method Summary | |
---|---|
T |
handle(java.util.List<QueryParameters> outputList)
Returns amount of records updated (value is calculated by JDBC Driver) |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public RowCountOutputHandler()
Method Detail |
---|
public T handle(java.util.List<QueryParameters> outputList)
outputList
- Query output
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |