org.eclipse.net4j.db
Interface DBUtil.DeserializeRowHandler

All Superinterfaces:
DBUtil.RowHandler
Enclosing class:
DBUtil

public static interface DBUtil.DeserializeRowHandler
extends DBUtil.RowHandler

A row handler with a method that is called once per row deserialized within DBUtil.deserializeTable().

Since:
4.1

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

Method Detail

handleRow

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


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