android - Can a SQLite database be Open, but not Readable? -


i working on android application , want ask if might possible sqlitedatabase object, object used interact underlying sqlite db, open (as in returns true on db.isopen()), still not readable?

what scenarios possible? locking?


example:

sqliteapphelper sqlitehelper = sqliteapphelper.getinstance(context); sqlitedatabase appdb = sqlitehelper.getreadabledatabase(); 

note: code above using class extends sqliteopenhelper.


Comments

Popular posts from this blog

php - Zend Framework / Skeleton-Application / Composer install issue -

c# - Better 64-bit byte array hash -

python - PyCharm Type error Message -