javatools.database
Interface ResultIterator.ResultWrapper<T>

Enclosing class:
ResultIterator<T>

public static interface ResultIterator.ResultWrapper<T>

Wraps the current row in a ResultSet into a T


Method Summary
 T wrap(java.sql.ResultSet r)
          Wraps the current row in a ResultSet into a T
 

Method Detail

wrap

T wrap(java.sql.ResultSet r)
       throws java.lang.Exception
Wraps the current row in a ResultSet into a T

Throws:
java.lang.Exception