org.openrdf.sesame.sail.query
Class ProjectionElem
java.lang.Object
org.openrdf.sesame.sail.query.ProjectionElem
- public class ProjectionElem
- extends Object
ProjectionElem
public ProjectionElem(ValueExpr ve)
ProjectionElem
public ProjectionElem(ValueExpr ve,
String alias)
getValueExpr
public ValueExpr getValueExpr()
getAlias
public String getAlias()
getName
public String getName()
- Returns the alias if available, or the string-representation of the value
expression otherwise.
toString
public String toString()
Copyright © 2002-2006 Aduna BV, GNU LGPL License applies.