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