into() public method

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