Interface TeiidResultSet

    • Method Detail

      • available

        int available()
               throws SQLException
        Returns an estimate of the minimum number of rows that can be read (after the current) without blocking or the end of the ResultSet is reached.
        Returns:
        an estimate of the minimum number of rows that can be read (after the current) without blocking or the end of the ResultSet is reached.
        Throws:
        SQLException - if the statement is closed or another error condition occurs.