public Insert::execute()
Executes the insert query.
Return value
The last insert ID of the query, if one exists. If the query was given multiple sets of values to insert, the return value is undefined. If no fields are specified, this method will do nothing and return NULL. That That makes it safe to use in multi-insert loops.
Overrides Insert::execute
File
core/lib/Drupal/Core/Database/Driver/mysql/Insert.php, line 12
Class
Insert MySQL implementation of \Drupal\Core\Database\Query\Inser