org.jooq.util.maven.example.postgres.tables.records
Class T_658RefRecord

java.lang.Object
  extended by org.jooq.impl.TableRecordImpl<T_658RefRecord>
      extended by org.jooq.util.maven.example.postgres.tables.records.T_658RefRecord
All Implemented Interfaces:
Serializable, org.jooq.Adapter, org.jooq.Attachable, org.jooq.AttachableInternal, org.jooq.FieldProvider, org.jooq.Record, org.jooq.Store<Object>, org.jooq.TableRecord<T_658RefRecord>

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

This class is generated by jOOQ.

See Also:
Serialized Form

Constructor Summary
T_658RefRecord()
          Create a detached T_658RefRecord
 
Method Summary
 void attach(org.jooq.Configuration arg0)
           
protected  org.jooq.impl.Factory create()
           
 T_658_11Record fetchT_658_11()
          An uncommented item CONSTRAINT t_658_ref__fk_t_658_11 FOREIGN KEY (ref_11) REFERENCES public.t_658_11 (id)
 T_658_12Record fetchT_658_12()
          An uncommented item CONSTRAINT t_658_ref__fk_t_658_12 FOREIGN KEY (ref_12) REFERENCES public.t_658_12 (id)
 T_658_21Record fetchT_658_21()
          An uncommented item CONSTRAINT t_658_ref__fk_t_658_21 FOREIGN KEY (ref_21) REFERENCES public.t_658_21 (id)
 T_658_22Record fetchT_658_22()
          An uncommented item CONSTRAINT t_658_ref__fk_t_658_22 FOREIGN KEY (ref_22) REFERENCES public.t_658_22 (id)
 T_658_31Record fetchT_658_31()
          An uncommented item CONSTRAINT t_658_ref__fk_t_658_31 FOREIGN KEY (ref_31) REFERENCES public.t_658_31 (id)
 T_658_32Record fetchT_658_32()
          An uncommented item CONSTRAINT t_658_ref__fk_t_658_32 FOREIGN KEY (ref_32) REFERENCES public.t_658_32 (id)
 void from(Object arg0)
           
protected  void from(org.jooq.Record arg0)
           
 List<org.jooq.Attachable> getAttachables()
           
 org.jooq.Configuration getConfiguration()
           
<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 getRef_11()
          An uncommented item CONSTRAINT t_658_ref__fk_t_658_11 FOREIGN KEY (ref_11) REFERENCES public.t_658_11 (id)
 String getRef_12()
          An uncommented item CONSTRAINT t_658_ref__fk_t_658_12 FOREIGN KEY (ref_12) REFERENCES public.t_658_12 (id)
 Integer getRef_21()
          An uncommented item CONSTRAINT t_658_ref__fk_t_658_21 FOREIGN KEY (ref_21) REFERENCES public.t_658_21 (id)
 Integer getRef_22()
          An uncommented item CONSTRAINT t_658_ref__fk_t_658_22 FOREIGN KEY (ref_22) REFERENCES public.t_658_22 (id)
 Long getRef_31()
          An uncommented item CONSTRAINT t_658_ref__fk_t_658_31 FOREIGN KEY (ref_31) REFERENCES public.t_658_31 (id)
 Long getRef_32()
          An uncommented item CONSTRAINT t_658_ref__fk_t_658_32 FOREIGN KEY (ref_32) REFERENCES public.t_658_32 (id)
<T> T
getValue(org.jooq.Field<?> arg0, Class<? extends T> arg1)
           
<T> T
getValue(org.jooq.Field<?> arg0, Class<? extends T> arg1, T arg2)
           
<T> T
getValue(org.jooq.Field<T> arg0)
           
<T,U> U
getValue(org.jooq.Field<T> arg0, org.jooq.Converter<? super T,U> arg1)
           
<T,U> U
getValue(org.jooq.Field<T> arg0, org.jooq.Converter<? super T,U> arg1, U arg2)
           
<T> T
getValue(org.jooq.Field<T> arg0, T arg1)
           
 Object getValue(int arg0)
           
<Z> Z
getValue(int arg0, Class<? extends Z> arg1)
           
<Z> Z
getValue(int arg0, Class<? extends Z> arg1, Z arg2)
           
<U> U
getValue(int arg0, org.jooq.Converter<?,U> arg1)
           
<U> U
getValue(int arg0, org.jooq.Converter<?,U> arg1, U arg2)
           
 T getValue(int arg0, T arg1)
           
 Object getValue(String arg0)
           
