- READ_CONTEXT - Static variable in class org.eclipse.rdf4j.repository.contextaware.config.ContextAwareSchema
-
http://www.openrdf.org/config/repository/contextaware#readContext
- remove(Iterable<? extends Statement>, Resource...) - Method in class org.eclipse.rdf4j.repository.contextaware.ContextAwareConnection
-
- remove(Iteration<? extends Statement, E>, Resource...) - Method in class org.eclipse.rdf4j.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, IRI, Value, Resource...) - Method in class org.eclipse.rdf4j.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.eclipse.rdf4j.repository.contextaware.ContextAwareConnection
-
Removes the supplied statement from the specified contexts in the repository.
- REMOVE_CONTEXT - Static variable in class org.eclipse.rdf4j.repository.contextaware.config.ContextAwareSchema
-
http://www.openrdf.org/config/repository/contextaware#removeContext
- removeWithoutCommit(Resource, IRI, Value, Resource...) - Method in class org.eclipse.rdf4j.repository.contextaware.ContextAwareConnection
-
- REPOSITORY_TYPE - Static variable in class org.eclipse.rdf4j.repository.contextaware.config.ContextAwareFactory
-
The type of repositories that are created by this factory.