public function SelectQueryInterface::preExecute

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.

Archivo

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

Class

SelectQueryInterface
Interface definition for a Select Query object.

Código

public function preExecute(SelectQueryInterface $query = NULL);