Class ArrayHandler

    • Constructor Detail

      • ArrayHandler

        public ArrayHandler()
        Creates a new instance of ArrayHandler using a BasicRowProcessor for conversion.
      • ArrayHandler

        public ArrayHandler​(RowProcessor convert)
        Creates a new instance of ArrayHandler.
        Parameters:
        convert - The RowProcessor implementation to use when converting rows into arrays.