com.mungoknotwise.sqlcli
Interface UpdateRowcountHandler
- All Known Implementing Classes:
- PrintStreamedUpdateRowcountHandler
- public interface UpdateRowcountHandler
Defines operations for handling the rowcount from a non-SELECT SQL command.
- Version:
- $Id: UpdateRowcountHandler.java,v 1.1.1.1 2004/07/28 01:12:39 mungoknotwise Exp $
- Author:
- Steven Caswell
Method Summary |
void |
handleRowcount(int rowCount)
Handles the rowcount from the SQL update query. |
handleRowcount
public void handleRowcount(int rowCount)
- Handles the rowcount from the SQL update query. This includes any
non-SELECT statements.
- Parameters:
rowCount
- the row count from the update
Copyright © 2004 Steven Caswell. All Rights Reserved.