Interface DbObject

All Known Implementing Classes:
Column, ColumnWithSerialType, DuplicatedIndexes, ForeignKey, Index, IndexWithBloat, IndexWithNulls, IndexWithSize, StoredFunction, Table, TableWithBloat, TableWithMissingIndex, UnusedIndex

public interface DbObject
A generalized representation of a database object. Mostly used as a marker interface.
Since:
0.7.0
  • Method Summary

    Modifier and Type
    Method
    Description
    Gets database object name.
  • Method Details

    • getName

      @Nonnull String getName()
      Gets database object name.
      Returns:
      database object name