java.lang.Object
org.jooq.conf.ParseSearchSchema
- All Implemented Interfaces:
- Serializable,- Cloneable,- XMLAppendable
A schema that is on the search path.
- See Also:
- 
Field SummaryFields
- 
Constructor SummaryConstructors
- 
Method SummaryModifier and TypeMethodDescriptionfinal voidappendTo(XMLBuilder builder) clone()booleanThe catalog qualifier of the schema, if applicable.The schema qualifier whose elements can be found from the search path.inthashCode()voidsetCatalog(String value) The catalog qualifier of the schema, if applicable.voidThe 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- 
ParseSearchSchemapublic ParseSearchSchema()
 
- 
- 
Method Details- 
getCatalogThe catalog qualifier of the schema, if applicable.
- 
setCatalogThe catalog qualifier of the schema, if applicable.
- 
getSchemaThe schema qualifier whose elements can be found from the search path.
- 
setSchemaThe schema qualifier whose elements can be found from the search path.
- 
withCatalogThe catalog qualifier of the schema, if applicable.
- 
withSchemaThe schema qualifier whose elements can be found from the search path.
- 
appendTo- Specified by:
- appendToin interface- XMLAppendable
 
- 
toString
- 
equals
- 
hashCodepublic int hashCode()
- 
clone
 
-