Interface Exportable
-
- All Known Subinterfaces:
AuxiliaryDatabaseObject
- All Known Implementing Classes:
AbstractAuxiliaryDatabaseObject,Constraint,DenormalizedTable,ForeignKey,Index,NamedAuxiliaryDatabaseObject,PrimaryKey,Sequence,SimpleAuxiliaryDatabaseObject,Table,UniqueKey
public interface ExportableContract for entities (in the ERD sense) which can be exported viaCREATE,ALTER, etc- See Also:
Exporter
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description java.lang.StringgetExportIdentifier()Get a unique identifier to make sure we are not exporting the same database structure multiple times.
-