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

A

abs(SqlExpr) - Static method in class org.openrdf.sail.rdbms.algebra.base.SqlExprSupport
 
abs() - Method in class org.openrdf.sail.rdbms.evaluation.SqlExprBuilder
 
AbstractQuery - Class in org.openrdf.query.impl
Abstract super class of all query types.
AbstractQuery() - Constructor for class org.openrdf.query.impl.AbstractQuery
Creates a new query object.
accept(BindingSet) - Method in class org.openrdf.query.algebra.evaluation.iterator.CompatibleBindingSetFilter
 
accept(BindingSet) - Method in class org.openrdf.query.algebra.evaluation.iterator.FilterIterator
 
ACCEPT_PARAM_NAME - Static variable in class org.openrdf.http.protocol.Protocol
Parameter name for the Accept parameter (may also be used as the name of the Accept HTTP header).
add(Resource, URI, Value, Resource...) - Method in interface org.openrdf.model.Graph
Adds one or more statements to the graph.
add(Statement) - Method in class org.openrdf.model.impl.GraphImpl
 
add(Resource, URI, Value, Resource...) - Method in class org.openrdf.model.impl.GraphImpl
 
add(QueryOptimizer) - Method in class org.openrdf.query.algebra.evaluation.util.QueryOptimizerList
 
add(File, String, RDFFormat, Resource...) - Method in class org.openrdf.repository.base.RepositoryConnectionBase
 
add(URL, String, RDFFormat, Resource...) - Method in class org.openrdf.repository.base.RepositoryConnectionBase
 
add(InputStream, String, RDFFormat, Resource...) - Method in class org.openrdf.repository.base.RepositoryConnectionBase
 
add(Reader, String, RDFFormat, Resource...) - Method in class org.openrdf.repository.base.RepositoryConnectionBase
 
add(Iterable<? extends Statement>, Resource...) - Method in class org.openrdf.repository.base.RepositoryConnectionBase
 
add(Iteration<? extends Statement, E>, Resource...) - Method in class org.openrdf.repository.base.RepositoryConnectionBase
 
add(Statement, Resource...) - Method in class org.openrdf.repository.base.RepositoryConnectionBase
 
add(Resource, URI, Value, Resource...) - Method in class org.openrdf.repository.base.RepositoryConnectionBase
 
add(File, String, RDFFormat, Resource...) - Method in class org.openrdf.repository.base.RepositoryConnectionWrapper
 
add(InputStream, String, RDFFormat, Resource...) - Method in class org.openrdf.repository.base.RepositoryConnectionWrapper
 
add(Iterable<? extends Statement>, Resource...) - Method in class org.openrdf.repository.base.RepositoryConnectionWrapper
 
add(Iteration<? extends Statement, E>, Resource...) - Method in class org.openrdf.repository.base.RepositoryConnectionWrapper
 
add(Reader, String, RDFFormat, Resource...) - Method in class org.openrdf.repository.base.RepositoryConnectionWrapper
 
add(Resource, URI, Value, Resource...) - Method in class org.openrdf.repository.base.RepositoryConnectionWrapper
 
add(Statement, Resource...) - Method in class org.openrdf.repository.base.RepositoryConnectionWrapper
 
add(URL, String, RDFFormat, Resource...) - Method in class org.openrdf.repository.base.RepositoryConnectionWrapper
 
add(RepositoryConnection, Resource, URI, Value, Resource...) - Method in class org.openrdf.repository.event.base.RepositoryConnectionInterceptorAdapter
 
add(RepositoryConnection, Resource, URI, Value, Resource...) - Method in class org.openrdf.repository.event.base.RepositoryConnectionListenerAdapter
 
add(RepositoryConnection, Resource, URI, Value, Resource...) - Method in interface org.openrdf.repository.event.RepositoryConnectionInterceptor
 
add(RepositoryConnection, Resource, URI, Value, Resource...) - Method in interface org.openrdf.repository.event.RepositoryConnectionListener
 
add(RepositoryConnection, Resource, URI, Value, Resource...) - Method in class org.openrdf.repository.event.util.DebugRepositoryConnectionListener
 
add(InputStream, String, RDFFormat, Resource...) - Method in interface org.openrdf.repository.RepositoryConnection
Adds RDF data from an InputStream to the repository, optionally to one or more named contexts.
add(Reader, String, RDFFormat, Resource...) - Method in interface org.openrdf.repository.RepositoryConnection
Adds RDF data from a Reader to the repository, optionally to one or more named contexts.
add(URL, String, RDFFormat, Resource...) - Method in interface org.openrdf.repository.RepositoryConnection
Adds the RDF data that can be found at the specified URL to the repository, optionally to one or more named contexts.
add(File, String, RDFFormat, Resource...) - Method in interface org.openrdf.repository.RepositoryConnection
Adds RDF data from the specified file to a specific contexts in the repository.
add(Resource, URI, Value, Resource...) - Method in interface org.openrdf.repository.RepositoryConnection
Adds a statement with the specified subject, predicate and object to this repository, optionally to one or more named contexts.
add(Statement, Resource...) - Method in interface org.openrdf.repository.RepositoryConnection
Adds the supplied statement to this repository, optionally to one or more named contexts.
add(Iterable<? extends Statement>, Resource...) - Method in interface org.openrdf.repository.RepositoryConnection
Adds the supplied statements to this repository, optionally to one or more named contexts.
add(Iteration<? extends Statement, E>, Resource...) - Method in interface org.openrdf.repository.RepositoryConnection
Adds the supplied statements to this repository, optionally to one or more named contexts.
add(MemStatement) - Method in class org.openrdf.sail.memory.model.MemStatementList
 
add(E) - Method in class org.openrdf.sail.memory.model.WeakObjectRegistry
 
add(RdbmsStatement) - Method in class org.openrdf.sail.rdbms.RdbmsTripleRepository
 
add(ValueType) - Method in class org.openrdf.sail.rdbms.schema.ValueTypes
 
add_escapes(String) - Method in exception org.openrdf.query.parser.serql.ast.ParseException
Used to convert raw characters to their escaped version when these raw version cannot be used as part of an ASCII string literal.
add_escapes(String) - Method in exception org.openrdf.query.parser.sparql.ast.ParseException
Used to convert raw characters to their escaped version when these raw version cannot be used as part of an ASCII string literal.
addAll(BindingSet) - Method in class org.openrdf.query.algebra.evaluation.QueryBindingSet
 
addAll(MemStatementList) - Method in class org.openrdf.sail.memory.model.MemStatementList
 
addArg(ValueExpr) - Method in class org.openrdf.query.algebra.FunctionCall
 
addArgs(ValueExpr...) - Method in class org.openrdf.query.algebra.FunctionCall
 
addArgs(Iterable<ValueExpr>) - Method in class org.openrdf.query.algebra.FunctionCall
 
addBatch() - Method in class org.openrdf.sail.rdbms.schema.Batch
 
addBatch(Number, long) - Method in class org.openrdf.sail.rdbms.schema.HashBatch
 
addBinding(Binding) - Method in class org.openrdf.query.algebra.evaluation.QueryBindingSet
Adds a new binding to the solution.
addBinding(String, Value) - Method in class org.openrdf.query.algebra.evaluation.QueryBindingSet
Adds a new binding to the solution.
addBinding(String, Value) - Method in class org.openrdf.query.impl.MapBindingSet
Adds a binding to the solution.
addBinding(Binding) - Method in class org.openrdf.query.impl.MapBindingSet
Adds a binding to the solution.
addConnectionListener(SailConnectionListener) - Method in class org.openrdf.sail.helpers.SailConnectionBase
 
addConnectionListener(SailConnectionListener) - Method in class org.openrdf.sail.helpers.SailConnectionWrapper
 
addConnectionListener(SailConnectionListener) - Method in interface org.openrdf.sail.NotifyingSailConnection
Registers a SailConnection listener with this SailConnection.
addContextStatement(MemStatement) - Method in class org.openrdf.sail.memory.model.MemBNode
 
addContextStatement(MemStatement) - Method in interface org.openrdf.sail.memory.model.MemResource
Adds a statement to this MemResource's list of statements for which it represents the context.
addContextStatement(MemStatement) - Method in class org.openrdf.sail.memory.model.MemURI
 
AddController - Class in org.openrdf.http.webclient.repository.modify.add
 
AddController() - Constructor for class org.openrdf.http.webclient.repository.modify.add.AddController
 
addDefaultGraph(URI) - Method in class org.openrdf.query.impl.DatasetImpl
Adds a graph URI to the set of default graph URIs.
addElement(ExtensionElem) - Method in class org.openrdf.query.algebra.Extension
 
addElement(OrderElem) - Method in class org.openrdf.query.algebra.Order
 
addElement(ProjectionElem) - Method in class org.openrdf.query.algebra.ProjectionElemList
 
addElements(ExtensionElem...) - Method in class org.openrdf.query.algebra.Extension
 
addElements(Iterable<ExtensionElem>) - Method in class org.openrdf.query.algebra.Extension
 
addElements(OrderElem...) - Method in class org.openrdf.query.algebra.Order
 
addElements(Iterable<OrderElem>) - Method in class org.openrdf.query.algebra.Order
 
addElements(ProjectionElem...) - Method in class org.openrdf.query.algebra.ProjectionElemList
 
addElements(Iterable<ProjectionElem>) - Method in class org.openrdf.query.algebra.ProjectionElemList
 
addEscapes(String) - Static method in error org.openrdf.query.parser.serql.ast.TokenMgrError
Replaces unprintable characters by their espaced (or unicode escaped) equivalents in the given string
addEscapes(String) - Static method in error org.openrdf.query.parser.sparql.ast.TokenMgrError
Replaces unprintable characters by their espaced (or unicode escaped) equivalents in the given string
addFilter(SqlExpr) - Method in class org.openrdf.sail.rdbms.algebra.base.FromItem
 
addFilter(SqlExpr) - Method in class org.openrdf.sail.rdbms.algebra.SelectQuery
 
addGroupBindingName(String) - Method in class org.openrdf.query.algebra.Group
 
addGroupElement(GroupElem) - Method in class org.openrdf.query.algebra.Group
 
addInferredStatement(Resource, URI, Value, Resource...) - Method in interface org.openrdf.sail.inferencer.InferencerConnection
Adds an inferred statement to a specific context.
addInferredStatement(Resource, URI, Value, Resource...) - Method in class org.openrdf.sail.inferencer.InferencerConnectionWrapper
 
addInferredStatement(Resource, URI, Value, Resource...) - Method in class org.openrdf.sail.memory.MemoryStoreConnection
 
addInferredStatement(Resource, URI, Value, Resource...) - Method in class org.openrdf.sail.nativerdf.NativeStoreConnection
 
addInputStreamOrReader(Object, String, RDFFormat, Resource...) - Method in class org.openrdf.repository.base.RepositoryConnectionBase
Adds the data that can be read from the supplied InputStream or Reader to this repository.
AdditiveExpression() - Method in class org.openrdf.query.parser.sparql.ast.SyntaxTreeBuilder
 
addJoin(FromItem) - Method in class org.openrdf.sail.rdbms.algebra.base.FromItem
 
addJoin(SelectQuery) - Method in class org.openrdf.sail.rdbms.algebra.SelectQuery
 
addJoinBefore(FromItem, FromItem) - Method in class org.openrdf.sail.rdbms.algebra.base.FromItem
 
addLeftJoin(SelectQuery) - Method in class org.openrdf.sail.rdbms.algebra.SelectQuery
 
addNamedGraph(URI) - Method in class org.openrdf.query.impl.DatasetImpl
Adds a graph URI to the set of named graph URIs.
addObjectStatement(MemStatement) - Method in class org.openrdf.sail.memory.model.MemBNode
 
addObjectStatement(MemStatement) - Method in class org.openrdf.sail.memory.model.MemLiteral
 
addObjectStatement(MemStatement) - Method in class org.openrdf.sail.memory.model.MemURI
 
addObjectStatement(MemStatement) - Method in interface org.openrdf.sail.memory.model.MemValue
Adds a statement to this MemValue's list of statements for which it is the object.
addOrder(SqlExpr, boolean) - Method in class org.openrdf.sail.rdbms.algebra.SelectQuery
 
addParameters(List<Object>) - Method in class org.openrdf.sail.rdbms.evaluation.SqlExprBuilder
 
addPredicateStatement(MemStatement) - Method in class org.openrdf.sail.memory.model.MemURI
Adds a statement to this MemURI's list of statements for which it is the predicate.
addProjection(ProjectionElemList) - Method in class org.openrdf.query.algebra.MultiProjection
 
addProjections(Iterable<ProjectionElemList>) - Method in class org.openrdf.query.algebra.MultiProjection
 
addRepositoryConfig(RepositoryConfig) - Method in class org.openrdf.repository.manager.RepositoryManager
Adds or updates the configuration of a repository to the manager's system repository.
addRepositoryConnectionInterceptor(RepositoryConnectionInterceptor) - Method in class org.openrdf.repository.event.base.InterceptingRepositoryConnectionWrapper
Registers a RepositoryConnectionInterceptor that will receive notifications of operations that are performed on this connection.
addRepositoryConnectionInterceptor(RepositoryConnectionInterceptor) - Method in class org.openrdf.repository.event.base.InterceptingRepositoryWrapper
Registers a RepositoryConnectionInterceptor that will receive notifications of operations that are performed on any connections that are created by this repository.
addRepositoryConnectionInterceptor(RepositoryConnectionInterceptor) - Method in interface org.openrdf.repository.event.InterceptingRepository
Registers a RepositoryConnectionInterceptor that will receive notifications of operations that are performed on this connection.
addRepositoryConnectionInterceptor(RepositoryConnectionInterceptor) - Method in interface org.openrdf.repository.event.InterceptingRepositoryConnection
Registers a RepositoryConnectionInterceptor that will receive notifications of operations that are performed on this connection.
addRepositoryConnectionListener(RepositoryConnectionListener) - Method in class org.openrdf.repository.event.base.NotifyingRepositoryConnectionWrapper
Registers a RepositoryConnectionListener that will receive notifications of operations that are performed on this connection.
addRepositoryConnectionListener(RepositoryConnectionListener) - Method in class org.openrdf.repository.event.base.NotifyingRepositoryWrapper
Registers a RepositoryConnectionListener that will receive notifications of operations that are performed on any< connections that are created by this repository.
addRepositoryConnectionListener(RepositoryConnectionListener) - Method in interface org.openrdf.repository.event.NotifyingRepository
Registers a RepositoryConnectionListener that will receive notifications of operations that are performed on any< connections that are created by this repository.
addRepositoryConnectionListener(RepositoryConnectionListener) - Method in interface org.openrdf.repository.event.NotifyingRepositoryConnection
Registers a RepositoryConnectionListener that will receive notifications of operations that are performed on this connection.
addRepositoryInterceptor(RepositoryInterceptor) - Method in class org.openrdf.repository.event.base.InterceptingRepositoryWrapper
Registers a RepositoryInterceptor that will receive notifications of operations that are performed on this repository.
addRepositoryInterceptor(RepositoryInterceptor) - Method in interface org.openrdf.repository.event.InterceptingRepository
Registers a RepositoryInterceptor that will receive notifications of operations that are performed on this repository.
addRepositoryListener(RepositoryListener) - Method in class org.openrdf.repository.event.base.NotifyingRepositoryWrapper
Registers a RepositoryListener that will receive notifications of operations that are performed on this repository.
addRepositoryListener(RepositoryListener) - Method in interface org.openrdf.repository.event.NotifyingRepository
Registers a RepositoryListener that will receive notifications of operations that are performed on this repository.
addRepositoryManagerListener(RepositoryManagerListener) - Method in class org.openrdf.repository.manager.util.NotifyingLocalRepositoryManager
 
addSailChangedListener(SailChangedListener) - Method in class org.openrdf.sail.helpers.SailBase
 
addSailChangedListener(SailChangedListener) - Method in class org.openrdf.sail.helpers.SailWrapper
 
addSailChangedListener(SailChangedListener) - Method in interface org.openrdf.sail.NotifyingSail
Adds the specified SailChangedListener to receive events when the data in this Sail object changes.
addSolution(BindingSet) - Method in class org.openrdf.query.algebra.evaluation.iterator.GroupIterator.Entry
 
addSqlSelectVar(SelectProjection) - Method in class org.openrdf.sail.rdbms.algebra.SelectQuery
 
addStatement(Resource, URI, Value, Resource...) - Method in class org.openrdf.sail.helpers.SailConnectionBase
 
addStatement(Resource, URI, Value, Resource...) - Method in class org.openrdf.sail.helpers.SailConnectionWrapper
 
addStatement(Resource, URI, Value, Resource, boolean) - Method in class org.openrdf.sail.memory.MemoryStore
 
addStatement(Resource, URI, Value, Resource...) - Method in interface org.openrdf.sail.SailConnection
Adds a statement to each context in the specified contexts.
addStatementInternal(Resource, URI, Value, Resource...) - Method in class org.openrdf.sail.helpers.SailConnectionBase
 
addStatementInternal(Resource, URI, Value, Resource...) - Method in class org.openrdf.sail.memory.MemoryStoreConnection
 
addStatementInternal(Resource, URI, Value, boolean, Resource...) - Method in class org.openrdf.sail.memory.MemoryStoreConnection
Adds the specified statement to this MemoryStore.
addStatementInternal(Resource, URI, Value, Resource...) - Method in class org.openrdf.sail.nativerdf.NativeStoreConnection
 
addStatementInternal(Resource, URI, Value, Resource...) - Method in class org.openrdf.sail.rdbms.RdbmsConnection
 
AddStatementOperation - Class in org.openrdf.http.protocol.transaction.operations
Operation to add a statement.
AddStatementOperation(Resource, URI, Value, Resource...) - Constructor for class org.openrdf.http.protocol.transaction.operations.AddStatementOperation
Create an AddStatementOperation.
addSubjectStatement(MemStatement) - Method in class org.openrdf.sail.memory.model.MemBNode
 
addSubjectStatement(MemStatement) - Method in interface org.openrdf.sail.memory.model.MemResource
Adds a statement to this MemResource's list of statements for which it is the subject.
addSubjectStatement(MemStatement) - Method in class org.openrdf.sail.memory.model.MemURI
 
addTo(C) - Method in class org.openrdf.repository.RepositoryResult
Adds all objects of this RepositoryResult to the supplied collection.
addToComponentLists() - Method in class org.openrdf.sail.memory.model.MemStatement
Lets this statement add itself to the appropriate statement lists of its subject, predicate, object and context.
addUnion(FromItem) - Method in class org.openrdf.sail.rdbms.algebra.UnionItem
 
addVar(ColumnVar) - Method in class org.openrdf.sail.rdbms.algebra.JoinItem
 
addWithoutCommit(Statement, Resource...) - Method in class org.openrdf.repository.base.RepositoryConnectionBase
 
addWithoutCommit(Resource, URI, Value, Resource...) - Method in class org.openrdf.repository.base.RepositoryConnectionBase
 
addWithoutCommit(Resource, URI, Value, Resource...) - Method in class org.openrdf.repository.base.RepositoryConnectionWrapper
 
addWithoutCommit(Resource, URI, Value, Resource...) - Method in class org.openrdf.repository.event.base.InterceptingRepositoryConnectionWrapper
 
addWithoutCommit(Resource, URI, Value, Resource...) - Method in class org.openrdf.repository.event.base.NotifyingRepositoryConnectionWrapper
 
addWithoutCommit(Resource, URI, Value, Resource...) - Method in class org.openrdf.repository.sail.SailRepositoryConnection
 
adjustBeginLineColumn(int, int) - Method in class org.openrdf.query.parser.serql.ast.SimpleCharStream
Method to adjust line and column numbers for the start of a token.
adjustBeginLineColumn(int, int) - Method in class org.openrdf.query.parser.sparql.ast.JavaCharStream
Method to adjust line and column numbers for the start of a token.
AdjustBuffSize() - Method in class org.openrdf.query.parser.sparql.ast.JavaCharStream
 
afterCompletion(HttpServletRequest, HttpServletResponse, Object, Exception) - Method in class org.openrdf.http.server.ServerInterceptor
 
afterCompletion(HttpServletRequest, HttpServletResponse, Object, Exception) - Method in class org.openrdf.http.webclient.NavigationRulesHandlerInterceptor
 
afterCompletion(HttpServletRequest, HttpServletResponse, Object, Exception) - Method in class org.openrdf.http.webclient.repository.RepositorySelectionInterceptor
 
afterCompletion(HttpServletRequest, HttpServletResponse, Object, Exception) - Method in class org.openrdf.http.webclient.server.ServerSelectionInterceptor
 
afterLast() - Method in class org.openrdf.query.impl.MutableTupleQueryResult
Moves the cursor to the end of the query result, just after the last binding set.
aggregate(String...) - Method in class org.openrdf.sail.rdbms.schema.RdbmsTable
 
AggregateOperator - Interface in org.openrdf.query.algebra
An operator that returns aggregates values.
ALL - Static variable in interface org.openrdf.query.parser.serql.ast.SyntaxTreeBuilderConstants
 
ALLDIFFERENT - Static variable in class org.openrdf.model.vocabulary.OWL
http://www.w3.org/2002/07/owl#AllDifferent
ALLVALUESFROM - Static variable in class org.openrdf.model.vocabulary.OWL
http://www.w3.org/2002/07/owl#allValuesFrom
ALPHA - Static variable in interface org.openrdf.query.parser.serql.ast.SyntaxTreeBuilderConstants
 
ALPHA - Static variable in interface org.openrdf.query.parser.sparql.ast.SyntaxTreeBuilderConstants
 
