public class SQLAlterViewStatement extends SQLStatementImpl implements SQLCreateStatement
| Constructor and Description |
|---|
SQLAlterViewStatement() |
SQLAlterViewStatement(String dbType) |
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, waitgetDbType, isAfterSemi, setAfterSemi, toLowerCaseStringaccept, addAfterComment, addAfterComment, addBeforeComment, addBeforeComment, getAfterCommentsDirect, getAttribute, getAttributes, getAttributesDirect, getBeforeCommentsDirect, getParent, hasAfterComment, hasBeforeComment, output, putAttribute, setParentpublic 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 SQLStatementgetChildren in class SQLStatementImplpublic SQLAlterViewStatement clone()
clone in interface SQLObjectclone in interface SQLStatementclone in class SQLStatementImplCopyright © 2013–2018 Alibaba Group. All rights reserved.