com.hp.hpl.jena.sdb.layout1
Class StoreSimpleHSQL

java.lang.Object
  extended by com.hp.hpl.jena.sdb.sql.SDBConnectionHolder
      extended by com.hp.hpl.jena.sdb.layout1.StoreBase1
          extended by com.hp.hpl.jena.sdb.layout1.StoreSimpleHSQL
All Implemented Interfaces:
Store

public class StoreSimpleHSQL
extends StoreBase1

Store class for the simple layout (i.e. one triple table)

Author:
Andy Seaborne

Constructor Summary
StoreSimpleHSQL(SDBConnection sdb, StoreDesc desc)
           
 
Method Summary
 void close()
          Stores should be closed explicitly.
 
Methods inherited from class com.hp.hpl.jena.sdb.layout1.StoreBase1
getConfiguration, getConnection, getDatabaseType, getLayoutType, getLoader, getNodeTableDesc, getQuadTableDesc, getQueryCompilerFactory, getSize, getSize, getSQLBridgeFactory, getSQLGenerator, getTableFormatter, getTripleTableDesc, isClosed
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

StoreSimpleHSQL

public StoreSimpleHSQL(SDBConnection sdb,
                       StoreDesc desc)
Method Detail

close

public void close()
Description copied from interface: Store
Stores should be closed explicitly. Some stores may require specific finalization actions (e.g. embedded databases), and some stores may be able to release system resources.

Specified by:
close in interface Store
Overrides:
close in class StoreBase1


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