Class AbstractSchemaChild

    • Field Detail

      • parentSchema

        protected final Schema parentSchema
    • Constructor Detail

      • AbstractSchemaChild

        public AbstractSchemaChild​(DatabaseObjectWriter writer,
                                   Schema parentSchema,
                                   String name)
        Create a new child object of a database schema.
        Parameters:
        writer - database object writer to use
        parentSchema - parent schema
        name - name of the datbase object
    • Method Detail

      • hasParent

        public boolean hasParent()
        Description copied from interface: DatabaseObject
        Check if this object has a parent object that sets the scope within the database
        Returns:
        true if the object has a parent
      • getParent

        public DatabaseObject getParent()
        Description copied from interface: DatabaseObject
        Get the parent object.
        Returns:
        parent object