<T> T
getValue(String arg0, Class<? extends T> arg1)
           
<Z> Z
getValue(String arg0, Class<? extends Z> arg1, Z arg2)
           
<U> U
getValue(String arg0, org.jooq.Converter<?,U> arg1)
           
<U> U
getValue(String arg0, org.jooq.Converter<?,U> arg1, U arg2)
           
 Object getValue(String arg0, Object arg1)
           
<A extends org.jooq.ArrayRecord<T>,T>
T[]
getValueAsArray(org.jooq.Field<A> arg0)
           
<A extends org.jooq.ArrayRecord<T>,T>
T[]
getValueAsArray(org.jooq.Field<A> arg0, T[] arg1)
           
 BigDecimal getValueAsBigDecimal(org.jooq.Field<?> arg0)
           
 BigDecimal getValueAsBigDecimal(org.jooq.Field<?> arg0, BigDecimal arg1)
           
 BigDecimal getValueAsBigDecimal(int arg0)
           
 BigDecimal getValueAsBigDecimal(int arg0, BigDecimal arg1)
           
 BigDecimal getValueAsBigDecimal(String arg0)
           
 BigDecimal getValueAsBigDecimal(String arg0, BigDecimal arg1)
           
 BigInteger getValueAsBigInteger(org.jooq.Field<?> arg0)
           
 BigInteger getValueAsBigInteger(org.jooq.Field<?> arg0, BigInteger arg1)
           
 BigInteger getValueAsBigInteger(int arg0)
           
 BigInteger getValueAsBigInteger(int arg0, BigInteger arg1)
           
 BigInteger getValueAsBigInteger(String arg0)
           
 BigInteger getValueAsBigInteger(String arg0, BigInteger arg1)
           
 Boolean getValueAsBoolean(org.jooq.Field<?> arg0)
           
 Boolean getValueAsBoolean(org.jooq.Field<?> arg0, Boolean arg1)
           
 Boolean getValueAsBoolean(int arg0)
           
 Boolean getValueAsBoolean(int arg0, Boolean arg1)
           
 Boolean getValueAsBoolean(String arg0)
           
 Boolean getValueAsBoolean(String arg0, Boolean arg1)
           
 Byte getValueAsByte(org.jooq.Field<?> arg0)
           
 Byte getValueAsByte(org.jooq.Field<?> arg0, Byte arg1)
           
 Byte getValueAsByte(int arg0)
           
 Byte getValueAsByte(int arg0, Byte arg1)
           
 Byte getValueAsByte(String arg0)
           
 Byte getValueAsByte(String arg0, Byte arg1)
           
 Date getValueAsDate(org.jooq.Field<?> arg0)
           
 Date getValueAsDate(org.jooq.Field<?> arg0, Date arg1)
           
 Date getValueAsDate(int arg0)
           
 Date getValueAsDate(int arg0, Date arg1)
           
 Date getValueAsDate(String arg0)
           
 Date getValueAsDate(String arg0, Date arg1)
           
 Double getValueAsDouble(org.jooq.Field<?> arg0)
           
 Double getValueAsDouble(org.jooq.Field<?> arg0, Double arg1)
           
 Double getValueAsDouble(int arg0)
           
 Double getValueAsDouble(int arg0, Double arg1)
           
 Double getValueAsDouble(String arg0)
           
 Double getValueAsDouble(String arg0, Double arg1)
           
 Float getValueAsFloat(org.jooq.Field<?> arg0)
           
 Float getValueAsFloat(org.jooq.Field<?> arg0, Float arg1)
           
 Float getValueAsFloat(int arg0)
           
 Float getValueAsFloat(int arg0, Float arg1)
           
 Float getValueAsFloat(String arg0)
           
 Float getValueAsFloat(String arg0, Float arg1)
           
 Integer getValueAsInteger(org.jooq.Field<?> arg0)
           
 Integer getValueAsInteger(org.jooq.Field<?> arg0, Integer arg1)
           
 Integer getValueAsInteger(int arg0)
           
 Integer getValueAsInteger(int arg0, Integer arg1)
           
 Integer getValueAsInteger(String arg0)
           
 Integer getValueAsInteger(String arg0, Integer arg1)
           
 Long getValueAsLong(org.jooq.Field<?> arg0)
           
 Long getValueAsLong(org.jooq.Field<?> arg0, Long arg1)
           
 Long getValueAsLong(int arg0)
           
 Long getValueAsLong(int arg0, Long arg1)
           
 Long getValueAsLong(String arg0)
           
 Long getValueAsLong(String arg0, Long arg1)
           
 Short getValueAsShort(org.jooq.Field<?> arg0)
           
 Short getValueAsShort(org.jooq.Field<?> arg0, Short arg1)
           
 Short getValueAsShort(int arg0)
           
 Short getValueAsShort(int arg0, Short arg1)
           
 Short getValueAsShort(String arg0)
           
 Short getValueAsShort(String arg0, Short arg1)
           
 String getValueAsString(org.jooq.Field<?> arg0)
           
 String getValueAsString(org.jooq.Field<?> arg0, String arg1)
           
 String getValueAsString(int arg0)
           
 String getValueAsString(int arg0, String arg1)
           
 String getValueAsString(String arg0)
           
 String getValueAsString(String arg0, String arg1)
           
 Time getValueAsTime(org.jooq.Field<?> arg0)
           
 Time getValueAsTime(org.jooq.Field<?> arg0, Time arg1)
           
 Time getValueAsTime(int arg0)
           
 Time getValueAsTime(int arg0, Time arg1)
           
 Time getValueAsTime(String arg0)
           
 Time getValueAsTime(String arg0, Time arg1)
           
 Timestamp getValueAsTimestamp(org.jooq.Field<?> arg0)
           
 Timestamp getValueAsTimestamp(org.jooq.Field<?> arg0, Timestamp arg1)
           
 Timestamp getValueAsTimestamp(int arg0)
           
 Timestamp getValueAsTimestamp(int arg0, Timestamp arg1)
           
 Timestamp getValueAsTimestamp(String arg0)
           
 Timestamp getValueAsTimestamp(String arg0, Timestamp arg1)
           
