FrameworkSQLiteOpenHelperFactory

class FrameworkSQLiteOpenHelperFactory : SupportSQLiteOpenHelper.Factory


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

Summary

Public constructors

Public functions

open SupportSQLiteOpenHelper

Creates an instance of SupportSQLiteOpenHelper using the given configuration.

Public constructors

FrameworkSQLiteOpenHelperFactory

Added in 2.0.0
FrameworkSQLiteOpenHelperFactory()

Public functions

create

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