public interface SqlExpr
| Modifier and Type | Method and Description |
|---|---|
<T> T |
accept(SqlExprVisitor<T> visitor) |
SqlExprConstant |
asConstant() |
SqlExprFunction |
asFunction() |
void |
asString(org.apache.jena.atlas.io.IndentedWriter writer) |
SqlExprVar |
asVariable() |
List<SqlExpr> |
getArgs() |
TypeToken |
getDatatype() |
SqlExprType |
getType() |
boolean |
isConstant() |
boolean |
isFunction() |
boolean |
isVariable() |
TypeToken getDatatype()
boolean isVariable()
boolean isConstant()
boolean isFunction()
SqlExprType getType()
SqlExprFunction asFunction()
SqlExprConstant asConstant()
SqlExprVar asVariable()
void asString(org.apache.jena.atlas.io.IndentedWriter writer)
<T> T accept(SqlExprVisitor<T> visitor)
Copyright © 2014. All Rights Reserved.