Uses of Interface
org.jooq.util.AttributeDefinition

Packages that use AttributeDefinition
org.jooq.util   
org.jooq.util.db2   
org.jooq.util.oracle   
org.jooq.util.postgres   
 

Uses of AttributeDefinition in org.jooq.util
 

Classes in org.jooq.util that implement AttributeDefinition
 class DefaultAttributeDefinition
          A base implementation for column definitions.
 

Methods in org.jooq.util that return AttributeDefinition
 AttributeDefinition UDTDefinition.getAttribute(int attributeIndex)
          Get an attribute in this UDT by its index (starting at 0)
 AttributeDefinition AbstractUDTDefinition.getAttribute(int attributeIndex)
           
 AttributeDefinition UDTDefinition.getAttribute(String attributeName)
          Get an attribute in this UDT by its name
 AttributeDefinition AbstractUDTDefinition.getAttribute(String attributeName)
           
 

Methods in org.jooq.util that return types with arguments of type AttributeDefinition
 List<AttributeDefinition> UDTDefinition.getAttributes()
          All attributes in the UDT
 List<AttributeDefinition> AbstractUDTDefinition.getAttributes()
           
 

Uses of AttributeDefinition in org.jooq.util.db2
 

Methods in org.jooq.util.db2 that return types with arguments of type AttributeDefinition
protected  List<AttributeDefinition> DB2UDTDefinition.getElements0()
           
 

Uses of AttributeDefinition in org.jooq.util.oracle
 

Methods in org.jooq.util.oracle that return types with arguments of type AttributeDefinition
protected  List<AttributeDefinition> OracleUDTDefinition.getElements0()
           
 

Uses of AttributeDefinition in org.jooq.util.postgres
 

Methods in org.jooq.util.postgres that return types with arguments of type AttributeDefinition
protected  List<AttributeDefinition> PostgresUDTDefinition.getElements0()
           
 



Copyright © 2012. All Rights Reserved.