Uses of Class
org.jooq.meta.jaxb.CatalogMappingType
Packages that use CatalogMappingType
-
Uses of CatalogMappingType in org.jooq.meta
Method parameters in org.jooq.meta with type arguments of type CatalogMappingTypeModifier and TypeMethodDescriptionfinal 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 CatalogMappingTypeMethods in org.jooq.meta.jaxb that return CatalogMappingTypeModifier and TypeMethodDescriptionObjectFactory.createCatalogMappingType()Create an instance ofCatalogMappingTypeCatalogMappingType.withInputCatalog(String value) See alsoDatabase.getInputCatalog()CatalogMappingType.withOutputCatalog(String value) See alsoDatabase.getOutputCatalog()CatalogMappingType.withOutputCatalogToDefault(Boolean value) CatalogMappingType.withSchemata(Collection<SchemaMappingType> values) CatalogMappingType.withSchemata(List<SchemaMappingType> schemata) CatalogMappingType.withSchemata(SchemaMappingType... values) Methods in org.jooq.meta.jaxb that return types with arguments of type CatalogMappingTypeMethods in org.jooq.meta.jaxb with parameters of type CatalogMappingTypeMethod parameters in org.jooq.meta.jaxb with type arguments of type CatalogMappingTypeModifier and TypeMethodDescriptionvoidDatabase.setCatalogs(List<CatalogMappingType> catalogs) Database.withCatalogs(Collection<CatalogMappingType> values) Database.withCatalogs(List<CatalogMappingType> catalogs)