public function SelectQueryInterface::isPrepared

Indicates if preExecute() has already been called on that object.

Return value

TRUE is this query has already been prepared, FALSE otherwise.

2 methods override SelectQueryInterface::isPrepared()
SelectQuery::isPrepared in drupal-7.x/includes/database/select.inc
Indicates if preExecute() has already been called on that object.
SelectQueryExtender::isPrepared in drupal-7.x/includes/database/select.inc
Indicates if preExecute() has already been called on that object.

Archivo

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

Class

SelectQueryInterface
Interface definition for a Select Query object.

Código

public function isPrepared();