Interface SqlQuery.SqlQueryRowProcessor

    • Method Detail

      • processRow

        boolean processRow​(Map<String,​Object> resultRow,
                           int rownum)
                    throws SqlRuntimeException
        This method will be called once for database row.
        Parameters:
        resultRow - The object representation of the database row.
        rownum - The database row number starting from 1.
        Returns:
        True to continue processing, false to stop.
        Throws:
        SqlRuntimeException