Uses of Class
org.jooq.util.xml.jaxb.Attribute
Packages that use Attribute
-
Uses of Attribute in org.jooq.util.xml.jaxb
Fields in org.jooq.util.xml.jaxb with type parameters of type AttributeMethods in org.jooq.util.xml.jaxb that return AttributeModifier and TypeMethodDescriptionObjectFactory.createAttribute()
Create an instance ofAttribute
Attribute.withAttributeDefault
(String value) Attribute.withAttributeName
(String value) Attribute.withAttributeUdtCatalog
(String value) Attribute.withAttributeUdtName
(String value) Attribute.withAttributeUdtSchema
(String value) Attribute.withCharacterMaximumLength
(Integer value) Attribute.withComment
(String value) Attribute.withDataType
(String value) Attribute.withNumericPrecision
(Integer value) Attribute.withNumericScale
(Integer value) Attribute.withOrdinalPosition
(int value) Attribute.withUdtCatalog
(String value) Attribute.withUdtName
(String value) Attribute.withUdtSchema
(String value) Methods in org.jooq.util.xml.jaxb that return types with arguments of type AttributeMethods in org.jooq.util.xml.jaxb with parameters of type AttributeMethod parameters in org.jooq.util.xml.jaxb with type arguments of type AttributeModifier and TypeMethodDescriptionvoid
InformationSchema.setAttributes
(List<Attribute> attributes) InformationSchema.withAttributes
(Collection<Attribute> values) InformationSchema.withAttributes
(List<Attribute> attributes)