MDB_Common::prepareQuery()

MDB_Common::prepareQuery() -- prepares a SQL statment

Referentiesamenvatting

require_once 'MDB.php';

resource prepareQuery (string $query)

Beschrijving

Prepares a query for execution with executeQuery() .

Parameter

string $query

the query to prepareQuery

Return waarde

resource - the query handle

Note

Deze functie kan niet statisch worden aangeroepen.

See Introduction - Execute for general using and an example.

Zie

executeQuery() , executeQuery()