Class Schema

  • All Implemented Interfaces:
    SchemaParent

    public class Schema
    extends Schema
    Author:
    AO Industries, Inc.
    • Method Detail

      • getTables

        public List<? extends AOServTable<?,​?>> getTables()
        Description copied from class: Schema
        Gets an unmodifiable list of all of the tables in the schema.
        Specified by:
        getTables in class Schema
      • getName

        public String getName()
        Description copied from class: Schema
        Gets the unique name of the schema.
        Specified by:
        getName in class Schema