public class S_LogicalOr extends SqlExpr2
namedatatype| Constructor and Description |
|---|
S_LogicalOr(SqlExpr left,
SqlExpr right) |
| Modifier and Type | Method and Description |
|---|---|
<T> T |
accept(SqlExprVisitor<T> visitor) |
void |
asString(org.apache.jena.atlas.io.IndentedWriter writer) |
S_LogicalOr |
copy(SqlExpr left,
SqlExpr right) |
static S_LogicalOr |
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 S_LogicalOr copy(SqlExpr left, SqlExpr right)
public static S_LogicalOr create(SqlExpr a, SqlExpr b)
public <T> T accept(SqlExprVisitor<T> visitor)
Copyright © 2014. All rights reserved.