Class DbIndexInfo


  • public final class DbIndexInfo
    extends Object
    Index information taken from metadata of the database.
    • Constructor Detail

      • DbIndexInfo

        public DbIndexInfo​(String tableName,
                           String indexName)
    • Method Detail

      • getTableName

        public String getTableName()
        Table name for which index is defined.
        Returns:
      • getIndexName

        public String getIndexName()
        Index name.
        Returns:
      • getColumnNames

        public List<String> getColumnNames()
        Column names of the index.
        Returns:
      • reflects

        public boolean reflects​(Index ind)