ALT - Static variable in class org.openrdf.model.vocabulary.RDF
http://www.w3.org/1999/02/22-rdf-syntax-ns#Alt
And - Class in org.openrdf.query.algebra
A boolean AND operator operating on two boolean expressions.
And() - Constructor for class org.openrdf.query.algebra.And
 
And(ValueExpr, ValueExpr) - Constructor for class org.openrdf.query.algebra.And
 
And() - Method in class org.openrdf.query.parser.serql.ast.SyntaxTreeBuilder
 
AND - Static variable in interface org.openrdf.query.parser.serql.ast.SyntaxTreeBuilderConstants
 
AND - Static variable in interface org.openrdf.query.parser.sparql.ast.SyntaxTreeBuilderConstants
 
and(SqlExpr, SqlExpr) - Static method in class org.openrdf.sail.rdbms.algebra.base.SqlExprSupport
 
and() - Method in class org.openrdf.sail.rdbms.evaluation.SqlExprBuilder
 
ANNOTATIONPROPERTY - Static variable in class org.openrdf.model.vocabulary.OWL
http://www.w3.org/2002/07/owl#AnnotationProperty
ANON - Static variable in interface org.openrdf.query.parser.sparql.ast.SyntaxTreeBuilderConstants
 
AnonymousVarGenerator - Class in org.openrdf.query.parser.serql
Inserts anonymous variables into the abstract syntax tree at places where such variables are already implicitly present.
AnonymousVarGenerator() - Constructor for class org.openrdf.query.parser.serql.AnonymousVarGenerator
 
ANY - Static variable in interface org.openrdf.query.parser.serql.ast.SyntaxTreeBuilderConstants
 
ANYURI - Static variable in class org.openrdf.model.vocabulary.XMLSchema
http://www.w3.org/2001/XMLSchema#anyURI
append(BindingSet) - Method in class org.openrdf.query.impl.MutableTupleQueryResult
 
append(CharSequence) - Method in class org.openrdf.sail.rdbms.evaluation.SqlExprBuilder
 
appendBoolean(boolean) - Method in class org.openrdf.sail.rdbms.evaluation.SqlExprBuilder
 
appendFlags(SqlExprBuilder) - Method in class org.openrdf.sail.rdbms.evaluation.SqlRegexBuilder
 
appendJoin(StringBuilder, SqlJoinBuilder) - Method in class org.openrdf.sail.rdbms.evaluation.SqlJoinBuilder
 
appendNull() - Method in class org.openrdf.sail.rdbms.evaluation.SqlExprBuilder
 
appendNumeric(double) - Method in class org.openrdf.sail.rdbms.evaluation.SqlExprBuilder
 
appendOperator(SqlCompare.Operator) - Method in class org.openrdf.sail.rdbms.evaluation.SqlExprBuilder
 
appendPattern(SqlExprBuilder) - Method in class org.openrdf.sail.rdbms.evaluation.SqlRegexBuilder
 
appendRegExp(SqlExprBuilder) - Method in class org.openrdf.sail.rdbms.evaluation.SqlRegexBuilder
 
appendValue(SqlExprBuilder) - Method in class org.openrdf.sail.rdbms.evaluation.SqlRegexBuilder
 
appendVars(List<ColumnVar>) - Method in class org.openrdf.sail.rdbms.algebra.base.FromItem
 
appendVars(List<ColumnVar>) - Method in class org.openrdf.sail.rdbms.algebra.JoinItem
 
appendVars(List<ColumnVar>) - Method in class org.openrdf.sail.rdbms.algebra.UnionItem
 
arg - Variable in class org.openrdf.query.algebra.Bound
The operator's argument.
arg - Variable in class org.openrdf.query.algebra.CompareSubQueryValueOperator
 
arg - Variable in class org.openrdf.query.algebra.UnaryTupleOperator
The operator's argument.
arg - Variable in class org.openrdf.query.algebra.UnaryValueOperator
The operator's argument.
ArgList() - Method in class org.openrdf.query.parser.serql.ast.SyntaxTreeBuilder
 
ArgList() - Method in class org.openrdf.query.parser.sparql.ast.SyntaxTreeBuilder
 
args - Variable in class org.openrdf.query.algebra.FunctionCall
The operator's argument.
AS - Static variable in interface org.openrdf.query.parser.serql.ast.SyntaxTreeBuilderConstants
 
as(String) - Method in class org.openrdf.sail.rdbms.algebra.ColumnVar
 
as(String, String) - Method in class org.openrdf.sail.rdbms.algebra.ColumnVar
 
as(String) - Method in class org.openrdf.sail.rdbms.evaluation.SqlExprBuilder
 
ASC - Static variable in interface org.openrdf.query.parser.sparql.ast.SyntaxTreeBuilderConstants
 
ASK - Static variable in interface org.openrdf.query.parser.sparql.ast.SyntaxTreeBuilderConstants
 
AskQuery() - Method in class org.openrdf.query.parser.sparql.ast.SyntaxTreeBuilder
 
asList() - Method in class org.openrdf.repository.RepositoryResult
Returns a List containing all objects of this RepositoryResult in order of iteration.
asRdbmsLiteral(Literal) - Method in class org.openrdf.sail.rdbms.RdbmsValueFactory
 
asRdbmsResource(Resource) - Method in class org.openrdf.sail.rdbms.RdbmsValueFactory
 
asRdbmsResource(Resource...) - Method in class org.openrdf.sail.rdbms.RdbmsValueFactory
 
asRdbmsStatement(Statement) - Method in class org.openrdf.sail.rdbms.RdbmsValueFactory
 
asRdbmsURI(URI) - Method in class org.openrdf.sail.rdbms.RdbmsValueFactory
 
asRdbmsValue(Value) - Method in class org.openrdf.sail.rdbms.RdbmsValueFactory
 
assignId(RdbmsValue, int) - Method in class org.openrdf.sail.rdbms.managers.HashManager
 
ASTAnd - Class in org.openrdf.query.parser.serql.ast
 
ASTAnd(int) - Constructor for class org.openrdf.query.parser.serql.ast.ASTAnd
 
ASTAnd(SyntaxTreeBuilder, int) - Constructor for class org.openrdf.query.parser.serql.ast.ASTAnd
 
ASTAnd - Class in org.openrdf.query.parser.sparql.ast
 
ASTAnd(int) - Constructor for class org.openrdf.query.parser.sparql.ast.ASTAnd
 
ASTAnd(SyntaxTreeBuilder, int) - Constructor for class org.openrdf.query.parser.sparql.ast.ASTAnd
 
ASTAskQuery - Class in org.openrdf.query.parser.sparql.ast
 
ASTAskQuery(int) - Constructor for class org.openrdf.query.parser.sparql.ast.ASTAskQuery
 
ASTAskQuery(SyntaxTreeBuilder, int) - Constructor for class org.openrdf.query.parser.sparql.ast.ASTAskQuery
 
ASTBaseDecl - Class in org.openrdf.query.parser.sparql.ast
 
ASTBaseDecl(int) - Constructor for class org.openrdf.query.parser.sparql.ast.ASTBaseDecl
 
ASTBaseDecl(SyntaxTreeBuilder, int) - Constructor for class org.openrdf.query.parser.sparql.ast.ASTBaseDecl
 
ASTBasicGraphPattern - Class in org.openrdf.query.parser.sparql.ast
 
ASTBasicGraphPattern(int) - Constructor for class org.openrdf.query.parser.sparql.ast.ASTBasicGraphPattern
 
ASTBasicGraphPattern(SyntaxTreeBuilder, int) - Constructor for class org.openrdf.query.parser.sparql.ast.ASTBasicGraphPattern
 
ASTBasicPathExpr - Class in org.openrdf.query.parser.serql.ast
 
ASTBasicPathExpr(int) - Constructor for class org.openrdf.query.parser.serql.ast.ASTBasicPathExpr
 
ASTBasicPathExpr(SyntaxTreeBuilder, int) - Constructor for class org.openrdf.query.parser.serql.ast.ASTBasicPathExpr
 
ASTBasicPathExprTail - Class in org.openrdf.query.parser.serql.ast
 
ASTBasicPathExprTail(int) - Constructor for class org.openrdf.query.parser.serql.ast.ASTBasicPathExprTail
 
ASTBasicPathExprTail(SyntaxTreeBuilder, int) - Constructor for class org.openrdf.query.parser.serql.ast.ASTBasicPathExprTail
 
ASTBlankNode - Class in org.openrdf.query.parser.sparql.ast
 
ASTBlankNode(int) - Constructor for class org.openrdf.query.parser.sparql.ast.ASTBlankNode
 
ASTBlankNode(SyntaxTreeBuilder, int) - Constructor for class org.openrdf.query.parser.sparql.ast.ASTBlankNode
 
ASTBlankNodePropertyList - Class in org.openrdf.query.parser.sparql.ast
 
ASTBlankNodePropertyList(int) - Constructor for class org.openrdf.query.parser.sparql.ast.ASTBlankNodePropertyList
 
ASTBlankNodePropertyList(SyntaxTreeBuilder, int) - Constructor for class org.openrdf.query.parser.sparql.ast.ASTBlankNodePropertyList
 
ASTBNode - Class in org.openrdf.query.parser.serql.ast
 
ASTBNode(int) - Constructor for class org.openrdf.query.parser.serql.ast.ASTBNode
 
ASTBNode(SyntaxTreeBuilder, int) - Constructor for class org.openrdf.query.parser.serql.ast.ASTBNode
 
ASTBooleanConstant - Class in org.openrdf.query.parser.serql.ast
 
ASTBooleanConstant(int) - Constructor for class org.openrdf.query.parser.serql.ast.ASTBooleanConstant
 
ASTBooleanConstant(boolean) - Constructor for class org.openrdf.query.parser.serql.ast.ASTBooleanConstant
 
ASTBooleanConstant(SyntaxTreeBuilder, int) - Constructor for class org.openrdf.query.parser.serql.ast.ASTBooleanConstant
 
ASTBooleanExpr - Class in org.openrdf.query.parser.serql.ast
 
ASTBooleanExpr(int) - Constructor for class org.openrdf.query.parser.serql.ast.ASTBooleanExpr
 
ASTBooleanExpr(SyntaxTreeBuilder, int) - Constructor for class org.openrdf.query.parser.serql.ast.ASTBooleanExpr
 
ASTBound - Class in org.openrdf.query.parser.serql.ast
 
ASTBound() - Constructor for class org.openrdf.query.parser.serql.ast.ASTBound
 
ASTBound(ASTValueExpr) - Constructor for class org.openrdf.query.parser.serql.ast.ASTBound
 
ASTBound(int) - Constructor for class org.openrdf.query.parser.serql.ast.ASTBound
 
ASTBound(SyntaxTreeBuilder, int) - Constructor for class org.openrdf.query.parser.serql.ast.ASTBound
 
ASTBound - Class in org.openrdf.query.parser.sparql.ast
 
ASTBound(int) - Constructor for class org.openrdf.query.parser.sparql.ast.ASTBound
 
ASTBound(SyntaxTreeBuilder, int) - Constructor for class org.openrdf.query.parser.sparql.ast.ASTBound
 
ASTCollection - Class in org.openrdf.query.parser.sparql.ast
 
ASTCollection(int) - Constructor for class org.openrdf.query.parser.sparql.ast.ASTCollection
 
ASTCollection(SyntaxTreeBuilder, int) - Constructor for class org.openrdf.query.parser.sparql.ast.ASTCollection
 
ASTCompare - Class in org.openrdf.query.parser.serql.ast
 
ASTCompare(int) - Constructor for class org.openrdf.query.parser.serql.ast.ASTCompare
 
ASTCompare(SyntaxTreeBuilder, int) - Constructor for class org.openrdf.query.parser.serql.ast.ASTCompare
 
ASTCompare - Class in org.openrdf.query.parser.sparql.ast
 
ASTCompare(int) - Constructor for class org.openrdf.query.parser.sparql.ast.ASTCompare
 
ASTCompare(SyntaxTreeBuilder, int) - Constructor for class org.openrdf.query.parser.sparql.ast.ASTCompare
 
ASTCompareAll - Class in org.openrdf.query.parser.serql.ast
 
ASTCompareAll(int) - Constructor for class org.openrdf.query.parser.serql.ast.ASTCompareAll
 
ASTCompareAll(SyntaxTreeBuilder, int) - Constructor for class org.openrdf.query.parser.serql.ast.ASTCompareAll
 
ASTCompareAny - Class in org.openrdf.query.parser.serql.ast
 
ASTCompareAny(int) - Constructor for class org.openrdf.query.parser.serql.ast.ASTCompareAny
 
ASTCompareAny(SyntaxTreeBuilder, int) - Constructor for class org.openrdf.query.parser.serql.ast.ASTCompareAny
 
ASTCompOperator - Class in org.openrdf.query.parser.serql.ast
 
ASTCompOperator(int) - Constructor for class org.openrdf.query.parser.serql.ast.ASTCompOperator
 
ASTCompOperator(SyntaxTreeBuilder, int) - Constructor for class org.openrdf.query.parser.serql.ast.ASTCompOperator
 
ASTConstraint - Class in org.openrdf.query.parser.sparql.ast
 
ASTConstraint(int) - Constructor for class org.openrdf.query.parser.sparql.ast.ASTConstraint
 
ASTConstraint(SyntaxTreeBuilder, int) - Constructor for class org.openrdf.query.parser.sparql.ast.ASTConstraint
 
ASTConstruct - Class in org.openrdf.query.parser.serql.ast
 
ASTConstruct(int) - Constructor for class org.openrdf.query.parser.serql.ast.ASTConstruct
 
ASTConstruct(SyntaxTreeBuilder, int) - Constructor for class org.openrdf.query.parser.serql.ast.ASTConstruct
 
ASTConstruct - Class in org.openrdf.query.parser.sparql.ast
 
ASTConstruct(int) - Constructor for class org.openrdf.query.parser.sparql.ast.ASTConstruct
 
ASTConstruct(SyntaxTreeBuilder, int) - Constructor for class org.openrdf.query.parser.sparql.ast.ASTConstruct
 
ASTConstructQuery - Class in org.openrdf.query.parser.serql.ast
 
ASTConstructQuery(int) - Constructor for class org.openrdf.query.parser.serql.ast.ASTConstructQuery
 
ASTConstructQuery(SyntaxTreeBuilder, int) - Constructor for class org.openrdf.query.parser.serql.ast.ASTConstructQuery
 
ASTConstructQuery - Class in org.openrdf.query.parser.sparql.ast
 
ASTConstructQuery(int) - Constructor for class org.openrdf.query.parser.sparql.ast.ASTConstructQuery
 
ASTConstructQuery(SyntaxTreeBuilder, int) - Constructor for class org.openrdf.query.parser.sparql.ast.ASTConstructQuery
 
ASTDatasetClause - Class in org.openrdf.query.parser.sparql.ast
 
ASTDatasetClause(int) - Constructor for class org.openrdf.query.parser.sparql.ast.ASTDatasetClause
 
ASTDatasetClause(SyntaxTreeBuilder, int) - Constructor for class org.openrdf.query.parser.sparql.ast.ASTDatasetClause
 
ASTDatatype - Class in org.openrdf.query.parser.serql.ast
 
ASTDatatype(int) - Constructor for class org.openrdf.query.parser.serql.ast.ASTDatatype
 
ASTDatatype(SyntaxTreeBuilder, int) - Constructor for class org.openrdf.query.parser.serql.ast.ASTDatatype
 
ASTDatatype - Class in org.openrdf.query.parser.sparql.ast
 
ASTDatatype(int) - Constructor for class org.openrdf.query.parser.sparql.ast.ASTDatatype
 
ASTDatatype(SyntaxTreeBuilder, int) - Constructor for class org.openrdf.query.parser.sparql.ast.ASTDatatype
 
ASTDescribe - Class in org.openrdf.query.parser.sparql.ast
 
ASTDescribe(int) - Constructor for class org.openrdf.query.parser.sparql.ast.ASTDescribe
 
ASTDescribe(SyntaxTreeBuilder, int) - Constructor for class org.openrdf.query.parser.sparql.ast.ASTDescribe
 
ASTDescribeQuery - Class in org.openrdf.query.parser.sparql.ast
 
ASTDescribeQuery(int) - Constructor for class org.openrdf.query.parser.sparql.ast.ASTDescribeQuery
 
ASTDescribeQuery(SyntaxTreeBuilder, int) - Constructor for class org.openrdf.query.parser.sparql.ast.ASTDescribeQuery
 
ASTEdge - Class in org.openrdf.query.parser.serql.ast
 
ASTEdge(int) - Constructor for class org.openrdf.query.parser.serql.ast.ASTEdge
 
ASTEdge(SyntaxTreeBuilder, int) - Constructor for class org.openrdf.query.parser.serql.ast.ASTEdge
 
ASTExists - Class in org.openrdf.query.parser.serql.ast
 
ASTExists(int) - Constructor for class org.openrdf.query.parser.serql.ast.ASTExists
 
ASTExists(SyntaxTreeBuilder, int) - Constructor for class org.openrdf.query.parser.serql.ast.ASTExists
 
ASTFalse - Class in org.openrdf.query.parser.sparql.ast
 
ASTFalse(int) - Constructor for class org.openrdf.query.parser.sparql.ast.ASTFalse
 
ASTFalse(SyntaxTreeBuilder, int) - Constructor for class org.openrdf.query.parser.sparql.ast.ASTFalse
 
ASTFrom - Class in org.openrdf.query.parser.serql.ast
 
ASTFrom(int) - Constructor for class org.openrdf.query.parser.serql.ast.ASTFrom
 
ASTFrom(SyntaxTreeBuilder, int) - Constructor for class org.openrdf.query.parser.serql.ast.ASTFrom
 
ASTFunctionCall - Class in org.openrdf.query.parser.serql.ast
 
ASTFunctionCall(int) - Constructor for class org.openrdf.query.parser.serql.ast.ASTFunctionCall
 
ASTFunctionCall(SyntaxTreeBuilder, int) - Constructor for class org.openrdf.query.parser.serql.ast.ASTFunctionCall
 
ASTFunctionCall - Class in org.openrdf.query.parser.sparql.ast
 
ASTFunctionCall(int) - Constructor for class org.openrdf.query.parser.sparql.ast.ASTFunctionCall
 
ASTFunctionCall(SyntaxTreeBuilder, int) - Constructor for class org.openrdf.query.parser.sparql.ast.ASTFunctionCall
 
ASTGraphGraphPattern - Class in org.openrdf.query.parser.sparql.ast
 
ASTGraphGraphPattern(int) - Constructor for class org.openrdf.query.parser.sparql.ast.ASTGraphGraphPattern
 
ASTGraphGraphPattern(SyntaxTreeBuilder, int) - Constructor for class org.openrdf.query.parser.sparql.ast.ASTGraphGraphPattern
 
ASTGraphIntersect - Class in org.openrdf.query.parser.serql.ast
 
ASTGraphIntersect(int) - Constructor for class org.openrdf.query.parser.serql.ast.ASTGraphIntersect
 
ASTGraphIntersect(SyntaxTreeBuilder, int) - Constructor for class org.openrdf.query.parser.serql.ast.ASTGraphIntersect
 
ASTGraphMinus - Class in org.openrdf.query.parser.serql.ast
 
ASTGraphMinus(int) - Constructor for class org.openrdf.query.parser.serql.ast.ASTGraphMinus
 
ASTGraphMinus(SyntaxTreeBuilder, int) - Constructor for class org.openrdf.query.parser.serql.ast.ASTGraphMinus
 
ASTGraphPatternGroup - Class in org.openrdf.query.parser.sparql.ast
 
ASTGraphPatternGroup(int) - Constructor for class org.openrdf.query.parser.sparql.ast.ASTGraphPatternGroup
 
ASTGraphPatternGroup(SyntaxTreeBuilder, int) - Constructor for class org.openrdf.query.parser.sparql.ast.ASTGraphPatternGroup
 
ASTGraphQuery - Class in org.openrdf.query.parser.serql.ast
 
ASTGraphQuery(int) - Constructor for class org.openrdf.query.parser.serql.ast.ASTGraphQuery
 
ASTGraphQuery(SyntaxTreeBuilder, int) - Constructor for class org.openrdf.query.parser.serql.ast.ASTGraphQuery
 
ASTGraphQuerySet - Class in org.openrdf.query.parser.serql.ast
 
ASTGraphQuerySet(int) - Constructor for class org.openrdf.query.parser.serql.ast.ASTGraphQuerySet
 
ASTGraphQuerySet(SyntaxTreeBuilder, int) - Constructor for class org.openrdf.query.parser.serql.ast.ASTGraphQuerySet
 
ASTGraphUnion - Class in org.openrdf.query.parser.serql.ast
 
ASTGraphUnion(int) - Constructor for class org.openrdf.query.parser.serql.ast.ASTGraphUnion
 
ASTGraphUnion(SyntaxTreeBuilder, int) - Constructor for class org.openrdf.query.parser.serql.ast.ASTGraphUnion
 
ASTIn - Class in org.openrdf.query.parser.serql.ast
 
ASTIn(int) - Constructor for class org.openrdf.query.parser.serql.ast.ASTIn
 
ASTIn(SyntaxTreeBuilder, int) - Constructor for class org.openrdf.query.parser.serql.ast.ASTIn
 
ASTIRI - Class in org.openrdf.query.parser.sparql.ast
 
ASTIRI(int) - Constructor for class org.openrdf.query.parser.sparql.ast.ASTIRI
 
ASTIRI(SyntaxTreeBuilder, int) - Constructor for class org.openrdf.query.parser.sparql.ast.ASTIRI
 
ASTIsBlank - Class in org.openrdf.query.parser.sparql.ast
 
