biz.hammurapi.sql
Interface RowProcessor

All Known Subinterfaces:
MetadataAwareRowProcessor, RowProcessorEx
All Known Implementing Classes:
RowsetConfigurableContainer

public interface RowProcessor

Processes rows in ResultSet

Version:
$Revision: 1.1 $
Author:
Pavel Vlasov

Method Summary
 boolean process(java.sql.ResultSet rs)
          Processes one row from result set.
 

Method Detail

process

boolean process(java.sql.ResultSet rs)
                throws java.sql.SQLException
Processes one row from result set.

Parameters:
resultSet -
Returns:
false if subsequent rows shall not be processed
Throws:
java.sql.SQLException


Copyright © 2003 Hammurapi Group. All Rights Reserved.