public static class MySqlCaseStatement.MySqlWhenStatement extends MySqlObjectImpl
构造器和说明 |
---|
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, toString
accept, addAfterComment, addAfterComment, addBeforeComment, addBeforeComment, getAfterCommentsDirect, getAttribute, getAttributes, getAttributesDirect, getBeforeCommentsDirect, getParent, hasAfterComment, hasBeforeComment, output, putAttribute, setParent
public void accept0(MySqlASTVisitor visitor)
accept0
在接口中 MySqlObject
accept0
在类中 MySqlObjectImpl
public SQLExpr getCondition()
public void setCondition(SQLExpr condition)
public List<SQLStatement> getStatements()
public void setStatements(List<SQLStatement> statements)
Copyright © 2013–2016 Alibaba Group. All rights reserved.