Class NamedGraphDb

Description

Persistent NamedGraph implementation that extends a DbModel.

The graphName is not stored in the database. As soon as the namedGraph is added to a RDF dataset the graphName is saved.

  • author: Daniel Westphal (http://www.d-westphal.de)
  • version: $Id: NamedGraphDb.html 443 2007-06-01 16:25:38Z cax $
  • access: public

Located in /dataset/NamedGraphDb.php (line 17)

Object
   |
   --Model
      |
      --DbModel
         |
         --NamedGraphDb
Method Summary
NamedGraphDb NamedGraphDb (ADODBConnection &$dbConnection, string $modelURI, string $modelID, string $graphName, [ $baseURI = NULL])
string getGraphName ()
void setGraphName (string $graphName)
Variables

Inherited Variables

Inherited from Model

Model::$queryParser
Methods
Constructor NamedGraphDb (line 39)

Constructor Do not call this directly.

Use the method getModel,getNewModel or putModel of the Class NamedGraphDb instead.

  • access: public
NamedGraphDb NamedGraphDb (ADODBConnection &$dbConnection, string $modelURI, string $modelID, string $graphName, [ $baseURI = NULL])
  • ADODBConnection &$dbConnection
  • string $modelURI
  • string $modelID
  • string $graphName
  • $baseURI
getGraphName (line 65)

Returns the graph name.

  • access: public
string getGraphName ()
setGraphName (line 54)

Sets the graph name.

  • access: public
void setGraphName (string $graphName)
  • string $graphName

Inherited Methods

Inherited From DbModel

DbModel::DbModel()
DbModel::add()
DbModel::addModel()
DbModel::addNamespace()
DbModel::addParsedNamespaces()
DbModel::addWithoutDuplicates()
DbModel::close()
DbModel::contains()
DbModel::containsAll()
DbModel::containsAny()
DbModel::delete()
DbModel::equals()
DbModel::find()
DbModel::findCount()
DbModel::findFirstMatchingStatement()
DbModel::findRegex()
DbModel::findVocabulary()
DbModel::getDbConn()
DbModel::getMemModel()
DbModel::getModelID()
DbModel::getParsedNamespaces()
DbModel::intersect()
DbModel::isEmpty()
DbModel::iterFind()
DbModel::rdqlQuery()
DbModel::rdqlQueryAsIterator()
DbModel::reify()
DbModel::remove()
DbModel::removeNamespace()
DbModel::replace()
DbModel::saveAs()
DbModel::setBaseURI()
DbModel::size()
DbModel::subtract()
DbModel::toString()
DbModel::toStringIncludingTriples()
DbModel::unite()
DbModel::writeAsHtml()
DbModel::writeAsHtmlTable()
DbModel::writeRdfToString()

Inherited From Model

Model::Model()
Model::findForward()
Model::getBaseURI()
Model::getMemModelByRDQL()
Model::getOntModel()
Model::getResModel()
Model::load()
Model::sparqlPrepare()
Model::sparqlQuery()
Model::visualize()
Model::_parseSparqlQuery()
Model::_prepareSparql()

Inherited From Object

Object::toString()

Documentation generated on Fri, 1 Jun 2007 16:50:02 +0200 by phpDocumentor 1.3.2