org.jooq.util.maven.example.postgres.udt
Class UAddressType

java.lang.Object
  extended by org.jooq.impl.UDTImpl<UAddressTypeRecord>
      extended by org.jooq.util.maven.example.postgres.udt.UAddressType
All Implemented Interfaces:
Serializable, Comparable<org.jooq.NamedQueryPart>, org.jooq.Adapter, org.jooq.Attachable, org.jooq.AttachableInternal, org.jooq.FieldProvider, org.jooq.NamedQueryPart, org.jooq.QueryPart, org.jooq.QueryPartInternal, org.jooq.SchemaProvider, org.jooq.Type<UAddressTypeRecord>, org.jooq.UDT<UAddressTypeRecord>

@Generated(value={"http://www.jooq.org","2.3.3"},
           comments="This class is generated by jOOQ")
public class UAddressType
extends org.jooq.impl.UDTImpl<UAddressTypeRecord>

This class is generated by jOOQ.

See Also:
Serialized Form

Field Summary
static org.jooq.UDTField<UAddressTypeRecord,String> CITY
          An uncommented item
static org.jooq.UDTField<UAddressTypeRecord,Integer> CODE
          An uncommented item
static org.jooq.UDTField<UAddressTypeRecord,UCountry> COUNTRY
          An uncommented item
static org.jooq.UDTField<UAddressTypeRecord,byte[]> F_1323
          An uncommented item
static org.jooq.UDTField<UAddressTypeRecord,Timestamp> SINCE
          An uncommented item
static org.jooq.UDTField<UAddressTypeRecord,UStreetTypeRecord> STREET
          An uncommented item
static UAddressType U_ADDRESS_TYPE
          The singleton instance of public.u_address_type
static org.jooq.UDTField<UAddressTypeRecord,String> ZIP
          An uncommented item
 
Method Summary
 int compareTo(org.jooq.NamedQueryPart arg0)
           
protected  org.jooq.impl.Factory create()
           
protected  org.jooq.impl.Factory create(org.jooq.Configuration arg0)
           
 List<org.jooq.Attachable> getAttachables()
           
protected  List<org.jooq.Attachable> getAttachables(Collection<? extends org.jooq.QueryPart> arg0)
           
protected  List<org.jooq.Attachable> getAttachables(org.jooq.QueryPart... arg0)
           
protected  List<org.jooq.Attachable> getAttachables(org.jooq.Store<?> arg0)
           
 List<Object> getBindValues()
           
 org.jooq.Configuration getConfiguration()
           
 org.jooq.SQLDialect getDialect()
          Deprecated. 
<T> org.jooq.Field<T>
getField(org.jooq.Field<T> arg0)
           
 org.jooq.Field<?> getField(int arg0)
           
 org.jooq.Field<?> getField(String arg0)
           
 List<org.jooq.Field<?>> getFields()
           
 int getIndex(org.jooq.Field<?> arg0)
           
 String getName()
           
 org.jooq.Param<?> getParam(String arg0)
           
 Map<String,org.jooq.Param<?>> getParams()
           
 Class<UAddressTypeRecord> getRecordType()
          The class holding records for this type
 org.jooq.Schema getSchema()
           
 String getSQL()
           
 String getSQL(boolean arg0)
           
<I> I
internalAPI(Class<I> arg0)
           
protected  org.jooq.exception.DataAccessException translate(String arg0, SQLException arg1)
           
protected  org.jooq.exception.DataAccessException translate(String arg0, String arg1, SQLException arg2)
          Deprecated. 
 
Methods inherited from class org.jooq.impl.UDTImpl
bind, createField, getAttachables0, getDataType, getFieldList, getTypeMapping, toSQL
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
 
Methods inherited from interface org.jooq.NamedQueryPart
getName
 
Methods inherited from interface org.jooq.Adapter
internalAPI
 
Methods inherited from interface java.lang.Comparable
compareTo
 
Methods inherited from interface org.jooq.FieldProvider
getField, getField, getField, getFields, getIndex
 
Methods inherited from interface org.jooq.SchemaProvider
getSchema
 

Field Detail

U_ADDRESS_TYPE

public static final UAddressType U_ADDRESS_TYPE
The singleton instance of public.u_address_type


STREET

