Uses of Class
org.jooq.util.maven.example.postgres.enums.UCountry

Packages that use UCountry
org.jooq.util.maven.example.postgres.enums   
org.jooq.util.maven.example.postgres.tables.pojos   
org.jooq.util.maven.example.postgres.tables.records   
org.jooq.util.maven.example.postgres.udt   
org.jooq.util.maven.example.postgres.udt.records   
 

Uses of UCountry in org.jooq.util.maven.example.postgres.enums
 

Methods in org.jooq.util.maven.example.postgres.enums that return UCountry
static UCountry UCountry.valueOf(String name)
          Returns the enum constant of this type with the specified name.
static UCountry[] UCountry.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 

Uses of UCountry in org.jooq.util.maven.example.postgres.tables.pojos
 

Methods in org.jooq.util.maven.example.postgres.tables.pojos that return UCountry
 UCountry[] TArrays.getEnumArray()
           
 

Methods in org.jooq.util.maven.example.postgres.tables.pojos with parameters of type UCountry
 void TArrays.setEnumArray(UCountry[] enumArray)
           
 

Uses of UCountry in org.jooq.util.maven.example.postgres.tables.records
 

Methods in org.jooq.util.maven.example.postgres.tables.records that return UCountry
 UCountry[] TArraysRecord.getEnumArray()
          An uncommented item
 

Methods in org.jooq.util.maven.example.postgres.tables.records with parameters of type UCountry
 void TArraysRecord.setEnumArray(UCountry[] value)
          An uncommented item
 

Uses of UCountry in org.jooq.util.maven.example.postgres.udt
 

Fields in org.jooq.util.maven.example.postgres.udt with type parameters of type UCountry
static org.jooq.UDTField<UAddressTypeRecord,UCountry> UAddressType.COUNTRY
          An uncommented item
 

Uses of UCountry in org.jooq.util.maven.example.postgres.udt.records
 

Methods in org.jooq.util.maven.example.postgres.udt.records that return UCountry
 UCountry UAddressTypeRecord.getCountry()
          An uncommented item
 

Methods in org.jooq.util.maven.example.postgres.udt.records with parameters of type UCountry
 void UAddressTypeRecord.setCountry(UCountry value)
          An uncommented item
 



Copyright © 2012. All Rights Reserved.