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

T

TableDef - Class in org.d2rq.db.schema
 
TableDef(TableName, List<ColumnDef>, Key, Set<Key>, Set<ForeignKey>) - Constructor for class org.d2rq.db.schema.TableDef
 
TableName - Class in org.d2rq.db.schema
A table name, possibly qualified with schema and catalog.
tableName - Static variable in class org.d2rq.vocab.RR
Schema-qualified name of a table or view.
TableOp - Class in org.d2rq.db.op
 
TableOp(SQLConnection, TableDef) - Constructor for class org.d2rq.db.op.TableOp
 
TableOrViewName - Class in org.d2rq.r2rml
A SQL table or view name.
TableRenamer - Class in org.d2rq.db.renamer
A Renamer that can be applied to various things in order to substitute some tables for other tables, e.g., substitute a base table by an alias.
TabularBuilder - Class in org.d2rq.lang
Builder for the DatabaseOps corresponding to various mapping constructs in the D2RQ mapping language.
TabularBuilder(SQLConnection) - Constructor for class org.d2rq.lang.TabularBuilder
 
template - Static variable in class org.d2rq.vocab.RR
A template (format string) to specify how to generate a value for a subject, predicate, or object, using one or more columns from a logical table row.
TemplateValuedTermMap - Static variable in class org.d2rq.vocab.RRExtra
 
TemplateValueMaker - Class in org.d2rq.values
A template that combines one or more database columns into a String.
TemplateValueMaker(String[], ColumnName[], TemplateValueMaker.ColumnFunction[]) - Constructor for class org.d2rq.values.TemplateValueMaker
 
TemplateValueMaker.ColumnFunction - Interface in org.d2rq.values
 
TemplateValueMaker.EncodeFunction - Class in org.d2rq.values
 
TemplateValueMaker.EncodeFunction() - Constructor for class org.d2rq.values.TemplateValueMaker.EncodeFunction
 
TermMap - Class in org.d2rq.r2rml
 
TermMap() - Constructor for class org.d2rq.r2rml.TermMap
 
TermMap - Static variable in class org.d2rq.vocab.RRExtra
 
TermMap.ColumnOrTemplateValuedTermMap - Class in org.d2rq.r2rml
 
TermMap.ColumnOrTemplateValuedTermMap() - Constructor for class org.d2rq.r2rml.TermMap.ColumnOrTemplateValuedTermMap
 
TermMap.ColumnValuedTermMap - Class in org.d2rq.r2rml
 
TermMap.ColumnValuedTermMap() - Constructor for class org.d2rq.r2rml.TermMap.ColumnValuedTermMap
 
TermMap.ConstantValuedTermMap - Class in org.d2rq.r2rml
This is usable either as a regular or as a simple mapping component.
TermMap.ConstantValuedTermMap() - Constructor for class org.d2rq.r2rml.TermMap.ConstantValuedTermMap
 
TermMap.Position - Enum in org.d2rq.r2rml
 
TermMap.TemplateValuedTermMap - Class in org.d2rq.r2rml
 
TermMap.TemplateValuedTermMap() - Constructor for class org.d2rq.r2rml.TermMap.TemplateValuedTermMap
 
TermMap.TermType - Enum in org.d2rq.r2rml
 
termMaps() - Method in class org.d2rq.r2rml.Mapping
 
termType - Static variable in class org.d2rq.vocab.RR
A string indicating whether subject or object generated using the value from column name specified for rr:column should be an IRI reference, blank node, or a literal.
Text_Mining - Static variable in class org.d2rq.vocab.ISWC
 
textColumn - Static variable in class org.d2rq.vocab.D2RQ
Name of a column of a character type, such as CHAR, VARCHAR, NVARCHAR or CLOB.
throwException(Message) - Method in class org.d2rq.validation.Report
 
timeColumn - Static variable in class org.d2rq.vocab.D2RQ
Name of a column of type TIME.
timestampColumn - Static variable in class org.d2rq.vocab.D2RQ
Name of a column of type TIMESTAMP.
title - Static variable in class org.d2rq.vocab.ISWC
 
