Interface ResultSetWalker


public interface ResultSetWalker
A walker that operates over a ResultSet bound to the current JDBC connection
Since:
9.0.1
Author:
Marco Meschieri - LogicalDOC
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    Implement in this method your iteration logic
  • Method Details