org.oddjob.sql
Interface SQLResultsProcessor

All Superinterfaces:
Destination<Object>
All Known Implementing Classes:
SQLResultsBean, SQLResultsSheet

public interface SQLResultsProcessor
extends Destination<Object>

A marker interface for processors of beans from a SQLExecutor. Implementations must be able to cope with UpdateCount beans or beans created from a result set.

Author:
rob

Method Summary
 
Methods inherited from interface org.oddjob.beanbus.Destination
accept