edu.lehigh.swat.hawk.storage.ontper.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
                  extended by edu.lehigh.swat.hawk.storage.ontper.dldb.DldbStorage

public class DldbStorage
extends DldbStorage

Database storage model that supports perspectives


Field Summary
 
Fields inherited from class edu.lehigh.swat.hawk.storage.dldb.DldbStorage
reasonerUrl
 
Fields inherited from class edu.lehigh.swat.hawk.storage.simpledb.DatabaseStorage
cachedDocs, con, dbName, emptyTableState, knownDocs, knownOntos, knownUrls, loadedDocs, loadedTripleNum, maxUrlNum, ontSeqNum, propertyTypes, queryOnly, queryOnto, sourceSeqNum, stmt
 
Constructor Summary
DldbStorage(java.lang.String DBName)
          Constructor.
 
Method Summary
 Ontology createOntology()
          Create an Ontology object.
 ResultSet issueQuery(Query qry)
          Execute query and return results.
 
Methods inherited from class edu.lehigh.swat.hawk.storage.dldb.DldbStorage
getReasonerUrl, setReasonerUrl
 
Methods inherited from class edu.lehigh.swat.hawk.storage.simpledb.DatabaseStorage
addDocument, clearViewDefinitions, close, createDocument, createKb, decideCommitOnto, flushLoadedDocs, forcedExit, getDBName, getDocument, getDocumentIterator, getImportsClosure, getKnownOntologies, getKnownUrls, getOntSeq, getPropertyTypes, getQueryOntology, getSeqNum, getSourceNum, getStatement, getTableName, getUpdatedViewDefs, getUrlIndex, getViewDefinition, issueQuery, open, open, pushImports, setConnection, setImplictImports, setKnownOntologies, setQueryOntology, setViewDefinition, storeOntology, updateDocument, updatePropertyTypes
 
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 DldbStorage

issueQuery

public ResultSet issueQuery(Query qry)
Execute query and return results.

Overrides:
issueQuery in class DatabaseStorage