Class Record3<RR extends Record3<RR,A,B,C>,A,B,C>

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

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