Package io.github.mfvanek.pg.model
Interface DbObject
- All Known Implementing Classes:
Column,ColumnWithSerialType,Constraint,DuplicatedIndexes,ForeignKey,Index,IndexWithBloat,IndexWithColumns,IndexWithNulls,IndexWithSize,SequenceState,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
-
Method Details
-
getName
Gets database object name.- Returns:
- database object name
-