<I> I
internalAPI(Class<I> arg0)
           
<T> T
into(Class<? extends T> arg0)
           
<R extends org.jooq.Record>
R
into(org.jooq.Table<R> arg0)
           
 Object[] intoArray()
           
 void setRef_11(String value)
          An uncommented item CONSTRAINT t_658_ref__fk_t_658_11 FOREIGN KEY (ref_11) REFERENCES public.t_658_11 (id)
 void setRef_12(String value)
          An uncommented item CONSTRAINT t_658_ref__fk_t_658_12 FOREIGN KEY (ref_12) REFERENCES public.t_658_12 (id)
 void setRef_21(Integer value)
          An uncommented item CONSTRAINT t_658_ref__fk_t_658_21 FOREIGN KEY (ref_21) REFERENCES public.t_658_21 (id)
 void setRef_22(Integer value)
          An uncommented item CONSTRAINT t_658_ref__fk_t_658_22 FOREIGN KEY (ref_22) REFERENCES public.t_658_22 (id)
 void setRef_31(Long value)
          An uncommented item CONSTRAINT t_658_ref__fk_t_658_31 FOREIGN KEY (ref_31) REFERENCES public.t_658_31 (id)
 void setRef_32(Long value)
          An uncommented item CONSTRAINT t_658_ref__fk_t_658_32 FOREIGN KEY (ref_32) REFERENCES public.t_658_32 (id)
<T> void
setValue(org.jooq.Field<T> arg0, T arg1)
           
<T,U> void
setValue(org.jooq.Field<T> arg0, U arg1, org.jooq.Converter<T,? super U> arg2)
           
 int size()
           
 
Methods inherited from class org.jooq.impl.TableRecordImpl
deleteUsing, getTable, refreshUsing, storeUsing
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
 
Methods inherited from interface org.jooq.Record
from, getValue, getValue, getValue, getValue, getValue, getValue, getValue, getValue, getValue, getValue, getValue, getValue, getValue, getValue, getValueAsArray, getValueAsArray, getValueAsBigDecimal, getValueAsBigDecimal, getValueAsBigDecimal, getValueAsBigDecimal, getValueAsBigInteger, getValueAsBigInteger, getValueAsBigInteger, getValueAsBigInteger, getValueAsBoolean, getValueAsBoolean, getValueAsBoolean, getValueAsBoolean, getValueAsByte, getValueAsByte, getValueAsByte, getValueAsByte, getValueAsDate, getValueAsDate, getValueAsDate, getValueAsDate, getValueAsDouble, getValueAsDouble, getValueAsDouble, getValueAsDouble, getValueAsFloat, getValueAsFloat, getValueAsFloat, getValueAsFloat, getValueAsInteger, getValueAsInteger, getValueAsInteger, getValueAsInteger, getValueAsLong, getValueAsLong, getValueAsLong, getValueAsLong, getValueAsShort, getValueAsShort, getValueAsShort, getValueAsShort, getValueAsString, getValueAsString, getValueAsString, getValueAsString, getValueAsTime, getValueAsTime, getValueAsTime, getValueAsTime, getValueAsTimestamp, getValueAsTimestamp, getValueAsTimestamp, getValueAsTimestamp, into, into, intoArray, setValue, setValue
 
