you can put this command:-
./adb shell - > go to sqlite prompt->
write command
sqlite> .tables (display all tables name in your db)
> .schema (display schemas of tables)
./adb shell - > go to sqlite prompt->
write command
sqlite> .tables (display all tables name in your db)
> .schema (display schemas of tables)
No comments:
Post a Comment