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

I

Identifier - Class in org.d2rq.db.schema
The name of a SQL object, such as a column, table, view, schema, or catalog.
Identifier.Parser - Class in org.d2rq.db.schema
 
Identifier.Parser(String) - Constructor for class org.d2rq.db.schema.Identifier.Parser
 
Identifier.Parser.ViolationType - Enum in org.d2rq.db.schema
 
IDENTITY - Static variable in class org.d2rq.db.renamer.Renamer
An optimized ColumnRenamer that leaves every column unchanged
IDENTITY - Static variable in class org.d2rq.values.TemplateValueMaker
 
IDENTITY - Static variable in interface org.d2rq.values.Translator
 
inDataset - Static variable in class org.d2rq.vocab.VoID
 
Information_Extraction - Static variable in class org.d2rq.vocab.ISWC
 
Information_Retrieval - Static variable in class org.d2rq.vocab.ISWC
 
Information_Systems - Static variable in class org.d2rq.vocab.ISWC
 
initArgs(CommandLine) - Method in class d2rq.d2r_query
 
initArgs(CommandLine) - Method in class d2rq.dump_rdf
 
initArgs(CommandLine) - Method in class d2rq.generate_mapping
 
initArgs(CommandLine) - Method in class d2rq.server
 
initArgs(CommandLine) - Method in class d2rq.validate
 
initArgs(CommandLine) - Method in class org.d2rq.CommandLineTool
 
initEngine(D2RServer, ServletContext) - Static method in class org.d2rq.server.VelocityWrapper
 
initializeConnection(Connection) - Method in class org.d2rq.db.vendor.HSQLDB
 
initializeConnection(Connection) - Method in class org.d2rq.db.vendor.Oracle
 
initializeConnection(Connection) - Method in class org.d2rq.db.vendor.PostgreSQL
 
initializeConnection(Connection) - Method in class org.d2rq.db.vendor.SQL92
 
initializeConnection(Connection) - Method in interface org.d2rq.db.vendor.Vendor
Vendor-specific initialization for a database connection.
InnerJoinOp - Class in org.d2rq.db.op
An inner join between multiple NamedOps.
InProceedings - Static variable in class org.d2rq.vocab.ISWC
 
inScheme - Static variable in class org.d2rq.vocab.SKOS
A concept may be a member of more than one concept scheme.
Inspector - Class in org.d2rq.db.schema
Inspects a database to retrieve schema information.
Inspector(Connection, Vendor) - Constructor for class org.d2rq.db.schema.Inspector
 
instanceNamespaceURI - Variable in class org.d2rq.mapgen.MappingGenerator
 
Institute - Static variable in class org.d2rq.vocab.ISWC
 
InterbaseOrFirebird - Class in org.d2rq.db.vendor
 
InterbaseOrFirebird() - Constructor for class org.d2rq.db.vendor.InterbaseOrFirebird
 
InterbaseOrFirebird - Static variable in interface org.d2rq.db.vendor.Vendor
 
intervalColumn - Static variable in class org.d2rq.vocab.D2RQ
Name of a column of type INTERVAL.
inverseExpression - Static variable in class org.d2rq.vocab.RR
An expression that allows, at query processing time, use of index-based access to the the (underlying) relational tables, instead of simply retrieving the table rows first and then applying a filter.
involved_in_project - Static variable in class org.d2rq.vocab.ISWC
 
IRI - Static variable in class org.d2rq.vocab.RR
Denotes an IRI, used with termpType.
IRI_CHAR_REGEX - Static variable in class org.d2rq.lang.D2RQReader
A regular expression that matches zero or more characters that are allowed inside IRIs
IRIEncoder - Class in org.d2rq.mapgen
 
IRIEncoder() - Constructor for class org.d2rq.mapgen.IRIEncoder
 
is_about - Static variable in class org.d2rq.vocab.ISWC
 
isAllowedInIRI(char) - Static method in class org.d2rq.mapgen.IRIEncoder
Returns false if c cannot occur in an IRI (in unescaped form)
isAllowedTermType(TermMap.TermType) - Method in enum org.d2rq.r2rml.TermMap.Position
 
isAscending() - Method in class org.d2rq.db.op.OrderOp.OrderSpec
 
