Uses of Class
org.jooq.util.xml.jaxb.Domain
-
Packages that use Domain Package Description org.jooq.util.xml.jaxb -
-
Uses of Domain in org.jooq.util.xml.jaxb
Fields in org.jooq.util.xml.jaxb with type parameters of type Domain Modifier and Type Field Description protected List<Domain>
InformationSchema. domains
Methods in org.jooq.util.xml.jaxb that return Domain Modifier and Type Method Description Domain
ObjectFactory. createDomain()
Create an instance ofDomain
Domain
Domain. withCharacterMaximumLength(Integer value)
Domain
Domain. withDataType(String value)
Domain
Domain. withDomainCatalog(String value)
Domain
Domain. withDomainDefault(String value)
Domain
Domain. withDomainName(String value)
Domain
Domain. withDomainSchema(String value)
Domain
Domain. withNumericPrecision(Integer value)
Domain
Domain. withNumericScale(Integer value)
Methods in org.jooq.util.xml.jaxb that return types with arguments of type Domain Modifier and Type Method Description List<Domain>
InformationSchema. getDomains()
Methods in org.jooq.util.xml.jaxb with parameters of type Domain Modifier and Type Method Description InformationSchema
InformationSchema. withDomains(Domain... values)
Method parameters in org.jooq.util.xml.jaxb with type arguments of type Domain Modifier and Type Method Description void
InformationSchema. setDomains(List<Domain> domains)
InformationSchema
InformationSchema. withDomains(Collection<Domain> values)
InformationSchema
InformationSchema. withDomains(List<Domain> domains)
-