Methods inherited from interface org.jooq.FieldProvider
getField, getField, getField, getFields, getIndex
 
Methods inherited from interface org.jooq.Store
getValue, getValue, getValue, getValue, getValueAsBigDecimal, getValueAsBigDecimal, getValueAsBigInteger, getValueAsBigInteger, getValueAsBoolean, getValueAsBoolean, getValueAsByte, getValueAsByte, getValueAsDate, getValueAsDate, getValueAsDouble, getValueAsDouble, getValueAsFloat, getValueAsFloat, getValueAsInteger, getValueAsInteger, getValueAsLong, getValueAsLong, getValueAsShort, getValueAsShort, getValueAsString, getValueAsString, getValueAsTime, getValueAsTime, getValueAsTimestamp, getValueAsTimestamp, size
 
Methods inherited from interface org.jooq.Attachable
attach
 
Methods inherited from interface org.jooq.Adapter
internalAPI
 

Constructor Detail

T_658RefRecord

public T_658RefRecord()
Create a detached T_658RefRecord

Method Detail

setRef_11

public void setRef_11(String value)
An uncommented item

 CONSTRAINT t_658_ref__fk_t_658_11
 FOREIGN KEY (ref_11)
 REFERENCES public.t_658_11 (id)
 


getRef_11

public String getRef_11()
An uncommented item

 CONSTRAINT t_658_ref__fk_t_658_11
 FOREIGN KEY (ref_11)
 REFERENCES public.t_658_11 (id)
 


fetchT_658_11

public T_658_11Record fetchT_658_11()
An uncommented item

 CONSTRAINT t_658_ref__fk_t_658_11
 FOREIGN KEY (ref_11)
 REFERENCES public.t_658_11 (id)
 


setRef_21

public void setRef_21(Integer value)
An uncommented item

 CONSTRAINT t_658_ref__fk_t_658_21
 FOREIGN KEY (ref_21)
 REFERENCES public.t_658_21 (id)
 


getRef_21

public Integer getRef_21()
An uncommented item

 CONSTRAINT t_658_ref__fk_t_658_21
 FOREIGN KEY (ref_21)
 REFERENCES public.t_658_21 (id)
 


fetchT_658_21

public T_658_21Record fetchT_658_21()
An uncommented item

 CONSTRAINT t_658_ref__fk_t_658_21
 FOREIGN KEY (ref_21)
 REFERENCES public.t_658_21 (id)
 


setRef_31

public void setRef_31(Long value)
An uncommented item

 CONSTRAINT t_658_ref__fk_t_658_31
 FOREIGN KEY (ref_31)
 REFERENCES public.t_658_31 (id)
 


getRef_31

public Long getRef_31()
An uncommented item

 CONSTRAINT t_658_ref__fk_t_658_31
 FOREIGN KEY (ref_31)
 REFERENCES public.t_658_31 (id)
 


fetchT_658_31

public T_658_31Record fetchT_658_31()
An uncommented item

 CONSTRAINT t_658_ref__fk_t_658_31
 FOREIGN KEY (ref_31)
 REFERENCES public.t_658_31 (id)
 


setRef_12

public void setRef_12(String value)
An uncommented item

 CONSTRAINT t_658_ref__fk_t_658_12
 FOREIGN KEY (ref_12)
 REFERENCES public.t_658_12 (id)
 


getRef_12

public String getRef_12()
An uncommented item

 CONSTRAINT t_658_ref__fk_t_658_12
 FOREIGN KEY (ref_12)
 REFERENCES public.t_658_12 (id)
 


fetchT_658_12

public T_658_12Record fetchT_658_12()
An uncommented item

 CONSTRAINT t_658_ref__fk_t_658_12
 FOREIGN KEY (ref_12)
 REFERENCES public.t_658_12 (id)
 


setRef_22

public void setRef_22(Integer value)
An uncommented item

 CONSTRAINT t_658_ref__fk_t_658_22
 FOREIGN KEY (ref_22)
 REFERENCES public.t_658_22 (id)
 


getRef_22

