public SelectInterface::isPrepared()
Indicates if preExecute() has already been called on that object.
Return value
TRUE is this query has already been prepared, FALSE otherwise.
File
- core/lib/Drupal/Core/Database/Query/SelectInterface.php, line 504
Class
- SelectInterface
- Interface definition for a Select Query object.
Namespace
Drupal\Core\Database\Query
Code
public function isPrepared();
Please login to continue.