Interface IDBRowHandler


public interface IDBRowHandler
Call-back that handles the values of, for example, a row in a database table.
Author:
Eike Stepper
See Also:
  • Method Summary

    Modifier and Type
    Method
    Description
    boolean
    handle(int row, Object... values)
     
  • Method Details

    • handle

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