Class OdbcResultSet


  • public class OdbcResultSet
    extends Object
    Represents single result set.
    • Method Detail

      • hasUnfetchedRows

        public boolean hasUnfetchedRows()
        Returns:
        true if has non-fetched rows.
      • fetch

        public List<Object> fetch​(int maxSize)
        Fetch up to specified number of rows of result set.
        Parameters:
        maxSize - Maximum number of records to fetch.
        Returns:
        List of fetched records.