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) |
computeDataType
accept, addAfterComment, addAfterComment, addBeforeComment, addBeforeComment, getAfterCommentsDirect, getAttribute, getAttributes, getAttributesDirect, getBeforeCommentsDirect, getParent, hasAfterComment, hasBeforeComment, putAttribute, setParent, toString
accept, addAfterComment, addAfterComment, addBeforeComment, addBeforeComment, getAfterCommentsDirect, getAttribute, getAttributes, getAttributesDirect, getBeforeCommentsDirect, getParent, hasAfterComment, hasBeforeComment, putAttribute, setParent
public void output(StringBuffer buf)
output
in interface SQLObject
output
in class SQLObjectImpl
public int hashCode()
hashCode
in class SQLExprImpl
public boolean equals(Object o)
equals
in class SQLExprImpl
public SQLAllColumnExpr clone()
public SQLTableSource getResolvedTableSource()
public void setResolvedTableSource(SQLTableSource resolvedTableSource)
public List getChildren()
Copyright © 2013–2017 Alibaba Group. All rights reserved.