Class Record8<RR extends Record8<RR,A,B,C,D,E,F,G,H>,A,B,C,D,E,F,G,H>

java.lang.Object
org.jooq.impl.TableRecordImpl<R>
org.jooq.impl.UpdatableRecordImpl<RR>
com.gmt2001.datastore2.record.Record8<RR,A,B,C,D,E,F,G,H>
Type Parameters:
RR - self-reference to the implementing class
A - the Java data type of field 1, which is also the primary key
B - the Java data type of field 2
C - the Java data type of field 3
D - the Java data type of field 4
E - the Java data type of field 5
F - the Java data type of field 6
G - the Java data type of field 7
H - the Java data type of field 8
All Implemented Interfaces:
AttachableRecord, Serializable, Comparable<Record>, SQLData, Attachable, Fields, Formattable, QualifiedRecord<RR>, Record, Record8<A,B,C,D,E,F,G,H>, TableRecord<RR>, UpdatableRecord<RR>
Direct Known Subclasses:
PanelUser

public abstract class Record8<RR extends Record8<RR,A,B,C,D,E,F,G,H>,A,B,C,D,E,F,G,H> extends UpdatableRecordImpl<RR> implements Record8<A,B,C,D,E,F,G,H>, AttachableRecord
Abstract class which simplifies setup and usage of Record8 on an UpdateableRecordImpl
Author:
gmt2001
See Also: