DB_common::nextId() (Previous) (Next) DB_common::prepare()

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

DB_common::nextQueryIsManip()

DB_common::nextQueryIsManip() -- Informs the DB driver that the next query is a manipulation query

Описание

Informs the DB driver that the next query that is called will manipulate data within the database and will not return a result set, irrespective of the usual detection performed within DB.

Параметр

boolean $manip

When TRUE, the next query will always be treated as not returning a result set. When FALSE, the normal behaviour will be used, which will result in DB attempting to automatically detect whether the query will return a result set or not.

Возвращаемое значение

void - nothing is returned

Заметка

Эта функция не должна вызываться статически.

DB_common::nextId() (Previous) (Next) DB_common::prepare()

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.