W3cubDocs

/Drupal 8

protected property Insert::$fromQuery

A SelectQuery object to fetch the rows that should be inserted.

Type: \Drupal\Core\Database\Query\SelectInterface

File

core/lib/Drupal/Core/Database/Query/Insert.php, line 21

Class

Insert
General class for an abstracted INSERT query.

Namespace

Drupal\Core\Database\Query

Code

protected $fromQuery;

© 2001–2016 by the original authors
Licensed under the GNU General Public License, version 2 and later.
Drupal is a registered trademark of Dries Buytaert.
https://api.drupal.org/api/drupal/core!lib!Drupal!Core!Database!Query!Insert.php/property/Insert::fromQuery/8.1.x