Uses of Class
org.jooq.util.xml.jaxb.Domain
-
Uses of Domain in org.jooq.util.xml.jaxb
Modifier 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) Modifier and TypeMethodDescriptionvoid
InformationSchema.setDomains
(List<Domain> domains) InformationSchema.withDomains
(Collection<Domain> values) InformationSchema.withDomains
(List<Domain> domains)