public class SQLCreateTableStatement extends SQLStatementImpl implements SQLDDLStatement
限定符和类型 | 类和说明 |
---|---|
static class |
SQLCreateTableStatement.Type |
构造器和说明 |
---|
SQLCreateTableStatement() |
SQLCreateTableStatement(String dbType) |
限定符和类型 | 方法和说明 |
---|---|
void |
addBodyBeforeComment(List<String> comments) |
List<String> |
getBodyBeforeCommentsDirect() |
SQLExprTableSource |
getInherits() |
SQLName |
getName() |
SQLSelect |
getSelect() |
List<SQLTableElement> |
getTableElementList() |
SQLExprTableSource |
getTableSource() |
SQLCreateTableStatement.Type |
getType() |
boolean |
hasBodyBeforeComment() |
boolean |
isIfNotExiists() |
void |
setIfNotExiists(boolean ifNotExiists) |
void |
setInherits(SQLExprTableSource inherits) |
void |
setName(SQLName name) |
void |
setSelect(SQLSelect select) |
void |
setTableSource(SQLExprTableSource tableSource) |
void |
setType(SQLCreateTableStatement.Type type) |
getDbType, setDbType, toString
accept, addAfterComment, addAfterComment, addBeforeComment, addBeforeComment, getAfterCommentsDirect, getAttribute, getAttributes, getAttributesDirect, getBeforeCommentsDirect, getParent, hasAfterComment, hasBeforeComment, output, putAttribute, setParent
getDbType
accept, addAfterComment, addAfterComment, addBeforeComment, addBeforeComment, getAfterCommentsDirect, getAttribute, getAttributes, getAttributesDirect, getBeforeCommentsDirect, getParent, hasAfterComment, hasBeforeComment, output, putAttribute, setParent
public SQLCreateTableStatement()
public SQLCreateTableStatement(String dbType)
public SQLName getName()
public void setName(SQLName name)
public SQLExprTableSource getTableSource()
public void setTableSource(SQLExprTableSource tableSource)
public SQLCreateTableStatement.Type getType()
public void setType(SQLCreateTableStatement.Type type)
public List<SQLTableElement> getTableElementList()
public boolean isIfNotExiists()
public void setIfNotExiists(boolean ifNotExiists)
public SQLExprTableSource getInherits()
public void setInherits(SQLExprTableSource inherits)
public SQLSelect getSelect()
public void setSelect(SQLSelect select)
public boolean hasBodyBeforeComment()
Copyright © 2013–2016 Alibaba Group. All rights reserved.