ASTIsBlank(int) - Constructor for class org.openrdf.query.parser.sparql.ast.ASTIsBlank
 
ASTIsBlank(SyntaxTreeBuilder, int) - Constructor for class org.openrdf.query.parser.sparql.ast.ASTIsBlank
 
ASTIsBNode - Class in org.openrdf.query.parser.serql.ast
 
ASTIsBNode(int) - Constructor for class org.openrdf.query.parser.serql.ast.ASTIsBNode
 
ASTIsBNode(SyntaxTreeBuilder, int) - Constructor for class org.openrdf.query.parser.serql.ast.ASTIsBNode
 
ASTIsIRI - Class in org.openrdf.query.parser.sparql.ast
 
ASTIsIRI(int) - Constructor for class org.openrdf.query.parser.sparql.ast.ASTIsIRI
 
ASTIsIRI(SyntaxTreeBuilder, int) - Constructor for class org.openrdf.query.parser.sparql.ast.ASTIsIRI
 
ASTIsLiteral - Class in org.openrdf.query.parser.serql.ast
 
ASTIsLiteral(int) - Constructor for class org.openrdf.query.parser.serql.ast.ASTIsLiteral
 
ASTIsLiteral(SyntaxTreeBuilder, int) - Constructor for class org.openrdf.query.parser.serql.ast.ASTIsLiteral
 
ASTIsLiteral - Class in org.openrdf.query.parser.sparql.ast
 
ASTIsLiteral(int) - Constructor for class org.openrdf.query.parser.sparql.ast.ASTIsLiteral
 
ASTIsLiteral(SyntaxTreeBuilder, int) - Constructor for class org.openrdf.query.parser.sparql.ast.ASTIsLiteral
 
ASTIsResource - Class in org.openrdf.query.parser.serql.ast
 
ASTIsResource(int) - Constructor for class org.openrdf.query.parser.serql.ast.ASTIsResource
 
ASTIsResource(SyntaxTreeBuilder, int) - Constructor for class org.openrdf.query.parser.serql.ast.ASTIsResource
 
ASTIsURI - Class in org.openrdf.query.parser.serql.ast
 
ASTIsURI(int) - Constructor for class org.openrdf.query.parser.serql.ast.ASTIsURI
 
ASTIsURI(SyntaxTreeBuilder, int) - Constructor for class org.openrdf.query.parser.serql.ast.ASTIsURI
 
ASTLabel - Class in org.openrdf.query.parser.serql.ast
 
ASTLabel(int) - Constructor for class org.openrdf.query.parser.serql.ast.ASTLabel
 
ASTLabel(SyntaxTreeBuilder, int) - Constructor for class org.openrdf.query.parser.serql.ast.ASTLabel
 
ASTLang - Class in org.openrdf.query.parser.serql.ast
 
ASTLang(int) - Constructor for class org.openrdf.query.parser.serql.ast.ASTLang
 
ASTLang(SyntaxTreeBuilder, int) - Constructor for class org.openrdf.query.parser.serql.ast.ASTLang
 
ASTLang - Class in org.openrdf.query.parser.sparql.ast
 
ASTLang(int) - Constructor for class org.openrdf.query.parser.sparql.ast.ASTLang
 
ASTLang(SyntaxTreeBuilder, int) - Constructor for class org.openrdf.query.parser.sparql.ast.ASTLang
 
ASTLangMatches - Class in org.openrdf.query.parser.sparql.ast
 
ASTLangMatches(int) - Constructor for class org.openrdf.query.parser.sparql.ast.ASTLangMatches
 
ASTLangMatches(SyntaxTreeBuilder, int) - Constructor for class org.openrdf.query.parser.sparql.ast.ASTLangMatches
 
ASTLike - Class in org.openrdf.query.parser.serql.ast
 
ASTLike(int) - Constructor for class org.openrdf.query.parser.serql.ast.ASTLike
 
ASTLike(SyntaxTreeBuilder, int) - Constructor for class org.openrdf.query.parser.serql.ast.ASTLike
 
ASTLimit - Class in org.openrdf.query.parser.serql.ast
 
ASTLimit(int) - Constructor for class org.openrdf.query.parser.serql.ast.ASTLimit
 
ASTLimit(SyntaxTreeBuilder, int) - Constructor for class org.openrdf.query.parser.serql.ast.ASTLimit
 
ASTLimit - Class in org.openrdf.query.parser.sparql.ast
 
ASTLimit(int) - Constructor for class org.openrdf.query.parser.sparql.ast.ASTLimit
 
ASTLimit(SyntaxTreeBuilder, int) - Constructor for class org.openrdf.query.parser.sparql.ast.ASTLimit
 
ASTLiteral - Class in org.openrdf.query.parser.serql.ast
 
ASTLiteral(int) - Constructor for class org.openrdf.query.parser.serql.ast.ASTLiteral
 
ASTLiteral(SyntaxTreeBuilder, int) - Constructor for class org.openrdf.query.parser.serql.ast.ASTLiteral
 
ASTLocalName - Class in org.openrdf.query.parser.serql.ast
 
ASTLocalName(int) - Constructor for class org.openrdf.query.parser.serql.ast.ASTLocalName
 
ASTLocalName(SyntaxTreeBuilder, int) - Constructor for class org.openrdf.query.parser.serql.ast.ASTLocalName
 
ASTMath - Class in org.openrdf.query.parser.sparql.ast
 
ASTMath(int) - Constructor for class org.openrdf.query.parser.sparql.ast.ASTMath
 
ASTMath(SyntaxTreeBuilder, int) - Constructor for class org.openrdf.query.parser.sparql.ast.ASTMath
 
ASTNamespace - Class in org.openrdf.query.parser.serql.ast
 
ASTNamespace(int) - Constructor for class org.openrdf.query.parser.serql.ast.ASTNamespace
 
ASTNamespace(SyntaxTreeBuilder, int) - Constructor for class org.openrdf.query.parser.serql.ast.ASTNamespace
 
ASTNamespaceDecl - Class in org.openrdf.query.parser.serql.ast
 
ASTNamespaceDecl(int) - Constructor for class org.openrdf.query.parser.serql.ast.ASTNamespaceDecl
 
ASTNamespaceDecl(SyntaxTreeBuilder, int) - Constructor for class org.openrdf.query.parser.serql.ast.ASTNamespaceDecl
 
ASTNode - Class in org.openrdf.query.parser.serql.ast
 
ASTNode(int) - Constructor for class org.openrdf.query.parser.serql.ast.ASTNode
 
ASTNode(SyntaxTreeBuilder, int) - Constructor for class org.openrdf.query.parser.serql.ast.ASTNode
 
ASTNodeElem - Class in org.openrdf.query.parser.serql.ast
 
ASTNodeElem(int) - Constructor for class org.openrdf.query.parser.serql.ast.ASTNodeElem
 
ASTNodeElem(SyntaxTreeBuilder, int) - Constructor for class org.openrdf.query.parser.serql.ast.ASTNodeElem
 
ASTNot - Class in org.openrdf.query.parser.serql.ast
 
ASTNot() - Constructor for class org.openrdf.query.parser.serql.ast.ASTNot
 
ASTNot(ASTBooleanExpr) - Constructor for class org.openrdf.query.parser.serql.ast.ASTNot
 
ASTNot(int) - Constructor for class org.openrdf.query.parser.serql.ast.ASTNot
 
ASTNot(SyntaxTreeBuilder, int) - Constructor for class org.openrdf.query.parser.serql.ast.ASTNot
 
ASTNot - Class in org.openrdf.query.parser.sparql.ast
 
ASTNot(int) - Constructor for class org.openrdf.query.parser.sparql.ast.ASTNot
 
ASTNot(SyntaxTreeBuilder, int) - Constructor for class org.openrdf.query.parser.sparql.ast.ASTNot
 
ASTNull - Class in org.openrdf.query.parser.serql.ast
 
ASTNull(int) - Constructor for class org.openrdf.query.parser.serql.ast.ASTNull
 
ASTNull(SyntaxTreeBuilder, int) - Constructor for class org.openrdf.query.parser.serql.ast.ASTNull
 
ASTNumericLiteral - Class in org.openrdf.query.parser.sparql.ast
 
ASTNumericLiteral(int) - Constructor for class org.openrdf.query.parser.sparql.ast.ASTNumericLiteral
 
ASTNumericLiteral(SyntaxTreeBuilder, int) - Constructor for class org.openrdf.query.parser.sparql.ast.ASTNumericLiteral
 
ASTObjectList - Class in org.openrdf.query.parser.sparql.ast
 
ASTObjectList(int) - Constructor for class org.openrdf.query.parser.sparql.ast.ASTObjectList
 
ASTObjectList(SyntaxTreeBuilder, int) - Constructor for class org.openrdf.query.parser.sparql.ast.ASTObjectList
 
ASTOffset - Class in org.openrdf.query.parser.serql.ast
 
ASTOffset(int) - Constructor for class org.openrdf.query.parser.serql.ast.ASTOffset
 
ASTOffset(SyntaxTreeBuilder, int) - Constructor for class org.openrdf.query.parser.serql.ast.ASTOffset
 
ASTOffset - Class in org.openrdf.query.parser.sparql.ast
 
ASTOffset(int) - Constructor for class org.openrdf.query.parser.sparql.ast.ASTOffset
 
ASTOffset(SyntaxTreeBuilder, int) - Constructor for class org.openrdf.query.parser.sparql.ast.ASTOffset
 
ASTOptionalGraphPattern - Class in org.openrdf.query.parser.sparql.ast
 
ASTOptionalGraphPattern(int) - Constructor for class org.openrdf.query.parser.sparql.ast.ASTOptionalGraphPattern
 
ASTOptionalGraphPattern(SyntaxTreeBuilder, int) - Constructor for class org.openrdf.query.parser.sparql.ast.ASTOptionalGraphPattern
 
ASTOptPathExpr - Class in org.openrdf.query.parser.serql.ast
 
ASTOptPathExpr(int) - Constructor for class org.openrdf.query.parser.serql.ast.ASTOptPathExpr
 
ASTOptPathExpr(SyntaxTreeBuilder, int) - Constructor for class org.openrdf.query.parser.serql.ast.ASTOptPathExpr
 
ASTOptPathExprTail - Class in org.openrdf.query.parser.serql.ast
 
ASTOptPathExprTail(int) - Constructor for class org.openrdf.query.parser.serql.ast.ASTOptPathExprTail
 
ASTOptPathExprTail(SyntaxTreeBuilder, int) - Constructor for class org.openrdf.query.parser.serql.ast.ASTOptPathExprTail
 
ASTOr - Class in org.openrdf.query.parser.serql.ast
 
ASTOr(int) - Constructor for class org.openrdf.query.parser.serql.ast.ASTOr
 
ASTOr(SyntaxTreeBuilder, int) - Constructor for class org.openrdf.query.parser.serql.ast.ASTOr
 
ASTOr - Class in org.openrdf.query.parser.sparql.ast
 
ASTOr(int) - Constructor for class org.openrdf.query.parser.sparql.ast.ASTOr
 
ASTOr(SyntaxTreeBuilder, int) - Constructor for class org.openrdf.query.parser.sparql.ast.ASTOr
 
ASTOrderClause - Class in org.openrdf.query.parser.sparql.ast
 
ASTOrderClause(int) - Constructor for class org.openrdf.query.parser.sparql.ast.ASTOrderClause
 
ASTOrderClause(SyntaxTreeBuilder, int) - Constructor for class org.openrdf.query.parser.sparql.ast.ASTOrderClause
 
ASTOrderCondition - Class in org.openrdf.query.parser.sparql.ast
 
ASTOrderCondition(int) - Constructor for class org.openrdf.query.parser.sparql.ast.ASTOrderCondition
 
ASTOrderCondition(SyntaxTreeBuilder, int) - Constructor for class org.openrdf.query.parser.sparql.ast.ASTOrderCondition
 
ASTPathExpr - Class in org.openrdf.query.parser.serql.ast
 
ASTPathExpr(int) - Constructor for class org.openrdf.query.parser.serql.ast.ASTPathExpr
 
ASTPathExpr(SyntaxTreeBuilder, int) - Constructor for class org.openrdf.query.parser.serql.ast.ASTPathExpr
 
ASTPathExprTail - Class in org.openrdf.query.parser.serql.ast
 
ASTPathExprTail(int) - Constructor for class org.openrdf.query.parser.serql.ast.ASTPathExprTail
 
ASTPathExprTail(SyntaxTreeBuilder, int) - Constructor for class org.openrdf.query.parser.serql.ast.ASTPathExprTail
 
ASTPrefixDecl - Class in org.openrdf.query.parser.sparql.ast
 
ASTPrefixDecl(int) - Constructor for class org.openrdf.query.parser.sparql.ast.ASTPrefixDecl
 
ASTPrefixDecl(SyntaxTreeBuilder, int) - Constructor for class org.openrdf.query.parser.sparql.ast.ASTPrefixDecl
 
ASTProjectionElem - Class in org.openrdf.query.parser.serql.ast
 
ASTProjectionElem(int) - Constructor for class org.openrdf.query.parser.serql.ast.ASTProjectionElem
 
ASTProjectionElem(SyntaxTreeBuilder, int) - Constructor for class org.openrdf.query.parser.serql.ast.ASTProjectionElem
 
ASTPropertyList - Class in org.openrdf.query.parser.sparql.ast
 
ASTPropertyList(int) - Constructor for class org.openrdf.query.parser.sparql.ast.ASTPropertyList
 
ASTPropertyList(SyntaxTreeBuilder, int) - Constructor for class org.openrdf.query.parser.sparql.ast.ASTPropertyList
 
ASTQName - Class in org.openrdf.query.parser.serql.ast
 
ASTQName(int) - Constructor for class org.openrdf.query.parser.serql.ast.ASTQName
 
ASTQName(SyntaxTreeBuilder, int) - Constructor for class org.openrdf.query.parser.serql.ast.ASTQName
 
ASTQName(int, String) - Constructor for class org.openrdf.query.parser.serql.ast.ASTQName
 
ASTQName - Class in org.openrdf.query.parser.sparql.ast
 
ASTQName(int) - Constructor for class org.openrdf.query.parser.sparql.ast.ASTQName
 
ASTQName(SyntaxTreeBuilder, int) - Constructor for class org.openrdf.query.parser.sparql.ast.ASTQName
 
ASTQuery - Class in org.openrdf.query.parser.serql.ast
 
ASTQuery(int) - Constructor for class org.openrdf.query.parser.serql.ast.ASTQuery
 
ASTQuery(SyntaxTreeBuilder, int) - Constructor for class org.openrdf.query.parser.serql.ast.ASTQuery
 
ASTQuery - Class in org.openrdf.query.parser.sparql.ast
 
ASTQuery(int) - Constructor for class org.openrdf.query.parser.sparql.ast.ASTQuery
 
ASTQuery(SyntaxTreeBuilder, int) - Constructor for class org.openrdf.query.parser.sparql.ast.ASTQuery
 
ASTQueryBody - Class in org.openrdf.query.parser.serql.ast
 
ASTQueryBody(int) - Constructor for class org.openrdf.query.parser.serql.ast.ASTQueryBody
 
ASTQueryBody(SyntaxTreeBuilder, int) - Constructor for class org.openrdf.query.parser.serql.ast.ASTQueryBody
 
ASTQueryContainer - Class in org.openrdf.query.parser.serql.ast
 
ASTQueryContainer(int) - Constructor for class org.openrdf.query.parser.serql.ast.ASTQueryContainer
 
ASTQueryContainer(SyntaxTreeBuilder, int) - Constructor for class org.openrdf.query.parser.serql.ast.ASTQueryContainer
 
ASTQueryContainer - Class in org.openrdf.query.parser.sparql.ast
 
ASTQueryContainer(int) - Constructor for class org.openrdf.query.parser.sparql.ast.ASTQueryContainer
 
ASTQueryContainer(SyntaxTreeBuilder, int) - Constructor for class org.openrdf.query.parser.sparql.ast.ASTQueryContainer
 
ASTRDFLiteral - Class in org.openrdf.query.parser.sparql.ast
 
ASTRDFLiteral(int) - Constructor for class org.openrdf.query.parser.sparql.ast.ASTRDFLiteral
 
ASTRDFLiteral(SyntaxTreeBuilder, int) - Constructor for class org.openrdf.query.parser.sparql.ast.ASTRDFLiteral
 
ASTRegexExpression - Class in org.openrdf.query.parser.sparql.ast
 
ASTRegexExpression(int) - Constructor for class org.openrdf.query.parser.sparql.ast.ASTRegexExpression
 
ASTRegexExpression(SyntaxTreeBuilder, int) - Constructor for class org.openrdf.query.parser.sparql.ast.ASTRegexExpression
 
ASTReifiedStat - Class in org.openrdf.query.parser.serql.ast
 
ASTReifiedStat(int) - Constructor for class org.openrdf.query.parser.serql.ast.ASTReifiedStat
 
ASTReifiedStat(SyntaxTreeBuilder, int) - Constructor for class org.openrdf.query.parser.serql.ast.ASTReifiedStat
 
ASTSameTerm - Class in org.openrdf.query.parser.sparql.ast
 
ASTSameTerm(int) - Constructor for class org.openrdf.query.parser.sparql.ast.ASTSameTerm
 
ASTSameTerm(SyntaxTreeBuilder, int) - Constructor for class org.openrdf.query.parser.sparql.ast.ASTSameTerm
 
ASTSelect - Class in org.openrdf.query.parser.serql.ast
 
ASTSelect(int) - Constructor for class org.openrdf.query.parser.serql.ast.ASTSelect
 
ASTSelect(SyntaxTreeBuilder, int) - Constructor for class org.openrdf.query.parser.serql.ast.ASTSelect
 
ASTSelect - Class in org.openrdf.query.parser.sparql.ast
 
ASTSelect(int) - Constructor for class org.openrdf.query.parser.sparql.ast.ASTSelect
 
ASTSelect(SyntaxTreeBuilder, int) - Constructor for class org.openrdf.query.parser.sparql.ast.ASTSelect
 
ASTSelectQuery - Class in org.openrdf.query.parser.serql.ast
 
ASTSelectQuery(int) - Constructor for class org.openrdf.query.parser.serql.ast.ASTSelectQuery
 
ASTSelectQuery(SyntaxTreeBuilder, int) - Constructor for class org.openrdf.query.parser.serql.ast.ASTSelectQuery
 
ASTSelectQuery - Class in org.openrdf.query.parser.sparql.ast
 
ASTSelectQuery(int) - Constructor for class org.openrdf.query.parser.sparql.ast.ASTSelectQuery
 
ASTSelectQuery(SyntaxTreeBuilder, int) - Constructor for class org.openrdf.query.parser.sparql.ast.ASTSelectQuery
 
ASTStr - Class in org.openrdf.query.parser.sparql.ast
 
ASTStr(int) - Constructor for class org.openrdf.query.parser.sparql.ast.ASTStr
 
ASTStr(SyntaxTreeBuilder, int) - Constructor for class org.openrdf.query.parser.sparql.ast.ASTStr
 
ASTString - Class in org.openrdf.query.parser.serql.ast
 
ASTString(int) - Constructor for class org.openrdf.query.parser.serql.ast.ASTString
 
ASTString(SyntaxTreeBuilder, int) - Constructor for class org.openrdf.query.parser.serql.ast.ASTString
 
ASTString - Class in org.openrdf.query.parser.sparql.ast
 
ASTString(int) - Constructor for class org.openrdf.query.parser.sparql.ast.ASTString
 
ASTString(SyntaxTreeBuilder, int) - Constructor for class org.openrdf.query.parser.sparql.ast.ASTString
 
ASTTriplesSameSubject - Class in org.openrdf.query.parser.sparql.ast
 
ASTTriplesSameSubject(int) - Constructor for class org.openrdf.query.parser.sparql.ast.ASTTriplesSameSubject
 
ASTTriplesSameSubject(SyntaxTreeBuilder, int) - Constructor for class org.openrdf.query.parser.sparql.ast.ASTTriplesSameSubject
 
ASTTrue - Class in org.openrdf.query.parser.sparql.ast
 
ASTTrue(int) - Constructor for class org.openrdf.query.parser.sparql.ast.ASTTrue
 
ASTTrue(SyntaxTreeBuilder, int) - Constructor for class org.openrdf.query.parser.sparql.ast.ASTTrue
 
ASTTupleIntersect - Class in org.openrdf.query.parser.serql.ast
 
ASTTupleIntersect(int) - Constructor for class org.openrdf.query.parser.serql.ast.ASTTupleIntersect
 
ASTTupleIntersect(SyntaxTreeBuilder, int) - Constructor for class org.openrdf.query.parser.serql.ast.ASTTupleIntersect
 
ASTTupleMinus - Class in org.openrdf.query.parser.serql.ast
 
ASTTupleMinus(int) - Constructor for class org.openrdf.query.parser.serql.ast.ASTTupleMinus
 
ASTTupleMinus(SyntaxTreeBuilder, int) - Constructor for class org.openrdf.query.parser.serql.ast.ASTTupleMinus
 
ASTTupleQuery - Class in org.openrdf.query.parser.serql.ast
 
ASTTupleQuery(int) - Constructor for class org.openrdf.query.parser.serql.ast.ASTTupleQuery
 
ASTTupleQuery(SyntaxTreeBuilder, int) - Constructor for class org.openrdf.query.parser.serql.ast.ASTTupleQuery
 
ASTTupleQuerySet - Class in org.openrdf.query.parser.serql.ast
 
ASTTupleQuerySet(int) - Constructor for class org.openrdf.query.parser.serql.ast.ASTTupleQuerySet
 
ASTTupleQuerySet(SyntaxTreeBuilder, int) - Constructor for class org.openrdf.query.parser.serql.ast.ASTTupleQuerySet
 
