MDB_Common::execute() (Previous) (Next) MDB_Common::executeMultiple()

View this page in Last updated: Mon, 02 Jul 2007
English | Dutch | French | German | Hungarian | Japanese | Polish | Russian | Spanish | Plain HTML

MDB_Common::executeQuery()

MDB_Common::executeQuery() -- executes a prepared SQL statment

Opis

executeQuery() joins the prepared SQL statment from prepareQuery() with the data that was set using one of the setParam() methods and executes the SQL query.

Parametr

resource $stmt

query handle from prepareQuery()

array $types

if supplied, the types of the columns in the result set will be set for fetching

Zwracana wartość

mixed - a resource id/MDB_OK or a MDB_Error, if fail

Uwagi

Ta funkcja nie może być wywołana statycznie.

See Introduction - Execute for general using and an example.

MDB_Common::execute() (Previous) (Next) MDB_Common::executeMultiple()

Download Documentation Last updated: Mon, 02 Jul 2007
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.