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. elementTypesMethods in org.jooq.util.xml.jaxb that return ElementType Modifier and Type Method Description ElementTypeObjectFactory. createElementType()Create an instance ofElementTypeElementTypeElementType. withCharacterMaximumLength(Integer value)ElementTypeElementType. withDataType(String value)ElementTypeElementType. withNumericPrecision(Integer value)ElementTypeElementType. withNumericScale(Integer value)ElementTypeElementType. withObjectCatalog(String value)ElementTypeElementType. withObjectName(String value)ElementTypeElementType. withObjectSchema(String value)ElementTypeElementType. withObjectType(String value)ElementTypeElementType. withUdtCatalog(String value)ElementTypeElementType. withUdtName(String value)ElementTypeElementType. 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 InformationSchemaInformationSchema. withElementTypes(ElementType... values)Method parameters in org.jooq.util.xml.jaxb with type arguments of type ElementType Modifier and Type Method Description voidInformationSchema. setElementTypes(List<ElementType> elementTypes)InformationSchemaInformationSchema. withElementTypes(Collection<ElementType> values)InformationSchemaInformationSchema. withElementTypes(List<ElementType> elementTypes)
-