public function SelectInterface::isPrepared in Drupal 10
Same name and namespace in other branches
- 8 core/lib/Drupal/Core/Database/Query/SelectInterface.php \Drupal\Core\Database\Query\SelectInterface::isPrepared()
- 9 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.
1 method overrides SelectInterface::isPrepared()
- 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 484
Class
- SelectInterface
- Interface definition for a Select Query object.
Namespace
Drupal\Core\Database\QueryCode
public function isPrepared();