org.eclipse.net4j.db
Interface IDBRowHandler


public interface IDBRowHandler

Call-back that handles the values of, for example, a row in a database table.

See Also:
DBUtil.select(java.sql.Connection, IDBRowHandler, String, org.eclipse.net4j.db.ddl.IDBField...)

Method Summary
 boolean handle(int row, Object... values)
           
 

Method Detail

handle

boolean handle(int row,
               Object... values)


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