public interface IndexInformation
Provides access to information about existing index in the database
| Modifier and Type | Method and Description |
|---|---|
List<ColumnInformation> |
getIndexedColumns()
Obtain the columns indexed under this index.
|
Identifier |
getIndexIdentifier()
Obtain the identifier for this index.
|
Identifier getIndexIdentifier()
Obtain the identifier for this index.
List<ColumnInformation> getIndexedColumns()
Obtain the columns indexed under this index. Returned in sequential order.
Copyright © 2001-2018 Red Hat, Inc. All Rights Reserved.