Class Tables


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

      • Tables

        public Tables()
    • Method Detail

      • getTables

        public List<String> getTables()
        Get list of tables in database schema.
        Returns:
        list of tables.
      • setTables

        public void setTables​(List<String> value)
        Set list of table names of the database schema.
        Parameters:
        value - to set.