Package org.openanzo.server.repository.querybuilder

Interface Summary
NodeConverter<E> Interface for converting from Anzo RDF Nodes to database string representations of nodes.
ObjectGrounding Abstract grounding for RDF objects (either resource or literal) to relational database columns and fixed values for use in the query builder framework.
ObjectGrounding.FixedValue Object grounding for an RDF resources with a fixed value.
ObjectGrounding.RdbColumn Interface for ObjectGroundings that can: convert to and from database values and RDF objects.
 

Class Summary
ConditionalGrounding Provides a grounding for a resource object that matches if another column is true using SMALLINT == 1 as a boolean true value.
LiteralGrounding Defines classes to map between SQL datatypes and the XML datatypes used for RDF literals.
LiteralGrounding.Mapper Map between JavaTypes and SQLTypes to their appropriate LiteralGrounding
ObjectGrounding.FixedRdfValue Implementation of the FixedValue grounding
PropertyGrounding Provides RDF objects (triple matches) to a query builder for a single predicate.
RdbGraph Provides RDF graph access to data stored in a relational database.
SubjectGrounding Provides a grounding from an RDF subject to a database column.
 



Copyright © 2007 Cambridge Semantics Inc.. All Rights Reserved.