toAbsoluteURI(String) - Static method in class org.d2rq.server.ConfigLoader
Accepts an absolute URI, relative file: URI, or plain file name (including names with spaces, Windows backslashes etc) and returns an equivalent full absolute URI.
toDBValue(String) - Method in interface org.d2rq.values.Translator
Translates a value that comes from an RDF source (for example a query) to a database value.
toExpression() - Method in class org.d2rq.values.BlankNodeIDValueMaker
 
toExpression() - Method in class org.d2rq.values.TemplateValueMaker
 
tool - Static variable in class org.d2rq.vocab.ISWC
 
Tool - Static variable in class org.d2rq.vocab.ISWC
 
toPatternString(String[], ColumnName[], TemplateValueMaker.ColumnFunction[]) - Static method in class org.d2rq.lang.Pattern
 
topic - Static variable in class org.d2rq.vocab.ISWC
 
Topic - Static variable in class org.d2rq.vocab.ISWC
 
toQualifiedTableName(String, String, String) - Method in class org.d2rq.db.vendor.HSQLDB
 
toQualifiedTableName(String, String, String) - Method in class org.d2rq.db.vendor.PostgreSQL
 
toQualifiedTableName(String, String, String) - Method in class org.d2rq.db.vendor.SQL92
 
toQualifiedTableName(String, String, String) - Method in interface org.d2rq.db.vendor.Vendor
Returns a qualified table name from catalog/schema/table strings as reported from JDBC metadata.
toRDFValue(String) - Method in interface org.d2rq.values.Translator
Translates a value that comes from the database to an RDF value (URI, literal label, or blank node ID).
toSQL(DatabaseOp, Vendor) - Method in class org.d2rq.db.expr.BinaryOperator
 
toSQL(DatabaseOp, Vendor) - Method in class org.d2rq.db.expr.BooleanToIntegerCaseExpression
 
toSQL(DatabaseOp, Vendor) - Method in class org.d2rq.db.expr.ColumnExpr
 
toSQL(DatabaseOp, Vendor) - Method in class org.d2rq.db.expr.ColumnListEquality
 
toSQL(DatabaseOp, Vendor) - Method in class org.d2rq.db.expr.Concatenation
 
toSQL(DatabaseOp, Vendor) - Method in class org.d2rq.db.expr.Conjunction
 
toSQL(DatabaseOp, Vendor) - Method in class org.d2rq.db.expr.Constant
 
toSQL(DatabaseOp, Vendor) - Method in class org.d2rq.db.expr.Disjunction
 
toSQL(DatabaseOp, Vendor) - Method in class org.d2rq.db.expr.Expression
 
toSQL(DatabaseOp, Vendor) - Method in class org.d2rq.db.expr.Negation
 
toSQL(DatabaseOp, Vendor) - Method in class org.d2rq.db.expr.NotNull
 
toSQL(DatabaseOp, Vendor) - Method in class org.d2rq.db.expr.SQLExpression
 
toSQL(DatabaseOp, Vendor) - Method in class org.d2rq.db.expr.UnaryMinus
 
toSQL(DatabaseOp, Vendor) - Method in class org.d2rq.db.op.ProjectionSpec.ColumnProjectionSpec
 
toSQL(DatabaseOp, Vendor) - Method in class org.d2rq.db.op.ProjectionSpec.ExprProjectionSpec
 
toSQL(DatabaseOp, Vendor) - Method in class org.d2rq.db.op.ProjectionSpec
 
toSQLLiteral(String, Vendor) - Method in class org.d2rq.db.types.DataType
Creates a SQL literal for the given value, suitable for comparison to a column of this indicated type.
toSQLLiteral(String, Vendor) - Method in class org.d2rq.db.types.SQLApproximateNumeric
 
toSQLLiteral(String, Vendor) - Method in class org.d2rq.db.types.SQLBinary
 
toSQLLiteral(String, Vendor) - Method in class org.d2rq.db.types.SQLBit
 
toSQLLiteral(String, Vendor) - Method in class org.d2rq.db.types.SQLBoolean
 
