public class S_Jena extends SqlExprBase
datatype| Modifier and Type | Method and Description |
|---|---|
<T> T |
accept(SqlExprVisitor<T> visitor) |
void |
asString(org.apache.jena.atlas.io.IndentedWriter writer) |
List<SqlExpr> |
getArgs() |
com.hp.hpl.jena.sparql.expr.Expr |
getExpr() |
SqlExprType |
getType() |
_getColumnsMentioned, asConstant, asFunction, asVariable, equals, getColumnsMentioned, getDatatype, hashCode, isConstant, isFunction, isVariable, toStringpublic S_Jena(TypeToken datatype)
public com.hp.hpl.jena.sparql.expr.Expr getExpr()
public void asString(org.apache.jena.atlas.io.IndentedWriter writer)
public SqlExprType getType()
public <T> T accept(SqlExprVisitor<T> visitor)
Copyright © 2013. All Rights Reserved.