previousMDB_Common::numRows() (Previous) (Next) MDB_Common::query()next

View this page in Last updated: Sun, 18 Oct 2009
English | Brazilian Portuguese | Chinese | Dutch | French | German | Hungarian | Japanese | Polish | Russian | Spanish | Turkish

MDB_Common::prepareQuery()

MDB_Common::prepareQuery() – Prépare une requête SQL

Synopsis

require_once 'MDB.php';

resource prepareQuery ( string $query )

Description

Prépare une requête pour l'exécution avec executeQuery() .

Parameter

string $query

la requête à préparer

Return value

resource - le gestionnaire de requête

Note

This function can not be called statically.

Voir Introduction - Execute pour une utilisation générale et un exemple.

previousMDB_Common::numRows() (Previous) (Next) MDB_Common::query()next

Download Documentation Last updated: Sun, 18 Oct 2009
Do you think that something on this page is wrong? Please file a bug report or add a note.
User Notes:
There are no user contributed notes for this page.