public class SQLCaseStatement extends SQLStatementImpl implements Serializable
Modifier and Type | Class and Description |
---|---|
static class |
SQLCaseStatement.Item |
Constructor and Description |
---|
SQLCaseStatement() |
Modifier and Type | Method and Description |
---|---|
void |
addItem(SQLCaseStatement.Item item) |
boolean |
equals(Object o) |
List<SQLObject> |
getChildren() |
List<SQLStatement> |
getElseStatements() |
List<SQLCaseStatement.Item> |
getItems() |
SQLExpr |
getValueExpr() |
int |
hashCode() |
void |
setValueExpr(SQLExpr valueExpr) |
clone, getDbType, getHeadHintsDirect, isAfterSemi, setAfterSemi, setDbType, setHeadHints, toString
accept, addAfterComment, addAfterComment, addBeforeComment, addBeforeComment, computeDataType, getAfterCommentsDirect, getAttribute, getAttributes, getAttributesDirect, getBeforeCommentsDirect, getParent, hasAfterComment, hasBeforeComment, output, putAttribute, setParent
accept, addAfterComment, addAfterComment, addBeforeComment, addBeforeComment, getAfterCommentsDirect, getAttribute, getAttributes, getAttributesDirect, getBeforeCommentsDirect, getParent, hasAfterComment, hasBeforeComment, output, putAttribute, setParent
public SQLExpr getValueExpr()
public void setValueExpr(SQLExpr valueExpr)
public List<SQLStatement> getElseStatements()
public List<SQLCaseStatement.Item> getItems()
public void addItem(SQLCaseStatement.Item item)
public List<SQLObject> getChildren()
getChildren
in interface SQLStatement
getChildren
in class SQLStatementImpl
Copyright © 2013–2017 Alibaba Group. All rights reserved.