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.
      • setCatalog

        public void setCatalog​(String value)
        The catalog qualifier of the schema, if applicable.
      • getSchema

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

        public void setSchema​(String value)
        The schema qualifier whose elements can be found from the search path.
      • withCatalog

        public ParseSearchSchema withCatalog​(String value)
        The catalog qualifier of the schema, if applicable.
      • withSchema

        public ParseSearchSchema withSchema​(String value)
        The schema qualifier whose elements can be found from the search path.
      • hashCode

        public int hashCode()
        Overrides:
        hashCode in class Object