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 Link icon

    • catalog Link icon

      protected String catalog
    • schema Link icon

      protected String schema
  • Constructor Details Link icon

    • ParseSearchSchema Link icon

      public ParseSearchSchema()
  • Method Details Link icon

    • getCatalog Link icon

      public String getCatalog()
      The catalog qualifier of the schema, if applicable.
    • setCatalog Link icon

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

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

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

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

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

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

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

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

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

      public Object clone()
      Overrides:
      clone in class Object