edu.lehigh.swat.hawk.storage.dldb
Class DldbStorage

java.lang.Object
  extended by edu.lehigh.swat.hawk.storage.StorageModel
      extended by edu.lehigh.swat.hawk.storage.PersistentStorageModel
          extended by edu.lehigh.swat.hawk.storage.simpledb.DatabaseStorage
              extended by edu.lehigh.swat.hawk.storage.dldb.DldbStorage
All Implemented Interfaces:
QueryableStorageModel

public class DldbStorage
extends DatabaseStorage

The DLDB storage model


Field Summary
 
Fields inherited from class edu.lehigh.swat.hawk.storage.simpledb.DatabaseStorage
knownDocs, knownOntos, knownUrls, maxUrlNum, ontSeqNum, propertyTypes, sourceSeqNum, stmt
 
Constructor Summary
DldbStorage(java.lang.String dbName)
          Constructor
 
Method Summary
 Ontology createOntology()
          Create an Ontology object.
 
Methods inherited from class edu.lehigh.swat.hawk.storage.simpledb.DatabaseStorage
addDocument, close, createDocument, createKb, decideCommitOnto, forcedExit, getDocument, getDocumentIterator, getKnownOntologies, getKnownUrls, getOntSeq, getPropertyTypes, getQueryOntology, getSeqNum, getSourceNum, getTableName, getUrlIndex, getViewDefinition, issueQuery, open, setImplictImports, setQueryOntology, updateDocument
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

DldbStorage

public DldbStorage(java.lang.String dbName)
Constructor

Parameters:
dbName -
Method Detail

createOntology

public Ontology createOntology()
Create an Ontology object.

Overrides:
createOntology in class DatabaseStorage