All Packages    This Package  Previous  Next  

Interface sqlj.runtime.NamedIterator

public interface 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:



All Packages    This Package  Previous  Next