sqlj.runtime
Interface NamedIterator


public abstract interface NamedIterator
extends ResultSetIterator

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

In addition to implementing this interface, name-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, getFetchSize, getResultSet, getSensitivity, getWarnings, isClosed, next, setFetchSize