public class IndexProperties extends Object
| 构造器和说明 |
|---|
IndexProperties() |
| 限定符和类型 | 方法和说明 |
|---|---|
String |
getColumnName() |
String |
getIndexName() |
int |
getOrder() |
String |
getRemark() |
Index.IndexType |
getType() |
void |
setColumnName(String columnName) |
void |
setIndexName(String indexName) |
void |
setOrder(int order) |
void |
setRemark(String remark) |
void |
setType(Index.IndexType type) |
public String getIndexName()
public void setIndexName(String indexName)
public Index.IndexType getType()
public void setType(Index.IndexType type)
public String getColumnName()
public void setColumnName(String columnName)
public int getOrder()
public void setOrder(int order)
public String getRemark()
public void setRemark(String remark)
Copyright © 2019. All rights reserved.