Class ResponseContainerDatabaseSchema


  • public class ResponseContainerDatabaseSchema
    extends ResponseContainer
    Response container for Analytics Modeling schema representation.
    The container has following attributes:
     catalog - name of the schema catalog.
     schema - name of the schema.
     schemaType - this can be 'user' or 'system'. It is always set to 'user' now.
    The type of the container is 'schema'.
    • Constructor Detail

      • ResponseContainerDatabaseSchema

        public ResponseContainerDatabaseSchema()
        Constructor defines 'schema' type and sets schemaType to 'user'
    • Method Detail

      • getSchema

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

        public void setSchema​(String name)
        Set schema name.
        Parameters:
        name - of the schema.
      • getCatalog

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

        public void setCatalog​(String value)
        Set catalog name.
        Parameters:
        value - catalog name.
      • getSchemaType

        public String getSchemaType()
        Get schema type
        Returns:
        schema type.
      • buildId

        public String buildId()
        Build id based on names of catalog and schema.
        Returns:
        id as "catalog/schema"