Uses of Class
com.echothree.model.jooq.server.records.sequence.SequenceValues
Packages that use SequenceValues
Package
Description
-
Uses of SequenceValues in com.echothree.model.jooq.server.keys.sequence
Fields in com.echothree.model.jooq.server.keys.sequence with type parameters of type SequenceValuesModifier and TypeFieldDescriptionstatic final org.jooq.UniqueKey<SequenceValues> SequenceUniqueKeys.SEQUENCE_VALUES_PKstatic final org.jooq.ForeignKey<SequenceValues, Sequences> SequenceForeignKeys.SEQUENCE_VALUES_SEQUENCE_FKstatic final org.jooq.UniqueKey<SequenceValues> SequenceUniqueKeys.SEQUENCE_VALUES_SEQUENCE_UK -
Uses of SequenceValues in com.echothree.model.jooq.server.tables.sequence
Fields in com.echothree.model.jooq.server.tables.sequence with type parameters of type SequenceValuesModifier and TypeFieldDescriptionfinal org.jooq.TableField<SequenceValues, SequencePK> SequenceValues.SEQUENCEThe columnsequencevalues.sqv_sq_sequenceid.final org.jooq.TableField<SequenceValues, SequenceValuePK> SequenceValues.SEQUENCE_VALUEThe columnsequencevalues.sqv_sequencevalueid.final org.jooq.TableField<SequenceValues, String> SequenceValues.VALUEThe columnsequencevalues.sqv_value.Methods in com.echothree.model.jooq.server.tables.sequence that return types with arguments of type SequenceValuesModifier and TypeMethodDescriptionorg.jooq.UniqueKey<SequenceValues> SequenceValues.getPrimaryKey()SequenceValues.getRecordType()The class holding records for this typeList<org.jooq.ForeignKey<SequenceValues, ?>> SequenceValues.getReferences()List<org.jooq.UniqueKey<SequenceValues>> SequenceValues.getUniqueKeys()