public final class SQLAllColumnExpr extends SQLExprImpl
| Constructor and Description |
|---|
SQLAllColumnExpr() |
| Modifier and Type | Method and Description |
|---|---|
SQLAllColumnExpr |
clone() |
boolean |
equals(Object o) |
List |
getChildren() |
SQLTableSource |
getResolvedTableSource() |
int |
hashCode() |
void |
output(StringBuffer buf) |
void |
setResolvedTableSource(SQLTableSource resolvedTableSource) |
computeDataTypeaccept, addAfterComment, addAfterComment, addBeforeComment, addBeforeComment, getAfterCommentsDirect, getAttribute, getAttributes, getAttributesDirect, getBeforeCommentsDirect, getParent, hasAfterComment, hasBeforeComment, putAttribute, setParent, toStringaccept, addAfterComment, addAfterComment, addBeforeComment, addBeforeComment, getAfterCommentsDirect, getAttribute, getAttributes, getAttributesDirect, getBeforeCommentsDirect, getParent, hasAfterComment, hasBeforeComment, putAttribute, setParentpublic void output(StringBuffer buf)
output in interface SQLObjectoutput in class SQLObjectImplpublic int hashCode()
hashCode in class SQLExprImplpublic boolean equals(Object o)
equals in class SQLExprImplpublic SQLAllColumnExpr clone()
public SQLTableSource getResolvedTableSource()
public void setResolvedTableSource(SQLTableSource resolvedTableSource)
public List getChildren()
getChildren in interface SQLExprgetChildren in class SQLExprImplCopyright © 2013–2018 Alibaba Group. All rights reserved.