public function SelectQueryInterface::preExecute

7.x 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.

2 methods override SelectQueryInterface::preExecute()
SelectQuery::preExecute in drupal-7.x/includes/database/select.inc
Generic preparation and validation for a SELECT query.
SelectQueryExtender::preExecute in drupal-7.x/includes/database/select.inc
Generic preparation and validation for a SELECT query.

File

drupal-7.x/includes/database/select.inc, line 481

Class

SelectQueryInterface
Interface definition for a Select Query object.

Code

public function preExecute(SelectQueryInterface $query = NULL);