All Downloads are FREE. Search and download functionalities are using the official Maven repository.

liquibase.database.structure.DatabaseObject Maven / Gradle / Ivy

There is a newer version: 4.29.2
Show newest version
package liquibase.database.structure;

public interface DatabaseObject {
    DatabaseObject[] getContainingObjects();
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy