sqlite_field_name SQLiteResult->fieldName SQLiteUnbuffered->fieldName Returns the name of a particular field Description stringsqlite_field_name resourceresult intfield_index Object oriented style (method): SQLiteResult stringfieldName intfield_index SQLiteUnbuffered stringfieldName intfield_index Given the ordinal column number, field_index, sqlite_field_name returns the name of that field in the result set result. The column name returned by sqlite_field_name will be case-folded according to the value of the sqlite.assoc_case configuration option.