sqlite_field_name SQLiteResult::fieldName SQLiteUnbuffered::fieldName Returns the name of a particular field &reftitle.description; stringsqlite_field_name resourceresult intfield_index &style.oop; (method): stringSQLiteResult::fieldName intfield_index stringSQLiteUnbuffered::fieldName intfield_index Given the ordinal column number, field_index, sqlite_field_name returns the name of that field in the result set result. &reftitle.parameters; result The SQLite result resource. This parameter is not required when using the object-oriented method. field_index The ordinal column number in the result set. &reftitle.returnvalues; Returns the name of a field in an SQLite result set, given the ordinal column number; &false; on error. &sqlite.case-fold;