1 select.inc public SelectQueryInterface::isPrepared()

Indicates if preExecute() has already been called on that object.

Return value

bool: TRUE is this query has already been prepared, FALSE otherwise.

File

core/includes/database/select.inc, line 497
Contains classes and interfaces for Select queries.

Class

SelectQueryInterface
Interface definition for a Select Query object.

Code

public function isPrepared();