public class SQLCallStatement extends SQLStatementImpl
Constructor and Description |
---|
SQLCallStatement() |
SQLCallStatement(String dbType) |
Modifier and Type | Method and Description |
---|---|
List<SQLObject> |
getChildren() |
SQLVariantRefExpr |
getOutParameter() |
List<SQLExpr> |
getParameters() |
SQLName |
getProcedureName() |
boolean |
isBrace() |
void |
setBrace(boolean brace) |
void |
setOutParameter(SQLVariantRefExpr outParameter) |
void |
setProcedureName(SQLName procedureName) |
clone, 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 SQLCallStatement()
public SQLCallStatement(String dbType)
public SQLVariantRefExpr getOutParameter()
public void setOutParameter(SQLVariantRefExpr outParameter)
public SQLName getProcedureName()
public void setProcedureName(SQLName procedureName)
public boolean isBrace()
public void setBrace(boolean brace)
public List<SQLObject> getChildren()
getChildren
in interface SQLStatement
getChildren
in class SQLStatementImpl
Copyright © 2013–2017 Alibaba Group. All rights reserved.