Uses of Class
org.openrdf.sail.helpers.SailBase

Packages that use SailBase
org.openrdf.sail.helpers Generic utility classes for RDF Sail implementations. 
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.mysql   
org.openrdf.sail.rdbms.postgresql   
 

Uses of SailBase in org.openrdf.sail.helpers
 

Constructors in org.openrdf.sail.helpers with parameters of type SailBase
SailConnectionBase(SailBase sailBase)
           
 

Uses of SailBase in org.openrdf.sail.memory
 

Subclasses of SailBase in org.openrdf.sail.memory
 class MemoryStore
          An implementation of the Sail interface that stores its data in main memory and that can use a file for persistent storage.
 

Uses of SailBase in org.openrdf.sail.nativerdf
 

Subclasses of SailBase in org.openrdf.sail.nativerdf
 class NativeStore
          A SAIL implementation using B-Tree indexing on disk for storing and querying its data.
 

Uses of SailBase in org.openrdf.sail.rdbms
 

Subclasses of SailBase in org.openrdf.sail.rdbms
 class RdbmsStore
          The RDBMS SAIL for relational database storage in Sesame.
 

Uses of SailBase in org.openrdf.sail.rdbms.mysql
 

Subclasses of SailBase in org.openrdf.sail.rdbms.mysql
 class MySqlStore
          A convenient way to initialise a MySql RDF store.
 

Uses of SailBase in org.openrdf.sail.rdbms.postgresql
 

Subclasses of SailBase in org.openrdf.sail.rdbms.postgresql
 class PgSqlStore
          A convenient way to initialise a PostgreSQL RDF store.
 



Copyright © 2001-2008 Aduna. All Rights Reserved.