A B C D E F G H I J K L M N O P Q R S T U V W X Y

C

C - Static variable in class org.d2rq.vocab.ISWC
 
CachingGraphD2RQ - Class in org.d2rq.jena
A GraphD2RQ that caches the results of the most recently performed queries on an LRU basis.
CachingGraphD2RQ(CompiledMapping) - Constructor for class org.d2rq.jena.CachingGraphD2RQ
 
cancel() - Method in class org.d2rq.db.SQLIterator
 
cancel() - Method in class org.d2rq.find.TripleQueryIter
Cancels query execution.
canMatch(NodeMaker) - Method in class org.d2rq.find.URIMakerRule.URIMakerRuleChecker
 
changeNote - Static variable in class org.d2rq.vocab.SKOS
 
checkMappingFileChanged() - Method in class org.d2rq.server.AutoReloadableDataset
re-init dsg if mapping file has changed
checkMappingFileChanged() - Method in class org.d2rq.server.D2RServer
delegate to auto-reloadable dataset, will reload if necessary
checkOpen() - Method in class org.d2rq.jena.GraphD2RQ
 
child - Static variable in class org.d2rq.vocab.RR
Names a column in the child table of a join.
class_ - Static variable in class org.d2rq.vocab.D2RQ
Links d2rq:classMaps to RDFS or OWL classes.
class_ - Static variable in class org.d2rq.vocab.RR
The subject value generated for a logical table row will be asserted as an instance of this RDFS class.
class_ - Static variable in class org.d2rq.vocab.VoID
 
classDefinitionComment - Static variable in class org.d2rq.vocab.D2RQ
A comment to be served as rdfs:comment for all associated class definitions
classDefinitionLabel - Static variable in class org.d2rq.vocab.D2RQ
A label to be served as rdfs:label for all associated class definitions
ClassMap - Class in org.d2rq.lang
Java class corresponding to d2rq:ClassMap.
ClassMap(Resource) - Constructor for class org.d2rq.lang.ClassMap
 
classMap(Resource) - Method in class org.d2rq.lang.Mapping
 
classMap - Static variable in class org.d2rq.vocab.D2RQ
Used to link RDFS or OWL classes to d2r:classMaps.
ClassMap - Static variable in class org.d2rq.vocab.D2RQ
Maps an RDFS or OWL class to its database representation.
CLASSMAP_DUPLICATE_DATABASE - Static variable in exception org.d2rq.D2RQException
 
CLASSMAP_INVALID_DATABASE - Static variable in exception org.d2rq.D2RQException
 
CLASSMAP_NO_DATABASE - Static variable in exception org.d2rq.D2RQException
 
CLASSMAP_NO_PROPERTYBRIDGES - Static variable in exception org.d2rq.D2RQException
 
classMapResources() - Method in class org.d2rq.lang.Mapping
 
ClassMapServlet - Class in org.d2rq.server
 
ClassMapServlet() - Constructor for class org.d2rq.server.ClassMapServlet
 
classPartition - Static variable in class org.d2rq.vocab.VoID
 
clearCache() - Method in class org.d2rq.jena.CachingGraphD2RQ
Clears the current cache.
close() - Method in interface org.d2rq.CompiledMapping
 
close() - Method in class org.d2rq.db.SQLConnection
Closes the database connection and shuts down the keep alive agent.
close() - Method in class org.d2rq.db.SQLIterator
Make sure the SQL result set is closed and freed.
close() - Method in class org.d2rq.download.DownloadContentQuery
 
close() - Method in class org.d2rq.find.TripleQueryIter
 
close() - Method in class org.d2rq.jena.GraphD2RQ
 
close() - Method in class org.d2rq.lang.CompiledD2RQMapping
 
close() - Method in class org.d2rq.mapgen.D2RQTarget
 
close() - Method in class org.d2rq.mapgen.OntologyTarget
 
close() - Method in class org.d2rq.mapgen.R2RMLTarget
 
close() - Method in interface org.d2rq.mapgen.Target
Will be called when generation is complete.
close() - Method in class org.d2rq.r2rml.R2RMLCompiler
 
