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