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 SelectQueryInterface::isPrepared()
SelectQuery::isPrepared in includes/database/select.inc
Indicates if preExecute() has already been called on that object.
SelectQueryExtender::isPrepared in includes/database/select.inc
Indicates if preExecute() has already been called on that object.

File

includes/database/select.inc, line 474

Class

SelectQueryInterface
Interface definition for a Select Query object.

Code

public function isPrepared();