public final class SQLAllColumnExpr extends SQLExprImpl
| 限定符和类型 | 字段和说明 |
|---|---|
private SQLTableSource |
resolvedTableSource |
attributes, parent| 构造器和说明 |
|---|
SQLAllColumnExpr() |
| 限定符和类型 | 方法和说明 |
|---|---|
protected void |
accept0(SQLASTVisitor visitor) |
SQLAllColumnExpr |
clone() |
boolean |
equals(Object o) |
List |
getChildren() |
SQLTableSource |
getResolvedTableSource() |
int |
hashCode() |
void |
output(StringBuffer buf) |
void |
setResolvedTableSource(SQLTableSource resolvedTableSource) |
computeDataTypeaccept, acceptChild, acceptChild, addAfterComment, addAfterComment, addBeforeComment, addBeforeComment, containsAttribute, getAfterCommentsDirect, getAttribute, getAttributes, getAttributesDirect, getBeforeCommentsDirect, getParent, hasAfterComment, hasBeforeComment, putAttribute, setParent, toStringaccept, addAfterComment, addAfterComment, addBeforeComment, addBeforeComment, containsAttribute, getAfterCommentsDirect, getAttribute, getAttributes, getAttributesDirect, getBeforeCommentsDirect, getParent, hasAfterComment, hasBeforeComment, putAttribute, setParentprivate transient SQLTableSource resolvedTableSource
public void output(StringBuffer buf)
output 在接口中 SQLObjectoutput 在类中 SQLObjectImplprotected void accept0(SQLASTVisitor visitor)
accept0 在类中 SQLObjectImplpublic int hashCode()
hashCode 在类中 SQLExprImplpublic boolean equals(Object o)
equals 在类中 SQLExprImplpublic SQLAllColumnExpr clone()
public SQLTableSource getResolvedTableSource()
public void setResolvedTableSource(SQLTableSource resolvedTableSource)
public List getChildren()
getChildren 在接口中 SQLExprgetChildren 在类中 SQLExprImplCopyright © 2013–2019 Alibaba Group. All rights reserved.