Uses of Class
org.openrdf.sesame.sailimpl.nativerdf.NativeRdfRepository

Packages that use NativeRdfRepository
org.openrdf.sesame.sailimpl.nativerdf   
org.openrdf.sesame.sailimpl.nativerdf.model   
 

Uses of NativeRdfRepository in org.openrdf.sesame.sailimpl.nativerdf
 

Constructors in org.openrdf.sesame.sailimpl.nativerdf with parameters of type NativeRdfRepository
ValueStore(File dataDir, NamespaceStore namespaceStore, NativeRdfRepository repository)
           
 

Uses of NativeRdfRepository in org.openrdf.sesame.sailimpl.nativerdf.model
 

Methods in org.openrdf.sesame.sailimpl.nativerdf.model that return NativeRdfRepository
 NativeRdfRepository NativeValue.getRepository()
          Returns the NativeRdfRepository that contains this NativeValue.
 NativeRdfRepository NativeURI.getRepository()
           
 NativeRdfRepository NativeLiteral.getRepository()
           
 NativeRdfRepository NativeBNode.getRepository()
           
 

Constructors in org.openrdf.sesame.sailimpl.nativerdf.model with parameters of type NativeRdfRepository
NativeURI(NativeRdfRepository repository, String uri)
           
NativeURI(NativeRdfRepository repository, String namespace, String localname)
           
NativeURI(NativeRdfRepository repository, URI uri)
           
NativeLiteral(NativeRdfRepository repository, String label)
           
NativeLiteral(NativeRdfRepository repository, String label, String lang)
           
NativeLiteral(NativeRdfRepository repository, String label, URI datatype)
           
NativeBNode(NativeRdfRepository repository, String nodeID)
           
NativeBNode(NativeRdfRepository repository, BNode bnode)
           
 



Copyright © 2002-2006 Aduna BV, GNU LGPL License applies.