| Package | Description |
|---|---|
| org.apache.jena.dboe.storage | |
| org.apache.jena.dboe.storage.simple | |
| org.apache.jena.dboe.storage.system |
| Modifier and Type | Method and Description |
|---|---|
StorageRDF |
DatabaseRDF.getData() |
| Modifier and Type | Class and Description |
|---|---|
class |
StorageMem
Very simple
StorageRDF based on a set/scan implementation of tuple storage. |
class |
StorageTuples
Split into storage of tuples/3 for triples and tuples/4 for quads
|
| Modifier and Type | Method and Description |
|---|---|
StorageRDF |
DatasetGraphStorage.getData() |
| Modifier and Type | Method and Description |
|---|---|
static void |
StorageLib.removeQuads(StorageRDF storage,
Node g,
Node s,
Node p,
Node o)
General purpose "remove quads by pattern" code
|
static void |
StorageLib.removeTriples(StorageRDF storage,
Node s,
Node p,
Node o)
General purpose "remove triples by pattern" code
|
| Constructor and Description |
|---|
DatasetGraphStorage(StorageRDF storage,
StoragePrefixes prefixes,
Transactional transactional) |
Licensed under the Apache License, Version 2.0