isContainedIn(Collection<ColumnName>) - Method in class org.d2rq.db.schema.Key
Ignores ambiguous columns and qualifiers.
isDefault() - Method in class de.fuberlin.wiwiss.pubby.negotiation.ContentTypeNegotiator.VariantSpec
 
isDelimited() - Method in class org.d2rq.db.schema.Identifier
Is this a delimited identifier (case-sensitive, written with double-quotes in standard SQL)?
isEmpty(DatabaseOp) - Static method in class org.d2rq.db.op.util.OpUtil
 
isEmpty() - Method in class org.d2rq.r2rml.ComponentCollection
 
isEquivalentTo(TemplateValueMaker) - Method in class org.d2rq.values.TemplateValueMaker
 
isFalse() - Method in class org.d2rq.db.expr.BinaryOperator
 
isFalse() - Method in class org.d2rq.db.expr.BooleanToIntegerCaseExpression
 
isFalse() - Method in class org.d2rq.db.expr.ColumnExpr
 
isFalse() - Method in class org.d2rq.db.expr.ColumnListEquality
 
isFalse() - Method in class org.d2rq.db.expr.Concatenation
 
isFalse() - Method in class org.d2rq.db.expr.Conjunction
 
isFalse() - Method in class org.d2rq.db.expr.Constant
 
isFalse() - Method in class org.d2rq.db.expr.Disjunction
 
isFalse() - Method in class org.d2rq.db.expr.Equality
 
isFalse() - Method in class org.d2rq.db.expr.Expression
 
isFalse() - Method in class org.d2rq.db.expr.Negation
 
isFalse() - Method in class org.d2rq.db.expr.NotNull
 
isFalse() - Method in class org.d2rq.db.expr.SQLExpression
 
isFalse() - Method in class org.d2rq.db.expr.UnaryMinus
 
isHexString(String) - Static method in class org.d2rq.db.types.SQLBinary
 
isIgnoredTable(String, String, String) - Method in class org.d2rq.db.vendor.Oracle
 
isIgnoredTable(String, String, String) - Method in class org.d2rq.db.vendor.PostgreSQL
 
isIgnoredTable(String, String, String) - Method in class org.d2rq.db.vendor.SQL92
 
isIgnoredTable(String, String, String) - Method in class org.d2rq.db.vendor.SQLServer
 
isIgnoredTable(String, String, String) - Method in interface org.d2rq.db.vendor.Vendor
TODO Use the Filter interface for this
isImg() - Method in class org.d2rq.server.PageServlet.Property
 
isInTransaction() - Method in class org.d2rq.server.AutoReloadableDataset
 
isInverse() - Method in class org.d2rq.server.PageServlet.Property
 
isIRISafe() - Method in class org.d2rq.db.types.DataType
 
isIRISafe() - Method in class org.d2rq.db.types.SQLApproximateNumeric
 
isIRISafe() - Method in class org.d2rq.db.types.SQLBinary
 
isIRISafe() - Method in class org.d2rq.db.types.SQLBit
 
isIRISafe() - Method in class org.d2rq.db.types.SQLBoolean
 
isIRISafe() - Method in class org.d2rq.db.types.SQLDate
 
isIRISafe() - Method in class org.d2rq.db.types.SQLExactNumeric
 
isIRISafe() - Method in class org.d2rq.db.types.SQLInterval
 
isIRISafe() - Method in class org.d2rq.db.types.SQLTime
 
isIRISafe() - Method in class org.d2rq.db.types.SQLTimestamp
 
isLinkTable(TableDef) - Method in class org.d2rq.mapgen.MappingGenerator
A table T is considered to be a link table if it has exactly two foreign key constraints, and the constraints reference other tables (not T), and the constraints cover all columns of T, and there are no foreign keys from other tables pointing to this table
isLocalMappingFile() - Method in class org.d2rq.server.ConfigLoader
 
isMatchingRequest() - Method in class org.d2rq.server.RequestParamHandler
 
isNullable(ColumnName) - Method in class org.d2rq.db.op.AliasOp
 
isNullable(ColumnName) - Method in interface org.d2rq.db.op.DatabaseOp
 
isNullable(ColumnName) - Method in class org.d2rq.db.op.DatabaseOp.Wrapper
 
