|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--com.mungoknotwise.sqlcli.BasicPrintStreamed | +--com.mungoknotwise.sqlcli.PrintStreamedUpdateRowcountHandler
Implementation of UpdateRowcountHandler
that writes the rowcount
to the object's print streams.
Constructor Summary | |
PrintStreamedUpdateRowcountHandler()
Constructs a new instance of PrintStreamedUpdateRowcountHandler . |
Method Summary | |
void |
handleRowcount(int rowCount)
Handles the rowcount from the SQL update query. This includes any non-SELECT statements. |
Methods inherited from class com.mungoknotwise.sqlcli.BasicPrintStreamed |
addPrintStream, print, println, removePrintStream, streamIterator |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public PrintStreamedUpdateRowcountHandler()
PrintStreamedUpdateRowcountHandler
.
Method Detail |
public void handleRowcount(int rowCount)
handleRowcount
in interface UpdateRowcountHandler
rowCount
- the row count from the update
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |