Uses of Class
org.jooq.util.xml.jaxb.Catalog
Packages that use Catalog
-
Uses of Catalog in org.jooq.util.xml.jaxb
Fields in org.jooq.util.xml.jaxb with type parameters of type CatalogMethods in org.jooq.util.xml.jaxb that return CatalogModifier and TypeMethodDescriptionObjectFactory.createCatalog()
Create an instance ofCatalog
Catalog.withCatalogName
(String value) Catalog.withComment
(String value) Methods in org.jooq.util.xml.jaxb that return types with arguments of type CatalogMethods in org.jooq.util.xml.jaxb with parameters of type CatalogMethod parameters in org.jooq.util.xml.jaxb with type arguments of type CatalogModifier and TypeMethodDescriptionvoid
InformationSchema.setCatalogs
(List<Catalog> catalogs) InformationSchema.withCatalogs
(Collection<Catalog> values) InformationSchema.withCatalogs
(List<Catalog> catalogs)