List of usage examples for android.database.sqlite SQLiteClosable subclass-usage
From source file io.requery.android.database.sqlite.SQLiteDatabase.java
/**
* Exposes methods to manage a SQLite database.
*
* <p>
* SQLiteDatabase has methods to create, delete, execute SQL commands, and
* perform other common database management tasks.