public abstract class SqlExprN extends SqlExprFunctionBase
| Modifier and Type | Field and Description |
|---|---|
protected List<SqlExpr> |
args |
namedatatype| Constructor and Description |
|---|
SqlExprN(TypeToken datatype,
String name,
List<SqlExpr> exprs) |
| Modifier and Type | Method and Description |
|---|---|
void |
asString(org.apache.jena.atlas.io.IndentedWriter writer) |
boolean |
equals(Object obj) |
List<SqlExpr> |
getArgs() |
SqlExprType |
getType() |
int |
hashCode() |
asFunction, getName, writeArgs_getColumnsMentioned, asConstant, asVariable, getColumnsMentioned, getDatatype, isConstant, isFunction, isVariable, toStringclone, finalize, getClass, notify, notifyAll, wait, wait, waitcopyaccept, asConstant, asVariable, getDatatype, isConstant, isFunction, isVariablepublic SqlExprType getType()
getType in interface SqlExprgetType in class SqlExprFunctionBasepublic void asString(org.apache.jena.atlas.io.IndentedWriter writer)
asString in interface SqlExprasString in class SqlExprFunctionBasepublic int hashCode()
hashCode in class SqlExprBasepublic boolean equals(Object obj)
equals in class SqlExprBaseCopyright © 2014. All rights reserved.