ASTTupleUnion - Class in org.openrdf.query.parser.serql.ast
 
ASTTupleUnion(int) - Constructor for class org.openrdf.query.parser.serql.ast.ASTTupleUnion
 
ASTTupleUnion(SyntaxTreeBuilder, int) - Constructor for class org.openrdf.query.parser.serql.ast.ASTTupleUnion
 
ASTUnionGraphPattern - Class in org.openrdf.query.parser.sparql.ast
 
ASTUnionGraphPattern(int) - Constructor for class org.openrdf.query.parser.sparql.ast.ASTUnionGraphPattern
 
ASTUnionGraphPattern(SyntaxTreeBuilder, int) - Constructor for class org.openrdf.query.parser.sparql.ast.ASTUnionGraphPattern
 
ASTURI - Class in org.openrdf.query.parser.serql.ast
 
ASTURI(int) - Constructor for class org.openrdf.query.parser.serql.ast.ASTURI
 
ASTURI(SyntaxTreeBuilder, int) - Constructor for class org.openrdf.query.parser.serql.ast.ASTURI
 
ASTURI(int, String) - Constructor for class org.openrdf.query.parser.serql.ast.ASTURI
 
ASTValue - Class in org.openrdf.query.parser.serql.ast
Abstract super type of all basic values (URIs, QNames, BNodes and Literals).
ASTValue(int) - Constructor for class org.openrdf.query.parser.serql.ast.ASTValue
 
ASTValue(SyntaxTreeBuilder, int) - Constructor for class org.openrdf.query.parser.serql.ast.ASTValue
 
ASTValueExpr - Class in org.openrdf.query.parser.serql.ast
 
ASTValueExpr(int) - Constructor for class org.openrdf.query.parser.serql.ast.ASTValueExpr
 
ASTValueExpr(SyntaxTreeBuilder, int) - Constructor for class org.openrdf.query.parser.serql.ast.ASTValueExpr
 
ASTVar - Class in org.openrdf.query.parser.serql.ast
 
ASTVar(int) - Constructor for class org.openrdf.query.parser.serql.ast.ASTVar
 
ASTVar(SyntaxTreeBuilder, int) - Constructor for class org.openrdf.query.parser.serql.ast.ASTVar
 
ASTVar - Class in org.openrdf.query.parser.sparql.ast
 
ASTVar(int) - Constructor for class org.openrdf.query.parser.sparql.ast.ASTVar
 
ASTVar(SyntaxTreeBuilder, int) - Constructor for class org.openrdf.query.parser.sparql.ast.ASTVar
 
ASTVisitorBase - Class in org.openrdf.query.parser.serql
 
ASTVisitorBase() - Constructor for class org.openrdf.query.parser.serql.ASTVisitorBase
 
ASTWhere - Class in org.openrdf.query.parser.serql.ast
 
ASTWhere(int) - Constructor for class org.openrdf.query.parser.serql.ast.ASTWhere
 
ASTWhere(SyntaxTreeBuilder, int) - Constructor for class org.openrdf.query.parser.serql.ast.ASTWhere
 
ASTWhereClause - Class in org.openrdf.query.parser.sparql.ast
 
ASTWhereClause(int) - Constructor for class org.openrdf.query.parser.sparql.ast.ASTWhereClause
 
ASTWhereClause(SyntaxTreeBuilder, int) - Constructor for class org.openrdf.query.parser.sparql.ast.ASTWhereClause
 
autoCommit() - Method in class org.openrdf.repository.base.RepositoryConnectionBase
Calls RepositoryConnection.commit() when in auto-commit mode.
autoStartTransaction() - Method in class org.openrdf.sail.helpers.SailConnectionBase
 

B

backup(int) - Method in class org.openrdf.query.parser.serql.ast.SimpleCharStream
 
backup(int) - Method in class org.openrdf.query.parser.sparql.ast.JavaCharStream
 
BACKWARDCOMPATIBLEWITH - Static variable in class org.openrdf.model.vocabulary.OWL
http://www.w3.org/2002/07/owl#backwardCompatibleWith
BAG - Static variable in class org.openrdf.model.vocabulary.RDF
http://www.w3.org/1999/02/22-rdf-syntax-ns#Bag
BASE - Static variable in interface org.openrdf.query.parser.sparql.ast.SyntaxTreeBuilderConstants
 
BASE64BINARY - Static variable in class org.openrdf.model.vocabulary.XMLSchema
http://www.w3.org/2001/XMLSchema#base64Binary
BASECHAR - Static variable in interface org.openrdf.query.parser.serql.ast.SyntaxTreeBuilderConstants
 
BaseDecl() - Method in class org.openrdf.query.parser.sparql.ast.SyntaxTreeBuilder
 
baseURI - Variable in class org.openrdf.repository.http.HTTPQuery
 
BASEURI_PARAM_NAME - Static variable in class org.openrdf.http.protocol.Protocol
Parameter name for the base-URI parameter.
BasicGraphPattern() - Method in class org.openrdf.query.parser.sparql.ast.SyntaxTreeBuilder
 
BasicPathExpr() - Method in class org.openrdf.query.parser.serql.ast.SyntaxTreeBuilder
 
BasicPathExprTail() - Method in class org.openrdf.query.parser.serql.ast.SyntaxTreeBuilder
 
Batch - Class in org.openrdf.sail.rdbms.schema
 
Batch() - Constructor for class org.openrdf.sail.rdbms.schema.Batch
 
BATCH_SIZE - Static variable in class org.openrdf.sail.rdbms.managers.base.ManagerBase
 
BATCH_SIZE - Static variable in class org.openrdf.sail.rdbms.managers.TransTableManager
 
BATCH_SIZE - Static variable in class org.openrdf.sail.rdbms.schema.ValueTable
 
BatchBlockingQueue - Class in org.openrdf.sail.rdbms.managers.helpers
 
BatchBlockingQueue(int) - Constructor for class org.openrdf.sail.rdbms.managers.helpers.BatchBlockingQueue
 
beforeFirst() - Method in class org.openrdf.query.impl.MutableTupleQueryResult
Moves the cursor to the start of the query result, just before the first binding set.
begin() - Method in class org.openrdf.sail.rdbms.RdbmsTripleRepository
 
beginColumn - Variable in class org.openrdf.query.parser.serql.ast.Token
beginLine and beginColumn describe the position of the first character of this token; endLine and endColumn describe the position of the last character of this token.
beginColumn - Variable in class org.openrdf.query.parser.sparql.ast.Token
beginLine and beginColumn describe the position of the first character of this token; endLine and endColumn describe the position of the last character of this token.
beginLine - Variable in class org.openrdf.query.parser.serql.ast.Token
beginLine and beginColumn describe the position of the first character of this token; endLine and endColumn describe the position of the last character of this token.
beginLine - Variable in class org.openrdf.query.parser.sparql.ast.Token
beginLine and beginColumn describe the position of the first character of this token; endLine and endColumn describe the position of the last character of this token.
BeginToken() - Method in class org.openrdf.query.parser.serql.ast.SimpleCharStream
 
BeginToken() - Method in class org.openrdf.query.parser.sparql.ast.JavaCharStream
 
BINARY - Static variable in class org.openrdf.query.resultio.TupleQueryResultFormat
Binary RDF results table format.
BinaryQueryResultConstants - Interface in org.openrdf.query.resultio.binary
Interface defining constants for the binary table result format.
BinaryQueryResultParser - Class in org.openrdf.query.resultio.binary
Reader for the binary tuple result format.
BinaryQueryResultParser() - Constructor for class org.openrdf.query.resultio.binary.BinaryQueryResultParser
Creates a new parser for the binary query result format that will use an instance of ValueFactoryImpl to create Value objects.
BinaryQueryResultParser(ValueFactory) - Constructor for class org.openrdf.query.resultio.binary.BinaryQueryResultParser
Creates a new parser for the binary query result format that will use the supplied ValueFactory to create Value objects.
BinaryQueryResultParserFactory - Class in org.openrdf.query.resultio.binary
A TupleQueryResultParserFactory for binary tuple query result parsers.
BinaryQueryResultParserFactory() - Constructor for class org.openrdf.query.resultio.binary.BinaryQueryResultParserFactory
 
BinaryQueryResultWriter - Class in org.openrdf.query.resultio.binary
Writer for the binary tuple result format.
BinaryQueryResultWriter(OutputStream) - Constructor for class org.openrdf.query.resultio.binary.BinaryQueryResultWriter
 
BinaryQueryResultWriterFactory - Class in org.openrdf.query.resultio.binary
A TupleQueryResultWriterFactory for writers of binary query results.
BinaryQueryResultWriterFactory() - Constructor for class org.openrdf.query.resultio.binary.BinaryQueryResultWriterFactory
 
BinarySqlOperator - Class in org.openrdf.sail.rdbms.algebra.base
An abstract binary sql operator with two arguments.
BinarySqlOperator() - Constructor for class org.openrdf.sail.rdbms.algebra.base.BinarySqlOperator
 
BinarySqlOperator(SqlExpr, SqlExpr) - Constructor for class org.openrdf.sail.rdbms.algebra.base.BinarySqlOperator
 
BinaryTupleOperator - Class in org.openrdf.query.algebra
An abstract superclass for binary tuple operators which, by definition, has two arguments.
BinaryTupleOperator() - Constructor for class org.openrdf.query.algebra.BinaryTupleOperator
 
BinaryTupleOperator(TupleExpr, TupleExpr) - Constructor for class org.openrdf.query.algebra.BinaryTupleOperator
Creates a new binary tuple operator.
BinaryValueOperator - Class in org.openrdf.query.algebra
An abstract superclass for binary value operators which, by definition, has two arguments.
BinaryValueOperator() - Constructor for class org.openrdf.query.algebra.BinaryValueOperator
 
BinaryValueOperator(ValueExpr, ValueExpr) - Constructor for class org.openrdf.query.algebra.BinaryValueOperator
Creates a new binary value operator.
Binding - Interface in org.openrdf.query
A named value binding.
BINDING - Static variable in class org.openrdf.query.dawg.DAWGTestResultSetSchema
 
BINDING_PREFIX - Static variable in class org.openrdf.http.protocol.Protocol
Parameter prefix for query-external variable bindings.
BindingAssigner - Class in org.openrdf.query.algebra.evaluation.impl
Assigns values to variables based on a supplied set of bindings.
BindingAssigner() - Constructor for class org.openrdf.query.algebra.evaluation.impl.BindingAssigner
 
BindingAssigner.VarVisitor - Class in org.openrdf.query.algebra.evaluation.impl
 
BindingAssigner.VarVisitor(BindingSet) - Constructor for class org.openrdf.query.algebra.evaluation.impl.BindingAssigner.VarVisitor
 
BindingImpl - Class in org.openrdf.query.impl
An implementation of the Binding interface.
BindingImpl(String, Value) - Constructor for class org.openrdf.query.impl.BindingImpl
Creates a binding object with the supplied name and value.
bindings - Variable in class org.openrdf.query.algebra.evaluation.impl.BindingAssigner.VarVisitor
 
bindings - Variable in class org.openrdf.query.impl.AbstractQuery
 
BindingSet - Interface in org.openrdf.query
A BindingSet is a set of named value bindings, which is used a.o.
bindingSetsCompatible(BindingSet, BindingSet) - Static method in class org.openrdf.query.QueryResultUtil
Check whether two BindingSets are compatible.
bindingsInOrder(List<String>, BindingSet) - Static method in class org.openrdf.http.webclient.repository.query.QueryResultFunctions
 
BLANK_NODE_LABEL - Static variable in interface org.openrdf.query.parser.sparql.ast.SyntaxTreeBuilderConstants
 
BlankNode() - Method in class org.openrdf.query.parser.sparql.ast.SyntaxTreeBuilder
 
BlankNodePropertyList() - Method in class org.openrdf.query.parser.sparql.ast.SyntaxTreeBuilder
 
blockUntilReady() - Method in class org.openrdf.sail.rdbms.schema.TripleTable
 
BNode - Interface in org.openrdf.model
A blank node (aka bnode, aka anonymous node).
BNode() - Method in class org.openrdf.query.parser.serql.ast.SyntaxTreeBuilder
 
BNODE - Static variable in interface org.openrdf.query.parser.serql.ast.SyntaxTreeBuilderConstants
 
bNode(ValueExpr) - Method in class org.openrdf.sail.rdbms.algebra.factories.BooleanExprFactory
 
BNODE_RECORD_MARKER - Static variable in interface org.openrdf.query.resultio.binary.BinaryQueryResultConstants
 
BNODE_TAG - Static variable in interface org.openrdf.rio.trix.TriXConstants
The tag for BNode values.
BNODE_VALUES - Static variable in class org.openrdf.sail.rdbms.schema.ValueTableFactory
 
BNodeColumn - Class in org.openrdf.sail.rdbms.algebra
Represents the BNode value of a variable.
BNodeColumn(ColumnVar) - Constructor for class org.openrdf.sail.rdbms.algebra.BNodeColumn
 
BNodeColumn(Var) - Constructor for class org.openrdf.sail.rdbms.algebra.BNodeColumn
 
BNodeExprFactory - Class in org.openrdf.sail.rdbms.algebra.factories
BNode expression factory - creates a BNodeColumn or a StringValue of the BNode ID.
BNodeExprFactory() - Constructor for class org.openrdf.sail.rdbms.algebra.factories.BNodeExprFactory
 
BNodeGenerator - Class in org.openrdf.query.algebra
A BNode generator, which generates a new BNode for each new call to #getValue.
BNodeGenerator() - Constructor for class org.openrdf.query.algebra.BNodeGenerator
 
BNodeImpl - Class in org.openrdf.model.impl
An implementation of the BNode interface.
BNodeImpl(String) - Constructor for class org.openrdf.model.impl.BNodeImpl
Creates a new blank node with the supplied identifier.
BNodeManager - Class in org.openrdf.sail.rdbms.managers
Manages BNodes.
BNodeManager() - Constructor for class org.openrdf.sail.rdbms.managers.BNodeManager
 
BNodeTable - Class in org.openrdf.sail.rdbms.schema
Manages the rows in the BNode table.
BNodeTable(ValueTable) - Constructor for class org.openrdf.sail.rdbms.schema.BNodeTable
 
bool(ValueExpr) - Method in class org.openrdf.sail.rdbms.algebra.factories.BooleanExprFactory
 
BOOLEAN - Static variable in class org.openrdf.model.vocabulary.XMLSchema
http://www.w3.org/2001/XMLSchema#boolean
BOOLEAN - Static variable in class org.openrdf.query.dawg.DAWGTestResultSetSchema
 
BooleanCast - Class in org.openrdf.query.algebra.evaluation.function
A Function that tries to cast its argument to an xsd:boolean.
BooleanCast() - Constructor for class org.openrdf.query.algebra.evaluation.function.BooleanCast
 
BooleanConstant() - Method in class org.openrdf.query.parser.serql.ast.SyntaxTreeBuilder
 
BooleanElem() - Method in class org.openrdf.query.parser.serql.ast.SyntaxTreeBuilder
 
BooleanExpr() - Method in class org.openrdf.query.parser.serql.ast.SyntaxTreeBuilder
 
BooleanExprFactory - Class in org.openrdf.sail.rdbms.algebra.factories
Boolean SQL expression factory.
BooleanExprFactory() - Constructor for class org.openrdf.sail.rdbms.algebra.factories.BooleanExprFactory
 
BooleanLiteral() - Method in class org.openrdf.query.parser.sparql.ast.SyntaxTreeBuilder
 
BooleanLiteralImpl - Class in org.openrdf.model.impl
An extension of LiteralImpl that stores a boolean value to avoid parsing.
BooleanLiteralImpl(boolean) - Constructor for class org.openrdf.model.impl.BooleanLiteralImpl
Creates an xsd:boolean typed literal with the specified value.
BooleanMemLiteral - Class in org.openrdf.sail.memory.model
An extension of MemLiteral that stores a boolean value to avoid parsing.
BooleanMemLiteral(Object, boolean) - Constructor for class org.openrdf.sail.memory.model.BooleanMemLiteral
 
BooleanMemLiteral(Object, String, boolean) - Constructor for class org.openrdf.sail.memory.model.BooleanMemLiteral
 
BooleanQuery - Interface in org.openrdf.query
 
BooleanQueryFormController - Class in org.openrdf.http.webclient.repository.query
 
BooleanQueryFormController() - Constructor for class org.openrdf.http.webclient.repository.query.BooleanQueryFormController
 
BooleanQueryInfo - Class in org.openrdf.http.webclient.repository.query
 
BooleanQueryInfo() - Constructor for class org.openrdf.http.webclient.repository.query.BooleanQueryInfo
 
BooleanQueryResultFormat - Class in org.openrdf.query.resultio
Represents the concept of a boolean query result serialization format.
BooleanQueryResultFormat(String, String, String) - Constructor for class org.openrdf.query.resultio.BooleanQueryResultFormat
Creates a new TupleQueryResultFormat object.
BooleanQueryResultFormat(String, String, Charset, String) - Constructor for class org.openrdf.query.resultio.BooleanQueryResultFormat
Creates a new TupleQueryResultFormat object.
BooleanQueryResultFormat(String, Collection<String>, Charset, Collection<String>) - Constructor for class org.openrdf.query.resultio.BooleanQueryResultFormat
Creates a new TupleQueryResultFormat object.
BooleanQueryResultParser - Interface in org.openrdf.query.resultio
A general interface for boolean query result parsers.
BooleanQueryResultParserFactory - Interface in org.openrdf.query.resultio
Returns BooleanQueryResultParsers for a specific boolean query result format.
BooleanQueryResultParserRegistry - Class in org.openrdf.query.resultio
A registry that keeps track of the available BooleanQueryResultParserFactorys.
BooleanQueryResultParserRegistry() - Constructor for class org.openrdf.query.resultio.BooleanQueryResultParserRegistry
 
BooleanQueryResultView - Class in org.openrdf.http.server.repository
View used to render boolean query results.
BooleanQueryResultWriter - Interface in org.openrdf.query.resultio
The interface of objects that writer query results in a specific query result format.
BooleanQueryResultWriterFactory - Interface in org.openrdf.query.resultio
Returns BooleanQueryResultWriters for a specific boolean query result format.
BooleanQueryResultWriterRegistry - Class in org.openrdf.query.resultio
A registry that keeps track of the available BooleanQueryResultWriterFactorys.
BooleanQueryResultWriterRegistry() - Constructor for class org.openrdf.query.resultio.BooleanQueryResultWriterRegistry
 
BooleanTextParser - Class in org.openrdf.query.resultio.text
Reader for the plain text boolean result format.
BooleanTextParser() - Constructor for class org.openrdf.query.resultio.text.BooleanTextParser
Creates a new parser for the plain text boolean query result format.
BooleanTextParserFactory - Class in org.openrdf.query.resultio.text
A BooleanQueryResultParserFactory for plain text boolean result parsers.
BooleanTextParserFactory() - Constructor for class org.openrdf.query.resultio.text.BooleanTextParserFactory
 
BooleanTextWriter - Class in org.openrdf.query.resultio.text
Writer for the plain text boolean result format.
BooleanTextWriter(OutputStream) - Constructor for class org.openrdf.query.resultio.text.BooleanTextWriter
 
BooleanTextWriterFactory - Class in org.openrdf.query.resultio.text
A BooleanQueryResultWriterFactory for writers of plain text boolean query results.
BooleanTextWriterFactory() - Constructor for class org.openrdf.query.resultio.text.BooleanTextWriterFactory
 
booleanValue() - Method in class org.openrdf.model.impl.BooleanLiteralImpl
 
booleanValue() - Method in class org.openrdf.model.impl.LiteralImpl
 
booleanValue() - Method in interface org.openrdf.model.Literal
Returns the boolean value of this literal.
booleanValue() - Method in class org.openrdf.sail.memory.model.BooleanMemLiteral
 
BooleanValue - Class in org.openrdf.sail.rdbms.algebra.base
A boolean value of true or false.
BooleanValue(boolean) - Constructor for class org.openrdf.sail.rdbms.algebra.base.BooleanValue
 
booleanValue() - Method in class org.openrdf.sail.rdbms.model.RdbmsLiteral
 
BooleanValueOp() - Method in class org.openrdf.query.parser.serql.ast.SyntaxTreeBuilder
 
Bound - Class in org.openrdf.query.algebra
The BOUND function, as defined in SPARQL Query Language for RDF; checks if a variable is bound.
Bound() - Constructor for class org.openrdf.query.algebra.Bound
 
Bound(Var) - Constructor for class org.openrdf.query.algebra.Bound
 
Bound() - Method in class org.openrdf.query.parser.serql.ast.SyntaxTreeBuilder
 
BOUND - Static variable in interface org.openrdf.query.parser.serql.ast.SyntaxTreeBuilderConstants
 
Bound() - Method in class org.openrdf.query.parser.sparql.ast.SyntaxTreeBuilder
 
BOUND - Static variable in interface org.openrdf.query.parser.sparql.ast.SyntaxTreeBuilderConstants
 
boundVars - Variable in class org.openrdf.query.algebra.evaluation.impl.EvaluationStatistics.CardinalityCalculator
 
BrackettedExpression() - Method in class org.openrdf.query.parser.sparql.ast.SyntaxTreeBuilder
 
