Interface IndexInformation


  • public interface IndexInformation
    Provides access to information about existing index in the database
    • Method Detail

      • getIndexIdentifier

        Identifier getIndexIdentifier()
        Obtain the identifier for this index.
        Returns:
        The index identifier.
      • getIndexedColumns

        List<ColumnInformation> getIndexedColumns()
        Obtain the columns indexed under this index. Returned in sequential order.
        Returns:
        The columns