public Integer getRef_22()
An uncommented item

 CONSTRAINT t_658_ref__fk_t_658_22
 FOREIGN KEY (ref_22)
 REFERENCES public.t_658_22 (id)
 


fetchT_658_22

public T_658_22Record fetchT_658_22()
An uncommented item

 CONSTRAINT t_658_ref__fk_t_658_22
 FOREIGN KEY (ref_22)
 REFERENCES public.t_658_22 (id)
 


setRef_32

public void setRef_32(Long value)
An uncommented item

 CONSTRAINT t_658_ref__fk_t_658_32
 FOREIGN KEY (ref_32)
 REFERENCES public.t_658_32 (id)
 


getRef_32

public Long getRef_32()
An uncommented item

 CONSTRAINT t_658_ref__fk_t_658_32
 FOREIGN KEY (ref_32)
 REFERENCES public.t_658_32 (id)
 


fetchT_658_32

public T_658_32Record fetchT_658_32()
An uncommented item

 CONSTRAINT t_658_ref__fk_t_658_32
 FOREIGN KEY (ref_32)
 REFERENCES public.t_658_32 (id)
 


getAttachables

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

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

size

public final int size()
Specified by:
size in interface org.jooq.Store<Object>

getIndex

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

getValue

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

getValue

public final <T> T getValue(org.jooq.Field<T> arg0,
                            T arg1)
Specified by:
getValue in interface org.jooq.Record

setValue

public final <T> void setValue(org.jooq.Field<T> arg0,
                               T arg1)
Specified by:
setValue in interface org.jooq.Record

setValue

public final <T,U> void setValue(org.jooq.Field<T> arg0,
                                 U arg1,
                                 org.jooq.Converter<T,? super U> arg2)
Specified by:
setValue in interface org.jooq.Record

getValueAsString

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

getValueAsString

public final String getValueAsString(org.jooq.Field<?> arg0,
                                     String arg1)
Specified by:
getValueAsString in interface org.jooq.Record

getValueAsByte

public final Byte getValueAsByte(org.jooq.Field<?> arg0)
Specified by:
getValueAsByte in interface org.jooq.Record

getValueAsByte

public final Byte getValueAsByte(org.jooq.Field<?> arg0,
                                 Byte arg1)
Specified by:
getValueAsByte in interface org.jooq.Record

getValueAsShort

public final Short getValueAsShort(org.jooq.Field<?> arg0)
Specified by:
getValueAsShort in interface org.jooq.Record

getValueAsShort

public final Short getValueAsShort(org.jooq.Field<?> arg0,
                                   Short arg1)
Specified by:
getValueAsShort in interface org.jooq.Record

getValueAsInteger

public final Integer getValueAsInteger(org.jooq.Field<?> arg0)
Specified by:
getValueAsInteger in interface org.jooq.Record

getValueAsInteger

public final Integer getValueAsInteger(org.jooq.Field<?> arg0,
                                       Integer arg1)
Specified by:
getValueAsInteger in interface org.jooq.Record

getValueAsLong

public final Long getValueAsLong(org.jooq.Field<?> arg0)
Specified by:
getValueAsLong in interface org.jooq.Record

getValueAsLong

public final Long getValueAsLong(org.jooq.Field<?> arg0,
                                 Long arg1)
Specified by:
getValueAsLong in interface org.jooq.Record

getValueAsBigInteger

public final BigInteger getValueAsBigInteger(org.jooq.Field<?> arg0)
Specified by:
getValueAsBigInteger in interface org.jooq.Record

getValueAsBigInteger

public final BigInteger getValueAsBigInteger(org.jooq.Field<?> arg0,
                                             BigInteger arg1)
Specified by:
getValueAsBigInteger in interface org.jooq.Record

getValueAsFloat

public final Float getValueAsFloat(org.jooq.Field<?> arg0)
Specified by:
getValueAsFloat in interface org.jooq.Record

getValueAsFloat

public final Float getValueAsFloat(org.jooq.Field<?> arg0,
                                   Float arg1)
Specified by:
getValueAsFloat in interface org.jooq.Record

getValueAsDouble

public final Double getValueAsDouble(org.jooq.Field<?> arg0)
Specified by:
getValueAsDouble in interface org.jooq.Record

getValueAsDouble

public final Double getValueAsDouble(org.jooq.Field<?> arg0,
                                     Double arg1)
Specified by:
getValueAsDouble in interface org.jooq.Record

getValueAsBigDecimal

public final BigDecimal getValueAsBigDecimal(org.jooq.Field<?> arg0)
Specified by:
getValueAsBigDecimal in interface org.jooq.Record

