Class Record6<RR extends Record6<RR,A,B,C,D,E,F>,A,B,C,D,E,F>

java.lang.Object
org.jooq.impl.TableRecordImpl<R>
org.jooq.impl.UpdatableRecordImpl<RR>
com.gmt2001.datastore2.record.Record6<RR,A,B,C,D,E,F>
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
All Implemented Interfaces:
AttachableRecord, Serializable, Comparable<Record>, SQLData, Attachable, Fields, Formattable, QualifiedRecord<RR>, Record, Record6<A,B,C,D,E,F>, TableRecord<RR>, UpdatableRecord<RR>

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