Uses of Package
org.openrdf.sail.rdbms.schema

Packages that use org.openrdf.sail.rdbms.schema
org.openrdf.sail.rdbms   
org.openrdf.sail.rdbms.algebra   
org.openrdf.sail.rdbms.algebra.factories   
org.openrdf.sail.rdbms.evaluation   
org.openrdf.sail.rdbms.iteration   
org.openrdf.sail.rdbms.managers   
org.openrdf.sail.rdbms.managers.base   
org.openrdf.sail.rdbms.managers.helpers   
org.openrdf.sail.rdbms.mysql   
org.openrdf.sail.rdbms.optimizers   
org.openrdf.sail.rdbms.postgresql   
org.openrdf.sail.rdbms.schema   
 

Classes in org.openrdf.sail.rdbms.schema used by org.openrdf.sail.rdbms
BNodeTable
          Manages the rows in the BNode table.
IdSequence
           
LiteralTable
          A Facade to the five literal value tables.
TableFactory
           
URITable
          Manages the rows in the URI table.
ValueTableFactory
          Factory class used to create or load the database tables.
 

Classes in org.openrdf.sail.rdbms.schema used by org.openrdf.sail.rdbms.algebra
ValueTypes
          A bit array of the possible value types that have been stored in an object column.
 

Classes in org.openrdf.sail.rdbms.schema used by org.openrdf.sail.rdbms.algebra.factories
IdSequence
           
 

Classes in org.openrdf.sail.rdbms.schema used by org.openrdf.sail.rdbms.evaluation
IdSequence
           
 

Classes in org.openrdf.sail.rdbms.schema used by org.openrdf.sail.rdbms.iteration
IdSequence
           
 

Classes in org.openrdf.sail.rdbms.schema used by org.openrdf.sail.rdbms.managers
Batch
           
BNodeTable
          Manages the rows in the BNode table.
HashTable
           
IdSequence
           
LiteralTable
          A Facade to the five literal value tables.
NamespacesTable
          Manages the namespace prefix in the database.
RdbmsTable
          Represents and controls the underlying database table.
TableFactory
           
TransactionTable
          Manages a temporary table used when uploading new statements with the same predicate into the database.
TripleTable
          Manages the life-cycle of the rows in a single predicate table.
URITable
          Manages the rows in the URI table.
ValueTableFactory
          Factory class used to create or load the database tables.
ValueTypes
          A bit array of the possible value types that have been stored in an object column.
 

Classes in org.openrdf.sail.rdbms.schema used by org.openrdf.sail.rdbms.managers.base
Batch
           
IdSequence
           
 

Classes in org.openrdf.sail.rdbms.schema used by org.openrdf.sail.rdbms.managers.helpers
Batch
           
 

Classes in org.openrdf.sail.rdbms.schema used by org.openrdf.sail.rdbms.mysql
RdbmsTable
          Represents and controls the underlying database table.
TableFactory
           
ValueTable
          Manages the rows in a value table.
ValueTableFactory
          Factory class used to create or load the database tables.
 

Classes in org.openrdf.sail.rdbms.schema used by org.openrdf.sail.rdbms.optimizers
BNodeTable
          Manages the rows in the BNode table.
HashTable
           
IdSequence
           
LiteralTable
          A Facade to the five literal value tables.
URITable
          Manages the rows in the URI table.
 

Classes in org.openrdf.sail.rdbms.schema used by org.openrdf.sail.rdbms.postgresql
RdbmsTable
          Represents and controls the underlying database table.
TableFactory
           
TripleTable
          Manages the life-cycle of the rows in a single predicate table.
ValueTable
          Manages the rows in a value table.
ValueTableFactory
          Factory class used to create or load the database tables.
 

Classes in org.openrdf.sail.rdbms.schema used by org.openrdf.sail.rdbms.schema
Batch
           
BNodeTable
          Manages the rows in the BNode table.
HashBatch
           
HashTable
           
IdSequence
           
LiteralTable
          A Facade to the five literal value tables.
NamespacesTable
          Manages the namespace prefix in the database.
RdbmsTable
          Represents and controls the underlying database table.
TableFactory
           
TripleBatch
           
TripleTable
          Manages the life-cycle of the rows in a single predicate table.
URITable
          Manages the rows in the URI table.
ValueBatch
           
ValueTable
          Manages the rows in a value table.
ValueType
          Indicates the different type of internal id used within the store and some basic properties.
ValueTypes
          A bit array of the possible value types that have been stored in an object column.
 



Copyright © 2001-2008 Aduna. All Rights Reserved.