SupportSQLiteOpenHelper.Factory

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 functions

SupportSQLiteOpenHelper

Creates an instance of SupportSQLiteOpenHelper using the given configuration.

Public functions

create

Added in 2.0.0
fun create(configuration: SupportSQLiteOpenHelper.Configuration): SupportSQLiteOpenHelper

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.