Uses of Class
org.jooq.conf.MappedCatalog
-
Packages that use MappedCatalog Package Description org.jooq.conf -
-
Uses of MappedCatalog in org.jooq.conf
Fields in org.jooq.conf with type parameters of type MappedCatalog Modifier and Type Field Description protected List<MappedCatalog>
RenderMapping. catalogs
Methods in org.jooq.conf that return MappedCatalog Modifier and Type Method Description MappedCatalog
ObjectFactory. createMappedCatalog()
Create an instance ofMappedCatalog
MappedCatalog
MappedCatalog. withInput(String value)
The input catalog name as defined inNamed.getName()
MappedCatalog
MappedCatalog. withInputExpression(Pattern value)
A regular expression matching the input catalog name as defined inNamed.getName()
MappedCatalog
MappedCatalog. withOutput(String value)
The output catalog as it will be rendered in SQL.MappedCatalog
MappedCatalog. withSchemata(Collection<MappedSchema> values)
MappedCatalog
MappedCatalog. withSchemata(List<MappedSchema> schemata)
MappedCatalog
MappedCatalog. withSchemata(MappedSchema... values)
Methods in org.jooq.conf that return types with arguments of type MappedCatalog Modifier and Type Method Description List<MappedCatalog>
RenderMapping. getCatalogs()
Methods in org.jooq.conf with parameters of type MappedCatalog Modifier and Type Method Description RenderMapping
RenderMapping. withCatalogs(MappedCatalog... values)
Method parameters in org.jooq.conf with type arguments of type MappedCatalog Modifier and Type Method Description void
RenderMapping. setCatalogs(List<MappedCatalog> catalogs)
RenderMapping
RenderMapping. withCatalogs(Collection<MappedCatalog> values)
RenderMapping
RenderMapping. withCatalogs(List<MappedCatalog> catalogs)
-