public class IndexProperties extends Object
| 构造器和说明 |
|---|
IndexProperties() |
| 限定符和类型 | 方法和说明 |
|---|---|
String[] |
getColumnNames() |
String |
getIndexName() |
String |
getRemark() |
Index.IndexType |
getType() |
void |
setColumnNames(String[] columnNames) |
void |
setIndexName(String indexName) |
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[] getColumnNames()
public void setColumnNames(String[] columnNames)
public String getRemark()
public void setRemark(String remark)
Copyright © 2019. All rights reserved.