androidx.sqlite.db
Interfaces
SupportSQLiteDatabase |
A database abstraction which removes the framework dependency and allows swapping underlying sql versions. |
SupportSQLiteOpenHelper |
An interface to map the behavior of |
SupportSQLiteOpenHelper.Factory |
Factory class to create instances of |
SupportSQLiteProgram |
An interface to map the behavior of |
SupportSQLiteQuery |
A query with typed bindings. |
SupportSQLiteStatement |
An interface to map the behavior of |
Classes
SimpleSQLiteQuery |
A basic implementation of |
SupportSQLiteDatabaseKt |
|
SupportSQLiteOpenHelper.Callback |
Creates a new Callback to get database lifecycle events. |
SupportSQLiteOpenHelper.Configuration |
The configuration to create an SQLite open helper object using |
SupportSQLiteOpenHelper.Configuration.Builder |
Builder class for |
SupportSQLiteQueryBuilder |
A simple query builder to create SQL SELECT queries. |