public class SQLReturnStatement extends SQLStatementImpl implements SQLReplaceable
| Constructor and Description |
|---|
SQLReturnStatement() |
SQLReturnStatement(DbType dbType) |
| Modifier and Type | Method and Description |
|---|---|
SQLReturnStatement |
clone() |
List<SQLObject> |
getChildren() |
SQLExpr |
getExpr() |
boolean |
replace(SQLExpr expr,
SQLExpr target) |
void |
setExpr(SQLExpr expr) |
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, setSourceLineequals, getClass, hashCode, notify, notifyAll, wait, wait, waitaccept, addAfterComment, addAfterComment, addBeforeComment, addBeforeComment, containsAttribute, getAfterCommentsDirect, getAttribute, getAttributes, getAttributesDirect, getBeforeCommentsDirect, getParent, hasAfterComment, hasBeforeComment, output, output, putAttribute, setParentpublic SQLReturnStatement()
public SQLReturnStatement(DbType dbType)
public SQLExpr getExpr()
public void setExpr(SQLExpr expr)
public SQLReturnStatement clone()
clone in interface SQLObjectclone in interface SQLStatementclone in class SQLStatementImplpublic List<SQLObject> getChildren()
getChildren in interface SQLStatementgetChildren in class SQLStatementImplpublic boolean replace(SQLExpr expr, SQLExpr target)
replace in interface SQLReplaceableCopyright © 2013–2022 Alibaba Group. All rights reserved.