Uses of Class
org.jooq.conf.MappedCatalog
-
Uses of MappedCatalog in org.jooq.conf
Modifier and TypeMethodDescriptionObjectFactory.createMappedCatalog()
Create an instance ofMappedCatalog
The input catalog name as defined inNamed.getName()
MappedCatalog.withInputExpression
(Pattern value) A regular expression matching the input catalog name as defined inNamed.getName()
MappedCatalog.withOutput
(String value) The output catalog as it will be rendered in SQL.MappedCatalog.withSchemata
(Collection<MappedSchema> values) MappedCatalog.withSchemata
(List<MappedSchema> schemata) MappedCatalog.withSchemata
(MappedSchema... values) Modifier and TypeMethodDescriptionvoid
RenderMapping.setCatalogs
(List<MappedCatalog> catalogs) RenderMapping.withCatalogs
(Collection<MappedCatalog> values) RenderMapping.withCatalogs
(List<MappedCatalog> catalogs)