biz.hammurapi.sql
Interface RowProcessorEx

All Superinterfaces:
RowProcessor
All Known Subinterfaces:
MetadataAwareRowProcessor

public interface RowProcessorEx
extends RowProcessor

Contains handler of empty ResultSet

Version:
$Revision: 1.2 $
Author:
Pavel Vlasov

Method Summary
 void onEmptyResultSet()
          This method is invoked if there've been no rows in the ResultSet
 
Methods inherited from interface biz.hammurapi.sql.RowProcessor
process
 

Method Detail

onEmptyResultSet

void onEmptyResultSet()
                      throws java.sql.SQLException
This method is invoked if there've been no rows in the ResultSet

Throws:
java.sql.SQLException


Copyright © 2003 Hammurapi Group. All Rights Reserved.