Class Schema


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

      • Schema

        public Schema()
    • Method Detail

      • getCatalog

        public String getCatalog()
        Get name of the database catalog.
        Returns:
        name of the database catalog.
      • setCatalog

        public void setCatalog​(String value)
        Set name of the database catalog.
        Parameters:
        value - to set.
      • getSchema

        public String getSchema()
        Get schema name of the database.
        Returns:
        schema name of the database.
      • setSchema

        public void setSchema​(String value)
        Set schema name of the database.
        Parameters:
        value - to set.
      • getSchemaType

        public String getSchemaType()
        Get type of the database schema.
        Returns:
        type of the database schema.
      • setSchemaType

        public void setSchemaType​(String value)
        Set type of the database schema.
        Parameters:
        value - to set.