public class SQLCreateProcedureStatement extends SQLStatementImpl implements SQLCreateStatement
Constructor and Description |
---|
SQLCreateProcedureStatement() |
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 void accept0(SQLASTVisitor visitor)
public List<SQLParameter> getParameters()
public void setParameters(List<SQLParameter> parameters)
public SQLName getName()
public void setName(SQLName name)
public SQLStatement getBlock()
public void setBlock(SQLStatement block)
public SQLName getAuthid()
public void setAuthid(SQLName authid)
public boolean isOrReplace()
public void setOrReplace(boolean orReplace)
public SQLName getDefiner()
public void setDefiner(SQLName definer)
public boolean isCreate()
public void setCreate(boolean create)
public String getJavaCallSpec()
public void setJavaCallSpec(String javaCallSpec)
public boolean isDeterministic()
public void setDeterministic(boolean deterministic)
public boolean isContainsSql()
public void setContainsSql(boolean containsSql)
public boolean isNoSql()
public void setNoSql(boolean noSql)
public boolean isReadSqlData()
public void setReadSqlData(boolean readSqlData)
public boolean isModifiesSqlData()
public void setModifiesSqlData(boolean modifiesSqlData)
public SQLParameter findParameter(long hash)
public String getWrappedSource()
public void setWrappedSource(String wrappedSource)
Copyright © 2013–2017 Alibaba Group. All rights reserved.