public class SQLAlterViewStatement extends SQLStatementImpl implements SQLCreateStatement
| 限定符和类型 | 字段和说明 |
|---|---|
protected String |
algorithm |
protected List<SQLTableElement> |
columns |
protected SQLName |
definer |
protected boolean |
ifNotExists |
protected String |
sqlSecurity |
protected SQLSelect |
subQuery |
protected SQLExprTableSource |
tableSource |
afterSemi, dbType, headHintsattributes, hint, parent, sourceColumn, sourceLine| 构造器和说明 |
|---|
SQLAlterViewStatement() |
SQLAlterViewStatement(DbType dbType) |
getDbType, getHeadHintsDirect, isAfterSemi, setAfterSemi, setDbType, setHeadHints, toLowerCaseString, toParameterizedString, toString, toString, toUnformattedStringaccept, acceptChild, acceptChild, addAfterComment, addAfterComment, addBeforeComment, addBeforeComment, computeDataType, containsAttribute, getAfterCommentsDirect, getAttribute, getAttributes, getAttributesDirect, getBeforeCommentsDirect, getHint, getParent, getSourceColumn, getSourceLine, hasAfterComment, hasBeforeComment, output, output, putAttribute, setHint, setParent, setSourceColumn, setSourceLinegetDbType, getHeadHintsDirect, isAfterSemi, setAfterSemi, setHeadHints, toLowerCaseString, toParameterizedString, toString, toStringaccept, addAfterComment, addAfterComment, addBeforeComment, addBeforeComment, containsAttribute, getAfterCommentsDirect, getAttribute, getAttributes, getAttributesDirect, getBeforeCommentsDirect, getParent, hasAfterComment, hasBeforeComment, output, output, putAttribute, setParentprotected SQLSelect subQuery
protected boolean ifNotExists
protected String algorithm
protected SQLName definer
protected String sqlSecurity
protected SQLExprTableSource tableSource
protected final List<SQLTableElement> columns
public SQLAlterViewStatement()
public SQLAlterViewStatement(DbType 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)
protected void accept0(SQLASTVisitor visitor)
accept0 在类中 SQLStatementImplpublic List<SQLObject> getChildren()
getChildren 在接口中 SQLStatementgetChildren 在类中 SQLStatementImplpublic SQLAlterViewStatement clone()
clone 在接口中 SQLObjectclone 在接口中 SQLStatementclone 在类中 SQLStatementImplCopyright © 2013–2023. All rights reserved.