Package com.dbanalyzer.model
Class IndexInfo
java.lang.Object
com.dbanalyzer.model.IndexInfo
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionboolean
isUnique()
void
setColumnName
(String columnName) void
setIndexName
(String indexName) void
setIndexType
(String indexType) void
setUnique
(boolean unique)
-
Constructor Details
-
IndexInfo
public IndexInfo()
-
-
Method Details
-
getIndexName
-
setIndexName
-
getColumnName
-
setColumnName
-
isUnique
public boolean isUnique() -
setUnique
public void setUnique(boolean unique) -
getIndexType
-
setIndexType
-