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- 
walkImplement in this method your iteration logic- Parameters:
- rows- The- ResultSetready to be iterated
- Throws:
- SQLException- Error in the database
 
 
-