接口 IndexInformation
-
- 所有已知实现类:
IndexInformationImpl
public interface IndexInformationProvides access to information about existing index in the database- 作者:
- Christoph Sturm, Steve Ebersole
-
-
方法概要
所有方法 实例方法 抽象方法 修饰符和类型 方法 说明 List<ColumnInformation>getIndexedColumns()Obtain the columns indexed under this index.IdentifiergetIndexIdentifier()Obtain the identifier for this index.
-
-
-
方法详细资料
-
getIndexIdentifier
Identifier getIndexIdentifier()
Obtain the identifier for this index.- 返回:
- The index identifier.
-
getIndexedColumns
List<ColumnInformation> getIndexedColumns()
Obtain the columns indexed under this index. Returned in sequential order.- 返回:
- The columns
-
-