Package org.opennms.core.utils
Interface RowProcessor
-
- All Known Implementing Classes:
Querier,SingleResultQuerier
public interface RowProcessorDeprecated.Use Hibernate instead of plain JDBCRepresents a RowProcessor- Version:
- $Id: $
- Author:
- brozow
-
-
Method Summary
All Methods Instance Methods Abstract Methods Deprecated Methods Modifier and Type Method Description voidprocessRow(java.sql.ResultSet rs)Deprecated.processRow
-