function SelectInterface::isPrepared
Same name in other branches
- 9 core/lib/Drupal/Core/Database/Query/SelectInterface.php \Drupal\Core\Database\Query\SelectInterface::isPrepared()
- 10 core/lib/Drupal/Core/Database/Query/SelectInterface.php \Drupal\Core\Database\Query\SelectInterface::isPrepared()
- 11.x core/lib/Drupal/Core/Database/Query/SelectInterface.php \Drupal\Core\Database\Query\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 core/
lib/ Drupal/ Core/ Database/ Query/ Select.php - Indicates if preExecute() has already been called on that object.
- SelectExtender::isPrepared in core/
lib/ Drupal/ Core/ Database/ Query/ SelectExtender.php - Indicates if preExecute() has already been called on that object.
File
-
core/
lib/ Drupal/ Core/ Database/ Query/ SelectInterface.php, line 519
Class
- SelectInterface
- Interface definition for a Select Query object.
Namespace
Drupal\Core\Database\QueryCode
public function isPrepared();
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.