Package | Description |
---|---|
org.apache.jena.query |
ARQ - A query engine for Jena, implementing SPARQL.
|
org.apache.jena.sparql.core | |
org.apache.jena.sparql.core.mem |
Types to support efficient in-memory dataset operations
|
org.apache.jena.sparql.modify |
Modifier and Type | Method and Description |
---|---|
static ReadWrite |
ReadWrite.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ReadWrite[] |
ReadWrite.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
void |
Dataset.begin(ReadWrite readWrite)
Start either a READ or WRITE transaction
|
Modifier and Type | Method and Description |
---|---|
void |
DatasetGraphTrackActive.begin(ReadWrite readWrite) |
void |
TransactionalNull.begin(ReadWrite readWrite) |
void |
DatasetImpl.begin(ReadWrite mode) |
void |
Transactional.begin(ReadWrite readWrite)
Start either a READ or WRITE transaction
|
Modifier and Type | Method and Description |
---|---|
ReadWrite |
DatasetGraphInMemory.transactionType() |
Modifier and Type | Method and Description |
---|---|
void |
TriTable.begin(ReadWrite rw) |
void |
DatasetGraphInMemory.begin(ReadWrite readWrite) |
void |
PMapTupleTable.begin(ReadWrite rw) |
void |
HexTable.begin(ReadWrite rw) |
Modifier and Type | Method and Description |
---|---|
void |
GraphStoreNullTransactional.begin(ReadWrite readWrite) |
Licenced under the Apache License, Version 2.0