Stay organized with collections
Save and categorize content based on your preferences.
Content and code samples on this page are subject to the licenses described in the Content License. Java and OpenJDK are trademarks or registered trademarks of Oracle and/or its affiliates.
Last updated 2025-05-15 UTC.
[null,null,["Last updated 2025-05-15 UTC."],[],[],null,["# androidx.sqlite.db\n==================\n\n*** ** * ** ***\n\n[Kotlin](/reference/kotlin/androidx/sqlite/db/package-summary \"View this page in Kotlin\") \\|Java\n\nInterfaces\n----------\n\n|--------------------------------------------------------------------------------------------------|-------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|\n| [SupportSQLiteDatabase](/reference/androidx/sqlite/db/SupportSQLiteDatabase) | A database abstraction which removes the framework dependency and allows swapping underlying sql versions. |\n| [SupportSQLiteOpenHelper](/reference/androidx/sqlite/db/SupportSQLiteOpenHelper) | An interface to map the behavior of [android.database.sqlite.SQLiteOpenHelper](https://developer.android.com/reference/android/database/sqlite/SQLiteOpenHelper.html). |\n| [SupportSQLiteOpenHelper.Factory](/reference/androidx/sqlite/db/SupportSQLiteOpenHelper.Factory) | Factory class to create instances of [SupportSQLiteOpenHelper](/reference/androidx/sqlite/db/SupportSQLiteOpenHelper) using [Configuration](/reference/androidx/sqlite/db/SupportSQLiteOpenHelper.Configuration). |\n| [SupportSQLiteProgram](/reference/androidx/sqlite/db/SupportSQLiteProgram) | An interface to map the behavior of [android.database.sqlite.SQLiteProgram](https://developer.android.com/reference/android/database/sqlite/SQLiteProgram.html). |\n| [SupportSQLiteQuery](/reference/androidx/sqlite/db/SupportSQLiteQuery) | A query with typed bindings. |\n| [SupportSQLiteStatement](/reference/androidx/sqlite/db/SupportSQLiteStatement) | An interface to map the behavior of [android.database.sqlite.SQLiteStatement](https://developer.android.com/reference/android/database/sqlite/SQLiteStatement.html). |\n\nClasses\n-------\n\n|------------------------------------------------------------------------------------------------------------------------------|-----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|\n| [SimpleSQLiteQuery](/reference/androidx/sqlite/db/SimpleSQLiteQuery) | A basic implementation of [SupportSQLiteQuery](/reference/androidx/sqlite/db/SupportSQLiteQuery) which receives a query and its args and binds args based on the passed in Object type. |\n| [SupportSQLiteDatabaseKt](/reference/androidx/sqlite/db/SupportSQLiteDatabaseKt) | |\n| [SupportSQLiteOpenHelper.Callback](/reference/androidx/sqlite/db/SupportSQLiteOpenHelper.Callback) | Creates a new Callback to get database lifecycle events. |\n| [SupportSQLiteOpenHelper.Configuration](/reference/androidx/sqlite/db/SupportSQLiteOpenHelper.Configuration) | The configuration to create an SQLite open helper object using [Factory](/reference/androidx/sqlite/db/SupportSQLiteOpenHelper.Factory). |\n| [SupportSQLiteOpenHelper.Configuration.Builder](/reference/androidx/sqlite/db/SupportSQLiteOpenHelper.Configuration.Builder) | Builder class for [Configuration](/reference/androidx/sqlite/db/SupportSQLiteOpenHelper.Configuration). |\n| [SupportSQLiteQueryBuilder](/reference/androidx/sqlite/db/SupportSQLiteQueryBuilder) | A simple query builder to create SQL SELECT queries. |"]]