InsertQuery::values

public function InsertQuery::values

public InsertQuery::values(array $values)

Adds another set of values to the query to be inserted.

If $values is a numeric-keyed array, it will be assumed to be in the same order as the original fields() call. If it is associative, it may be in any order as long as the keys of the array match the names of the fields.

Parameters

$values: An array of values to add to the query.

Return value

InsertQuery The called object.

File

includes/database/query.inc, line 557
Non-specific Database query code. Use