Class PhysicalModule


  • public class PhysicalModule
    extends Object
    Schema contains the properties and guid for a database schema.
    • Constructor Detail

      • PhysicalModule

        public PhysicalModule()
    • Method Detail

      • getModule

        public MetadataModule getModule()
        Get list of tables in database schema.
        Returns:
        list of tables.
      • setModule

        public void setModule​(MetadataModule value)
        Set list of table names of the database schema.
        Parameters:
        value - to set.