sqlite3でテーブルの一覧を取得

select name from sqlite_master where type='table';

ネタ元

orebibou.com