1 select.inc public SelectQueryInterface::preExecute(SelectQueryInterface $query = NULL)

Generic preparation and validation for a SELECT query.

Return value

TRUE if the validation was successful, FALSE if not.:

File

core/includes/database/select.inc, line 485

Class

SelectQueryInterface
Interface definition for a Select Query object.

Code

public function preExecute(SelectQueryInterface $query = NULL);