W3cubDocs

/Drupal 8

protected property InsertTrait::$insertFields

An array of fields on which to insert.

Type: array

File

core/lib/Drupal/Core/Database/Query/InsertTrait.php, line 24

Class

InsertTrait
Provides common functionality for INSERT and UPSERT queries.

Namespace

Drupal\Core\Database\Query

Code

protected $insertFields = array();

© 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!InsertTrait.php/property/InsertTrait::insertFields/8.1.x