com.alibaba.druid.sql.ast.statement
类 SQLCallStatement
java.lang.Object
com.alibaba.druid.sql.ast.SQLObjectImpl
com.alibaba.druid.sql.ast.SQLStatementImpl
com.alibaba.druid.sql.ast.statement.SQLCallStatement
- 所有已实现的接口:
- SQLObject, SQLStatement
public class SQLCallStatement
- extends SQLStatementImpl
SQLCallStatement
public SQLCallStatement()
getOutParameter
public SQLVariantRefExpr getOutParameter()
setOutParameter
public void setOutParameter(SQLVariantRefExpr outParameter)
getProcedureName
public SQLName getProcedureName()
setProcedureName
public void setProcedureName(SQLName procedureName)
getParameters
public List<SQLExpr> getParameters()
isBrace
public boolean isBrace()
setBrace
public void setBrace(boolean brace)
Copyright © 2013 Alibaba Group. All Rights Reserved.