Interface DBUtil.SerializeRowHandler

All Superinterfaces:
DBUtil.RowHandler
Enclosing class:
DBUtil

public static interface DBUtil.SerializeRowHandler extends DBUtil.RowHandler
A row handler with a method that is called once per row serialized within DBUtil.serializeTable().
Since:
4.1
Author:
Eike Stepper
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    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