FrameworkSQLiteOpenHelperFactory
class FrameworkSQLiteOpenHelperFactory : SupportSQLiteOpenHelper.Factory
kotlin.Any | |
↳ | androidx.sqlite.db.framework.FrameworkSQLiteOpenHelperFactory |
Implements SupportSQLiteOpenHelper.Factory
using the SQLite implementation in the framework.
Summary
Public constructors | |
---|---|
<init>() Implements |
Public methods | |
---|---|
SupportSQLiteOpenHelper |
create(@NonNull configuration: SupportSQLiteOpenHelper.Configuration) |
Public constructors
<init>
FrameworkSQLiteOpenHelperFactory()
Implements SupportSQLiteOpenHelper.Factory
using the SQLite implementation in the framework.
Public methods
create
@NonNull fun create(@NonNull configuration: SupportSQLiteOpenHelper.Configuration): SupportSQLiteOpenHelper