getValueAsBigDecimal

public final BigDecimal getValueAsBigDecimal(org.jooq.Field<?> arg0,
                                             BigDecimal arg1)
Specified by:
getValueAsBigDecimal in interface org.jooq.Record

getValueAsBoolean

public final Boolean getValueAsBoolean(org.jooq.Field<?> arg0)
Specified by:
getValueAsBoolean in interface org.jooq.Record

getValueAsBoolean

public final Boolean getValueAsBoolean(org.jooq.Field<?> arg0,
                                       Boolean arg1)
Specified by:
getValueAsBoolean in interface org.jooq.Record

getValueAsTimestamp

public final Timestamp getValueAsTimestamp(org.jooq.Field<?> arg0)
Specified by:
getValueAsTimestamp in interface org.jooq.Record

getValueAsTimestamp

public final Timestamp getValueAsTimestamp(org.jooq.Field<?> arg0,
                                           Timestamp arg1)
Specified by:
getValueAsTimestamp in interface org.jooq.Record

getValueAsDate

public final Date getValueAsDate(org.jooq.Field<?> arg0)
Specified by:
getValueAsDate in interface org.jooq.Record

getValueAsDate

public final Date getValueAsDate(org.jooq.Field<?> arg0,
                                 Date arg1)
Specified by:
getValueAsDate in interface org.jooq.Record

getValueAsTime

public final Time getValueAsTime(org.jooq.Field<?> arg0)
Specified by:
getValueAsTime in interface org.jooq.Record

getValueAsTime

public final Time getValueAsTime(org.jooq.Field<?> arg0,
                                 Time arg1)
Specified by:
getValueAsTime in interface org.jooq.Record

getValue

public final Object getValue(int arg0)
Specified by:
getValue in interface org.jooq.Store<Object>

getValue

public final Object getValue(String arg0)
Specified by:
getValue in interface org.jooq.Record

getValue

public final Object getValue(String arg0,
                             Object arg1)
Specified by:
getValue in interface org.jooq.Record

getValueAsArray

public final <A extends org.jooq.ArrayRecord<T>,T> T[] getValueAsArray(org.jooq.Field<A> arg0)
Specified by:
getValueAsArray in interface org.jooq.Record

getValueAsArray

public final <A extends org.jooq.ArrayRecord<T>,T> T[] getValueAsArray(org.jooq.Field<A> arg0,
                                                                       T[] arg1)
Specified by:
getValueAsArray in interface org.jooq.Record

getValueAsString

public final String getValueAsString(String arg0)
Specified by:
getValueAsString in interface org.jooq.Record

getValueAsString

public final String getValueAsString(String arg0,
                                     String arg1)
Specified by:
getValueAsString in interface org.jooq.Record

getValueAsByte

public final Byte getValueAsByte(String arg0)
Specified by:
getValueAsByte in interface org.jooq.Record

getValueAsByte

public final Byte getValueAsByte(String arg0,
                                 Byte arg1)
Specified by:
getValueAsByte in interface org.jooq.Record

getValueAsShort

public final Short getValueAsShort(String arg0)
Specified by:
getValueAsShort in interface org.jooq.Record

getValueAsShort

public final Short getValueAsShort(String arg0,
                                   Short arg1)
Specified by:
getValueAsShort in interface org.jooq.Record

getValueAsInteger

public final Integer getValueAsInteger(String arg0)
Specified by:
getValueAsInteger in interface org.jooq.Record

getValueAsInteger

public final Integer getValueAsInteger(String arg0,
                                       Integer arg1)
Specified by:
getValueAsInteger in interface org.jooq.Record

getValueAsLong

public final Long getValueAsLong(String arg0)
Specified by:
getValueAsLong in interface org.jooq.Record

getValueAsLong

public final Long getValueAsLong(String arg0,
                                 Long arg1)
Specified by:
getValueAsLong in interface org.jooq.Record

getValueAsBigInteger

public final BigInteger getValueAsBigInteger(String arg0)
Specified by:
getValueAsBigInteger in interface org.jooq.Record

getValueAsBigInteger

public final BigInteger getValueAsBigInteger(String arg0,
                                             BigInteger arg1)
Specified by:
getValueAsBigInteger in interface org.jooq.Record

getValueAsFloat

public final Float getValueAsFloat(String arg0)
Specified by:
getValueAsFloat in interface org.jooq.Record

getValueAsFloat

public final Float getValueAsFloat(String arg0,
                                   Float arg1)
