com.hp.hpl.jena.sdb.store
Class StoreFormatterBase

java.lang.Object
  extended by com.hp.hpl.jena.sdb.sql.SDBConnectionHolder
      extended by com.hp.hpl.jena.sdb.store.StoreFormatterBase
All Implemented Interfaces:
StoreFormatter
Direct Known Subclasses:
FmtLayout2, FormatterSimple

public abstract class StoreFormatterBase
extends SDBConnectionHolder
implements StoreFormatter


Constructor Summary
StoreFormatterBase(SDBConnection connection)
           
 
Method Summary
 void create()
          Format the store - create tables, create secondary indexes
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 
Methods inherited from interface com.hp.hpl.jena.sdb.store.StoreFormatter
addIndexes, dropIndexes, format, truncate
 

Constructor Detail

StoreFormatterBase

public StoreFormatterBase(SDBConnection connection)
Method Detail

create

public final void create()
Format the store - create tables, create secondary indexes

Specified by:
create in interface StoreFormatter


Copyright ? 2006, 2007, 2008, 2009 Hewlett-Packard Development Company, LP Copyright ? 2010 Epimorphics Ltd.