sqlite_field_name
(no version information, might be only in CVS)
sqlite_field_name -- Returns the name of a particular field.
Description
string
sqlite_field_name ( resource result, int field_index)
Given the ordinal column number, field_index, returns
the name of that field in the result handle
result.