com.alibaba.druid.sql.ast.statement
Class SQLCreateViewStatement
java.lang.Object
com.alibaba.druid.sql.ast.SQLObjectImpl
com.alibaba.druid.sql.ast.SQLStatementImpl
com.alibaba.druid.sql.ast.statement.SQLCreateViewStatement
- All Implemented Interfaces:
- SQLObject, SQLStatement, SQLDDLStatement, Serializable
public class SQLCreateViewStatement
- extends SQLStatementImpl
- implements SQLDDLStatement
- See Also:
- Serialized Form
SQLCreateViewStatement
public SQLCreateViewStatement()
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)
- Specified by:
output in interface SQLObject- Overrides:
output in class SQLStatementImpl
Copyright © 2012 Alibaba Group. All Rights Reserved.