protected property Insert::$insertFields

An array of fields on which to insert.

Type: array

File

drupal/core/lib/Drupal/Core/Database/Query/Insert.php, line 29
Definition of Drupal\Core\Database\Query\Insert

Class

Insert
General class for an abstracted INSERT query.

Namespace

Drupal\Core\Database\Query

Code

protected $insertFields = array();