Uses of Interface
org.jooq.meta.AttributeDefinition
-
Packages that use AttributeDefinition Package Description org.jooq.meta org.jooq.meta.postgres org.jooq.meta.xml -
-
Uses of AttributeDefinition in org.jooq.meta
Classes in org.jooq.meta that implement AttributeDefinition Modifier and Type Class Description classDefaultAttributeDefinitionA base implementation for column definitions.Methods in org.jooq.meta that return AttributeDefinition Modifier and Type Method Description AttributeDefinitionAbstractUDTDefinition. getAttribute(int attributeIndex)AttributeDefinitionAbstractUDTDefinition. getAttribute(String attributeName)AttributeDefinitionUDTDefinition. getAttribute(int attributeIndex)Get an attribute in this UDT by its index (starting at 0)AttributeDefinitionUDTDefinition. getAttribute(String attributeName)Get an attribute in this UDT by its nameMethods in org.jooq.meta that return types with arguments of type AttributeDefinition Modifier and Type Method Description List<AttributeDefinition>AbstractUDTDefinition. getAttributes()List<AttributeDefinition>UDTDefinition. getAttributes()All attributes in the UDTList<AttributeDefinition>AbstractPackageDefinition. getConstants()List<AttributeDefinition>AbstractUDTDefinition. getConstants()List<AttributeDefinition>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 AttributeDefinition Modifier and Type Method Description protected 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 AttributeDefinition Modifier and Type Method Description protected List<AttributeDefinition>XMLPackageDefinition. getConstants0()
-