public static class MySqlCaseStatement.MySqlWhenStatement extends MySqlObjectImpl
| 构造器和说明 |
|---|
MySqlCaseStatement.MySqlWhenStatement() |
| 限定符和类型 | 方法和说明 |
|---|---|
void |
accept0(MySqlASTVisitor visitor) |
SQLExpr |
getCondition() |
List<SQLStatement> |
getStatements() |
void |
setCondition(SQLExpr condition) |
void |
setStatements(List<SQLStatement> statements) |
accept, addAfterComment, addAfterComment, addBeforeComment, addBeforeComment, getAfterCommentsDirect, getAttribute, getAttributes, getAttributesDirect, getBeforeCommentsDirect, getParent, hasAfterComment, hasBeforeComment, output, putAttribute, setParent, toStringaccept, addAfterComment, addAfterComment, addBeforeComment, addBeforeComment, getAfterCommentsDirect, getAttribute, getAttributes, getAttributesDirect, getBeforeCommentsDirect, getParent, hasAfterComment, hasBeforeComment, output, putAttribute, setParentpublic void accept0(MySqlASTVisitor visitor)
accept0 在接口中 MySqlObjectaccept0 在类中 MySqlObjectImplpublic SQLExpr getCondition()
public void setCondition(SQLExpr condition)
public List<SQLStatement> getStatements()
public void setStatements(List<SQLStatement> statements)
Copyright © 2013-2015 Alibaba Group. All Rights Reserved.