sqlite_current
SQLiteResult::current
SQLiteUnbuffered::current
結果セットからカレントのレコードを配列として取得する
&reftitle.description;
arraysqlite_current
resourceresult
intresult_typeSQLITE_BOTH
booldecode_binarytrue
&style.oop; (メソッド):
arraySQLiteResult::current
intresult_typeSQLITE_BOTH
booldecode_binarytrue
arraySQLiteUnbuffered::current
intresult_typeSQLITE_BOTH
booldecode_binarytrue
sqlite_current は
sqlite_fetch_array と同じですが、
データを返す前に次のレコードに移動せず、カレントの位置からのみデー
タを返すという違いがあります。
&reftitle.parameters;
result
SQLite 結果リソース。
このパラメータは、
オブジェクト指向言語型メソッドを使用する場合は不要です。
result_type
&sqlite.result-type;
decode_binary
&sqlite.decode-bin;
&reftitle.returnvalues;
結果セットからカレントレコードの配列を返します。
現在の位置が最終レコード以降の場合、
&false; を返します。
&sqlite.case-fold;
&reftitle.seealso;
sqlite_seek
sqlite_next
sqlite_fetch_array