java.lang.Object
org.jooq.conf.RenderMapping
- All Implemented Interfaces:
Serializable
,Cloneable
,XMLAppendable
The runtime schema and table mapping.
- See Also:
-
Field Summary
Modifier and TypeFieldDescriptionprotected List<MappedCatalog>
protected String
protected String
protected List<MappedSchema>
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionfinal void
appendTo
(XMLBuilder builder) clone()
boolean
The default catalog as defined inNamed.getName()
.The default schema as defined inNamed.getName()
.int
hashCode()
void
setCatalogs
(List<MappedCatalog> catalogs) void
setDefaultCatalog
(String value) The default catalog as defined inNamed.getName()
.void
setDefaultSchema
(String value) The default schema as defined inNamed.getName()
.void
setSchemata
(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:
appendTo
in interfaceXMLAppendable
-
toString
-
equals
-
hashCode
public int hashCode() -
clone
-