public interface

SupportSQLiteOpenHelper.Factory

 androidx.sqlite.db.SupportSQLiteOpenHelper.Factory

Subclasses:

FrameworkSQLiteOpenHelperFactory

Overview

Factory class to create instances of SupportSQLiteOpenHelper using SupportSQLiteOpenHelper.Configuration.

Summary

Methods
public SupportSQLiteOpenHelpercreate(SupportSQLiteOpenHelper.Configuration configuration)

Creates an instance of SupportSQLiteOpenHelper using the given configuration.

Methods

Creates an instance of SupportSQLiteOpenHelper using the given configuration.

Parameters:

configuration: The configuration to use while creating the open helper.

Returns:

A SupportSQLiteOpenHelper which can be used to open a database.