Uses of Interface
org.openrdf.sail.SailConnection

Packages that use SailConnection
org.openrdf.repository.sail Repository implementation for local storage backends. 
org.openrdf.sail RDF Storage And Inference Layer (RDF Sail): a set of interfaces defining an API for RDF repositories. 
org.openrdf.sail.helpers Generic utility classes for RDF Sail implementations. 
org.openrdf.sail.inferencer   
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   
 

Uses of SailConnection in org.openrdf.repository.sail
 

Methods in org.openrdf.repository.sail that return SailConnection
 SailConnection SailRepositoryConnection.getSailConnection()
          Returns the underlying SailConnection.
 

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

Uses of SailConnection in org.openrdf.sail
 

Subinterfaces of SailConnection in org.openrdf.sail
 interface NotifyingSailConnection
          A connection to an RDF Sail object.
 

Methods in org.openrdf.sail that return SailConnection
 SailConnection Sail.getConnection()
          Opens a connection on the Sail which can be used to query and update data.
 

Uses of SailConnection in org.openrdf.sail.helpers
 

Classes in org.openrdf.sail.helpers that implement SailConnection
 class NotifyingSailConnectionBase
          Abstract Class offering base functionality for SailConnection implementations.
 class NotifyingSailConnectionWrapper
          An implementation of the Transaction interface that wraps another Transaction object and forwards any method calls to the wrapped transaction.
 class SailConnectionBase
          Abstract Class offering base functionality for SailConnection implementations.
 class SailConnectionWrapper
          An implementation of the Transaction interface that wraps another Transaction object and forwards any method calls to the wrapped transaction.
 

Methods in org.openrdf.sail.helpers that return SailConnection
 SailConnection SailWrapper.getConnection()
           
 SailConnection SailBase.getConnection()
           
protected abstract  SailConnection SailBase.getConnectionInternal()
          Returns a store-specific SailConnection object.
 SailConnection SailConnectionWrapper.getWrappedConnection()
          Gets the connection that is wrapped by this object.
 

Methods in org.openrdf.sail.helpers with parameters of type SailConnection
protected  void SailBase.connectionClosed(SailConnection connection)
          Signals to the store that the supplied connection has been closed; called by SailConnectionBase.close().
 

Constructors in org.openrdf.sail.helpers with parameters of type SailConnection
SailConnectionWrapper(SailConnection wrappedCon)
          Creates a new TransactionWrapper object that wraps the supplied connection.
SailUpdateExecutor(SailConnection con, ValueFactory vf, boolean readSnapshot)
          An implementation of the executeUpdate(UpdateExpr, Dataset, BindingSet, boolean) using other methods like evaluate(TupleExpr, Dataset, BindingSet, boolean).
SailUpdateExecutor(Sail sail, SailConnection con)
          Deprecated. 
 

Uses of SailConnection in org.openrdf.sail.inferencer
 

Subinterfaces of SailConnection in org.openrdf.sail.inferencer
 interface InferencerConnection
          An extension of the SailConnection interface offering methods that can be used by inferencers to store and remove inferred statements.
 

Classes in org.openrdf.sail.inferencer that implement SailConnection
 class InferencerConnectionWrapper
          An extension of ConnectionWrapper that implements the InferencerConnection interface.
 

Uses of SailConnection in org.openrdf.sail.memory
 

Classes in org.openrdf.sail.memory that implement SailConnection
 class MemoryStoreConnection
          Implementation of a Sail Connection for memory stores.
 

Uses of SailConnection in org.openrdf.sail.nativerdf
 

Classes in org.openrdf.sail.nativerdf that implement SailConnection
 class NativeStoreConnection
           
 

Uses of SailConnection in org.openrdf.sail.rdbms
 

Classes in org.openrdf.sail.rdbms that implement SailConnection
 class RdbmsConnection
          Coordinates the triple store, namespace manager, optimizer, and evaluation strategy into the SailConnection interface.
 

Methods in org.openrdf.sail.rdbms that return SailConnection
 SailConnection RdbmsConnectionFactory.createConnection()
           
protected  SailConnection RdbmsStore.getConnectionInternal()
           
 



Copyright © 2001-2012 Aduna. All Rights Reserved.