toSQLLiteral(String, Vendor) - Method in class org.d2rq.db.types.SQLDate
 
toSQLLiteral(String, Vendor) - Method in class org.d2rq.db.types.SQLExactNumeric
 
toSQLLiteral(String, Vendor) - Method in class org.d2rq.db.types.SQLInterval
 
toSQLLiteral(String, Vendor) - Method in class org.d2rq.db.types.SQLTime
 
toSQLLiteral(String, Vendor) - Method in class org.d2rq.db.types.SQLTimestamp
 
toSQLLiteral(String, Vendor) - Method in class org.d2rq.db.types.UnsupportedDataType
 
toSQLLiteral(String, Vendor) - Method in class org.d2rq.db.vendor.HSQLDB.HSQLDBCompatibilityDoubleDataType
 
toString() - Method in class de.fuberlin.wiwiss.pubby.negotiation.MediaRangeSpec
 
toString() - Method in class org.d2rq.algebra.NodeRelation
 
toString() - Method in class org.d2rq.db.expr.BinaryOperator
 
toString() - Method in class org.d2rq.db.expr.BooleanToIntegerCaseExpression
 
toString() - Method in class org.d2rq.db.expr.ColumnExpr
 
toString() - Method in class org.d2rq.db.expr.ColumnListEquality
 
toString() - Method in class org.d2rq.db.expr.Concatenation
 
toString() - Method in class org.d2rq.db.expr.Conjunction
 
toString() - Method in class org.d2rq.db.expr.Constant
 
toString() - Method in class org.d2rq.db.expr.Disjunction
 
toString() - Method in class org.d2rq.db.expr.Negation
 
toString() - Method in class org.d2rq.db.expr.NotNull
 
toString() - Method in class org.d2rq.db.expr.SQLExpression
 
toString() - Method in class org.d2rq.db.expr.UnaryMinus
 
toString() - Method in class org.d2rq.db.op.AliasOp
 
toString() - Method in class org.d2rq.db.op.AssertUniqueKeyOp
 
toString() - Method in class org.d2rq.db.op.DistinctOp
 
toString() - Method in class org.d2rq.db.op.EmptyOp
 
toString() - Method in class org.d2rq.db.op.InnerJoinOp
 
toString() - Method in class org.d2rq.db.op.LimitOp
 
toString() - Method in class org.d2rq.db.op.OrderOp.OrderSpec
 
toString() - Method in class org.d2rq.db.op.OrderOp
 
toString() - Method in class org.d2rq.db.op.ProjectionSpec.ColumnProjectionSpec
 
toString() - Method in class org.d2rq.db.op.ProjectionSpec.ExprProjectionSpec
 
toString() - Method in class org.d2rq.db.op.ProjectOp
 
toString() - Method in class org.d2rq.db.op.SelectOp
 
toString() - Method in class org.d2rq.db.op.SQLOp
 
toString() - Method in class org.d2rq.db.op.TableOp
 
toString() - Method in class org.d2rq.db.renamer.ColumnRenamer
 
toString() - Method in class org.d2rq.db.renamer.TableRenamer
 
toString() - Method in class org.d2rq.db.ResultRow
 
toString() - Method in class org.d2rq.db.schema.ColumnName
 
toString() - Method in class org.d2rq.db.schema.ForeignKey
 
toString() - Method in class org.d2rq.db.schema.Identifier
 
toString() - Method in class org.d2rq.db.schema.Key
 
toString() - Method in class org.d2rq.db.schema.TableName
 
toString() - Method in class org.d2rq.db.types.DataType
 
toString() - Method in class org.d2rq.db.types.UnsupportedDataType
 
toString(Identifier) - Method in class org.d2rq.db.vendor.MySQL
 
toString(Identifier) - Method in class org.d2rq.db.vendor.SQL92
 
toString(ColumnName) - Method in class org.d2rq.db.vendor.SQL92
 
toString(TableName) - Method in class org.d2rq.db.vendor.SQL92
 
