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();