public class SQLCreateViewStatement extends SQLStatementImpl implements SQLDDLStatement
| 限定符和类型 | 类和说明 |
|---|---|
static class |
SQLCreateViewStatement.Level |
| 构造器和说明 |
|---|
SQLCreateViewStatement() |
| 限定符和类型 | 方法和说明 |
|---|---|
List<SQLExpr> |
getColumns() |
SQLName |
getName() |
SQLSelect |
getSubQuery() |
SQLCreateViewStatement.Level |
getWith() |
void |
output(StringBuffer buf) |
void |
setName(SQLName name) |
void |
setSubQuery(SQLSelect subQuery) |
void |
setWith(SQLCreateViewStatement.Level with) |
accept, getAttribute, getAttributes, getAttributesDirect, getParent, putAttribute, setParent, toStringaccept, getAttribute, getAttributes, getAttributesDirect, getParent, putAttribute, setParentpublic SQLName getName()
public void setName(SQLName name)
public SQLCreateViewStatement.Level getWith()
public void setWith(SQLCreateViewStatement.Level with)
public SQLSelect getSubQuery()
public void setSubQuery(SQLSelect subQuery)
public void output(StringBuffer buf)
output 在接口中 SQLObjectoutput 在类中 SQLStatementImplCopyright © 2012 Alibaba Group. All Rights Reserved.