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 | 
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
