Uses of Interface
de.fuberlin.wiwiss.d2rq.map.Prefixable

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

Uses of Prefixable in de.fuberlin.wiwiss.d2rq.map
 

Classes in de.fuberlin.wiwiss.d2rq.map that implement Prefixable
(package private)  class BlankNodeIdentifier
          A blank node identifier that uniquely identifies all resources generated from a specific ClassMap.
(package private)  class BlankNodeMaker
          BlankNodeMakers transform attribute values from a result set into blank nodes.
 class Column
          A database column.
 class ContainsRestriction
          Restriction which can be chained with another ValueSource to state that all its values contain a certain string.
 class Join
          Represents an SQL join between two tables, spanning one or more columns.
 class LiteralMaker
          LiteralMakers transform attribute values from a result set into literals.
 class MaxLengthRestriction
          Restriction which can be chained with another ValueSource to limit the length of its values.
 class Pattern
          A pattern that combines one or more database columns into a String.
 class PropertyBridge
          A respresentation of a d2rq:PropertyBridge, describing how a set of virtual triples are to be obtained from a database.
 class RegexRestriction
          Restriction which can be chained with another ValueSource to state that all its values match a certain regular expression.
(package private)  class UriMaker
          UriMakers transform attribute values from a result set into URIrefs.
 

Uses of Prefixable in de.fuberlin.wiwiss.d2rq.rdql
 

Methods in de.fuberlin.wiwiss.d2rq.rdql that return Prefixable
 Prefixable TablePrefixer.prefixPrefixable(Prefixable obj)
          Prefixes an object that adheres to Prefixable interface.
 

Methods in de.fuberlin.wiwiss.d2rq.rdql with parameters of type Prefixable
 Prefixable TablePrefixer.prefixPrefixable(Prefixable obj)
          Prefixes an object that adheres to Prefixable interface.