public class S_Coalesce extends SqlExprN
namedatatype| Constructor and Description |
|---|
S_Coalesce(TypeToken typeToken,
List<SqlExpr> args) |
| Modifier and Type | Method and Description |
|---|---|
<T> T |
accept(SqlExprVisitor<T> visitor) |
void |
asString(org.apache.jena.atlas.io.IndentedWriter writer) |
S_Coalesce |
copy(List<SqlExpr> args) |
static SqlExpr |
create(List<SqlExpr> args)
The return type of S_Coalesce is taken from the first argument
|
static SqlExpr |
create(SqlExpr... args) |
equals, getArgs, getType, hashCodeasFunction, getName, writeArgs_getColumnsMentioned, asConstant, asVariable, getColumnsMentioned, getDatatype, isConstant, isFunction, isVariable, toStringclone, finalize, getClass, notify, notifyAll, wait, wait, waitasConstant, asVariable, getDatatype, isConstant, isFunction, isVariablepublic static SqlExpr create(List<SqlExpr> args)
args - public S_Coalesce copy(List<SqlExpr> args)
public void asString(org.apache.jena.atlas.io.IndentedWriter writer)
public <T> T accept(SqlExprVisitor<T> visitor)
Copyright © 2014. All rights reserved.