public class SQLServerExecStatement extends SQLServerStatementImpl implements SQLServerStatement
Modifier and Type | Class and Description |
---|---|
static class |
SQLServerExecStatement.SQLServerParameter |
Constructor and Description |
---|
SQLServerExecStatement() |
Modifier and Type | Method and Description |
---|---|
void |
accept0(SQLServerASTVisitor visitor) |
SQLName |
getModuleName() |
List<SQLServerExecStatement.SQLServerParameter> |
getParameters() |
SQLName |
getReturnStatus() |
void |
setModuleName(SQLName moduleName) |
void |
setReturnStatus(SQLName returnStatus) |
clone, getChildren, 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
clone, getChildren, getDbType, isAfterSemi, setAfterSemi
accept, addAfterComment, addAfterComment, addBeforeComment, addBeforeComment, getAfterCommentsDirect, getAttribute, getAttributes, getAttributesDirect, getBeforeCommentsDirect, getParent, hasAfterComment, hasBeforeComment, output, putAttribute, setParent
public SQLName getModuleName()
public void setModuleName(SQLName moduleName)
public List<SQLServerExecStatement.SQLServerParameter> getParameters()
public void accept0(SQLServerASTVisitor visitor)
accept0
in interface SQLServerObject
accept0
in class SQLServerStatementImpl
public SQLName getReturnStatus()
public void setReturnStatus(SQLName returnStatus)
Copyright © 2013–2017 Alibaba Group. All rights reserved.