sqlj.runtime
Interface PositionedIterator


public abstract interface PositionedIterator
extends ResultSetIterator

An interface implemented by all iterators that employ a by-position binding strategy. All such iterators depend on the position of the columns of the data to which they are bound, as opposed to the names of the columns to which they are bound.

In addition to implementing this interface, position-bound iterator implementations will provide:


Fields inherited from class sqlj.runtime.ResultSetIterator
ASENSITIVE, FETCH_FORWARD, FETCH_REVERSE, FETCH_UNKNOWN, INSENSITIVE, SENSITIVE
 
Methods inherited from interface sqlj.runtime.ResultSetIterator
clearWarnings, close, endFetch, getFetchSize, getResultSet, getSensitivity, getWarnings, isClosed, next, setFetchSize