|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.hp.hpl.jena.graph.query.Stage
com.hp.hpl.jena.db.impl.DBQueryStage
Field Summary | |
protected DBQuery |
compiled
|
protected GraphRDB |
graph
|
protected static org.apache.log4j.Logger |
logger
|
Fields inherited from class com.hp.hpl.jena.graph.query.Stage |
previous, stillOpen |
Constructor Summary | |
DBQueryStage(GraphRDB graph,
SpecializedGraph sg,
List varList,
List dbPat,
Graph constraints)
|
Method Summary | |
protected DBQuery |
compile(DBQueryStageCompiler compiler,
SpecializedGraph sg,
List varList,
List dbPat,
Graph constraints)
|
protected DBQuery |
compile(SpecializedGraph sg,
List varList,
List dbPat,
Graph constraints)
|
Pipe |
deliver(Pipe result)
|
protected void |
run(Pipe source,
Pipe sink)
|
protected void |
setArgs(Domain args,
PreparedStatement ps)
|
Methods inherited from class com.hp.hpl.jena.graph.query.Stage |
close, connectFrom, initial, isClosed, markClosed |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
protected GraphRDB graph
protected DBQuery compiled
protected static org.apache.log4j.Logger logger
Constructor Detail |
public DBQueryStage(GraphRDB graph, SpecializedGraph sg, List varList, List dbPat, Graph constraints)
Method Detail |
protected DBQuery compile(SpecializedGraph sg, List varList, List dbPat, Graph constraints)
protected DBQuery compile(DBQueryStageCompiler compiler, SpecializedGraph sg, List varList, List dbPat, Graph constraints)
protected void run(Pipe source, Pipe sink)
protected void setArgs(Domain args, PreparedStatement ps)
public Pipe deliver(Pipe result)
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |