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. catalogsMethods in org.jooq.conf that return MappedCatalog Modifier and Type Method Description MappedCatalogObjectFactory. createMappedCatalog()Create an instance ofMappedCatalogMappedCatalogMappedCatalog. withInput(String value)The input catalog name as defined inNamed.getName()MappedCatalogMappedCatalog. withInputExpression(Pattern value)A regular expression matching the input catalog name as defined inNamed.getName()MappedCatalogMappedCatalog. withOutput(String value)The output catalog as it will be rendered in SQL.MappedCatalogMappedCatalog. withSchemata(Collection<MappedSchema> values)MappedCatalogMappedCatalog. withSchemata(List<MappedSchema> schemata)MappedCatalogMappedCatalog. 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 RenderMappingRenderMapping. withCatalogs(MappedCatalog... values)Method parameters in org.jooq.conf with type arguments of type MappedCatalog Modifier and Type Method Description voidRenderMapping. setCatalogs(List<MappedCatalog> catalogs)RenderMappingRenderMapping. withCatalogs(Collection<MappedCatalog> values)RenderMappingRenderMapping. withCatalogs(List<MappedCatalog> catalogs)
-