package

androidx.sqlite.db

Interfaces

SupportSQLiteDatabaseA database abstraction which removes the framework dependency and allows swapping underlying sql versions.
SupportSQLiteOpenHelperAn interface to map the behavior of .
SupportSQLiteOpenHelper.FactoryFactory class to create instances of SupportSQLiteOpenHelper using SupportSQLiteOpenHelper.Configuration.
SupportSQLiteProgramAn interface to map the behavior of .
SupportSQLiteQueryA query with typed bindings.
SupportSQLiteStatementAn interface to map the behavior of .

Classes

SimpleSQLiteQueryA basic implementation of SupportSQLiteQuery which receives a query and its args and binds args based on the passed in Object type.
SupportSQLiteCompatHelper for accessing features in SupportSQLiteOpenHelper.
SupportSQLiteCompat.Api16ImplClass for accessing functions that require SDK version 16 and higher.
SupportSQLiteCompat.Api19ImplHelper for accessing functions that require SDK version 19 and higher.
SupportSQLiteCompat.Api21ImplHelper for accessing functions that require SDK version 21 and higher.
SupportSQLiteCompat.Api23ImplHelper for accessing functions that require SDK version 23 and higher.
SupportSQLiteCompat.Api29ImplHelper for accessing functions that require SDK version 29 and higher.
SupportSQLiteOpenHelper.CallbackHandles various lifecycle events for the SQLite connection, similar to .
SupportSQLiteOpenHelper.ConfigurationThe configuration to create an SQLite open helper object using SupportSQLiteOpenHelper.Factory.
SupportSQLiteOpenHelper.Configuration.BuilderBuilder class for SupportSQLiteOpenHelper.Configuration.
SupportSQLiteQueryBuilderA simple query builder to create SQL SELECT queries.