SupportSQLiteOpenHelper.Factory
-
android
fun interface SupportSQLiteOpenHelper.Factory
FrameworkSQLiteOpenHelperFactory |
Implements |
Factory class to create instances of SupportSQLiteOpenHelper
using Configuration
.
Summary
Public functions |
||
---|---|---|
SupportSQLiteOpenHelper |
create(configuration: SupportSQLiteOpenHelper.Configuration) Creates an instance of |
android
|
Public functions
create
fun create(configuration: SupportSQLiteOpenHelper.Configuration): SupportSQLiteOpenHelper
Creates an instance of SupportSQLiteOpenHelper
using the given configuration.
Parameters | |
---|---|
configuration: SupportSQLiteOpenHelper.Configuration |
The configuration to use while creating the open helper. |
Returns | |
---|---|
SupportSQLiteOpenHelper |
A SupportSQLiteOpenHelper which can be used to open a database. |