Uses of Class
org.jooq.util.maven.example.postgres.udt.records.UAddressTypeRecord

Packages that use UAddressTypeRecord
org.jooq.util.maven.example.postgres   
org.jooq.util.maven.example.postgres.routines   
org.jooq.util.maven.example.postgres.tables   
org.jooq.util.maven.example.postgres.tables.pojos   
org.jooq.util.maven.example.postgres.tables.records   
org.jooq.util.maven.example.postgres.udt   
 

Uses of UAddressTypeRecord in org.jooq.util.maven.example.postgres
 

Methods in org.jooq.util.maven.example.postgres that return UAddressTypeRecord
static UAddressTypeRecord Routines.pEnhanceAddress2(org.jooq.Configuration configuration)
          Call public.p_enhance_address2
static UAddressTypeRecord Routines.pEnhanceAddress3(org.jooq.Configuration configuration, UAddressTypeRecord address)
          Call public.p_enhance_address3
 

Methods in org.jooq.util.maven.example.postgres with parameters of type UAddressTypeRecord
static String Routines.pEnhanceAddress1(org.jooq.Configuration configuration, UAddressTypeRecord address)
          Call public.p_enhance_address1
static UAddressTypeRecord Routines.pEnhanceAddress3(org.jooq.Configuration configuration, UAddressTypeRecord address)
          Call public.p_enhance_address3
 

Uses of UAddressTypeRecord in org.jooq.util.maven.example.postgres.routines
 

Fields in org.jooq.util.maven.example.postgres.routines with type parameters of type UAddressTypeRecord
static org.jooq.Parameter<UAddressTypeRecord> PEnhanceAddress3.ADDRESS
          An uncommented item
static org.jooq.Parameter<UAddressTypeRecord> PEnhanceAddress2.ADDRESS
          An uncommented item
static org.jooq.Parameter<UAddressTypeRecord> PEnhanceAddress1.ADDRESS
          An uncommented item
 

Methods in org.jooq.util.maven.example.postgres.routines that return UAddressTypeRecord
 UAddressTypeRecord PEnhanceAddress3.getAddress()
           
 UAddressTypeRecord PEnhanceAddress2.getAddress()
           
 

Methods in org.jooq.util.maven.example.postgres.routines with parameters of type UAddressTypeRecord
 void PEnhanceAddress3.setAddress(UAddressTypeRecord value)
          Set the address parameter to the routine
 void PEnhanceAddress1.setAddress(UAddressTypeRecord value)
          Set the address parameter to the routine
 

Uses of UAddressTypeRecord in org.jooq.util.maven.example.postgres.tables
 

Fields in org.jooq.util.maven.example.postgres.tables with type parameters of type UAddressTypeRecord
static org.jooq.TableField<VAuthorRecord,UAddressTypeRecord> VAuthor.ADDRESS
          An uncommented item
static org.jooq.TableField<TAuthorRecord,UAddressTypeRecord> TAuthor.ADDRESS
          An uncommented item
 

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

Methods in org.jooq.util.maven.example.postgres.tables.pojos that return UAddressTypeRecord
 UAddressTypeRecord VAuthor.getAddress()
           
 UAddressTypeRecord TAuthor.getAddress()
           
 

Methods in org.jooq.util.maven.example.postgres.tables.pojos with parameters of type UAddressTypeRecord
 void VAuthor.setAddress(UAddressTypeRecord address)
           
 void TAuthor.setAddress(UAddressTypeRecord address)
           
 

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

Methods in org.jooq.util.maven.example.postgres.tables.records that return UAddressTypeRecord
 UAddressTypeRecord VAuthorRecord.getAddress()
          An uncommented item
 UAddressTypeRecord TAuthorRecord.getAddress()
          An uncommented item
 

Methods in org.jooq.util.maven.example.postgres.tables.records with parameters of type UAddressTypeRecord
 void VAuthorRecord.setAddress(UAddressTypeRecord value)
          An uncommented item
 void TAuthorRecord.setAddress(UAddressTypeRecord value)
          An uncommented item
 

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

Fields in org.jooq.util.maven.example.postgres.udt with type parameters of type UAddressTypeRecord
static org.jooq.UDTField<UAddressTypeRecord,String> UAddressType.CITY
          An uncommented item
static org.jooq.UDTField<UAddressTypeRecord,Integer> UAddressType.CODE
          An uncommented item
static org.jooq.UDTField<UAddressTypeRecord,UCountry> UAddressType.COUNTRY
          An uncommented item
static org.jooq.UDTField<UAddressTypeRecord,byte[]> UAddressType.F_1323
          An uncommented item
static org.jooq.UDTField<UAddressTypeRecord,Timestamp> UAddressType.SINCE
          An uncommented item
static org.jooq.UDTField<UAddressTypeRecord,UStreetTypeRecord> UAddressType.STREET
          An uncommented item
static org.jooq.UDTField<UAddressTypeRecord,String> UAddressType.ZIP
          An uncommented item
 

Methods in org.jooq.util.maven.example.postgres.udt that return types with arguments of type UAddressTypeRecord
 Class<UAddressTypeRecord> UAddressType.getRecordType()
          The class holding records for this type
 



Copyright © 2012. All Rights Reserved.