Package com.logicaldoc.core
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
-
Method Details
-
walk
Implement in this method your iteration logic- Parameters:
rows
- TheResultSet
ready to be iterated- Throws:
SQLException
- Error in the database
-