FrameworkSQLiteOpenHelperFactory

public final class FrameworkSQLiteOpenHelperFactory implements SupportSQLiteOpenHelper.Factory


Implements SupportSQLiteOpenHelper.Factory using the SQLite implementation in the framework.

Summary

Public constructors

Public methods

@NonNull SupportSQLiteOpenHelper

Creates an instance of SupportSQLiteOpenHelper using the given configuration.

Public constructors

FrameworkSQLiteOpenHelperFactory

Added in 2.0.0
public FrameworkSQLiteOpenHelperFactory()

Public methods

create

Added in 2.0.0
public @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.