Class Schema

    • Constructor Detail

      • Schema

        public Schema()
    • Method Detail

      • addTable

        public final void addTable​(Table table)
        Add given table to list of tables.
        Parameters:
        table - Table to add to list of tables.
      • getTableCount

        public final int getTableCount()
        Get number of tables.
        Returns:
        Number of tables.
      • getTable

        public final Table getTable​(int index)
        Get table at given index.
        Parameters:
        index - Index of table to return.
        Returns:
        Table at given index.
      • getTable

        public final Table getTable​(java.lang.String name)
        Get table with given name.
        Parameters:
        name - Name of table to return.
        Returns:
        Table with given name.