public final class SQLNullExpr extends SQLExprImpl implements SQLLiteralExpr, SQLValuableExpr
| Constructor and Description |
|---|
SQLNullExpr() |
SQLNullExpr(SQLObject parent) |
| Modifier and Type | Method and Description |
|---|---|
SQLNullExpr |
clone() |
boolean |
equals(Object o) |
List |
getChildren() |
Object |
getValue() |
int |
hashCode() |
void |
output(Appendable buf) |
computeDataTypeaccept, addAfterComment, addAfterComment, addBeforeComment, addBeforeComment, containsAttribute, getAfterCommentsDirect, getAttribute, getAttributes, getAttributesDirect, getBeforeCommentsDirect, getHint, getParent, getSourceColumn, getSourceLine, hasAfterComment, hasBeforeComment, output, putAttribute, setHint, setParent, setSourceColumn, setSourceLine, toStringcomputeDataType, getHintaccept, addAfterComment, addAfterComment, addBeforeComment, addBeforeComment, containsAttribute, getAfterCommentsDirect, getAttribute, getAttributes, getAttributesDirect, getBeforeCommentsDirect, getParent, hasAfterComment, hasBeforeComment, output, putAttribute, setParentpublic SQLNullExpr()
public SQLNullExpr(SQLObject parent)
public void output(Appendable buf)
output in interface SQLObjectoutput in class SQLObjectImplpublic int hashCode()
hashCode in class SQLExprImplpublic boolean equals(Object o)
equals in class SQLExprImplpublic Object getValue()
getValue in interface SQLValuableExprpublic SQLNullExpr clone()
clone in interface SQLLiteralExprclone in interface SQLExprclone in interface SQLObjectclone in class SQLExprImplpublic List getChildren()
getChildren in interface SQLExprgetChildren in class SQLExprImplCopyright © 2013–2021 Alibaba Group. All rights reserved.