Stay organized with collections Save and categorize content based on your preferences.

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

public FrameworkSQLiteOpenHelperFactory()

Public methods

create

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.