isNullable(ColumnName) - Method in class org.d2rq.db.op.EmptyOp
 
isNullable(ColumnName) - Method in class org.d2rq.db.op.InnerJoinOp
 
isNullable(ColumnName) - Method in class org.d2rq.db.op.ProjectOp
 
isNullable(ColumnName) - Method in class org.d2rq.db.op.SQLOp
 
isNullable(ColumnName) - Method in class org.d2rq.db.op.TableOp
 
isNullable() - Method in class org.d2rq.db.schema.ColumnDef
 
isPrimarySubjectOf - Static variable in class org.d2rq.vocab.SKOS
 
isQualified() - Method in class org.d2rq.db.schema.ColumnName
 
isReferencedByForeignKey(TableName) - Method in class org.d2rq.db.schema.Inspector
 
isReferencedByForeignKey(TableName) - Method in class org.d2rq.db.SQLConnection
 
isSafeSeparator(String) - Static method in class org.d2rq.mapgen.IRIEncoder
Checks if a string is a safe separator for IRI templates.
isSameTable() - Method in class org.d2rq.db.expr.ColumnListEquality
 
isSubjectOf - Static variable in class org.d2rq.vocab.SKOS
 
isTable(TableName) - Method in class org.d2rq.db.SQLConnection
 
isTrivial(DatabaseOp) - Static method in class org.d2rq.db.op.util.OpUtil
 
isTrue() - Method in class org.d2rq.db.expr.BinaryOperator
 
isTrue() - Method in class org.d2rq.db.expr.BooleanToIntegerCaseExpression
 
isTrue() - Method in class org.d2rq.db.expr.ColumnExpr
 
isTrue() - Method in class org.d2rq.db.expr.ColumnListEquality
 
isTrue() - Method in class org.d2rq.db.expr.Concatenation
 
isTrue() - Method in class org.d2rq.db.expr.Conjunction
 
isTrue() - Method in class org.d2rq.db.expr.Constant
 
isTrue() - Method in class org.d2rq.db.expr.Disjunction
 
isTrue() - Method in class org.d2rq.db.expr.Equality
 
isTrue() - Method in class org.d2rq.db.expr.Expression
 
isTrue() - Method in class org.d2rq.db.expr.Negation
 
isTrue() - Method in class org.d2rq.db.expr.NotNull
 
isTrue() - Method in class org.d2rq.db.expr.SQLExpression
 
isTrue() - Method in class org.d2rq.db.expr.UnaryMinus
 
isUnsupported() - Method in class org.d2rq.db.types.DataType
 
isUnsupported() - Method in class org.d2rq.db.types.UnsupportedDataType
 
isValid() - Method in class org.d2rq.r2rml.ColumnNameR2RML
 
isValid() - Method in class org.d2rq.r2rml.ConstantIRI
 
isValid() - Method in class org.d2rq.r2rml.Mapping
 
isValid() - Method in class org.d2rq.r2rml.MappingComponent
 
isValid() - Method in class org.d2rq.r2rml.MappingTerm
Determines validity.
isValid(SQLConnection) - Method in class org.d2rq.r2rml.MappingTerm
Determines validity.
isValid() - Method in class org.d2rq.r2rml.StringTemplate
 
isValid() - Method in class org.d2rq.r2rml.TableOrViewName
 
isVocabularyResource(Resource) - Method in class org.d2rq.server.D2RServer
 
ISWC - Class in org.d2rq.vocab
Vocabulary definitions from http://annotation.semanticweb.org/iswc/iswc.daml
ISWC() - Constructor for class org.d2rq.vocab.ISWC
 
ISWC_2002 - Static variable in class org.d2rq.vocab.ISWC
 
isWildcardSubtype() - Method in class de.fuberlin.wiwiss.pubby.negotiation.MediaRangeSpec
 
isWildcardType() - Method in class de.fuberlin.wiwiss.pubby.negotiation.MediaRangeSpec
 
isZerofillColumn(ColumnName) - Method in class org.d2rq.db.schema.Inspector
TODO: Move vendor-specific zerofill stuff to vendor.MySQL class TODO: This should be cached in TableDef and not called through ConnectedDB
iterator() - Method in class org.d2rq.db.schema.Key
 
iterator() - Method in class org.d2rq.find.FindQuery
 

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