Package org.jooq.conf

Class ParseSearchSchema

  • All Implemented Interfaces:
    java.io.Serializable, java.lang.Cloneable, XMLAppendable

    public class ParseSearchSchema
    extends java.lang.Object
    implements java.io.Serializable, java.lang.Cloneable, XMLAppendable
    A schema that is on the search path.
    See Also:
    Serialized Form
    • Field Summary

      Fields 
      Modifier and Type Field Description
      protected java.lang.String catalog  
      protected java.lang.String schema  
    • Field Detail

      • catalog

        protected java.lang.String catalog
      • schema

        protected java.lang.String schema
    • Constructor Detail

      • ParseSearchSchema

        public ParseSearchSchema()
    • Method Detail

      • getCatalog

        public java.lang.String getCatalog()
        The catalog qualifier of the schema, if applicable.
        Returns:
        possible object is String
      • setCatalog

        public void setCatalog​(java.lang.String value)
        Sets the value of the catalog property.
        Parameters:
        value - allowed object is String
      • getSchema

        public java.lang.String getSchema()
        The schema qualifier whose elements can be found from the search path.
        Returns:
        possible object is String
      • setSchema

        public void setSchema​(java.lang.String value)
        Sets the value of the schema property.
        Parameters:
        value - allowed object is String
      • toString

        public java.lang.String toString()
        Overrides:
        toString in class java.lang.Object
      • equals

        public boolean equals​(java.lang.Object that)
        Overrides:
        equals in class java.lang.Object
      • hashCode

        public int hashCode()
        Overrides:
        hashCode in class java.lang.Object
      • clone

        public java.lang.Object clone()
        Overrides:
        clone in class java.lang.Object