public class SQLReturnStatement extends SQLStatementImpl
Constructor and Description |
---|
SQLReturnStatement() |
SQLReturnStatement(String dbType) |
Modifier and Type | Method and Description |
---|---|
SQLReturnStatement |
clone() |
List<SQLObject> |
getChildren() |
SQLExpr |
getExpr() |
void |
setExpr(SQLExpr expr) |
getDbType, getHeadHintsDirect, isAfterSemi, setAfterSemi, setDbType, setHeadHints, toString
accept, addAfterComment, addAfterComment, addBeforeComment, addBeforeComment, computeDataType, getAfterCommentsDirect, getAttribute, getAttributes, getAttributesDirect, getBeforeCommentsDirect, getParent, hasAfterComment, hasBeforeComment, output, putAttribute, setParent
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
accept, addAfterComment, addAfterComment, addBeforeComment, addBeforeComment, getAfterCommentsDirect, getAttribute, getAttributes, getAttributesDirect, getBeforeCommentsDirect, getParent, hasAfterComment, hasBeforeComment, output, putAttribute, setParent
public SQLReturnStatement()
public SQLReturnStatement(String dbType)
public SQLExpr getExpr()
public void setExpr(SQLExpr expr)
public SQLReturnStatement clone()
clone
in interface SQLObject
clone
in interface SQLStatement
clone
in class SQLStatementImpl
public List<SQLObject> getChildren()
getChildren
in interface SQLStatement
getChildren
in class SQLStatementImpl
Copyright © 2013–2017 Alibaba Group. All rights reserved.