public class SQLExprHint extends SQLObjectImpl implements SQLHint
| 限定符和类型 | 字段和说明 |
|---|---|
private SQLExpr |
expr |
attributes, parent| 构造器和说明 |
|---|
SQLExprHint() |
SQLExprHint(SQLExpr expr) |
| 限定符和类型 | 方法和说明 |
|---|---|
protected void |
accept0(SQLASTVisitor visitor) |
SQLExprHint |
clone() |
SQLExpr |
getExpr() |
void |
setExpr(SQLExpr expr) |
accept, acceptChild, acceptChild, addAfterComment, addAfterComment, addBeforeComment, addBeforeComment, computeDataType, containsAttribute, getAfterCommentsDirect, getAttribute, getAttributes, getAttributesDirect, getBeforeCommentsDirect, getParent, hasAfterComment, hasBeforeComment, output, putAttribute, setParent, toStringaccept, addAfterComment, addAfterComment, addBeforeComment, addBeforeComment, containsAttribute, getAfterCommentsDirect, getAttribute, getAttributes, getAttributesDirect, getBeforeCommentsDirect, getParent, hasAfterComment, hasBeforeComment, output, putAttribute, setParentprivate SQLExpr expr
public SQLExprHint()
public SQLExprHint(SQLExpr expr)
public SQLExpr getExpr()
public void setExpr(SQLExpr expr)
protected void accept0(SQLASTVisitor visitor)
accept0 在类中 SQLObjectImplpublic SQLExprHint clone()
Copyright © 2013–2019 Alibaba Group. All rights reserved.