resetWhere() public method

Resets the WHERE conditions.
public resetWhere ( )
コード例 #1
0
ファイル: Query.php プロジェクト: spartaksun/orientdb-query
 /**
  * {@inheritdoc}
  */
 public function resetWhere()
 {
     $this->command->resetWhere();
     return $this->command;
 }