Package org.eclipse.net4j.db
Interface DBUtil.RowHandler
- 
- All Known Subinterfaces:
- DBUtil.DeserializeRowHandler,- DBUtil.SerializeRowHandler
 - Enclosing class:
- DBUtil
 
 public static interface DBUtil.RowHandlerCall-back interface with amethodthat is called after a number of table rows have been handled by one of the subtypes of this interface.- Since:
- 4.1
- Author:
- Eike Stepper
 
- 
- 
Method SummaryAll Methods Instance Methods Abstract Methods Modifier and Type Method Description voiddone(boolean successful)
 
-