close() - Method in class org.d2rq.server.AutoReloadableDataset
 
close() - Method in class org.d2rq.SystemLoader
Closes any created SQLConnections and any other created resources.
closeIterator() - Method in class org.d2rq.engine.QueryIterTableSQL
 
CollectableProperty - Static variable in class org.d2rq.vocab.SKOS
The following rule applies for this property: [(?
Collection - Static variable in class org.d2rq.vocab.SKOS
Labelled collections can be used with collectable semantic relation properties e.g. skos:narrower, where you would like a set of concepts to be displayed under a 'node label' in the hierarchy.
column - Static variable in class org.d2rq.vocab.D2RQ
 
column - Static variable in class org.d2rq.vocab.RR
Name of a column in the logical table.
ColumnDef - Class in org.d2rq.db.schema
 
ColumnDef(Identifier, DataType, boolean) - Constructor for class org.d2rq.db.schema.ColumnDef
 
ColumnExpr - Class in org.d2rq.db.expr
 
ColumnExpr(ColumnName) - Constructor for class org.d2rq.db.expr.ColumnExpr
 
ColumnListEquality - Class in org.d2rq.db.expr
Compares two lists of columns in two tables.
ColumnName - Class in org.d2rq.db.schema
 
ColumnName(TableName, Identifier) - Constructor for class org.d2rq.db.schema.ColumnName
 
ColumnNameR2RML - Class in org.d2rq.r2rml
A column name is the name of a column of a logical table.
ColumnRenamer - Class in org.d2rq.db.renamer
A Renamer based on a fixed map of original and replacement columns.
ColumnRenamer(Map<ColumnName, ColumnName>) - Constructor for class org.d2rq.db.renamer.ColumnRenamer
 
columns() - Method in class org.d2rq.values.TemplateValueMaker
 
ColumnValuedTermMap - Static variable in class org.d2rq.vocab.RRExtra
 
ColumnValueMaker - Class in org.d2rq.values
A ValueMaker that takes its values from a single column.
ColumnValueMaker(ColumnName) - Constructor for class org.d2rq.values.ColumnValueMaker
 
combineLimits(int, int) - Static method in class org.d2rq.db.op.LimitOp
 
CommandLineTool - Class in org.d2rq
Base class for the D2RQ command line tools.
CommandLineTool() - Constructor for class org.d2rq.CommandLineTool
 
commit() - Method in class org.d2rq.server.AutoReloadableDataset
 
compare(TripleRelation, TripleRelation) - Method in class org.d2rq.find.URIMakerRule
 
compareTo(NamedOp) - Method in class org.d2rq.db.op.NamedOp
Relations without schema are less than relations with schema.
compareTo(ProjectionSpec) - Method in class org.d2rq.db.op.ProjectionSpec.ColumnProjectionSpec
 
compareTo(ProjectionSpec) - Method in class org.d2rq.db.op.ProjectionSpec.ExprProjectionSpec
 
compareTo(ColumnName) - Method in class org.d2rq.db.schema.ColumnName
 
compareTo(Identifier) - Method in class org.d2rq.db.schema.Identifier
 
compareTo(Key) - Method in class org.d2rq.db.schema.Key
 
compareTo(TableName) - Method in class org.d2rq.db.schema.TableName
 
compareTo(PageServlet.Property) - Method in class org.d2rq.server.PageServlet.Property
 
CompatibleRelationGroup - Class in org.d2rq.tmp
 
CompatibleRelationGroup(NodeRelation) - Constructor for class org.d2rq.tmp.CompatibleRelationGroup
 
compile() - Method in class org.d2rq.lang.Mapping
 
compile(SQLConnection) - Method in class org.d2rq.r2rml.Mapping
 
CompiledD2RQMapping - Class in org.d2rq.lang
 
CompiledD2RQMapping() - Constructor for class org.d2rq.lang.CompiledD2RQMapping
 
CompiledMapping - Interface in org.d2rq
TODO: Rename to Mapping?
ComponentCollection<T extends MappingComponent> - Class in org.d2rq.r2rml
A collection of MappingComponents.
ComponentCollection() - Constructor for class org.d2rq.r2rml.ComponentCollection
 
components() - Method in class org.d2rq.r2rml.ComponentCollection
 
Concatenation - Class in org.d2rq.db.expr
 
Concept - Static variable in class org.d2rq.vocab.SKOS
 
ConceptScheme - Static variable in class org.d2rq.vocab.SKOS
Thesauri, classification schemes, subject heading lists, taxonomies, 'folksonomies', and other types of controlled vocabulary are all examples of concept schemes.
condition - Static variable in class org.d2rq.vocab.D2RQ
SQL WHERE condition that must be satisfied for a database row to be mapped.
conference - Static variable in class org.d2rq.vocab.ISWC
 
Conference - Static variable in class org.d2rq.vocab.ISWC
 
CONFIG_UNKNOWN_CLASS - Static variable in exception org.d2rq.D2RQException
 
CONFIG_UNKNOWN_PROPERTY - Static variable in exception org.d2rq.D2RQException
 
ConfigLoader - Class in org.d2rq.server
 
ConfigLoader(String) - Constructor for class org.d2rq.server.ConfigLoader
 
Configuration - Class in org.d2rq.lang
Representation of a d2rq:Configuration from the mapping file.
Configuration() - Constructor for class org.d2rq.lang.Configuration
 
Configuration(Resource) - Constructor for class org.d2rq.lang.Configuration
 
configuration() - Method in class org.d2rq.lang.Mapping
 
Configuration - Static variable in class org.d2rq.vocab.D2RQ
Represents general settings.
ConflictChecker - Class in org.d2rq.r2rml
 
ConflictChecker(Report) - Constructor for class org.d2rq.r2rml.ConflictChecker
 
Conjunction - Class in org.d2rq.db.expr
 
connect() - Method in interface org.d2rq.CompiledMapping
 
connect() - Method in class org.d2rq.lang.CompiledD2RQMapping
Connects all databases.
connect() - Method in class org.d2rq.r2rml.R2RMLCompiler
 
connection() - Method in class org.d2rq.db.SQLConnection
 
Constant - Class in org.d2rq.db.expr
A constant-valued expression.
constant - Static variable in class org.d2rq.vocab.RR
 
ConstantIRI - Class in org.d2rq.r2rml
A string that can be validated as an absolute IRI according to RFC 3987.
ConstantShortcut - Class in org.d2rq.r2rml
 
constantValue - Static variable in class org.d2rq.vocab.D2RQ
A constant RDF node to be used as the value of this property bridge, or as the resource of a singleton class map.
ConstantValuedTermMap - Static variable in class org.d2rq.vocab.RRExtra
 
contains(Identifier) - Method in class org.d2rq.db.schema.Key
 
containsColumn(ColumnName) - Method in class org.d2rq.db.expr.ColumnListEquality
 
containsConstraint(String) - Static method in class org.d2rq.values.DecoratingValueMaker
 
containsDuplicates - Static variable in class org.d2rq.vocab.D2RQ
Set to true if the table, after applying d2rq:joins and d2rq:conditions, may contain duplicate records.
containsNamedModel(String) - Method in class org.d2rq.server.AutoReloadableDataset
 
CONTENT - Static variable in class org.d2rq.algebra.DownloadRelation
 
contentDownloadColumn - Static variable in class org.d2rq.vocab.D2RQ
A database column containing data to be made downloadable.
ContentTypeNegotiator - Class in de.fuberlin.wiwiss.pubby.negotiation
 
ContentTypeNegotiator() - Constructor for class de.fuberlin.wiwiss.pubby.negotiation.ContentTypeNegotiator
 
ContentTypeNegotiator.VariantSpec - Class in de.fuberlin.wiwiss.pubby.negotiation
 
ContentTypeNegotiator.VariantSpec(String) - Constructor for class de.fuberlin.wiwiss.pubby.negotiation.ContentTypeNegotiator.VariantSpec
 
contextDestroyed(ServletContextEvent) - Method in class org.d2rq.server.WebappInitListener
 
contextInitialized(ServletContextEvent) - Method in class org.d2rq.server.WebappInitListener
 
countErrors() - Method in class org.d2rq.validation.Report
 
country - Static variable in class org.d2rq.vocab.ISWC
 
countWarnings() - Method in class org.d2rq.validation.Report
 
create(ColumnName, ColumnName) - Static method in class org.d2rq.db.expr.ColumnListEquality
 
create(TableName, Key, TableName, Key) - Static method in class org.d2rq.db.expr.ColumnListEquality
 
create(Expression...) - Static method in class org.d2rq.db.expr.Concatenation
 
create(List<Expression>) - Static method in class org.d2rq.db.expr.Concatenation
 
create(Collection<Expression>) - Static method in class org.d2rq.db.expr.Conjunction
 
create(String, DataType.GenericType) - Static method in class org.d2rq.db.expr.Constant
 
create(String, DataType) - Static method in class org.d2rq.db.expr.Constant
 
create(String, ColumnName) - Static method in class org.d2rq.db.expr.Constant
 
create(String, Expression) - Static method in class org.d2rq.db.expr.Constant
 
create(Collection<Expression>) - Static method in class org.d2rq.db.expr.Disjunction
 
create(Expression, Expression) - Static method in class org.d2rq.db.expr.Disjunction
 
create(Expression, Expression) - Static method in class org.d2rq.db.expr.Equality
 
create(Expression) - Static method in class org.d2rq.db.expr.NotNull
 
create(String, DataType.GenericType) - Static method in class org.d2rq.db.expr.SQLExpression
Only usable for expressions that don't mention any columns
create(List<String>, List<ColumnName>, DataType.GenericType) - Static method in class org.d2rq.db.expr.SQLExpression
Creates a SQL expression that may contain column references.
create(DatabaseOp, TableName) - Static method in class org.d2rq.db.op.AliasOp
 
create(DatabaseOp, String) - Static method in class org.d2rq.db.op.AliasOp
 
create(DatabaseOp) - Static method in class org.d2rq.db.op.EmptyOp
 
create(ColumnName) - Static method in class org.d2rq.db.op.ProjectionSpec
 
create(Expression, Vendor) - Static method in class org.d2rq.db.op.ProjectionSpec
Creates a projection spec from an expression.
create(ColumnName, Expression, Vendor) - Static method in class org.d2rq.db.op.ProjectionSpec
 
create(DatabaseOp, ColumnName...) - Static method in class org.d2rq.db.op.ProjectOp
 
create(DatabaseOp, Collection<ProjectionSpec>) - Static method in class org.d2rq.db.op.ProjectOp
 
create(DatabaseOp, ProjectionSpec...) - Static method in class org.d2rq.db.op.ProjectOp
 
create(TableName, TableName) - Static method in class org.d2rq.db.renamer.TableRenamer
 
create(Map<TableName, TableName>) - Static method in class org.d2rq.db.renamer.TableRenamer
 
create(Identifier[]) - Static method in class org.d2rq.db.schema.ColumnName
 
create(Identifier, Identifier, Identifier, Identifier) - Static method in class org.d2rq.db.schema.ColumnName
 
create(Identifier) - Static method in class org.d2rq.db.schema.ColumnName
 
create(TableName, Identifier) - Static method in class org.d2rq.db.schema.ColumnName
 
create(boolean, String) - Static method in class org.d2rq.db.schema.Identifier
Caller must ensure that the name is valid.
create(ColumnName...) - Static method in class org.d2rq.db.schema.Key
Creates an instance from a list of columns, ignoring identifiers.
create(Identifier...) - Static method in class org.d2rq.db.schema.Key
 
create(Identifier, Identifier, Identifier) - Static method in class org.d2rq.db.schema.TableName
 
create(Identifier[]) - Static method in class org.d2rq.db.schema.TableName
 
create(SQLConnection, DatabaseOp, Collection<BindingMaker>, ExecutionContext) - Static method in class org.d2rq.engine.QueryIterTableSQL
Creates an instance, or a simpler QueryIterator if optimization is possible (e.g., the relation is empty).
create(NodeRelation, ExecutionContext) - Static method in class org.d2rq.engine.QueryIterTableSQL
Creates an instance, or a simpler QueryIterator if optimization is possible (e.g., the relation is empty).
create(QueryIter) - Static method in class org.d2rq.find.TripleQueryIter
 
create(Resource, String, Mapping) - Static method in class org.d2rq.lang.ClassMap
Convenience method for creating class maps.
create(String...) - Static method in class org.d2rq.lang.JoinSetParser
 
create(Collection<Join>) - Static method in class org.d2rq.lang.JoinSetParser
 
create(Resource, Resource, ClassMap) - Static method in class org.d2rq.lang.PropertyBridge
Convenience method for creating property bridges.
create(Collection<Filter>) - Static method in class org.d2rq.mapgen.FilterMatchAny
 
create(String) - Static method in class org.d2rq.r2rml.ColumnNameR2RML
Always succeeds.
create(Identifier, Vendor) - Static method in class org.d2rq.r2rml.ColumnNameR2RML
 
create(String) - Static method in class org.d2rq.r2rml.ConstantIRI
Always succeeds.
create(Resource) - Static method in class org.d2rq.r2rml.ConstantIRI
Always succeeds.
create(RDFNode) - Static method in class org.d2rq.r2rml.ConstantShortcut
Always succeeds.
create(String) - Static method in class org.d2rq.r2rml.LanguageTag
Always succeeds.
create(String) - Static method in class org.d2rq.r2rml.SQLQuery
Always succeeds.
create(String) - Static method in class org.d2rq.r2rml.StringTemplate
Always succeeds.
create(String) - Static method in class org.d2rq.r2rml.TableOrViewName
Always succeeds.
create(TableName, Vendor) - Static method in class org.d2rq.r2rml.TableOrViewName
 
createColumn(String, String, String) - Static method in class org.d2rq.lang.Microsyntax
Assumes schema, table, column names without quotes or escape characters.
createColumnEquality(ColumnName, ColumnName) - Static method in class org.d2rq.db.expr.Equality
 
createColumnNameFor(Expression) - Static method in class org.d2rq.db.op.ProjectionSpec
Returns a column name guaranteed to be unique to the given expression.
createColumnValue(ColumnName, String, DataType) - Static method in class org.d2rq.db.expr.Equality
 
createDelimited(String) - Static method in class org.d2rq.db.schema.Identifier
Caller must ensure that the name is valid.
createEmpty(NodeRelation) - Static method in class org.d2rq.algebra.NodeRelation
 
createExpressionValue(Expression, String, DataType) - Static method in class org.d2rq.db.expr.Equality
 
createFrom(TableName, ForeignKey) - Static method in class org.d2rq.lang.Join
 
createFrom(ResourceMap) - Method in class org.d2rq.lang.NodeMakerFactory
 
createFromColumns(ColumnName[]) - Static method in class org.d2rq.db.op.ProjectionSpec
 
createFromColumns(List<ColumnName>) - Static method in class org.d2rq.db.op.ProjectionSpec
 
createFromColumns(List<ColumnName>) - Static method in class org.d2rq.db.schema.Key
Creates an instance from a list of columns, ignoring identifiers.
createFromIdentifiers(List<Identifier>) - Static method in class org.d2rq.db.schema.Key
 
createJosekiServiceRegistry() - Method in class org.d2rq.server.D2RServer
 
createMapping(Model, String) - Static method in class org.d2rq.SystemLoader
 
createOne(ProjectionSpec, String) - Static method in class org.d2rq.db.ResultRow
 
createPatternMatcher(Pattern) - Static method in class org.d2rq.mapgen.Filter
 
createRuleChecker(Node) - Method in class org.d2rq.find.URIMakerRule
 
createStringMatcher(String) - Static method in class org.d2rq.mapgen.Filter
 
createUndelimited(String) - Static method in class org.d2rq.db.schema.Identifier
Caller must ensure that the name is valid.
createWithUniqueName(DatabaseOp, String) - Static method in class org.d2rq.db.op.AliasOp
Generates an alias for a given tabular with a unique name.

A B C D E F G H I J K L M N O P Q R S T U V W X Y