org.qi4j.library.sql.common
Interface Databases.ResultSetVisitor

All Superinterfaces:
Visitor<java.sql.ResultSet,java.sql.SQLException>
Enclosing class:
Databases

public static interface Databases.ResultSetVisitor
extends Visitor<java.sql.ResultSet,java.sql.SQLException>

Visitor for the ResultSet. Only access data from the given ResultSet, as the iteration will be done by this API.


Method Summary
 
Methods inherited from interface org.qi4j.functional.Visitor
visit