Package org.eclipse.net4j.db
Interface DBUtil.DeserializeRowHandler
- 
- All Superinterfaces:
- DBUtil.RowHandler
 - Enclosing class:
- DBUtil
 
 public static interface DBUtil.DeserializeRowHandler extends DBUtil.RowHandler Arow handlerwith amethodthat is called once per row deserialized withinDBUtil.deserializeTable().- Since:
- 4.1
- Author:
- Eike Stepper
 
- 
- 
Method SummaryAll Methods Instance Methods Abstract Methods Modifier and Type Method Description voidhandleRow(org.eclipse.net4j.util.io.ExtendedDataInput in, java.sql.Connection connection, IDBField[] fields, java.lang.Object[] values)- 
Methods inherited from interface org.eclipse.net4j.db.DBUtil.RowHandlerdone
 
- 
 
- 
- 
- 
Method Detail- 
handleRowvoid handleRow(org.eclipse.net4j.util.io.ExtendedDataInput in, java.sql.Connection connection, IDBField[] fields, java.lang.Object[] values) throws java.sql.SQLException, java.io.IOException- Throws:
- java.sql.SQLException
- java.io.IOException
 
 
- 
 
-