Module org.jooq
Package org.jooq.conf

Class ParseSearchSchema

    • Field Detail

      • catalog

        protected String catalog
      • schema

        protected String schema
    • Constructor Detail

      • ParseSearchSchema

        public ParseSearchSchema()
    • Method Detail

      • getCatalog

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

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

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

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

        public int hashCode()
        Overrides:
        hashCode in class Object