org.jooq.util.maven.example.ase.tables.records
Class TBookToBookStoreRecord

java.lang.Object
  extended by org.jooq.impl.TableRecordImpl<R>
      extended by org.jooq.impl.UpdatableRecordImpl<TBookToBookStoreRecord>
          extended by org.jooq.util.maven.example.ase.tables.records.TBookToBookStoreRecord
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<TBookToBookStoreRecord>, org.jooq.Updatable<TBookToBookStoreRecord>, org.jooq.UpdatableRecord<TBookToBookStoreRecord>

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

This class is generated by jOOQ.

See Also:
Serialized Form

Constructor Summary
TBookToBookStoreRecord()
          Create a detached TBookToBookStoreRecord
 
Method Summary
 void attach(org.jooq.Configuration arg0)
           
protected  org.jooq.impl.Factory create()
           
 TBookRecord fetchTBook()
          An uncommented item PRIMARY KEY CONSTRAINT t_book_to_book_store__fk_b2bs_b_id FOREIGN KEY (book_id) REFERENCES dbo.t_book (id)
 TBookStoreRecord fetchTBookStore()
          An uncommented item PRIMARY KEY CONSTRAINT t_book_to_book_store__fk_b2bs_bs_name FOREIGN KEY (book_store_name) REFERENCES dbo.t_book_store (name)
 void from(Object arg0)
           
protected  void from(org.jooq.Record arg0)
           
 List<org.jooq.Attachable> getAttachables()
           
 Integer getBookId()
          An uncommented item PRIMARY KEY CONSTRAINT t_book_to_book_store__fk_b2bs_b_id FOREIGN KEY (book_id) REFERENCES dbo.t_book (id)
 String getBookStoreName()
          An uncommented item PRIMARY KEY CONSTRAINT t_book_to_book_store__fk_b2bs_bs_name FOREIGN KEY (book_store_name) REFERENCES dbo.t_book_store (name)
 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)
           
 Integer getStock()
          An uncommented item
<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 setBookId(Integer value)
          An uncommented item PRIMARY KEY CONSTRAINT t_book_to_book_store__fk_b2bs_b_id FOREIGN KEY (book_id) REFERENCES dbo.t_book (id)
 void setBookStoreName(String value)
          An uncommented item PRIMARY KEY CONSTRAINT t_book_to_book_store__fk_b2bs_bs_name FOREIGN KEY (book_store_name) REFERENCES dbo.t_book_store (name)
 void setStock(Integer value)
          An uncommented item
<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.UpdatableRecordImpl
copy, delete, getTable, refresh, store
 
Methods inherited from class org.jooq.impl.TableRecordImpl
deleteUsing, refreshUsing, storeUsing
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
 
Methods inherited from interface org.jooq.TableRecord
deleteUsing, refreshUsing, storeUsing
 
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

TBookToBookStoreRecord

public TBookToBookStoreRecord()
Create a detached TBookToBookStoreRecord

Method Detail

setBookStoreName

public void setBookStoreName(String value)
An uncommented item PRIMARY KEY

 CONSTRAINT t_book_to_book_store__fk_b2bs_bs_name
 FOREIGN KEY (book_store_name)
 REFERENCES dbo.t_book_store (name)
 


getBookStoreName

public String getBookStoreName()
An uncommented item PRIMARY KEY

 CONSTRAINT t_book_to_book_store__fk_b2bs_bs_name
 FOREIGN KEY (book_store_name)
 REFERENCES dbo.t_book_store (name)
 


fetchTBookStore

public TBookStoreRecord fetchTBookStore()
An uncommented item PRIMARY KEY

 CONSTRAINT t_book_to_book_store__fk_b2bs_bs_name
 FOREIGN KEY (book_store_name)
 REFERENCES dbo.t_book_store (name)
 


setBookId

public void setBookId(Integer value)
An uncommented item PRIMARY KEY

 CONSTRAINT t_book_to_book_store__fk_b2bs_b_id
 FOREIGN KEY (book_id)
 REFERENCES dbo.t_book (id)
 


getBookId

public Integer getBookId()
An uncommented item PRIMARY KEY

 CONSTRAINT t_book_to_book_store__fk_b2bs_b_id
 FOREIGN KEY (book_id)
 REFERENCES dbo.t_book (id)
 


fetchTBook

public TBookRecord fetchTBook()
An uncommented item PRIMARY KEY

 CONSTRAINT t_book_to_book_store__fk_b2bs_b_id
 FOREIGN KEY (book_id)
 REFERENCES dbo.t_book (id)
 


setStock

public void setStock(Integer value)
An uncommented item


getStock

public Integer getStock()
An uncommented item


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.