added in version 1.1.0
belongs to Maven artifact android.arch.persistence:db:1.1.0-beta2
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 |
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. |
Interfaces
Classes
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.
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Missing the information I need","missingTheInformationINeed","thumb-down"],["Too complicated / too many steps","tooComplicatedTooManySteps","thumb-down"],["Out of date","outOfDate","thumb-down"],["Samples / code issue","samplesCodeIssue","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025年02月10日 UTC."],[],[]]