Package ru.curs.celesta.dbutils.meta
Class DbIndexInfo
- java.lang.Object
-
- ru.curs.celesta.dbutils.meta.DbIndexInfo
-
public final class DbIndexInfo extends Object
Index information taken from metadata of the database.
-
-
Constructor Summary
Constructors Constructor Description DbIndexInfo(String tableName, String indexName, boolean isUnique)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description List<String>getColumnNames()Column names of the index.StringgetIndexName()Index name.StringgetTableName()Table name for which index is defined.booleanisUnique()If the index is unique.booleanreflects(Index ind)StringtoString()
-