Specified by:
getValueAsFloat in interface org.jooq.Record

getValueAsDouble

public final Double getValueAsDouble(String arg0)
Specified by:
getValueAsDouble in interface org.jooq.Record

getValueAsDouble

public final Double getValueAsDouble(String arg0,
                                     Double arg1)
Specified by:
getValueAsDouble in interface org.jooq.Record

getValueAsBigDecimal

public final BigDecimal getValueAsBigDecimal(String arg0)
Specified by:
getValueAsBigDecimal in interface org.jooq.Record

getValueAsBigDecimal

public final BigDecimal getValueAsBigDecimal(String arg0,
                                             BigDecimal arg1)
Specified by:
getValueAsBigDecimal in interface org.jooq.Record

getValueAsBoolean

public final Boolean getValueAsBoolean(String arg0)
Specified by:
getValueAsBoolean in interface org.jooq.Record

getValueAsBoolean

public final Boolean getValueAsBoolean(String arg0,
                                       Boolean arg1)
Specified by:
getValueAsBoolean in interface org.jooq.Record

getValueAsTimestamp

public final Timestamp getValueAsTimestamp(String arg0)
Specified by:
getValueAsTimestamp in interface org.jooq.Record

getValueAsTimestamp

public final Timestamp getValueAsTimestamp(String arg0,
                                           Timestamp arg1)
Specified by:
getValueAsTimestamp in interface org.jooq.Record

getValueAsDate

public final Date getValueAsDate(String arg0)
Specified by:
getValueAsDate in interface org.jooq.Record

getValueAsDate

public final Date getValueAsDate(String arg0,
                                 Date arg1)
Specified by:
getValueAsDate in interface org.jooq.Record

getValueAsTime

public final Time getValueAsTime(String arg0)
Specified by:
getValueAsTime in interface org.jooq.Record

getValueAsTime

public final Time getValueAsTime(String arg0,
                                 Time arg1)
Specified by:
getValueAsTime in interface org.jooq.Record

getValue

public final <T> T getValue(org.jooq.Field<?> arg0,
                            Class<? extends T> arg1)
Specified by:
getValue in interface org.jooq.Record

getValue

public final <T> T getValue(org.jooq.Field<?> arg0,
                            Class<? extends T> arg1,
                            T arg2)
Specified by:
getValue in interface org.jooq.Record

getValue

public final <T> T getValue(String arg0,
                            Class<? extends T> arg1)
Specified by:
getValue in interface org.jooq.Record

getValue

public final <Z> Z getValue(String arg0,
                            Class<? extends Z> arg1,
                            Z arg2)
Specified by:
getValue in interface org.jooq.Record

getValue

public final <T,U> U getValue(org.jooq.Field<T> arg0,
                              org.jooq.Converter<? super T,U> arg1)
Specified by:
getValue in interface org.jooq.Record

getValue

public final <T,U> U getValue(org.jooq.Field<T> arg0,
                              org.jooq.Converter<? super T,U> arg1,
                              U arg2)
Specified by:
getValue in interface org.jooq.Record

getValue

public final <U> U getValue(int arg0,
                            org.jooq.Converter<?,U> arg1)
Specified by:
getValue in interface org.jooq.Record

getValue

public final <U> U getValue(int arg0,
                            org.jooq.Converter<?,U> arg1,
                            U arg2)
Specified by:
getValue in interface org.jooq.Record

getValue

public final <U> U getValue(String arg0,
                            org.jooq.Converter<?,U> arg1)
Specified by:
getValue in interface org.jooq.Record

getValue

public final <U> U getValue(String arg0,
                            org.jooq.Converter<?,U> arg1,
                            U arg2)
Specified by:
getValue in interface org.jooq.Record

intoArray

public final Object[] intoArray()
Specified by:
intoArray in interface org.jooq.Record

into

public final <T> T into(Class<? extends T> arg0)
Specified by:
into in interface org.jooq.Record

into

public final <R extends org.jooq.Record> R into(org.jooq.Table<R> arg0)
Specified by:
into in interface org.jooq.Record

from

public final void from(Object arg0)
Specified by:
from in interface org.jooq.Record

from

protected final void from(org.jooq.Record arg0)

internalAPI

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

attach

public final void attach(org.jooq.Configuration arg0)
Specified by:
attach in interface org.jooq.Attachable

getConfiguration

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

create

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

getValue

public final T getValue(int arg0,
                        T arg1)
Specified by:
getValue in interface org.jooq.Store<T>

getValueAsBigDecimal

