|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectorg.jooq.impl.TableRecordImpl<R>
org.jooq.impl.UpdatableRecordImpl<TBookRecord>
org.jooq.util.maven.example.mysql.tables.records.TBookRecord
@Generated(value={"http://www.jooq.org","2.0.2"},
comments="This class is generated by jOOQ")
public class TBookRecordThis class is generated by jOOQ. An entity holding books
| Constructor Summary | |
|---|---|
TBookRecord()
Create a detached TBookRecord |
|
| Method Summary | ||
|---|---|---|
void |
attach(org.jooq.Configuration arg0)
|
|
protected org.jooq.impl.Factory |
create()
|
|
TAuthorRecord |
fetchTAuthorByAuthorId()
The author ID in entity 'author'
FOREIGN KEY [test.t_book.AUTHOR_ID]
REFERENCES t_author [test.t_author.ID]
|
|
TAuthorRecord |
fetchTAuthorByCoAuthorId()
An uncommented item
FOREIGN KEY [test.t_book.co_author_id]
REFERENCES t_author [test.t_author.ID]
|
|
List<TBookToBookStoreRecord> |
fetchTBookToBookStoreList()
The book ID PRIMARY KEY |
|
TLanguageRecord |
fetchTLanguage()
The language of the book
FOREIGN KEY [test.t_book.LANGUAGE_ID]
REFERENCES t_language [test.t_language.ID]
|
|
void |
from(Object arg0)
|
|
protected void |
from(org.jooq.Record arg0)
|
|
List<org.jooq.Attachable> |
getAttachables()
|
|
Integer |
getAuthorId()
The author ID in entity 'author'
FOREIGN KEY [test.t_book.AUTHOR_ID]
REFERENCES t_author [test.t_author.ID]
|
|
Integer |
getCoAuthorId()
An uncommented item
FOREIGN KEY [test.t_book.co_author_id]
REFERENCES t_author [test.t_author.ID]
|
|
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 |
|
|
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 PRIMARY KEY |
|
int |
getIndex(org.jooq.Field<?> arg0)
|
|
Integer |
getLanguageId()
The language of the book
FOREIGN KEY [test.t_book.LANGUAGE_ID]
REFERENCES t_language [test.t_language.ID]
|
|
Integer |
getPublishedIn()
The year the book was published in |
|
TBookStatus |
getStatus()
The book's stock status |
|
String |
getTitle()
The book's title |
|
|
getValue(org.jooq.Field<?> arg0,
Class<? extends T> arg1)
|
|
|
getValue(org.jooq.Field<?> arg0,
Class<? extends T> arg1,
T arg2)
|
|
|
getValue(org.jooq.Field<T> arg0)
|
|
|
getValue(org.jooq.Field<T> arg0,
T arg1)
|
|
Object |
getValue(int arg0)
|
|
|
getValue(int arg0,
Class<? extends Z> arg1)
|
|
|
getValue(int arg0,
Class<? extends Z> arg1,
Z arg2)
|
|
T |
getValue(int arg0,
T arg1)
|
|
Object |
getValue(String arg0)
|
|
|
getValue(String arg0,
Class<? extends T> arg1)
|
|
|
getValue(String arg0,
Class<? extends Z> arg1,
Z arg2)
|
|
Object |
getValue(String arg0,
Object arg1)
|
|
|
getValueAsArray(org.jooq.Field<A> arg0)
|
|
|
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)
|
|
|
internalAPI(Class<I> arg0)
|
|
|
into(Class<? extends T> arg0)
|
|
|
into(org.jooq.Table<R> arg0)
|
|
Object[] |
intoArray()
|
|
void |
setAuthorId(Integer value)
The author ID in entity 'author'
FOREIGN KEY [test.t_book.AUTHOR_ID]
REFERENCES t_author [test.t_author.ID]
|
|
void |
setCoAuthorId(Integer value)
An uncommented item
FOREIGN KEY [test.t_book.co_author_id]
REFERENCES t_author [test.t_author.ID]
|
|
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 PRIMARY KEY |
|
void |
setLanguageId(Integer value)
The language of the book
FOREIGN KEY [test.t_book.LANGUAGE_ID]
REFERENCES t_language [test.t_language.ID]
|
|
void |
setPublishedIn(Integer value)
The year the book was published in |
|
void |
setStatus(TBookStatus value)
The book's stock status |
|
void |
setTitle(String value)
The book's title |
|
|
setValue(org.jooq.Field<T> arg0,
T arg1)
|
|
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, 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 |
| 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 |
|---|
public TBookRecord()
| Method Detail |
|---|
public void setId(Integer value)
public Integer getId()
public List<TBookToBookStoreRecord> fetchTBookToBookStoreList()
public void setAuthorId(Integer value)
FOREIGN KEY [test.t_book.AUTHOR_ID]
REFERENCES t_author [test.t_author.ID]
public Integer getAuthorId()
FOREIGN KEY [test.t_book.AUTHOR_ID]
REFERENCES t_author [test.t_author.ID]
public TAuthorRecord fetchTAuthorByAuthorId()
FOREIGN KEY [test.t_book.AUTHOR_ID]
REFERENCES t_author [test.t_author.ID]
public void setCoAuthorId(Integer value)
FOREIGN KEY [test.t_book.co_author_id]
REFERENCES t_author [test.t_author.ID]
public Integer getCoAuthorId()
FOREIGN KEY [test.t_book.co_author_id]
REFERENCES t_author [test.t_author.ID]
public TAuthorRecord fetchTAuthorByCoAuthorId()
FOREIGN KEY [test.t_book.co_author_id]
REFERENCES t_author [test.t_author.ID]
public void setDetailsId(Integer value)
public Integer getDetailsId()
public void setTitle(String value)
public String getTitle()
public void setPublishedIn(Integer value)
public Integer getPublishedIn()
public void setLanguageId(Integer value)
FOREIGN KEY [test.t_book.LANGUAGE_ID]
REFERENCES t_language [test.t_language.ID]
public Integer getLanguageId()
FOREIGN KEY [test.t_book.LANGUAGE_ID]
REFERENCES t_language [test.t_language.ID]
public TLanguageRecord fetchTLanguage()
FOREIGN KEY [test.t_book.LANGUAGE_ID]
REFERENCES t_language [test.t_language.ID]
public void setContentText(String value)
public String getContentText()
public void setContentPdf(byte[] value)
public byte[] getContentPdf()
public void setStatus(TBookStatus value)
public TBookStatus getStatus()
public final List<org.jooq.Attachable> getAttachables()
getAttachables in interface org.jooq.AttachableInternalpublic final List<org.jooq.Field<?>> getFields()
getFields in interface org.jooq.FieldProviderpublic final <T> org.jooq.Field<T> getField(org.jooq.Field<T> arg0)
getField in interface org.jooq.FieldProviderpublic final org.jooq.Field<?> getField(String arg0)
getField in interface org.jooq.FieldProviderpublic final org.jooq.Field<?> getField(int arg0)
getField in interface org.jooq.FieldProviderpublic final int size()
size in interface org.jooq.Store<Object>public final int getIndex(org.jooq.Field<?> arg0)
getIndex in interface org.jooq.FieldProvider
public final <T> T getValue(org.jooq.Field<T> arg0)
throws IllegalArgumentException
getValue in interface org.jooq.RecordIllegalArgumentException
public final <T> T getValue(org.jooq.Field<T> arg0,
T arg1)
throws IllegalArgumentException
getValue in interface org.jooq.RecordIllegalArgumentException
public final <T> void setValue(org.jooq.Field<T> arg0,
T arg1)
setValue in interface org.jooq.Record
public final String getValueAsString(org.jooq.Field<?> arg0)
throws IllegalArgumentException
getValueAsString in interface org.jooq.RecordIllegalArgumentException
public final String getValueAsString(org.jooq.Field<?> arg0,
String arg1)
throws IllegalArgumentException
getValueAsString in interface org.jooq.RecordIllegalArgumentException
public final Byte getValueAsByte(org.jooq.Field<?> arg0)
throws IllegalArgumentException
getValueAsByte in interface org.jooq.RecordIllegalArgumentException
public final Byte getValueAsByte(org.jooq.Field<?> arg0,
Byte arg1)
throws IllegalArgumentException
getValueAsByte in interface org.jooq.RecordIllegalArgumentException
public final Short getValueAsShort(org.jooq.Field<?> arg0)
throws IllegalArgumentException
getValueAsShort in interface org.jooq.RecordIllegalArgumentException
public final Short getValueAsShort(org.jooq.Field<?> arg0,
Short arg1)
throws IllegalArgumentException
getValueAsShort in interface org.jooq.RecordIllegalArgumentException
public final Integer getValueAsInteger(org.jooq.Field<?> arg0)
throws IllegalArgumentException
getValueAsInteger in interface org.jooq.RecordIllegalArgumentException
public final Integer getValueAsInteger(org.jooq.Field<?> arg0,
Integer arg1)
throws IllegalArgumentException
getValueAsInteger in interface org.jooq.RecordIllegalArgumentException
public final Long getValueAsLong(org.jooq.Field<?> arg0)
throws IllegalArgumentException
getValueAsLong in interface org.jooq.RecordIllegalArgumentException
public final Long getValueAsLong(org.jooq.Field<?> arg0,
Long arg1)
throws IllegalArgumentException
getValueAsLong in interface org.jooq.RecordIllegalArgumentException
public final BigInteger getValueAsBigInteger(org.jooq.Field<?> arg0)
throws IllegalArgumentException
getValueAsBigInteger in interface org.jooq.RecordIllegalArgumentException
public final BigInteger getValueAsBigInteger(org.jooq.Field<?> arg0,
BigInteger arg1)
throws IllegalArgumentException
getValueAsBigInteger in interface org.jooq.RecordIllegalArgumentException
public final Float getValueAsFloat(org.jooq.Field<?> arg0)
throws IllegalArgumentException
getValueAsFloat in interface org.jooq.RecordIllegalArgumentException
public final Float getValueAsFloat(org.jooq.Field<?> arg0,
Float arg1)
throws IllegalArgumentException
getValueAsFloat in interface org.jooq.RecordIllegalArgumentException
public final Double getValueAsDouble(org.jooq.Field<?> arg0)
throws IllegalArgumentException
getValueAsDouble in interface org.jooq.RecordIllegalArgumentException
public final Double getValueAsDouble(org.jooq.Field<?> arg0,
Double arg1)
throws IllegalArgumentException
getValueAsDouble in interface org.jooq.RecordIllegalArgumentException
public final BigDecimal getValueAsBigDecimal(org.jooq.Field<?> arg0)
throws IllegalArgumentException
getValueAsBigDecimal in interface org.jooq.RecordIllegalArgumentException
public final BigDecimal getValueAsBigDecimal(org.jooq.Field<?> arg0,
BigDecimal arg1)
throws IllegalArgumentException
getValueAsBigDecimal in interface org.jooq.RecordIllegalArgumentException
public final Boolean getValueAsBoolean(org.jooq.Field<?> arg0)
throws IllegalArgumentException
getValueAsBoolean in interface org.jooq.RecordIllegalArgumentException
public final Boolean getValueAsBoolean(org.jooq.Field<?> arg0,
Boolean arg1)
throws IllegalArgumentException
getValueAsBoolean in interface org.jooq.RecordIllegalArgumentException
public final Timestamp getValueAsTimestamp(org.jooq.Field<?> arg0)
throws IllegalArgumentException
getValueAsTimestamp in interface org.jooq.RecordIllegalArgumentException
public final Timestamp getValueAsTimestamp(org.jooq.Field<?> arg0,
Timestamp arg1)
throws IllegalArgumentException
getValueAsTimestamp in interface org.jooq.RecordIllegalArgumentException
public final Date getValueAsDate(org.jooq.Field<?> arg0)
throws IllegalArgumentException
getValueAsDate in interface org.jooq.RecordIllegalArgumentException
public final Date getValueAsDate(org.jooq.Field<?> arg0,
Date arg1)
throws IllegalArgumentException
getValueAsDate in interface org.jooq.RecordIllegalArgumentException
public final Time getValueAsTime(org.jooq.Field<?> arg0)
throws IllegalArgumentException
getValueAsTime in interface org.jooq.RecordIllegalArgumentException
public final Time getValueAsTime(org.jooq.Field<?> arg0,
Time arg1)
throws IllegalArgumentException
getValueAsTime in interface org.jooq.RecordIllegalArgumentException
public final Object getValue(int arg0)
throws IllegalArgumentException
getValue in interface org.jooq.Store<Object>IllegalArgumentException
public final Object getValue(String arg0)
throws IllegalArgumentException
getValue in interface org.jooq.RecordIllegalArgumentException
public final Object getValue(String arg0,
Object arg1)
throws IllegalArgumentException
getValue in interface org.jooq.RecordIllegalArgumentException
public final <A extends org.jooq.ArrayRecord<T>,T> T[] getValueAsArray(org.jooq.Field<A> arg0)
throws IllegalArgumentException
getValueAsArray in interface org.jooq.RecordIllegalArgumentException
public final <A extends org.jooq.ArrayRecord<T>,T> T[] getValueAsArray(org.jooq.Field<A> arg0,
T[] arg1)
throws IllegalArgumentException
getValueAsArray in interface org.jooq.RecordIllegalArgumentException
public final String getValueAsString(String arg0)
throws IllegalArgumentException
getValueAsString in interface org.jooq.RecordIllegalArgumentException
public final String getValueAsString(String arg0,
String arg1)
throws IllegalArgumentException
getValueAsString in interface org.jooq.RecordIllegalArgumentException
public final Byte getValueAsByte(String arg0)
throws IllegalArgumentException
getValueAsByte in interface org.jooq.RecordIllegalArgumentException
public final Byte getValueAsByte(String arg0,
Byte arg1)
throws IllegalArgumentException
getValueAsByte in interface org.jooq.RecordIllegalArgumentException
public final Short getValueAsShort(String arg0)
throws IllegalArgumentException
getValueAsShort in interface org.jooq.RecordIllegalArgumentException
public final Short getValueAsShort(String arg0,
Short arg1)
throws IllegalArgumentException
getValueAsShort in interface org.jooq.RecordIllegalArgumentException
public final Integer getValueAsInteger(String arg0)
throws IllegalArgumentException
getValueAsInteger in interface org.jooq.RecordIllegalArgumentException
public final Integer getValueAsInteger(String arg0,
Integer arg1)
throws IllegalArgumentException
getValueAsInteger in interface org.jooq.RecordIllegalArgumentException
public final Long getValueAsLong(String arg0)
throws IllegalArgumentException
getValueAsLong in interface org.jooq.RecordIllegalArgumentException
public final Long getValueAsLong(String arg0,
Long arg1)
throws IllegalArgumentException
getValueAsLong in interface org.jooq.RecordIllegalArgumentException
public final BigInteger getValueAsBigInteger(String arg0)
throws IllegalArgumentException
getValueAsBigInteger in interface org.jooq.RecordIllegalArgumentException
public final BigInteger getValueAsBigInteger(String arg0,
BigInteger arg1)
throws IllegalArgumentException
getValueAsBigInteger in interface org.jooq.RecordIllegalArgumentException
public final Float getValueAsFloat(String arg0)
throws IllegalArgumentException
getValueAsFloat in interface org.jooq.RecordIllegalArgumentException
public final Float getValueAsFloat(String arg0,
Float arg1)
throws IllegalArgumentException
getValueAsFloat in interface org.jooq.RecordIllegalArgumentException
public final Double getValueAsDouble(String arg0)
throws IllegalArgumentException
getValueAsDouble in interface org.jooq.RecordIllegalArgumentException
public final Double getValueAsDouble(String arg0,
Double arg1)
throws IllegalArgumentException
getValueAsDouble in interface org.jooq.RecordIllegalArgumentException
public final BigDecimal getValueAsBigDecimal(String arg0)
throws IllegalArgumentException
getValueAsBigDecimal in interface org.jooq.RecordIllegalArgumentException
public final BigDecimal getValueAsBigDecimal(String arg0,
BigDecimal arg1)
throws IllegalArgumentException
getValueAsBigDecimal in interface org.jooq.RecordIllegalArgumentException
public final Boolean getValueAsBoolean(String arg0)
throws IllegalArgumentException
getValueAsBoolean in interface org.jooq.RecordIllegalArgumentException
public final Boolean getValueAsBoolean(String arg0,
Boolean arg1)
throws IllegalArgumentException
getValueAsBoolean in interface org.jooq.RecordIllegalArgumentException
public final Timestamp getValueAsTimestamp(String arg0)
throws IllegalArgumentException
getValueAsTimestamp in interface org.jooq.RecordIllegalArgumentException
public final Timestamp getValueAsTimestamp(String arg0,
Timestamp arg1)
throws IllegalArgumentException
getValueAsTimestamp in interface org.jooq.RecordIllegalArgumentException
public final Date getValueAsDate(String arg0)
throws IllegalArgumentException
getValueAsDate in interface org.jooq.RecordIllegalArgumentException
public final Date getValueAsDate(String arg0,
Date arg1)
throws IllegalArgumentException
getValueAsDate in interface org.jooq.RecordIllegalArgumentException
public final Time getValueAsTime(String arg0)
throws IllegalArgumentException
getValueAsTime in interface org.jooq.RecordIllegalArgumentException
public final Time getValueAsTime(String arg0,
Time arg1)
throws IllegalArgumentException
getValueAsTime in interface org.jooq.RecordIllegalArgumentException
public final <T> T getValue(org.jooq.Field<?> arg0,
Class<? extends T> arg1)
throws IllegalArgumentException
getValue in interface org.jooq.RecordIllegalArgumentException
public final <T> T getValue(org.jooq.Field<?> arg0,
Class<? extends T> arg1,
T arg2)
throws IllegalArgumentException
getValue in interface org.jooq.RecordIllegalArgumentException
public final <T> T getValue(String arg0,
Class<? extends T> arg1)
throws IllegalArgumentException
getValue in interface org.jooq.RecordIllegalArgumentException
public final <Z> Z getValue(String arg0,
Class<? extends Z> arg1,
Z arg2)
throws IllegalArgumentException
getValue in interface org.jooq.RecordIllegalArgumentExceptionpublic final Object[] intoArray()
intoArray in interface org.jooq.Recordpublic final <T> T into(Class<? extends T> arg0)
into in interface org.jooq.Recordpublic final <R extends org.jooq.Record> R into(org.jooq.Table<R> arg0)
into in interface org.jooq.Recordpublic final void from(Object arg0)
from in interface org.jooq.Recordprotected final void from(org.jooq.Record arg0)
public final <I> I internalAPI(Class<I> arg0)
throws ClassCastException
internalAPI in interface org.jooq.AdapterClassCastExceptionpublic final void attach(org.jooq.Configuration arg0)
attach in interface org.jooq.Attachablepublic final org.jooq.Configuration getConfiguration()
getConfiguration in interface org.jooq.AttachableInternalprotected final org.jooq.impl.Factory create()
public final T getValue(int arg0,
T arg1)
throws IllegalArgumentException
getValue in interface org.jooq.Store<T>IllegalArgumentException
public final BigDecimal getValueAsBigDecimal(int arg0)
throws IllegalArgumentException
getValueAsBigDecimal in interface org.jooq.Store<T>IllegalArgumentException
public final BigDecimal getValueAsBigDecimal(int arg0,
BigDecimal arg1)
throws IllegalArgumentException
getValueAsBigDecimal in interface org.jooq.Store<T>IllegalArgumentException
public final Boolean getValueAsBoolean(int arg0)
throws IllegalArgumentException
getValueAsBoolean in interface org.jooq.Store<T>IllegalArgumentException
public final Boolean getValueAsBoolean(int arg0,
Boolean arg1)
throws IllegalArgumentException
getValueAsBoolean in interface org.jooq.Store<T>IllegalArgumentException
public final BigInteger getValueAsBigInteger(int arg0)
throws IllegalArgumentException
getValueAsBigInteger in interface org.jooq.Store<T>IllegalArgumentException
public final BigInteger getValueAsBigInteger(int arg0,
BigInteger arg1)
throws IllegalArgumentException
getValueAsBigInteger in interface org.jooq.Store<T>IllegalArgumentException
public final Byte getValueAsByte(int arg0)
throws IllegalArgumentException
getValueAsByte in interface org.jooq.Store<T>IllegalArgumentException
public final Byte getValueAsByte(int arg0,
Byte arg1)
throws IllegalArgumentException
getValueAsByte in interface org.jooq.Store<T>IllegalArgumentException
public final Date getValueAsDate(int arg0)
throws IllegalArgumentException
getValueAsDate in interface org.jooq.Store<T>IllegalArgumentException
public final Date getValueAsDate(int arg0,
Date arg1)
throws IllegalArgumentException
getValueAsDate in interface org.jooq.Store<T>IllegalArgumentException
public final Double getValueAsDouble(int arg0)
throws IllegalArgumentException
getValueAsDouble in interface org.jooq.Store<T>IllegalArgumentException
public final Double getValueAsDouble(int arg0,
Double arg1)
throws IllegalArgumentException
getValueAsDouble in interface org.jooq.Store<T>IllegalArgumentException
public final Float getValueAsFloat(int arg0)
throws IllegalArgumentException
getValueAsFloat in interface org.jooq.Store<T>IllegalArgumentException
public final Float getValueAsFloat(int arg0,
Float arg1)
throws IllegalArgumentException
getValueAsFloat in interface org.jooq.Store<T>IllegalArgumentException
public final Integer getValueAsInteger(int arg0)
throws IllegalArgumentException
getValueAsInteger in interface org.jooq.Store<T>IllegalArgumentException
public final Integer getValueAsInteger(int arg0,
Integer arg1)
throws IllegalArgumentException
getValueAsInteger in interface org.jooq.Store<T>IllegalArgumentException
public final Long getValueAsLong(int arg0)
throws IllegalArgumentException
getValueAsLong in interface org.jooq.Store<T>IllegalArgumentException
public final Long getValueAsLong(int arg0,
Long arg1)
throws IllegalArgumentException
getValueAsLong in interface org.jooq.Store<T>IllegalArgumentException
public final Short getValueAsShort(int arg0)
throws IllegalArgumentException
getValueAsShort in interface org.jooq.Store<T>IllegalArgumentException
public final Short getValueAsShort(int arg0,
Short arg1)
throws IllegalArgumentException
getValueAsShort in interface org.jooq.Store<T>IllegalArgumentException
public final String getValueAsString(int arg0)
throws IllegalArgumentException
getValueAsString in interface org.jooq.Store<T>IllegalArgumentException
public final String getValueAsString(int arg0,
String arg1)
throws IllegalArgumentException
getValueAsString in interface org.jooq.Store<T>IllegalArgumentException
public final Time getValueAsTime(int arg0)
throws IllegalArgumentException
getValueAsTime in interface org.jooq.Store<T>IllegalArgumentException
public final Time getValueAsTime(int arg0,
Time arg1)
throws IllegalArgumentException
getValueAsTime in interface org.jooq.Store<T>IllegalArgumentException
public final Timestamp getValueAsTimestamp(int arg0)
throws IllegalArgumentException
getValueAsTimestamp in interface org.jooq.Store<T>IllegalArgumentException
public final Timestamp getValueAsTimestamp(int arg0,
Timestamp arg1)
throws IllegalArgumentException
getValueAsTimestamp in interface org.jooq.Store<T>IllegalArgumentException
public final <Z> Z getValue(int arg0,
Class<? extends Z> arg1)
throws IllegalArgumentException
getValue in interface org.jooq.Store<T>IllegalArgumentException
public final <Z> Z getValue(int arg0,
Class<? extends Z> arg1,
Z arg2)
throws IllegalArgumentException
getValue in interface org.jooq.Store<T>IllegalArgumentException
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||