public final class DbIndexInfo
extends Object
Index information taken from metadata of the database.
-
Constructor Summary
Constructors
-
Method Summary
Column names of the index.
Table name for which index is defined.
boolean
boolean
-
Constructor Details
-
DbIndexInfo
public DbIndexInfo(String tableName,
String indexName,
boolean isUnique)
-
Method Details
-
getTableName
Table name for which index is defined.
-
-
isUnique
public boolean isUnique()
If the index is unique.
-
getColumnNames
Column names of the index.
-
-
reflects
public boolean reflects(Index ind)