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, toLowerCaseString, toStringaccept, addAfterComment, addAfterComment, addBeforeComment, addBeforeComment, computeDataType, getAfterCommentsDirect, getAttribute, getAttributes, getAttributesDirect, getBeforeCommentsDirect, getParent, hasAfterComment, hasBeforeComment, output, putAttribute, setParentequals, getClass, hashCode, notify, notifyAll, wait, wait, waitgetDbType, isAfterSemi, setAfterSemi, toLowerCaseStringaccept, addAfterComment, addAfterComment, addBeforeComment, addBeforeComment, getAfterCommentsDirect, getAttribute, getAttributes, getAttributesDirect, getBeforeCommentsDirect, getParent, hasAfterComment, hasBeforeComment, output, putAttribute, setParentpublic 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 SQLStatementgetChildren in class SQLStatementImplpublic String getSchema()
public SQLCreateIndexStatement clone()
clone in interface SQLObjectclone in interface SQLStatementclone in class SQLStatementImplpublic SQLExpr getComment()
public void setComment(SQLExpr x)
Copyright © 2013–2018 Alibaba Group. All rights reserved.