Summary:
Methods
| Inherited Methods
SupportSQLiteOpenHelper.Configuration.Builder
public
static
class
SupportSQLiteOpenHelper.Configuration.Builder
extends Object
| java.lang.Object | |
| ↳ | androidx.sqlite.db.SupportSQLiteOpenHelper.Configuration.Builder |
Builder class for SupportSQLiteOpenHelper.Configuration.
Summary
Public methods | |
|---|---|
SupportSQLiteOpenHelper.Configuration
|
build()
|
SupportSQLiteOpenHelper.Configuration.Builder
|
callback(SupportSQLiteOpenHelper.Callback callback)
|
SupportSQLiteOpenHelper.Configuration.Builder
|
name(String name)
|
Inherited methods | |
|---|---|
Public methods
build
public SupportSQLiteOpenHelper.Configuration build ()
| Returns | |
|---|---|
SupportSQLiteOpenHelper.Configuration |
|
callback
public SupportSQLiteOpenHelper.Configuration.Builder callback (SupportSQLiteOpenHelper.Callback callback)
| Parameters | |
|---|---|
callback |
SupportSQLiteOpenHelper.Callback: The callback class to handle creation, upgrade and downgrade. |
| Returns | |
|---|---|
SupportSQLiteOpenHelper.Configuration.Builder |
this |
name
public SupportSQLiteOpenHelper.Configuration.Builder name (String name)
| Parameters | |
|---|---|
name |
String: Name of the database file, or null for an in-memory database. |
| Returns | |
|---|---|
SupportSQLiteOpenHelper.Configuration.Builder |
This |
Interfaces
Classes