Uses of Class
org.jooq.util.xml.jaxb.Domain
Packages that use Domain
-
Uses of Domain in org.jooq.util.xml.jaxb
Fields in org.jooq.util.xml.jaxb with type parameters of type DomainMethods in org.jooq.util.xml.jaxb that return DomainModifier and TypeMethodDescriptionObjectFactory.createDomain()
Create an instance ofDomain
Domain.withCharacterMaximumLength
(Integer value) Domain.withDataType
(String value) Domain.withDomainCatalog
(String value) Domain.withDomainDefault
(String value) Domain.withDomainName
(String value) Domain.withDomainSchema
(String value) Domain.withNumericPrecision
(Integer value) Domain.withNumericScale
(Integer value) Methods in org.jooq.util.xml.jaxb that return types with arguments of type DomainMethods in org.jooq.util.xml.jaxb with parameters of type DomainMethod parameters in org.jooq.util.xml.jaxb with type arguments of type DomainModifier and TypeMethodDescriptionvoid
InformationSchema.setDomains
(List<Domain> domains) InformationSchema.withDomains
(Collection<Domain> values) InformationSchema.withDomains
(List<Domain> domains)