public abstract class SqlExprFunctionBase extends SqlExprBase implements SqlExprFunction
| Modifier and Type | Field and Description |
|---|---|
protected String |
name |
datatype| Constructor and Description |
|---|
SqlExprFunctionBase(TypeToken datatype,
String name) |
| Modifier and Type | Method and Description |
|---|---|
SqlExprFunction |
asFunction() |
void |
asString(org.apache.jena.atlas.io.IndentedWriter writer) |
String |
getName() |
SqlExprType |
getType() |
void |
writeArgs(org.apache.jena.atlas.io.IndentedWriter writer) |
_getColumnsMentioned, asConstant, asVariable, equals, getColumnsMentioned, getDatatype, hashCode, isConstant, isFunction, isVariable, toStringclone, finalize, getClass, notify, notifyAll, wait, wait, waitcopyaccept, asConstant, asVariable, getArgs, getDatatype, isConstant, isFunction, isVariableprotected final String name
public String getName()
getName in interface SqlExprFunctionpublic SqlExprType getType()
public SqlExprFunction asFunction()
asFunction in interface SqlExprasFunction in class SqlExprBasepublic void writeArgs(org.apache.jena.atlas.io.IndentedWriter writer)
Copyright © 2014. All Rights Reserved.