(PHP 5)
sqlite_field_name(no version information, might be only in CVS)
SQLiteResult->fieldName(no version information, might be only in CVS)
SQLiteUnbuffered->fieldName -- 特定のフィールドの名前を返すObject oriented style (method):
class SQLiteResult {Given the ordinal column number, field_index, sqlite_field_name() returns the name of that field in the result set result.
与えられたオリジナルのカラム番号での SQLite 結果セット中のフィールド名を返します。エラーの場合は、FALSE を返します。
SQLITE_ASSOC および SQLITE_BOTH で 返されるカラム名は、設定オプション sqlite.assoc_case の値に基づき、 大文字小文字が変換されます。