Package org.eclipse.net4j.db
Interface DBUtil.SerializeRowHandler
- All Superinterfaces:
DBUtil.RowHandler
- Enclosing class:
- DBUtil
- Since:
- 4.1
- Author:
- Eike Stepper
-
Method Summary
Modifier and TypeMethodDescriptionvoid
handleRow
(org.eclipse.net4j.util.io.ExtendedDataOutput out, Connection connection, IDBField[] fields, Object[] values) Methods inherited from interface org.eclipse.net4j.db.DBUtil.RowHandler
done
-
Method Details
-
handleRow
void handleRow(org.eclipse.net4j.util.io.ExtendedDataOutput out, Connection connection, IDBField[] fields, Object[] values) throws SQLException, IOException - Throws:
SQLException
IOException
-