org.eclipse.net4j.db
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

Method Summary
 void handleRow(ExtendedDataOutput out, Connection connection, IDBField[] fields, Object[] values)
           
 
Methods inherited from interface org.eclipse.net4j.db.DBUtil.RowHandler
done
 

Method Detail

handleRow

void handleRow(ExtendedDataOutput out,
               Connection connection,
               IDBField[] fields,
               Object[] values)
               throws SQLException,
                      IOException
Throws:
SQLException
IOException


Copyright (c) 2011, 2012 Eike Stepper (Berlin, Germany) and others.