org.eclipse.net4j.db
Interface DBUtil.RowHandler

All Known Subinterfaces:
DBUtil.DeserializeRowHandler, DBUtil.SerializeRowHandler
Enclosing class:
DBUtil

public static interface DBUtil.RowHandler

Call-back interface with a method that is called after a number of table rows have been handled by one of the subtypes of this interface.

Since:
4.1

Method Summary
 void done(boolean successful)
           
 

Method Detail

done

void done(boolean successful)
          throws SQLException,
                 IOException
Throws:
SQLException
IOException


Copyright (c) 2011, 2012 Eike Stepper (Berlin, Germany) and others.