82 public function seek($rownum)
86 $this->result->seek($rownum);
115 if (is_null($this->row)) {
116 $row = $this->result->fetchRow($this->fetchmode);
151 return $this->result->free();
153 $this->result =
false;
170 return $this->result->rowCount();
221 return $this->result->valid();
238 return $this->result->numRows();
const MDB2_FETCHMODE_DEFAULT
This is a special constant that tells MDB2 the user hasn't specified any particular get mode,...
valid()
Check if the end of the result set has been reached.
rewind()
Seek to the first row in a result set.
count()
Returns the number of rows in a result object.
key()
Returns the row number.
rewind()
Seek to the first row in a result set.
next()
Fetch next row of data.
valid()
Check if the end of the result set has been reached.
free()
Free the internal resources associated with result.
seek($rownum)
Seek forward to a specific row in a result set.
__construct($result, $fetchmode=MDB2_FETCHMODE_DEFAULT)
Constructor.
current()
return a row of data
isError($data, $code=null)
Tell whether a value is a PEAR error.