resource prepareQuery
(
string $query
)
Prepares a query for execution with executeQuery() .
the query to prepareQuery
resource - the query handle
This function can not be called statically.
See Introduction - Execute for general using and an example.