toString(Identifier) - Method in interface org.d2rq.db.vendor.Vendor
Handles special characters in identifiers.
toString(TableName) - Method in interface org.d2rq.db.vendor.Vendor
Handles special characters in qualified table names.
toString(ColumnName) - Method in interface org.d2rq.db.vendor.Vendor
Handles special characters in qualified column names.
toString() - Method in class org.d2rq.lang.AliasDeclaration
 
toString() - Method in class org.d2rq.lang.ClassMap
 
toString() - Method in class org.d2rq.lang.Configuration
 
toString() - Method in class org.d2rq.lang.Database
 
toString() - Method in class org.d2rq.lang.MapObject
 
toString(TableName) - Static method in class org.d2rq.lang.Microsyntax
Returns a [schema.]table string representation.
toString(TableName, Identifier) - Static method in class org.d2rq.lang.Microsyntax
Returns a [schema.]table.column string representation.
toString(ColumnName) - Static method in class org.d2rq.lang.Microsyntax
Returns a [schema.]table.column string representation.
toString() - Method in class org.d2rq.lang.Pattern
 
toString() - Method in class org.d2rq.lang.PropertyBridge
 
toString() - Method in class org.d2rq.lang.TranslationTable
 
toString() - Method in class org.d2rq.lang.TranslationTable.Translation
 
toString() - Method in class org.d2rq.mapgen.FilterIncludeExclude
 
toString() - Method in class org.d2rq.mapgen.FilterMatchAny
 
toString() - Method in class org.d2rq.mapgen.FilterMatchColumn
 
toString() - Method in class org.d2rq.mapgen.FilterMatchSchema
 
toString() - Method in class org.d2rq.mapgen.FilterMatchTable
 
toString() - Method in class org.d2rq.nodes.BindingMaker
 
toString() - Method in class org.d2rq.nodes.FixedNodeMaker
 
toString() - Method in class org.d2rq.nodes.TypedNodeMaker
 
toString(Node) - Static method in class org.d2rq.pp.PrettyPrinter
Pretty-prints an RDF node.
toString(Node, PrefixMapping) - Static method in class org.d2rq.pp.PrettyPrinter
Pretty-prints an RDF node and shortens URIs into QNames according to a PrefixMapping.
toString(Triple) - Static method in class org.d2rq.pp.PrettyPrinter
 
toString(Triple, PrefixMapping) - Static method in class org.d2rq.pp.PrettyPrinter
 
toString(RDFDatatype) - Static method in class org.d2rq.pp.PrettyPrinter
 
toString(RDFNode) - Static method in class org.d2rq.pp.PrettyPrinter
 
toString(Model, PrefixMapping) - Static method in class org.d2rq.pp.PrettyPrinter
 
toString() - Method in class org.d2rq.r2rml.ColumnNameR2RML
 
toString() - Method in class org.d2rq.r2rml.ConstantIRI
 
toString() - Method in class org.d2rq.r2rml.ConstantShortcut
 
toString() - Method in class org.d2rq.r2rml.LanguageTag
 
toString() - Method in class org.d2rq.r2rml.SQLQuery
 
toString() - Method in class org.d2rq.r2rml.StringTemplate
 
toString() - Method in class org.d2rq.r2rml.TableOrViewName
A form appropriate for use in SQL queries, if valid.
toString() - Method in class org.d2rq.server.D2RQDatasetDesc
 
toString() - Method in class org.d2rq.validation.Message
 
toString() - Method in class org.d2rq.validation.Report
 
toString() - Method in class org.d2rq.values.BlankNodeIDValueMaker
 
toString() - Method in class org.d2rq.values.ColumnValueMaker
 
toString() - Method in class org.d2rq.values.DecoratingValueMaker
 
toString() - Method in class org.d2rq.values.SQLExpressionValueMaker
 
toString() - Method in class org.d2rq.values.TemplateValueMaker
 
toTemplate(SQLConnection) - Method in class org.d2rq.lang.Pattern
Creates a TemplateValueMaker from a pattern syntax string.
TowardsSemanticWebMining - Static variable in class org.d2rq.vocab.ISWC
 
translateWith - Static variable in class org.d2rq.vocab.D2RQ
 
