public class S_Add extends SqlExpr2
namedatatype| Modifier and Type | Method and Description |
|---|---|
<T> T |
accept(SqlExprVisitor<T> visitor) |
void |
asString(org.apache.jena.atlas.io.IndentedWriter writer) |
S_Add |
copy(SqlExpr left,
SqlExpr right) |
static S_Add |
create(SqlExpr a,
SqlExpr b) |
copy, equals, getArgs, getLeft, getRight, 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)
asString in interface SqlExprasString in class SqlExprFunctionBasepublic <T> T accept(SqlExprVisitor<T> visitor)
Copyright © 2014. All Rights Reserved.