added in version 1.1.0
belongs to Maven artifact android.arch.persistence:db:1.1.0-beta2
Summary: Methods

SupportSQLiteOpenHelper.Factory

public static interface SupportSQLiteOpenHelper.Factory

android.arch.persistence.db.SupportSQLiteOpenHelper.Factory
Known indirect subclasses
FrameworkSQLiteOpenHelperFactory Implements SupportSQLiteOpenHelper.Factory using the SQLite implementation in the framework.


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

Summary

Public methods

abstract SupportSQLiteOpenHelper create(SupportSQLiteOpenHelper.Configuration configuration)

Creates an instance of SupportSQLiteOpenHelper using the given configuration.

Public methods

create

added in version 1.1.0
SupportSQLiteOpenHelper create (SupportSQLiteOpenHelper.Configuration configuration)

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.

Content and code samples on this page are subject to the licenses described in the Content License. Java and OpenJDK are trademarks or registered trademarks of Oracle and/or its affiliates.

Last updated 2025年02月10日 UTC.