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();
rewind()
Seek to the first row in a result set.
const MDB2_FETCHMODE_DEFAULT
This is a special constant that tells MDB2 the user hasn't specified any particular get mode...
seek($rownum)
Seek forward to a specific row in a result set.
rewind()
Seek to the first row in a result set.
valid()
Check if the end of the result set has been reached.
next()
Fetch next row of data.
free()
Free the internal resources associated with result.
key()
Returns the row number.
current()
return a row of data
__construct($result, $fetchmode=MDB2_FETCHMODE_DEFAULT)
Constructor.
count()
Returns the number of rows in a result object.
valid()
Check if the end of the result set has been reached.
isError($data, $code=null)
Tell whether a value is a PEAR error.