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, toStringaccept, addAfterComment, addAfterComment, addBeforeComment, addBeforeComment, computeDataType, getAfterCommentsDirect, getAttribute, getAttributes, getAttributesDirect, getBeforeCommentsDirect, getParent, hasAfterComment, hasBeforeComment, output, putAttribute, setParentaccept, addAfterComment, addAfterComment, addBeforeComment, addBeforeComment, getAfterCommentsDirect, getAttribute, getAttributes, getAttributesDirect, getBeforeCommentsDirect, getParent, hasAfterComment, hasBeforeComment, 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–2018 Alibaba Group. All rights reserved.