skip() public method

Adds a skip clause to the current query.
public skip ( $records )
コード例 #1
0
ファイル: Query.php プロジェクト: spartaksun/orientdb-query
 /**
  * {@inheritdoc}
  */
 public function skip($records)
 {
     return $this->command->skip($records);
 }