public final class DbIndexInfo extends Object
Constructor and Description |
---|
DbIndexInfo(String tableName,
String indexName) |
Modifier and Type | Method and 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() |
Copyright © 2023 CURS. All rights reserved.