Uses of Class
org.jooq.conf.MappedCatalog
Packages that use MappedCatalog
-
Uses of MappedCatalog in org.jooq.conf
Fields in org.jooq.conf with type parameters of type MappedCatalogMethods in org.jooq.conf that return MappedCatalogModifier 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) Methods in org.jooq.conf that return types with arguments of type MappedCatalogMethods in org.jooq.conf with parameters of type MappedCatalogMethod parameters in org.jooq.conf with type arguments of type MappedCatalogModifier and TypeMethodDescriptionvoid
RenderMapping.setCatalogs
(List<MappedCatalog> catalogs) RenderMapping.withCatalogs
(Collection<MappedCatalog> values) RenderMapping.withCatalogs
(List<MappedCatalog> catalogs)