Ejemplo n.º 1
0
 public function moveUp($rows = 1)
 {
     return $this->cursor->moveUp($rows);
 }