Represents a SQL result set which can be iterated through with next. Initially the cursor will not point to any row, and calling next once will iterate to the first row.
Close any resources backed by this object.
Move to the next row in the result set.