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. 
org.openrdf.sail.rdbms   
org.openrdf.sail.rdbms.managers   
org.openrdf.sail.rdbms.mysql   
org.openrdf.sail.rdbms.postgresql   
org.openrdf.sail.rdbms.schema   
 

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.
SailConnectionBase
          Abstract Class offering base functionality for SailConnection implementations.
SailConnectionWrapper
          An implementation of the Transaction interface that wraps another Transaction object and forwards any method calls to the wrapped transaction.
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.inferencer
NotifyingSailConnectionWrapper
          An implementation of the Transaction interface that wraps another Transaction object and forwards any method calls to the wrapped transaction.
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
NotifyingSailWrapper
          An implementation of the StackableSail interface that wraps another Sail object and forwards any relevant calls to the wrapped Sail.
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
NotifyingSailBase
          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.
NotifyingSailConnectionBase
          Abstract Class offering base functionality for SailConnection implementations.
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
NotifyingSailBase
          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.
NotifyingSailConnectionBase
          Abstract Class offering base functionality for SailConnection implementations.
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.rdbms
DefaultSailChangedEvent
          Default implementation of the SailChangedEvent interface.
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.rdbms.managers
DefaultSailChangedEvent
          Default implementation of the SailChangedEvent interface.
 

Classes in org.openrdf.sail.helpers used by org.openrdf.sail.rdbms.mysql
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.rdbms.postgresql
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.rdbms.schema
DefaultSailChangedEvent
          Default implementation of the SailChangedEvent interface.
 



Copyright © 2001-2008 Aduna. All Rights Reserved.