SupportSQLiteOpenHelper.Factory
public fun interface SupportSQLiteOpenHelper.Factory
FrameworkSQLiteOpenHelperFactory |
Implements |
Factory class to create instances of SupportSQLiteOpenHelper
using Configuration
.
Summary
Public methods |
|
---|---|
abstract @NonNull SupportSQLiteOpenHelper |
create(@NonNull SupportSQLiteOpenHelper.Configuration configuration) Creates an instance of |
Public methods
create
Added in 2.0.0
abstract @NonNull SupportSQLiteOpenHelper create(@NonNull SupportSQLiteOpenHelper.Configuration configuration)
Creates an instance of SupportSQLiteOpenHelper
using the given configuration.
Parameters | |
---|---|
@NonNull SupportSQLiteOpenHelper.Configuration configuration |
The configuration to use while creating the open helper. |
Returns | |
---|---|
@NonNull SupportSQLiteOpenHelper |
A SupportSQLiteOpenHelper which can be used to open a database. |