sqlite_field_nameSQLiteResult->fieldNameSQLiteUnbuffered->fieldNameReturns the name of a particular fieldDescriptionstringsqlite_field_nameresourceresultintfield_indexObject oriented style (method):SQLiteResultstringfieldNameintfield_indexSQLiteUnbufferedstringfieldNameintfield_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.