public class SQLCreateIndexStatement extends SQLStatementImpl implements SQLCreateStatement
Constructor and Description |
---|
SQLCreateIndexStatement() |
SQLCreateIndexStatement(String dbType) |
Modifier and Type | Method and Description |
---|---|
void |
addItem(SQLSelectOrderByItem item) |
SQLCreateIndexStatement |
clone() |
List<SQLObject> |
getChildren() |
SQLExpr |
getComment() |
List<SQLSelectOrderByItem> |
getItems() |
SQLName |
getName() |
String |
getSchema() |
SQLTableSource |
getTable() |
String |
getTableName() |
String |
getType() |
String |
getUsing() |
void |
setComment(SQLExpr x) |
void |
setName(SQLName name) |
void |
setTable(SQLName table) |
void |
setTable(SQLTableSource table) |
void |
setType(String type) |
void |
setUsing(String using) |
getDbType, getHeadHintsDirect, isAfterSemi, setAfterSemi, setDbType, setHeadHints, toString
accept, addAfterComment, addAfterComment, addBeforeComment, addBeforeComment, computeDataType, getAfterCommentsDirect, getAttribute, getAttributes, getAttributesDirect, getBeforeCommentsDirect, getParent, hasAfterComment, hasBeforeComment, output, putAttribute, setParent
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
getDbType, isAfterSemi, setAfterSemi
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 String getTableName()
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)
public List<SQLObject> getChildren()
getChildren
in interface SQLStatement
getChildren
in class SQLStatementImpl
public String getSchema()
public SQLCreateIndexStatement clone()
clone
in interface SQLObject
clone
in interface SQLStatement
clone
in class SQLStatementImpl
public SQLExpr getComment()
public void setComment(SQLExpr x)
Copyright © 2013–2017 Alibaba Group. All rights reserved.