Uses of Class
org.openrdf.repository.sail.SailRepository

Packages that use SailRepository
org.openrdf.repository.dataset   
org.openrdf.repository.sail Repository implementation for local storage backends. 
 

Uses of SailRepository in org.openrdf.repository.dataset
 

Methods in org.openrdf.repository.dataset that return SailRepository
 SailRepository DatasetRepository.getDelegate()
           
 

Constructors in org.openrdf.repository.dataset with parameters of type SailRepository
DatasetRepository(SailRepository delegate)
           
 

Uses of SailRepository in org.openrdf.repository.sail
 

Constructors in org.openrdf.repository.sail with parameters of type SailRepository
SailRepositoryConnection(SailRepository repository, SailConnection sailConnection)
          Creates a new repository connection that will wrap the supplied SailConnection.
 



Copyright © 2001-2012 Aduna. All Rights Reserved.