Interface RowProcessor

  • All Known Implementing Classes:
    Querier, SingleResultQuerier

    public interface RowProcessor
    Deprecated.
    Use Hibernate instead of plain JDBC
    Represents a RowProcessor
    Version:
    $Id: $
    Author:
    brozow
    • Method Detail

      • processRow

        void processRow​(java.sql.ResultSet rs)
                 throws java.sql.SQLException
        Deprecated.

        processRow

        Parameters:
        rs - a ResultSet object.
        Throws:
        java.sql.SQLException - if any.