public abstract class SqlNodeBase extends Object implements SqlNodeOld
| Constructor and Description |
|---|
SqlNodeBase(String aliasName) |
| Modifier and Type | Method and Description |
|---|---|
String |
getAliasName() |
Map<String,SqlExpr> |
getAliasToColumn()
If an order has been set, it is returned, otherwise returns the variables in the map
|
ConstraintContainer |
getConstraints() |
Set<com.hp.hpl.jena.sparql.core.Var> |
getSparqlVarsMentioned() |
com.google.common.collect.Multimap<com.hp.hpl.jena.sparql.core.Var,VarDef> |
getSparqlVarToExprs() |
String |
toString() |
void |
write(org.apache.jena.atlas.io.IndentedWriter writer) |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitcopy, getArgsprotected String aliasName
public SqlNodeBase(String aliasName)
public ConstraintContainer getConstraints()
getConstraints in interface SqlNodeOldpublic Map<String,SqlExpr> getAliasToColumn()
getAliasToColumn in interface SqlNodeOldpublic com.google.common.collect.Multimap<com.hp.hpl.jena.sparql.core.Var,VarDef> getSparqlVarToExprs()
getSparqlVarToExprs in interface SqlNodeOldpublic Set<com.hp.hpl.jena.sparql.core.Var> getSparqlVarsMentioned()
getSparqlVarsMentioned in interface SqlNodeOldpublic String getAliasName()
getAliasName in interface SqlNodeOldpublic void write(org.apache.jena.atlas.io.IndentedWriter writer)
write in interface SqlNodeOldCopyright © 2014. All Rights Reserved.