Uses of Class
com.hp.hpl.jena.query.ReadWrite

Packages that use ReadWrite
com.hp.hpl.jena.query ARQ - A query engine for Jena, implementing SPARQL. 
com.hp.hpl.jena.sparql.core   
 

Uses of ReadWrite in com.hp.hpl.jena.query
 

Methods in com.hp.hpl.jena.query that return ReadWrite
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.
 

Methods in com.hp.hpl.jena.query with parameters of type ReadWrite
 void Dataset.begin(ReadWrite readWrite)
          Start either a READ or WRITE transaction
 

Uses of ReadWrite in com.hp.hpl.jena.sparql.core
 

Methods in com.hp.hpl.jena.sparql.core with parameters of type ReadWrite
 void DatasetImpl.begin(ReadWrite mode)
           
 void Transactional.begin(ReadWrite readWrite)
          Start either a READ or WRITE transaction
 



Licenced under the Apache License, Version 2.0