com.hp.hpl.jena.sdb.store
Class StoreConfig
java.lang.Object
com.hp.hpl.jena.sdb.sql.SDBConnectionHolder
com.hp.hpl.jena.sdb.store.StoreConfig
public class StoreConfig
- extends SDBConnectionHolder
A table that stores small models for small configuration information.
Stores an N-TRIPLES (robust to charsets) graph.
The objective here is not efficiency - it's stability of design because
this may record version and layout configuration details so it needs to
be a design that will not change.
- Author:
- Andy Seaborne
defaultTag
public static final String defaultTag
- See Also:
- Constant Field Values
StoreConfig
public StoreConfig(SDBConnection sdb)
tables
public List<String> tables()
- Get the real tables in the database, not what any configuration information may think
removeModel
public void removeModel()
removeModel
public void removeModel(String tag)
getModel
public com.hp.hpl.jena.rdf.model.Model getModel()
getModel
public com.hp.hpl.jena.rdf.model.Model getModel(String tag)
setModel
public void setModel(com.hp.hpl.jena.rdf.model.Model m)
setModel
public void setModel(String tag,
com.hp.hpl.jena.rdf.model.Model m)
getTags
public List<String> getTags()
reset
public void reset()
Copyright ? 2006, 2007, 2008, 2009 Hewlett-Packard Development Company, LP Copyright ? 2010 Epimorphics Ltd.