public class DatabaseWithObjectStores extends Object
| Constructor and Description |
|---|
DatabaseWithObjectStores() |
| Modifier and Type | Method and Description |
|---|---|
String |
getName()
Database name.
|
List<ObjectStore> |
getObjectStores()
Object stores in this database.
|
Double |
getVersion()
Database version (type is not 'integer', as the standard requires the version number to be
'unsigned long long')
|
void |
setName(String name)
Database name.
|
void |
setObjectStores(List<ObjectStore> objectStores)
Object stores in this database.
|
void |
setVersion(Double version)
Database version (type is not 'integer', as the standard requires the version number to be
'unsigned long long')
|
public String getName()
public void setName(String name)
public Double getVersion()
public void setVersion(Double version)
public List<ObjectStore> getObjectStores()
public void setObjectStores(List<ObjectStore> objectStores)
Copyright © 2020. All rights reserved.