Module org.jooq
Package org.jooq.conf

Class ParseSearchSchema

java.lang.Object
org.jooq.conf.ParseSearchSchema
All Implemented Interfaces:
Serializable, Cloneable, XMLAppendable

public class ParseSearchSchema extends Object implements Serializable, Cloneable, XMLAppendable
A schema that is on the search path.
See Also:
  • Field Details

    • catalog

      protected String catalog
    • schema

      protected String schema
  • Constructor Details

    • ParseSearchSchema

      public ParseSearchSchema()
  • Method Details

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

      public final void appendTo(XMLBuilder builder)
      Specified by:
      appendTo in interface XMLAppendable
    • toString

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

      public boolean equals(Object that)
      Overrides:
      equals in class Object
    • hashCode

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

      public Object clone()
      Overrides:
      clone in class Object