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)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description List<String>
getColumnNames()
Column names of the index.String
getIndexName()
Index name.String
getTableName()
Table name for which index is defined.boolean
reflects(Index ind)
String
toString()
-