sqlite_column SQLiteResult::column SQLiteUnbuffered::column カレントの結果セットのレコードからカラムを1列取得する &reftitle.description; mixedsqlite_column resourceresult mixedindex_or_name booldecode_binarytrue mixedSQLiteResult::column mixedindex_or_name booldecode_binarytrue mixedSQLiteUnbuffered::column mixedindex_or_name booldecode_binarytrue クエリ結果ハンドルresult の現在のレコードから index_or_name (文字列の場合) というカラム名、 または、カラム番号 index_or_name (整数の場合) の値を取得します。 &reftitle.parameters; result SQLite 結果リソース。 このパラメータは、 オブジェクト指向言語型メソッドを使用する場合は不要です。 index_or_name 取得するカラムインデックス、もしくは名前 decode_binary &sqlite.decode-bin; &reftitle.returnvalues; カラムの値を返します。 &reftitle.notes; 多くのカラムもしくは膨大なデータを含んでいるカラムを含むような 大量の結果セットの反復処理を行う場合にこの関数を使用してください。 &reftitle.seealso; sqlite_fetch_string