Class AbstractListHandler<T>

    • Method Detail

      • handleRow

        protected abstract T handleRow​(ResultSet resultSet)
                                throws SQLException
        Row handler. Method converts current row into some Java object.
        Parameters:
        resultSet - ResultSet to process.
        Returns:
        row processing result
        Throws:
        SQLException - error occurs