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, toLowerCaseString, toParameterizedString, toString, toString, toUnformattedStringaccept, addAfterComment, addAfterComment, addBeforeComment, addBeforeComment, computeDataType, containsAttribute, getAfterCommentsDirect, getAttribute, getAttributes, getAttributesDirect, getBeforeCommentsDirect, getHint, getParent, getSourceColumn, getSourceLine, hasAfterComment, hasBeforeComment, output, output, putAttribute, setHint, setParent, setSourceColumn, setSourceLineaccept, addAfterComment, addAfterComment, addBeforeComment, addBeforeComment, containsAttribute, getAfterCommentsDirect, getAttribute, getAttributes, getAttributesDirect, getBeforeCommentsDirect, getParent, hasAfterComment, hasBeforeComment, output, output, putAttribute, setParentpublic 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 SQLStatementgetChildren in class SQLStatementImplCopyright © 2013–2020 Alibaba Group. All rights reserved.