- READ_CONTEXT - Static variable in class org.openrdf.repository.contextaware.config.ContextAwareSchema
-
http://www.openrdf.org/config/repository/contextaware#readContext
- remove(Iterable<? extends Statement>, Resource...) - Method in class org.openrdf.repository.contextaware.ContextAwareConnection
-
- remove(Iteration<? extends Statement, E>, Resource...) - Method in class org.openrdf.repository.contextaware.ContextAwareConnection
-
Removes the supplied statements from a specific context in this
repository, ignoring any context information carried by the statements
themselves.
- remove(Resource, URI, Value, Resource...) - Method in class org.openrdf.repository.contextaware.ContextAwareConnection
-
Removes the statement with the specified subject, predicate and object
from the repository, optionally restricted to the specified contexts.
- remove(Statement, Resource...) - Method in class org.openrdf.repository.contextaware.ContextAwareConnection
-
Removes the supplied statement from the specified contexts in the
repository.
- REMOVE_CONTEXT - Static variable in class org.openrdf.repository.contextaware.config.ContextAwareSchema
-
http://www.openrdf.org/config/repository/contextaware#removeContext
- removeWithoutCommit(Resource, URI, Value, Resource...) - Method in class org.openrdf.repository.contextaware.ContextAwareConnection
-
- REPOSITORY_TYPE - Static variable in class org.openrdf.repository.contextaware.config.ContextAwareFactory
-
The type of repositories that are created by this factory.