Schnittstelle IDBRowHandler


public interface IDBRowHandler
Call-back that handles the values of, for example, a row in a database table.
Autor:
Eike Stepper
Siehe auch:
  • Methodenübersicht

    Modifizierer und Typ
    Methode
    Beschreibung
    boolean
    handle(int row, Object... values)
     
  • Methodendetails

    • handle

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