public class S_IsNotNull extends SqlExpr1
namedatatype| Constructor and Description |
|---|
S_IsNotNull(SqlExpr arg) |
| Modifier and Type | Method and Description |
|---|---|
<T> T |
accept(SqlExprVisitor<T> visitor) |
void |
asString(org.apache.jena.atlas.io.IndentedWriter writer) |
S_IsNotNull |
copy(SqlExpr arg) |
static S_IsNotNull |
create(SqlExpr a) |
copy, equals, getArgs, getExpr, getType, hashCode, writeArgsasFunction, getName_getColumnsMentioned, asConstant, asVariable, getColumnsMentioned, getDatatype, isConstant, isFunction, isVariable, toStringclone, finalize, getClass, notify, notifyAll, wait, wait, waitasConstant, asVariable, getDatatype, isConstant, isFunction, isVariablepublic S_IsNotNull(SqlExpr arg)
public void asString(org.apache.jena.atlas.io.IndentedWriter writer)
asString in interface SqlExprasString in class SqlExprFunctionBasepublic S_IsNotNull copy(SqlExpr arg)
public static S_IsNotNull create(SqlExpr a)
public <T> T accept(SqlExprVisitor<T> visitor)
Copyright © 2014. All Rights Reserved.