ログ日記

作業ログと日記とメモ

sqliteでテーブル情報を取得する

http://php.net/ref.sqlite のコメント。


pragma table_info(tablename); を使うらしい。
tablenameは select name from sqlite_master; で。