public final BigDecimal getValueAsBigDecimal(int arg0)
Specified by:
getValueAsBigDecimal in interface org.jooq.Store<T>

getValueAsBigDecimal

public final BigDecimal getValueAsBigDecimal(int arg0,
                                             BigDecimal arg1)
Specified by:
getValueAsBigDecimal in interface org.jooq.Store<T>

getValueAsBoolean

public final Boolean getValueAsBoolean(int arg0)
Specified by:
getValueAsBoolean in interface org.jooq.Store<T>

getValueAsBoolean

public final Boolean getValueAsBoolean(int arg0,
                                       Boolean arg1)
Specified by:
getValueAsBoolean in interface org.jooq.Store<T>

getValueAsBigInteger

public final BigInteger getValueAsBigInteger(int arg0)
Specified by:
getValueAsBigInteger in interface org.jooq.Store<T>

getValueAsBigInteger

public final BigInteger getValueAsBigInteger(int arg0,
                                             BigInteger arg1)
Specified by:
getValueAsBigInteger in interface org.jooq.Store<T>

getValueAsByte

public final Byte getValueAsByte(int arg0)
Specified by:
getValueAsByte in interface org.jooq.Store<T>

getValueAsByte

public final Byte getValueAsByte(int arg0,
                                 Byte arg1)
Specified by:
getValueAsByte in interface org.jooq.Store<T>

getValueAsDate

public final Date getValueAsDate(int arg0)
Specified by:
getValueAsDate in interface org.jooq.Store<T>

getValueAsDate

public final Date getValueAsDate(int arg0,
                                 Date arg1)
Specified by:
getValueAsDate in interface org.jooq.Store<T>

getValueAsDouble

public final Double getValueAsDouble(int arg0)
Specified by:
getValueAsDouble in interface org.jooq.Store<T>

getValueAsDouble

public final Double getValueAsDouble(int arg0,
                                     Double arg1)
Specified by:
getValueAsDouble in interface org.jooq.Store<T>

getValueAsFloat

public final Float getValueAsFloat(int arg0)
Specified by:
getValueAsFloat in interface org.jooq.Store<T>

getValueAsFloat

public final Float getValueAsFloat(int arg0,
                                   Float arg1)
Specified by:
getValueAsFloat in interface org.jooq.Store<T>

getValueAsInteger

public final Integer getValueAsInteger(int arg0)
Specified by:
getValueAsInteger in interface org.jooq.Store<T>

getValueAsInteger

public final Integer getValueAsInteger(int arg0,
                                       Integer arg1)
Specified by:
getValueAsInteger in interface org.jooq.Store<T>

getValueAsLong

public final Long getValueAsLong(int arg0)
Specified by:
getValueAsLong in interface org.jooq.Store<T>

getValueAsLong

public final Long getValueAsLong(int arg0,
                                 Long arg1)
Specified by:
getValueAsLong in interface org.jooq.Store<T>

getValueAsShort

public final Short getValueAsShort(int arg0)
Specified by:
getValueAsShort in interface org.jooq.Store<T>

getValueAsShort

public final Short getValueAsShort(int arg0,
                                   Short arg1)
Specified by:
getValueAsShort in interface org.jooq.Store<T>

getValueAsString

public final String getValueAsString(int arg0)
Specified by:
getValueAsString in interface org.jooq.Store<T>

getValueAsString

public final String getValueAsString(int arg0,
                                     String arg1)
Specified by:
getValueAsString in interface org.jooq.Store<T>

getValueAsTime

public final Time getValueAsTime(int arg0)
Specified by:
getValueAsTime in interface org.jooq.Store<T>

getValueAsTime

public final Time getValueAsTime(int arg0,
                                 Time arg1)
Specified by:
getValueAsTime in interface org.jooq.Store<T>

getValueAsTimestamp

public final Timestamp getValueAsTimestamp(int arg0)
Specified by:
getValueAsTimestamp in interface org.jooq.Store<T>

getValueAsTimestamp

public final Timestamp getValueAsTimestamp(int arg0,
                                           Timestamp arg1)
Specified by:
getValueAsTimestamp in interface org.jooq.Store<T>

getValue

public final <Z> Z getValue(int arg0,
                            Class<? extends Z> arg1)
Specified by:
getValue in interface org.jooq.Store<T>

getValue

public final <Z> Z getValue(int arg0,
                            Class<? extends Z> arg1,
                            Z arg2)
Specified by:
getValue in interface org.jooq.Store<T>


Copyright © 2012. All Rights Reserved.