Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
テーブルに日付列があり、iPhone アプリケーションでそれをフェッチしたい場合は、次のメソッドを使用して値をフェッチします。
objPlayer.type = sqlite3_column_int(selectstmt, 1);
今、sqlite3_column_date のようなものが見つかりません。
これは、この目的に使用できる方法です。
同じsqlite3_column_text()なので使えsqlite3_column_date()ます。
sqlite3_column_text()
sqlite3_column_date()