Interface TableNameAware

All Known Subinterfaces:
ColumnNameAware, TableBloatAware, TableSizeAware
All Known Implementing Classes:
Column, ColumnWithSerialType, DuplicatedIndexes, ForeignKey, Index, IndexWithBloat, IndexWithNulls, IndexWithSize, Table, TableWithBloat, TableWithMissingIndex, UnusedIndex

public interface TableNameAware
Allows getting table name. Used as a marker interface for filtering exclusions in AbstractHealthLogger
See Also:
  • Method Summary

    Modifier and Type
    Method
    Description
    Gets table name.
  • Method Details

    • getTableName

      @Nonnull String getTableName()
      Gets table name.
      Returns:
      table name