MDB_Common::prepareQuery()

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

Synopsis

require_once 'MDB.php';

resource prepareQuery (string $query)

Beschreibung

Prepares a query for execution with executeQuery() .

Parameter

string $query

the query to prepareQuery

Rückgabewert

resource - the query handle

Hinweise

Diese Methode kann nicht statisch aufgerufen werden.

See Introduction - Execute for general using and an example.

Siehe auch

executeQuery() , executeQuery()