public class SQLCreateViewStatement extends SQLStatementImpl implements SQLDDLStatement
限定符和类型 | 类和说明 |
---|---|
static class |
SQLCreateViewStatement.Column |
static class |
SQLCreateViewStatement.Level |
构造器和说明 |
---|
SQLCreateViewStatement() |
SQLCreateViewStatement(String dbType) |
限定符和类型 | 方法和说明 |
---|---|
void |
addColumn(SQLCreateViewStatement.Column column) |
List<SQLCreateViewStatement.Column> |
getColumns() |
SQLLiteralExpr |
getComment() |
SQLName |
getName() |
SQLSelect |
getSubQuery() |
SQLCreateViewStatement.Level |
getWith() |
boolean |
isIfNotExists() |
boolean |
isOrReplace() |
void |
output(StringBuffer buf) |
void |
setComment(SQLLiteralExpr comment) |
void |
setIfNotExists(boolean ifNotExists) |
void |
setName(SQLName name) |
void |
setOrReplace(boolean orReplace) |
void |
setSubQuery(SQLSelect subQuery) |
void |
setWith(SQLCreateViewStatement.Level with) |
getDbType, setDbType, toString
accept, addAfterComment, addAfterComment, addBeforeComment, addBeforeComment, getAfterCommentsDirect, getAttribute, getAttributes, getAttributesDirect, getBeforeCommentsDirect, getParent, hasAfterComment, hasBeforeComment, putAttribute, setParent
getDbType
accept, addAfterComment, addAfterComment, addBeforeComment, addBeforeComment, getAfterCommentsDirect, getAttribute, getAttributes, getAttributesDirect, getBeforeCommentsDirect, getParent, hasAfterComment, hasBeforeComment, putAttribute, setParent
public SQLCreateViewStatement()
public SQLCreateViewStatement(String dbType)
public boolean isOrReplace()
public void setOrReplace(boolean orReplace)
public 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 List<SQLCreateViewStatement.Column> getColumns()
public void addColumn(SQLCreateViewStatement.Column column)
public boolean isIfNotExists()
public void setIfNotExists(boolean ifNotExists)
public SQLLiteralExpr getComment()
public void setComment(SQLLiteralExpr comment)
public void output(StringBuffer buf)
output
在接口中 SQLObject
output
在类中 SQLObjectImpl
Copyright © 2013–2016 Alibaba Group. All rights reserved.