public class SQLAlterViewStatement extends SQLStatementImpl implements SQLCreateStatement
Constructor and Description |
---|
SQLAlterViewStatement() |
SQLAlterViewStatement(String dbType) |
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
getDbType, isAfterSemi, setAfterSemi
accept, addAfterComment, addAfterComment, addBeforeComment, addBeforeComment, getAfterCommentsDirect, getAttribute, getAttributes, getAttributesDirect, getBeforeCommentsDirect, getParent, hasAfterComment, hasBeforeComment, output, putAttribute, setParent
public SQLAlterViewStatement()
public SQLAlterViewStatement(String dbType)
public String computeName()
public String getSchema()
public SQLName getName()
public void setName(SQLName name)
public void setName(String name)
public SQLExprTableSource getTableSource()
public void setTableSource(SQLExprTableSource tableSource)
public boolean isWithCheckOption()
public void setWithCheckOption(boolean withCheckOption)
public boolean isWithCascaded()
public void setWithCascaded(boolean withCascaded)
public boolean isWithLocal()
public void setWithLocal(boolean withLocal)
public boolean isWithReadOnly()
public void setWithReadOnly(boolean withReadOnly)
public SQLSelect getSubQuery()
public void setSubQuery(SQLSelect subQuery)
public List<SQLTableElement> getColumns()
public void addColumn(SQLTableElement column)
public boolean isIfNotExists()
public void setIfNotExists(boolean ifNotExists)
public SQLLiteralExpr getComment()
public void setComment(SQLLiteralExpr comment)
public String getAlgorithm()
public void setAlgorithm(String algorithm)
public SQLName getDefiner()
public void setDefiner(SQLName definer)
public String getSqlSecurity()
public void setSqlSecurity(String sqlSecurity)
public boolean isForce()
public void setForce(boolean force)
public List<SQLObject> getChildren()
getChildren
in interface SQLStatement
getChildren
in class SQLStatementImpl
public SQLAlterViewStatement clone()
clone
in interface SQLObject
clone
in interface SQLStatement
clone
in class SQLStatementImpl
Copyright © 2013–2017 Alibaba Group. All rights reserved.