com.hp.hpl.jena.sdb.layout2
Class FmtLayout2
java.lang.Object
com.hp.hpl.jena.sdb.sql.SDBConnectionHolder
com.hp.hpl.jena.sdb.store.StoreFormatterBase
com.hp.hpl.jena.sdb.layout2.FmtLayout2
- All Implemented Interfaces:
- StoreFormatter
- Direct Known Subclasses:
- FmtLayout2HashDB2, FmtLayout2HashDerby, FmtLayout2HashH2, FmtLayout2HashHSQL, FmtLayout2HashMySQL, FmtLayout2HashOracle, FmtLayout2HashPGSQL, FmtLayout2HashSQLServer, FmtLayout2IndexDB2
public abstract class FmtLayout2
- extends StoreFormatterBase
|
Method Summary |
void |
addIndexes()
Add indexes - these are kept upto date for any future additions or deletions of data |
void |
dropIndexes()
Drop indexes for triple/node tables |
void |
format()
Format the store - create tables but not secondary indexes |
void |
truncate()
Truncate tables - clearing the store but leaving all indexes inplace |
FmtLayout2
public FmtLayout2(SDBConnection connection)
format
public void format()
- Description copied from interface:
StoreFormatter
- Format the store - create tables but not secondary indexes
truncate
public void truncate()
- Description copied from interface:
StoreFormatter
- Truncate tables - clearing the store but leaving all indexes inplace
addIndexes
public void addIndexes()
- Description copied from interface:
StoreFormatter
- Add indexes - these are kept upto date for any future additions or deletions of data
dropIndexes
public void dropIndexes()
- Description copied from interface:
StoreFormatter
- Drop indexes for triple/node tables
Copyright ? 2006, 2007, 2008, 2009 Hewlett-Packard Development Company, LP Copyright ? 2010 Epimorphics Ltd.