示例#1
0
 /**
  * Move internal result pointer.
  *
  * @param int $row
  *   The desired row number of the new result pointer.
  * @return bool
  *   Returns TRUE on success or FALSE on failure.
  */
 public function data_seek($row = 0)
 {
     return $this->dbObj->data_seek($this->query, $row);
 }