public class SQLCreateTableStatement extends SQLStatementImpl implements SQLDDLStatement
| 限定符和类型 | 类和说明 |
|---|---|
static class |
SQLCreateTableStatement.Type |
| 构造器和说明 |
|---|
SQLCreateTableStatement() |
| 限定符和类型 | 方法和说明 |
|---|---|
SQLName |
getName() |
List<SQLTableElement> |
getTableElementList() |
SQLExprTableSource |
getTableSource() |
SQLCreateTableStatement.Type |
getType() |
void |
output(StringBuffer buf) |
void |
setName(SQLName name) |
void |
setTableSource(SQLExprTableSource tableSource) |
void |
setType(SQLCreateTableStatement.Type type) |
accept, getAttribute, getAttributes, getAttributesDirect, getParent, putAttribute, setParent, toStringaccept, getAttribute, getAttributes, getAttributesDirect, getParent, putAttribute, setParentpublic 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 void output(StringBuffer buf)
output 在接口中 SQLObjectoutput 在类中 SQLStatementImplCopyright © 2012 Alibaba Group. All Rights Reserved.