public final class SQLSomeExpr extends SQLExprImpl
| 限定符和类型 | 字段和说明 |
|---|---|
SQLSelect |
subQuery |
attributes, hint, parent, sourceColumn, sourceLine| 构造器和说明 |
|---|
SQLSomeExpr() |
SQLSomeExpr(SQLSelect select) |
| 限定符和类型 | 方法和说明 |
|---|---|
protected void |
accept0(SQLASTVisitor visitor) |
SQLSomeExpr |
clone() |
SQLDataType |
computeDataType() |
boolean |
equals(Object obj) |
List<SQLObject> |
getChildren() |
SQLSelect |
getSubQuery() |
int |
hashCode() |
void |
setSubQuery(SQLSelect subQuery) |
accept, acceptChild, acceptChild, addAfterComment, addAfterComment, addBeforeComment, addBeforeComment, containsAttribute, getAfterCommentsDirect, getAttribute, getAttributes, getAttributesDirect, getBeforeCommentsDirect, getHint, getParent, getSourceColumn, getSourceLine, hasAfterComment, hasBeforeComment, output, output, putAttribute, setHint, setParent, setSourceColumn, setSourceLine, toStringaccept, addAfterComment, addAfterComment, addBeforeComment, addBeforeComment, containsAttribute, getAfterCommentsDirect, getAttribute, getAttributes, getAttributesDirect, getBeforeCommentsDirect, getParent, hasAfterComment, hasBeforeComment, output, output, putAttribute, setParentpublic SQLSelect subQuery
public SQLSomeExpr()
public SQLSomeExpr(SQLSelect select)
public SQLSomeExpr clone()
public SQLSelect getSubQuery()
public void setSubQuery(SQLSelect subQuery)
protected void accept0(SQLASTVisitor visitor)
accept0 在类中 SQLObjectImplpublic int hashCode()
hashCode 在类中 SQLExprImplpublic boolean equals(Object obj)
equals 在类中 SQLExprImplpublic SQLDataType computeDataType()
computeDataType 在接口中 SQLExprcomputeDataType 在类中 SQLExprImplpublic List<SQLObject> getChildren()
getChildren 在接口中 SQLExprgetChildren 在类中 SQLExprImplCopyright © 2013–2023. All rights reserved.