- 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:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description ParseSearchSchema()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
appendTo(XMLBuilder builder)
Object
clone()
boolean
equals(Object that)
String
getCatalog()
The catalog qualifier of the schema, if applicable.String
getSchema()
The schema qualifier whose elements can be found from the search path.int
hashCode()
void
setCatalog(String value)
The catalog qualifier of the schema, if applicable.void
setSchema(String value)
The schema qualifier whose elements can be found from the search path.String
toString()
ParseSearchSchema
withCatalog(String value)
The catalog qualifier of the schema, if applicable.ParseSearchSchema
withSchema(String value)
The schema qualifier whose elements can be found from the search path.
-
-
-
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.
-
appendTo
public final void appendTo(XMLBuilder builder)
- Specified by:
appendTo
in interfaceXMLAppendable
-
-