Uses of Class
org.jooq.util.xml.jaxb.ElementType
-
Packages that use ElementType Package Description org.jooq.util.xml.jaxb -
-
Uses of ElementType in org.jooq.util.xml.jaxb
Fields in org.jooq.util.xml.jaxb with type parameters of type ElementType Modifier and Type Field Description protected List<ElementType>
InformationSchema. elementTypes
Methods in org.jooq.util.xml.jaxb that return ElementType Modifier and Type Method Description ElementType
ObjectFactory. createElementType()
Create an instance ofElementType
ElementType
ElementType. withCharacterMaximumLength(Integer value)
ElementType
ElementType. withDataType(String value)
ElementType
ElementType. withNumericPrecision(Integer value)
ElementType
ElementType. withNumericScale(Integer value)
ElementType
ElementType. withObjectCatalog(String value)
ElementType
ElementType. withObjectName(String value)
ElementType
ElementType. withObjectSchema(String value)
ElementType
ElementType. withObjectType(String value)
ElementType
ElementType. withUdtCatalog(String value)
ElementType
ElementType. withUdtName(String value)
ElementType
ElementType. withUdtSchema(String value)
Methods in org.jooq.util.xml.jaxb that return types with arguments of type ElementType Modifier and Type Method Description List<ElementType>
InformationSchema. getElementTypes()
Methods in org.jooq.util.xml.jaxb with parameters of type ElementType Modifier and Type Method Description InformationSchema
InformationSchema. withElementTypes(ElementType... values)
Method parameters in org.jooq.util.xml.jaxb with type arguments of type ElementType Modifier and Type Method Description void
InformationSchema. setElementTypes(List<ElementType> elementTypes)
InformationSchema
InformationSchema. withElementTypes(Collection<ElementType> values)
InformationSchema
InformationSchema. withElementTypes(List<ElementType> elementTypes)
-