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, toLowerCaseString, toStringaccept, addAfterComment, addAfterComment, addBeforeComment, addBeforeComment, computeDataType, getAfterCommentsDirect, getAttribute, getAttributes, getAttributesDirect, getBeforeCommentsDirect, getParent, hasAfterComment, hasBeforeComment, output, putAttribute, setParentequals, getClass, hashCode, notify, notifyAll, wait, wait, waitaccept, addAfterComment, addAfterComment, addBeforeComment, addBeforeComment, getAfterCommentsDirect, getAttribute, getAttributes, getAttributesDirect, getBeforeCommentsDirect, getParent, hasAfterComment, hasBeforeComment, output, putAttribute, setParentpublic 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 SQLStatementgetChildren in class SQLStatementImplCopyright © 2013–2018 Alibaba Group. All rights reserved.