java.lang.Object
org.jooq.conf.RenderMapping
- All Implemented Interfaces:
 Serializable,Cloneable,XMLAppendable
The runtime schema and table mapping.
- See Also:
 
- 
Field Summary
FieldsModifier and TypeFieldDescriptionprotected List<MappedCatalog>protected Stringprotected Stringprotected List<MappedSchema> - 
Constructor Summary
Constructors - 
Method Summary
Modifier and TypeMethodDescriptionfinal voidappendTo(XMLBuilder builder) clone()booleanThe default catalog as defined inNamed.getName().The default schema as defined inNamed.getName().inthashCode()voidsetCatalogs(List<MappedCatalog> catalogs) voidsetDefaultCatalog(String value) The default catalog as defined inNamed.getName().voidsetDefaultSchema(String value) The default schema as defined inNamed.getName().voidsetSchemata(List<MappedSchema> schemata) toString()withCatalogs(Collection<MappedCatalog> values) withCatalogs(List<MappedCatalog> catalogs) withCatalogs(MappedCatalog... values) withDefaultCatalog(String value) The default catalog as defined inNamed.getName().withDefaultSchema(String value) The default schema as defined inNamed.getName().withSchemata(Collection<MappedSchema> values) withSchemata(List<MappedSchema> schemata) withSchemata(MappedSchema... values)  
- 
Field Details
- 
defaultCatalog
 - 
defaultSchema
 - 
catalogs
 - 
schemata
 
 - 
 - 
Constructor Details
- 
RenderMapping
public RenderMapping() 
 - 
 - 
Method Details
- 
getDefaultCatalog
The default catalog as defined inNamed.getName().This catalog will be omitted in rendered SQL.
 - 
setDefaultCatalog
The default catalog as defined inNamed.getName().This catalog will be omitted in rendered SQL.
 - 
getDefaultSchema
The default schema as defined inNamed.getName().This schema will be omitted in rendered SQL.
 - 
setDefaultSchema
The default schema as defined inNamed.getName().This schema will be omitted in rendered SQL.
 - 
getCatalogs
 - 
setCatalogs
 - 
getSchemata
 - 
setSchemata
 - 
withDefaultCatalog
The default catalog as defined inNamed.getName().This catalog will be omitted in rendered SQL.
 - 
withDefaultSchema
The default schema as defined inNamed.getName().This schema will be omitted in rendered SQL.
 - 
withCatalogs
 - 
withCatalogs
 - 
withCatalogs
 - 
withSchemata
 - 
withSchemata
 - 
withSchemata
 - 
appendTo
- Specified by:
 appendToin interfaceXMLAppendable
 - 
toString
 - 
equals
 - 
hashCode
public int hashCode() - 
clone
 
 -