正如我们在sqlserver中所做的那样
select * from sys.tables
在sqlite中
SELECT * FROM sqlite_master where type='table'
SELECT * FROM MSysObjects WHERE Type=1 AND Flags=0