接口 IndexInformation

  • 所有已知实现类:
    IndexInformationImpl

    public interface IndexInformation
    Provides access to information about existing index in the database
    作者:
    Christoph Sturm, Steve Ebersole
    • 方法详细资料

      • 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