Class SyntheticViewType

  • All Implemented Interfaces:
    Serializable, XMLAppendable

    public class SyntheticViewType
    extends Object
    implements Serializable, XMLAppendable

    Java class for SyntheticViewType complex type.

    The following schema fragment specifies the expected content contained within this class.

     <complexType name="SyntheticViewType">
       <complexContent>
         <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
           <all>
             <element name="catalog" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
             <element name="schema" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
             <element name="name" type="{http://www.w3.org/2001/XMLSchema}string"/>
             <element name="comment" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
             <element name="sql" type="{http://www.w3.org/2001/XMLSchema}string"/>
           </all>
         </restriction>
       </complexContent>
     </complexType>
     
    See Also:
    Serialized Form
    • Constructor Detail

      • SyntheticViewType

        public SyntheticViewType()
    • Method Detail

      • getCatalog

        public String getCatalog()
        The defining catalog of the view.
      • setCatalog

        public void setCatalog​(String value)
        The defining catalog of the view.
      • getSchema

        public String getSchema()
        The defining schema of the view.
      • setSchema

        public void setSchema​(String value)
        The defining schema of the view.
      • getName

        public String getName()
        The defining name of the view.
      • setName

        public void setName​(String value)
        The defining name of the view.
      • getComment

        public String getComment()
        The defining comment on the view.
      • setComment

        public void setComment​(String value)
        The defining comment on the view.
      • getSql

        public String getSql()
        The defining SQL query.
      • setSql

        public void setSql​(String value)
        The defining SQL query.
      • hashCode

        public int hashCode()
        Overrides:
        hashCode in class Object