Class TableGroupRowRunner

    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      void run​(TableRowCore row)
      Code to run
      boolean run​(TableRowCore[] rows)
      Code to run against multiple rows.
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • TableGroupRowRunner

        public TableGroupRowRunner()
    • Method Detail

      • run

        public void run​(TableRowCore row)
        Code to run
        Parameters:
        row - TableRowCore to run code against
      • run

        public boolean run​(TableRowCore[] rows)
        Code to run against multiple rows. Return true if this object supports it, false otherwise.
        Parameters:
        rows -
        Returns: