SelectInterface::isPrepared

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

1
public function isPrepared();
doc_Drupal
2025-01-10 15:47:30
Comments
Leave a Comment

Please login to continue.