public static final org.jooq.UDTField<UAddressTypeRecord,UStreetTypeRecord> STREET
An uncommented item


ZIP

public static final org.jooq.UDTField<UAddressTypeRecord,String> ZIP
An uncommented item


CITY

public static final org.jooq.UDTField<UAddressTypeRecord,String> CITY
An uncommented item


COUNTRY

public static final org.jooq.UDTField<UAddressTypeRecord,UCountry> COUNTRY
An uncommented item


SINCE

public static final org.jooq.UDTField<UAddressTypeRecord,Timestamp> SINCE
An uncommented item


CODE

public static final org.jooq.UDTField<UAddressTypeRecord,Integer> CODE
An uncommented item


F_1323

public static final org.jooq.UDTField<UAddressTypeRecord,byte[]> F_1323
An uncommented item

Method Detail

getRecordType

public Class<UAddressTypeRecord> getRecordType()
The class holding records for this type

Specified by:
getRecordType in interface org.jooq.Type<UAddressTypeRecord>
Overrides:
getRecordType in class org.jooq.impl.UDTImpl<UAddressTypeRecord>

getFields

public final List<org.jooq.Field<?>> getFields()
Specified by:
getFields in interface org.jooq.FieldProvider

getField

public final <T> org.jooq.Field<T> getField(org.jooq.Field<T> arg0)
Specified by:
getField in interface org.jooq.FieldProvider

getField

public final org.jooq.Field<?> getField(String arg0)
Specified by:
getField in interface org.jooq.FieldProvider

getField

public final org.jooq.Field<?> getField(int arg0)
Specified by:
getField in interface org.jooq.FieldProvider

getIndex

public final int getIndex(org.jooq.Field<?> arg0)
                   throws IllegalArgumentException
Specified by:
getIndex in interface org.jooq.FieldProvider
Throws:
IllegalArgumentException

getAttachables

public final List<org.jooq.Attachable> getAttachables()
Specified by:
getAttachables in interface org.jooq.AttachableInternal

getSchema

public final org.jooq.Schema getSchema()
Specified by:
getSchema in interface org.jooq.SchemaProvider

getName

public final String getName()
Specified by:
getName in interface org.jooq.NamedQueryPart

compareTo

public final int compareTo(org.jooq.NamedQueryPart arg0)
Specified by:
compareTo in interface Comparable<org.jooq.NamedQueryPart>

internalAPI

public final <I> I internalAPI(Class<I> arg0)
Specified by:
internalAPI in interface org.jooq.Adapter

getConfiguration

public final org.jooq.Configuration getConfiguration()
Specified by:
getConfiguration in interface org.jooq.AttachableInternal

getDialect

@Deprecated
public final org.jooq.SQLDialect getDialect()
Deprecated. 

Specified by:
getDialect in interface org.jooq.QueryPartInternal

getSQL

public final String getSQL()
Specified by:
getSQL in interface org.jooq.QueryPartInternal

getSQL

public final String getSQL(boolean arg0)
Specified by:
getSQL in interface org.jooq.QueryPartInternal

getBindValues

public final List<Object> getBindValues()
Specified by:
getBindValues in interface org.jooq.QueryPartInternal

getParams

public final Map<String,org.jooq.Param<?>> getParams()
Specified by:
getParams in interface org.jooq.QueryPartInternal

getParam

public final org.jooq.Param<?> getParam(String arg0)
Specified by:
getParam in interface org.jooq.QueryPartInternal

getAttachables

protected final List<org.jooq.Attachable> getAttachables(Collection<? extends org.jooq.QueryPart> arg0)

getAttachables

protected final List<org.jooq.Attachable> getAttachables(org.jooq.QueryPart... arg0)

getAttachables

protected final List<org.jooq.Attachable> getAttachables(org.jooq.Store<?> arg0)

create

protected final org.jooq.impl.Factory create()

create

protected final org.jooq.impl.Factory create(org.jooq.Configuration arg0)

translate

@Deprecated
protected final org.jooq.exception.DataAccessException translate(String arg0,
                                                                            String arg1,
                                                                            SQLException arg2)
Deprecated. 


translate

protected final org.jooq.exception.DataAccessException translate(String arg0,
                                                                 SQLException arg1)


Copyright © 2012. All Rights Reserved.