FrameworkSQLiteOpenHelperFactory
public
final
class
FrameworkSQLiteOpenHelperFactory
extends Object
implements
SupportSQLiteOpenHelper.Factory
java.lang.Object | |
↳ | androidx.sqlite.db.framework.FrameworkSQLiteOpenHelperFactory |
Implements SupportSQLiteOpenHelper.Factory
using the SQLite implementation in the
framework.
Summary
Public constructors | |
---|---|
FrameworkSQLiteOpenHelperFactory()
|
Public methods | |
---|---|
SupportSQLiteOpenHelper
|
create(SupportSQLiteOpenHelper.Configuration configuration)
Creates an instance of |
Inherited methods | |
---|---|
Public constructors
FrameworkSQLiteOpenHelperFactory
public FrameworkSQLiteOpenHelperFactory ()
Public methods
create
public SupportSQLiteOpenHelper create (SupportSQLiteOpenHelper.Configuration configuration)
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. |