JavaScript is disabled on your browser.
Skip navigation links
Overview
Class
Use
Tree
Deprecated
Index
Search
Help
com.vividsolutions.jump.datastore.jdbc
ResultSetBlock
Contents
Description
Method Summary
Method Details
yield(ResultSet)
Hide sidebar
Show sidebar
Interface ResultSetBlock
public interface
ResultSetBlock
A block of code to execute on a result set.
Version:
1.0
Author:
Martin Davis
Method Summary
All Methods
Instance Methods
Abstract Methods
Modifier and Type
Method
Description
void
yield
(
ResultSet
resultSet)
Method Details
yield
void
yield
(
ResultSet
resultSet)
throws
Exception
Throws:
Exception