BTree - Class in org.openrdf.sail.nativerdf.btree
Implementation of an on-disk B-Tree using the java.nio classes that are available in JDK 1.4 and newer.
BTree(File, int, int) - Constructor for class org.openrdf.sail.nativerdf.btree.BTree
Creates a new BTree that uses an instance of DefaultRecordComparator to compare values.
BTree(File, int, int, boolean) - Constructor for class org.openrdf.sail.nativerdf.btree.BTree
Creates a new BTree that uses an instance of DefaultRecordComparator to compare values.
BTree(File, int, int, RecordComparator) - Constructor for class org.openrdf.sail.nativerdf.btree.BTree
Creates a new BTree that uses the supplied RecordComparator to compare the values that are or will be stored in the B-Tree.
BTree(File, int, int, RecordComparator, boolean) - Constructor for class org.openrdf.sail.nativerdf.btree.BTree
Creates a new BTree that uses the supplied RecordComparator to compare the values that are or will be stored in the B-Tree.
bufcolumn - Variable in class org.openrdf.query.parser.serql.ast.SimpleCharStream
 
bufcolumn - Variable in class org.openrdf.query.parser.sparql.ast.JavaCharStream
 
buffer - Variable in class org.openrdf.query.parser.serql.ast.SimpleCharStream
 
buffer - Variable in class org.openrdf.query.parser.sparql.ast.JavaCharStream
 
bufline - Variable in class org.openrdf.query.parser.serql.ast.SimpleCharStream
 
bufline - Variable in class org.openrdf.query.parser.sparql.ast.JavaCharStream
 
bufpos - Variable in class org.openrdf.query.parser.serql.ast.SimpleCharStream
 
bufpos - Variable in class org.openrdf.query.parser.sparql.ast.JavaCharStream
 
buildClear() - Method in class org.openrdf.sail.rdbms.postgresql.PgSqlTable
 
buildClear() - Method in class org.openrdf.sail.rdbms.schema.RdbmsTable
 
buildCreateTable(CharSequence) - Method in class org.openrdf.sail.rdbms.schema.RdbmsTable
 
buildCreateTemporaryTable(CharSequence) - Method in class org.openrdf.sail.rdbms.schema.RdbmsTable
 
buildCreateTransactionalTable(CharSequence) - Method in class org.openrdf.sail.rdbms.mysql.MySqlTable
 
buildCreateTransactionalTable(CharSequence) - Method in class org.openrdf.sail.rdbms.schema.RdbmsTable
 
buildDropIndex(String) - Method in class org.openrdf.sail.rdbms.mysql.MySqlTable
 
buildDropIndex(String) - Method in class org.openrdf.sail.rdbms.schema.RdbmsTable
 
buildIndex(String...) - Method in class org.openrdf.sail.rdbms.schema.RdbmsTable
 
buildIndexName(String...) - Method in class org.openrdf.sail.rdbms.schema.RdbmsTable
Creates an index name based on the name of the columns and table that it's supposed to index.
buildInsert(String, boolean) - Method in class org.openrdf.sail.rdbms.schema.TransactionTable
 
buildInsertSelect() - Method in class org.openrdf.sail.rdbms.schema.TransactionTable
 
buildLongIndex(String...) - Method in class org.openrdf.sail.rdbms.mysql.MySqlTable
 
buildLongIndex(String...) - Method in class org.openrdf.sail.rdbms.postgresql.PgSqlTable
 
buildLongIndex(String...) - Method in class org.openrdf.sail.rdbms.schema.RdbmsTable
 
buildOptimize() - Method in class org.openrdf.sail.rdbms.mysql.MySqlTable
 
buildOptimize() - Method in class org.openrdf.sail.rdbms.postgresql.PgSqlTable
 
buildOptimize() - Method in class org.openrdf.sail.rdbms.schema.RdbmsTable
 
buildPrimaryIndex(String...) - Method in class org.openrdf.sail.rdbms.schema.RdbmsTable
 
buildTableColumns() - Method in class org.openrdf.sail.rdbms.schema.TripleTable
 
BuiltInCall() - Method in class org.openrdf.query.parser.sparql.ast.SyntaxTreeBuilder
 
BY - Static variable in interface org.openrdf.query.parser.sparql.ast.SyntaxTreeBuilderConstants
 
BYTE - Static variable in class org.openrdf.model.vocabulary.XMLSchema
http://www.w3.org/2001/XMLSchema#byte
byteValue() - Method in class org.openrdf.model.impl.DecimalLiteralImpl
 
byteValue() - Method in class org.openrdf.model.impl.IntegerLiteralImpl
 
byteValue() - Method in class org.openrdf.model.impl.LiteralImpl
 
byteValue() - Method in class org.openrdf.model.impl.NumericLiteralImpl
 
byteValue() - Method in interface org.openrdf.model.Literal
Returns the byte value of this literal.
byteValue() - Method in class org.openrdf.sail.memory.model.DecimalMemLiteral
 
byteValue() - Method in class org.openrdf.sail.memory.model.IntegerMemLiteral
 
byteValue() - Method in class org.openrdf.sail.memory.model.NumericMemLiteral
 
byteValue() - Method in class org.openrdf.sail.rdbms.model.RdbmsLiteral
 

C

cache(V) - Method in class org.openrdf.sail.rdbms.managers.base.ValueManagerBase
 
CalendarLiteralImpl - Class in org.openrdf.model.impl
An extension of LiteralImpl that stores a calendar value to avoid parsing.
CalendarLiteralImpl(XMLGregorianCalendar) - Constructor for class org.openrdf.model.impl.CalendarLiteralImpl
Creates a literal for the specified calendar using a datatype appropriate for the value indicated by XMLGregorianCalendar.getXMLSchemaType().
CalendarMemLiteral - Class in org.openrdf.sail.memory.model
An extension of MemLiteral that stores a Calendar value to avoid parsing.
CalendarMemLiteral(Object, XMLGregorianCalendar) - Constructor for class org.openrdf.sail.memory.model.CalendarMemLiteral
 
CalendarMemLiteral(Object, String, XMLGregorianCalendar) - Constructor for class org.openrdf.sail.memory.model.CalendarMemLiteral
 
calendarValue() - Method in class org.openrdf.model.impl.CalendarLiteralImpl
 
calendarValue() - Method in class org.openrdf.model.impl.LiteralImpl
 
calendarValue() - Method in interface org.openrdf.model.Literal
Returns the XMLGregorianCalendar value of this literal.
calendarValue() - Method in class org.openrdf.sail.memory.model.CalendarMemLiteral
 
calendarValue() - Method in class org.openrdf.sail.rdbms.model.RdbmsLiteral
 
cancelSyncTask() - Method in class org.openrdf.sail.memory.MemoryStore
 
cancelSyncTimer() - Method in class org.openrdf.sail.memory.MemoryStore
 
CARDINALITY - Static variable in class org.openrdf.model.vocabulary.OWL
http://www.w3.org/2002/07/owl#cardinality
cardinality - Variable in class org.openrdf.query.algebra.evaluation.impl.EvaluationStatistics.CardinalityCalculator
 
CASE - Static variable in interface org.openrdf.query.parser.serql.ast.SyntaxTreeBuilderConstants
 
caseBegin() - Method in class org.openrdf.sail.rdbms.evaluation.SqlExprBuilder
 
cast(int) - Method in class org.openrdf.sail.rdbms.evaluation.SqlExprBuilder
 
checkRepositoryURL() - Method in class org.openrdf.http.client.HTTPClient
 
checkServerURL() - Method in class org.openrdf.http.client.HTTPClient
 
children - Variable in class org.openrdf.query.parser.serql.ast.SimpleNode
 
children - Variable in class org.openrdf.query.parser.sparql.ast.SimpleNode
 
childrenAccept(SyntaxTreeBuilderVisitor, Object) - Method in class org.openrdf.query.parser.serql.ast.SimpleNode
Accept the visitor.
childrenAccept(SyntaxTreeBuilderVisitor, Object) - Method in class org.openrdf.query.parser.sparql.ast.SimpleNode
Accept the visitor.
CLASS - Static variable in class org.openrdf.model.vocabulary.OWL
http://www.w3.org/2002/07/owl#Class
CLASS - Static variable in class org.openrdf.model.vocabulary.RDFS
http://www.w3.org/2000/01/rdf-schema#Class
cleanSnapshots() - Method in class org.openrdf.sail.memory.MemoryStore
Removes statements from old snapshots from the main statement list and resets the snapshot to 1 for the rest of the statements.
cleanUpRepository(String) - Method in class org.openrdf.repository.manager.LocalRepositoryManager
 
cleanUpRepository(String) - Method in class org.openrdf.repository.manager.RemoteRepositoryManager
 
cleanUpRepository(String) - Method in class org.openrdf.repository.manager.RepositoryManager
Clean up a removed repository.
cleanUpResources() - Method in class org.openrdf.http.server.repository.RepositoryInterceptor
 
cleanUpResources() - Method in class org.openrdf.http.server.ServerInterceptor
Clean up resources used in handling this request.
clear() - Method in class org.openrdf.query.impl.DatasetImpl
Removes all graph URIs (both default and named) from this dataset.
clear() - Method in class org.openrdf.query.impl.MutableTupleQueryResult
 
clear(Resource...) - Method in class org.openrdf.repository.base.RepositoryConnectionBase
 
clear(Resource...) - Method in class org.openrdf.repository.base.RepositoryConnectionWrapper
 
clear(Resource...) - Method in class org.openrdf.repository.event.base.InterceptingRepositoryConnectionWrapper
 
clear(Resource...) - Method in class org.openrdf.repository.event.base.NotifyingRepositoryConnectionWrapper
 
clear(RepositoryConnection, Resource...) - Method in class org.openrdf.repository.event.base.RepositoryConnectionInterceptorAdapter
 
clear(RepositoryConnection, Resource...) - Method in class org.openrdf.repository.event.base.RepositoryConnectionListenerAdapter
 
clear(RepositoryConnection, Resource...) - Method in interface org.openrdf.repository.event.RepositoryConnectionInterceptor
 
clear(RepositoryConnection, Resource...) - Method in interface org.openrdf.repository.event.RepositoryConnectionListener
 
clear(RepositoryConnection, Resource...) - Method in class org.openrdf.repository.event.util.DebugRepositoryConnectionListener
 
clear(Resource...) - Method in interface org.openrdf.repository.RepositoryConnection
Removes all statements from a specific contexts in the repository.
clear(Resource...) - Method in class org.openrdf.repository.sail.SailRepositoryConnection
 
clear() - Method in class org.openrdf.rio.helpers.RDFParserBase
Clears any information that has been collected while parsing.
clear() - Method in class org.openrdf.rio.helpers.StatementCollector
Clear the set of collected statements.
clear(Resource...) - Method in class org.openrdf.sail.helpers.SailConnectionBase
 
clear(Resource...) - Method in class org.openrdf.sail.helpers.SailConnectionWrapper
 
clear() - Method in class org.openrdf.sail.memory.model.MemStatementList
 
clear() - Method in class org.openrdf.sail.memory.model.WeakObjectRegistry
 
clear() - Method in class org.openrdf.sail.nativerdf.btree.BTree
Removes all values from the B-Tree.
clear() - Method in class org.openrdf.sail.nativerdf.datastore.DataFile
Discards all stored data.
clear() - Method in class org.openrdf.sail.nativerdf.datastore.DataStore
Removes all values from the DataStore.
clear() - Method in class org.openrdf.sail.nativerdf.datastore.HashFile
 
clear() - Method in class org.openrdf.sail.nativerdf.datastore.HashIndex
 
clear() - Method in class org.openrdf.sail.nativerdf.datastore.IDFile
Discards all stored data.
clear() - Method in class org.openrdf.sail.nativerdf.ValueStore
Removes all values from the ValueStore.
clear() - Method in class org.openrdf.sail.rdbms.managers.base.ManagerBase
 
clear() - Method in class org.openrdf.sail.rdbms.schema.RdbmsTable
 
clear(Resource...) - Method in interface org.openrdf.sail.SailConnection
Removes all statements from the specified/all contexts.
clearBNodeIDMap() - Method in class org.openrdf.rio.helpers.RDFParserBase
Clears the map that keeps track of blank nodes that have been parsed.
ClearController - Class in org.openrdf.http.webclient.repository.modify.remove
 
ClearController() - Constructor for class org.openrdf.http.webclient.repository.modify.remove.ClearController
 
clearInferred(Resource...) - Method in interface org.openrdf.sail.inferencer.InferencerConnection
Removes all inferred statements from the specified/all contexts.
clearInferred(Resource...) - Method in class org.openrdf.sail.inferencer.InferencerConnectionWrapper
 
clearInferred(Resource...) - Method in class org.openrdf.sail.memory.MemoryStoreConnection
 
clearInferred(Resource...) - Method in class org.openrdf.sail.nativerdf.NativeStoreConnection
 
clearInternal(Resource...) - Method in class org.openrdf.sail.helpers.SailConnectionBase
 
clearInternal(Resource...) - Method in class org.openrdf.sail.memory.MemoryStoreConnection
 
clearInternal(Resource...) - Method in class org.openrdf.sail.nativerdf.NativeStoreConnection
 
clearInternal(Resource...) - Method in class org.openrdf.sail.rdbms.RdbmsConnection
 
clearNamespaces() - Method in class org.openrdf.http.client.HTTPClient
 
clearNamespaces() - Method in class org.openrdf.repository.base.RepositoryConnectionWrapper
 
clearNamespaces() - Method in class org.openrdf.repository.event.base.InterceptingRepositoryConnectionWrapper
 
clearNamespaces() - Method in class org.openrdf.repository.event.base.NotifyingRepositoryConnectionWrapper
 
clearNamespaces(RepositoryConnection) - Method in class org.openrdf.repository.event.base.RepositoryConnectionInterceptorAdapter
 
clearNamespaces(RepositoryConnection) - Method in class org.openrdf.repository.event.base.RepositoryConnectionListenerAdapter
 
clearNamespaces(RepositoryConnection) - Method in interface org.openrdf.repository.event.RepositoryConnectionInterceptor
 
clearNamespaces(RepositoryConnection) - Method in interface org.openrdf.repository.event.RepositoryConnectionListener
 
clearNamespaces(RepositoryConnection) - Method in class org.openrdf.repository.event.util.DebugRepositoryConnectionListener
 
clearNamespaces() - Method in interface org.openrdf.repository.RepositoryConnection
Removes all namespace declarations from the repository.
clearNamespaces() - Method in class org.openrdf.repository.sail.SailRepositoryConnection
 
clearNamespaces() - Method in class org.openrdf.sail.helpers.SailConnectionBase
 
clearNamespaces() - Method in class org.openrdf.sail.helpers.SailConnectionWrapper
 
clearNamespaces() - Method in interface org.openrdf.sail.SailConnection
Removes all namespace declarations from the repository.
clearNamespacesInternal() - Method in class org.openrdf.sail.helpers.SailConnectionBase
 
clearNamespacesInternal() - Method in class org.openrdf.sail.memory.MemoryStoreConnection
 
clearNamespacesInternal() - Method in class org.openrdf.sail.nativerdf.NativeStoreConnection
 
clearNamespacesInternal() - Method in class org.openrdf.sail.rdbms.RdbmsConnection
 
ClearNamespacesOperation - Class in org.openrdf.http.protocol.transaction.operations
Operation that removes all namespace declarations.
ClearNamespacesOperation() - Constructor for class org.openrdf.http.protocol.transaction.operations.ClearNamespacesOperation
 
ClearOperation - Class in org.openrdf.http.protocol.transaction.operations
Operation that clears the whole repository.
ClearOperation(Resource...) - Constructor for class org.openrdf.http.protocol.transaction.operations.ClearOperation
 
clearPrefixes() - Method in class org.openrdf.sail.rdbms.managers.NamespaceManager
 
clearPrefixes() - Method in class org.openrdf.sail.rdbms.schema.NamespacesTable
 
ClientHTTPException - Exception in org.openrdf.http.server
HTTP-related exception indicating that an HTTP client has erred.
ClientHTTPException() - Constructor for exception org.openrdf.http.server.ClientHTTPException
Creates a ClientHTTPException with status code 400 "Bad Request".
ClientHTTPException(String) - Constructor for exception org.openrdf.http.server.ClientHTTPException
Creates a ClientHTTPException with status code 400 "Bad Request".
ClientHTTPException(String, Throwable) - Constructor for exception org.openrdf.http.server.ClientHTTPException
Creates a ClientHTTPException with status code 400 "Bad Request".
ClientHTTPException(int) - Constructor for exception org.openrdf.http.server.ClientHTTPException
Creates a ClientHTTPException with the specified status code.
ClientHTTPException(int, String) - Constructor for exception org.openrdf.http.server.ClientHTTPException
Creates a ClientHTTPException with the specified status code.
ClientHTTPException(int, String, Throwable) - Constructor for exception org.openrdf.http.server.ClientHTTPException
Creates a ClientHTTPException with the specified status code.
ClientHTTPException(int, Throwable) - Constructor for exception org.openrdf.http.server.ClientHTTPException
Creates a ClientHTTPException with the specified status code.
clone() - Method in class org.openrdf.model.datatypes.XMLDateTime
 
clone() - Method in interface org.openrdf.query.algebra.AggregateOperator
 
clone() - Method in class org.openrdf.query.algebra.And
 
clone() - Method in class org.openrdf.query.algebra.BinaryTupleOperator
 
clone() - Method in class org.openrdf.query.algebra.BinaryValueOperator
 
clone() - Method in class org.openrdf.query.algebra.BNodeGenerator
 
clone() - Method in class org.openrdf.query.algebra.Bound
 
clone() - Method in class org.openrdf.query.algebra.Compare
 
clone() - Method in class org.openrdf.query.algebra.CompareAll
 
clone() - Method in class org.openrdf.query.algebra.CompareAny
 
clone() - Method in class org.openrdf.query.algebra.CompareSubQueryValueOperator
 
clone() - Method in class org.openrdf.query.algebra.Count
 
clone() - Method in class org.openrdf.query.algebra.Datatype
 
clone() - Method in class org.openrdf.query.algebra.Difference
 
clone() - Method in class org.openrdf.query.algebra.Distinct
 
clone() - Method in class org.openrdf.query.algebra.EmptySet
 
clone() - Method in class org.openrdf.query.algebra.Exists
 
clone() - Method in class org.openrdf.query.algebra.Extension
 
clone() - Method in class org.openrdf.query.algebra.ExtensionElem
 
clone() - Method in class org.openrdf.query.algebra.Filter
 
clone() - Method in class org.openrdf.query.algebra.FunctionCall
 
clone() - Method in class org.openrdf.query.algebra.Group
 
clone() - Method in class org.openrdf.query.algebra.GroupElem
 
clone() - Method in class org.openrdf.query.algebra.In
 
clone() - Method in class org.openrdf.query.algebra.Intersection
 
clone() - Method in class org.openrdf.query.algebra.IsBNode
 
clone() - Method in class org.openrdf.query.algebra.IsLiteral
 
clone() - Method in class org.openrdf.query.algebra.IsResource
 
clone() - Method in class org.openrdf.query.algebra.IsURI
 
clone() - Method in class org.openrdf.query.algebra.Join
 
clone() - Method in class org.openrdf.query.algebra.Label
 
clone() - Method in class org.openrdf.query.algebra.Lang
 
clone() - Method in class org.openrdf.query.algebra.LangMatches
 
clone() - Method in class org.openrdf.query.algebra.LeftJoin
 
clone() - Method in class org.openrdf.query.algebra.Like
 
clone() - Method in class org.openrdf.query.algebra.LocalName
 
clone() - Method in class org.openrdf.query.algebra.MathExpr
 
clone() - Method in class org.openrdf.query.algebra.Max
 
clone() - Method in class org.openrdf.query.algebra.Min
 
clone() - Method in class org.openrdf.query.algebra.MultiProjection
 
clone() - Method in class org.openrdf.query.algebra.Namespace
 
clone() - Method in class org.openrdf.query.algebra.Not
 
clone() - Method in class org.openrdf.query.algebra.Or
 
clone() - Method in class org.openrdf.query.algebra.Order
 
clone() - Method in class org.openrdf.query.algebra.OrderElem
 
clone() - Method in class org.openrdf.query.algebra.Projection
 
clone() - Method in class org.openrdf.query.algebra.ProjectionElem
 
clone() - Method in class org.openrdf.query.algebra.ProjectionElemList
 
clone() - Method in interface org.openrdf.query.algebra.QueryModelNode
Returns a (deep) clone of this query model node.
clone() - Method in class org.openrdf.query.algebra.QueryModelNodeBase
 
clone() - Method in class org.openrdf.query.algebra.QueryRoot
 
clone() - Method in class org.openrdf.query.algebra.Regex
 
clone() - Method in class org.openrdf.query.algebra.SameTerm
 
clone() - Method in class org.openrdf.query.algebra.SingletonSet
 
clone() - Method in class org.openrdf.query.algebra.Slice
 
clone() - Method in class org.openrdf.query.algebra.StatementPattern
 
clone() - Method in class org.openrdf.query.algebra.Str
 
clone() - Method in class org.openrdf.query.algebra.SubQueryValueOperator
 
clone() - Method in interface org.openrdf.query.algebra.TupleExpr
 
clone() - Method in class org.openrdf.query.algebra.UnaryTupleOperator
 
clone() - Method in class org.openrdf.query.algebra.UnaryValueOperator
 
clone() - Method in class org.openrdf.query.algebra.Union
 
clone() - Method in class org.openrdf.query.algebra.ValueConstant
 
clone() - Method in interface org.openrdf.query.algebra.ValueExpr
 
clone() - Method in class org.openrdf.query.algebra.Var
 
clone() - Method in class org.openrdf.query.impl.MutableTupleQueryResult
 
clone() - Method in class org.openrdf.sail.rdbms.algebra.base.BinarySqlOperator
 
clone() - Method in class org.openrdf.sail.rdbms.algebra.base.FromItem
 
