Package | Description |
---|---|
org.apache.jena.query |
ARQ - A query engine for Jena, implementing SPARQL.
|
org.apache.jena.sparql.core | |
org.apache.jena.sparql.modify |
Modifier and Type | Interface and Description |
---|---|
interface |
Dataset
Query is over a Dataset, a collection of named graphs
and a background graph (also called the default
graph or unnamed graph).
|
Modifier and Type | Class and Description |
---|---|
class |
DatasetGraphTrackActive
Track the transactional state of a DatasetGraph
|
class |
DatasetGraphWithLock
A DatasetGraph that uses the dataset lock to give weak transactional
behaviour, that is the application see transaction but they are not durable.
|
class |
DatasetImpl
A implementation of a Dataset.
|
class |
TransactionalNull |
Modifier and Type | Class and Description |
---|---|
class |
GraphStoreNullTransactional
A transactional black hole for Quads, add as many as you want and it will forget them all.
|
Licenced under the Apache License, Version 2.0