MDB_Common::getAll()

MDB_Common::getAll() -- Fetch all rows

Synopsis

Описание

Fetch the entire result set of a query and return it into a nested array. The function takes care of doing the query and freeing the results when finished.

Параметр

string $query

the SQL query

array $types

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

array $params

if supplied, prepareQuery()/ executeQuery() will be used with this array as execute parameters

array $param_types

if supplied, the values in $param will automatically set to the passed datatypes

integer $fetchmode

the fetch mode to use, default is MDB_FETCHMODE_DEFAULT

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

Throws

Заметка

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

См. также

query() , limitQuery() , prepareQuery() executeQuery() , getCol() , getRow() , getAssoc() , getOne()

    Поддержать сайт на родительском проекте КГБ