translation - Static variable in class org.d2rq.vocab.D2RQ
 
Translation - Static variable in class org.d2rq.vocab.D2RQ
Translation Key/Value Pair.
TRANSLATION_MISSING_DBVALUE - Static variable in exception org.d2rq.D2RQException
 
TRANSLATION_MISSING_RDFVALUE - Static variable in exception org.d2rq.D2RQException
 
translationTable(Resource) - Method in class org.d2rq.lang.Mapping
 
TranslationTable - Class in org.d2rq.lang
Represents a d2rq:TranslationTable.
TranslationTable(Resource) - Constructor for class org.d2rq.lang.TranslationTable
 
TranslationTable - Static variable in class org.d2rq.vocab.D2RQ
Lookup table for translations used in the mapping process.
TranslationTable.Translation - Class in org.d2rq.lang
 
TranslationTable.Translation(String, String) - Constructor for class org.d2rq.lang.TranslationTable.Translation
 
TRANSLATIONTABLE_DUPLICATE_HREF - Static variable in exception org.d2rq.D2RQException
 
TRANSLATIONTABLE_DUPLICATE_JAVACLASS - Static variable in exception org.d2rq.D2RQException
 
TRANSLATIONTABLE_HREF_AND_JAVACLASS - Static variable in exception org.d2rq.D2RQException
 
TRANSLATIONTABLE_TRANSLATION_AND_HREF - Static variable in exception org.d2rq.D2RQException
 
TRANSLATIONTABLE_TRANSLATION_AND_JAVACLASS - Static variable in exception org.d2rq.D2RQException
 
TranslationTableParser - Class in org.d2rq.csv
Parses the contents of a CSV file into a collection of Translations.
TranslationTableParser(Reader) - Constructor for class org.d2rq.csv.TranslationTableParser
 
TranslationTableParser(String) - Constructor for class org.d2rq.csv.TranslationTableParser
 
translator() - Method in class org.d2rq.lang.TranslationTable
 
Translator - Interface in org.d2rq.values
Custom translator between database values and RDF values.
TRIM_JOINS - Static variable in class org.d2rq.D2RQOptions
 
TripleQueryIter - Class in org.d2rq.find
Wraps a QueryIter over bindings with three s/p/o variables (see TripleRelation) as an iterator over Triples.
TripleRelation - Class in org.d2rq.algebra
A collection of virtual triples obtained by applying a DatabaseOp to a database, and applying NodeMakers for subject, predicate and object to each result row.
TripleRelation(SQLConnection, DatabaseOp, NodeMaker, NodeMaker, NodeMaker) - Constructor for class org.d2rq.algebra.TripleRelation
 
TripleRelation(SQLConnection, DatabaseOp, BindingMaker) - Constructor for class org.d2rq.algebra.TripleRelation
 
triplesInvolvingVocabulary(Model) - Method in class org.d2rq.vocab.VocabularySummarizer
 
TriplesMap - Class in org.d2rq.r2rml
 
TriplesMap() - Constructor for class org.d2rq.r2rml.TriplesMap
 
TriplesMap - Static variable in class org.d2rq.vocab.RR
Represents a triples map.
triplesMaps() - Method in class org.d2rq.r2rml.Mapping
 
TRUE - Static variable in class org.d2rq.db.expr.Expression
 
TRUE - Static variable in interface org.d2rq.db.op.DatabaseOp
A table with one row and no columns.
turnLoggingOff() - Static method in class org.d2rq.Log4jHelper
 
Tutorial - Static variable in class org.d2rq.vocab.ISWC
 
typedLiteral(RDFDatatype) - Static method in class org.d2rq.nodes.TypedNodeMaker
 
TypedNodeMaker - Class in org.d2rq.nodes
A NodeMaker that produces nodes from an underlying ValueMaker according to a TypedNodeMaker.NodeType.
TypedNodeMaker(TypedNodeMaker.NodeType, ValueMaker) - Constructor for class org.d2rq.nodes.TypedNodeMaker
 
TypedNodeMaker.NodeType - Interface in org.d2rq.nodes
 

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