|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
java.lang.Objectorg.openrdf.sesame.sailimpl.rdbms.RdbmsPathExpression
| Constructor Summary | |
RdbmsPathExpression(RdfSource creator,
RDBMS rdbms,
List varList,
String sqlQuery)
Constructor. |
|
| Method Summary | |
void |
clear()
Clears any state information in this path expression. |
void |
getVariables(Collection variables)
Gets all variables that are used in this PathExpression. |
void |
initialize(RdfSource rdfSource)
Initializes the PathExpression. |
boolean |
selectNext(RdfSource rdfSource)
Selects the next path matching this path expression. |
| Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
public RdbmsPathExpression(RdfSource creator,
RDBMS rdbms,
List varList,
String sqlQuery)
creator - The object to supply as 'creator' to created IdValues.rdbms - An object representing the database to query.varList - List of variables that need to be instantiated.sqlQuery - SQL query to use to instantiate the variables.| Method Detail |
public void initialize(RdfSource rdfSource)
PathExpression
initialize in interface PathExpressionpublic boolean selectNext(RdfSource rdfSource)
PathExpression
selectNext in interface PathExpressionpublic void clear()
PathExpression
clear in interface PathExpressionpublic void getVariables(Collection variables)
PathExpression
getVariables in interface PathExpressionvariables - A Collection to add the Var objects to.
|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||