public function SelectInterface::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 SelectInterface::isPrepared()
Select::isPrepared in drupal/core/lib/Drupal/Core/Database/Query/Select.php
Indicates if preExecute() has already been called on that object.
SelectExtender::isPrepared in drupal/core/lib/Drupal/Core/Database/Query/SelectExtender.php
Indicates if preExecute() has already been called on that object.

File

drupal/core/lib/Drupal/Core/Database/Query/SelectInterface.php, line 447
Definition of Drupal\Core\Database\Query\SelectInterface

Class

SelectInterface
Interface definition for a Select Query object.

Namespace

Drupal\Core\Database\Query

Code

public function isPrepared();