SupportSQLiteOpenHelper.Factory

public fun interface SupportSQLiteOpenHelper.Factory

Known direct subclasses
FrameworkSQLiteOpenHelperFactory

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


Factory class to create instances of SupportSQLiteOpenHelper using Configuration.

Summary

Public methods

abstract @NonNull SupportSQLiteOpenHelper

Creates an instance of SupportSQLiteOpenHelper using the given configuration.

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.