org.jooq.util.maven.example.mysql.tables.records
Class VBookRecord

java.lang.Object
  extended by org.jooq.impl.TableRecordImpl<VBookRecord>
      extended by org.jooq.util.maven.example.mysql.tables.records.VBookRecord
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<VBookRecord>

public class VBookRecord
extends org.jooq.impl.TableRecordImpl<VBookRecord>

This class is generated by jOOQ. VIEW

See Also:
Serialized Form

Constructor Summary
VBookRecord()
          Create a detached VBookRecord
 
Method Summary
 void attach(org.jooq.Configuration arg0)
           
protected  org.jooq.impl.Factory create()
           
 void from(Object arg0)
           
protected  void from(org.jooq.Record arg0)
           
 List<org.jooq.Attachable> getAttachables()
           
 Integer getAuthorId()
          The author ID in entity 'author'
 Integer getCoAuthorId()
          An uncommented item
 org.jooq.Configuration getConfiguration()
           
 byte[] getContentPdf()
          Some binary content of the book
 String getContentText()
          Some textual content of the book
 Integer getDetailsId()
          Some more details about the book
<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()
           
 Integer getId()
          The book ID
 int getIndex(org.jooq.Field<?> arg0)
           
 Integer getLanguageId()
          The language of the book
 Integer getPublishedIn()
          The year the book was published in
 VBookStatus getStatus()
          The book's stock status
 String getTitle()
          The book's title
<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 setAuthorId(Integer value)
          The author ID in entity 'author'
 void setCoAuthorId(Integer value)
          An uncommented item
 void setContentPdf(byte[] value)
          Some binary content of the book
 void setContentText(String value)
          Some textual content of the book
 void setDetailsId(Integer value)
          Some more details about the book
 void setId(Integer value)
          The book ID
 void setLanguageId(Integer value)
          The language of the book
 void setPublishedIn(Integer value)
          The year the book was published in
 void setStatus(VBookStatus value)
          The book's stock status
 void setTitle(String value)
          The book's title
<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

VBookRecord

public VBookRecord()
Create a detached VBookRecord

Method Detail

setId

public void setId(Integer value)
The book ID


getId

public Integer getId()
The book ID


setAuthorId

public void setAuthorId(Integer value)
The author ID in entity 'author'


getAuthorId

public Integer getAuthorId()
The author ID in entity 'author'


setCoAuthorId

public void setCoAuthorId(Integer value)
An uncommented item


getCoAuthorId

public Integer getCoAuthorId()
An uncommented item


setDetailsId

public void setDetailsId(Integer value)
Some more details about the book


getDetailsId

public Integer getDetailsId()
Some more details about the book


setTitle

public void setTitle(String value)
The book's title


getTitle

public String getTitle()
The book's title


setPublishedIn

public void setPublishedIn(Integer value)
The year the book was published in


getPublishedIn

public Integer getPublishedIn()
The year the book was published in


setLanguageId

public void setLanguageId(Integer value)
The language of the book


getLanguageId

public Integer getLanguageId()
The language of the book


setContentText

public void setContentText(String value)
Some textual content of the book


getContentText

public String getContentText()
Some textual content of the book


setContentPdf

public void setContentPdf(byte[] value)
Some binary content of the book


getContentPdf

public byte[] getContentPdf()
Some binary content of the book


setStatus

public void setStatus(VBookStatus value)
The book's stock status


getStatus

public VBookStatus getStatus()
The book's stock status


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.