Uses of Class
org.jooq.meta.jaxb.CatalogMappingType
-
Packages that use CatalogMappingType Package Description org.jooq.meta org.jooq.meta.jaxb -
-
Uses of CatalogMappingType in org.jooq.meta
Method parameters in org.jooq.meta with type arguments of type CatalogMappingType Modifier and Type Method Description voidAbstractDatabase. setConfiguredCatalogs(List<CatalogMappingType> catalogs)voidDatabase. setConfiguredCatalogs(List<CatalogMappingType> catalogs)The input and output catalogs. -
Uses of CatalogMappingType in org.jooq.meta.jaxb
Fields in org.jooq.meta.jaxb with type parameters of type CatalogMappingType Modifier and Type Field Description protected List<CatalogMappingType>Database. catalogsMethods in org.jooq.meta.jaxb that return CatalogMappingType Modifier and Type Method Description CatalogMappingTypeObjectFactory. createCatalogMappingType()Create an instance ofCatalogMappingTypeCatalogMappingTypeCatalogMappingType. withInputCatalog(String value)See alsoDatabase.getInputCatalog()CatalogMappingTypeCatalogMappingType. withOutputCatalog(String value)See alsoDatabase.getOutputCatalog()CatalogMappingTypeCatalogMappingType. withOutputCatalogToDefault(Boolean value)CatalogMappingTypeCatalogMappingType. withSchemata(Collection<SchemaMappingType> values)CatalogMappingTypeCatalogMappingType. withSchemata(List<SchemaMappingType> schemata)CatalogMappingTypeCatalogMappingType. withSchemata(SchemaMappingType... values)Methods in org.jooq.meta.jaxb that return types with arguments of type CatalogMappingType Modifier and Type Method Description List<CatalogMappingType>Database. getCatalogs()Methods in org.jooq.meta.jaxb with parameters of type CatalogMappingType Modifier and Type Method Description DatabaseDatabase. withCatalogs(CatalogMappingType... values)Method parameters in org.jooq.meta.jaxb with type arguments of type CatalogMappingType Modifier and Type Method Description voidDatabase. setCatalogs(List<CatalogMappingType> catalogs)DatabaseDatabase. withCatalogs(Collection<CatalogMappingType> values)DatabaseDatabase. withCatalogs(List<CatalogMappingType> catalogs)
-