| Package | Description | 
|---|---|
| com.absio.database | 
| Modifier and Type | Method and Description | 
|---|---|
DatabaseOpenState | 
DatabaseWrapper.openOrCreate()
Opens a database for operation. 
 | 
DatabaseOpenState | 
DataAccess.openOrCreateDatabase()
This will open or create the database. 
 | 
static DatabaseOpenState | 
DatabaseOpenState.valueOf(String name)
Returns the enum constant of this type with the specified name. 
 | 
static DatabaseOpenState[] | 
DatabaseOpenState.values()
Returns an array containing the constants of this enum type, in
the order they are declared. 
 | 
Copyright © 2021. All rights reserved.