clone() - Method in class org.openrdf.sail.rdbms.algebra.base.SqlConstant
 
clone() - Method in interface org.openrdf.sail.rdbms.algebra.base.SqlExpr
 
clone() - Method in class org.openrdf.sail.rdbms.algebra.base.UnarySqlOperator
 
clone() - Method in class org.openrdf.sail.rdbms.algebra.base.ValueColumnBase
 
clone() - Method in class org.openrdf.sail.rdbms.algebra.IdColumn
 
clone() - Method in class org.openrdf.sail.rdbms.algebra.JoinItem
 
clone() - Method in class org.openrdf.sail.rdbms.algebra.RefIdColumn
 
clone() - Method in class org.openrdf.sail.rdbms.algebra.SelectProjection
 
clone() - Method in class org.openrdf.sail.rdbms.algebra.SelectQuery
 
clone() - Method in class org.openrdf.sail.rdbms.algebra.SqlCase
 
clone() - Method in class org.openrdf.sail.rdbms.algebra.SqlRegex
 
clone() - Method in class org.openrdf.sail.rdbms.algebra.UnionItem
 
clone() - Method in class org.openrdf.sail.rdbms.schema.ValueTypes
 
cloneValueExpr() - Method in class org.openrdf.query.algebra.Count
 
cloneValueExpr() - Method in class org.openrdf.query.algebra.Max
 
cloneValueExpr() - Method in class org.openrdf.query.algebra.Min
 
close() - Method in class org.openrdf.query.impl.MutableTupleQueryResult
 
close() - Method in class org.openrdf.query.impl.TupleQueryResultImpl
 
close() - Method in class org.openrdf.repository.base.RepositoryConnectionBase
 
close() - Method in class org.openrdf.repository.base.RepositoryConnectionWrapper
 
close() - Method in class org.openrdf.repository.event.base.InterceptingRepositoryConnectionWrapper
 
close() - Method in class org.openrdf.repository.event.base.NotifyingRepositoryConnectionWrapper
 
close(RepositoryConnection) - Method in class org.openrdf.repository.event.base.RepositoryConnectionInterceptorAdapter
 
close(RepositoryConnection) - Method in class org.openrdf.repository.event.base.RepositoryConnectionListenerAdapter
 
close(RepositoryConnection) - Method in interface org.openrdf.repository.event.RepositoryConnectionInterceptor
 
close(RepositoryConnection) - Method in interface org.openrdf.repository.event.RepositoryConnectionListener
 
close(RepositoryConnection) - Method in class org.openrdf.repository.event.util.DebugRepositoryConnectionListener
 
close() - Method in interface org.openrdf.repository.RepositoryConnection
Closes the connection, freeing resources.
close() - Method in class org.openrdf.repository.sail.SailRepositoryConnection
 
close() - Method in class org.openrdf.rio.rdfxml.util.RDFXMLPrettyWriter
 
close() - Method in class org.openrdf.sail.helpers.SailConnectionBase
 
close() - Method in class org.openrdf.sail.helpers.SailConnectionWrapper
 
close() - Method in class org.openrdf.sail.nativerdf.btree.BTree
Closes any opened files and release any resources used by this B-Tree.
close() - Method in interface org.openrdf.sail.nativerdf.btree.RecordIterator
Closes the iterator, freeing any resources that it uses.
close() - Method in class org.openrdf.sail.nativerdf.datastore.DataFile
Closes the data file, releasing any file locks that it might have.
close() - Method in class org.openrdf.sail.nativerdf.datastore.DataStore
Closes the DataStore, releasing any file references, etc.
close() - Method in class org.openrdf.sail.nativerdf.datastore.HashFile
 
close() - Method in class org.openrdf.sail.nativerdf.datastore.HashIndex
 
close() - Method in class org.openrdf.sail.nativerdf.datastore.HashIndex.IDIterator
 
close() - Method in class org.openrdf.sail.nativerdf.datastore.IDFile
Closes the ID file, releasing any file locks that it might have.
close() - Method in class org.openrdf.sail.nativerdf.ValueStore
Closes the ValueStore, releasing any file references, etc.
close() - Method in class org.openrdf.sail.rdbms.evaluation.SqlBracketBuilder
 
close() - Method in class org.openrdf.sail.rdbms.evaluation.SqlCastBuilder
 
close() - Method in class org.openrdf.sail.rdbms.evaluation.SqlRegexBuilder
 
close() - Method in class org.openrdf.sail.rdbms.iteration.base.RdbmIterationBase
 
close() - Method in class org.openrdf.sail.rdbms.iteration.EmptyRdbmsResourceIteration
 
close() - Method in class org.openrdf.sail.rdbms.iteration.EmptyRdbmsStatementIteration
 
close() - Method in class org.openrdf.sail.rdbms.iteration.NamespaceIteration
 
close() - Method in class org.openrdf.sail.rdbms.managers.base.ManagerBase
 
close() - Method in class org.openrdf.sail.rdbms.managers.BNodeManager
 
close() - Method in class org.openrdf.sail.rdbms.managers.HashManager
 
close() - Method in class org.openrdf.sail.rdbms.managers.LiteralManager
 
close() - Method in class org.openrdf.sail.rdbms.managers.NamespaceManager
 
close() - Method in class org.openrdf.sail.rdbms.managers.TransTableManager
 
close() - Method in class org.openrdf.sail.rdbms.managers.TripleManager
 
close() - Method in class org.openrdf.sail.rdbms.managers.TripleTableManager
 
close() - Method in class org.openrdf.sail.rdbms.managers.UriManager
 
close() - Method in class org.openrdf.sail.rdbms.RdbmsTripleRepository
 
close() - Method in class org.openrdf.sail.rdbms.schema.BNodeTable
 
close() - Method in class org.openrdf.sail.rdbms.schema.HashTable
 
close() - Method in class org.openrdf.sail.rdbms.schema.LiteralTable
 
close() - Method in class org.openrdf.sail.rdbms.schema.NamespacesTable
 
close() - Method in class org.openrdf.sail.rdbms.schema.RdbmsTable
 
close() - Method in class org.openrdf.sail.rdbms.schema.TransactionTable
 
close() - Method in class org.openrdf.sail.rdbms.schema.TripleTable
 
close() - Method in class org.openrdf.sail.rdbms.schema.URITable
 
close() - Method in class org.openrdf.sail.rdbms.schema.ValueTable
 
close() - Method in interface org.openrdf.sail.SailConnection
Closes the connection.
closeActiveContext() - Method in class org.openrdf.rio.trig.TriGWriter
 
CLOSED_SIGNAL - Static variable in class org.openrdf.sail.rdbms.schema.Batch
 
closeInternal() - Method in class org.openrdf.sail.helpers.SailConnectionBase
 
closeInternal() - Method in class org.openrdf.sail.memory.MemoryStoreConnection
 
closeInternal() - Method in class org.openrdf.sail.nativerdf.NativeStoreConnection
 
closeInternal() - Method in class org.openrdf.sail.rdbms.RdbmsConnection
 
closePreviousStatement() - Method in class org.openrdf.rio.turtle.TurtleWriter
 
cmp(SqlExpr, Compare.CompareOp, SqlExpr) - Static method in class org.openrdf.sail.rdbms.algebra.base.SqlExprSupport
 
coalesce(SqlExpr...) - Static method in class org.openrdf.sail.rdbms.algebra.base.SqlExprSupport
 
code(Literal) - Method in class org.openrdf.sail.rdbms.schema.IdSequence
 
collapseWhiteSpace(String) - Static method in class org.openrdf.model.datatypes.XMLDatatypeUtil
Replaces all contiguous sequences of #x9 (tab), #xA (line feed) and #xD (carriage return) with a single #x20 (space) character, and removes any leading and trailing whitespace characters, as specified for whiteSpace facet collapse.
Collection() - Method in class org.openrdf.query.parser.sparql.ast.SyntaxTreeBuilder
 
column - Variable in class org.openrdf.query.parser.serql.ast.SimpleCharStream
 
column - Variable in class org.openrdf.query.parser.sparql.ast.JavaCharStream
 
column(String, String) - Method in class org.openrdf.sail.rdbms.evaluation.SqlExprBuilder
 
columnEquals(String, String, Number) - Method in class org.openrdf.sail.rdbms.evaluation.SqlExprBuilder
 
columnEquals(String, String, String) - Method in class org.openrdf.sail.rdbms.evaluation.SqlExprBuilder
 
columnIn(String, String, Number[]) - Method in class org.openrdf.sail.rdbms.evaluation.SqlExprBuilder
 
columnsEqual(String, String, String, String) - Method in class org.openrdf.sail.rdbms.evaluation.SqlExprBuilder
 
ColumnVar - Class in org.openrdf.sail.rdbms.algebra
Represents a variable in an SQL expression.
COMBINING_CHAR - Static variable in interface org.openrdf.query.parser.serql.ast.SyntaxTreeBuilderConstants
 
COMMA - Static variable in interface org.openrdf.query.parser.serql.ast.SyntaxTreeBuilderConstants
 
COMMA - Static variable in interface org.openrdf.query.parser.sparql.ast.SyntaxTreeBuilderConstants
 
COMMENT - Static variable in class org.openrdf.model.vocabulary.RDFS
http://www.w3.org/2000/01/rdf-schema#comment
commit() - Method in class org.openrdf.repository.base.RepositoryConnectionWrapper
 
commit() - Method in class org.openrdf.repository.event.base.InterceptingRepositoryConnectionWrapper
 
commit() - Method in class org.openrdf.repository.event.base.NotifyingRepositoryConnectionWrapper
 
commit(RepositoryConnection) - Method in class org.openrdf.repository.event.base.RepositoryConnectionInterceptorAdapter
 
commit(RepositoryConnection) - Method in class org.openrdf.repository.event.base.RepositoryConnectionListenerAdapter
 
commit(RepositoryConnection) - Method in interface org.openrdf.repository.event.RepositoryConnectionInterceptor
 
commit(RepositoryConnection) - Method in interface org.openrdf.repository.event.RepositoryConnectionListener
 
commit(RepositoryConnection) - Method in class org.openrdf.repository.event.util.DebugRepositoryConnectionListener
 
commit() - Method in interface org.openrdf.repository.RepositoryConnection
Commits all updates that have been performed as part of this connection sofar.
commit() - Method in class org.openrdf.repository.sail.SailRepositoryConnection
 
commit() - Method in class org.openrdf.sail.helpers.SailConnectionBase
 
commit() - Method in class org.openrdf.sail.helpers.SailConnectionWrapper
 
commit() - Method in class org.openrdf.sail.inferencer.InferencerConnectionWrapper
Calls InferencerConnectionWrapper.flushUpdates() before forwarding the call to the wrapped connection.
commit() - Method in class org.openrdf.sail.memory.MemoryStore
 
commit() - Method in class org.openrdf.sail.rdbms.RdbmsTripleRepository
 
commit() - Method in interface org.openrdf.sail.SailConnection
Commits any updates that have been performed since the last time SailConnection.commit() or SailConnection.rollback() was called.
commitInternal() - Method in class org.openrdf.sail.helpers.SailConnectionBase
 
commitInternal() - Method in class org.openrdf.sail.memory.MemoryStoreConnection
 
commitInternal() - Method in class org.openrdf.sail.nativerdf.NativeStoreConnection
 
commitInternal() - Method in class org.openrdf.sail.rdbms.RdbmsConnection
 
committed(boolean) - Method in class org.openrdf.sail.rdbms.managers.TransTableManager
 
committed() - Method in class org.openrdf.sail.rdbms.schema.TransactionTable
 
compare(String, String, URI) - Static method in class org.openrdf.model.datatypes.XMLDatatypeUtil
 
Compare - Class in org.openrdf.query.algebra
A comparison between two values.
Compare() - Constructor for class org.openrdf.query.algebra.Compare
 
Compare(ValueExpr, ValueExpr) - Constructor for class org.openrdf.query.algebra.Compare
 
Compare(ValueExpr, ValueExpr, Compare.CompareOp) - Constructor for class org.openrdf.query.algebra.Compare
 
compare(BindingSet, BindingSet) - Method in class org.openrdf.query.algebra.evaluation.util.OrderComparator
 
compare(Value, Value, Compare.CompareOp) - Static method in class org.openrdf.query.algebra.evaluation.util.QueryEvaluationUtil
 
compare(Value, Value) - Method in class org.openrdf.query.algebra.evaluation.util.ValueComparator
 
Compare.CompareOp - Enum in org.openrdf.query.algebra
 
CompareAll - Class in org.openrdf.query.algebra
 
CompareAll() - Constructor for class org.openrdf.query.algebra.CompareAll
 
CompareAll(ValueExpr, TupleExpr, Compare.CompareOp) - Constructor for class org.openrdf.query.algebra.CompareAll
 
CompareAny - Class in org.openrdf.query.algebra
 
CompareAny() - Constructor for class org.openrdf.query.algebra.CompareAny
 
CompareAny(ValueExpr, TupleExpr, Compare.CompareOp) - Constructor for class org.openrdf.query.algebra.CompareAny
 
compareBTreeValues(byte[], byte[], int, int) - Method in class org.openrdf.sail.nativerdf.btree.DefaultRecordComparator
 
compareBTreeValues(byte[], byte[], int, int) - Method in interface org.openrdf.sail.nativerdf.btree.RecordComparator
Compares the supplied key to the value of length length, starting at offset offset in the supplied data array.
compareBytes(String, String) - Static method in class org.openrdf.model.datatypes.XMLDatatypeUtil
 
compareCanonicalDecimals(String, String) - Static method in class org.openrdf.model.datatypes.XMLDatatypeUtil
Compares two canonical decimals to eachother.
compareCanonicalDoubles(String, String) - Static method in class org.openrdf.model.datatypes.XMLDatatypeUtil
Compares two canonical doubles to eachother.
compareCanonicalFloats(String, String) - Static method in class org.openrdf.model.datatypes.XMLDatatypeUtil
Compares two canonical floats to eachother.
compareCanonicalFPNumbers(String, String) - Static method in class org.openrdf.model.datatypes.XMLDatatypeUtil
Compares two canonical floating point numbers to eachother.
compareCanonicalIntegers(String, String) - Static method in class org.openrdf.model.datatypes.XMLDatatypeUtil
Compares two canonical integers to eachother.
compareDateTime(String, String) - Static method in class org.openrdf.model.datatypes.XMLDatatypeUtil
Compares two dateTime objects.
compareDecimals(String, String) - Static method in class org.openrdf.model.datatypes.XMLDatatypeUtil
Compares two decimals to eachother.
compareDoubles(String, String) - Static method in class org.openrdf.model.datatypes.XMLDatatypeUtil
Compares two doubles to eachother.
compareFloats(String, String) - Static method in class org.openrdf.model.datatypes.XMLDatatypeUtil
Compares two floats to eachother.
compareFPNumbers(String, String) - Static method in class org.openrdf.model.datatypes.XMLDatatypeUtil
Compares two floating point numbers to eachother.
compareIntegers(String, String) - Static method in class org.openrdf.model.datatypes.XMLDatatypeUtil
Compares two integers to eachother.
compareInts(String, String) - Static method in class org.openrdf.model.datatypes.XMLDatatypeUtil
 
compareLiterals(Literal, Literal, Compare.CompareOp) - Static method in class org.openrdf.query.algebra.evaluation.util.QueryEvaluationUtil
 
compareLongs(String, String) - Static method in class org.openrdf.model.datatypes.XMLDatatypeUtil
 
compareNegativeIntegers(String, String) - Static method in class org.openrdf.model.datatypes.XMLDatatypeUtil
 
compareNonNegativeIntegers(String, String) - Static method in class org.openrdf.model.datatypes.XMLDatatypeUtil
 
compareNonPositiveIntegers(String, String) - Static method in class org.openrdf.model.datatypes.XMLDatatypeUtil
 
CompareOptimizer - Class in org.openrdf.query.algebra.evaluation.impl
A query optimizer that replaces Compare operators with SameTerms, if possible.
CompareOptimizer() - Constructor for class org.openrdf.query.algebra.evaluation.impl.CompareOptimizer
 
CompareOptimizer.CompareVisitor - Class in org.openrdf.query.algebra.evaluation.impl
 
CompareOptimizer.CompareVisitor() - Constructor for class org.openrdf.query.algebra.evaluation.impl.CompareOptimizer.CompareVisitor
 
comparePositiveIntegers(String, String) - Static method in class org.openrdf.model.datatypes.XMLDatatypeUtil
 
compareShorts(String, String) - Static method in class org.openrdf.model.datatypes.XMLDatatypeUtil
 
CompareSubQueryValueOperator - Class in org.openrdf.query.algebra
 
CompareSubQueryValueOperator() - Constructor for class org.openrdf.query.algebra.CompareSubQueryValueOperator
 
CompareSubQueryValueOperator(ValueExpr, TupleExpr) - Constructor for class org.openrdf.query.algebra.CompareSubQueryValueOperator
 
compareTo(XMLDateTime) - Method in class org.openrdf.model.datatypes.XMLDateTime
Compares this DateTime object to another DateTime object.
compareTo(RepositoryInfo) - Method in class org.openrdf.repository.manager.RepositoryInfo
 
compareUnsignedBytes(String, String) - Static method in class org.openrdf.model.datatypes.XMLDatatypeUtil
 
compareUnsignedInts(String, String) - Static method in class org.openrdf.model.datatypes.XMLDatatypeUtil
 
compareUnsignedLongs(String, String) - Static method in class org.openrdf.model.datatypes.XMLDatatypeUtil
 
compareUnsignedShorts(String, String) - Static method in class org.openrdf.model.datatypes.XMLDatatypeUtil
 
CompatibleBindingSetFilter - Class in org.openrdf.query.algebra.evaluation.iterator
 
CompatibleBindingSetFilter(CloseableIteration<BindingSet, QueryEvaluationException>, BindingSet) - Constructor for class org.openrdf.query.algebra.evaluation.iterator.CompatibleBindingSetFilter
 
COMPLEMENTOF - Static variable in class org.openrdf.model.vocabulary.OWL
http://www.w3.org/2002/07/owl#complementOf
CompOperator() - Method in class org.openrdf.query.parser.serql.ast.SyntaxTreeBuilder
 
concat(SqlExpr, SqlExpr) - Static method in class org.openrdf.sail.rdbms.algebra.base.SqlExprSupport
 
concat() - Method in class org.openrdf.sail.rdbms.evaluation.SqlExprBuilder
 
ConditionalAndExpression() - Method in class org.openrdf.query.parser.sparql.ast.SyntaxTreeBuilder
 
ConditionalOrExpression() - Method in class org.openrdf.query.parser.sparql.ast.SyntaxTreeBuilder
 
CONFIG - Static variable in class org.openrdf.http.protocol.Protocol
Relative location of the config resource.
ConjunctiveConstraintSplitter - Class in org.openrdf.query.algebra.evaluation.impl
Splits conjunctive constraints into seperate constraints.
ConjunctiveConstraintSplitter() - Constructor for class org.openrdf.query.algebra.evaluation.impl.ConjunctiveConstraintSplitter
 
ConjunctiveConstraintSplitter.ConstraintVisitor - Class in org.openrdf.query.algebra.evaluation.impl
 
ConjunctiveConstraintSplitter.ConstraintVisitor(TupleExpr) - Constructor for class org.openrdf.query.algebra.evaluation.impl.ConjunctiveConstraintSplitter.ConstraintVisitor
 
connectionClosed(SailConnection) - Method in class org.openrdf.sail.helpers.SailBase
Signals to the store that the supplied connection has been closed.
connectionTimeOut - Variable in class org.openrdf.sail.helpers.SailBase
Connection timeout on shutdown (in ms).
Console - Class in org.openrdf.console
The Sesame Console is a command-line application for interacting with Sesame.
Console() - Constructor for class org.openrdf.console.Console
 
ConstantOptimizer - Class in org.openrdf.query.algebra.evaluation.impl
A query optimizer that optimizes constant value expressions.
ConstantOptimizer(EvaluationStrategy) - Constructor for class org.openrdf.query.algebra.evaluation.impl.ConstantOptimizer
 
ConstantOptimizer.ConstantVisitor - Class in org.openrdf.query.algebra.evaluation.impl
 
ConstantOptimizer.ConstantVisitor() - Constructor for class org.openrdf.query.algebra.evaluation.impl.ConstantOptimizer.ConstantVisitor
 
Constraint() - Method in class org.openrdf.query.parser.sparql.ast.SyntaxTreeBuilder
 
Construct() - Method in class org.openrdf.query.parser.serql.ast.SyntaxTreeBuilder
 
CONSTRUCT - Static variable in interface org.openrdf.query.parser.serql.ast.SyntaxTreeBuilderConstants
 
Construct() - Method in class org.openrdf.query.parser.sparql.ast.SyntaxTreeBuilder
 
CONSTRUCT - Static variable in interface org.openrdf.query.parser.sparql.ast.SyntaxTreeBuilderConstants
 
ConstructQuery() - Method in class org.openrdf.query.parser.serql.ast.SyntaxTreeBuilder
 
ConstructQuery() - Method in class org.openrdf.query.parser.sparql.ast.SyntaxTreeBuilder
 
ConstructQueryFormController - Class in org.openrdf.http.webclient.repository.query
 
ConstructQueryFormController() - Constructor for class org.openrdf.http.webclient.repository.query.ConstructQueryFormController
 
ConstructQueryInfo - Class in org.openrdf.http.webclient.repository.query
 
ConstructQueryInfo() - Constructor for class org.openrdf.http.webclient.repository.query.ConstructQueryInfo
 
