Interface Data

  • All Known Implementing Classes:
    MemoryData, RewindableData

    public interface Data
    Data represents a set of rows containing data
    • Method Detail

      • next

        boolean next()
              throws SQLException
        goto the next (or first) row
        Returns:
        true if row exits, false if not
        Throws:
        SQLException