/**
  * Rewind the cursor to the first row
  */
 public function rewind()
 {
     return $this->connection->sql_data_seek($this->resource, 0);
 }