Uses of Class
org.jooq.util.xml.jaxb.ElementType
Packages that use ElementType
-
Uses of ElementType in org.jooq.util.xml.jaxb
Fields in org.jooq.util.xml.jaxb with type parameters of type ElementTypeMethods in org.jooq.util.xml.jaxb that return ElementTypeModifier and TypeMethodDescriptionObjectFactory.createElementType()
Create an instance ofElementType
ElementType.withCharacterMaximumLength
(Integer value) ElementType.withDataType
(String value) ElementType.withNumericPrecision
(Integer value) ElementType.withNumericScale
(Integer value) ElementType.withObjectCatalog
(String value) ElementType.withObjectName
(String value) ElementType.withObjectSchema
(String value) ElementType.withObjectType
(String value) ElementType.withUdtCatalog
(String value) ElementType.withUdtName
(String value) ElementType.withUdtSchema
(String value) Methods in org.jooq.util.xml.jaxb that return types with arguments of type ElementTypeMethods in org.jooq.util.xml.jaxb with parameters of type ElementTypeMethod parameters in org.jooq.util.xml.jaxb with type arguments of type ElementTypeModifier and TypeMethodDescriptionvoid
InformationSchema.setElementTypes
(List<ElementType> elementTypes) InformationSchema.withElementTypes
(Collection<ElementType> values) InformationSchema.withElementTypes
(List<ElementType> elementTypes)