java.lang.Object
org.jooq.conf.RenderMapping
- All Implemented Interfaces:
- Serializable,- Cloneable,- XMLAppendable
The runtime schema and table mapping.
- See Also:
- Serialized Form
- 
Field SummaryFieldsModifier and TypeFieldDescriptionprotected List<MappedCatalog>protected Stringprotected Stringprotected List<MappedSchema>
- 
Constructor SummaryConstructors
- 
Method SummaryModifier and TypeMethodDescriptionvoidappendTo(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- 
RenderMappingpublic RenderMapping()
 
- 
- 
Method Details- 
getDefaultCatalogThe default catalog as defined inNamed.getName().This catalog will be omitted in rendered SQL. 
- 
setDefaultCatalogThe default catalog as defined inNamed.getName().This catalog will be omitted in rendered SQL. 
- 
getDefaultSchemaThe default schema as defined inNamed.getName().This schema will be omitted in rendered SQL. 
- 
setDefaultSchemaThe default schema as defined inNamed.getName().This schema will be omitted in rendered SQL. 
- 
getCatalogs
- 
setCatalogs
- 
getSchemata
- 
setSchemata
- 
withDefaultCatalogThe default catalog as defined inNamed.getName().This catalog will be omitted in rendered SQL. 
- 
withDefaultSchemaThe default schema as defined inNamed.getName().This schema will be omitted in rendered SQL. 
- 
withCatalogs
- 
withCatalogs
- 
withCatalogs
- 
withSchemata
- 
withSchemata
- 
withSchemata
- 
appendTo- Specified by:
- appendToin interface- XMLAppendable
 
- 
toString
- 
equals
- 
hashCodepublic int hashCode()
- 
clone
 
-