public class S_Concat extends SqlExprN
namedatatype| Modifier and Type | Method and Description |
|---|---|
<T> T |
accept(SqlExprVisitor<T> visitor) |
void |
asString(org.apache.jena.atlas.io.IndentedWriter writer) |
S_Concat |
copy(List<SqlExpr> args) |
static S_Concat |
create(List<SqlExpr> args) |
static S_Concat |
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 void asString(org.apache.jena.atlas.io.IndentedWriter writer)
public <T> T accept(SqlExprVisitor<T> visitor)
Copyright © 2013. All Rights Reserved.