Exemplo n.º 1
0
 /**
  * Seeks to an arbitrary row in statement result set.
  *
  * @param int $offset Must be between zero and the total number of rows minus one
  * @return bool TRUE on success or FALSE on failure
  */
 public function data_seek($offset)
 {
     return $this->databaseConnection->sql_data_seek($this->recordSet, $offset);
 }