ArininAV

DB_result::numCols()

DB_result::numCols() -- Gets number of columns in a result set

Synopsis

integer numCols ()

Описание

Get the number of columns of the rows in a result set.

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

integer - number of columns or a DB_Error object on failure

Заметка

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

Пример

См. также

numRows(), affectedRows()