Uses of Class
org.jooq.util.xml.jaxb.Synonym
Packages that use Synonym
-
Uses of Synonym in org.jooq.util.xml.jaxb
Fields in org.jooq.util.xml.jaxb with type parameters of type SynonymMethods in org.jooq.util.xml.jaxb that return SynonymModifier and TypeMethodDescriptionObjectFactory.createSynonym()
Create an instance ofSynonym
Synonym.withComment
(String value) Synonym.withIsPublic
(Boolean value) Synonym.withObjectCatalog
(String value) Synonym.withObjectName
(String value) Synonym.withObjectSchema
(String value) Synonym.withSynonymCatalog
(String value) Synonym.withSynonymName
(String value) Synonym.withSynonymSchema
(String value) Methods in org.jooq.util.xml.jaxb that return types with arguments of type SynonymMethods in org.jooq.util.xml.jaxb with parameters of type SynonymMethod parameters in org.jooq.util.xml.jaxb with type arguments of type SynonymModifier and TypeMethodDescriptionvoid
InformationSchema.setSynonyms
(List<Synonym> synonyms) InformationSchema.withSynonyms
(Collection<Synonym> values) InformationSchema.withSynonyms
(List<Synonym> synonyms)