Uses of Interface
org.jooq.meta.AttributeDefinition
Packages that use AttributeDefinition
-
Uses of AttributeDefinition in org.jooq.meta
Classes in org.jooq.meta that implement AttributeDefinitionModifier and TypeClassDescriptionclassA base implementation for column definitions.Methods in org.jooq.meta that return AttributeDefinitionModifier and TypeMethodDescriptionfinal AttributeDefinitionAbstractUDTDefinition.getAttribute(int attributeIndex) final AttributeDefinitionAbstractUDTDefinition.getAttribute(String attributeName) UDTDefinition.getAttribute(int attributeIndex) Get an attribute in this UDT by its index (starting at 0)UDTDefinition.getAttribute(String attributeName) Get an attribute in this UDT by its nameMethods in org.jooq.meta that return types with arguments of type AttributeDefinitionModifier and TypeMethodDescriptionfinal List<AttributeDefinition> AbstractUDTDefinition.getAttributes()UDTDefinition.getAttributes()All attributes in the UDTfinal List<AttributeDefinition> AbstractPackageDefinition.getConstants()AbstractUDTDefinition.getConstants()PackageDefinition.getConstants()Fetch all constants from the package.protected abstract List<AttributeDefinition> AbstractPackageDefinition.getConstants0() -
Uses of AttributeDefinition in org.jooq.meta.postgres
Methods in org.jooq.meta.postgres that return types with arguments of type AttributeDefinitionModifier and TypeMethodDescriptionprotected List<AttributeDefinition> PostgresUDTDefinition.getElements0() -
Uses of AttributeDefinition in org.jooq.meta.xml
Methods in org.jooq.meta.xml that return types with arguments of type AttributeDefinitionModifier and TypeMethodDescriptionprotected List<AttributeDefinition> XMLPackageDefinition.getConstants0()