CONTAINER - Static variable in class org.openrdf.model.vocabulary.RDFS
http://www.w3.org/2000/01/rdf-schema#Container
CONTAINERMEMBERSHIPPROPERTY - Static variable in class org.openrdf.model.vocabulary.RDFS
http://www.w3.org/2000/01/rdf-schema#ContainerMembershipProperty
contains(Object) - Method in class org.openrdf.sail.memory.model.WeakObjectRegistry
 
CONTEXT - Static variable in interface org.openrdf.query.parser.serql.ast.SyntaxTreeBuilderConstants
 
CONTEXT_PARAM_NAME - Static variable in class org.openrdf.http.protocol.Protocol
Parameter name for the context parameter.
CONTEXT_TAG - Static variable in interface org.openrdf.rio.trix.TriXConstants
The tag that starts a new context/graph.
ContextID() - Method in class org.openrdf.query.parser.serql.ast.SyntaxTreeBuilder
 
ContextOperation - Class in org.openrdf.http.protocol.transaction.operations
A TransactionOperation that operates on a specific (set of) contexts.
ContextOperation(Resource...) - Constructor for class org.openrdf.http.protocol.transaction.operations.ContextOperation
 
CONTEXTS - Static variable in class org.openrdf.http.protocol.Protocol
Relative location of the context list resource of a repository.
contexts - Variable in class org.openrdf.http.protocol.transaction.operations.ContextOperation
 
CONTEXTS_KEY - Static variable in class org.openrdf.http.server.repository.statements.ExportStatementsView
 
ContextsController - Class in org.openrdf.http.server.repository.contexts
Handles requests for the list of contexts in a repository.
ContextsController() - Constructor for class org.openrdf.http.server.repository.contexts.ContextsController
 
ContextStatementImpl - Class in org.openrdf.model.impl
An extension of StatementImpl that adds a context field.
ContextStatementImpl(Resource, URI, Value, Resource) - Constructor for class org.openrdf.model.impl.ContextStatementImpl
Creates a new Statement with the supplied subject, predicate and object for the specified associated context.
convert(BindingSet) - Method in class org.openrdf.query.algebra.evaluation.iterator.ExtensionIterator
 
convert(BindingSet) - Method in class org.openrdf.query.algebra.evaluation.iterator.ProjectionIterator
 
convert(ResultSet) - Method in class org.openrdf.sail.rdbms.iteration.base.RdbmIterationBase
 
convert(ResultSet) - Method in class org.openrdf.sail.rdbms.iteration.RdbmsBindingIteration
 
convert(ResultSet) - Method in class org.openrdf.sail.rdbms.iteration.RdbmsResourceIteration
 
convert(ResultSet) - Method in class org.openrdf.sail.rdbms.iteration.RdbmsStatementIteration
 
convertSQLException(SQLException) - Method in class org.openrdf.sail.rdbms.iteration.base.RdbmIterationBase
 
convertSQLException(SQLException) - Method in class org.openrdf.sail.rdbms.iteration.RdbmsBindingIteration
 
convertSQLException(SQLException) - Method in class org.openrdf.sail.rdbms.iteration.RdbmsResourceIteration
 
convertSQLException(SQLException) - Method in class org.openrdf.sail.rdbms.iteration.RdbmsStatementIteration
 
Count - Class in org.openrdf.query.algebra
 
Count() - Constructor for class org.openrdf.query.algebra.Count
 
Count(ValueExpr) - Constructor for class org.openrdf.query.algebra.Count
 
count() - Method in class org.openrdf.sail.rdbms.schema.RdbmsTable
 
countBoundVars(StatementPattern) - Method in class org.openrdf.query.algebra.evaluation.impl.EvaluationStatistics.CardinalityCalculator
 
countConstantVars(StatementPattern) - Method in class org.openrdf.query.algebra.evaluation.impl.EvaluationStatistics.CardinalityCalculator
 
create(Graph, Resource) - Static method in class org.openrdf.repository.config.RepositoryConfig
Creates a new RepositoryConfig object and initializes it by supplying the graph and repositoryNode to its parse method.
create(Graph, Resource) - Static method in class org.openrdf.repository.config.RepositoryImplConfigBase
 
createBNode() - Method in class org.openrdf.model.impl.ValueFactoryBase
 
createBNode(String) - Method in class org.openrdf.model.impl.ValueFactoryImpl
 
createBNode() - Method in interface org.openrdf.model.ValueFactory
Creates a new bNode.
createBNode(String) - Method in interface org.openrdf.model.ValueFactory
Creates a new blank node with the given node identifier.
createBNode() - Method in class org.openrdf.rio.helpers.RDFParserBase
Creates a new BNode object.
createBNode(String) - Method in class org.openrdf.rio.helpers.RDFParserBase
Creates a BNode object for the specified identifier.
createBNode(String) - Method in class org.openrdf.rio.rdfxml.RDFXMLParser
 
createBNode(String) - Method in class org.openrdf.sail.memory.model.MemValueFactory
 
createBNode(String) - Method in class org.openrdf.sail.nativerdf.ValueStore
 
createBNode(String) - Method in class org.openrdf.sail.rdbms.RdbmsValueFactory
 
createBNodeExpr(ValueExpr) - Method in class org.openrdf.sail.rdbms.algebra.factories.BNodeExprFactory
 
createBNodeExpr(ValueExpr) - Method in class org.openrdf.sail.rdbms.algebra.factories.SqlExprFactory
 
createBNodeTable(Connection, BlockingQueue<Batch>) - Method in class org.openrdf.sail.rdbms.schema.ValueTableFactory
 
createBooleanExpr(ValueExpr) - Method in class org.openrdf.sail.rdbms.algebra.factories.BooleanExprFactory
 
createBooleanExpr(ValueExpr) - Method in class org.openrdf.sail.rdbms.algebra.factories.SqlExprFactory
 
createBooleanExprFactory() - Method in class org.openrdf.sail.rdbms.optimizers.SelectQueryOptimizerFactory
 
createConnection() - Method in class org.openrdf.sail.rdbms.RdbmsConnectionFactory
 
createCtx(String, Var, Resource) - Static method in class org.openrdf.sail.rdbms.algebra.ColumnVar
 
createDatatypeExpr(ValueExpr) - Method in class org.openrdf.sail.rdbms.algebra.factories.DatatypeExprFactory
 
createDatatypeExpr(ValueExpr) - Method in class org.openrdf.sail.rdbms.algebra.factories.SqlExprFactory
 
createFPLiteral(Number, URI) - Method in class org.openrdf.model.impl.ValueFactoryBase
Calls ValueFactoryBase.createNumericLiteral(Number, URI) with the supplied value and datatype as parameters.
createFPLiteral(Number, URI) - Method in class org.openrdf.sail.memory.model.MemValueFactory
 
createHashExpr(ValueExpr) - Method in class org.openrdf.sail.rdbms.algebra.factories.HashExprFactory
 
createHashExpr(ValueExpr) - Method in class org.openrdf.sail.rdbms.algebra.factories.SqlExprFactory
 
createHashTable(Connection, BlockingQueue<Batch>) - Method in class org.openrdf.sail.rdbms.schema.ValueTableFactory
 
createIndex() - Method in class org.openrdf.sail.rdbms.schema.TripleTable
 
createIntegerLiteral(Number, URI) - Method in class org.openrdf.model.impl.ValueFactoryBase
Calls ValueFactoryBase.createNumericLiteral(Number, URI) with the supplied value and datatype as parameters.
createIntegerLiteral(Number, URI) - Method in class org.openrdf.sail.memory.model.MemValueFactory
 
createLabelExpr(ValueExpr) - Method in class org.openrdf.sail.rdbms.algebra.factories.LabelExprFactory
 
createLabelExpr(ValueExpr) - Method in class org.openrdf.sail.rdbms.algebra.factories.SqlExprFactory
 
createLanguageExpr(ValueExpr) - Method in class org.openrdf.sail.rdbms.algebra.factories.LanguageExprFactory
 
createLanguageExpr(ValueExpr) - Method in class org.openrdf.sail.rdbms.algebra.factories.SqlExprFactory
 
createLiteral(boolean) - Method in class org.openrdf.model.impl.ValueFactoryBase
Calls ValueFactory.createLiteral(String, URI) with the String-value of the supplied value and XMLSchema.BOOLEAN as parameters.
createLiteral(byte) - Method in class org.openrdf.model.impl.ValueFactoryBase
Calls #createIntegerLiteral(long, URI) with the supplied value and XMLSchema.BYTE as parameters.
createLiteral(short) - Method in class org.openrdf.model.impl.ValueFactoryBase
Calls #createIntegerLiteral(long, URI) with the supplied value and XMLSchema.SHORT as parameters.
createLiteral(int) - Method in class org.openrdf.model.impl.ValueFactoryBase
Calls #createIntegerLiteral(long, URI) with the supplied value and XMLSchema.INT as parameters.
createLiteral(long) - Method in class org.openrdf.model.impl.ValueFactoryBase
Calls #createIntegerLiteral(long, URI) with the supplied value and XMLSchema.LONG as parameters.
createLiteral(float) - Method in class org.openrdf.model.impl.ValueFactoryBase
Calls ValueFactoryBase.createFPLiteral(Number, URI) with the supplied value and XMLSchema.FLOAT as parameters.
createLiteral(double) - Method in class org.openrdf.model.impl.ValueFactoryBase
Calls ValueFactoryBase.createFPLiteral(Number, URI) with the supplied value and XMLSchema.DOUBLE as parameters.
createLiteral(XMLGregorianCalendar) - Method in class org.openrdf.model.impl.ValueFactoryBase
Calls ValueFactory.createLiteral(String, URI) with the String-value of the supplied calendar and the appropriate datatype as parameters.
createLiteral(String) - Method in class org.openrdf.model.impl.ValueFactoryImpl
 
createLiteral(String, String) - Method in class org.openrdf.model.impl.ValueFactoryImpl
 
createLiteral(String, URI) - Method in class org.openrdf.model.impl.ValueFactoryImpl
 
createLiteral(String) - Method in interface org.openrdf.model.ValueFactory
Creates a new literal with the supplied label.
createLiteral(String, String) - Method in interface org.openrdf.model.ValueFactory
Creates a new literal with the supplied label and language attribute.
createLiteral(String, URI) - Method in interface org.openrdf.model.ValueFactory
Creates a new literal with the supplied label and datatype.
createLiteral(boolean) - Method in interface org.openrdf.model.ValueFactory
Creates a new xsd:boolean-typed literal representing the specified value.
createLiteral(byte) - Method in interface org.openrdf.model.ValueFactory
Creates a new xsd:byte-typed literal representing the specified value.
createLiteral(short) - Method in interface org.openrdf.model.ValueFactory
Creates a new xsd:short-typed literal representing the specified value.
createLiteral(int) - Method in interface org.openrdf.model.ValueFactory
Creates a new xsd:int-typed literal representing the specified value.
createLiteral(long) - Method in interface org.openrdf.model.ValueFactory
Creates a new xsd:long-typed literal representing the specified value.
createLiteral(float) - Method in interface org.openrdf.model.ValueFactory
Creates a new xsd:float-typed literal representing the specified value.
createLiteral(double) - Method in interface org.openrdf.model.ValueFactory
Creates a new xsd:double-typed literal representing the specified value.
createLiteral(XMLGregorianCalendar) - Method in interface org.openrdf.model.ValueFactory
Creates a new literal representing the specified calendar that is typed using the appropriate XML Schema date/time datatype.
createLiteral(String, String, URI) - Method in class org.openrdf.rio.helpers.RDFParserBase
Creates a Literal object with the supplied parameters.
createLiteral(String, String, String) - Method in class org.openrdf.rio.ntriples.NTriplesParser
 
createLiteral(String) - Method in class org.openrdf.sail.memory.model.MemValueFactory
 
createLiteral(String, String) - Method in class org.openrdf.sail.memory.model.MemValueFactory
 
createLiteral(String, URI) - Method in class org.openrdf.sail.memory.model.MemValueFactory
 
createLiteral(boolean) - Method in class org.openrdf.sail.memory.model.MemValueFactory
 
createLiteral(XMLGregorianCalendar) - Method in class org.openrdf.sail.memory.model.MemValueFactory
 
createLiteral(String) - Method in class org.openrdf.sail.nativerdf.ValueStore
 
createLiteral(String, String) - Method in class org.openrdf.sail.nativerdf.ValueStore
 
createLiteral(String, URI) - Method in class org.openrdf.sail.nativerdf.ValueStore
 
createLiteral(String) - Method in class org.openrdf.sail.rdbms.RdbmsValueFactory
 
createLiteral(String, String) - Method in class org.openrdf.sail.rdbms.RdbmsValueFactory
 
createLiteral(String, URI) - Method in class org.openrdf.sail.rdbms.RdbmsValueFactory
 
createLiteralTable(Connection, BlockingQueue<Batch>) - Method in class org.openrdf.sail.rdbms.schema.ValueTableFactory
 
createMemBNode(BNode) - Method in class org.openrdf.sail.memory.model.MemValueFactory
See createMemValue() for description.
createMemLiteral(Literal) - Method in class org.openrdf.sail.memory.model.MemValueFactory
See createMemValue() for description.
createMemResource(Resource) - Method in class org.openrdf.sail.memory.model.MemValueFactory
See createMemValue() for description.
createMemURI(URI) - Method in class org.openrdf.sail.memory.model.MemValueFactory
See createMemValue() for description.
createMemValue(Value) - Method in class org.openrdf.sail.memory.model.MemValueFactory
Creates a MemValue for the supplied Value.
createNamespacesTable(Connection) - Method in class org.openrdf.sail.rdbms.schema.ValueTableFactory
 
createNumericExpr(ValueExpr) - Method in class org.openrdf.sail.rdbms.algebra.factories.NumericExprFactory
 
createNumericExpr(ValueExpr) - Method in class org.openrdf.sail.rdbms.algebra.factories.SqlExprFactory
 
createNumericLiteral(Number, URI) - Method in class org.openrdf.model.impl.ValueFactoryBase
Calls ValueFactory.createLiteral(String, URI) with the String-value of the supplied number and the supplied datatype as parameters.
createObj(String, Var, Value) - Static method in class org.openrdf.sail.rdbms.algebra.ColumnVar
 
createOptimizer() - Method in class org.openrdf.sail.rdbms.postgresql.PgSqlConnectionFactory
 
createOptimizer() - Method in class org.openrdf.sail.rdbms.RdbmsConnectionFactory
 
createParser(QueryLanguage) - Static method in class org.openrdf.query.parser.QueryParserUtil
 
createParser(TupleQueryResultFormat) - Static method in class org.openrdf.query.resultio.QueryResultIO
Convenience methods for creating TupleQueryResultParser objects.
createParser(TupleQueryResultFormat, ValueFactory) - Static method in class org.openrdf.query.resultio.QueryResultIO
Convenience methods for creating TupleQueryResultParser objects that use the specified ValueFactory to create RDF model objects.
createParser(BooleanQueryResultFormat) - Static method in class org.openrdf.query.resultio.QueryResultIO
Convenience methods for creating BooleanQueryResultParser objects.
createParser(RDFFormat) - Static method in class org.openrdf.rio.Rio
Convenience methods for creating RDFParser objects.
createParser(RDFFormat, ValueFactory) - Static method in class org.openrdf.rio.Rio
Convenience methods for creating RDFParser objects that use the specified ValueFactory to create RDF model objects.
createPred(String, Var, URI, boolean) - Static method in class org.openrdf.sail.rdbms.algebra.ColumnVar
 
createQueryBuilder() - Method in class org.openrdf.sail.rdbms.evaluation.QueryBuilderFactory
 
createQueryBuilderFactory() - Method in class org.openrdf.sail.rdbms.mysql.MySqlConnectionFactory
 
createQueryBuilderFactory() - Method in class org.openrdf.sail.rdbms.postgresql.PgSqlConnectionFactory
 
createQueryBuilderFactory() - Method in class org.openrdf.sail.rdbms.RdbmsConnectionFactory
 
createRdbmsConnectionFactory(String, String) - Method in class org.openrdf.sail.rdbms.mysql.MySqlProvider
 
createRdbmsConnectionFactory(String, String) - Method in class org.openrdf.sail.rdbms.postgresql.PgSqlProvider
 
createRdbmsConnectionFactory(String, String) - Method in interface org.openrdf.sail.rdbms.RdbmsProvider
 
createRdbmsEvaluation(Dataset) - Method in class org.openrdf.sail.rdbms.evaluation.RdbmsEvaluationFactory
 
createRdbmsFilterOptimizer() - Method in class org.openrdf.sail.rdbms.optimizers.SelectQueryOptimizerFactory
 
createRepository(String) - Method in class org.openrdf.repository.manager.LocalRepositoryManager
 
createRepository(String) - Method in class org.openrdf.repository.manager.RemoteRepositoryManager
Creates and initializes the repository with the specified ID.
createRepository(String) - Method in class org.openrdf.repository.manager.RepositoryManager
Creates and initializes the repository with the specified ID.
createRepositoryResult(CloseableIteration<? extends E, SailException>) - Method in class org.openrdf.repository.sail.SailRepositoryConnection
Wraps a CloseableIteration coming from a Sail in a RepositoryResult object, applying the required conversions
createSelectQueryOptimizerFactory() - Method in class org.openrdf.sail.rdbms.mysql.MySqlConnectionFactory
 
createSelectQueryOptimizerFactory() - Method in class org.openrdf.sail.rdbms.RdbmsConnectionFactory
 
createSqlBracketBuilder(SqlExprBuilder) - Method in class org.openrdf.sail.rdbms.evaluation.QueryBuilderFactory
 
createSqlCastBuilder(SqlExprBuilder, int) - Method in class org.openrdf.sail.rdbms.evaluation.QueryBuilderFactory
 
createSqlExprBuilder() - Method in class org.openrdf.sail.rdbms.evaluation.QueryBuilderFactory
 
createSqlJoinBuilder(String, String) - Method in class org.openrdf.sail.rdbms.evaluation.QueryBuilderFactory
 
createSqlQueryBuilder() - Method in class org.openrdf.sail.rdbms.evaluation.QueryBuilderFactory
 
createSqlRegexBuilder(SqlExprBuilder) - Method in class org.openrdf.sail.rdbms.evaluation.QueryBuilderFactory
 
createSqlRegexBuilder(SqlExprBuilder) - Method in class org.openrdf.sail.rdbms.postgresql.PgQueryBuilderFactory
 
createStatement(Resource, URI, Value) - Method in class org.openrdf.model.impl.ValueFactoryImpl
 
createStatement(Resource, URI, Value, Resource) - Method in class org.openrdf.model.impl.ValueFactoryImpl
 
createStatement(Resource, URI, Value) - Method in interface org.openrdf.model.ValueFactory
Creates a new statement with the supplied subject, predicate and object.
createStatement(Resource, URI, Value, Resource) - Method in interface org.openrdf.model.ValueFactory
Creates a new statement with the supplied subject, predicate and object and associated context.
createStatement(Resource, URI, Value) - Method in class org.openrdf.rio.helpers.RDFParserBase
Creates a new Statement object with the supplied components.
createStatement(Resource, URI, Value, Resource) - Method in class org.openrdf.rio.helpers.RDFParserBase
Creates a new Statement object with the supplied components.
createStatement(Resource, URI, Value) - Method in class org.openrdf.sail.memory.model.MemValueFactory
 
createStatement(Resource, URI, Value, Resource) - Method in class org.openrdf.sail.memory.model.MemValueFactory
 
createStatement(Resource, URI, Value) - Method in class org.openrdf.sail.nativerdf.ValueStore
 
createStatement(Resource, URI, Value, Resource) - Method in class org.openrdf.sail.nativerdf.ValueStore
 
createStatement(Resource, URI, Value) - Method in class org.openrdf.sail.rdbms.RdbmsValueFactory
 
createStatement(Resource, URI, Value, Resource) - Method in class org.openrdf.sail.rdbms.RdbmsValueFactory
 
createStatementIterator(Class<X>, Resource, URI, Value, boolean, int, ReadMode, Resource...) - Method in class org.openrdf.sail.memory.MemoryStore
Creates a StatementIterator that contains the statements matching the specified pattern of subject, predicate, object, context.
createStatementIterator(Resource, URI, Value, boolean, boolean, Resource...) - Method in class org.openrdf.sail.nativerdf.NativeStore
Creates a statement iterator based on the supplied pattern.
createSubj(String, Var, Resource) - Static method in class org.openrdf.sail.rdbms.algebra.ColumnVar
 
createSystemRepository() - Method in class org.openrdf.repository.manager.LocalRepositoryManager
 
createSystemRepository() - Method in class org.openrdf.repository.manager.RemoteRepositoryManager
 
createSystemRepository() - Method in class org.openrdf.repository.manager.RepositoryManager
 
createTable() - Method in class org.openrdf.sail.rdbms.schema.NamespacesTable
 
createTable(CharSequence) - Method in class org.openrdf.sail.rdbms.schema.NamespacesTable
 
createTable(CharSequence) - Method in class org.openrdf.sail.rdbms.schema.RdbmsTable
 
createTable(Connection, String) - Method in class org.openrdf.sail.rdbms.schema.TableFactory
 
createTable(RdbmsTable) - Method in class org.openrdf.sail.rdbms.schema.ValueTable
 
createTable(Connection, String) - Method in class org.openrdf.sail.rdbms.schema.ValueTableFactory
 
createTableFactory() - Method in class org.openrdf.sail.rdbms.mysql.MySqlConnectionFactory
 
createTableFactory() - Method in class org.openrdf.sail.rdbms.postgresql.PgSqlConnectionFactory
 
createTableFactory() - Method in class org.openrdf.sail.rdbms.RdbmsConnectionFactory
 
createTemporaryTable(Connection) - Method in class org.openrdf.sail.rdbms.managers.TransTableManager
 
