public class StoreConfig extends SDBConnectionHolder
Modifier and Type | Field and Description |
---|---|
static String |
defaultTag |
Constructor and Description |
---|
StoreConfig(SDBConnection sdb) |
Modifier and Type | Method and Description |
---|---|
Model |
getModel() |
Model |
getModel(String tag) |
List<String> |
getTags() |
void |
removeModel() |
void |
removeModel(String tag) |
void |
reset() |
void |
setModel(Model m) |
void |
setModel(String tag,
Model m) |
List<String> |
tables()
Get the real tables in the database, not what any configuration information may think
|
public static final String defaultTag
public StoreConfig(SDBConnection sdb)
public List<String> tables()
public void removeModel()
public void removeModel(String tag)
public Model getModel()
public void setModel(Model m)
public void reset()
Licenced under the Apache License, Version 2.0