public function SelectQueryInterface::preExecute

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

includes/database/select.inc, line 482

Class

SelectQueryInterface
Interface definition for a Select Query object.

Code

public function preExecute(SelectQueryInterface $query = NULL);

© 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/includes!database!select.inc/function/SelectQueryInterface::preExecute/7.x