- java.lang.Object
-
- org.jooq.conf.InterpreterSearchSchema
-
- All Implemented Interfaces:
Serializable
,Cloneable
,XMLAppendable
public class InterpreterSearchSchema extends Object implements Serializable, Cloneable, XMLAppendable
A schema that is on the search path.- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description InterpreterSearchSchema()
-
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()
InterpreterSearchSchema
withCatalog(String value)
The catalog qualifier of the schema, if applicable.InterpreterSearchSchema
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 InterpreterSearchSchema withCatalog(String value)
The catalog qualifier of the schema, if applicable.
-
withSchema
public InterpreterSearchSchema 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
-
-