예제 #1
0
 public function moveDown($rows = 1)
 {
     return $this->cursor->moveDown($rows);
 }