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

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

public static interface Databases.ResultSetVisitor
extends Visitor<ResultSet,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.api.util.Visitor
visit