createTemporaryTable(RdbmsTable) - Method in class org.openrdf.sail.rdbms.managers.TransTableManager
 
createTemporaryTable(CharSequence) - Method in class org.openrdf.sail.rdbms.schema.RdbmsTable
 
createTemporaryTable(Connection) - Method in class org.openrdf.sail.rdbms.schema.TableFactory
 
createTemporaryTable(Connection, String) - Method in class org.openrdf.sail.rdbms.schema.TableFactory
 
createTemporaryTable(RdbmsTable) - Method in class org.openrdf.sail.rdbms.schema.ValueTable
 
createTimeExpr(ValueExpr) - Method in class org.openrdf.sail.rdbms.algebra.factories.SqlExprFactory
 
createTimeExpr(ValueExpr) - Method in class org.openrdf.sail.rdbms.algebra.factories.TimeExprFactory
 
createTransactionalTable(CharSequence) - Method in class org.openrdf.sail.rdbms.schema.RdbmsTable
 
createTransactionTable(TripleTable) - Method in class org.openrdf.sail.rdbms.managers.TransTableManager
 
createTransactionTable() - Method in class org.openrdf.sail.rdbms.managers.TransTableManager
 
createTransTableManager() - Method in class org.openrdf.sail.rdbms.RdbmsConnectionFactory
 
createTripleIndexes() - Method in class org.openrdf.sail.rdbms.managers.TripleTableManager
 
createTripleTable(Connection, String) - Method in class org.openrdf.sail.rdbms.postgresql.PgSqlValueTableFactory
 
createTripleTable(Connection, String) - Method in class org.openrdf.sail.rdbms.schema.ValueTableFactory
 
createURI(String) - Method in class org.openrdf.model.impl.ValueFactoryImpl
 
createURI(String, String) - Method in class org.openrdf.model.impl.ValueFactoryImpl
 
createURI(String) - Method in interface org.openrdf.model.ValueFactory
Creates a new URI from the supplied string-representation.
createURI(String, String) - Method in interface org.openrdf.model.ValueFactory
Creates a new URI from the supplied namespace and local name.
createURI(String) - Method in class org.openrdf.rio.helpers.RDFParserBase
Creates a URI object for the specified URI-string.
createURI(String) - Method in class org.openrdf.rio.ntriples.NTriplesParser
 
createURI(String) - Method in class org.openrdf.sail.memory.model.MemValueFactory
 
createURI(String, String) - Method in class org.openrdf.sail.memory.model.MemValueFactory
 
createURI(String) - Method in class org.openrdf.sail.nativerdf.ValueStore
 
createURI(String, String) - Method in class org.openrdf.sail.nativerdf.ValueStore
 
createURI(String) - Method in class org.openrdf.sail.rdbms.RdbmsValueFactory
 
createURI(String, String) - Method in class org.openrdf.sail.rdbms.RdbmsValueFactory
 
createUriExpr(ValueExpr) - Method in class org.openrdf.sail.rdbms.algebra.factories.SqlExprFactory
 
createUriExpr(ValueExpr) - Method in class org.openrdf.sail.rdbms.algebra.factories.URIExprFactory
 
createURITable(Connection, BlockingQueue<Batch>) - Method in class org.openrdf.sail.rdbms.schema.ValueTableFactory
 
createValueTable(Connection, BlockingQueue<Batch>, String, int) - Method in class org.openrdf.sail.rdbms.schema.ValueTableFactory
 
createValueTable(Connection, BlockingQueue<Batch>, String, int, int) - Method in class org.openrdf.sail.rdbms.schema.ValueTableFactory
 
createValueTableFactory() - Method in class org.openrdf.sail.rdbms.mysql.MySqlConnectionFactory
 
createValueTableFactory() - Method in class org.openrdf.sail.rdbms.postgresql.PgSqlConnectionFactory
 
createValueTableFactory() - Method in class org.openrdf.sail.rdbms.RdbmsConnectionFactory
 
createWriter(TupleQueryResultFormat, OutputStream) - Static method in class org.openrdf.query.resultio.QueryResultIO
Convenience methods for creating TupleQueryResultWriter objects.
createWriter(BooleanQueryResultFormat, OutputStream) - Static method in class org.openrdf.query.resultio.QueryResultIO
Convenience methods for creating BooleanQueryResultWriter objects.
createWriter(RDFFormat, OutputStream) - Static method in class org.openrdf.rio.Rio
Convenience methods for creating RDFWriter objects.
createWriter(RDFFormat, Writer) - Static method in class org.openrdf.rio.Rio
Convenience methods for creating RDFWriter objects.
createZonedExpr(ValueExpr) - Method in class org.openrdf.sail.rdbms.algebra.factories.SqlExprFactory
 
createZonedExpr(ValueExpr) - Method in class org.openrdf.sail.rdbms.algebra.factories.ZonedExprFactory
 
curChar - Variable in class org.openrdf.query.parser.serql.ast.SyntaxTreeBuilderTokenManager
 
curChar - Variable in class org.openrdf.query.parser.sparql.ast.SyntaxTreeBuilderTokenManager
 
currentToken - Variable in exception org.openrdf.query.parser.serql.ast.ParseException
This is the last token that has been consumed successfully.
currentToken - Variable in exception org.openrdf.query.parser.sparql.ast.ParseException
This is the last token that has been consumed successfully.

D

DATA_FILE_NAME - Static variable in class org.openrdf.sail.memory.MemoryStore
 
DataFile - Class in org.openrdf.sail.nativerdf.datastore
Class supplying access to a data file.
DataFile(File) - Constructor for class org.openrdf.sail.nativerdf.datastore.DataFile
 
DataFile(File, boolean) - Constructor for class org.openrdf.sail.nativerdf.datastore.DataFile
 
DataFile.DataIterator - Class in org.openrdf.sail.nativerdf.datastore
An iterator that iterates over the data that is stored in a data file.
DataFile.DataIterator() - Constructor for class org.openrdf.sail.nativerdf.datastore.DataFile.DataIterator
 
Dataset - Interface in org.openrdf.query
Represents a dataset against which queries can be evaluated.
dataset - Variable in class org.openrdf.query.impl.AbstractQuery
 
DatasetClause() - Method in class org.openrdf.query.parser.sparql.ast.SyntaxTreeBuilder
 
DatasetDeclProcessor - Class in org.openrdf.query.parser.sparql
Extracts a SPARQL #Dataset from an ASTQueryContainer, if one is contained.
DatasetDeclProcessor() - Constructor for class org.openrdf.query.parser.sparql.DatasetDeclProcessor
 
DatasetImpl - Class in org.openrdf.query.impl
 
DatasetImpl() - Constructor for class org.openrdf.query.impl.DatasetImpl
 
DatasetRepository - Class in org.openrdf.repository.dataset
 
DatasetRepository() - Constructor for class org.openrdf.repository.dataset.DatasetRepository
 
DatasetRepository(SailRepository) - Constructor for class org.openrdf.repository.dataset.DatasetRepository
 
DatasetRepositoryConfig - Class in org.openrdf.repository.dataset.config
 
DatasetRepositoryConfig() - Constructor for class org.openrdf.repository.dataset.config.DatasetRepositoryConfig
 
DatasetRepositoryConnection - Class in org.openrdf.repository.dataset
 
DatasetRepositoryConnection(DatasetRepository, SailRepositoryConnection) - Constructor for class org.openrdf.repository.dataset.DatasetRepositoryConnection
 
DatasetRepositoryFactory - Class in org.openrdf.repository.dataset.config
A RepositoryFactory that creates DatasetRepositorys based on RDF configuration data.
DatasetRepositoryFactory() - Constructor for class org.openrdf.repository.dataset.config.DatasetRepositoryFactory
 
DataStore - Class in org.openrdf.sail.nativerdf.datastore
Class that provides indexed storage and retrieval of arbitrary length data.
DataStore(File, String) - Constructor for class org.openrdf.sail.nativerdf.datastore.DataStore
 
DataStore(File, String, boolean) - Constructor for class org.openrdf.sail.nativerdf.datastore.DataStore
 
DATATYPE - Static variable in class org.openrdf.model.vocabulary.RDFS
http://www.w3.org/2000/01/rdf-schema#Datatype
Datatype - Class in org.openrdf.query.algebra
The DATATYPE function, as defined in SPARQL Query Language for RDF.
Datatype() - Constructor for class org.openrdf.query.algebra.Datatype
 
Datatype(ValueExpr) - Constructor for class org.openrdf.query.algebra.Datatype
 
Datatype() - Method in class org.openrdf.query.parser.serql.ast.SyntaxTreeBuilder
 
DATATYPE - Static variable in interface org.openrdf.query.parser.serql.ast.SyntaxTreeBuilderConstants
 
Datatype() - Method in class org.openrdf.query.parser.sparql.ast.SyntaxTreeBuilder
 
DATATYPE - Static variable in interface org.openrdf.query.parser.sparql.ast.SyntaxTreeBuilderConstants
 
DATATYPE_ATT - Static variable in interface org.openrdf.rio.trix.TriXConstants
The attribute for datatypes of typed literal.
DATATYPE_LITERAL_RECORD_MARKER - Static variable in interface org.openrdf.query.resultio.binary.BinaryQueryResultConstants
 
DatatypeColumn - Class in org.openrdf.sail.rdbms.algebra
Represents a variable's datatype value in an SQL expression.
DatatypeColumn(Var) - Constructor for class org.openrdf.sail.rdbms.algebra.DatatypeColumn
 
DatatypeColumn(ColumnVar) - Constructor for class org.openrdf.sail.rdbms.algebra.DatatypeColumn
 
DATATYPED_LITERAL - Static variable in interface org.openrdf.query.parser.serql.ast.SyntaxTreeBuilderConstants
 
DatatypedLiteral() - Method in class org.openrdf.query.parser.serql.ast.SyntaxTreeBuilder
 
DatatypeExprFactory - Class in org.openrdf.sail.rdbms.algebra.factories
Creates a datatype SQL expression.
DatatypeExprFactory() - Constructor for class org.openrdf.sail.rdbms.algebra.factories.DatatypeExprFactory
 
datatypeHandling() - Method in class org.openrdf.rio.helpers.RDFParserBase
 
DATATYPEPROPERTY - Static variable in class org.openrdf.model.vocabulary.OWL
http://www.w3.org/2002/07/owl#DatatypeProperty
DATE - Static variable in class org.openrdf.model.vocabulary.XMLSchema
http://www.w3.org/2001/XMLSchema#date
DATETIME - Static variable in class org.openrdf.model.vocabulary.XMLSchema
http://www.w3.org/2001/XMLSchema#dateTime
DateTimeCast - Class in org.openrdf.query.algebra.evaluation.function
A Function that tries to cast its argument to an xsd:dateTime.
DateTimeCast() - Constructor for class org.openrdf.query.algebra.evaluation.function.DateTimeCast
 
DateTimeColumn - Class in org.openrdf.sail.rdbms.algebra
Represents a variable's time value in an SQL expression.
DateTimeColumn(Var) - Constructor for class org.openrdf.sail.rdbms.algebra.DateTimeColumn
 
DAWGTestBooleanParser - Class in org.openrdf.query.dawg
 
DAWGTestBooleanParser() - Constructor for class org.openrdf.query.dawg.DAWGTestBooleanParser
 
DAWGTestResultSetParseException - Exception in org.openrdf.query.dawg
An exception that is thrown to indicate that the parsing of a DAWG Test Result Set graph failed due to an incompatible or incomplete graph.
DAWGTestResultSetParseException(String) - Constructor for exception org.openrdf.query.dawg.DAWGTestResultSetParseException
Creates a new DAWGTestResultSetParseException.
DAWGTestResultSetParseException(Throwable) - Constructor for exception org.openrdf.query.dawg.DAWGTestResultSetParseException
Creates a new DAWGTestResultSetParseException wrapping another exception.
DAWGTestResultSetParseException(String, Throwable) - Constructor for exception org.openrdf.query.dawg.DAWGTestResultSetParseException
Creates a new DAWGTestResultSetParseException wrapping another exception.
DAWGTestResultSetParser - Class in org.openrdf.query.dawg
 
DAWGTestResultSetParser(TupleQueryResultHandler) - Constructor for class org.openrdf.query.dawg.DAWGTestResultSetParser
 
DAWGTestResultSetSchema - Class in org.openrdf.query.dawg
 
DAWGTestResultSetSchema() - Constructor for class org.openrdf.query.dawg.DAWGTestResultSetSchema
 
DAWGTestResultSetUtil - Class in org.openrdf.query.dawg
 
DAWGTestResultSetUtil() - Constructor for class org.openrdf.query.dawg.DAWGTestResultSetUtil
 
DAWGTestResultSetWriter - Class in org.openrdf.query.dawg
A TupleQueryResultWriter that converts query results to an RDF graph using the Data Access Working Group Test Result Set RDF Vocabulary (http://www.w3.org/2001/sw/DataAccess/tests/result-set#).
DAWGTestResultSetWriter(RDFHandler) - Constructor for class org.openrdf.query.dawg.DAWGTestResultSetWriter
 
DAWGTestResultSetWriter(RDFHandler, ValueFactory) - Constructor for class org.openrdf.query.dawg.DAWGTestResultSetWriter
 
DebugRepositoryConnectionListener - Class in org.openrdf.repository.event.util
Utility class that prints all events to a PrintStream (default: System.err), optionally with a stacktrace.
DebugRepositoryConnectionListener() - Constructor for class org.openrdf.repository.event.util.DebugRepositoryConnectionListener
 
DebugRepositoryConnectionListener(PrintStream) - Constructor for class org.openrdf.repository.event.util.DebugRepositoryConnectionListener
 
debugStream - Variable in class org.openrdf.query.parser.serql.ast.SyntaxTreeBuilderTokenManager
 
debugStream - Variable in class org.openrdf.query.parser.sparql.ast.SyntaxTreeBuilderTokenManager
 
DECIMAL - Static variable in class org.openrdf.model.vocabulary.XMLSchema
http://www.w3.org/2001/XMLSchema#decimal
DECIMAL - Static variable in interface org.openrdf.query.parser.serql.ast.SyntaxTreeBuilderConstants
 
DECIMAL - Static variable in interface org.openrdf.query.parser.sparql.ast.SyntaxTreeBuilderConstants
 
DECIMAL1 - Static variable in interface org.openrdf.query.parser.sparql.ast.SyntaxTreeBuilderConstants
 
DECIMAL2 - Static variable in interface org.openrdf.query.parser.sparql.ast.SyntaxTreeBuilderConstants
 
DECIMAL_NEGATIVE - Static variable in interface org.openrdf.query.parser.sparql.ast.SyntaxTreeBuilderConstants
 
DECIMAL_POSITIVE - Static variable in interface org.openrdf.query.parser.sparql.ast.SyntaxTreeBuilderConstants
 
DecimalCast - Class in org.openrdf.query.algebra.evaluation.function
A Function that tries to cast its argument to an xsd:decimal.
DecimalCast() - Constructor for class org.openrdf.query.algebra.evaluation.function.DecimalCast
 
DecimalLiteral() - Method in class org.openrdf.query.parser.serql.ast.SyntaxTreeBuilder
 
DecimalLiteralImpl - Class in org.openrdf.model.impl
An extension of LiteralImpl that stores an integer value using a BigDecimal object.
DecimalLiteralImpl(BigDecimal) - Constructor for class org.openrdf.model.impl.DecimalLiteralImpl
Creates an xsd:decimal literal with the specified value.
DecimalLiteralImpl(BigDecimal, URI) - Constructor for class org.openrdf.model.impl.DecimalLiteralImpl
Creates a literal with the specified value and datatype.
DecimalMemLiteral - Class in org.openrdf.sail.memory.model
An extension of MemLiteral that stores a decimal value to avoid parsing.
DecimalMemLiteral(Object, BigDecimal) - Constructor for class org.openrdf.sail.memory.model.DecimalMemLiteral
 
DecimalMemLiteral(Object, BigDecimal, URI) - Constructor for class org.openrdf.sail.memory.model.DecimalMemLiteral
 
DecimalMemLiteral(Object, String, BigDecimal, URI) - Constructor for class org.openrdf.sail.memory.model.DecimalMemLiteral
 
decimalValue() - Method in class org.openrdf.model.impl.DecimalLiteralImpl
 
decimalValue() - Method in class org.openrdf.model.impl.IntegerLiteralImpl
 
decimalValue() - Method in class org.openrdf.model.impl.LiteralImpl
 
decimalValue() - Method in interface org.openrdf.model.Literal
Returns the decimal value of this literal.
decimalValue() - Method in class org.openrdf.sail.memory.model.DecimalMemLiteral
 
decimalValue() - Method in class org.openrdf.sail.memory.model.IntegerMemLiteral
 
decimalValue() - Method in class org.openrdf.sail.rdbms.model.RdbmsLiteral
 
decodeContext(String, ValueFactory) - Static method in class org.openrdf.http.protocol.Protocol
Decode a previously encoded context Resource.
decodeContexts(String[], ValueFactory) - Static method in class org.openrdf.http.protocol.Protocol
Decode previously encoded contexts.
decodeResource(String, ValueFactory) - Static method in class org.openrdf.http.protocol.Protocol
Decode a previously encoded Resource.
decodeString(String) - Static method in class org.openrdf.query.parser.serql.SeRQLUtil
Decodes an encoded SeRQL string.
decodeString(String) - Static method in class org.openrdf.query.parser.sparql.SPARQLUtil
Decodes an encoded SPARQL string.
decodeString(String) - Static method in class org.openrdf.rio.turtle.TurtleUtil
Decodes an encoded Turtle string.
decodeURI(String, ValueFactory) - Static method in class org.openrdf.http.protocol.Protocol
Decode a previously encoded URI.
decodeValue(String, ValueFactory) - Static method in class org.openrdf.http.protocol.Protocol
Decode a previously encoded value.
DEFAULT - Static variable in class org.openrdf.http.webclient.server.ServerSelection
 
DEFAULT - Static variable in interface org.openrdf.query.parser.serql.ast.SyntaxTreeBuilderConstants
 
DEFAULT - Static variable in interface org.openrdf.query.parser.sparql.ast.SyntaxTreeBuilderConstants
 
DEFAULT_CONNECTION_TIMEOUT - Static variable in class org.openrdf.sail.helpers.SailBase
Default connection timeout on shutdown: 20,000 milliseconds.
DEFAULT_GRAPH_PARAM_NAME - Static variable in class org.openrdf.http.protocol.Protocol
Parameter name for the default graph URI parameter.
defaultGraphs - Variable in class org.openrdf.query.impl.DatasetImpl
 
DefaultRecordComparator - Class in org.openrdf.sail.nativerdf.btree
A RecordComparator that compares values with eachother by comparing all of their bytes.
DefaultRecordComparator() - Constructor for class org.openrdf.sail.nativerdf.btree.DefaultRecordComparator
 
DefaultSailChangedEvent - Class in org.openrdf.sail.helpers
Default implementation of the SailChangedEvent interface.
DefaultSailChangedEvent(Sail) - Constructor for class org.openrdf.sail.helpers.DefaultSailChangedEvent
Creates a new DefaultSailChangedEvent in which all possible changes are set to false.
DELEGATE - Static variable in class org.openrdf.repository.config.RepositoryConfigSchema
http://www.openrdf.org/config/repository#delegate
DELEGATE - Static variable in class org.openrdf.sail.config.SailConfigSchema
http://www.openrdf.org/config/sail#delegate
DelegatingRepository - Interface in org.openrdf.repository
Main interface for repositories that wrap another repository.
DelegatingRepositoryConnection - Interface in org.openrdf.repository
 
DelegatingRepositoryImplConfig - Interface in org.openrdf.repository.config
 
DelegatingRepositoryImplConfigBase - Class in org.openrdf.repository.config
 
DelegatingRepositoryImplConfigBase() - Constructor for class org.openrdf.repository.config.DelegatingRepositoryImplConfigBase
Create a new DelegatingRepositoryImplConfigBase.
DelegatingRepositoryImplConfigBase(String) - Constructor for class org.openrdf.repository.config.DelegatingRepositoryImplConfigBase
Create a new DelegatingRepositoryImplConfigBase.
DelegatingRepositoryImplConfigBase(String, RepositoryImplConfig) - Constructor for class org.openrdf.repository.config.DelegatingRepositoryImplConfigBase
Create a new DelegatingRepositoryImplConfigBase.
DelegatingSailImplConfig - Interface in org.openrdf.sail.config
 
DelegatingSailImplConfigBase - Class in org.openrdf.sail.config
 
DelegatingSailImplConfigBase() - Constructor for class org.openrdf.sail.config.DelegatingSailImplConfigBase
Create a new RepositoryConfigImpl.
DelegatingSailImplConfigBase(String) - Constructor for class org.openrdf.sail.config.DelegatingSailImplConfigBase
Create a new RepositoryConfigImpl.
DelegatingSailImplConfigBase(String, SailImplConfig) - Constructor for class org.openrdf.sail.config.DelegatingSailImplConfigBase
Create a new RepositoryConfigImpl.
DEPRECATEDCLASS - Static variable in class org.openrdf.model.vocabulary.OWL
http://www.w3.org/2002/07/owl#DeprecatedClass
DEPRECATEDPROPERTY - Static variable in class org.openrdf.model.vocabulary.OWL
http://www.w3.org/2002/07/owl#DeprecatedProperty
DESC - Static variable in interface org.openrdf.query.parser.sparql.ast.SyntaxTreeBuilderConstants
 
Describe() - Method in class org.openrdf.query.parser.sparql.ast.SyntaxTreeBuilder
 
DESCRIBE - Static variable in interface org.openrdf.query.parser.sparql.ast.