Package | Description |
---|---|
com.hp.hpl.jena.query |
ARQ - A query engine for Jena, implementing SPARQL.
|
com.hp.hpl.jena.sparql.core | |
com.hp.hpl.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 |
DatasetImpl.begin(ReadWrite mode) |
void |
TransactionalNull.begin(ReadWrite readWrite) |
void |
Transactional.begin(ReadWrite readWrite)
Start either a READ or WRITE transaction
|
void |
DatasetGraphTrackActive.begin(ReadWrite readWrite) |
Modifier and Type | Method and Description |
---|---|
void |
GraphStoreNullTransactional.begin(ReadWrite readWrite) |
Licenced under the Apache License, Version 2.0