Uses of Class
org.jooq.util.xml.jaxb.Catalog
-
Packages that use Catalog Package Description org.jooq.util.xml.jaxb -
-
Uses of Catalog in org.jooq.util.xml.jaxb
Fields in org.jooq.util.xml.jaxb with type parameters of type Catalog Modifier and Type Field Description protected List<Catalog>
InformationSchema. catalogs
Methods in org.jooq.util.xml.jaxb that return Catalog Modifier and Type Method Description Catalog
ObjectFactory. createCatalog()
Create an instance ofCatalog
Catalog
Catalog. withCatalogName(String value)
Catalog
Catalog. withComment(String value)
Methods in org.jooq.util.xml.jaxb that return types with arguments of type Catalog Modifier and Type Method Description List<Catalog>
InformationSchema. getCatalogs()
Methods in org.jooq.util.xml.jaxb with parameters of type Catalog Modifier and Type Method Description InformationSchema
InformationSchema. withCatalogs(Catalog... values)
Method parameters in org.jooq.util.xml.jaxb with type arguments of type Catalog Modifier and Type Method Description void
InformationSchema. setCatalogs(List<Catalog> catalogs)
InformationSchema
InformationSchema. withCatalogs(Collection<Catalog> values)
InformationSchema
InformationSchema. withCatalogs(List<Catalog> catalogs)
-