类 SQLAlterViewStatement
java.lang.Object
com.alibaba.druid.sql.ast.SQLObjectImpl
com.alibaba.druid.sql.ast.SQLStatementImpl
com.alibaba.druid.sql.ast.statement.SQLAlterViewStatement
- 所有已实现的接口:
SQLDbTypedObject,SQLObject,SQLStatement,SQLCreateStatement,SQLDDLStatement
-
嵌套类概要
从接口继承的嵌套类/接口 com.alibaba.druid.sql.ast.statement.SQLDDLStatement
SQLDDLStatement.DDLObjectType -
字段概要
字段修饰符和类型字段说明protected Stringprotected final List<SQLTableElement>protected SQLNameprotected booleanprotected Stringprotected SQLSelectprotected SQLExprTableSource从类继承的字段 com.alibaba.druid.sql.ast.SQLStatementImpl
afterSemi, dbType, headHints从类继承的字段 com.alibaba.druid.sql.ast.SQLObjectImpl
attributes, hint, parent, sourceColumn, sourceLine -
构造器概要
构造器 -
方法概要
修饰符和类型方法说明protected voidaccept0(SQLASTVisitor visitor) voidaddColumn(SQLTableElement column) clone()getName()booleanisForce()booleanbooleanbooleanbooleanbooleanvoidsetAlgorithm(String algorithm) voidsetComment(SQLLiteralExpr comment) voidsetDefiner(SQLName definer) voidsetForce(boolean force) voidsetIfNotExists(boolean ifNotExists) voidvoidvoidsetSqlSecurity(String sqlSecurity) voidsetSubQuery(SQLSelect subQuery) voidsetTableSource(SQLExprTableSource tableSource) voidsetWithCascaded(boolean withCascaded) voidsetWithCheckOption(boolean withCheckOption) voidsetWithLocal(boolean withLocal) voidsetWithReadOnly(boolean withReadOnly) 从类继承的方法 com.alibaba.druid.sql.ast.SQLStatementImpl
getDbType, getHeadHintsDirect, isAfterSemi, setAfterSemi, setDbType, setHeadHints, toLowerCaseString, toParameterizedString, toString, toString, toUnformattedString从类继承的方法 com.alibaba.druid.sql.ast.SQLObjectImpl
accept, acceptChild, acceptChild, addAfterComment, addAfterComment, addBeforeComment, addBeforeComment, computeDataType, containsAttribute, getAfterCommentsDirect, getAttribute, getAttributes, getAttributesDirect, getBeforeCommentsDirect, getHint, getParent, getSourceColumn, getSourceLine, hasAfterComment, hasBeforeComment, output, putAttribute, setHint, setParent, setSourceColumn, setSourceLine从接口继承的方法 com.alibaba.druid.sql.ast.SQLObject
accept, addAfterComment, addAfterComment, addBeforeComment, addBeforeComment, containsAttribute, getAfterCommentsDirect, getAttribute, getAttributes, getAttributesDirect, getBeforeCommentsDirect, getParent, hasAfterComment, hasBeforeComment, output, putAttribute, setParent从接口继承的方法 com.alibaba.druid.sql.ast.SQLStatement
getDbType, getHeadHintsDirect, isAfterSemi, setAfterSemi, setHeadHints, toLowerCaseString, toParameterizedString, toString, toString
-
字段详细资料
-
subQuery
-
ifNotExists
protected boolean ifNotExists -
algorithm
-
definer
-
sqlSecurity
-
tableSource
-
columns
-
-
构造器详细资料
-
SQLAlterViewStatement
public SQLAlterViewStatement() -
SQLAlterViewStatement
-
-
方法详细资料
-
computeName
-
getSchema
-
getName
- 指定者:
getName在接口中SQLCreateStatement
-
setName
-
setName
-
getTableSource
-
setTableSource
-
isWithCheckOption
public boolean isWithCheckOption() -
setWithCheckOption
public void setWithCheckOption(boolean withCheckOption) -
isWithCascaded
public boolean isWithCascaded() -
setWithCascaded
public void setWithCascaded(boolean withCascaded) -
isWithLocal
public boolean isWithLocal() -
setWithLocal
public void setWithLocal(boolean withLocal) -
isWithReadOnly
public boolean isWithReadOnly() -
setWithReadOnly
public void setWithReadOnly(boolean withReadOnly) -
getSubQuery
-
setSubQuery
-
getColumns
-
addColumn
-
isIfNotExists
public boolean isIfNotExists() -
setIfNotExists
public void setIfNotExists(boolean ifNotExists) -
getComment
-
setComment
-
getAlgorithm
-
setAlgorithm
-
getDefiner
-
setDefiner
-
getSqlSecurity
-
setSqlSecurity
-
isForce
public boolean isForce() -
setForce
public void setForce(boolean force) -
accept0
- 覆盖:
accept0在类中SQLStatementImpl
-
getChildren
- 指定者:
getChildren在接口中SQLStatement- 覆盖:
getChildren在类中SQLStatementImpl
-
clone
- 指定者:
clone在接口中SQLObject- 指定者:
clone在接口中SQLStatement- 覆盖:
clone在类中SQLStatementImpl
-
getDDLObjectType
- 指定者:
getDDLObjectType在接口中SQLDDLStatement
-