|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectorg.jooq.impl.UDTImpl<UAddressTypeRecord>
org.jooq.util.maven.example.postgres.udt.UAddressType
@Generated(value={"http://www.jooq.org","2.3.3"},
comments="This class is generated by jOOQ")
public class UAddressTypeThis class is generated by jOOQ.
| 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. |
|
|
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)
|
|
|
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 |
|---|
public static final UAddressType U_ADDRESS_TYPE
public static final org.jooq.UDTField<UAddressTypeRecord,UStreetTypeRecord> STREET
public static final org.jooq.UDTField<UAddressTypeRecord,String> ZIP
public static final org.jooq.UDTField<UAddressTypeRecord,String> CITY
public static final org.jooq.UDTField<UAddressTypeRecord,UCountry> COUNTRY
public static final org.jooq.UDTField<UAddressTypeRecord,Timestamp> SINCE
public static final org.jooq.UDTField<UAddressTypeRecord,Integer> CODE
public static final org.jooq.UDTField<UAddressTypeRecord,byte[]> F_1323
| Method Detail |
|---|
public Class<UAddressTypeRecord> getRecordType()
getRecordType in interface org.jooq.Type<UAddressTypeRecord>getRecordType in class org.jooq.impl.UDTImpl<UAddressTypeRecord>public final List<org.jooq.Field<?>> getFields()
getFields in interface org.jooq.FieldProviderpublic final <T> org.jooq.Field<T> getField(org.jooq.Field<T> arg0)
getField in interface org.jooq.FieldProviderpublic final org.jooq.Field<?> getField(String arg0)
getField in interface org.jooq.FieldProviderpublic final org.jooq.Field<?> getField(int arg0)
getField in interface org.jooq.FieldProvider
public final int getIndex(org.jooq.Field<?> arg0)
throws IllegalArgumentException
getIndex in interface org.jooq.FieldProviderIllegalArgumentExceptionpublic final List<org.jooq.Attachable> getAttachables()
getAttachables in interface org.jooq.AttachableInternalpublic final org.jooq.Schema getSchema()
getSchema in interface org.jooq.SchemaProviderpublic final String getName()
getName in interface org.jooq.NamedQueryPartpublic final int compareTo(org.jooq.NamedQueryPart arg0)
compareTo in interface Comparable<org.jooq.NamedQueryPart>public final <I> I internalAPI(Class<I> arg0)
internalAPI in interface org.jooq.Adapterpublic final org.jooq.Configuration getConfiguration()
getConfiguration in interface org.jooq.AttachableInternal@Deprecated public final org.jooq.SQLDialect getDialect()
getDialect in interface org.jooq.QueryPartInternalpublic final String getSQL()
getSQL in interface org.jooq.QueryPartInternalpublic final String getSQL(boolean arg0)
getSQL in interface org.jooq.QueryPartInternalpublic final List<Object> getBindValues()
getBindValues in interface org.jooq.QueryPartInternalpublic final Map<String,org.jooq.Param<?>> getParams()
getParams in interface org.jooq.QueryPartInternalpublic final org.jooq.Param<?> getParam(String arg0)
getParam in interface org.jooq.QueryPartInternalprotected final List<org.jooq.Attachable> getAttachables(Collection<? extends org.jooq.QueryPart> arg0)
protected final List<org.jooq.Attachable> getAttachables(org.jooq.QueryPart... arg0)
protected final List<org.jooq.Attachable> getAttachables(org.jooq.Store<?> arg0)
protected final org.jooq.impl.Factory create()
protected final org.jooq.impl.Factory create(org.jooq.Configuration arg0)
@Deprecated
protected final org.jooq.exception.DataAccessException translate(String arg0,
String arg1,
SQLException arg2)
protected final org.jooq.exception.DataAccessException translate(String arg0,
SQLException arg1)
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||