public class VarReference extends Object
| Constructor and Description |
|---|
VarReference(String targetViewName,
com.hp.hpl.jena.sparql.core.Var targetVar,
SqlExpr joinCondition) |
public VarReference(String targetViewName, com.hp.hpl.jena.sparql.core.Var targetVar, SqlExpr joinCondition)
targetViewName - targetVar - joinCondition - A pure SQL join condition (completely unrelated to the SPARQL level),
however with this/that placeholder (this.person_id = that.person_id)public String getTargetViewName()
public com.hp.hpl.jena.sparql.core.Var getTargetVar()
Copyright © 2014. All rights reserved.