Uses of Interface
org.apache.jena.dboe.storage.StorageRDF
Packages that use StorageRDF
Package
Description
-
Uses of StorageRDF in org.apache.jena.dboe.storage
Methods in org.apache.jena.dboe.storage that return StorageRDF -
Uses of StorageRDF in org.apache.jena.dboe.storage.simple
Classes in org.apache.jena.dboe.storage.simple that implement StorageRDFModifier and TypeClassDescriptionclassVery simpleStorageRDFbased on a set/scan implementation of tuple storage.classSplit into storage of tuples/3 for triples and tuples/4 for quads -
Uses of StorageRDF in org.apache.jena.dboe.storage.system
Methods in org.apache.jena.dboe.storage.system that return StorageRDFMethods in org.apache.jena.dboe.storage.system with parameters of type StorageRDFModifier and TypeMethodDescriptionstatic voidStorageLib.removeQuads(StorageRDF storage, org.apache.jena.graph.Node g, org.apache.jena.graph.Node s, org.apache.jena.graph.Node p, org.apache.jena.graph.Node o) General purpose "remove quads by pattern" codestatic voidStorageLib.removeTriples(StorageRDF storage, org.apache.jena.graph.Node s, org.apache.jena.graph.Node p, org.apache.jena.graph.Node o) General purpose "remove triples by pattern" codeConstructors in org.apache.jena.dboe.storage.system with parameters of type StorageRDFModifierConstructorDescriptionDatasetGraphStorage(StorageRDF storage, StoragePrefixes prefixes, org.apache.jena.sparql.core.Transactional transactional)