Uses of Package
de.fuberlin.wiwiss.d2rq.map

Packages that use de.fuberlin.wiwiss.d2rq.map
de.fuberlin.wiwiss.d2rq   
de.fuberlin.wiwiss.d2rq.find   
de.fuberlin.wiwiss.d2rq.map   
de.fuberlin.wiwiss.d2rq.rdql   
 

Classes in de.fuberlin.wiwiss.d2rq.map used by de.fuberlin.wiwiss.d2rq
Database
          Representation of a d2rq:Database from the mapping file.
MapParser
          Creates D2RQ domain classes (like PropertyBridge, TranslationTable from a Jena model representation of a D2RQ mapping file.
Pattern
          A pattern that combines one or more database columns into a String.
PropertyBridge
          A respresentation of a d2rq:PropertyBridge, describing how a set of virtual triples are to be obtained from a database.
ValueSource
          Describes a set of strings that are obtained in some way from one or more database columns.
 

Classes in de.fuberlin.wiwiss.d2rq.map used by de.fuberlin.wiwiss.d2rq.find
Column
          A database column.
Database
          Representation of a d2rq:Database from the mapping file.
Join
          Represents an SQL join between two tables, spanning one or more columns.
NodeMaker
          NodeMakers represent the nodes of the virtual RDF graph created by D2RQ.
PropertyBridge
          A respresentation of a d2rq:PropertyBridge, describing how a set of virtual triples are to be obtained from a database.
 

Classes in de.fuberlin.wiwiss.d2rq.map used by de.fuberlin.wiwiss.d2rq.map
Alias
          An Alias represents an SQL alias for a physical database table.
Column
          A database column.
Database
          Representation of a d2rq:Database from the mapping file.
Join
          Represents an SQL join between two tables, spanning one or more columns.
LiteralMaker
          LiteralMakers transform attribute values from a result set into literals.
NodeMaker
          NodeMakers represent the nodes of the virtual RDF graph created by D2RQ.
Pattern
          A pattern that combines one or more database columns into a String.
Prefixable
          Implementing instances provide a uniform way of creating a copy of themselves in which physical database table names are replaced by aliases.
PropertyBridge
          A respresentation of a d2rq:PropertyBridge, describing how a set of virtual triples are to be obtained from a database.
TranslationTable
          Translation table that maps a set of database values to a set of RDF literals or URIs.
Translator
          Custom translator between database values and RDF values.
URIMatchPolicy
          Encapsulates code for this optimizing rule: If a query URI matches some NodeMaker based on a URI pattern, then don't check any NodeMakers that are based on an URI column.
ValueSource
          Describes a set of strings that are obtained in some way from one or more database columns.
 

Classes in de.fuberlin.wiwiss.d2rq.map used by de.fuberlin.wiwiss.d2rq.rdql
Column
          A database column.
Database
          Representation of a d2rq:Database from the mapping file.
Join
          Represents an SQL join between two tables, spanning one or more columns.
LiteralMaker
          LiteralMakers transform attribute values from a result set into literals.
NodeMaker
          NodeMakers represent the nodes of the virtual RDF graph created by D2RQ.
Pattern
          A pattern that combines one or more database columns into a String.
Prefixable
          Implementing instances provide a uniform way of creating a copy of themselves in which physical database table names are replaced by aliases.
PropertyBridge
          A respresentation of a d2rq:PropertyBridge, describing how a set of virtual triples are to be obtained from a database.
RegexRestriction
          Restriction which can be chained with another ValueSource to state that all its values match a certain regular expression.
ValueSource
          Describes a set of strings that are obtained in some way from one or more database columns.