Uses of Class
org.jooq.util.xml.jaxb.UserDefinedType
Packages that use UserDefinedType
-
Uses of UserDefinedType in org.jooq.util.xml.jaxb
Fields in org.jooq.util.xml.jaxb with type parameters of type UserDefinedTypeModifier and TypeFieldDescriptionprotected List<UserDefinedType> InformationSchema.userDefinedTypesMethods in org.jooq.util.xml.jaxb that return UserDefinedTypeModifier and TypeMethodDescriptionObjectFactory.createUserDefinedType()Create an instance ofUserDefinedTypeUserDefinedType.withComment(String value) UserDefinedType.withIsFinal(Boolean value) UserDefinedType.withIsInstantiable(Boolean value) UserDefinedType.withUserDefinedTypeCatalog(String value) UserDefinedType.withUserDefinedTypeCategory(UserDefinedTypeCategory value) UserDefinedType.withUserDefinedTypeName(String value) UserDefinedType.withUserDefinedTypeSchema(String value) Methods in org.jooq.util.xml.jaxb that return types with arguments of type UserDefinedTypeMethods in org.jooq.util.xml.jaxb with parameters of type UserDefinedTypeModifier and TypeMethodDescriptionInformationSchema.withUserDefinedTypes(UserDefinedType... values) Method parameters in org.jooq.util.xml.jaxb with type arguments of type UserDefinedTypeModifier and TypeMethodDescriptionvoidInformationSchema.setUserDefinedTypes(List<UserDefinedType> userDefinedTypes) InformationSchema.withUserDefinedTypes(Collection<UserDefinedType> values) InformationSchema.withUserDefinedTypes(List<UserDefinedType> userDefinedTypes)