com.alibaba.druid.sql.ast.statement
类 SQLCreateViewStatement
java.lang.Object
com.alibaba.druid.sql.ast.SQLObjectImpl
com.alibaba.druid.sql.ast.SQLStatementImpl
com.alibaba.druid.sql.ast.statement.SQLCreateViewStatement
- 所有已实现的接口:
- SQLObject, SQLStatement, SQLDDLStatement
public class SQLCreateViewStatement
- extends SQLStatementImpl
- implements SQLDDLStatement
SQLCreateViewStatement
public SQLCreateViewStatement()
isOrReplace
public boolean isOrReplace()
setOrReplace
public void setOrReplace(boolean orReplace)
getName
public SQLName getName()
setName
public void setName(SQLName name)
getWith
public SQLCreateViewStatement.Level getWith()
setWith
public void setWith(SQLCreateViewStatement.Level with)
getSubQuery
public SQLSelect getSubQuery()
setSubQuery
public void setSubQuery(SQLSelect subQuery)
getColumns
public List<SQLExpr> getColumns()
output
public void output(StringBuffer buf)
- 指定者:
- 接口
SQLObject 中的 output - 覆盖:
- 类
SQLObjectImpl 中的 output
Copyright © 2013-2014 Alibaba Group. All Rights Reserved.