Deprecated Methods |
com.hp.hpl.jena.sparql.engine.QueryIterator.abort()
- Use cancel() which can be called asynchronously. |
com.hp.hpl.jena.sparql.engine.iterator.QueryIteratorBase.abort()
|
com.hp.hpl.jena.sparql.engine.iterator.QueryIteratorCheck.abort()
|
com.hp.hpl.jena.update.UpdateRequest.addUpdate(Update)
Use @link{#add(Update)} |
org.openjena.riot.system.IRIResolver.chooseBaseURI(String)
|
com.hp.hpl.jena.query.DatasetFactory.create()
Use createMem |
com.hp.hpl.jena.update.UpdateFactory.create(Update, GraphStore)
Use UpdateExecutionFactory.create(Update,GraphStore) instead |
com.hp.hpl.jena.update.UpdateFactory.create(Update, GraphStore, Binding)
Use UpdateExecutionFactory.create(Update,GraphStore,Binding) instead |
com.hp.hpl.jena.update.UpdateFactory.create(Update, GraphStore, QuerySolution)
Use UpdateExecutionFactory.create(Update,GraphStore,QuerySolution) instead |
com.hp.hpl.jena.update.UpdateFactory.create(UpdateRequest, GraphStore)
Use UpdateExecutionFactory.create(UpdateRequest,GraphStore) instead |
com.hp.hpl.jena.update.UpdateFactory.create(UpdateRequest, GraphStore, Binding)
Use UpdateExecutionFactory.create(UpdateRequest,GraphStore,Binding) instead |
com.hp.hpl.jena.update.UpdateFactory.create(UpdateRequest, GraphStore, QuerySolution)
Use UpdateExecutionFactory.create(UpdateRequest,GraphStore,QuerySolution) instead |
com.hp.hpl.jena.sparql.pfunction.PropFuncArg.evalIfExists(Binding)
Use Substitute.substitute(PropFuncArg, Binding) |
com.hp.hpl.jena.sparql.util.QueryExecUtils.executeAlgebra(Op, DatasetGraph)
Use execute(Op, DatasetGraph) |
com.hp.hpl.jena.sparql.util.QueryExecUtils.executeAlgebra(Op, DatasetGraph, ResultsFormat)
Use execute(Op, DatasetGraph) |
com.hp.hpl.jena.sparql.sse.lang.parser.JavaCharStream.getColumn()
|
com.hp.hpl.jena.sparql.lang.sparql_10.JavaCharStream.getColumn()
|
com.hp.hpl.jena.sparql.lang.arq.JavaCharStream.getColumn()
|
com.hp.hpl.jena.sparql.lang.sparql_11.JavaCharStream.getColumn()
|
org.openjena.atlas.json.io.parserjavacc.javacc.JavaCharStream.getColumn()
|
com.hp.hpl.jena.sparql.sse.lang.parser.JavaCharStream.getLine()
|
com.hp.hpl.jena.sparql.lang.sparql_10.JavaCharStream.getLine()
|
com.hp.hpl.jena.sparql.lang.arq.JavaCharStream.getLine()
|
com.hp.hpl.jena.sparql.lang.sparql_11.JavaCharStream.getLine()
|
org.openjena.atlas.json.io.parserjavacc.javacc.JavaCharStream.getLine()
|
com.hp.hpl.jena.update.UpdateRequest.getUpdates()
|
com.hp.hpl.jena.sparql.core.Quad.isQuadDefaultGraphGenerated(Node)
use Quad.isDefaultGraphGenerated |
com.hp.hpl.jena.sparql.core.Quad.isQuadUnionGraph(Node)
use Quad.isUnionGraph |
org.openjena.riot.out.OutputLangUtils.outputEsc(Writer, String, boolean)
|
com.hp.hpl.jena.query.Query.setQueryType(int)
|
com.hp.hpl.jena.query.Query.validate()
This call does do anything. |
com.hp.hpl.jena.sparql.syntax.Element.varsMentioned()
Use PatternVars.vars(com.hp.hpl.jena.sparql.syntax.Element) |