butler.sql.util
Interface RowProcessor

All Known Implementing Classes:
DefaultRowProcessor, MapProcessor, RecordRowProcessor

public interface RowProcessor

Creates an object from one row of the ResultSet. The next method on the ResultSet may be called if necessary.

Author:
Fredrik Bertilsson

Method Summary
 java.lang.Object process(java.sql.ResultSet rs)
           
 

Method Detail

process

java.lang.Object process(java.sql.ResultSet rs)
                         throws java.lang.Exception
Throws:
java.lang.Exception