Package org.eclipse.net4j.db
Interface DBUtil.SerializeRowHandler
- 
- All Superinterfaces:
- DBUtil.RowHandler
 - Enclosing class:
- DBUtil
 
 public static interface DBUtil.SerializeRowHandler extends DBUtil.RowHandler - Since:
- 4.1
- Author:
- Eike Stepper
 
- 
- 
Method SummaryAll Methods Instance Methods Abstract Methods Modifier and Type Method Description voidhandleRow(org.eclipse.net4j.util.io.ExtendedDataOutput out, 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.ExtendedDataOutput out, java.sql.Connection connection, IDBField[] fields, java.lang.Object[] values) throws java.sql.SQLException, java.io.IOException- Throws:
- java.sql.SQLException
- java.io.IOException
 
 
- 
 
-