java.lang.Object
org.jooq.conf.ParseSearchSchema
- All Implemented Interfaces:
Serializable
,Cloneable
,XMLAppendable
A schema that is on the search path.
- See Also:
-
Field Summary
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionfinal void
appendTo
(XMLBuilder builder) clone()
boolean
The catalog qualifier of the schema, if applicable.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
The schema qualifier whose elements can be found from the search path.toString()
withCatalog
(String value) The catalog qualifier of the schema, if applicable.withSchema
(String value) The schema qualifier whose elements can be found from the search path.
-
Field Details
-
catalog
-
schema
-
-
Constructor Details
-
ParseSearchSchema
public ParseSearchSchema()
-
-
Method Details
-
getCatalog
The catalog qualifier of the schema, if applicable. -
setCatalog
The catalog qualifier of the schema, if applicable. -
getSchema
The schema qualifier whose elements can be found from the search path. -
setSchema
The schema qualifier whose elements can be found from the search path. -
withCatalog
The catalog qualifier of the schema, if applicable. -
withSchema
The schema qualifier whose elements can be found from the search path. -
appendTo
- Specified by:
appendTo
in interfaceXMLAppendable
-
toString
-
equals
-
hashCode
public int hashCode() -
clone
-