com.hp.hpl.jena.sdb.core
Class ScopeRename
java.lang.Object
com.hp.hpl.jena.sdb.core.ScopeRename
- All Implemented Interfaces:
- Scope
public class ScopeRename
- extends Object
- implements Scope
ScopeRename
public ScopeRename(Scope oldScope)
setAlias
public void setAlias(com.hp.hpl.jena.sparql.core.Var var,
SqlColumn col)
findScopeForVar
public ScopeEntry findScopeForVar(com.hp.hpl.jena.sparql.core.Var var)
- Specified by:
findScopeForVar in interface Scope
findScopes
public Set<ScopeEntry> findScopes()
- Specified by:
findScopes in interface Scope
isEmpty
public boolean isEmpty()
- Specified by:
isEmpty in interface Scope
getVars
public Set<com.hp.hpl.jena.sparql.core.Var> getVars()
- Specified by:
getVars in interface Scope
hasColumnForVar
public boolean hasColumnForVar(com.hp.hpl.jena.sparql.core.Var var)
- Specified by:
hasColumnForVar in interface Scope
toString
public String toString()
- Overrides:
toString in class Object
Copyright ? 2006, 2007, 2008, 2009 Hewlett-Packard Development Company, LP Copyright ? 2010 Epimorphics Ltd.