public class SQLCreateIndexStatement extends SQLStatementImpl implements SQLDDLStatement
Constructor and Description |
---|
SQLCreateIndexStatement() |
SQLCreateIndexStatement(String dbType) |
Modifier and Type | Method and Description |
---|---|
void |
addItem(SQLSelectOrderByItem item) |
List<SQLSelectOrderByItem> |
getItems() |
SQLName |
getName() |
SQLTableSource |
getTable() |
String |
getType() |
String |
getUsing() |
void |
setName(SQLName name) |
void |
setTable(SQLName table) |
void |
setTable(SQLTableSource table) |
void |
setType(String type) |
void |
setUsing(String using) |
getDbType, setDbType, toString
accept, addAfterComment, addAfterComment, addBeforeComment, addBeforeComment, getAfterCommentsDirect, getAttribute, getAttributes, getAttributesDirect, getBeforeCommentsDirect, getParent, hasAfterComment, hasBeforeComment, output, putAttribute, setParent
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
getDbType
accept, addAfterComment, addAfterComment, addBeforeComment, addBeforeComment, getAfterCommentsDirect, getAttribute, getAttributes, getAttributesDirect, getBeforeCommentsDirect, getParent, hasAfterComment, hasBeforeComment, output, putAttribute, setParent
public SQLCreateIndexStatement()
public SQLCreateIndexStatement(String dbType)
public SQLTableSource getTable()
public void setTable(SQLName table)
public void setTable(SQLTableSource table)
public List<SQLSelectOrderByItem> getItems()
public void addItem(SQLSelectOrderByItem item)
public SQLName getName()
public void setName(SQLName name)
public String getType()
public void setType(String type)
public String getUsing()
public void setUsing(String using)
Copyright © 2013–2017 Alibaba Group. All rights reserved.