Uses of Package
org.openrdf.sail.helpers

Packages that use org.openrdf.sail.helpers
org.openrdf.sail.helpers Generic utility classes for RDF Sail implementations. 
org.openrdf.sail.inferencer   
org.openrdf.sail.inferencer.fc Forward-chaining inferencers, implemented as StackableSails. 
org.openrdf.sail.memory An implementation of the RDF SAIL API that uses main memory for storage. 
org.openrdf.sail.nativerdf Native RDF storage backend. 
 

Classes in org.openrdf.sail.helpers used by org.openrdf.sail.helpers
SailBase
          SailBase is an abstract Sail implementation that takes care of common sail tasks, including proper closing of active connections and a grace period for active connections during shutdown of the store.
 

Classes in org.openrdf.sail.helpers used by org.openrdf.sail.inferencer
SailConnectionWrapper
          An implementation of the Transaction interface that wraps another Transaction object and forwards any method calls to the wrapped transaction.
 

Classes in org.openrdf.sail.helpers used by org.openrdf.sail.inferencer.fc
SailWrapper
          An implementation of the StackableSail interface that wraps another Sail object and forwards any relevant calls to the wrapped Sail.
 

Classes in org.openrdf.sail.helpers used by org.openrdf.sail.memory
SailBase
          SailBase is an abstract Sail implementation that takes care of common sail tasks, including proper closing of active connections and a grace period for active connections during shutdown of the store.
SailConnectionBase
          Abstract Class offering base functionality for SailConnection implementations.
 

Classes in org.openrdf.sail.helpers used by org.openrdf.sail.nativerdf
SailBase
          SailBase is an abstract Sail implementation that takes care of common sail tasks, including proper closing of active connections and a grace period for active connections during shutdown of the store.
SailConnectionBase
          Abstract Class offering base functionality for SailConnection implementations.
 



Copyright © 2001-2007 Aduna. All Rights Reserved.