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

public function isPrepared();
doc_Drupal
2016-10-29 09:41:44
Comments
Leave a Comment

Please login to continue.