Class ThreadedColumnsIterator

  • All Implemented Interfaces:
    Iterator<Object[]>

    public class ThreadedColumnsIterator
    extends DBCThreadedIterator<Object[]>
    Retrieves a list of fields from the requested table. Uses a background thread for fetching the next batch of fields after the previous batch has been returned.
    Author:
    hellrich